@charset "utf-8";
/* CSS Document */
html,body { overflow-x: hidden;font-size:62.5%;
}
body{width:100%; height:100%; overflow-x: hidden; text-align:center;color:#282828; font-family: 'Noto Sans JP', sans-serif; -webkit-tap-highlight-color:rgba(0, 0, 0, 0); margin:0 auto}
ul{list-style-type:none; margin-block-start:0; margin-block-end:0; padding-inline-start:0}
p{line-height: 1.7em;}
img{max-width:100%; height:auto; width /***/:auto; vertical-align:bottom; display:block}
a:hover img, input[type="image"]:hover, input[type="submit"]{cursor:pointer; cursor:hand} input[type="submit"]:hover{opacity:0.7}
	/* link */
	a:link, a:visited, a, a:hover, a:active{text-decoration: none}
	a:hover{opacity:0.8}

/*--共通--*/
.red{color: #fc5300;font-weight: 500;}
.flex {display: flex;}
/*背景*/
.bg{padding:0px 0}.bgt0{padding:0 0 70px}
.wrapper, .wrap{max-width:960px; margin:0 auto; padding:5%; box-shadow:0px 3px 7px 3px #ccc;}
.wrap{padding:14px 10px; box-shadow:none}.header{color:#000}

/*block*/
    #block_wrapper, .block_wrapper, .shadow{box-shadow: 0 5px 10px rgba(0,0,0,0.25)} .drop-shadow img{filter: drop-shadow(5px 5px 10px rgba(0,0,0,.25))}
    .block{padding:0 5.2% 50px; text-align:left}
    .hl, .h, .hlh{padding:50px 1% 4%; font-weight:900; font-size:2.4em; line-height:1.5em; text-align:center}.h{padding:0 1% 4%}.hlh{padding:70px 2% 40px}

/*footer*/
    #footer{width:100%; margin:0 auto; font-size: 1.5rem;}
    .footer-inner{background:#fff; padding:35px 0 35px; text-align:center}
    #footer a{color:#282828; text-decoration:none} #footer p{color:#282828}
    .fco{font-style:normal; line-height:2.4em; text-align:center; color:#282828; margin:0; padding:0}
/*見出し*/
.h2-area {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 60px 0 20px;
  margin-bottom: 60px;
}
.h2-area p {font-size: 20px;color: #282828;font-weight: 400 !important;  text-align: center !important;}
h2 { font-size: 4.5rem;font-weight: 600;margin-bottom: 1em;line-height: 1.5em;}
h2 span {color: #0d7ab3;}

/*---------------------------------
ヘッダー
---------------------------------*/
header {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

header .logo {
    height: 100%;
    padding: 10px 3%;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

header .logo a {
    display: flex;
    align-items: center;
}

header .logo img {
    width: 192px;
}

header .gnav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: .2em;
    margin: 0;
    padding: 0;
}

header .gnav li {
    font-size: 1.5rem;
    line-height: 1.3em;
    text-align: left;
    font-weight: 500;
    padding: 0 1em;
    white-space: nowrap;
}

header .gnav li a {
    color: #282828;
}

header .header-btn {
    margin-right: 3%;
    width: 150px;
    box-sizing: border-box;
    height: auto;
    padding: 1.2em 2em;
    color: #fff;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background: linear-gradient(90deg, #0e7cb5, #34c5f9);
    border-radius: 150px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, .1);
    transition: background-color 0.2s ease, opacity 0.2s ease;
    flex: 0 0 auto;
}

header img {
    width: auto !important;
}

/*---------------------------------
ファーストビュー
---------------------------------*/
.fv {
    width: 100%;
    background: url("../images/fv-bg.jpg") no-repeat center;
    background-size: cover;
    flex-flow: column;
	  justify-content: center;
    box-sizing: border-box;
    padding-top: 100px;
    position: relative;
}
.fv::before{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:40%;
  background: #fff;
  z-index: 0;
  pointer-events: none;
}
.fv > *{
  position: relative;
  z-index: 1;
}
.fv .img {
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: border-box;
	align-items: flex-start;
	justify-content: center;
  padding: 0 4%;
}
.fv .img .left {
  width: 40%;
  padding-top: 30px;
  text-align: left;
}
.fv .img .right {
  width: 60%;
  padding-top: 30px;
  padding-left: 0;
}
.fv .img .right img,.fv .img .left img {
  width: 100%;
}
.fv p {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 1em;
}

/* FV CTAボタン */
.fv-cta{
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 420px;
  background: #fff;
  border-radius: 9999px;
  padding: 20px 22px 15px 34px;
  margin-top: 40px;
  text-decoration: none;
  color: #222;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .1);
  border: 3px solid #e9d92c;
}
.fv-cta__badge{
  position: absolute;
  left: 22px;
  top: -16px;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 9999px;
  background: #0d7ab3;
  color: #ffe300;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  white-space: nowrap;
}
.fv-cta__text{
  font-weight: 400;
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: .02em;
}
.fv-cta__icon{
  margin-left: auto;
  width: 52px;
  height: 52px;
  background-image: url("../images/fv-btn-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29px 29px;
  flex: 0 0 auto;
}

/* hover / focus（任意） */
.fv-cta:hover{
  transform: translateY(-1px);
  box-shadow:
    0 14px 30px rgba(0,0,0,.18),
    0 3px 8px rgba(0,0,0,.10);
}
.fv-cta:focus-visible{
  outline: 3px solid rgba(13,122,179,.35);
  outline-offset: 3px;
}

.fv .fv-bottom {
  max-width: 1100px;
  padding: 20px 4%;
  margin: 50px auto 50px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.fv .bled {
  display: flex;
  align-items: center;
	justify-content: center;
  gap: 40px;
}
.fv .bled .box {  border: 3px solid #ecf5f9;}
.fv .bled p {
  width: auto;
  text-align: center;
  font-size: 18px;
  line-height:1.5em;
  font-weight: 500;
  color: #218d9d;
  margin: 0.5em 0;
}
.fv .fv-bottom h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 1em 0 0;
}
.fv .fv-bottom h3 span {color: #ea1b1b;}
.fv .fv-bottom p {
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  color: #282828;
  margin: 0em 1.8em 1em;
}

@media screen and (min-width: 1280px) and (max-width: 1550px) {
  .fv .img{padding-top: 0px !important;}
  .fv .img img {width: 65%;}
}

/*---------------------------------
ボタン
---------------------------------*/
.btn {
    width: fit-content;
    height: 100%;
    padding: 35px 50px;
    margin: 0 auto;
    color: #ffec1a;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 500;
    display: flex;
    align-items: center;
    background-color: #fc5300;
    gap: 20px;
    transition: background-color 0.2s ease;
    border-radius: 150px;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2);
}
.btn .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/btn-icon.png") no-repeat center;
  background-size: contain;
}

/*---------------------------------
block01
---------------------------------*/
.block01 {
    width: 100%;
    background:#ecf5f9;
}
.block01 .contents {
  max-width: 1100px;
  height: 100%;
  box-sizing: border-box;
  padding: 120px 2% 100px;
  margin: 0 auto;
  display: flex;
  text-align: left;
}
.block01 .contents p {margin-bottom: 1em;}
.block01 .contents h2 { margin-bottom: 1em;}
.block01 .contents .text {width: 60%;}
.block01 .contents figure {padding-left: 30px;}

/*---------------------------------
block02
---------------------------------*/
.block02 {
    width: 100%;
    background: url("../images/block3-bg.jpg") center top;
    background-size: cover;
    padding: 120px 4% 100px;
    color: #fff;
}
.block02 .contents {padding: 0;margin: 0 auto;  max-width: 1100px;}
.block02 .h2-area {padding: 0;}
.block02 .h2-area p {color: #fff}
.block02 .box{
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 34px 22px 22px; 
  min-height: 420px;
  color: #fff;
}

.block02 .box::before{
  content:"";
  position:absolute;
  left:50%;
  top:74px; 
  transform: translateX(-50%);
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background:#fff;
  z-index: 0;
}

.block02 .box .no{
  position:absolute;
  left:50%;
  top:30px;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 75px;
  font-style: italic;
  line-height: 1;
  color: rgba(190, 236, 255, .95);
  z-index: 2;
  font-family: "Futura", "Trebuchet MS", Arial, sans-serif;
}

.block02 .box h3{
  position: relative;
  z-index: 1;
  margin: 80px 0 10px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .03em;
  color: #222;
}
.block02 .box h3.ptn {font-size: 24px;}

.block02 .box figure{
  position: relative;
  z-index: 1;
  margin: 20px 0 0 0;
  display: flex;
  justify-content: center;
}
.block02 .box figure img{
  max-width: 170px;
  height: auto;
  display: block;
}
.block02 .box p{
  position: relative;
  z-index: 1;
  margin: 50px 4% 0;
  font-size: 16px;
  text-align: left;
  line-height: 1.75;
  letter-spacing: .02em;
  color: #fff;
}

/*---------------------------------
block03
---------------------------------*/
.block03 {
    width: 100%;
    padding: 120px 4% 100px;
}
.block03 .contents {padding: 0;  max-width: 1100px;margin: 0 auto;}
.block03 .h2-area {padding: 0;}

.block03 .bled.flex{
  display: flex;
  flex-wrap: wrap;
  gap: 100px 50px;
  margin-top: 100px;
}

.block03 .bled.flex .box{
  flex: 0 0 calc(50% - 25px);
  box-sizing: border-box;
  background: #ecf5f9;
  border-radius: 14px;
  padding: 22px 22px 26px;
  text-align: center;
}

.block03 .bled.flex .box figure{
  margin: 0 0 -42px;
  transform: translateY(-70px);
  display: flex;
  justify-content: center;
}

.block03 .bled.flex .box figure img{
  width: 333px;
  height: 258px;
  display: block;
  object-fit: contain;
}

.block03 .bled.flex .box h3{
  margin: 0 0 10px;
  color: #0a73b8;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: .02em;
}

.block03 .bled.flex .box p{
  margin: 0;
  color: #222;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  line-height: 1.7;
  letter-spacing: .01em;
}

@media (max-width: 768px){
  .block03 .bled.flex .box{
    flex: 0 0 100%;
  }

  .block03 .bled.flex .box figure img{
    width: 333px;
    height: 258px;
    max-width: 100%;
    height: auto;
  }
}

/*---------------------------------
block04
---------------------------------*/
.block04 {
    width: 100%;
    background: url("../images/block05-bg.jpg") center top;
    background-size: cover;
    padding: 120px 4% 100px;
}
.block04 .contents {padding: 0;margin: 0 auto;  max-width: 1100px;}
.block04 .h2-area {padding: 0;}
.block04 .flex{
  width: fit-content;
  display: flex;
  gap: 50px;
  margin: 0 auto;
}
.block04 .flex .box{
  flex: 0 0 300px;
  max-width: 300px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
}

.block04 .flex .box h3{
  margin: 45px 0 20px;
  color: #0a73b8;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: .02em;
}

.block04 .flex .box h4{
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 12px 22px;
  background: #ff4a00;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}

.block04 .flex .box h4 span{
  font-size: 34px;
  line-height: 1;
  color: #fff368;
}

.block04 .flex .box figure{
  margin: 0;
  background: transparent;
  padding: 30px 0;
}

.block04 .flex .box figure img{
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.block04 .flex .box .diti{
  background: linear-gradient(90deg, #0d7ab3 0%, #239cb1 100%);
  padding: 18px 16px 20px;
}
.block04 .flex .box .diti p{
  margin: 0 0 12px;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: .02em;
}
.block04 .flex .box .diti span{
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 8px auto 0;
  padding: 8px 18px;
  background: #fff;
  color: #0a3f63;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 980px){
  .block04 .flex{
    flex-wrap: wrap;
  }
  .block04 .flex .box{
    flex: 0 0 300px;
  }
}

@media (max-width: 768px){
  .block04 .flex{
    flex-direction: column;
  }
  .block04 .flex .box{
    width: 300px;
    flex: 0 0 300px;
  }
}

/*---------------------------------
block05
---------------------------------*/
.block05 {
    width: 100%;
    padding: 120px 4% 100px;
}
.block05 .contents {padding: 0;  max-width: 1100px;margin: 0 auto;}
.block05 .h2-area {padding: 0;}

.block05 .flex{
  --img: 150px;
  --line: #0d5999;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}

.block05 .flex::before{
  content: "";
  position: absolute;
  left: calc(var(--img) / 2);
  right: calc(var(--img) / 2);
  top: calc(var(--img) / 2);
  height: 2px;
  background: var(--line);
  z-index: 0;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  animation: block05LineIn .6s ease forwards;
  animation-delay: 1.2s;
}

@keyframes block05LineIn{
  to{
    opacity: 1;
    transform: scaleX(1);
  }
}

.block05 .flex .box{
  flex: 0 0 calc(20% - 0px);
  box-sizing: border-box;
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.block05 .flex .box figure{
  width: var(--img);
  height: var(--img);
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
}

.block05 .flex .box figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 0;
}

.block05 .flex .box .no{
  margin: 0 0 10px;
  color: #0aa0d6;
  font-weight: 500;
  font-style: italic;
  font-size: 56px;
  line-height: 1;
}

.block05 .flex .box h3{
  margin: 0 0 10px;
  color: #0d5999;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: .02em;
}

.block05 .flex .box p{
  margin: 0;
  color: #222;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  letter-spacing: .01em;
}

@media (max-width: 1100px){
  .block05 .flex{
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
  }

  .block05 .flex::before{
    display: none;
  }

  .block05 .flex .box{
    flex: 0 0 240px;
    padding: 0;
  }
}

/*---------------------------------
block06
---------------------------------*/
.block06 {
    width: 100%;
    background: url("../images/block07-bg.jpg") center top;
    background-size: cover;
    padding: 90px 4% 100px;
    color: #fff;
	box-sizing:border-box;
}

/*---------------------------------
block07
---------------------------------*/
.block07 { padding: 80px 0; }
.block07 .contents {padding: 0;  max-width: 900px;margin: 0 auto;}
.block07 .bled.flex{
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.block07 .bled.flex .box{
  display: flex;
  align-items: center;
  gap: 70px;
}

.block07 .bled.flex .box:nth-child(even){
  flex-direction: row-reverse;
}

.block07 .bled.flex .box figure{
  margin: 0;
  flex: 0 0 290px;
}

.block07 .bled.flex .box figure img{
  width: 100%;
  height: auto;
  display: block;
}

.block07 .bled.flex .box .text{
  flex: 1 1 auto;
}

.block07 .bled.flex .box .text h3{
  position: relative;
  margin: 0 0 10px;
  padding-left: 18px;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.35;
  color: #222;
  letter-spacing: .02em;
  text-align: left;
}

.block07 .bled.flex .box .text h3::before{
  content: "";
  position: absolute;
  left: 0;
  top: .15em;
  width: 4px;
  height: 2.4em;
  background: #0d5999;
  border-radius: 2px;
}

.block07 .bled.flex .box .text p{
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: #222;
  letter-spacing: .01em;
  padding-left: 18px;
  text-align: left;
}

.block07 .bled.flex .box .text p span{color: #0d5999;}

@media (max-width: 900px){
  .block07 .bled.flex{
    gap: 48px;
  }

  .block07 .bled.flex .box{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .block07 .bled.flex .box:nth-child(even){
    flex-direction: column;
  }

  .block07 .bled.flex .box figure{
    flex: 0 0 auto;
    width: 100%;
    max-width: 520px;
  }

  .block07 .bled.flex .box .text h3{
    font-size: 26px;
  }
}



/*---------------------------------
cta
---------------------------------*/
.cta {
    width: 100%;
    background: url("../images/cta-bg.jpg") no-repeat top center;
    background-size: cover;
    padding: 60px 3% 90px;
    color: #fff;
	box-sizing:border-box;
}
.cta h2 {font-size: 40px;}
.cta h3 {
    font-size: 2.5rem;
    line-height: 1.4em;
    color: #fff;
    margin: 0 auto 1em;
}
.cta p {font-size: 21px;font-weight: 500;}
.cta .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 710px;
  height: 92px;
  margin: 45px auto 0;
  padding: 0 28px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #95ed40 0%, #1eb30d 100%);
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  letter-spacing: .06em;
  text-decoration: none;
  box-shadow: 0 18px 30px rgba(0,0,0,.18);
}

.cta .btn::after{
  content: "";
  width: 34px;
  height: 34px;
  flex: 0 0 auto;

  background: url("../images/btn-icon.png") center/contain no-repeat;
}

@media (max-width: 768px){
  .cta .btn{
    height: 76px;
    font-size: 20px;
    padding: 0 22px;
	box-sizing:border-box;
  }
  .cta .btn::after{
    width: 28px;
    height: 28px;
  }
}

/*---------------------------------
    blog　トップページスライダー
---------------------------------*/
.latest-blog {
    width: 100%;
    background: #eef4f7;
    padding: 90px 2% 90px;
    overflow: hidden;
	box-sizing:border-box;
}

.latest-blog .contents {
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

.latest-blog .h2-area {
    padding: 0 4% 40px;
    margin-bottom: 0px;
	box-sizing:border-box;
}

.latest-blog-slider {
    width: 100%;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
}

.latest-blog-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.latest-blog-slider .swiper-slide {
    flex-shrink: 0;
    height: auto;
}

.latest-blog-track {
    display: flex;
    gap: 24px;
}

.latest-blog-card {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    height: auto;
}

.latest-blog-card a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    height: 100%;
}

.latest-blog-card figure {
    position: relative;
    margin: 0;
    aspect-ratio: 386 / 360;
    overflow: hidden;
}

.latest-blog-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.latest-blog-card a:hover figure img {
    transform: scale(1.05);
}

.latest-blog-card-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 22px 24px 18px;
    box-sizing: border-box;
    isolation: isolate;
}

.latest-blog-card-text::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(43, 78, 106, 0.82);
    mix-blend-mode: multiply;
    z-index: 0;
}

.latest-blog-card-text h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 7px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
    color: #fff;
}

.latest-blog-card-text time {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
    color: #fff;
}

.latest-blog-link {
    margin-top: 50px;
    text-align: center;
}

.latest-blog-link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 62px;
    padding: 0 32px;
    border-radius: 9999px;
    background: linear-gradient(90deg, #39c4ef 0%, #0a73b8 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .04em;
    box-shadow: 0 10px 20px rgba(0,0,0,.12);
}

.latest-blog-link a::after {
    content: "";
    width: 24px;
    height: 24px;
    margin-left: 12px;
    background: url("../images/btn-icon.png") center / contain no-repeat;
}


/*---------------------------------
    form
---------------------------------*/
.apply-form{
  padding: 120px 16px 24px; 
  scroll-margin-top: 120px;
}
.apply-form a {
  text-decoration: underline;
}
.apply-form__card{
  max-width: 1000px;
  margin: 70px auto;
  text-align: left;
}

/* フィールド */
.apply-form .field{
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 6px;  
}
.apply-form .field label{
  width: 360px;
  align-items: center;
  gap: .5rem;
  font-weight: 500;
  color: #2a3a48;
  margin-bottom: 6px;
}
.apply-form .req{
  display: inline-block;
  background: #e95b59;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
}
/* 入力要素 */
.apply-form input,
.apply-form textarea{
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cfd8e3;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.apply-form textarea{ min-height: 140px; resize: vertical; }
/* フォーカス */
.apply-form input:focus,
.apply-form textarea:focus{
  border-color: #0f9aa8;
  box-shadow: 0 0 0 3px rgba(15,154,168,.15);
}
/* プレースホルダ */
.apply-form input::placeholder,
.apply-form textarea::placeholder{
  color: #9aa8b6;
}
/* 送信ボタン */
.submit-bar{
  display: flex;
  justify-content: center;
  padding: 18px 0 0;
}

.submit-bar .btn-submit{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration:none;
  width: 100%;
  max-width: 360px;
  height: 72px;

  border: 0;
  border-radius: 9999px;

  background: linear-gradient(90deg, #39c4ef 0%, #0a73b8 100%);
  color: #fff;

  font-weight: 800;
  font-size: 22px;
  letter-spacing: .06em;

  cursor: pointer;
  box-shadow: 0 14px 26px rgba(0,0,0,.18);
}

.submit-bar .btn-submit::after{
  content: "";
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  background:
    url("../images/btn-icon.png") center/29px 29px no-repeat;
}

.submit-bar .btn-submit:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(0,0,0,.22);
}

.submit-bar .btn-submit:active{
  transform: translateY(0);
  box-shadow: 0 10px 18px rgba(0,0,0,.18);
}

.submit-bar .btn-submit:focus-visible{
  outline: 3px solid rgba(10,115,184,.25);
  outline-offset: 4px;
}
.confirm-wrap p{
  font-size: 17px !important;
}
.thanks-wrap p{
  font-size: 17px !important;
}


@media (max-width: 520px){
  .submit-bar .btn-submit{
    height: 64px;
    font-size: 18px;
    max-width: 320px;
  }
  .submit-bar .btn-submit::after{
    width: 26px;
    height: 26px;
    background-size: 13px 13px;
  }
}

/* ===== PC時の左寄せ＋幅短縮 ===== */
@media (min-width: 960px){
  /* ラベル/入力は左寄せ（既に左寄せなら不要だが明示） */
  .apply-form .field label{ text-align: left; }

  /* テキストエリア以外は短めの幅に */
  .apply-form .field input,
  .apply-form .field select{
    max-width: 520px;     /* ここで短くする値を調整 */
  }
  /* お問い合わせ内容（textarea）はカード幅いっぱい */
  .apply-form .field textarea{
    max-width: none;
    max-width: 500px;
  }
}
/* 同意文 */
.apply-form .consent{
  margin: 10px 0 14px;
  text-align: center;
}
.apply-form .consent__label{
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: #334155;
  font-size: 14px;
}
.apply-form .consent input[type="checkbox"]{
  width: 18px; height: 18px;
  accent-color: #0f9aa8;  /* 対応ブラウザで色付け */
}
.apply-form__errors {
  color: #e40000;
  width: fit-content;
  margin: 1em auto;
}

/* フォーム確認ページ */
.confirm-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}

.confirm-table th,
.confirm-table td {
  padding: 0px 20px;
  vertical-align: top;
  background: #fff;
}

.confirm-table th {
  width: 220px;
  padding-right: 36px;
  text-align: left;
}

.confirm-table td {
  padding-left: 36px;
  text-align: left;
}

/* レスポンシブ微調整 */
@media (max-width: 560px){
  .apply-form__card{ padding: 18px 14px 24px; }
  .apply-form .btn-submit{ width: 100%; }
  .apply-form .consent__label{
    display: inline-flex;
flex-direction: column;
  }
}

.dx-areas{
  max-width: 450px;
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 90px;
  row-gap: 12px;
  padding-top: 2px;
}

.dx-areas__item{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  user-select: none;
  font-weight: 800;
  font-size: 16px;
  color: #222;
  line-height: 1.2;
}

.dx-areas__item input{
  width: 26px;
  height: 26px;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #b9d8ee;
  border-radius: 3px;
  background: #fff;
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
}

.dx-areas__item input:checked{
  border-color: #0d5999;
  background: #0d5999;
}

.dx-areas__item input:checked::after{
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 7px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}

.dx-areas__item input:focus-visible{
  outline: 3px solid rgba(13,89,153,.25);
  outline-offset: 2px;
}

@media (max-width: 900px){
  .field{
    flex-direction: column;
    gap: 14px;
  }

  .field > label{
    width: auto;
    flex: 0 0 auto;
  }

  .dx-areas{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 5px;
  }
}

@media (max-width: 520px){
  .dx-areas{
    grid-template-columns: 1fr;
  }
}


/*---------------------------------
アニメーション
---------------------------------*/
.reveal{
  opacity: 0;
  transform: translateY(14px);
  filter: blur(2px);
  transition-property: opacity, transform, filter;
  transition-duration: .7s;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform, filter;
}
.reveal.is-in{
  opacity: 1;
  transform: none;
  filter: none;
}

/* 方向バリエーション */
.reveal--up{ transform: translateY(14px); }
.reveal--down{ transform: translateY(-14px); }

/* スタイル違い */
.reveal--zoom{ transform: scale(.96); }
.reveal--soft{ filter: blur(1px); }  /* ぼかし弱め */

/* スピード（任意） */
.reveal--fast{ transition-duration: .45s; }
.reveal--slow{ transition-duration: 1s; }

/* 遅延ユーティリティ（.1s刻み） */
.delay-0{  transition-delay: 0s; }
.delay-1{  transition-delay: .1s; }
.delay-2{  transition-delay: .2s; }
.delay-3{  transition-delay: .3s; }
.delay-4{  transition-delay: .4s; }
.delay-5{  transition-delay: .5s; }
.delay-6{  transition-delay: .6s; }
.delay-7{  transition-delay: .7s; }
.delay-8{  transition-delay: .8s; }
.delay-9{  transition-delay: .9s; }
.delay-10{ transition-delay: 1s; }

@media screen and (min-width:960px) {
    /*for PC*/
    #wrapper, .wrapper{font-size:1.8rem; font-feature-settings:"palt"; line-height:1.5em; margin:0 auto; padding:0}
    .pc{display:block}.sp{display:none}

}

@media screen and (min-width:481px) and (max-width:960px) {
    /*for iPad tb(タブレット)*/
    #wrapper, .wrapper{font-size:1.8rem; font-feature-settings:"palt"; line-height:1.5em; margin:0 auto; padding:0}
    .hpb{width:100%; margin:0 auto}
    .pc{display:none}.sp{display:block}
    /*共通*/

    /*ヘッダー*/
    header .sp {display: none;}

    
}

@media screen and (max-width: 480px) {
    /*for iPhone sp(スマートフォン)*/
    #wrapper, .wrapper{font-size:1.8rem; font-feature-settings:"palt"; line-height:1.5em; margin:0 auto; padding:0}
    .hpb{width:100%; margin:0 auto}
    .pc{display:none}.sp{display:block}
	::placeholder{font-size:0.7em}
    .flex {flex-direction: column;}
    /*背景*/
    .bg{padding:0px}.bgt0{padding:0 2% 35px}
    /*block*/
    .block{padding:0 2% 25px; text-align:left}
    .hl, .h, .hlh{padding:25px 1% 4%; font-size:1.625em}.h{padding:0 1% 4%}.hlh{padding:35px 2% 20px; margin-bottom:0}

  /*見出し*/
  h2 { font-size: 3.5rem;margin-bottom: 0.5em;line-height: 1.5em;}
  .h2-area {
    padding: 40px 0 20px;
    margin-bottom: 30px;
  }

  /*ヘッダー*/
 header{
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 10px;
  overflow: hidden;
  }

header .logo{
  order: 1;
  padding: 0;
  flex: 1 1 auto;
  min-width: 0;
}

header .header-btn{
  order: 2;
  margin-right: 0;
  width: auto;
  min-width: 96px;
  padding: 0.9em 1.1em;
  font-size: 1.2rem;
  line-height: 1.2;
  flex: 0 0 auto;
}

header .nav-btn{
  order: 3;
  width:48px;
  height:48px;
}

header .gnav{
  order: 4;
}

  header .logo img{
    width: 136px;
    max-width: 100%;
  }


  header li {
    font-size: 2rem;
  }

  .nav-toggle{
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .nav-btn{
    width: 52px;
    height: 52px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  .nav-btn span{
    position: absolute;
    width: 24px;
    height: 2px;
    background: #0d5999;
    transition: transform .2s ease, top .2s ease, opacity .2s ease;
  }

  .nav-btn span:nth-child(1){ top: 18px; }
  .nav-btn span:nth-child(2){ top: 25px; }
  .nav-btn span:nth-child(3){ top: 32px; }

header .gnav{
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 360px;
    height: 100dvh;
    margin: 0;
    padding: 84px 18px 18px;
    box-sizing: border-box;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.96);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 14px 0 30px rgba(0,0,0,.12);
}

  .nav-toggle:checked ~ .gnav{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  header .gnav li{
    padding: 0;
  }

  header .gnav a{
    display: block;
    padding: 12px 10px;
    text-decoration: none;
    color: #222;
    font-weight: 700;
  }

  .nav-toggle:checked + .nav-btn span:nth-child(1){
    top: 25px;
    transform: rotate(45deg);
  }

  .nav-toggle:checked + .nav-btn span:nth-child(2){
    opacity: 0;
  }

  .nav-toggle:checked + .nav-btn span:nth-child(3){
    top: 25px;
    transform: rotate(-45deg);
  }

  .nav-overlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
    z-index: 999;
  }

  .nav-toggle:checked ~ .nav-overlay{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  header .gnav{
    z-index: 1000;
  }

  /*ファーストビュー*/
  .fv .img {flex-direction: column;}
  .fv p {font-size: 1.7rem;}
  .fv .img .left {
    width: 100%;
    padding-top: 0px !important;
    text-align: left;
  }
  .fv .img .right {
    width: 100%;
    padding-top: 30px;
  }
  .fv .img .right img,.fv .img .left img {
    width: 100%;
  }
  /* FV CTAボタン */
  .fv-cta{gap: 10px;}
  .fv-bottom img {width: 100%;}
  .fv .bled {gap: 20px;}

  /*block01*/
  .block01 .contents { width: 100%;padding: 60px 0;flex-direction: column; }
  .block01 {padding: 0px 4% 0px;box-sizing:border-box;}
  .bloco01 p {width: auto !important;}
  .block01 .contents .text {width: 100%;}
  .block01 .contents figure { padding-left:0px;}

  /*---------------------------------
  block07
  ---------------------------------*/
  .block07 { padding: 30px 4%;}
  .block07 .bled.flex{gap: 35px;}

  /*---------------------------------
  block02
  ---------------------------------*/
  .block02 { padding: 30px 4%; box-sizing:border-box; }
  .block02 .box{padding: 34px 22px 22px;}
  .block02 p {
      font-size:18px;
      margin-bottom: 0.3em;
      line-height: 1.4em;
  }

  /*---------------------------------
  block03
  ---------------------------------*/
  .block03 {padding: 30px 4% 30px;box-sizing:border-box;}

  /*---------------------------------
  block04
  ---------------------------------*/
  .block04 {padding: 30px 4% 30px;box-sizing:border-box;}
  .block04 .contents {padding: 0 !important;}
  .block04 .flex{
    width: 100%;
    flex-direction: column;
    margin: 0;
    gap: 25px;
  }

  .block04 .flex .box{
    flex: 0 0 auto;
    max-width: none;
    width: 100%;
  }

  /*---------------------------------
  block05
  ---------------------------------*/
  .block05 {padding: 30px 4% 30px !important;box-sizing:border-box;}
  .block05 .flex{
    --img: 200px;
    --line: #0d5999;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .block05 .flex .box figure{
    width: var(--img);
    height: var(--img);
    margin: 0 auto 6px;
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
  }

  /*---------------------------------
  cta
  ---------------------------------*/
  .cta {padding: 30px 4% 30px !important;box-sizing:border-box;}
  .cta h2 {font-size: 23px;}
  .cta p {font-size: 18px;}
  .cta .btn {font-size: 18px;}

/*---------------------------------
    blog　トップページスライダー
---------------------------------*/
    .latest-blog {
        padding: 30px 0 30px !important;
    }

    .latest-blog .h2-area {
        padding: 0 4% 20px;
        margin-bottom: 30px;
    }

    .latest-blog-slider {
        padding: 0 12px;
        box-sizing: border-box;
    }

    .latest-blog-slider .swiper-slide {
        width: 100% !important;
    }

    .latest-blog-card-text {
        padding: 18px 18px 16px;
    }

    .latest-blog-card-text h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .latest-blog-card-text time {
        font-size: 14px;
    }

    .latest-blog-link {
        margin-top: 30px;
    }

    .latest-blog-link a {
        min-width: 200px;
        height: 54px;
        font-size: 16px;
    }

  /*---------------------------------
  apply-form
  ---------------------------------*/
  .apply-form {padding: 30px 4% 30px !important;}
  .apply-form__card{margin: 30px auto;}

  /*---------------------------------
  block06
  ---------------------------------*/
  .block06 {padding: 30px 4% 30px !important;}

/*-- ▼▼ footer ここから ▼▼ --*/
    .fco, #footer p {font-size:0.8em}.footer-inner{padding:35px 0 20px}
}