@charset "UTF-8";

/* ==== color ========================== */
:root {
  --color-black: #2E2E2E;
  --color-white: #ffffff;

  --color-primary: #0D72AA;

  --color-boarder: #e2e2e2;

  --ja: "Noto Sans JP", sans-serif;
  --en: "Outfit", sans-serif;
}


/*================================================
 *  一般・共通設定
 ================================================*/
html {
  /* 1512>> 10px */
  /* font-size: 0.661375661vw; */
  font-size: clamp(5px, 0.661375661vw, 10px);
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  background: var(--color-white);
  color: var(--color-black);
}


a {
  text-decoration: none;
  transition: all .4s;
}

a:hover {
  opacity: .6;
}

img {
  max-width: 100%;

  display: block;
}

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

li {
  margin-left: 0;
}

/* タイトル */


@media screen and (max-width:767px) {
  html {
    font-size: 2.666vw;
  }

  body {
    font-size: 1.4rem;
  }
}

/*================================================
 *  section btn
 ================================================*/
section {
  position: relative;
}

/*================================================
 *  header / ヘッダー
 ================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: var(--color-white);
  padding: 0 0 0 5rem;
}

.nav_inner {
  display: flex;
  align-items: center;

  justify-content: space-between;
}

.nav_left {
  width: 32rem;
}



.nav_menu {
  display: flex;
  align-items: center;
  justify-content: end;
}

.nav_menu li:not(.contact) {
  margin-left: 5rem;
}

.nav_menu li a {
  font-size: 2rem;
  text-align: center;
  display: inline-block;
}

.nav_menu li a span {
  display: block;
  font-size: 1.2rem;
  font-family: var(--en);
  font-weight: 300;
  margin-top: 0.5rem;
}

.nav_menu li.hd_btn a {
  font-size: 1.2rem;
  text-align: left;
  padding: 1.2rem 2rem 2.5rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 20rem;
  background: #FEF7E5;
}

.nav_menu li.contact a {
  background: #E7F1F6;
}

.nav_menu li.hd_btn a span {
  font-size: 2rem;
}

.nav_menu li.hd_btn a img {
  width: 3rem;
  display: block;
}



@media screen and (max-width:767px) {
  header {

    padding: 2rem 1rem;
  }

  .nav_left {
    width: 20rem;
  }

  .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    width: 6rem;
    height: 6rem;
    cursor: pointer;
    z-index: 300;
    transition: all .1s ease-out;
  }


  /* line open */
  .hamburger__line {
    position: absolute;
    left: 50%;
    width: 40%;
    height: 1px;
    background-color: var(--color-black);
    transition: all .4s ease-out;
    transform: translateX(-50%);
  }

  .hamburger__line--1 {
    top: 40%;
  }

  .hamburger__line--2 {
    top: 50%;
  }

  .hamburger__line--3 {
    top: 60%;
  }

  /* line close */
  .open_nav .hamburger__line--1 {
    transform: translateX(-50%) rotate(35deg);
    top: 50%;
  }

  .open_nav .hamburger__line--2 {
    width: 0;
    left: 50%;
  }

  .open_nav .hamburger__line--3 {
    transform: translateX(-50%) rotate(-35deg);
    top: 50%;
  }

  /* ハンバーガーメニュー内 */
  nav.global__nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: var(--color-white);
    transition: all .3s ease-out;
    z-index: 200;
    overflow-y: scroll;
    padding: 10rem 0 10rem 0;
    opacity: 0;
    pointer-events: none;
  }

  /* 表示 */
  .open_nav .global__nav {
    opacity: 1;
    pointer-events: fill;
  }

  nav.gnav.global__nav ul {
    display: block;
    text-align: center;
    position: relative;
  }

  .nav_menu li:not(.contact) {
    margin: 0 0 2rem;
  }

  .nav_menu li.hd_btn a {
    width: 100%;
  }

}

/*================================================
* 
================================================*/

.wrap_md {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.wrap_lg {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}


.hd {
  margin-bottom: 3rem;
}

.hd .en {
  font-family: var(--en);
  font-size: 10rem;
  font-weight: 200;
  line-height: 1;
  display: block;
  color: var(--color-primary);
}

.hd .ja {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  margin-top: 1rem;
}


.btnArea a {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 3rem;
  padding: 1.5rem 3rem;
  background: #E7F1F6;
  border-radius: 1000px;
  color: var(--color-primary);
  font-weight: 500;
}

.btnArea a img {
  width: 3rem;
}

@media screen and (max-width:767px) {
  .hd .en {
    font-size: 6rem;
  }

  .hd .ja {
    font-size: 1.4rem;
  }

  .wrap_md {
    width: 92%;
  }

  .wrap_lg {
    width: 92%;
  }
}

/*================================================
* mv
================================================*/


#mainVisual {
  background: url(../images/mv.webp) no-repeat center top/cover;
  height: calc(100vh - 9rem);
  min-height: 47.9vw;
  margin-top: 9rem;
}

