@charset "UTF-8";
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*! 12 COLUMN : RESPONSIVE GRID SYSTEM ｜ DEVELOPER : DENIS LEBLANC ｜ URL : http://responsive.gs ｜ VERSION : 3.0 ｜ LICENSE : GPL & MIT */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/scripts/boxsizing.htc)
}

.container {
    max-width: 50pc;
    margin: 0 auto
}

.clr:after,.col:after,.container:after,.group:after,.row:after {
    content: "";
    display: table;
    clear: both
}

.row {
    padding-bottom: 0
}

.col {
    display: block;
    float: left;
    width: 100%
}

@media(min-width: 768px) {
    .gutters .col {
        margin-left:2%
    }

    .gutters .col:first-child {
        margin-left: 0
    }
}

@media(min-width: 768px) {
    .span_1 {
        width:8.33333333333%
    }

    .span_2 {
        width: 16.6666666667%
    }

    .span_3 {
        width: 25%
    }

    .span_4 {
        width: 33.3333333333%
    }

    .span_5 {
        width: 41.6666666667%
    }

    .span_6 {
        width: 50%
    }

    .span_7 {
        width: 58.3333333333%
    }

    .span_8 {
        width: 66.6666666667%
    }

    .span_9 {
        width: 75%
    }

    .span_10 {
        width: 83.3333333333%
    }

    .span_11 {
        width: 91.6666666667%
    }

    .span_12 {
        width: 100%
    }

    .gutters .span_1 {
        width: 6.5%
    }

    .gutters .span_2 {
        width: 15%
    }

    .gutters .span_3 {
        width: 23.5%
    }

    .gutters .span_4 {
        width: 32%
    }

    .gutters .span_5 {
        width: 40.5%
    }

    .gutters .span_6 {
        width: 49%
    }

    .gutters .span_7 {
        width: 57.5%
    }

    .gutters .span_8 {
        width: 66%
    }

    .gutters .span_9 {
        width: 74.5%
    }

    .gutters .span_10 {
        width: 83%
    }

    .gutters .span_11 {
        width: 91.5%
    }

    .gutters .span_12 {
        width: 100%
    }
}

/*! slick */
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.slick-list,.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*! slick theme  */
.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif)center center no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.eot);
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'),url('fonts/slick.woff') format('woff'),url('fonts/slick.ttf') format('truetype'),url('fonts/slick.svg#slick') format('svg')
}

.slick-next,.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    border: 0
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: transparent
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

/*! lightbox */
.lb-loader,.lightbox {
    text-align: center;
    line-height: 0
}

