@charset "utf-8";

/* --------------------------------------------------
  Resetting default margin and padding
-------------------------------------------------- */

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article {
  display: block;
}

/* !Resetin
---------------------------------------------------------- */
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, input, a, textarea, select, span, nav, section, header {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: '';
}

abbr, acronym {
  border: 0;
}

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

input, textarea {
  -webkit-appearance: none;
  appearance: none;
}



/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content:".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-x: hidden;
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
}

/* link
------------------------------------------------ */
a {
  color: inherit;
  text-decoration:none;
  background-color: transparent;
  -webkit-transition: all 0.3s !important; /* Chrome&Safari */
  -moz-transition: all 0.3s !important; /* Firefox */
  transition: all 0.3s !important;
}

/* !fs
------------------------------------------------ */
.visible-pc {
  display: block !important;
}
.visible-pad {
  display: block !important;
}
.visible-ts {
  display: none !important;
}
@media (max-width: 1024px) {
  .visible-pad {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .visible-pc {
    display: none !important;
  }

  .visible-ts {
    display: block !important;
  }
}


/* !fc
------------------------------------------------ */
.ffschig {
  font-family: 'Schibsted Grotesk', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* margin
----------------------------------------------- */
.mt10 {
  margin: 10px 0 0 0;
}
.mt40 {
  margin: 40px 0 0 0;
}
.mt50 {
  margin: 50px 0 0 0;
}
.mt100 {
  margin: 100px 0 0 0;
}

/* wrapper
----------------------------------------------- */
#wrapper {
  
}
@media (max-width: 1024px) {

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

}

/* header
----------------------------------------------- */
#header {

}
.headerimg{
  background: #1a1aff;
  text-align: center;
  position: relative;
  display: inline-block;
}
.headerimg img.fview{
  border-radius: 0 0 80px 80px;  
}

/* 重ねるボタンの設定 */
.fv-btn {
    position: absolute;
    right: 100px;  /* 右から50px */
    bottom: 150px; /* 下から50px */
    z-index: 10;  /* 画像より前面に表示 */
    transition: opacity 0.3s ease;
}

/* ホバー時の演出（任意） */
.fv-btn:hover {
    opacity: 0.8;
}

/* スマホ対応（画面が狭い時に位置やサイズを調整する場合） */
@media (max-width: 768px) {
    .fv-btn {
        right: 20px;
        bottom: 40px;
        width: 60px; /* 必要に応じてサイズ調整 */
    }
}
.headertop{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
}
.logotop{
  background: rgba(255,255,255,0.4);
  width: 360px;
  padding: 26px 0;
  text-align: center;
  border-radius: 0 0 80px 0;
}
.enttop{
  background: #3beff5;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  margin-right: 40px;
  width: 140px;
  height: 45px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
}
@media (max-width: 1024px) {
 
}
@media (max-width: 767px) {
  
}



/* footer
----------------------------------------------- */
#footer {
  
}
@media (max-width: 1024px) {
  
}
@media (max-width: 767px) {
}

/* public
----------------------------------------------- */