#mainVisual .wrap_md {
  position: relative;
  height: 100%;
}

.mv_catch {
  position: absolute;
  bottom: 0;
  right: 0;
}

.mv_catch h2 {
  font-size: 9rem;
  font-weight: 500;
  color: #4C4C4C;
  line-height: 1.35;
  text-align: right;
  opacity: .9;
}

.mv_catch h2 span {
  display: block;
  font-family: var(--en);
  font-weight: 200;
  font-size: 3.2rem;
  padding-right: 5rem;
  letter-spacing: 0.03em;
  margin-top: 1rem;
}


.loop_swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.loopSlide {
  padding-top: 13rem;
}

.loopSlide .swiper-slide {
  width: 35rem;
  margin-right: 6rem;
}



@media screen and (max-width:767px) {
  #mainVisual {
    background: url(../images/mv_sp.webp) no-repeat center top/cover;
    height: calc(100vh - 20rem);
    min-height: unset;
    margin-top: 7rem;
  }

  .mv_catch h2 {
    font-size: 4rem;
  }

  .mv_catch h2 span {
    font-size: 1.6rem;
    padding-right: 2.8rem;
  }

  .loopSlide {
    padding-top: 6rem;
  }

  .loopSlide .swiper-slide {
    width: 20rem;
    margin-right: 3rem;
  }
}


/*================================================
* strengths
================================================*/
#strengths {
  padding: 17.5rem 0 26rem;
}

#strengths::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/logo_bg.webp);
  width: 100%;
  height: 94.5vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#strengths .wrap_md {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

#strengths h2 {
  position: relative;
}

#strengths h2::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/strengths_logo.webp);
  width: 50.9rem;
  height: 48.8rem;
  top: 7rem;
  right: -23rem;
  z-index: -1;
}

.strengths_txt {
  width: 54%;
  padding-top: 14rem;
}

.strengths_txt h3 {
  color: var(--color-primary);
  font-weight: 500;
  margin-bottom: 4rem;
  font-size: 2.6rem;
}

.strengths_txt p {
  margin-top: 1em;

}




@media screen and (max-width:767px) {
  #strengths::before {
    background-image: url(../images/logo_bg_sp.webp);
    width: 100%;
    height: 563vw;
  }

  #strengths .wrap_md {
    flex-wrap: wrap;
  }

  #strengths h2::before {

    width: 30rem;
    height: 29rem;
    top: 3rem;
    right: -14rem;

    content: none;
  }

  #strengths {
    padding: 12rem 0 10rem;
  }

  .strengths_txt {
    width: 100%;
    padding-top: 2rem;
  }

  .strengths_txt h3 {
    font-size: 2rem;
  }
}

/*================================================
* service
================================================*/
.serviceList {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4rem;
}


.serviceList li {
  background: var(--color-white);
  padding: 6rem 4rem;
  text-align: center;
}


#service li h3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.serviceList li h3 span {
  display: block;
  font-size: 1.4rem;
  color: var(--color-primary);
  font-family: var(--en);
  font-weight: 200;
}


.serviceUnder ul {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 11rem;
  padding: 4rem 3rem;
  background: #F5FAFC;
}

.serviceUnder ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 3rem;
}

.serviceUnder ul li img {
  width: 15rem;
  min-width: 15rem;
}

#service .serviceUnder ul li h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}






@media screen and (max-width:767px) {
  .serviceList {
    grid-template-columns: repeat(1, 1fr);
  }

  .serviceList li {
    padding: 3rem 2rem;
  }

  .serviceUnder ul {
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4rem;
    padding: 4rem 2rem;
  }

  .serviceUnder ul li {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .serviceUnder ul li img {

    margin: 0 auto;
  }

  #service .serviceUnder ul li h3 {
    text-align: center;
  }
}

/*================================================
* works
================================================*/
#works {
  padding: 20rem 0;
}

#works .wrap_md {
  width: 90%;
  margin-right: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.works_ttl {
  height: auto;
  position: relative;
}

.works_ttl .btnArea {
  position: absolute;
  bottom: 0;
  left: 0;
}

.works_slide {
  width: 70%;
}

.works_slide .swiper-slide {
  width: 36rem;
  margin-right: 2rem;
  font-size: 1.4rem;
}

.works_slide .swiper-slide h3 {
  font-size: 1.8rem;
  color: var(--color-primary);
  margin: 1.5rem 0 0.4rem;
}

