@charset "UTF-8";
/* Scss Document */
/*---------------------------------

	sp

---------------------------------*/
@media screen and (max-width: 1080px) {
  .menu {
    justify-content: flex-start;
    width: 100%;
    padding-left: 10px;
  }
  .pc-header {
    display: none;
  }
  .sp-header {
    display: block;
  }
  /*---------------------------------

  	header

  ---------------------------------*/
  .drawer-navbar-header {
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    text-align: left;
    position: relative;
    height: 64px;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: space-between;
  }
  .sp-header-logo {
    display: flex;
    padding: 15px;
    width: calc(100% - 180px);
    align-items: center;
  }
  .sp-header-logo svg {
    width: 100%;
    max-width: 155px;
    height: 100%;
    margin-left: 16px;
  }
  .sp-header-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--col-4, #5BC8D6);
    padding: 8px;
    width: 116px;
    color: #fff;
    font-weight: bold;
  }
  .toggle {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    cursor: pointer;
    z-index: 3;
    overflow: hidden;
    background: var(--col-12, #E8E8E8);
  }
  .toggle span {
    display: block;
    position: absolute;
    width: 32px;
    border-bottom: solid 2px var(--col-6, #0087A8);
    transition: 0.35s ease-in-out;
    left: 15px;
    border-radius: 30px;
  }
  .toggle span:nth-child(1) {
    top: 25px;
  }
  .toggle span:nth-child(2) {
    top: 36px;
  }
  .toggle.active {
    background: var(--col-6, #0087A8);
  }
  .toggle.active span:nth-child(1) {
    top: 32px;
    left: 15px;
    border-color: #fff;
    transform: rotate(-20deg);
  }
  .toggle.active span:nth-child(2) {
    top: 32px;
    border-color: #fff;
    transform: rotate(20deg);
  }
  .sp-header-contact.active {
    background: var(--col-13, #E37E52);
  }
  .sp-header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 64px;
    transition-duration: 0.3s;
  }
  .sp-header a {
    text-decoration: none;
  }
  .header_navi_wrap {
    position: absolute;
    top: -280vw;
    left: 0px;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
    background: var(--col-10, #EAF7F8);
    z-index: -1;
    transition: 0.5s;
    -webkit-overflow-scrolling: touch;
  }
  .header_navi_wrap.active {
    top: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 100px;
    padding-top: 32px;
  }
  .drawer-tel {
    width: calc(100% - 48px);
    margin: 45px auto 40px auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 16px 8px;
  }
  .drawer-tel-tbl {
    border-collapse: separate;
    width: 100%;
    color: var(--col-14, #E34600);
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    border-spacing: 10px 0px;
  }
  .drawer-tel-tbl th, .drawer-tel-tbl td {
    padding: 0px;
  }
  .drawer-tel-tbl tr:first-of-type {
    font-family: "Roboto", sans-serif;
  }
  .drawer-tel-tbl tr:first-of-type th {
    font-size: 20px;
  }
  .drawer-tel-tbl tr:first-of-type td {
    font-size: 30px;
  }
  .drawer-tel-tbl tr:last-of-type td {
    font-weight: bold;
    font-size: 18px;
  }
  .drawer-sns {
    padding: 0 40px;
  }
  .drawer-sns .footer-sns {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -32px;
  }
  .drawer-sns .footer-sns li {
    margin-left: 32px;
    margin-bottom: 40px;
  }
  .drawer-link #menu-spmainmenu02 {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 40px;
  }
  .drawer-link #menu-spmainmenu02 li {
    list-style: none;
  }
  .drawer-link #menu-spmainmenu02 a {
    color: var(--col-6, #0087A8);
    margin: 0 8px;
  }
  .close {
    position: relative;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
  }
  .close p {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 0 30px;
    display: inline-block;
    font-family: "Roboto", sans-serif;
  }
  .close p:before, .close p:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 1px;
    background: var(--col-7, #464646);
    position: absolute;
    left: 0;
    top: 12px;
  }
  .close p:before {
    transform: rotate(45deg);
  }
  .close p:after {
    transform: rotate(-45deg);
  }
  .header_navi li {
    display: block;
  }
  .header_navi li.parent {
    position: relative;
  }
  .header_navi li div.sub {
    display: none;
    width: 100%;
    height: 100%;
  }
  .spbtn-arrow {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: relative;
    transition: 0.3s ease;
    margin-right: 10px;
    background: var(--col-4, #5BC8D6);
    border: 1px solid transparent;
  }
  .spbtn-arrow:after {
    content: "";
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: 5px;
  }
  .spbtn-arrow.spbtn-arrow-w {
    background: #fff;
    margin: 0 0 0 10px;
  }
  .spbtn-arrow.spbtn-arrow-w:after {
    border-color: var(--col-6, #0087A8);
  }
  .drawer-menu-item {
    margin: 0 16px 29px 38px;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: left;
    position: relative;
    color: var(--col-6, #0087A8);
    display: flex;
    align-items: center;
  }
  .drawer-dropdown-menu-item {
    position: relative;
    margin: 0 16px 29px 69px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .drawer-menu-item.active {
    color: var(--col-4, #5BC8D6);
  }
  .drawer-menu-item.active .spbtn-arrow {
    transform: rotate(90deg);
  }
  .chage-btn {
    bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none !important;
  }
  .sp-br {
    display: block;
  }
  .pc-br {
    display: none;
  }
  /*---------------------------------

  	slide

  ---------------------------------*/
  .main_title {
    left: 20px;
    width: calc(100% - 36px);
  }
  .main_title h1 {
    font-size: 20px;
  }
  /*---------------------------------

  	bnr-tel

  ---------------------------------*/
  .bnr-tel {
    margin-bottom: 16px;
  }
  .bnr-tel-bg {
    padding: 48px 34px;
  }
  .bnr-tel-bg:before {
    width: calc(100% - 32px);
    left: 16px;
  }
  .bnr-tel-bg:after {
    width: calc(100% - 52px);
    height: calc(100% - 18px);
    left: 26px;
    bottom: 10px;
  }
  .bnr-tel-bg-left p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .bnr-tel-bg-right {
    text-align: center;
  }
  .bnr-tel-bg-right p:first-of-type {
    margin-bottom: 20px;
  }
  /*---------------------------------

  	bnr-contact

  ---------------------------------*/
  .bnr-contact-bg a {
    padding: 72px 36px 64px 36px;
  }
  .bnr-contact-bg-left {
    position: absolute;
  }
  .bnr-contact-bg-right-top {
    padding-bottom: 200px;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .bnr-contact-bg-right-top p:nth-of-type(2) {
    font-size: 20px;
  }
  /*---------------------------------

  	footer

  ---------------------------------*/
  .footer-cover {
    padding: 56px 16px 100px 16px;
  }
  .footer-left {
    width: 100%;
    padding: 0 20px;
  }
  .footer-left .copyright {
    margin: 20px -26px 0;
  }
  .footer-right {
    width: 100%;
    margin-bottom: 65px;
    padding: 0 28px;
  }
  .footer-right-flex {
    justify-content: space-evenly;
  }
  .top-arrow {
    bottom: 10px;
    right: 24px;
    width: 80px;
    height: 32px;
  }
  /*---------------------------------

  	btn

  ---------------------------------*/
  .btn-primary-cover2 {
    flex-wrap: wrap;
  }
  .btn-primary-cover2 a:first-of-type {
    margin-bottom: 32px;
  }
  /*---------------------------------

  	共通

  ---------------------------------*/
  .mb40 {
    margin-bottom: 48px;
  }
  .sec-ttl {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .sec-ttl2 {
    font-size: 20px;
  }
  .calc3 {
    width: 100%;
  }
  .calc3-ml2 {
    width: 100%;
  }
  .calc2 {
    width: 100%;
  }
  .calc2-ml2 {
    width: 100%;
  }
  .sec-ptb {
    padding-bottom: 64px;
  }
  /*---------------------------------

  	top

  ---------------------------------*/
  .top-sec-service .cardback-cover {
    margin-bottom: 12px;
  }
  .cardback-box {
    margin-bottom: 16px;
  }
  .cardback-box h3 {
    background: var(--gr-col-1-sp, linear-gradient(180deg, #00A2B7 0%, #0070AC 100%));
    z-index: 1;
    padding: 13px 8px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .cardback-box h3 span {
    color: #fff;
  }
  .cardback-box img {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .cardback .cardback-data {
    transform: unset;
  }
  .cardback .contentcard {
    background: unset;
  }
  .cardback .contentcard .cardback-text {
    visibility: hidden;
  }
  .top-sec-cases-flex .calc3 {
    width: calc(100% - 2px);
  }
  .top-sec-cases-box {
    margin-bottom: 16px;
  }
  .top-sec-cases-box .top-sec-cases-box-name {
    font-weight: bold;
  }
  .top-sec-cases-box .post-thumbnail-ac {
    height: auto;
  }
  .top-sec-cases-box .post-thumbnail-ac img {
    aspect-ratio: auto;
  }
  .top-sec-voices-box {
    margin-bottom: 16px;
  }
  .top-sec-voices-flex {
    padding: 16px 20px 32px 20px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .top-sec-voices-flex figure {
    margin-bottom: 16px;
  }
  .top-sec-voices-flex .top-sec-voices-txt p:first-of-type {
    margin-bottom: 32px;
  }
  .tabnav .tabnav-cat {
    font-size: 15px;
  }
  .tabcontent-ac {
    flex-wrap: wrap;
    margin-bottom: 4px;
    padding: 16px 20px 32px 20px;
  }
  .tabcontent-ac .tabnews-left {
    margin-bottom: 16px;
  }
  .tabcontent-ac .news-title {
    font-size: 14px;
  }
  .info-color-cat {
    font-size: 14px;
  }
  .btn-top-news-arrow {
    top: 16px;
    transform: none;
  }
  .top-sec-recruit {
    position: relative;
  }
  .top-sec-recruit figure {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 180px;
  }
  .top-sec-recruit .sec-ttl {
    padding-bottom: 252px;
  }
  .top-sec-recruit .btn-primary-cover {
    justify-content: center;
  }
  .top-sec-recruit.mb100 {
    margin-bottom: 48px;
  }
  .top-sec-recruit-flex {
    flex-wrap: wrap;
  }
  .top-sec-recruit-left {
    width: 94%;
    max-width: none;
    padding: 76px 16px 60px 16px;
  }
  /*---------------------------------

  	下層タイトル

  ---------------------------------*/
  .lower-title-container {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: auto;
    min-height: unset;
    max-height: unset;
  }
  .lower-title-container figure {
    height: 150px;
  }
  .lower-title-container h3 {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .lower-title-container.grid2 {
    min-height: 100px;
  }
  .grid3 .grid-item:nth-of-type(1) {
    background: #fff;
  }
  .grid3 .grid-item:nth-of-type(3) {
    grid-row: auto;
    padding: 32px 16px;
  }
  .lower-head {
    padding: 88px 24px 20px 20px;
    margin-left: 0;
  }
  .lower-head span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lower-head .en-ttl {
    font-size: 12px;
  }
  .lower-head .head-ttl {
    font-size: 20px;
  }
  .lower-head .head-subttl {
    font-size: 15px;
  }
  /*---------------------------------

  	breadcrumbs

  ---------------------------------*/
  .breadcrumbs {
    white-space: nowrap;
  }
  .breadcrumbs span {
    margin-right: 14px;
  }
  .breadcrumbs span[property=name] {
    max-width: none;
  }
  .breadcrumbs a:after {
    top: 4px;
    right: -4px;
  }
  /*---------------------------------

  	business-01

  ---------------------------------*/
  .layout-01-flex .layout-01-box:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .sec-layout-02 figure {
    margin-bottom: 16px;
  }
  .sec-layout-02 figure img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec-layout-02-box-cover .sec-layout-02-box:not(:last-of-type) {
    margin-bottom: 48px;
  }
  .sec-layout-03-img {
    width: 100%;
    margin-bottom: 16px;
  }
  .sec-layout-03-txt {
    width: 100%;
    padding-left: 0;
  }
  .sec-layout-03-txt h3 {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .sec-layout-03-box-cover .sec-layout-03-box:not(:last-of-type) {
    margin-bottom: 48px;
  }
  .sec-layout-04-img {
    width: 100%;
    margin-bottom: 16px;
  }
  .sec-layout-04-txt {
    width: 100%;
    max-width: unset;
  }
  .sec-layout-04-txt h3 {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .sec-layout-04-box-cover {
    margin-bottom: 100px;
  }
  .sec-layout-04-box-cover .sec-layout-04-box {
    margin-bottom: 48px;
  }
  .sec-layout-04-box-cover .sec-layout-04-box:nth-of-type(even) {
    margin-left: 37px;
  }
  .sec-layout-04-box-cover .sec-layout-04-box:nth-of-type(even) .sec-layout-04-txt {
    padding-right: 16px;
    padding-left: 0;
  }
  .sec-layout-04-box-cover .sec-layout-04-box:nth-of-type(odd) {
    margin-right: 37px;
  }
  .sec-layout-04-box-cover .sec-layout-04-box:nth-of-type(odd) .sec-layout-04-txt {
    padding-left: 16px;
    padding-right: 0;
  }
  /*---------------------------------

  	business-02

  ---------------------------------*/
  .list-box {
    padding: 32px 16px 32px 16px;
  }
  .slider01 .swiper {
    width: 100%;
  }
  .slider01 .swiper .swiper-slide .slider01-inner {
    font-size: 16px;
  }
  .slider01 .swiper .swiper-slide .slider01-inner .slider01-btn {
    line-height: 3.4;
  }
  .slider02 .swiper {
    width: 100%;
  }
  .slider03 .swiper {
    width: 100%;
  }
  /*---------------------------------

  	business-03

  ---------------------------------*/
  .tbl-box {
    margin: 32px 0 40px;
  }
  .tbl-design01 {
    margin: 32px 0 40px;
  }
  .tbl-design01 th, .tbl-design01 td {
    display: block;
    text-align: left;
  }
  .tbl-design01 th {
    width: 100%;
  }
  .tbl-design02 th, .tbl-design02 td {
    display: block;
  }
  .tbl-design02 th {
    width: 100%;
  }
  .tbl-design04-box {
    width: calc(100% - 2px);
  }
  /***********20250212追記
  ***********************/
  .tbl-box.mb10 {
    margin-bottom: 10px;
  }
  /***********20250212追記end
  ***********************/
  /*---------------------------------

  	faq

  ---------------------------------*/
  .qa-title:after {
    right: 15px;
    top: auto;
    bottom: 20px;
  }
  .qa-title.qa-open:after {
    transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
  }
  .qa-title {
    padding: 32px 16px 40px 40px;
  }
  .qa-title:before {
    left: 8px;
  }
  .qa-content p {
    padding-right: 16px;
    margin-left: 40px;
  }
  .qa-content:before {
    left: 8px;
    top: -7px;
  }
  /*---------------------------------

  	recruit

  ---------------------------------*/
  .recruit-title-flex {
    flex-wrap: wrap;
  }
  .recruit-title-flex figure {
    max-width: none;
    width: 100%;
  }
  .recruit-title-flex figure img {
    border-radius: 16px 16px 0px 0px;
  }
  .recruit-title-flex .recruit-txt {
    padding: 20px 16px 20px 16px;
    width: 100%;
  }
  .recruit-title-flex .recruit-txt h3 {
    font-size: 18px;
  }
  .recruit-content {
    padding: 32px 16px 50px;
  }
  .recruit-content h4 {
    font-size: 16px;
  }
  /*---------------------------------

  	sitemap

  ---------------------------------*/
  .list-box-flex .list-box {
    width: calc(100% - 16px);
  }
  /*---------------------------------

  	thanks 404

  ---------------------------------*/
  .sec-simple {
    padding: 72px 0 88px;
  }
  .sec-simple h2 {
    font-size: 24px;
  }
  /*---------------------------------

  	contact

  ---------------------------------*/
  .wpcf7 .template01 p.form__body.btn-push {
    margin: auto;
  }
  .wpcf7 .template01 span.wpcf7-list-item {
    display: block;
  }
  .wpcf7 .template01 span.wpcf7-list-item:not(:last-of-type) {
    margin: 0 0 24px 0;
  }
  .wpcf7-list-item {
    margin-left: 0;
  }
  .wpcf7 .template01 input[type=text],
  .wpcf7 .template01 input[type=tel],
  .wpcf7 .template01 input[type=email],
  .wpcf7 .template01 input[type=url],
  .wpcf7 .template01 input[type=date],
  .wpcf7 .template01 input[type=number],
  .wpcf7 .template01 textarea {
    font-size: 16px;
  }
  .wpcf7 .template01 div.form__row {
    display: block;
  }
  .wpcf7 .template01 p.form__label {
    width: 100%;
    margin-bottom: 8px;
    text-align: left;
  }
  .wpcf7 .template01 p.form__body {
    width: 100%;
  }
  /*---------------------------------

  	archive-info

  ---------------------------------*/
  .post-ac-cat {
    flex-wrap: wrap;
    margin-left: -16px;
  }
  .post-ac-cat .cat-item {
    width: calc(50% - 16px);
    margin-left: 16px;
    margin-bottom: 16px;
  }
  .post-ac-cat .cat-item a {
    display: block;
    text-align: center;
    padding: 8px;
    font-size: 16px;
  }
  .post-ac-a {
    text-decoration: none;
    display: block;
    padding: 24px 16px 32px 28px;
  }
  .post-ac-a .post-title {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .post-ac-a .post-title p {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
  /*---------------------------------

  	archive-cases

  ---------------------------------*/
  .post-ac-flex {
    flex-wrap: wrap;
  }
  .post-ac-left {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
  .post-ac-left .post-thumbnail-ac {
    width: 100%;
    height: auto;
  }
  .post-ac-left .post-thumbnail-ac img {
    aspect-ratio: auto;
  }
  .post-ac-right {
    width: 100%;
  }
  .post-ac.post-ac-cases .post-ac-a {
    padding: 24px 16px 24px 28px;
  }
  /*---------------------------------

  	single

  ---------------------------------*/
  .ocean-single-ttl {
    font-size: 18px;
  }
  .the-content .post-h3 {
    font-size: 16px;
  }
  /****20250207追記
  *****/
  .tbl-design05 td {
    border-bottom: solid 3px var(--col-12, #E8E8E8);
  }
  .tbl-design05 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .galleryBox {
    flex-direction: column;
  }
  .galleryBox .galleryImg {
    margin-bottom: 10px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .galleryBox .galleryImg:not(:nth-of-type(3n)) {
    margin-left: auto;
    margin-right: auto;
  }
  .galleryBox .galleryImg img {
    width: 100%;
  }
  .sec-ptb.top-text-box {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=sp-style.css.map */