/* tindex
----------------------------------------------- */
.tindex{
  background: linear-gradient(90deg, #1a1aff 50%, #fff 50%);  
}
.mainbox{
  position: relative;
  width: 1366px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  overflow: hidden;
}
.jianjie{
  background: #1a1aff;
  border-radius: 0 0 80px 0;  
}
.jianjiebox{
  position: relative;
  display: flex;
  align-items: center;
  padding: 57px 0 100px;
}
.jianjieleft{
  padding-left: 80px;
  width: 55%;
  margin-right: 50px;
}
.jianjieleft p{
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
.jianjieleft p:nth-child(3){
  margin-bottom: 25px;
}
.jianjieleft .jijletop{
  font-size: 36px;
  margin-bottom: 45px;
  font-weight: 700;
}
.jianjieright{
  margin-left: auto;
  margin-right: 47px;
}
.jishumain{
  background: #fff;
  border-radius: 80px 0 0 80px;
  padding: 80px 80px 45px;
  position: relative;
}
.jishutop{
  margin-bottom: 45px;
}
.jishutop p{
  color: #1a1aff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.jishutop p span{
  font-size: 48px;
  position: relative;
  z-index: 2;
}
.jishutop p span:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url(../img/common/jishutop_icon.png);
  height: 24px;
  width: 100%;
}
.jishubot ul{
  display: flex;
  flex-wrap: wrap;
  column-gap: 4.25%;
}
.jishubot li{
  position: relative;
  margin-bottom: 40px;
  width: 30.5%
}
.jishubot li:nth-child(4){
  margin-left: 17.3%;
}
.jishubot li p{
  background: #37e0e6;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  border-radius: 16px 16px 0 0;
  width: 90%;
  text-align: center;
  position: absolute;
  left: 5%;
  bottom: 0;
  text-shadow: 1px 1px 0 #1a1aff, -1px -1px 0 #1a1aff, 1px -1px 0 #1a1aff, -1px 1px 0 #1a1aff, 1px 0 0 #1a1aff, -1px 0 0 #1a1aff, 0 -1px 0 #1a1aff, 0 1px 0 #1a1aff;  
}
.textright p{
  position: absolute;
  right: -80px;
  top: 30px;    
  width: 80px;
  writing-mode: tb;
  font-size: 110px;
  font-weight: 900;
  line-height: 80px;
  color: #1a1aff;
}
.dsp{
  display: none;
}
@media (max-width: 1024px) {
  .mainbox{
    padding: 0 60px;
  }  
  .jianjie{
    border-radius: 0 0 60px 0;
  }
  .jishumain{
    padding: 60px 60px 25px;
    border-radius: 60px 0 0 60px;    
  }
  .textright p{
    right: -60px;
    width: 60px;
    line-height: 60px;
    font-size: 82px;
  }  
  .jianjiebox{
    padding: 47px 0 70px;    
  }
  .jianjieleft{
    padding-left: 60px;
    width: 80%;
  }
  .jianjieleft .jijletop{
    font-size: 22px;
    margin-bottom: 30px;
  }
  .jianjieleft p{
    font-size: 14px;
  }
  .jianjieright{
    margin-right: 0;
  }
  .jishutop p{
    font-size: 25px;
  }
  .jishutop p span {
    font-size: 36px;
  }
  .jishubot ul{
    column-gap: 6%;
  }
  .jishubot li{
    width: 47%;
  }
  .jishubot li img{
    width: 100%;
  }
  .jishubot li:nth-child(4){
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .mainbox {
    padding: 0 20px;
  }  
  .logotop{
    width: 180px;
    padding: 10px 25px 10px 15px;
    border-radius: 0 0 40px 0;    
  }
  .dsp{
    display: block;
  }
  .enttop{
    margin-right: 20px;
    width: 100px;
    height: 35px;
    line-height: 38px;
    font-size: 12px;    
    border-radius: 12px;    
  }
  .jianjie{
    border-radius: 0 0 20px 0;
  }  
  .jishumain{
    padding: 20px;
    border-radius: 20px 0 0 20px;    
  }  
  .textright p {
    position: relative;
    right: auto;
    top: auto;
    writing-mode: unset;
    margin-bottom: 15px;
    width: 100%;
    font-size: 40px;
    line-height: 1;
    text-align: center;
  }  
  .jianjiebox{
    flex-direction: column;    
    padding: 27px 0 40px;    
  }
  .jianjieleft{
    padding:0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .jianjieright{
    padding: 0;
  }
  .jishutop {
    margin-bottom: 15px;
  }  
  .jishutop p{
    font-size: 18px;
  }
  .jishutop p span{
    font-size: 28px;
  }
  .jishutop p span:before{
    height: 12px;
  }
  .jishubot ul{
    column-gap: 0;    
  }
  .jishubot li{
    width: 100%;
    margin-bottom: 20px;
  }
}



.kechengmain{
  background: #1a1aff;
  padding: 90px 0 35px;
  border-radius: 0 80px 80px 0;
}
.kechetop{
  margin-bottom: 50px;
}
.kechetop p{
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.kecheimg ul{
  display: flex;
  padding-right: 80px;
  column-gap: 3.65%;  
}
.kecheimg li{
  width: 30.9%;
  position: relative;
  background: #fff;  
  border-radius: 16px;  
}
.kecheimg li>span{
  font-size: 40px;
  color: #fff;
  font-weight: 900;
  background: #1a1aff;
  border-radius: 0 0 16px 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.kecheimg li img{
  border-radius: 16px 16px 0 0;
}
.kecheimgtx{
  padding: 20px 20px 40px;
}
.kecheimgtx p{
  font-size: 14px;
  font-weight: 400;
}
.kecheimgtx p span{
  color: #1a1aff;
  font-weight: 700;
}
.kecheimg li:nth-child(1) .kecheimgtx span{
  display: inline-block;
  margin-top:20px;
}
.kechebot{
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
.hebotti{
  font-size: 110px;
  font-weight: 900;
  line-height: 1;
  color: #fff;  
  margin-bottom: 35px;
}
.hebottx{
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}
.hebotzhu{
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.kecheboimg{
  margin-right: -5px;
  width: 40%;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .kechengmain{
    padding: 70px 0 30px;
    border-radius: 0 60px 60px 0;
  }  
  .kecheimg ul{
    padding-right: 60px;
  }
  .kechetop p{
    font-size: 30px;
  }
  .kechetop {
    margin-bottom: 40px;
  }  
  .kecheimg li>span{
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;    
  }
  .kecheimgtx {
    padding: 10px 15px 30px;
  }  
  .kecheimgtx p{
    font-size: 12px;
  }
  .kechebot{
    margin-top:40px;
  }
  .hebotti{
    font-size: 65px;
    margin-bottom: 25px;
  }
  .hebottx{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .hebotzhu {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .kechengmain{
    padding: 30px 0 20px;
    border-radius: 0 20px 20px 0;
  }  
  .kechetop {
    margin-bottom: 20px;
  }  
  .kechetop p {
    font-size: 16px;
  }    
  .kecheimg ul{
    padding-right: 20px;
    display: block;
  }    
  .kecheimg li{
    width: 100%;
    margin-bottom: 30px;
  }
  .kecheimg li img{
    width: 100%;
  }
  .kechebot{
    display: block;
    padding-right: 20px;
  }
  .hebotti{
    font-size: 40px;
    margin-bottom: 15px;
  }
  .hebottx {
    font-size: 18px;
    margin-bottom: 10px;
  }  
  .hebotzhu{
    font-size: 12px;
  }
  .kecheboimg{
    text-align: center;
    width: 100%;
    margin: 30px 0;
  }
}

.gongtou{

}
.gongtoutop{
  display: flex;
  margin-bottom: 60px;
}
.gongtoutople{
  width: 60%;
  margin-right: 40px;
}
.gottleti{
  font-size: 36px;
  color: #1a1aff;
  font-weight: 700;
  margin-bottom: 35px;
}
.gottleti span{
  font-size: 48px;
  position: relative;
  z-index: 2;
}
.gottleti span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url(../img/common/jishutop_icon.png);
  height: 24px;
  width: 100%;
}
.gottletx{
  font-size: 16px;
  font-weight: 400;
}
.gottlezhu{
  font-size: 16px;
  font-weight: 400;
  margin-top:25px;
}
.gongtoubop{
  position: relative;
}
.gottboti{
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background: #1a1aff;
  height: 64px;
  line-height: 64px;
  padding: 0 25px;
  border-radius: 16px;
  position: absolute;
  left: 25px;
  top: -35px;
  z-index: 1;
}
.gottboti:before{
  content: "";
  position: absolute;
  left: 30px;
  bottom: -13px;  
  width: 16px;
  height: 16px;
  background: linear-gradient(45deg, transparent, transparent 50%, #1a1aff 50%, #1a1aff 100%);
}
.gongtoubop ul{
  display: flex;
  border:4px solid #1a1aff;
  border-radius: 16px;
}
.gongtoubop li{
  width: 20%;
  text-align: center;
  padding: 40px 0 25px;
  border-right: 4px solid #1a1aff;
  position: relative;
}
.gongtoubop li:before{
  content: "";
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%);  
  width: 38px;
  height: 34px;
  background: url(../img/common/gongtoubop.png) no-repeat ;  
}
.gongtoubop li:last-child:before{
  background: none;
}
.gongtoubop li:last-child{
  border-right: 0;
}
.gottbosj{
  width: 83%;
  background: #37e0e6;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 20px;
  text-shadow: 1px 1px 0 #1a1aff, -1px -1px 0 #1a1aff, 1px -1px 0 #1a1aff, -1px 1px 0 #1a1aff, 1px 0 0 #1a1aff, -1px 0 0 #1a1aff, 0 -1px 0 #1a1aff, 0 1px 0 #1a1aff;  
}
.gottbozhu{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
}
.gottbozhu p{
  font-size: 16px;
  font-weight: 400;
}
.gottbozhu p span{
  color: #1a1aff;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .gottleti {
    font-size: 18px;
    margin-bottom: 20px;
  }  
  .gongtoutopri{
    width: 35%;
  }
  .gottleti span{
    font-size: 30px;
  }
  .gongtoutople{
    margin-right: 30px;
  }
  .gottleti span:before{
    height: 16px;
  }
  .gottletx{
    font-size: 12px;
  }
  .gottlezhu {
    font-size: 12px;
    margin-top: 15px;
  }  
  .gottboti{
    font-size: 20px;
    height: 44px;
    line-height: 44px;   
    top: -25px; 
  }
  .gottbozhu{
    height: 110px;
  }
  .gottbosj{
    font-size: 12px;
    height: 30px;
    line-height: 30px;    
  }
  .gottbozhu p{
    font-size: 12px;
  }
  .gongtoubop li:before{
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);  
    width: 28px;
    height: 24px;
    background: url(../img/common/gongtoubop.png) no-repeat left center /100% 100%;  
  }  
}
@media (max-width: 767px) {
  .gongtoutop{
    display: block;
  }
  .gongtoutople{
    width: 100%;
    margin-right: 0;
  }
  .gottleti{
    font-size: 15px;
  }
  .gottleti span{
    font-size: 24px;
  }
  .gongtoutopri{
    width: 100%;
    margin-top:20px;
    text-align: center;
  }
  .gongtoubop ul{
    flex-direction: column;
  }
  .gongtoubop li{
    width: 100%;
    border-right:none;    
    border-bottom: 3px solid #1a1aff;   
    padding: 30px 0 10px;     
  }
  .gongtoubop li:last-child {
    border-bottom: 0;
  }  
  .gongtoubop li:before{
    top: 93%;
    right: 50%;
    margin-right: -12px;
    transform:rotate(90deg);
  }
  .gottboti {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    top: -15px;
    left: 10px;
  }  
  .gottbozhu {
    height: 90px;
  }  
}










/* footer
----------------------------------------------- */
#footer {
  
}
.ftrinner.bluebg {  
  width: 100%;
  border-radius: 0 80px 0 0;
}
.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
}
.copyright .txt {
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  transform: translateY(10px);
}
@media (max-width: 1024px) {  
  .copyright {
    height: 80px;
  }
  .copyright .txt {
    transform: translateY(5px);
  }
}
@media (max-width: 767px) {
  .copyright {
    height: 50px;
  }
  .copyright .txt {
    transform: none;
  }
}

/* public
----------------------------------------------- */
.bgclinear {  
  background: linear-gradient(to right, #1a1aff 50% ,#fff 50%);
}
.inner {
  position: relative;
  width: 1366px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  overflow: hidden;
}
.bluebg {
  background-color: #1a1aff;
  border-radius: 0 80px 80px 0;
}
.whitebg {
  position: relative;
  background-color: #fff;
  border-radius: 80px 0 0 80px;
}
.tith2 {
  position: absolute;
  right: -80px;
  top: 30px;
  width: 80px;
  writing-mode: tb;
  font-size: 110px;
  font-weight: 900;
  line-height: 80px;
  color: #1a1aff;
}
.tthh2 {
  font-size: 110px;
  font-weight: 900;
  line-height: 80px;
  color:#fff;
}
.tthsub {
  margin-top: 18px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1024px) {
  .inner {
    padding: 0 60px;
  }
  .bluebg {
    border-radius: 0 60px 60px 0;
  }
  .whitebg {
    border-radius: 60px 0 0 60px;
  }
  .tith2 {    
    right: -60px;
    width: 60px;
    line-height: 60px;
    font-size: 82px;
  }
  .tthh2 {
    line-height: 60px;
    font-size: 82px;
  }
  .tthsub {
    margin-top: 12px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {  
  .inner {
    padding: 0 20px;
  }
  .bluebg {
    border-radius: 0 20px 20px 0;
  }
  .whitebg {
    border-radius: 20px 0 0 20px;
  }
  
  .tith2 {
    position: relative;
    right: auto;
    top: auto;
    writing-mode: unset;
    margin-bottom: 15px;
    width: 100%;
  }
  .tith2,
  .tthh2 {    
    font-size: 40px;
    line-height: 30px;
  }
  .tthsub {
    margin-top: 8px;
    font-size: 14px;
  }
}
/* interview
----------------------------------------------- */
.interviewbox {
  padding: 80px 80px 80px 0;
}
.interviewbody {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
}
.interviewitem {
  position: relative;
  width: 48.2239%;
  padding: 35px 32px 10px;
  background-color: #fff;
  border-radius: 16px;
  margin: 0 0 3.5524% 0;
}
.interviewitem:nth-child(3) {
  margin: 0 25.888%;
}
.interviewitem:nth-child(n+3) {
  margin-top: 3.5524%;
}
.itvpic {
  position: absolute;
  right: 12px;
  top: 16px;
  width: 112px;
  height: 112px;
  padding: 4px;
  background-color: #1a1aff;
  border-radius: 50%;
}
.itvpic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.itvcon .itvhd {
  margin-bottom: 12px;
  color: #1a1aff;
}
.itvcon .itvhd .name {
  font-size: 24px;
  font-weight: 700;
  margin-left: 10px;
}
.itvcon .itvhd .age {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}
.itvli .hd {
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  background-color: #3beff5;
  border-radius: 20px;
}
.itvli .hd .tit {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 0 #1a1aff, -1px -1px 0 #1a1aff, 1px -1px 0 #1a1aff, -1px 1px 0 #1a1aff, 
  1px 0 0 #1a1aff, -1px 0 0 #1a1aff, 0 -1px 0 #1a1aff, 0 1px 0 #1a1aff;
}
.itvli .bd {
  padding: 10px 24px 22px 10px;
}
.itvli .bd .txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .interviewbox {
    padding: 60px 60px 60px 0;
  }
  .interviewbody {
    margin-top: 25px;
  }  
  .interviewitem {
    padding: 25px 20px 10px;
    border-radius: 12px;
  }
  .itvpic {
    width: 84px;
    height: 84px;
    padding: 2px;
  }
  .itvcon .itvhd {
    margin-bottom: 9px;
  }
  .itvcon .itvhd .name {
    font-size: 18px;
    margin-left: 5px;
  }
  .itvcon .itvhd .age {
    font-size: 14px;
    margin-left: 5px;
  }
  .itvli .hd {
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
  }
  .itvli .bd {
    padding: 10px 18px 15px 10px;
  }
  .itvli .hd .tit,
  .itvli .bd .txt {
    font-size: 13px;
  }
}
@media (max-width: 767px) {  
  .interviewbox {
    padding: 20px 20px 20px 0;
  }
  .interviewitem {
    width: 100%;
    padding: 20px 15px 10px;
    border-radius: 8px;
  }
  .interviewitem:nth-child(3) {
    margin-left: auto;
    margin-right: auto;
  }
  .interviewitem:nth-child(n+2) {
    margin-top: 15px;
  }
  .itvpic {
    top: 10px;
    right: 10px;
    width: 76px;
    height: 76px;
  }
  .itvcon .itvhd {
    margin-bottom: 5px;
  }
  .itvcon .itvhd .name {
    font-size: 16px;
  }
  .itvcon .itvhd .age {
    font-size: 12px;
  }
}
/* benefits
----------------------------------------------- */
.benefitsbox {
  padding: 80px;
}
.benefitsbody {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8.6043%;
}
.benefitsitem {
  position: relative;
}
.benefitsitem .hd {
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 120px;
  height: 120px;
  background-color: #37e0e6;
  border-radius: 50%;
}
.benefitsitem .hd .tit {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 #1a1aff, -1px -1px 0 #1a1aff, 1px -1px 0 #1a1aff, -1px 1px 0 #1a1aff, 
  1px 0 0 #1a1aff, -1px 0 0 #1a1aff, 0 -1px 0 #1a1aff, 0 1px 0 #1a1aff;
}
.benefitsitem:nth-child(1) {
  width: 45.8892%;
}
.benefitsitem:nth-child(2) {
  width: 50.6693%;
  margin-top: 13.3844%;
}
.benefitsitem:nth-child(3) {
  width: 45.8892%;
  margin-top: 3.8241%;
}
.benefitsitem:nth-child(3) .hd  {
  left: -40px;
  right: auto;
}
.benefitsitem:nth-child(4) {
  width: 50.6693%;
  margin-top: 10.3844%;
}
@media (max-width: 1024px) {
  .benefitsbox {
    padding: 60px;
  }
  .benefitsitem .hd {
    top: -30px;
    right: -30px;
    width: 90px;
    height: 90px;
  }
  .benefitsitem .hd .tit {
    font-size: 14px;
  }
}
@media (max-width: 767px) {  
  .benefitsbox {
    padding: 20px;
  }
  .benefitsbody {
    flex-direction: column;
    margin-top: 10px;
  }
  .benefitsitem {
    width: 100% !important;
    margin-top: 40px !important;
  }
  .benefitsitem:nth-child(3) .hd {
    left: auto;
    right: -30px;
  }
}


/* recruit
----------------------------------------------- */
.recruitbox {
  padding: 80px;
}
.recruithead {
  text-align: center;
}
.recruittab {
  margin: 35px 0 20px;
  color: #fff;
  border: 4px solid #fff;
}
.tablerow {
  display: flex;  
  border-bottom: 4px solid #fff;
}
.tablerow:last-child {
  border: 0;
}
.tabledt {  
  flex: none;
  display: flex;
  align-items: center;
  width: 236px;
  min-height: 60px;
  padding-left: 30px;
  font-weight: 700;
  background: url(../img/top/ico_line.png);
}
.tabledd {
  flex: 1;
  padding: 18px 25px;
}
.tabledd .txt {
  font-weight: 400;
}

@media (max-width: 1024px) {
  .recruitbox {
    padding: 60px;
  }
  .recruittab {
    margin: 25px 0 10px;
  }
  .tablerow {
    font-size: 15px;
  }
  .tabledt {
    width: 180px;
    padding-left: 24px;
  }
}
@media (max-width: 767px) {  
  .recruitbox {
    padding: 20px;
  }
  .recruittab {
    margin: 15px 0 5px;
    border-width: 2px;
  }
  .tablerow {
    flex-direction: column;
    font-size: 14px;
    border-bottom-width: 2px;
  }
  .tabledt {
    width: 100%;
    min-height: 45px;
    padding-left: 15px;
    background-size: 8px 8px;
  }
  .tabledd {
    width: 100%;
    padding: 15px;
  }
}

/* entry
----------------------------------------------- */
.entrybox {
  padding: 80px;
}
.topdes.tc {
  text-align: center;
}
.topdes .txt {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
.topdes .txt .str {
  color: #1a1aff;
  font-weight: 700;
}
.entryform {
  margin-top: 35px;
  padding: 80px;
  background-color: #f0f8f8;
}
.ctaformitem {
  margin-bottom: 16px;
}
.ctaformlabel {
  padding: 0 10px 5px;
  line-height: 125%;
}
.ctaformlabel .tit {
  font-size: 18px;
  font-weight: 700;
}
.ctaformlabel .mast {
  margin-left: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #1a1aff;
}
.ctaformlabel .tips {
  margin-left: 12px;
  font-size: 12px;
  font-weight: 700;
}
.ctaformcon .inttxt {
  width: 100%;
}
.ctaformcon input[type=text],
.ctaformcon input[type=tel], 
.ctaformcon input[type=email]  {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 60px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #c6e3e4;
  border-radius: 8px;
}
.ctaformcon textarea {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 160px;
  min-height: 160px;
  padding: 10px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c6e3e4;
  border-radius: 8px;
  resize: vertical;
}
.ctaformfooter {
  margin-top: 40px;
  text-align: center;
}
.btnsubmit {
  width: 400px;
  max-width: 100%;
  height: 88px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  border: none;
  background-color: #1a1aff;
  border-radius: 44px;
  cursor: pointer;
}
.btnsubmit:active {
  background-color: #1818eb;
}
@media (max-width: 1024px) {
  .entrybox {
    padding: 60px;
  }
  .topdes .txt {
    font-size: 14px;
  }
  .entryform {
    margin-top: 25px;
    padding: 60px;
  }
  
}
@media (max-width: 767px) {
  .entrybox {
    padding: 20px;
  }
  .entrybox .tith2 {
    text-align: center;
  }
  .topdes .txt {
    font-size: 14px;
  }
  .entryform {
    margin-top: 15px;
    padding: 20px;
  }
  .ctaformitem {
    margin-bottom: 10px;
  }
  .ctaformlabel {
    font-size: 12px;
  }
  .ctaformlabel .tit {
    font-size: 14px;
  }
  .ctaformlabel .mast,
  .ctaformlabel .tips {
    font-size: 10px;
  }  
  .ctaformcon input[type=text],
  .ctaformcon input[type=tel], 
  .ctaformcon input[type=email]  {
    height: 42px;
    border-radius: 4px;
  }
  .ctaformcon textarea {
    height: 120px;
    border-radius: 4px;
  }
  .ctaformfooter {
    margin-top: 20px;
  }
  .btnsubmit {
    width: 100%;
    max-width: 240px;
    height: 48px;
    font-size: 12px;
  }
}




.thanks{
  padding: 180px 0 0;
  height: calc( 100vh - 160px);
  text-align: center;
}
.thanks h2{
  font-size: 28px;
  font-weight: 600;
}
.thanks p{
  margin-top: 50px;
  font-size: 18px;
  line-height: 2;
}
.thanksbtn{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.thanksbtn a {
  width: 540px;
  height: 80px;
  background: #1a1aff;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 4px 4px 8px rgba(9,1,3,0.3);
  -moz-box-shadow: 4px 4px 8px rgba(9,1,3,0.3);
  -ms-box-shadow: 4px 4px 8px rgba(9,1,3,0.3);
  -o-box-shadow: 4px 4px 8px rgba(9,1,3,0.3);
  box-shadow: 4px 4px 8px rgba(9,1,3,0.3);
}
@media (max-width: 1024px) {
  .thanks h2{
    font-size: 20px;
  }
  .thanks p{
    font-size: 14px;
  }
  .thanksbtn a{
    width: 480px;
    height: 70px;    
  }
}
@media (max-width: 767px) {
  .thanks{
    padding: 180px 25px 0; 
    height: calc( 100vh - 60px);    
  }
  .thanks h2 {
    font-size: 16px;
  }  
  .thanks p{
    font-size: 12px;
    margin-top: 30px;
  }
  .thanksbtn a {
    width: 90%;
    height: 50px;
    font-size: 16px;
  }  
}

/* Gallery
----------------------------------------------- */
.tigallery{

}
.gallery{
  background: #fff;
  padding: 80px 80px 45px;
  position: relative;
}
.gallerytop{
  margin-bottom: 15px;
}
.gallerytop p{
  color: #1a1aff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.gallerytop p span{
  font-size: 48px;
  position: relative;
  z-index: 2;
}
.gallerytop p span:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url(../img/common/jishutop_icon.png);
  height: 24px;
  width: 100%;
}
.gallerytop p.txt2{
  color: #1a1aff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 0;
}
.gallerytop p.txt3{
  background-color: #1a1aff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}
.gallery_photo{
  background: #fff;
  padding: 0;
  margin: 0;
  position: relative;
}

.photo_area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  justify-content: center;
  max-width: 1366px; 
  margin: 0 auto;
}
.photoitem {
  box-sizing: border-box;
}
.photoitem img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* 角を少し丸く（お好みで） */
}
.photoitem {
  /* 100% / 2個 = 50% だが、gap（隙間）の分を引く必要がある */
  width: calc((100% - 10px) / 2);
}
.photoitem img {
    aspect-ratio: 4 / 3; /* 正方形の場合は 1 / 1 */
    object-fit: cover;   /* 縦横比を維持して切り抜く */
}
/* PC（画面幅が768px以上のとき：横に5個） */
@media (min-width: 768px) {
  .photoitem {
    /* 100% / 5個 = 20% だが、gap（隙間）の分を引く */
    width: calc((100% - 40px) / 5);
   }
}
 
@media (max-width: 767px) {
  .gallerytop {
    margin-bottom: 15px;
  }
  .gallerytop p{
    font-size: 18px;
  }
  .gallerytop p span{
    font-size: 28px;
  }
  .gallerytop p span:before{
    height: 12px;
  }
}


/* 親コンテナ：左右を横並びにする */
.gallery_flex_row {
    display: flex;
    justify-content: space-between;
    gap: 20px; /* セクション間の余白 */
    width: 100%;
    align-items: flex-start;
}

/* 左側（美ら花）の幅：全体の約80% */
.flex_col_left {
    flex: 4; 
}

/* 右側（あしなび）の幅：全体の約20% */
.flex_col_right {
    flex: 1;
}

/* タイトル部分の枠線デザイン（画像再現） */
.gallery_title_box {
    padding: 10px 0;
    text-align: center;
}

.gallery_title_box .txt3 {
    margin-bottom: 0 !important;
    background-color: #1a1aff;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 10px 0;
}
.gallery_title_box2 {
    padding: 10px 0;
    text-align: center;
}

.gallery_title_box2 .txt3 {
    margin-bottom: 0 !important;
    background-color: #f2f2f2;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 10px 0;
}

/* 美ら花：4枚横並びのグリッド */
.photo_grid_4 {
    display: flex;
    gap: 10px;
}

.photo_grid_4 .photoitem {
    width: 25%; /* 4分割 */
}

.photo_grid_4 .photoitem img,
.photo_single .photoitem img {
    width: 100%;
    height: auto;
    display: block;
}

/* あしなび：1枚を枠いっぱいに表示 */
.photo_single .photoitem {
    width: 100%;
}

/* レスポンシブ：画面が狭いときは縦並びにする */
@media screen and (max-width: 900px) {
    .gallery_flex_row {
        flex-direction: column;
    }
    .photo_grid_4 {
        flex-wrap: wrap;
    }
    .photo_grid_4 .photoitem {
        width: calc(50% - 5px); /* スマホでは2枚ずつにする */
        margin-bottom: 10px;
    }
.photo_single {
        display: flex;      /* Flexboxを有効化 */
        justify-content: center; /* 横方向の中央寄せ */
    }
    .photo_single .photoitem {
        width: calc(50% - 5px); /* 100%から50%に変更 */
    }
}



/* 比率の設定 */
.flex_col_1 {
    flex: 1;
}

.flex_col_3 {
    flex: 3;
}

/* 右側：3枚横並びのグリッド */
.photo_grid_3 {
    display: flex;
    gap: 10px;
}

.photo_grid_3 .photoitem {
    width: 33.33%; /* 3分割 */
}

/* スマホ対応（中央寄せと縦並び） */
@media screen and (max-width: 900px) {
    .flex_col_1, .flex_col_3 {
        width: 100%;
        margin-bottom: 20px;
    }

    /* 右側の3枚並びもスマホでは2列や1列に調整 */
    .photo_grid_3 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .photo_grid_3 .photoitem {
        width: calc(50% - 5px); /* 他とサイズを合わせる */
    }
}


/* お知らせ */
.information ul{
  display: flex;
  flex-wrap: wrap;
  column-gap: 4.25%;
}
.information li{
  position: relative;
  margin-bottom: 40px;
  width: 30.5%
}
.information li:nth-child(4){
  margin-left: 17.3%;
}
.information li p.title {
  font-size: 18px;
  text-align: center;
}
.information li p.content {
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  margin: 3px 0 0 0;
}

@media (max-width: 767px) {
  .information ul{
    column-gap: 0;    
  }
  .information li{
    width: 100%;
    margin-bottom: 20px;
  }

}

.btn_60 {
	margin: 40px auto;
	text-align: center;
}