@charset "UTF-8";

@media screen and (min-width: 768px) {
  .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
  }

  .header .container {
    max-width: 100%;
  }
}

section {
  padding: 100px 0;
}

section h2 {
  font-size: 70px;
  letter-spacing: 0;
  line-height: 1.2;
  color: #013d7a;
  text-align: center;
  margin-bottom: 50px;
}

section h2 .subtext {
  font-size: 22px;
  display: block;
  margin-top: 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.sec01 {
  background: url("../img/sec01_bg.jpg")no-repeat center;
}

.sec01 .cont01 {
  background: #fff;
  border: 4px solid #013d7a;
  border-radius: 30px;
  padding: 40px 10px;
  margin-bottom: 50px;
}

.sec01 h2 .subtext {
  font-weight: 500;
}

.sec01 h3 {
  font-size: 26px;
  color: #013d7a;
  text-align: center;
  font-weight: bold;
}

.sec01 .cont01 h3 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  background: url("../img/dot01.png")no-repeat center bottom;
}

.sec01 .cont02 h3 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: url("../img/dot02.png")no-repeat center bottom;
}

.sec01 ul li {
  position: relative;
  padding-left: 40px;
  margin: 8px 0;
  font-size: 20px;
}

.sec01 ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  margin: 0 auto;
  width: 28px;
  height: 25px;
  background: url("../img/check01.png")no-repeat center / cover;
}

.sec01 .cont02 .text_box {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px #ddd;
  padding: 45px;
}

.sec01 .color02 {
  font-weight: bold;
}

.sec02 {
  padding: 0;
}

.sec02 .bg01 {
  background: url("../img/sec02_title_bg01.jpg")no-repeat center / cover;
}
@media screen and  ( max-width : 767px ) {
  .sec02 .bg01 {
    background: url("../img/sp_sec02_title_bg01.jpg")no-repeat center / cover;
  }
}

.sec02 .bg01 .container:after {
  display: none;
}

