html {
  font-size: 62.5%;
}

body { min-width: 320px; font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif; color: #555; font-size: 1.4rem; line-height: 2; letter-spacing: .06em; /*overflow: hidden;*/ -webkit-text-size-adjust: 100%; }

/* link */
.link{
  color: #004faf;
}
.link_bd{
  color: #004faf;
  text-decoration: underline;
}
.text_center{
text-align: center;}
/* heading */
.heading_01{
  text-align: center;
  font-family: 'Noto Serif', serif;
  font-size: 48px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.heading_01 span{
  display: block;
  font-size: 18px;
  color: #004faf;
  font-family: 'Noto Sans', sans-serif;
}
[data-ruby] {
  font-size: 100%;
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 0.4em;
  white-space: nowrap;
}
.heading_02{
  font-size: 36px;
  font-family: 'Noto Serif', serif;
  border-bottom: 1px solid #004faf;
  padding-bottom: 20px;
  margin-bottom: 50px;
  line-height: 1.4;
}
.heading_03{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.heading_04{
  font-size: 24px;
  font-weight: bold;
  color: #004faf;
  margin-bottom: 2rem;
}
.gradation_ttl_01{
  width: 175px;
  height: 70px;
  color: #fff;
  font-size: 30px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: linear-gradient(90deg,#004faf 10%,#78c1e1);
}
.gradation_ttl_02{
  position: relative;
  max-width: 100%;
  min-height: 110px;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  background: linear-gradient(90deg,#004faf 10%,#78c1e1);
  letter-spacing: 0.01em;
}
.gradation_ttl_02 span{
  text-indent: -2em;
  padding-left: 2em;
}
.gradation_ttl_02.arrow::after{
  content: "";
  width: 30px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(40deg);
  position: absolute;
  right: 7%;
  bottom: 45%;
}
.heading_05{
  font-size: 32px;
  font-family: 'Noto Serif', serif;
  background-color: #F4F7F9;
  font-weight: bold;
  color: #004faf;
  padding: 20px;
  margin-bottom: 50px;
  line-height: 1.4;
}
.heading_06{
  font-size: 24px;
  margin-bottom: 1rem;
}
.heading_07{
  font-size: 20px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.heading_08{
  font-family: 'Noto Serif', serif;
  font-size: 36px;
  color: #004faf;
  margin-bottom: 30px;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}
.heading_09{
  font-size: 32px;
  padding: 20px 10px;
  margin-bottom: 1rem;
  text-align: center;
  background-color: #e4edf5;
}

.heading_sub {
    color: #419BD2;
    font-size: 30px;
    border-left: 10px solid #419BD2;
    padding-left: 20px;
    line-height: 1.3;
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    margin-bottom: 30px;
}

.c-block {
  background: #F3F9FD;
  padding: 70px;
}

.c-flex_block{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-flex_block + .heading_sub {
  margin-top: 50px;
}

.c-flex_left {
  width: 52%;
  max-width: 590px;
}

.c-flex_right {
  width: 45%;
  max-width: 455px;
}

.c-box {
    max-width: 380px;
    width: 32%;
    text-align: center;
}

.c-box span {
    display: block;
    color: #419BD2;
    font-size: 20px;
    font-family: 'Noto Serif', serif;
    letter-spacing: 0;
    padding-bottom: 10px;
    text-align: center;
}

.c-box figcaption {
    padding: 20px 0 0;
    font-size: 18px;
    line-height: 1.5;
}

.heading_center {
    font-size: 36px;
    font-family: 'Noto Serif', serif;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    line-height: 1.4;
    text-align: center;
}

.heading_center:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: #004FAF;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

.section_c-03 {
    text-align: center;
}


.section_c-03 .col02 {
    max-width: 960px;
    margin: 50px auto 0;
}


.c-link_box {
    max-width: 460px;
    width: 48%;
    margin-bottom: 40px;
}

.c-link_box a {
  background: #F4F4F4;
  display: block;
  height: 100%;
}

.c-link_box:nth-child(n + 3) {
  /* margin-bottom: 0; */
}

.c-link_box .lead {
    padding: 30px;
    text-align: left;
}

.c-link_box .lead p {
  line-height: 1.5!important;
}

.c-link_box .lead strong {
  color: #004FAF;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Noto Serif', serif;
  line-height: 1;
  padding-bottom: 10px;
  display: inline-block;
}

.c-link_box .lead .more {
    font-size: 16px;
    color: #004FAF;
    display: block;
    text-align: right;
    font-weight: 600;
    padding-right: 40px;
    position: relative;
}

.c-link_box .lead .more:after {
  content: "";
  width: 30px;
  height: 8px;
  border-bottom: 1px solid #004faf;
  border-right: 1px solid #004faf;
  transform: skew(40deg);
  position: absolute;
  right: 0;
  bottom: 40%;
}

.c-flow__block {
    padding-left: 125px;
    margin-bottom: 80px;
}

.c-flow__heading {
    position: relative;
    color: #1D86C6;
    font-size: 28px;
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
}

.c-flow__heading .ico {
    display: block;
    width: 98px;
    position: absolute;
    left: -125px;
    top: -30px;
}

.c-flow__block:last-child {
    margin: 0;
}

.c-3col {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.c-3col-box {
    width: 305px;
    background: #fff;
    text-align: center;
    line-height: 1;
}

.c-3col-box dt {
  color: #004FAF;
  font-size: 18px;
  padding: 15px 0 10px;
}

.c-3col-box dd {
    font-size: 35px;
    font-weight: 600;
    padding: 0 0 20px;
}

.c-3col-button {
    margin-left: 20px;
}

.c-3col-button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px 0 0;
  font-size: 20px;
  width: 300px;
  height: 65px;
  color: #004faf;
  border: 1px solid #004faf;
  border-radius: 50vw;
  margin: 0 auto;
}

.c-3col-button a::after{
  content: "";
  width: 30px;
  height: 8px;
  border-bottom: 1px solid #004faf;
  border-right: 1px solid #004faf;
  transform: skew(40deg);
  position: absolute;
  right: 7%;
  bottom: 45%;
  transition: 0.3s;
}
.c-3col-button a:hover{
  color: #fff;
  background-color: #004faf;
  opacity: 1;
}

.p-caution {
  margin: 15px 0 0;
}

.p-caution strong {
  font-size: 24px;
}

.p-fix {
  padding-bottom: 40px!important;
}

@media (max-width: 768px){
  .heading_01{
    font-size: 35px;
    margin-bottom: 20%;
  }
  .heading_02{
    font-size: 32px;
    padding-bottom: 3%;
    margin-bottom: 5%;
  }
  .heading_04{
    font-size: 15px;
    margin-bottom: 1rem;
  }
  .gradation_ttl_01{
    width: 90px;
    height: 35px;
    font-size: 15px;
  }
  .gradation_ttl_02{
    min-height: 40px;
    font-size: 15px;
    padding: 10px 20px;
  }
  .heading_05{
    font-size: 22px;
    padding: 2% 5%;
  }
  .heading_06{
    font-size: 20px;
    margin-bottom: 5%;
  }
  .heading_07{
    font-size: 18px;
  }
  .heading_08{
    font-size: 26px;
    margin-bottom: 5%;
  }
  .heading_09{
    font-size: 22px;
  }


  .heading_sub {
    font-size: 20px;
    border-left: 5px solid #419BD2;
    padding-left: 10px;
    margin-bottom: 10px;
  }

  .c-block {
    padding: 20px;
  }

  .c-flex_block{
    display: block;
  }

  .c-flex_left {
    width: 100%;
    max-width: inherit;
  }

  .c-flex_right {
    width: 100%;
    max-width: inherit;
  }

  .c-box {
      max-width: inherit;
      width: 100%;
      margin-bottom: 30px;
  }

  .c-box:last-child {
    margin: 0;
  }

  .c-box figcaption {
      font-size: 14px;
      padding: 10px 0 0;
  }

  .c-box span {
    font-size: 17px;
    padding-bottom: 5px;
  }

  .heading_center {
    padding-bottom: 3%;
    margin-bottom: 5%;
    font-size: 20px;
  }

  .c-link_box {
      width: 100%;
      max-width: inherit;
      margin-bottom: 30px;
  }


  .c-link_box .lead {
      padding: 20px;
  }

  .c-link_box .lead strong {
      font-size: 18px;
  }

  .c-link_box .lead .more {
      font-size: 12px;
      padding-right: 25px;
  }

  .c-link_box .lead .more:after {
      width: 20px;
      height: 6px;
  }

  .c-3col-button {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    max-width: 200px;
  }

  .c-flow__block {
      padding-left: 60px;
      margin-bottom: 40px;
  }

  .c-flow__heading {
      font-size: 18px;
      margin-bottom: 10px;
  }

  .c-flow__heading .ico {
      width: 45px;
      left: -60px;
      top: -10px;
  }

  .c-3col-box {
    max-width: inherit;
    width: 100%;
    max-width: 200px;
  }

  .c-3col-box dt {
      font-size: 11px;
      padding: 10px 0 5px;
  }

  .c-3col-box dd {
      font-size: 24px;
  }

  .c-3col-button a {
      width: 100%;
      font-size: 14px;
      height: 45px;
  }

  .c-3col-button a::after {
      width: 15px;
      height: 4px;
  }

  .p-caution strong {
    font-size: 17px;
  }

  .p-fix {
    padding-bottom: 10px!important;
  }

}


@media (max-width: 480px){
  .heading_01{
    font-size: 26px;
    line-height: 1.5;
  }
  .heading_01 span{
    font-size: 12px;
  }
  [data-ruby]::before {
    top: -10px;
  }
  .heading_02{
    font-size: 20px;
  }
  .heading_03{
    font-size: 16px;
  }
  .gradation_ttl_02.arrow::after{
    width: 15px;
    height: 4px;
  }
  .heading_06{
    font-size: 18px;
  }
  .heading_07{
    font-size: 16px;
  }
  .heading_08{
    font-size: 18px;
  }
  .heading_09{
    font-size: 18px;
    padding: 10px;
  }
}


/* button */
.btn_01{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 20px;
  width: 100%;
  max-width: 300px;
  height: 65px;
  color: #004faf;
  background-color: #fff;
  border: 1px solid #004faf;
  border-radius: 50vw;
  margin: 0 auto;
}
.btn_01.wide{
  justify-content: flex-start;
  align-items: center;
  padding: 0 1.5rem;
  width: 420px;
  letter-spacing: 0.01em;
  margin: 0;
}
.btn_01::after{
  content: "";
  width: 30px;
  height: 8px;
  border-bottom: 1px solid #004faf;
  border-right: 1px solid #004faf;
  transform: skew(40deg);
  position: absolute;
  right: 7%;
  bottom: 45%;
  transition: 0.3s;
}
.btn_01:hover{
  color: #fff;
  background-color: #004faf;
  opacity: 1;
}
.btn_01:hover::after{
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn_02{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 24px;
  width: 400px;
  height: 80px;
  color: #fff;
  background-color: #004faf;
  border: 1px solid #004faf;
  border-radius: 50vw;
}
.btn_03{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 475px;
  height: 100px;
  padding: 0 10px;
  font-size: 24px;
  line-height: 1.4;
  background-color: #004faf;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0,0.3);
  margin: 0 auto;
}
@media (max-width: 480px){
  .btn_01{
    font-size: 14px;
    width: 200px;
    height: 45px;
  }
  .btn_01::after{
    width: 15px;
    height: 4px;
  }
  .btn_02{
    font-size: 14px;
    width: 200px;
    height: 45px;
    color: #fff;
  }
  .btn_03{
    max-width: 260px;
    height: 60px;
    font-size: 16px;
  }
}


/* cv_section */
.cv_type_01{
  margin-bottom: 70px;
}
.cv_inner{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 20px;
}
.cv_type_01 .cv_inner{
  background-image: url(./img/com/cv_bg_01.jpg);
}
.cv_type_02 .cv_inner{
  background-image: url(./img/com/cv_bg_02.jpg);
}
.cv_heading{
  font-size: 42px;
  font-family: 'Noto Serif', serif;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #848282;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
#cv_section .cv_sub_txt{
  font-size: 30px;
  text-align: center;
  margin-bottom: 70px;
}
.cv_bottom{
  display: flex;
  max-width: 1350px;
  margin: 0 auto;
  justify-content: space-between;
}
.cv_tel{
  width: 50%;
}
.cv_tel_txt{
  font-size: 30px;
  color: #004faf;
  margin-bottom: 20px;
}
.cv_tel_number{
  margin-bottom: 20px;
}
.cv_tel_number a{
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  color: #848282;
}
.cv_tel_number a::before{
  content: "";
  background-image: url(./img/com/icon_tel.png);
  background-size: contain;
  display: inline-block;
  width: 59px;
  height: 41px;
  margin-right: 1rem;
}
.cv_tel_time{
  font-size: 17px;
  color: #bb000d;
}
.cv_contact{
  width: 45%;
}
#cv_section .cv_contact p{
  text-align: center;
  font-size: 24px;
  color: #848282;
  margin-bottom: 1rem;
}
.cv_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 475px;
  height: 100px;
  padding: 0 10px;
  font-size: 24px;
  line-height: 1.4;
  background-color: #004faf;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0,0.3);
  margin: 0 auto;
}
.cv_btn::before{
  content: "";
  background-image: url(./img/com/icon_btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 57px;
  margin-right: 1.5rem;
}
@media (max-width: 1200px){
  .cv_bottom{
    display: block;
  }
  .cv_tel{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .cv_contact{
    width: 100%;
  }
}
@media (max-width: 768px){
  .cv_type_01 {
    margin-bottom: 10%;
  }
  .cv_inner{
    padding: 20% 5%;
  }
  .cv_heading{
    font-size: 30px;
  }
  .cv_type_02 .heading_01{
    margin-bottom: 5%;
  }
  #cv_section .cv_sub_txt{
    font-size: 25px;
    margin-bottom: 10%;
  }
}
@media (max-width: 480px){
  .cv_type_01 .cv_inner{
    background-image: url(./img/com/sp/cv_bg_01.jpg);
  }
  .cv_type_02 .cv_inner{
    background-image: url(./img/com/sp/cv_bg_02.jpg);
  }
  .cv_inner{
    padding: 20% 0;
  }
  .cv_heading{
    font-size: 20px;
  }
  #cv_section .cv_sub_txt{
    font-size: 16px;
  }
  .cv_bottom{
    width: 90%;
  }
  .cv_tel{
    margin-bottom: 30px;
  }
  .cv_tel_txt{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cv_tel_number{
    margin-bottom: 10px;
  }
  .cv_tel_number a{
    font-size: 26px;
  }
  .cv_tel_number a::before{
    width: 29px;
    height: 20px;
    margin-right: 0.5rem;
  }
  .cv_tel_time{
    font-size: 12px;
  }
  #cv_section .cv_contact p{
    font-size: 16px;
  }
  .cv_btn{
    width: 260px;
    height: 80px;
    font-size: 16px;
  }
  .cv_btn::before{
    width: 31px;
    height: 28px;
    margin-right: 1rem;
  }
}
@media (max-width: 320px){
  .cv_tel_time{
    font-size: 10px;
  }
}


/* checklist */
.check_list{
  font-size: 24px;
  line-height: 1.5;
  color: #222222;
}
.check_list li{
  margin-bottom: 2rem;
}
.check{
  display: flex;
}
.check::before{
  content: "";
  background-image: url(./img/com/icon_check.png);
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 41px;
  height: 34px;
  margin-right: 1.5rem;
}
.check span{
  display: block;
  font-size: 18px;
  align-self: center;
}
@media (max-width: 768px){
  .check_list{
    font-size: 15px;
    line-height: 1.3;
  }
  .check_list li{
    margin-bottom: 1rem;
  }
  .check::before{
    min-width: 20px;
    height: 17px;
    margin-right: 0.5rem;
  }
  .check span{
    display: block;
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
  }
}