.lb-dataContainer:after,.lb-outerContainer:after {
    content: "";
    clear: both
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-loader,.lb-nav {
    position: absolute;
    left: 0
}

.lb-outerContainer:after {
    display: table
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    display: table
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

section {
  padding: 30px 0;
}

section h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

section h2 .subtext {
  font-size: 14px;
  color: #0081cc;
  position: relative;
}

.col_2>*:first-child {
  margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
  section {
    padding: 100px 0;
  }

  section h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }

  section h2 .subtext {
    font-size: 18px;
    top: -10px;
  }
}

@media screen and (max-width: 1239px) and (min-width:768px) {}

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

.sec01 {
  background: linear-gradient(to bottom, #309bda 0%, #83c3e9 100%);
}

.sec01 h2 {
  color: #fff;
}

.sec01 h2 .subtext {
  color: #fff;
}

.sec01 .img_box {
  position: relative;
  font-family: 'Noto Serif JP', serif;
}

.sec01 .merit {
  background: #0081cc;
  display: inline-block;
  padding: 2px 0;
  width: 80px;
  text-align: center;
  color: #fff;
  margin-top: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  font-size: 14px;
  bottom: 40px;
  z-index: 1;
}

.sec01 .merit .no {
  font-size: 24px;
  margin-left: 6px;
}

.sec01 .merit+p {
  background: #fff;
  width: calc(100% - 20px);
  padding: 6px 6px 6px 1em;
  font-size: 14px;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 10px;
  font-weight: 500;
  right: 0;
}

.sec01 .col_2>p {
  color: #fff;
}

.sec01 .col_2 {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

.sec01 .col_2:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.sec01 .col_2:last-child {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.2;
  font-size: 24px;
}

.sec01 .col_2:last-child .text-small {
  font-size: 18px;
}

.btnstyle.web a {
  width: 360px;
  max-width: 100%;
  background: #dea900;
  border-color: #dea900;
  height: 60px;
}

.btnstyle.web a:hover {
  color: #dea900;
  background: #fff;
}

.btnstyle.web a:hover::after {
  border-color: #dea900;
}

.btnstyle.web .icon {
  position: relative;
  padding-left: 30px;
}

.btnstyle.web .icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  width: 23px;
  height: 22px;
  background: url("../img/icon_web.png")no-repeat center left;
  transition: 0.2s;
}

.btnstyle.web a:hover .icon::before {
  background: url("../img/icon_web_hover.png")no-repeat center left;
}

.btnstyle.tel a {
  width: 360px;
  max-width: 100%;
  color: #0081cc!important;
  background: #fff;
  border-color: #0081cc!important;
  font-size: 24px;
	
}

.btnstyle.tel a {
  height: 60px;
}

.btnstyle.tel .text-small {
  font-size: 16px !important;
}

.btnstyle.tel a::after {
  border-color: #0081cc;
}

.btnstyle.tel a:hover {
  color: #fff;
  background: #0081cc;
}

.btnstyle.tel a:hover::after {
  border-color: #fff;
}

.btnstyle.tel .icon {
  position: relative;
  padding-left: 30px;
}

.btnstyle.tel .icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  width: 21px;
  height: 20px;
  background: url("../img/icon_tel.png")no-repeat center left;
  transition: 0.2s;
}

.btnstyle.tel a:hover .icon::before {
  background: url("../img/icon_tel_hover.png")no-repeat center left;
}

@media screen and (min-width: 768px) {
  .sec01 .columns .col_2 {
    width: calc((100% - 60px) / 2);
    margin-right: 60px;
  }

  .sec01 .columns .col_2:nth-child(2n) {
    margin-right: 0;
  }

  .sec01 .merit {
    font-size: 24px;
    bottom: 70px;
    width: 120px;
    padding: 5px 0;
  }

  .sec01 .merit .no {
    font-size: 36px;
  }

  .sec01 .merit+p {
    font-size: 24px;
    bottom: 20px;
  }

  .sec01 .col_2:nth-child(5),
  .sec01 .col_2:nth-child(6) {
    border: none;
    padding: 0;
  }

  .sec01 .col_2:last-child {
    font-size: 30px;
  }

  .sec01 .col_2:last-child .text-small {
    font-size: 24px;
  }

  .btnstyle.web a {
    height: 80px;
  }

  .btnstyle.tel a {
    font-size: 30px;
  }

  .btnstyle.tel .text-small {
    font-size: 20px !important;
  }

  .btnstyle.tel a {
    height: 80px;
  }

  .btnstyle.tel a::after {
    display: none;
  }
}

@media screen and (max-width: 1239px) {
  .sec01 .columns {
    display: block;
  }

  .sec01 .col_2 {
    width: 570px !important;
    max-width: 100% !important;
    margin: 0 auto 30px !important;
  }

  .sec01 .col_2:nth-child(5) {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 1239px) and (min-width:768px) {}

@media screen and (max-width: 767px) {
	
	.btnstyle.tel a{
		flex-direction: column;
	}
	
	
	
}


.sec02 .follow_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.sec02 .follow_list li {
  width: calc((100% - 10px)/2);
}

.sec02 .follow_list li a {
  position: relative;
  height: 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0081cc;
  color: #333;
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 20px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
}

.sec02 .follow_list li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #0081cc;
  border-right: 1px solid #0081cc;
  transform: rotate(135deg);
}

.sec02 .follow_list li .no {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: #0081cc;
}

.sec02 .follow_list li .text_wrap {
  height: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.sec02 h3 {
  font-size: 24px;
  border-bottom: 1px solid #0081cc;
  padding-bottom: 10px;
}

.sec02 h3 .no {
  display: inline-block;
  height: 2em;
  width: 2em;
  text-align: center;
  margin-right: 20px;
  color: #0081cc;
  border: 1px solid #0081cc;
}

.sec02 .columns+h3 {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .sec02 .columns .col_2 {
    width: calc((100% - 60px) / 2);
  }

  .sec02 .follow_list {
    gap: 10px 25px;
  }

  .sec02 .follow_list li {
    width: calc((100% - 75px)/4);
  }

  .sec02 .follow_list li a {
    height: 180px;
    font-size: 24px;
  }

  .sec02 .follow_list li a:hover {
    background: #dbeef7;
  }

  .sec02 .follow_list li .no {
    font-size: 48px;
  }

  .sec02 .follow_list li a::after {
    bottom: 20px;
  }

  .sec02 h3 {
    font-size: 30px;
  }

  .sec02 h3 .no {
    font-size: 24px;
  }

}

@media screen and (max-width: 1239px) and (min-width:768px) {}

@media screen and (max-width: 767px) {
  .sec02 .col_2 h3 {
    margin-top: 30px !important;
  }
}

.sec03 {
  padding: 0 !important;
  position: relative;
}

#cover {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 11001;
}

.modal_wrapper {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  max-width: 100%;
  padding: 4%;
  z-index: 11002;
}

.youtube {
  width: 600px;
  max-width: 100%;
  padding-top: 80%;
}


@media screen and (min-width: 768px) {
  .sec03 .reverse {
    position: relative;
  }

  .sec03 .reverse::after {
    content: "";
    display: block;
    position: absolute;
    top: 140px;
    right: -400px;
    margin: 0 auto;
    width: 810px;
    height: 460px;
    background: #dbeef7;
    z-index: -1;
  }

  .sec03 .reverse>*:first-child {
    margin-right: 0;
    margin-left: 40px;
  }

  .sec03 .columns.reverse {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1239px) {
  .sec03 .reverse {
    display: block;
  }

  .sec03 .reverse::after {
    right: -650px;
  }

  .sec03 .reverse .col_2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sec03 .reverse .col_2:first-child {
    text-align: center;
  }

  .sec03 .reverse img.pc {
    display: none;
  }

  .sec03 .reverse img.sp {
    display: inline !important;
  }
}

@media screen and (max-width: 1239px) and (min-width:768px) {}

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

.sec04 {
  padding-bottom: 0 !important;
}

.sec04 h3 {
  text-align: center;
  font-size: 24px;
  color: #fff;
  padding: 10px;
}

.sec04 .cont01 h3 {
  background: #0081cc;
}

.sec04 .cont02 h3 {
  background: #309bda;
}

.sec04 .cont01 .cont_box {
  background: #ecf5fa;
}

.sec04 .cont02 .cont_box {
  background: #f6fafc;
}

.sec04 h4 {
  color: #0081cc;
  font-size: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  margin-right: 20px;
}

.sec04 .cont01 h4 .wrap {
  padding-right: 10px;
  background: #ecf5fa;
}

.sec04 .cont02 h4 .wrap {
  padding-right: 10px;
  background: #f6fafc;
}

.sec04 h4::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #0081cc;
  z-index: -1;
}

.sec04 .cont_box {
  padding: 30px 2%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .sec04 .columns>* {
    width: 50%;
    display: flex;
    flex-direction: column;
  }

  .sec04 .cont_box {
    padding: 60px;
    flex: 1;
    margin: auto;
  }

  .sec04 h3 {
    font-size: 30px;
  }

  .sec04 h4 {
    font-size: 24px;
  }

  .sec04 .ul_circle {
    margin-top: 0;
  }
}

@media screen and (max-width: 1239px) and (min-width:768px) {
  .sec04 .cont_box {
    padding: 30px 20px;
  }
}

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

.sec05 h2 {
  margin-bottom: 0;
}

.sec05 h3 {
  color: #0081cc;
  font-size: 20px;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 20px;
}

.sec05 h3 .no {
  font-size: 34px;
  line-height: 1;
  position: relative;
  font-weight: 400;
}

.sec05 h3 .no::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  margin: 0 auto;
  width: 1px;
  height: 50px;
  border-right: 1px solid #0081cc;
}