.sec02 .bg01 .container {
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sec02 .bg01 h2 {
  width: 100%;
  color: #fff;
  padding-bottom: 50px;
  background: url("../img/sec02_title_bg02.png")no-repeat left bottom;
  margin-bottom: 0;
  letter-spacing: 0;
}

.sec02 .bg02 {
  padding: 100px 0;
}

.sec02 .columns>* {
  position: relative;
}

.sec02 .columns>*:before {
  content: "";
  display: block;
  position: absolute;
  top: -70px;
  left: 0;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  z-index: 1;
}

.sec02 .columns>*:nth-child(1):before {
  background: url("../img/feat01.png")no-repeat center;
}

.sec02 .columns>*:nth-child(2):before {
  background: url("../img/feat02.png")no-repeat center;
}

.sec02 .columns>*:nth-child(3):before {
  background: url("../img/feat03.png")no-repeat center;
}

.sec02 .columns>*:nth-child(4):before {
  background: url("../img/feat04.png")no-repeat center;
}

.sec02 .columns>*:nth-child(5):before {
  background: url("../img/feat05.png")no-repeat center;
}

.sec02 .columns>*:nth-child(6):before {
  background: url("../img/feat06.png")no-repeat center;
}

.sec02 .columns>*:nth-child(7):before {
  background: url("../img/feat07.png")no-repeat center;
}

.sec02 .columns>*:nth-child(8):before {
  background: url("../img/feat08.png")no-repeat center;
}

.sec02 .columns>*:nth-child(9):before {
  background: url("../img/feat09.png")no-repeat center;
}

.sec02 img {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

.sec02 .feat_title {
  position: relative;
  margin-top: -80px;
  margin-left: 8px;
  width: calc(100% + 30px);
}

.sec02 .feat_title .textbg {
  color: #fff;
  font-size: 18px;
  background: #f9ba18;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 10px;
  margin: 4px 0;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
}

.sec02 p {
  margin-top: 10px;
}

.sec03 {
  background: url("../img/sec03_bg.jpg")repeat top left;
}

.sec03 h2 {
  color: #fff;
}

.tab_btn {
  display: block;
}

.tab_btn.active {}

.tab_item_wrap {}

.tab_item {
  display: none;
}

.tab_item.active {
  display: block;
}

.tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.tab_btn {
  color: #013d7a;
  background: #e6e6e6;
  text-align: center;
  font-size: 22px;
  border-radius: 10px;
  padding: 10px 10px 10px;
  font-weight: bold;
  width: calc((100% - 60px)/4);
  font-family: 'Zen Maru Gothic', sans-serif;
}

.tab_btn:nth-child(1) {
  background: #e6e6e6 url("../img/tab_icon01.png")no-repeat center right 10px;
}

.tab_btn:nth-child(2) {
  background: #e6e6e6 url("../img/tab_icon02.png")no-repeat center right 10px;
}

.tab_btn:nth-child(3) {
  background: #e6e6e6 url("../img/tab_icon03.png")no-repeat center right 10px;
}

.tab_btn:nth-child(4) {
  background: #e6e6e6 url("../img/tab_icon04.png")no-repeat center right 10px;
}

.tab_btn.active:nth-child(1) {
  background: #f9ba18 url("../img/tab_icon01.png")no-repeat center right 10px;
}

.tab_btn.active:nth-child(2) {
  background: #f9ba18 url("../img/tab_icon02.png")no-repeat center right 10px;
}

.tab_btn.active:nth-child(3) {
  background: #f9ba18 url("../img/tab_icon03.png")no-repeat center right 10px;
}

.tab_btn.active:nth-child(4) {
  background: #f9ba18 url("../img/tab_icon04.png")no-repeat center right 10px;
}

.tab_btn:hover {
  cursor: pointer;
}

.tab_btn.active {
  position: relative;
  background: #f9ba18;
}

.tab_item {
  padding: 40px 4%;
  background: #e6e6e6;
  border-radius: 30px;
  margin-top: 20px;
}

.tab_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  margin: 0;
}

.tab_item ul li {
  display: block;
  width: calc((100% - 60px)/4);
}

.tab_item ul li a {
  background: #fff;
  border-radius: 10px;
  line-height: 1.2;
  padding: 0 50px 0 40px;
  width: 100%;
  max-width: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 10px #ccc;
}

.tab_item ul li a::after {
  border-bottom: 1px solid #013d7a;
  border-right: 2px solid #013d7a;
  content: "";
  height: 3px;
  margin-top: -3px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}

.sec04 {
  padding: 0;
}

.sec04 .bg01 {
  background: url("../img/sec04_title_bg01.jpg")no-repeat center / cover;
  color: #fff;
}
@media screen and  ( max-width : 767px ) {
  .sec04 .bg01 {
    background: url("../img/sp_sec04_title_bg01.jpg")no-repeat center center / cover;
  }
}

.sec04 .bg01 .container {
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 50px;
}

.sec04 .bg01 .container:after {
  display: none;
}

.sec04 .bg01 h2 {
  width: 100%;
  max-width: 754px;
  color: #fff;
  padding-bottom: 50px;
  background: url("../img/sec04_title_bg02.png")no-repeat left bottom;
  margin-bottom: 0;
}

.sec04 .bg02 {
  padding: 100px 0;
  background: url("../img/sec04_bg03.jpg")no-repeat center bottom/ cover;
}

.sec04 .cont01 {
  background: #fff;
  padding: 60px 100px;
  border-radius: 30px;
  box-shadow: 0 0 10px #ddd;
  margin-bottom: 50px;
}

.sec04 .cont01 ul {
  margin-top: 0;
}

.sec04 .cont01 li {
  font-size: 18px;
  font-weight: bold;
}

.sec04 .btnstyle a {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  height: 80px;
  border-radius: 15px;
}

.sec04 .cont02 .text_box {
  background: #fff;
  padding: 40px 78px;
  border-radius: 30px;
  box-shadow: 0 0 10px #ddd;
}

.sec04 h3 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
  background: url("../img/dot02.png")no-repeat center bottom;
}

.sec04 h3 .text-large {
  font-size: 40px;
}

.sec04 .cont02 ul li {
  line-height: 1.4;
  margin: 10px 0;
}

.sec05 {
  background: #f9ba18;
  color: #fff;
}

.sec05 h2 {
  color: #fff;
}

.sec05 a,
.sec05 a:hover{
  color: #fff;
}

.sec05 .tel {
  font-size: 52px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  padding-left: 50px;
  background: url("../img/icon_tel.png")no-repeat top 11px left;
  margin-top: 0;
}