@media screen and (max-width:767px) {
  #works {
    padding: 10rem 0;
  }

  #works .wrap_md {
    flex-wrap: wrap;
  }

  .works_slide {
    width: 100%;
    margin-bottom: 4rem;
  }

  .works_slide .swiper-slide {
    width: 26rem;
    margin-right: 1.6rem;
  }
}

/*================================================
* cta
================================================*/

.cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 4rem;
  z-index: 2;
  position: relative;
}

.cta_box {
  padding: 6rem 0 0;
  text-align: center;
  position: relative;
}

.cta_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 3rem);
  background: #FEF7E5;
  top: 0;
  left: 0;
  z-index: -1;
}

.cta_box:nth-of-type(2)::before {
  background: #E7F1F6;
}

.cta_box h3 {
  font-size: 2.8rem;
  color: #FFD146;
  font-weight: 700;
}

.cta_box:nth-of-type(2) h3 {
  color: var(--color-primary);
}

.cta_box p {
  margin: 3rem 0 6rem;
}

.cta_box .btnArea a {
  margin: 0 auto;
  width: 52rem;
  justify-content: space-between;
  font-size: 2.2rem;
}

.cta_box:first-of-type .btnArea a {
  background: #FFD146;
  color: var(--color-white);
}

.cta_box:nth-of-type(2) .btnArea a {
  background: var(--color-primary);
  color: #E7F1F6;
}


@media screen and (max-width:767px) {
  .cta {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4rem;
    z-index: 2;
    gap: 3rem;
  }

  .cta_box h3 {
    font-size: 2.2rem;
  }

  .cta_box p {
    margin: 3rem 0 3rem;
  }

  .cta_box .btnArea a {
    margin: 0 auto;
    width: 35rem;
    justify-content: space-between;
    font-size: 1.8rem;
    padding: 1.5rem 2rem;
  }
}


/*================================================
 *  footer
 ================================================*/
footer {
  padding: 18rem 0 4rem;
  z-index: 1;
  position: relative;
}

footer::before {
  position: absolute;
  content: "";
  top: -6rem;
  left: 0;
  background: url(../images/logo_bg.webp) no-repeat center top/cover;
  height: calc(100% + 6rem);
  width: 100%;
  z-index: -1;
}

footer .ft_top {
  display: flex;
  align-items: start;
  gap: 6rem;
  padding-bottom: 5rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid rgb(46 46 46 / 30%);
}

.ft_logo {
  width: 40rem;
}

.ft_logo p {
  margin-top: 2.7rem;
  font-size: 1.4rem;
}

.ft_logo p a {
  text-decoration: underline;
}

.ft_tel a {
  color: var(--color-primary);
  font-family: var(--en);
  font-weight: 500;
  font-size: 5.2rem;
}

.ft_tel a span {
  font-size: 2.6rem;
}

.ft_banner {
  width: 31rem;
  margin-left: auto;
}

.ft_banner a {
  display: block;
  margin-bottom: 1rem;
}


.ft_btm {
  padding-left: 2rem;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.ft_menu {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 7rem;
}

.ft_menu ul:last-of-type {
  margin-left: 2rem;
}

.ft_menu .hd_nav {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.ft_menu .hd_nav span {
  font-size: 1.2rem;
  font-weight: 200;
  font-family: var(--en);
  opacity: .5;
  display: block;
}

.ft_menu ul li ul li {
  position: relative;
  padding-left: 1em;
  margin-top: 0.5rem;
}

.ft_menu ul li ul li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

.ft_insta {
  width: 2.5rem;
}

.copy {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 6rem;
}

@media screen and (max-width:767px) {
  footer .ft_top {
    display: block;
  }

  .ft_logo {
    width: 100%;
    margin-bottom: 2rem;
  }

  .ft_tel a {
    font-size: 4rem;
  }

  .ft_menu {
    display: block;
  }

  .ft_banner {
    margin-top: 4rem;
    margin: 4rem auto 0;
  }

  .ft_menu>ul {
    margin-bottom: 2rem;
  }

  .ft_menu ul:last-of-type {
    margin-left: 0rem;
  }

  .ft_menu .hd_nav {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}




/* fadeUp */
.fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.fadeUp.started {
  opacity: 1;
  transform: translateY(0px);
}


/*================================================
 *  subVis
 ================================================*/
#subVis {
  padding: 20rem 0 0;
}

#subVis .wrap_md {
  max-width: 1600px;
}

#subVis .wrap {}

@media screen and (max-width:767px) {
  #subVis {
    padding: 15rem 0 0;
  }

  #subVis h2 .en {
    font-size: 5rem;
  }
}

