@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-size: 1em;
    font-family: monospace, monospace
}

a {
    background-color: transparent
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-size: 1em;
    font-family: monospace, monospace
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    line-height: 1.15;
    font-family: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    font-size: 62.5%
}

body * {
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit
}

body form * {
    -webkit-appearance: auto
}

a {
    color: #5f5f5f
}

a:hover {
    text-decoration: none
}

img {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    height: auto
}

b,
strong {
    font-weight: 600
}

table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0
}

button {
    padding: 0;
    border: none;
    background: 0 0;
    cursor: pointer
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-width: 1260px;
    padding: 22px 20px;
    background-color: #003b99;
    color: #5f5f5f;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.75;
    font-family: "Zen Maru Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", Meiryo, Verdana, sans-serif;
    letter-spacing: .02em
}

body .bodyInner {
    display: block;
    position: relative;
    width: 100%;
    min-height: calc(100vh - 44px);
    border-radius: 32px 0 0 0;
    background-color: #fff
}

.header {
    display: block;
    z-index: 80;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 34px 39px
}

.header_logo {
    display: block;
    width: 150px;
    height: auto;
    margin: 0
}

.header_logo a,
.header_logo img {
    display: block;
    width: 100%
}

.header_menuButton {
    display: block;
    z-index: 85;
    position: fixed;
    top: 3px;
    right: 0;
    aspect-ratio: 1/1;
    width: 67px;
    height: auto;
    overflow: hidden;
    border-radius: 16px;
    background-image: url(../img/common/menu.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #003b99;
    text-indent: 100%;
    white-space: nowrap
}

.header_menuButton-js-active {
    z-index: 95;
    top: 13px;
    right: 11px;
    background-image: url(../img/common/menu_close.png);
    background-color: #ebeef5
}

.header_contactButton {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 85;
    position: fixed;
    top: 76px;
    right: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 67px;
    height: 320px;
    border-radius: 16px;
    background-color: #f9d700;
    color: #003b99;
    font-size: 2.1rem;
    line-height: 1;
    letter-spacing: -.05em;
    text-decoration: none;
    white-space: nowrap
}
.header_recruitButton {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 85;
    position: fixed;
    top: 403px;
    right: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 67px;
    height: 145px;
    border-radius: 16px;
    background-color: #f9d700;
    color: #003b99;
    font-size: 2.1rem;
    line-height: 1;
    letter-spacing: -.05em;
    text-decoration: none;
    white-space: nowrap
}

.header_contactButton::before {
    display: block;
    aspect-ratio: 1/.8;
    width: 30px;
    height: auto;
    margin-bottom: 10px;
    background-image: url(../img/common/icon_mail.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: ""
}
.header_recruitButton::before {
    display: block;
    aspect-ratio: 1/.8;
    width: 30px;
    height: auto;
    margin-bottom: 10px;
    background-image: url(../img/common/icon_recruit.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: ""
}

.header_menu {
    display: block;
    z-index: 90;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 533px;
    height: 100%;
    padding: 110px 95px;
    border-radius: 16px 0 0 16px;
    background-color: #ebeef5
}

.header_menu_navigation {
    display: block;
    width: 100%;
    max-width: 253px
}

.header_menu_navigation_list {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 13px;
    -moz-column-gap: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 13px;
    row-gap: 16px;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.header_menu_navigation_list_item {
    aspect-ratio: 1/1;
    width: calc(50% - 6.5px);
    height: auto;
    overflow: hidden;
    border-radius: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0
}

.header_menu_navigation_list_item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-transition: background-color .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px 4px;
    background-color: #fff;
    color: #003b99;
    text-decoration: none;
    transition: background-color .3s ease
}

.header_menu_navigation_list_item_image {
    display: block;
    aspect-ratio: 1/1;
    width: 66px;
    height: auto
}

.header_menu_navigation_list_item_text {
    display: block;
    text-align: center
}

.header_menu-js {
    -webkit-transition: right .45s ease;
    right: max(-100%, -533px);
    transition: right .45s ease
}

.header_menu-js-active {
    right: 0
}

.main {
    display: block;
    width: 100%
}

.main_keyvisual {
    display: block;
    position: relative;
    width: 100%;
    height: 585px;
    overflow: hidden;
    border-radius: 32px 0 0 0
}

.main_keyvisual_title {
    -webkit-transform: translate(-50%, -50%);
    display: block;
    z-index: 1;
    position: absolute;
    top: calc(50% + 40px);
    left: 50%;
    width: calc(100% - 120px);
    max-width: 1008px;
    margin: 0;
    transform: translate(-50%, -50%);
    color: #003b99;
    font-size: 3.4rem;
    line-height: 1.1176470588
}

.main_keyvisual_title::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: -20px;
    left: -36px;
    aspect-ratio: 1/.98;
    width: 49px;
    height: auto;
    background-image: url(../img/common/icon_title.svg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: ""
}

.main_keyvisual_content {
    display: block;
    width: 100%;
    height: 100%
}

.main_keyvisual_content_image {
    -o-object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.main_keyvisualPhoto {
    display: block;
    position: relative;
    width: 100%;
    height: 585px;
    overflow: hidden;
    border-radius: 32px 0 0 0;
    background-color: #fff
}

.main_keyvisualPhoto_text {
    -webkit-transform: translate(-50%, -50%);
    display: block;
    z-index: 1;
    position: absolute;
    top: calc(50% + 60px);
    left: 50%;
    width: calc(100% - 120px);
    max-width: 1008px;
    transform: translate(-50%, -50%)
}

.main_keyvisualPhoto_text_title {
    margin: 0;
    color: #003b99;
    font-size: 3.4rem;
    line-height: 1.1176470588
}

.main_keyvisualPhoto_text_title::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: -20px;
    left: -36px;
    aspect-ratio: 1/.98;
    width: 49px;
    height: auto;
    background-image: url(../img/common/icon_title.svg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: ""
}

.main_keyvisualPhoto_text_category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 11px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 18px 0 0
}

.main_keyvisualPhoto_text_category_item {
    -webkit-transition: color .3s ease, border-color .3s ease, background-color .3s ease;
    display: block;
    min-width: 112px;
    padding: 3px 33px 5px;
    border: 2px solid #0d348c;
    border-radius: 25px;
    color: #0d348c;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    text-align: center;
    text-decoration: none;
    transition: color .3s ease, border-color .3s ease, background-color .3s ease
}

.main_keyvisualPhoto_text_category_item-type {
    border-color: #e8edf6;
    background-color: #e8edf6
}

.main_keyvisualPhoto_content {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff
}

.main_keyvisualPhoto_content>img {
    -o-object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.main_title {
    display: block;
    z-index: 1;
    position: relative;
    margin: 256px 0 94px;
    padding: 0;
    color: #003b99;
    font-size: 4.4rem;
    text-align: center
}

.main_title::before {
    -webkit-transform: translateY(-.3em);
    display: inline-block;
    z-index: -1;
    position: relative;
    aspect-ratio: 1/.98;
    width: 49px;
    height: auto;
    margin-right: -.6em;
    transform: translateY(-.3em);
    background-image: url(../img/common/icon_title.svg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    vertical-align: middle
}

.footer {
    display: block;
    position: relative;
    width: 100%;
    padding: 237px 0 0;
    background-color: #003b99;
    color: #fff
}

.footer * {
    color: inherit
}

.footer_inner {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto
}

.footer_cta {
    -ms-flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-column-gap: 44px;
    -moz-column-gap: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 44px;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.footer_cta_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/.346;
    width: calc(50% - 22px);
    height: auto;
    padding: 0 45px 0 253px;
    border-radius: 37px;
    background-color: #f9d700;
    color: #003b99;
    text-decoration: none
}

.footer_cta_item_image {
    display: block;
    position: absolute;
    bottom: 16px;
    left: 23px;
    width: 220px;
    height: auto
}

.footer_cta_item_title {
    margin: 0;
    font-size: 2.6rem;
    line-height: 1.4230769231;
    text-align: center;
    text-decoration: none
}

.footer_cta_item_title>span {
    display: block
}

.footer_cta_item_title>span:not(:first-child)::before {
    display: block;
    width: 100%;
    height: 4px;
    margin: 8px 0;
    background-image: url(../img/common/border_cta.png);
    background-position: center;
    background-size: 155px auto;
    background-repeat: no-repeat;
    content: ""
}

.footer_menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 125px 0 0;
    padding: 49px 0 36px;
    border-top: 1px solid #fff
}

.footer_menu_left {
    display: block
}

.footer_menu_left_logo {
    display: block;
    width: 240px
}

.footer_menu_left_logo>img {
    display: block;
    width: 100%
}

.footer_menu_right {
    display: block
}

.footer_menu_right_navigation {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 42px;
    -moz-column-gap: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 42px;
    row-gap: 20px;
    flex-wrap: wrap;
    width: 100%
}

.footer_menu_right_navigation_list {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer_menu_right_navigation_list_item {
    margin-top: 3px;
    font-size: 1.7rem
}

.footer_menu_right_navigation_list_item:first-of-type {
    margin-top: 0
}

.footer_menu_right_navigation_list_item_inner {
    text-decoration: none
}

.footer_menu_right_navigation_list_item_childList {
    margin: 0 0 6px 0;
    padding: 0 0 0 16px;
    list-style: none
}

.footer_menu_right_navigation_list_item_childList_item {
    margin-top: 3px;
    font-size: 1.7rem
}

.footer_menu_right_navigation_list_item_childList_item_inner {
    position: relative;
    padding-left: 34px;
    text-decoration: none
}

.footer_menu_right_navigation_list_item_childList_item_inner::before {
    position: absolute;
    top: -2px;
    left: 0;
    content: "┣"
}

.footer_copyright {
    margin: 0;
    color: #003b99;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: -.04em
}

.cococheck {
    display: block;
    width: 100%;
    max-width: 1080px;
    margin: 275px auto 0
}

.cococheck_title {
    display: block;
    z-index: 1;
    position: relative;
    margin: 0 0 25px 0;
    padding: 0 0 0 61px;
    color: #003b99;
    font-size: 2.2rem
}

.cococheck_title::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: -18px;
    left: 0;
    aspect-ratio: 1/.98;
    width: 49px;
    height: auto;
    background-image: url(../img/common/icon_title.svg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: ""
}

.cococheck_banner_item_inner {
    text-decoration: none
}

.cococheck.splide .splide__slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #707070
}

.cococheck.splide .splide__arrows .splide__arrow {
    -webkit-transform: none;
    top: unset;
    bottom: 58px;
    aspect-ratio: 1/1;
    width: 41px;
    height: auto;
    transform: none;
    background: url(../img/common/icon_arrow_blue.svg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    opacity: 1
}

.cococheck.splide .splide__arrows .splide__arrow--prev {
    -webkit-transform: rotate(180deg);
    left: -61px;
    transform: rotate(180deg)
}

.cococheck.splide .splide__arrows .splide__arrow--prev svg {
    display: none
}

.cococheck.splide .splide__arrows .splide__arrow--next {
    right: -61px
}

.cococheck.splide .splide__arrows .splide__arrow--next svg {
    display: none
}

.worksSlider {
    display: block;
    width: calc(100% + 40px);
    margin: 169px 0 0 -20px
}

.worksSlider_title {
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 36px;
    padding: 0 0 0 76px;
    color: #003b99;
    font-size: 2.8rem;
    line-height: 1.4285714286
}

.worksSlider_title::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: -4px;
    left: 0;
    aspect-ratio: 1/1;
    width: 54px;
    height: auto;
    background-image: url(../img/common/icon_works.svg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: ""
}

.worksSlider_title::after {
    -webkit-transform: translateY(-8px);
    display: inline-block;
    aspect-ratio: 1/.124;
    width: 100.5px;
    height: auto;
    margin-left: 14px;
    transform: translateY(-8px);
    background-image: url(../img/common/ico_arrow_border.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    vertical-align: middle
}

.worksSlider_list_item_inner {
    text-decoration: none
}

.worksSlider_list_item_image {
    display: block;
    aspect-ratio: 1/1.308;
    width: 100%;
    height: auto
}

.worksSlider_list_item_image>img {
    -o-object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.worksSlider_list_item_title {
    margin: 12px 0 0 0;
    color: #003b99;
    font-size: 2.1rem;
    line-height: 1.4285714286
}

.worksSlider_list_item_description {
    margin: 12px 0 0 0;
    font-size: 1.4rem;
    line-height: 1.4285714286
}

.worksSlider_linkButton {
    -webkit-transition: background-color .3s ease, color .3s ease;
    display: block;
    position: relative;
    width: 100%;
    max-width: 413px;
    margin: 74px auto 0;
    padding: 7.5px 30.5px 7.5px 7.5px;
    border: 2px solid #003b99;
    border-radius: 25px;
    color: #003b99;
    font-size: 2.8rem;
    line-height: 1.4285714286;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s ease, color .3s ease
}

.worksSlider_linkButton::after {
    -webkit-transform: translateY(-50%);
    -webkit-transition: background-color .3s ease;
    display: block;
    position: absolute;
    top: 50%;
    right: -2px;
    width: 50px;
    height: 3px;
    transform: translateY(-50%);
    background-color: #003b99;
    content: "";
    transition: background-color .3s ease
}

.guideLink {
    display: block;
    width: calc(100% + 40px);
    margin-top: 249px;
    margin-left: -20px;
    padding: 59px 0;
    background-color: #ebeef5
}

.guideLink_inner {
    -ms-flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 18px;
    row-gap: 18px;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    max-width: 960px;
    margin: 0 auto
}

.guideLink_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/.668;
    width: calc(33.3333333333% - 12px);
    height: auto;
    padding: 20px;
    border-radius: 24px;
    background-color: #fff;
    color: #003b99;
    text-decoration: none
}

.guideLink_item_image {
    display: block;
    aspect-ratio: 1/1;
    width: 76px;
    height: auto
}

.guideLink_item_title {
    margin: 0;
    font-size: 2rem;
    line-height: 1.45;
    text-align: center
}

.whats {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 226px auto 0
}

.whats_products {
    display: block;
    width: 100%;
    height: auto
}

.whats_products_title {
    margin: 0 0 -40px;
    color: #0d348c;
    font-size: 2.8rem;
    line-height: 1.4285714286
}

.whats_products_title::before {
    -webkit-transform: translateY(-8px);
    display: inline-block;
    aspect-ratio: 1/.902;
    width: 51px;
    height: auto;
    margin-right: 20px;
    transform: translateY(-8px);
    background-image: url(../img/common/whats/ico_house.svg);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    vertical-align: middle
}

.whats_products_title::after {
    -webkit-transform: translateY(-6px);
    display: inline-block;
    aspect-ratio: 1/.121;
    width: 99px;
    height: auto;
    margin-left: 22px;
    transform: translateY(-6px);
    background-image: url(../img/common/whats/ico_arrow.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    vertical-align: middle
}

.whats_products_description {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 45px;
    align-items: center
}

.whats_products_description_text {
    display: block;
    width: calc(100% - 273px - 45px);
    padding: 5em 0 0
}

.whats_products_description_text>:first-child {
    margin-top: 0
}

.whats_products_description_text_paragraph {
    margin: 18px 0 0;
    color: #0d348c;
    font-size: 1.8rem;
    line-height: 1.5555555556
}

.whats_products_description_image {
    display: block;
    width: 100%;
    max-width: 273px
}

.whats .main_title {
    margin: 91px 0 0;
    font-size: 2.8rem;
    text-align: left
}

.whats_service {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 22px;
    row-gap: 22px;
    flex-wrap: wrap;
    width: 100%;
    margin: 16px 0 0
}

.whats_service_item {
    display: block;
    width: calc(33.3333333333% - 14.6666666667px);
    text-decoration: none
}

.whats_service_item_image {
    display: block;
    width: 100%
}

.whats_service_item_description {
    margin: 12px 0 0;
    font-size: 1.5rem;
    line-height: 1.3333333333
}

@media screen and (min-width:768px) {
    a[href^="tel:"] {
        text-decoration: none;
        cursor: default;
        pointer-events: none
    }

    .hide-pc {
        display: none !important
    }

    body .bodyInner::after {
        display: block;
        position: absolute;
        bottom: -22px;
        left: 0;
        width: 100%;
        height: 22px;
        background-color: #003b99;
        content: ""
    }

    .header_logo a {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .header_logo a:hover {
        opacity: .6
    }

    .header_contactButton {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl
    }
    .header_recruitButton {
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl
    }

    .header_menu_navigation_list_item_inner:hover {
        background-color: #f9d700
    }

    .main_keyvisualPhoto {
        margin-bottom: 43px
    }

    .main_keyvisualPhoto_content {
        aspect-ratio: 1.603/1;
        width: auto;
        height: 100%
    }

    .footer_cta_item {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .footer_cta_item:hover {
        opacity: .6
    }

    .footer_menu_left_logo {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .footer_menu_left_logo:hover {
        opacity: .6
    }

    .footer_menu_right {
        padding-right: 0
    }

    .footer_menu_right_navigation_list_item_inner {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .footer_menu_right_navigation_list_item_inner:hover {
        opacity: .6
    }

    .footer_menu_right_navigation_list_item_childList_item_inner {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .footer_menu_right_navigation_list_item_childList_item_inner:hover {
        opacity: .6
    }

    .footer_copyright {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        z-index: 85;
        position: fixed;
        top: 562px;
        right: 23px;
        writing-mode: vertical-rl
    }

    .cococheck_banner_item_inner {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .cococheck_banner_item_inner:hover {
        opacity: .6
    }

    .worksSlider_list_item_inner {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .worksSlider_list_item_inner:hover {
        opacity: .6
    }

    .worksSlider_linkButton:hover {
        background-color: #003b99;
        color: #fff
    }

    .worksSlider_linkButton:hover::after {
        background-color: #fff
    }

    .guideLink_item {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .guideLink_item:hover {
        opacity: .6
    }

    .whats .main_title::before {
        -webkit-transform: translateY(-.8em);
        transform: translateY(-.8em)
    }

    .whats_service_item {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .whats_service_item:hover {
        opacity: .6
    }
}

@media screen and (max-width:767px) {
    .hide-sp {
        display: none !important
    }

    body {
        min-width: 375px;
        padding: 16px 14px;
        font-size: 1.4rem
    }

    body .bodyInner {
        min-height: calc(100vh - 32px);
        border-radius: 26px 0 0 0
    }

    .header {
        padding: 10px 10px
    }

    .header_logo {
        width: 60px
    }

    .header_menuButton {
        top: auto;
        right: -1px;
        bottom: 125px;
        width: 55px;
        border: 2px solid #fff;
        border-right: none;
        border-radius: 10px 0 0 10px;
        background-size: 115% auto
    }

    .header_menuButton-js-active {
        top: auto;
        right: -1px;
        bottom: 125px;
        border-color: #003b99;
        background-position: left 8px top 6px;
        background-size: 80% auto
    }

    .header_contactButton {
        display: block;
        top: auto;
        right: -1px;
        bottom: 65px;
        aspect-ratio: 1/1;
        width: 55px;
        height: auto;
        overflow: hidden;
        border-radius: 10px 0 0 10px;
        text-indent: 100%
    }
    .header_recruitButton {
        display: block;
        top: auto;
        right: -1px;
        bottom: 5px;
        aspect-ratio: 1/1;
        width: 55px;
        height: auto;
        overflow: hidden;
        border-radius: 10px 0 0 10px;
        text-indent: 100%
    }

    .header_contactButton::before {
        -webkit-transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        width: 26px;
        transform: translate(-50%, -50%)
    }
    .header_recruitButton::before {
        -webkit-transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        width: 26px;
        transform: translate(-50%, -50%)
    }

    .header_menu {
        max-width: 375px;
        padding: 30px 70px 30px 15px;
        overflow: auto;
        border-radius: 0
    }

    .header_menu_navigation {
        margin: 0 auto
    }

    .header_menu_navigation_list {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        row-gap: 15px
    }

    .header_menu_navigation_list_item {
        width: calc(50% - 7.5px);
        border-radius: 10px;
        font-size: 1.4rem
    }

    .header_menu_navigation_list_item_image {
        width: 50px
    }

    .main_keyvisual {
        height: 375px;
        margin-bottom: 60px;
        border-radius: 26px 0 0 0
    }

    .main_keyvisual::after {
        display: block;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #003b99;
        content: "";
        opacity: .5
    }

    .main_keyvisual_title {
        z-index: 2;
        width: calc(100% - 80px);
        color: #fff;
        font-size: 2.6rem
    }

    .main_keyvisual_title::before {
        top: -19px;
        left: -30px;
        width: 41px
    }

    .main_keyvisualPhoto {
        height: 375px;
        margin-bottom: 60px;
        border-radius: 26px 0 0 0
    }

    .main_keyvisualPhoto::after {
        display: block;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #003b99;
        content: "";
        opacity: .3
    }

    .main_keyvisualPhoto_text {
        z-index: 2;
        width: calc(100% - 80px)
    }

    .main_keyvisualPhoto_text_title {
        color: #fff;
        font-size: 2.8rem
    }

    .main_keyvisualPhoto_text_title::before {
        top: -19px;
        left: -30px;
        width: 41px
    }

    .main_keyvisualPhoto_text_category {
        row-gap: 8px;
        margin-top: 14px
    }

    .main_keyvisualPhoto_text_category_item {
        min-width: 80px;
        padding: 2px 20px 4px;
        border-radius: 18px;
        font-size: 1.2rem
    }

    .main_keyvisualPhoto_content {
        width: 100%;
        height: 100%
    }

    .main_title {
        position: relative;
        margin: 80px 0 40px;
        padding-left: 1.2em;
        font-size: 2.8rem;
        line-height: 1.2777777778;
        text-align: left
    }

    .main_title::before {
        -webkit-transform: translateY(-.6em);
        position: absolute;
        top: 0;
        left: 10px;
        width: 39px;
        margin-right: 0;
        transform: translateY(-.6em)
    }

    .footer {
        padding: 70px 0 15px
    }

    .footer_inner {
        max-width: calc(100% - 40px)
    }

    .footer_cta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 20px;
        flex-direction: column
    }

    .footer_cta_item {
        width: 100%;
        padding: 0 0 0 110px;
        border-radius: 31px
    }

    .footer_cta_item_image {
        bottom: 8px;
        left: 24px;
        width: 110px
    }

    .footer_cta_item_title {
        font-size: 2rem
    }

    .footer_cta_item_title>span:not(:first-child)::before {
        height: 3px;
        margin: 6px 0
    }

    .footer_menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 40px;
        padding: 40px 0 0
    }

    .footer_menu_left_logo {
        width: 200px
    }

    .footer_menu_right {
        padding-top: 45px
    }

    .footer_menu_right_navigation {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 16px;
        align-items: flex-start
    }

    .footer_menu_right_navigation_list {
        width: calc(50% - 5px)
    }

    .footer_menu_right_navigation_list:last-of-type {
        width: 100%
    }

    .footer_menu_right_navigation_list_item {
        margin-top: 9px;
        font-size: 1.5rem
    }

    .footer_menu_right_navigation_list_item_childList {
        margin-bottom: 9px;
        padding-left: 8px
    }

    .footer_menu_right_navigation_list_item_childList_item {
        margin-top: 9px;
        font-size: 1.5rem
    }

    .footer_menu_right_navigation_list_item_childList_item_inner {
        padding-left: 25px
    }

    .footer_copyright {
        margin-top: 50px;
        color: #fff;
        text-align: center
    }

    .cococheck {
        width: calc(100% - 60px);
        margin-top: 80px
    }

    .cococheck_title {
        margin-bottom: 20px;
        padding: 0 0 0 1em;
        font-size: 2rem
    }

    .cococheck_title::before {
        top: -12px;
        width: 39px
    }

    .cococheck.splide .splide__arrows .splide__arrow {
        width: 35px
    }

    .cococheck.splide .splide__arrows .splide__arrow--prev {
        left: -25px
    }

    .cococheck.splide .splide__arrows .splide__arrow--next {
        right: -25px
    }

    .worksSlider {
        width: calc(100% + 28px);
        margin: 80px 0 0 -14px
    }

    .worksSlider_title {
        margin-bottom: 25px;
        font-size: 2.2rem
    }

    .worksSlider_title::before {
        left: 24px;
        width: 40px
    }

    .worksSlider_title::after {
        -webkit-transform: translateY(-4px);
        width: 60px;
        transform: translateY(-4px)
    }

    .worksSlider_list_item_title {
        font-size: 1.7rem
    }

    .worksSlider_list_item_description {
        margin-top: 8px;
        font-size: 1.2rem
    }

    .worksSlider_linkButton {
        max-width: 300px;
        margin-top: 40px;
        padding: 10px 38px 11px 10px;
        border-radius: 19px;
        font-size: 1.8rem
    }

    .worksSlider_linkButton::after {
        width: 35px
    }

    .guideLink {
        width: calc(100% + 28px);
        margin-top: 80px;
        margin-left: -14px;
        padding: 24px 0
    }

    .guideLink_inner {
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
        row-gap: 12px;
        max-width: calc(100% - 24px)
    }

    .guideLink_item {
        width: calc(33.3333333333% - 8px);
        padding: 14px 12px
    }

    .guideLink_item_image {
        width: 34px;
        margin-bottom: -2px
    }

    .guideLink_item_title {
        font-size: 1.4rem;
        line-height: 1.3571428571
    }

    .whats {
        width: calc(100% - 40px);
        margin-top: 80px
    }

    .whats_products_title {
        margin: 0 0 20px;
        font-size: 2.2rem
    }

    .whats_products_title::before {
        width: 35px;
        margin-right: 8px
    }

    .whats_products_title::after {
        -webkit-transform: translateY(-4px);
        width: 42px;
        margin-left: 10px;
        transform: translateY(-4px)
    }

    .whats_products_description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 25px;
        flex-direction: column
    }

    .whats_products_description_text {
        width: 100%;
        padding: 0
    }

    .whats_products_description_text_paragraph {
        margin-top: 16px;
        font-size: 1.6rem
    }

    .whats_products_description_image {
        -webkit-transform: translateX(-10px);
        max-width: 200px;
        margin: 0 auto;
        transform: translateX(-10px)
    }

    .whats .main_title {
        margin: 60px 0 0;
        font-size: 2.2rem
    }

    .whats_service {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 25px;
        margin-top: 20px
    }

    .whats_service_item {
        width: 100%
    }

    .whats_service_item_description {
        margin-top: 10px;
        font-size: 1.4rem
    }
}

/*# sourceMappingURL=map/style.css.map */