@charset "UTF-8";

/* 文字をドラッグ選択した時 */
::selection {
  background: #57fff6; /* 選択背景 */
  color: #333;         /* 選択文字 */
}

/* Firefox用（念のため） */
::-moz-selection {
  background: #57fff6;
  color: #333;
}


/* -----------------------------------------------

	 base

----------------------------------------------- */
.tsec,
.usec{
  margin-bottom: 120px;
}
.sechead{
  text-align: center;
  margin-bottom: 60px;
}
.sechead h2{
  font-size: 35px;
  line-height: 1.5;
  font-weight: 700;
}
.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: auto;
  background-color: #277eb8;
  max-width: 280px;
  min-width: 280px;
  width: 100%;
  border-radius: 50vh;
  transition: 0.5s;
}
.btn a{
  display: inline-block;
  color: #fff;
  width: 100%;
  padding: 20px;
  line-height: 1.8;
  font-weight: 600;
}
.btn a::after{
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}
.btn02 a::after{
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}
.btn:hover{
  opacity: 0.6;
  transition: 0.5s;
}
.ttl{
  font-weight: 700;
}
.ttlrtn{
  font-weight: 700;
  color: #fff;
}
.img{
  display: flex;
}
.leadtxt{
  margin-bottom: 45px;
}
.bg_light{
  background: #fafafa;
}
.shadow{
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.tsec_inner{
  padding: 120px 0;
}
.grade01{
  background-image: linear-gradient(90deg, #0c3764, #6dc4c8);
}

h2{
  font-size: 35px;
  margin-bottom: 45px;
  text-align: center;
  font-weight: 700;
}

  @media only screen and (max-width: 1024px) {
    .sechead .ja{
      font-size: 45px;
    }
    .bgwrap{
      padding: 80px 60px;
    }
    .sechead {
      margin-bottom: 45px;
    }
    .sechead h2{
      font-size: 30px;
    }
  }
  @media only screen and (max-width: 768px) {
    h2{
      font-size: 30px;
    }
    .tsec,
    .usec{
      margin-bottom: 90px;
    }
    .sechead{
      margin-bottom: 45px;
    }
    .sechead .ja{
      font-size: 35px;
    }
    .bgwrap{
      padding: 60px 40px;
    }
    .tsec_inner{
      padding: 90px 0;
    }
    .sechead h2{
      font-size: 28px;
    }
  }
  @media only screen and (max-width: 479px) {
    h2{
      font-size: 24px;
      margin-bottom: 30px;
    }
    .btn {
      min-width: auto;
    }
    .btn a{
      padding: 15px;
    }
    .tsec,
    .usec{
      margin-bottom: 60px;
    }
    .sechead{
      margin-bottom: 30px;
    }
    .sechead .en {
      font-size: 14px;
      margin-bottom: 5px;
    }
    .sechead .ja{
      font-size: 28px;
    }
    .bgwrap{
      padding: 40px 30px;
    }
    .btn a::after{
      width: 6px;
      height: 6px;
    }
    .leadtxt{
      margin-bottom: 30px;
    }
    .tsec_inner{
      padding: 60px 0;
    }
    .sechead h2{
      font-size: 24px;
    }
  }



/* -----------------------------------------------
	 top_section
----------------------------------------------- */
.top_section .cwrap,
.top_section .container{
  height: 100%;
}
.top_section .main_visual{
  position: relative;
  height: 580px;
  background-image: url(../images/top_mainimg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.top_section .main_visual::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #121c2e;
  opacity: 0.15;
  z-index: -1;
}
.top_section .main_visual .inner{
  gap: 45px;
}
.top_section .main_visual .txts{
  max-width: 620px;
  min-width: 620px;
}

.top_section .main_visual .txts .img{
  max-width: 250px;
  margin-bottom: 25px;
}
.top_section .main_visual .txts .main_txt{
  margin-bottom: 30px;
}
.top_section .main_visual .txts h1{
  font-size: 50px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.top_section .main_visual .txts p{
  line-height: 2;
  letter-spacing: 0.05rem;
  font-size: 16px;
}
.top_section .main_visual .txts *{
  color: #fff;
  text-shadow: 0 0 15px rgba(0,0,0,1);
}
.top_section .main_visual .txts .btnwrap{
  gap: 30px;
}
.top_section .main_visual .btn_file{
  background: #fff;
}
.top_section .main_visual .btn_file a{
  color: #277eb8;
  text-shadow: none;
}
.top_section .main_visual .btn_file a::after{
  border-top: solid 2px #277eb8;
  border-right: solid 2px #277eb8;
}
.top_section .main_visual .img{
  max-width: 100%;
}

  @media only screen and (max-width: 1024px) {
    .top_section .main_visual .txts .img {
      max-width: 230px;
      margin-bottom: 20px;
    }
    .top_section .main_visual .txts h1{
      font-size: 42px;
    }
    .top_section .main_visual .txts {
      max-width: 520px;
      min-width: 520px;
    }
    .top_section .main_visual .txts .btn{
      min-width: auto;
    }
  }
  @media only screen and (max-width: 768px) {
    .top_section .main_visual{
      padding: 65px 0;
      height: auto;
    }
    .top_section .main_visual .inner{
      flex-direction: column;
    }
    .top_section .main_visual .mockimg{
      display: none;
    }
    .top_section .main_visual .txts{
      min-width: auto;
    }
    .top_section .main_visual .txts p {
      letter-spacing: -0.025rem;
    }
  }
  @media only screen and (max-width: 479px) {
    .top_section .main_visual .txts .img {
      max-width: 180px;
        margin-bottom: 10px;
    }
    .top_section .main_visual .txts h1 {
        font-size: 6.8vw;
        line-height: 1.8;
      }
      .top_section .main_visual .txts p {
      line-height: 1.5;
      font-size: 13px;
    }
    .top_section .main_visual .txts .btnwrap {
      flex-direction: column;
      gap: 20px;
    }
    .top_section .main_visual .btn a{
      padding: 18px;
    }
  }
    @media only screen and (max-width: 350px) {
      .top_section .main_visual .txts h1 {
          font-size: 6.5vw;
    }
  }


/* -----------------------------------------------
	 intro_lead
----------------------------------------------- */
.intro_lead {
  padding: 90px 0;
  font-size: 24px;
  color: #277eb8;
}
.intro_lead p{
  font-weight: 600;
}
  @media only screen and (max-width: 1024px) {
    .intro_lead{
      padding: 80px 0;
      font-size: 20px;
    }
  }
  @media only screen and (max-width: 768px) {
    .intro_lead {
      padding: 60px 0;
    }
  }
  @media only screen and (max-width: 479px) {
    .intro_lead {
      padding: 45px 0;
    }
    .intro_lead br{
      display: none;
    }
  }


/* -----------------------------------------------
	 tsec_why
----------------------------------------------- */
.tsec_why .boxwrap{
  padding: 0 45px;
  gap: 40px;
}
.tsec_why .boxwrap .box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3);
  border-radius: 5px;
  padding: 30px 20px;
  font-weight: 700;
  color: #277eb8;
}

  @media only screen and (max-width: 1024px) {
    .tsec_why .boxwrap {
      padding: 0;
    }
  }
  @media only screen and (max-width: 768px) {
    .tsec_why .boxwrap {
      gap: 20px;
    }
  }
  @media only screen and (max-width: 479px) {
    .tsec_why .boxwrap {
      flex-direction: column;
    }
    .tsec_why .boxwrap .box{
      width: 100%;
    }
  }

/* -----------------------------------------------
	 tsec_not
----------------------------------------------- */
.tsec_not .txts .txt:not(:last-child){
  margin-bottom: 45px
}
  @media only screen and (max-width: 1024px) {
  }
  @media only screen and (max-width: 768px) {
  }
  @media only screen and (max-width: 479px) {
  }

/* -----------------------------------------------
	 tsec_reason
----------------------------------------------- */
.tsec_reason span{
  color: #277eb8;
  font-weight: 700;
}

.boxwrap_yesno{
  gap: 60px;
  max-width: 1000px;
  margin: auto;
}
.boxwrap_yesno .box{
  width: 50%;
}
.boxwrap_yesno .box .head{
  text-align: center;
  background: #333;
  color: #fff;
  padding: 20px;
  font-size: 24px;
  line-height: 1.5;
}
.boxwrap_yesno .box .inner{
  padding: 40px 30px 60px;
  max-width: 390px;
  margin: auto;
}
.boxwrap_yesno .box ul li{
  list-style: inside;
  line-height: 1.5;
}
.boxwrap_yesno .box ul li:not(:last-child){
  margin-bottom: 40px;
}


@media only screen and (max-width: 1024px) {
  .boxwrap_yesno .box .inner {
    max-width: 360px;
    margin: auto;
  }
}
  @media only screen and (max-width: 768px) {
    .boxwrap_yesno {
      gap: 30px;
    }
    .boxwrap_yesno .box .inner {
      padding: 40px 20px 45px;
      max-width: 280px;
    }
    .boxwrap_yesno .box li{
      text-indent: -1.4rem;
    }
    .boxwrap_yesno .box .head{
      padding: 15px;
      font-size: 20px;
    }
    .boxwrap_yesno .box ul li:not(:last-child) {
      margin-bottom: 30px;
    }
  }
  @media only screen and (max-width: 479px) {
    .boxwrap_yesno{
      flex-direction: column;
    }
    .boxwrap_yesno .box {
      width: 100%;
    }
    .boxwrap_yesno .box .inner {
      padding: 30px 10px 30px 30px;
      max-width: 300px;
      margin: auto;
    }
    .boxwrap_yesno .box ul li:not(:last-child) {
      margin-bottom: 20px;
    }
  }
  @media only screen and (max-width: 479px) {
    .boxwrap_yesno .box .inner {
      padding: 30px 0 30px 25px;
    }
    .boxwrap_yesno .box .head {
        padding: 12px;
        font-size: 18px;
    }
  }
  
  /* -----------------------------------------------
  tsec_case
  ----------------------------------------------- */
.tsec_case{
  margin-bottom: 150px;
}
.tsec_case .casewrap{
  gap: 40px;
}
.tsec_case .case .txts{
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
.tsec_case .case .txts h3{
  font-size: 24px;
  margin-bottom: 5px;
}
.tsec_case .case .txts p{
  color: #277eb8;
  font-size: 16px;
}
  @media only screen and (max-width: 1024px) {
    .tsec_case .casewrap{
      gap: 30px;
    }
  }
  @media only screen and (max-width: 768px) {
    .tsec_case {
      margin-bottom: 120px;
    }
    .tsec_case .casewrap {
      gap: 60px;
      flex-direction: column;
    }
    .tsec_case .case .txts{
      margin-bottom: 20px;
    }
    .tsec_case .case .txts h3 {
      font-size: 20px;
    }
    .tsec_case .case .txts p {
      font-size: 14px;
    }
  }
  @media only screen and (max-width: 479px) {
    .tsec_case {
      margin-bottom: 90px;
    }
    .tsec_case .case .txts h3 {
      font-size: 18px;
    }
    .tsec_case .case .txts p {
      font-size: 12px;
    }
    .tsec_case .case .img{
      max-width: 90%;
      margin: auto;
    }
  }






  /* -----------------------------------------------
  tsec_aaa
  ----------------------------------------------- */
.tsec_aaa{}
  @media only screen and (max-width: 1024px) {
  }
  @media only screen and (max-width: 768px) {
  }
  @media only screen and (max-width: 479px) {
  }