/*================================================
 *  pagesCnt
 ================================================*/
#pagesCnt {
  padding: 10rem 0 20rem;
}

#pagesCnt .wrap_md {
  max-width: 1600px;
}

@media screen and (max-width:767px) {
  #pagesCnt {
    padding: 6rem 0 10rem;
  }
}

/*================================================
 *  formList
 ================================================*/

.formList {
  max-width: 90rem;
  margin: 0 auto;
}

.formList dt {
  margin-top: 4rem;
}

.formList dt sup {
  color: #dc3232;
}

.formList dt p {
  margin-bottom: 1rem;
}

.formList input,
.formList textarea {
  background: #f7f7f7;
  display: block;
  width: 100%;
  height: 5rem;
  font-family: var(--ja);
  font-size: 1.6rem;
  color: var(--color-black);
  font-weight: 400;
  padding: 0 1rem;
}



.wpcf7 input[type="file"] {
  background: transparent;
}

.formList textarea {
  height: 20rem;
  padding: 1rem;
}

.formList label:has(input[type="radio"]) {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

.formList label span {
  display: block;
}

.formList input[type="radio"] {
  width: 2rem;
}

.formList input.wpcf7-submit {
  width: 20rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  margin: 0 auto;
  color: var(--color-white);
  text-align: center;
  transition: .4s;
}

.formList input.wpcf7-submit:hover {
  opacity: .4;
}




@media screen and (max-width:767px) {
  .formList dt {
    margin-top: 2rem;
  }
}

/*================================================

================================================*/



/* newsDetail_cnt */
.pageContents * {
  line-height: 1.7;
}

.pageContents h2,
.pageContents h3,
.pageContents h4,
.pageContents p,
.pageContents ul,
.pageContents ol {
  margin-bottom: 1.14em;
}

.pageContents h2 {
  font-size: 2.8rem;
  padding-top: 2.4rem;
  border-top: 2px solid var(--color-primary);
  position: relative;
}

.pageContents h2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 0.5rem;
  background: #e2e2e2;
}

.pageContents h3 {
  font-size: 2rem;
  background: #f3f8fb;
  padding: 1rem;
}

.pageContents h4 {
  padding-left: 1.6rem;
  position: relative;
  font-weight: 500;
}

.pageContents h4::before {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 2px;
  background: var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.pageContents .wp-block-details summary,
.pageContents a {
  position: relative;
  text-decoration: underline;
}


.pageContents ul li {
  position: relative;
  padding-left: 1em;
}

.pageContents ul li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  color: var(--color-primary);
}

.pageContents ol li {
  margin-left: 1.5em;
}


.pageContents .wp-block-image :where(figcaption) {
  font-size: 12px;
}

.pageContents figure {
  margin-bottom: 1.14em;
}


.pageContents .wp-block-image img {
  width: 100%;
}

.pageContents .wp-block-image :where(figcaption) {
  font-size: 1.4rem;
}

.pageContents .wp-block-columns,
.pageContents .wp-block-table {
  margin: 3.2rem 0;
}

.pageContents .wp-block-table thead {
  border-bottom: 1px solid;
  background: #f3f8fb;
}

.pageContents .wp-block-table td,
.pageContents .wp-block-table th {
  border-color: var(--color-boarder);
}

.pageContents .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.pageContents .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
  border-color: var(--color-boarder);
  padding: 1rem 1.5rem;
}

.pageContents thead th,
.pageContents thead td {
  background-color: var(--color-primary) !important;
  color: var(--color-white);
}

.pageContents iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;

}

@media screen and (max-width:1023px) {



  .pageContents h2,
  .pageContents h3,
  .pageContents h4,
  .pageContents p,
  .pageContents ul,
  .pageContents ol {
    margin-bottom: 1.14em;
  }

  .pageContents h2 {
    font-size: 22px;
    padding-top: 24px;
  }

  .pageContents h2::before {
    top: 5px;
  }

  .pageContents h3 {
    font-size: 18px;
    padding: 10px;
  }

  .pageContents h4 {
    padding-left: 16px;
  }

  .pageContents h4::before {
    width: 8px;
  }

  .pageContents .wp-block-image :where(figcaption) {
    font-size: 12px;
  }

  .pageContents .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
    padding: 20px 0 0;
  }

  .wp-block-flexible-table-block-table {
    overflow: scroll;
  }

  .has-fixed-layout {
    min-width: 1000px;
  }
}

/*================================================
 *  subVis
 ================================================*/


@media screen and (max-width:767px) {}


/*================================================
 *  subVis
 ================================================*/


@media screen and (max-width:767px) {}

/*================================================
 *  subVis
 ================================================*/


@media screen and (max-width:767px) {}