.sec05 .text_box {
  background: #57b8f0;
  color: #fff;
  padding: 20px 4%;
}

.sec05 .text_box p {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .sec05 h3 {
    font-size: 20px;
    gap: 0 30px;
    letter-spacing: 0;
  }

  .sec05 h3 .no {
    font-size: 72px;
  }

  .sec05 h3 .no::after {
    right: -15px;
  }

  .sec05 .col_3 {
    width: calc((100% - 90px)/3);
    display: flex;
    flex-direction: column;
  }

  .sec05 .text_box {
    padding: 20px;
    flex: 1;
  }

}

@media screen and (max-width: 1239px) {
  .sec05 .columns {
    display: block;
  }

  .sec05 .col_3 {
    width: 750px;
    max-width: 100%;
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .sec05 img.pc {
    display: none;
  }

  .sec05 img.sp {
    display: inline !important;
  }
}

@media screen and (max-width: 1239px) and (min-width:768px) {
  .sec05 h3 {
    font-size: 28px;
  }
}

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


.sec06 {
  background: url("../img/sec06_bg.jpg")no-repeat center / cover;
}

.sec06 .white_box {
  background: #fff;
  padding: 20px 4%;
}

.sec06 .title {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid #0081cc;
  padding-bottom: 15px;
  font-family: 'Noto Serif JP', serif;
  margin-top: 0;
}

.sec06 .title .text-small {
  font-size: 16px;
}

.sec06 ul {
  max-width: 100%;
  width: 490px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 20px;
  margin: 10px auto 10px;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (min-width: 768px) {
  .sec06 {
    padding: 120px 0;
  }

  .sec06 .white_box {
    width: 880px;
    max-width: 100%;
    margin: auto;
    padding: 60px;
  }

  .sec06 .title {
    font-size: 36px;
  }

  .sec06 .title .text-small {
    font-size: 24px;
  }

  .sec06 ul {
    margin: 20px auto 10px;
  }

  .sec06 ul li:nth-child(odd) {
    width: 60%;
  }

  .sec06 ul li:nth-child(even) {
    width: calc(40% - 20px);
  }

}

@media screen and (max-width: 1239px) and (min-width:768px) {
  .sec06 .white_box {
    width: 750px;
  }

  .sec06 .white_box .columns {
    display: block;
  }
}

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


.sec07 h3 {
  position: relative;
  font-size: 22px;
  margin-top: 20px;
  z-index: 1;
}

.sec07 h3 .wrap {
  background: #fff;
  padding-right: 10px;
}

.sec07 h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ccc;
  z-index: -1;
}

.sec07 thead th {
  font-size: 24px;
  font-weight: 500;
  width: 37.5%;
}


.sec07 thead th:first-child {
  width: 25%;
  background: #dea900 !important;
}

.sec07 thead th:last-child {
  background: #309bda !important;
}

.sec07 tbody th {
  background: #fdf9ec !important;
  text-align: center !important;
  font-weight: 500;
}

.sec07 tbody td {
  text-align: center !important;
}

@media screen and (min-width: 768px) {
  .sec07 .reverse>*:first-child {
    margin-right: 0;
    margin-left: 40px;
  }

  .sec07 h3 {
    font-size: 30px;
    margin-top: 30px;
  }

  .sec07 thead th {
    height: 80px;
  }

  .sec07 tbody th {
    height: 60px;
  }
}

@media screen and (max-width: 1239px) and (min-width:768px) {
  .sec07 .reverse {
    display: block;
  }

  .sec07 .reverse::after {
    right: -650px;
  }

  .sec07 .reverse .col_2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sec07 .reverse .col_2:first-child {
    text-align: center;
  }

  .sec07 .reverse img.pc {
    display: none;
  }

  .sec07 .reverse img.sp {
    display: inline !important;
  }

  .sec07 tbody th:first-child {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec07 .reverse .col_2:first-child {
    margin-top: 0;
  }
}

.sec08 {
  background: #f0f9fe;
}

.sec08 h2+p {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .sec08 h2+p {
    margin-bottom: 30px;
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 1239px) and (min-width:768px) {}

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


.sec09 .col_5 {
  border: 1px solid #309bda;
}

.sec09 .title {
  position: relative;
  background: #309bda;
  color: #fff;
  text-align: center;
  margin-top: 0;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

.sec09 .text_box {
  padding: 10px;
}

.sec09 .text_box p:first-child {
  margin-top: 0;
}

.sec09 .col_5:last-child .title::after {
  display: none;
}

.sec09 .col_5:nth-child(even) {
  border-color: #0081cc;
}

.sec09 .col_5:nth-child(even) .title {
  background: #0081cc;
}

.sec09 .col_5:nth-child(even) .title::after {
  border-left: 20px solid #0081cc;
}

.sec09 h3 {
  position: relative;
  font-size: 20px;
  color: #fff;
  background: #0081cc;
  padding: 5px 40px 5px 20px;
  margin-top: 10px;
  line-height: 1.4;
}

.sec09 h3::before,
.sec09 h3::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: #fff;
  border-radius: 1px;
  width: 20px;
  height: 2px;
}

.sec09 h3.open::before,
.sec09 h3.open::after {
  background: #333;
}

.sec09 h3::after {
  transform: rotate(90deg);
  transition: 0.3s;
}

.sec09 h3.open::after {
  transform: rotate(0);
}

.sec09 h3 .close {
  display: none;
}


.sec09 h3.open {
  color: #333;
  background: #fff;
  border: 1px solid #999999;
}

.sec09 h3:hover {
  cursor: pointer;
}

.sec09 h3+.text_box {
  display: none;
  background: #f8f8f8;
  padding: 20px 4%;
}

.sec09 .columns+.toggle_box {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .sec09 h2 {
    margin-bottom: 10px;
  }

  .sec09 h3 {
    padding: 15px 50px 15px 15px;
    margin-top: 30px;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
  }

  .sec09 h3::before,
  .sec09 h3::after {
    right: 40px;
    width: 30px;
  }
.sec09 h3.open .close {
    position: absolute;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
    right: 90px;
  font-size: 16px;
    top: 50%;
  transform: translateY(-50%);
}
  .sec09 .columns+.toggle_box {
    margin-top: 60px;
  }

  .sec09 .title {
    height: 100px;
  }

  .sec09 .title::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -34px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-left: 20px solid #309bda;
  }

  .sec09 h3+.text_box {
    padding: 30px 40px;
  }
}

@media screen and (max-width: 1239px) {
  .sec09 .columns .col_5 {
    width: 650px;
    max-width: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
    position: relative;
    margin-top: 30px;
  }

  .sec09 .title::after {
    display: none;
  }

  .sec09 .col_5::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-top: 20px solid #309bda;
  }

  .sec09 .col_5:nth-child(even)::after {
    border-top: 20px solid #0081cc;
  }

  .sec09 .col_5:last-child::after {
    display: none;
  }
}

@media screen and (max-width: 1239px) and (min-width:768px) {}

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



.sec10 {
  background: linear-gradient(to bottom, #309bda 0%, #83c3e9 100%);
}

.sec10 h2 {
  color: #fff;
}

.sec10 h2 .subtext {
  color: #fff;
}

.sec10 .fee_box {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}

.sec10 .fee_box h3 {
  background: #fff;
  text-align: center;
  font-size: 20px;
}

.sec10 .price {
  display: inline-block;
  margin: 20px auto 0;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}

.sec10 .fee_box .text {
  position: relative;
  top: -6px;
  font-size: 20px;
  border: 1px solid #fff;
  padding: 6px 10px;
  margin-right: 10px;
}

.sec10 .fee_box .yen {
  font-size: 18px;
}

.sec10 .fee_box .text-small {
  font-size: 14px;
}

.sec10 .camp_box {
  color: #fff;
  width: 800px;
  max-width: 100%;
  margin: auto;
}

.sec10 .camp_box>p:first-child {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.sec10 .camp_box .columns {
  margin-top: 30px;
  border: 1px solid #fff;
  height: 120px;
  padding: 10px 20px;
  align-items: center;
  font-family: 'Noto Serif JP', serif;
}

.sec10 .camp_box .columns p {
  margin-top: 0;
}

.sec10 .camp_box .columns p:first-child {
  position: relative;
  font-size: 24px;
}

.sec10 .camp_box .columns p:last-child {
  font-size: 18px;
}

.sec10 .camp_box>p:last-child {
  margin-top: 10px;
}

.sec10 .white_box {
  padding: 20px 4%;
  background: #fff;
  margin-top: 20px;
}

.sec10 .white_box>* {
  margin-top: 5px;
}

.sec10 .white_box h3 {
  position: relative;
  z-index: 1;
  font-size: 20px;
}

.sec10 .white_box h3 .wrap {
  background: #fff;
  padding-right: 10px;
}

.sec10 .white_box h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ccc;
  z-index: -1;
}

.sec10 .ul_check {
  margin-bottom: 10px;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0;
}

.sec10 .white_box table {
  font-weight: 700;
  margin-top: 20px;
}

.sec10 .white_box table th {
  font-size: 16px;
  width: 50%;
  height: 80px;
}

.sec10 .white_box table thead th:last-child {
  background: #309bda !important;
}

.sec10 .white_box table th .text-small {
  font-size: 14px;
}

.sec10 .white_box table td {
  font-size: 16px;
}

.sec10 .white_box table td .wrap+.wrap {
  margin-left: 15px;
}

.sec10 .white_box table td .fee {
  font-size: 28px;
}

.sec10 .white_box table .wrap {
  position: relative;
}

.sec10 .white_box table td .text-small {
  font-size: 14px;
  position: absolute;
  bottom: 0.8em;
}

.sec10 .white_box table td .text {
  font-size: 14px;
  padding: 8px 12px;
  background: #999999;
  color: #fff;
  margin-right: 10px;
  position: relative;
}

.sec10 .white_box table td .color01 {
  color: #309bda;
}

.sec10 .white_box table th,
.sec10 .white_box table td {
  vertical-align: middle;
  text-align: center;
}

.btnstyle.loan a {
  background: #dea900;
  border-color: #dea900;
  width: 480px;
  max-width: 100%;
  font-size: 20px;
  height: 80px;

}

.btnstyle.loan a:hover {
  color: #dea900;
  background: #fff;
}

.btnstyle.loan a:hover::after {
  border-color: #dea900;
}

.btnstyle.loan .icon {
  position: relative;
  padding-left: 25px;
}

.btnstyle.loan .icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  width: 20px;
  height: 42px;
  background: url("../img/icon_fee.png")no-repeat center left;
  background-size: contain;
  transition: 0.2s;
}

.btnstyle.loan a:hover .icon::before {
  background: url("../img/icon_fee_hover.png")no-repeat center left;
}

@media screen and (min-width: 768px) {
  .sec10 .columns .col_2 {
    width: calc((100% - 60px) / 2);
  }

  .sec10 .fee_box h3 {
    font-size: 24px;
  }

  .sec10 .price {
    font-size: 48px;
  }

  .sec10 .fee_box .text {
    font-size: 24px;
    top: -10px;
    padding: 6px 13px;
    margin-right: 20px;
  }

  .sec10 .fee_box .yen {
    font-size: 24px;
  }

  .sec10 .fee_box .text-small {
    font-size: 18px;
  }

  .sec10 .camp_box>p:first-child {
    font-size: 24px;
  }

  .sec10 .camp_box .columns {
    height: 120px;
    padding: 0 40px;
  }

  .sec10 .camp_box .columns p:first-child {
    font-size: 30px;
  }

  .sec10 .camp_box .columns p:first-child::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    margin: 0 auto;
    width: 1px;
    height: 100%;
    border-right: 1px solid #fff;
  }

  .sec10 .camp_box .columns p:last-child {
    font-size: 24px;
  }

  .sec10 .white_box {
    padding: 60px 60px 80px;
    margin-top: 50px;
  }

  .sec10 .white_box h3 {
    font-size: 30px;
  }

  .sec10 .ul_check {
    margin-bottom: 20px;
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .sec10 li:nth-child(odd) {
    width: 36%;
  }

  .sec10 li:nth-child(even) {
    width: 64%;
  }
.sec10 .white_box table th {
  font-size: 24px;
}
  .sec10 .white_box table th .text-small {
    font-size: 18px;
  }

  .sec10 .white_box table td {
    font-size: 30px;
  }

  .sec10 .white_box table td .fee {
    font-size: 48px;
  }

  .sec10 .white_box table td .text-small {
    font-size: 16px;
  }

  .sec10 .white_box table td .text {
    font-size: 16px;
    padding: 8px 12px;
    top: -10px;
  }

  .sec10 .btnstyle {
    margin-top: 50px !important;
  }

  .btnstyle.loan a {
    height: 120px;
    font-size: 30px;
  }

  .btnstyle.loan a::after {
    right: 25px;
  }

  .btnstyle.loan .icon {
    padding-left: 45px;
  }

  .btnstyle.loan .icon::before {
    width: 31px;
    height: 42px;
  }

}
@media screen and (max-width: 1239px) {
  .sec10 .white_box table .wrap {
    display: block;
  }

  .sec10 .white_box table td .wrap+.wrap {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 1239px) and (min-width:768px) {
  .sec10 .price {
    font-size: 38px;
  }

  .sec10 .fee_box .text {
    font-size: 18px;
  }

  .sec10 .camp_box .columns p:first-child {
    font-size: 28px;
  }

  .sec10 .camp_box .columns p:last-child {
    font-size: 20px;
  }

  .sec10 .white_box table .text {
    display: inline-block;
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .sec10 .camp_box .columns p:first-child {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .sec10 .camp_box .columns {
    text-align: center;
  }
  .sec10 .ul_check li{
    font-size:16px;
  }
  .sec10 ul+h3 {
    margin-top: 30px !important;
  }
  .sec10 .white_box table td .text{
    display:block!important;
    width:100%;
  }
  .sec10 .white_box table td .wrap + .wrap{
    margin-top:10px;
  }

}

.sec11 {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 1239px) and (min-width:768px) {}

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

.sec12 {
  background: linear-gradient(180deg, transparent 20%, #9ed8fa 20%);
}

.sec12 .name {
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}

.sec12 .name .text-small {
  font-size: 16px;
  margin-right: 1em
}

@media screen and (min-width: 768px) {
  .sec12 {
    background: linear-gradient(180deg, transparent 340px, #9ed8fa 340px);
  }

  .sec12 h2 {
    margin-bottom: 10px;
  }

  .sec12 .name {
    font-size: 28px;
  }

  .sec12 .name .text-small {
    font-size: 22px;
  }
}

@media screen and (max-width: 1239px) {
  .sec12 .name {
    font-size: 24px;
  }

  .sec12 .name .text-small {
    font-size: 18px;
  }
}

@media screen and (max-width: 1239px) and (min-width:768px) {}

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


@media screen and (min-width: 768px) {}

@media screen and (max-width: 1239px) and (min-width:768px) {}

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


@media screen and (min-width: 768px) {}

@media screen and (max-width: 1239px) and (min-width:768px) {}

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

/* ----------------------------------下層 */
table.col2 tbody th,
table.col2 tbody td {
  width: 50%;
}

table.col3 tbody th,
table.col3 tbody td {
  width: 33.3333%;
}