.sec05 .btnstyle {
  margin-top: 0;
}

.sec05 .btnstyle+.btnstyle {
  margin-top: 20px;
}

.sec05 .btnstyle a {
  font-size: 26px;
  width: 320px;
  padding-left: 60px;
  height: 80px;
}

.sec05 .btnstyle.yoyaku a {
  color: #013d7a;
  background: #fff url("../img/icon_yoyaku.png")no-repeat center left 30px;
}

.sec05 .btnstyle.yoyaku a:after {
  border-color: #013d7a;
}

.sec05 .btnstyle.monshin a {
  background: #0082c9 url("../img/icon_monshin.png")no-repeat center left 30px;
}

@media screen and (min-width: 768px) {
  .sec01 ul {
    max-width: 96%;
    width: 800px;
    margin: auto;
  }

  .sec01 .cont02 {
    position: relative;
    padding-top: 150px;
  }

  .sec01 figure {
    position: absolute;
    right: 0;
    top: 0;
  }

  .sec01 .cont02 .text_box {
    width: 660px;
    max-width: 100%;
    position: relative;
  }

  .sec02 .bg01 h2 {
    text-align: left;
  }

  .sec02 .columns {
    gap: 100px 75px;
  }

  .sec02 .columns>* {
    width: calc((100% - 150px)/3);
  }

  .sec04 .bg01 h2 {
    text-align: left;
    letter-spacing: 0;
  }

  .sec04 .bg01 .text_box {
    border-left: 1px solid #fff;
    padding-left: 50px;
    max-width: calc(100% - 810px);
  }

  .sec04 .column {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .sec04 .column .btnstyle {
    margin-top: auto;
  }

  .sec04 .columns.cont01 {
    gap: 0 80px;
  }

  .sec04 .columns.cont01>* {
    width: calc((100% - 80px)/2);
  }

  .sec04 .cont02 {
    position: relative;
    padding-top: 180px;
  }

  .sec04 figure {
    position: absolute;
    right: 0;
    top: 0;
  }

  .sec04 .cont02 .text_box {
    width: 660px;
    max-width: 100%;
    position: relative;
  }

  .sec05 h2 {
    text-align: left;
    margin-bottom: 0;
  }

  .sec05 .columns .columns {
    gap: 0 70px;
    border-left: 1px solid #fff;
    margin-left: 40px;
    padding: 30px 0 30px 70px;
  }
}

@media screen and (max-width: 1239px) and (min-width:768px) {
  .header {
    padding: 10px 0;
  }

  .header .container {
    margin: 0;
  }

  .header .header_logo {
    max-width: 50%;
  }

  section {
    padding: 70px 0;
  }

  section h2 {
    font-size: 60px;
  }

  .sec02 .columns {
    gap: 100px 40px;
  }

  .sec02 .columns>* {
    width: calc((100% - 40px)/2);
  }

  .sec02 .feat_title .textbg {
    font-size: clamp(14px, 2vw, 18px);
  }

  .sec02 img.pc {
    display: none;
  }

  .sec02 img.sp {
    display: inline !important;
  }

  .tab_btn {
    font-size: clamp(16px, 2vw, 22px);
  }

  .tab_item ul li {
    width: calc((100% - 40px)/3);
  }

  .tab_item ul li a {
    padding: 0 40px 0 25px;
  }

  .sec04 .bg01 {
    height: auto;
    padding: 70px 0;
  }

  .sec04 .bg01 h2 {
    font-size: 66px;
  }

  .sec04 .bg01 .text_box {
    max-width: 100%;
    border: none;
    padding: 0;
  }

  .sec04 .cont01 {
    padding: 40px 30px;
  }

  .sec04 .columns.cont01 {
    gap: 0 30px;
  }

  .sec04 .columns.cont01>* {
    width: calc((100% - 30px)/2);
  }

  .sec04 .cont01 li {
    font-size: 16px;
  }
}

@media screen and (max-width: 1239px) {
.sec01 ul li{
  font-size:16px;
}

  .sec01 ul li:before{
    top:0;
  }
  .sec05 .columns .columns {
    margin-top: 40px;
    margin-left: 0;
    padding-left: 40px;
    gap: 0 30px;
  }

  .sec05 .tel {
    font-size: 40px;
    background-size: 26px !important;
    padding-left: 40px;
  }

  .sec05 .btnstyle a {
    width: 260px;
  }
}

@media screen and (max-width: 1000px) {
  .sec01 .cont02 {
    padding-top: 0;
  }

  .sec01 .cont02 figure {
    position: relative;
    margin-bottom: -40px;
  }

  .sec01 .cont02 .text_box {
    margin: auto;
    width: 600px;
    max-width: 100%;
  }

  .sec02 .feat_title {
    width: auto;
    margin-top: -7vw;
  }

  .sec02 .feat_title .textbg {
    padding: 0 10px;
  }

  .sec04 .cont02 {
    padding-top: 0;
  }

  .sec04 .cont02 figure {
    position: relative;
    margin-bottom: -40px;
  }

  .sec04 .cont02 .text_box {
    margin: auto;
    width: 600px;
    max-width: 100%;
    padding: 40px;
  }

  .sec05 .columns .columns {
    border: none;
    margin: 30px 0 0;
    padding-left: 0;
    width: 100%;
    justify-content: flex-start;
    gap: 0 70px;
    border-top: 1px solid #fff;
  }
}

@media screen and (max-width: 767px) {
  section {
    padding: 30px 0;
  }

  section .container {
    width: 420px;
    max-width: calc(100% - 40px);
    margin: auto;
  }

  section h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  section h2 .subtext {
    font-size: 16px;
  }

  .sec01 h3 {
    font-size: 18px;
  }

  .sec01 .cont01 {
    margin-bottom: 30px;
  }

  .sec01 .cont02 figure {
    margin-bottom: 10px;
  }

  .sec01 .cont02 .text_box {
    padding: 30px 4%;
  }

  .sec02 .bg01 .container {
    height: 200px;
  }

  .sec02 h2 {
    font-size: 32px;
    background-size: contain !important;
  }

  .sec02 .column:before {
    width: 60px;
    height: 60px;
    background-size: contain !important;
    top: -40px;
  }

  .sec02 .bg02 {
    padding: 0 0 30px;
  }

  .sec02 .column {
    margin-top: 60px;
  }

  .sec02 .feat_title .textbg {
    font-size: 15px;
  }

  .tab_btn_wrap {
    gap: 10px;
  }

  .tab_btn {
    width: calc((100% - 10px)/2);
    font-size: 16px;
    padding: 10px;
  }

  .tab_item {
    padding: 30px 4%;
  }

  .tab_item ul {
    gap: 10px;
    margin: 0;
  }

  .tab_item ul li {
    width: calc((100% - 10px)/2);
  }

  .tab_item ul li a {
    padding: 0 25px 0 15px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  .tab_item ul li a:after {
    width: 10px;
  }

  .sec04 .bg01 {
    padding: 30px 0;
    background-position: right 10% center;
  }

  .sec04 h2 {
    background-size: contain !important;
  }

  .sec04 .bg02 {
    padding: 30px 0;
  }

  .sec04 .cont01 {
    padding: 20px 4% 30px;
    margin-bottom: 30px;
  }

  .sec04 .cont02 figure {
    margin-bottom: 20px;
  }

  .sec04 .cont02 .text_box {
    padding: 30px 4% 20px;
  }

  .sec04 h3 {
    font-size: 16px;
  }

  .sec04 h3 .text-large {
    font-size: 24px;
  }

  .sec04 .cont01 li {
    font-size: 16px;
    letter-spacing: 0.05em;
  }

  .sec04 .btnstyle a {
    font-size: 14px;
    height: 60px;
    padding: 0;
    line-height: 1.2;

}
  .sec05 .tel {
    display: table;
    margin: 20px auto;
  }

  .sec05 .columns .columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .sec05 .btnstyle {
    margin-top: 0 !important;
    width: calc((100% - 10px)/2);
  }

  .sec05 .btnstyle a {
    font-size: 16px;
    padding-left: 25px;
    height: 60px;
    background-position: left 15px center !important;
  }

}

/* ----------------------------------下層 */
table.col2 tbody th,
table.col2 tbody td {
  width: 50%;
}

table.col3 tbody th,
table.col3 tbody td {
  width: 33.3333%;
}
