@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SPスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== contents === */
.color_red {
  color: #c20d1e;
}

.color_blue {
  color: #161d63;
}

.color_yellow {
  color: #FFE13C;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.under_line01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE13C));
  background: linear-gradient(transparent 70%, #FFE13C 70%);
}

.con {
  width: 100%;
  max-width: 1020px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover {
  opacity: 0.7;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
.hd_bg {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: fixed;
  height: 60px;
  background: #fff;
  z-index: 9999;
}

.hd_bg .hd {
  width: 100%;
  max-width: 1300px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd_bg .hd .hd_logo {
  width: 35%;
  max-width: 320px;
}

.hd_bg .hd .hd_cv {
  width: 60%;
  max-width: 400px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
.main_contents {
  width: 100%;
  padding-top: 60px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/main_bg.png) center no-repeat;
  background-size: cover;
}

.main_contents .main_con {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_contents .main_txt {
  padding: 40px 0 50px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** スピカ追加
******************************************************************************
----------------------------------------------------------------------------*/
.sp_indicate {
  display: none;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 769px) {
  .sp_indicate {
    display: block;
  }
  .pc_indicate {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .sp_indicate {
    display: block;
  }
}

.c-slide_list div dt {
  margin-right: 30px;
  font-size: 20px;
  font-weight: 500;
}
/*--sec01 sp--*/
.sec01 h2 span {
  border-bottom: 1px solid #161d63;
  font-size: 30px;
}
.sec01 .sec01_txt01 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 10px;
  line-height: 2.1em;
}
.sec01 .sec01_txt01 span {
  font-size: 18px;
}
/*--sec02 sp--*/
.sec02 .sec02_txt01 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  line-height: 2.1em;
}
.sec02 .sec02_txt01 span {
  font-size: 18px;
}
.sec02 .sec02_txt01 span.fs01 {
  font-size: 18px;
}
/*--sec03 sp--*/
.sec03 .sec03_txt02 {
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
  padding: 20px 15px;
  text-align: center;
  line-height: 2.1em;
}
.sec03 .sec03_txt02 .fs01 {
  font-size: 18px;
}
.sec03 .sec03_txt02 .fs02 {
  font-size: 18px;
}

/*--sec04 sp--*/
.sec04 .sec04_txt01 span {
  border-bottom: 1px solid #fff;
}
/*--sec05 sp--*/
.sec05 .sec05_txt01 span {
    border-bottom: 1px solid #161d63;
}
.sec05 .sec05_block ul li {
  position: relative;
  padding-left: 15%;
  padding: 4% 5% 4% 16%;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px dotted #161d63;
}
.sec05 .sec05_block ul li .color_red {
  font-size: 18px;
  border-bottom: 2px solid #c20d1e;
}
/*--sec13 sp--*/
.sec13 .sec13_bg03 .sec13_bg03_flex01 .sec13_bg03_txt01 p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.1em;
  padding: 0 10px;
}
.sec13 .sec13_bg03 .sec13_bg03_flex01 .sec13_bg03_txt01 .sec13_under {
  border-bottom: 2px solid #c20d1e;
  font-size: 18px;
}
.sec13 .sec13_bg03 .sec13_bg03_block01 .sec13_bg03_block01_txt .logo {
  width: 80%;
  max-width: 300px;
  margin-bottom: 10px;
  margin: 0 auto 10px;
}
.sec13 .sec13_bg03 .sec13_bg03_block01 .sec13_bg03_block01_txt .txt03 {
  font-size: 14px;
  line-height: 2.1em;
  padding: 5px;
  font-weight: bold;
}
.sec13 .sec13_bg03 .sec13_bg03_block01 .sec13_bg03_block01_txt .txt03 .txt03_under {
  color: #004199;
}
/*--sec06 sp--*/
.sec06 .sec06_flex01 .sec06_txt01 p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  line-height: 2.1em;
}
.sec06 .sec06_flex01 .sec06_txt01 p .color_yellow {
  font-size: 16px;
}
.sec06 .sec06_txt02 span {
  border-bottom: 1px solid #fff;
  font-size: 4.5vw;
}
.sec06 .sec06_txt02 span {
  border-bottom: 1px solid #fff;
}
.sec06 .sec06_txt03 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 0 10px;
  line-height: 2.1em;
}
.sec06 .sec06_txt03 .color_yellow, .sec06 .sec06_txt03 .border01 {
  font-size: 16px;
}
/*--sec07 sp--*/
.sec07 .sec07_flex .sec07_flex_box .sec07_flex_box_txt p {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 0 5px;
}
.sec07 .sec07_flex .sec07_flex_box .sec07_flex_box_txt .sec07_flex_box_bg ul li {
  position: relative;
  color: #161d63;
  font-size: 16px;
  font-weight: bold;
  padding-left: 35px;
  margin-bottom: 15px;
}
/*--sec08 sp--*/
.sec08 .sec08_txt_box .ttl {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  padding: 20px 0 20px 65px;
}
.sec08 .sec08_txt_box .txt {
  font-size: 14px;
  padding: 0 10px;
  font-weight: bold;
  line-height: 2.1em;
}
.sec08 .sec08_txt_box .txt .color_red {
  font-weight: bold;
  font-size: 16px;
}
/*--sec10 sp--*/
.sec10 .sec10_txt02 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  line-height: 2.1em;
}
.sec10 .sec10_txt02 span {
  border-bottom: 2px solid #fff;
  font-size: 18px;
}
.sec10 .sec10_txt03 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  line-height: 2.1em;
  text-align: center;
}
.sec10 .sec10_txt03 .color_yellow {
  font-size: 18px;
}
.sec10 .sec10_block02 {
  width: 100%;
  background: #fff;
  padding: 30px 15px;
  background: url(../img/bg03.png);
  background-repeat: repeat;
  line-height: 2.1em;
}
.sec10 .sec10_block02 p {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 2.1em;
}
.sec10 .sec10_block02 p .color_red {
  font-size: 16px;
}
.sec10 .sec10_block01 ul li {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.sec10 .sec10_block01 ul li .under_line {
  border-bottom: 3px solid #c20d1e;
  font-size: 18px;
}
/*--sec11 sp--*/
.sec11 .sec11_txt01 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.sec11 .sec11_txt02 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 10px;
  line-height: 2.1em;
}
.sec11 .sec11_txt03 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
/*--sec12 sp--*/
.sec12 .sec12_block02 {
  width: 100%;
  background: #fff;
  padding: 20px 20px;
  background: url(../img/bg03.png);
  background-repeat: repeat;
  line-height: 2.1em;
}
.sec12 .sec12_txt02 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 0 10px;
  line-height: 2.1em;
}
.sec12 .sec12_txt02 .color_yellow {
  font-size: 18px;
}
.sec12 .sec12_block01 ul li {
  width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 10px 8px 25px;
}
.sec12 .sec12_block02 h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.sec12 .sec12_block02 p {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.sec12 .sec12_block02 p .color_red {
  font-size: 16px;
}
/*--sec15 sp--*/
.sec15 .sec15_block01 .sec15_block01_bg02 {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 20px 20px;
  line-height: 2.1em;
}
.sec15 .sec15_ttl01 {
  text-align: center;
  font-weight: bold;
  width: 40%;
  margin: 0 auto 20px;
  font-size: 24px;
  padding-bottom: 2px;
  border-bottom: 2px solid #161d63;
}
.sec15 .sec15_block01 p {
  font-size: 14px;
  font-weight: bold;
}
.sec15 .sec15_block01 p .color_red {
  font-size: 16px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** スピカ追加ここまで
******************************************************************************
----------------------------------------------------------------------------*/

.sec01 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/sec01_bg.png) center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0 30px;
}

.sec01 h2 {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}

/*.sec01 h2 span {
  border-bottom: 1px solid #161d63;
}*/

.sec01 .sec01_movie {
  width: 100%;
  margin-bottom: 20px;
}

.sec01 .sec01_movie iframe {
  width: 100%;
  height: 200px;
}

.sec01 .sec01_img01 {
  margin-bottom: 15px;
}

/*.sec01 .sec01_txt01 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}*/

/*.sec01 .sec01_txt01 span {
  font-size: 22px;
}*/

.sec01 .sec01_txt01.sec01_txt01_fs {
  text-align: center;
}

.sec01 .sec01_txt01.sec01_txt01_fs .color_red {
  font-size: 20px;
}

.sec02 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/bg08.png) center;
  background-repeat: repeat-y;
  background-size: contain;
  padding: 50px 0 0;
  position: relative;
}

.sec02 .bg_item {
  background: url(../img/bg07.png) center no-repeat;
  position: absolute;
  width: 100%;
  background-size: contain;
  height: 10vw;
  bottom: -9.6vw;
  left: 0;
}

.sec02 .con {
  position: relative;
}

.sec02 .sec02_img01 {
  position: absolute;
  width: 60%;
  max-width: 360px;
  position: absolute;
  top: -50px;
  left: 0;
}

.sec02 .sec02_img02 {
  width: 100%;
  margin-bottom: 20px;
}

.sec02 .sec02_img03 {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 30px;
}

.sec02 .sec02_ttl01 {
  position: relative;
  width: 100%;
  margin: 0 auto 50px;
}

.sec02 .sec02_ttl01 .sec02_item {
  position: absolute;
  width: 35%;
  max-width: 300px;
  top: 30px;
  right: -14%;
}

@media screen and (max-width: 1200px) {
  .sec02 .sec02_ttl01 .sec02_item {
    right: 0%;
  }
}

/*.sec02 .sec02_txt01 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}*/

/*.sec02 .sec02_txt01 span {
  font-size: 20px;
}*/

/*.sec02 .sec02_txt01 span.fs01 {
  font-size: 22px;
}*/

/* ===================================
sec3
=================================== */
.sec03 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10vw;
  background: url(../img/sec03_bg.png) bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 25px;
}

.sec03 .sec03_con {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec03 .sec03_con_block {
  width: 100%;
}

.sec03 .sec03_ttl01 {
  position: relative;
  width: 100%;
  margin: 0 auto 30px;
}

.sec03 .sec03_ttl01 .sec03_item {
  position: absolute;
  width: 35%;
  max-width: 250px;
  top: 15px;
  right: -7%;
}

@media screen and (max-width: 1200px) {
  .sec03 .sec03_ttl01 .sec03_item {
    right: 0%;
  }
}

.sec03 .slider01, .sec03 .slider02 {
  max-width: 100vw;
  margin-bottom: 30px;
  position: relative;
}

.sec03 .slider01 .slide_img, .sec03 .slider02 .slide_img {
  text-align: center;
  margin: 0 10px;
}

.sec03 .slider01 .slide_img img, .sec03 .slider02 .slide_img img {
  margin: 0 auto;
}

.sec03 .slider01 .slide-arrow, .sec03 .slider02 .slide-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  z-index: 10;
}

.sec03 .slider01 .prev-arrow, .sec03 .slider02 .prev-arrow {
  top: calc(50% - 20px);
  left: 3%;
}

.sec03 .slider01 .next-arrow, .sec03 .slider02 .next-arrow {
  top: calc(50% - 20px);
  right: 3%;
}

.sec03 .sp_bnr {
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec03 .sp_bnr .sp_bnr_img {
  margin: 15px auto;
}

.sec03 .sec03_txt01 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.sec03 .sec03_txt01 span {
  border-bottom: 1px solid #161d63;
  padding: 0 15px 3px;
}

/*.sec03 .sec03_txt02 {
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}*/

/*.sec03 .sec03_txt02 .fs01 {
  font-size: 24px;
}*/

/*.sec03 .sec03_txt02 .fs02 {
  font-size: 20px;
}*/

/* ===================================
sec4
=================================== */
.sec04 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/bg01.png) center;
  background-repeat: repeat-y;
  background-size: contain;
  padding: 25px 0;
}

.sec04 .sec04_ttl01 {
  position: relative;
  width: 100%;
  margin: 0 auto 25px;
}

.sec04 .sec04_ttl01 .sec04_item {
  position: absolute;
  width: 35%;
  max-width: 290px;
  top: 30px;
  right: -14%;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  .sec04 .sec04_ttl01 .sec04_item {
    right: 0%;
  }
}

.sec04 .sec04_txt01 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

/*.sec04 .sec04_txt01 span {
  border-bottom: 1px solid #fff;
  padding: 0 15px 3px;
}*/

.sec04 .sec04_flex {
  max-width: 438px;
  width: 100%;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec04 .sec04_flex .sec04_voce_box {
  width: calc(100% - 10px);
  margin: 5px auto;
}

.sec05 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  background: url(../img/bg05.png);
  background-repeat: repeat-y;
  background-size: contain;
}

.sec05 .sec05_ttl01 {
  position: relative;
  width: 100%;
  margin: 0 auto 30px;
}

.sec05 .sec05_ttl01 .sec05_item {
  position: absolute;
  width: 35%;
  max-width: 250px;
  top: 35px;
  right: -14%;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  .sec05 .sec05_ttl01 .sec05_item {
    right: 0%;
  }
}

.sec05 .sec05_txt01 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

/*.sec05 .sec05_txt01 span {
  border-bottom: 1px solid #161d63;
  padding: 0 15px 3px;
}*/

.sec05 .sec05_block {
  width: 98%;
  margin: 50px auto 20px;
  background: url(../img/bg03.png);
  background-repeat: repeat;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*.sec05 .sec05_block ul li {
  position: relative;
  padding-left: 15%;
  font-size: 20px;
  font-weight: bold;
  padding-top: 4%;
  padding-bottom: 4%;
  border-bottom: 2px dotted #161d63;
}*/

/*.sec05 .sec05_block ul li .color_red {
  font-size: 24px;
  border-bottom: 2px solid #c20d1e;
}*/

.sec05 .sec05_block ul li::before {
  content: "";
  width: 11%;
  height: 100%;
  position: absolute;
  left: 1%;
  top: 0;
}

.sec05 .sec05_block ul li:last-child {
  border-bottom: none;
}

.sec05 .sec05_block ul li:nth-child(1)::before {
  background: url(../img/sec05_point01.png) center no-repeat;
  background-size: contain;
}

.sec05 .sec05_block ul li:nth-child(2)::before {
  background: url(../img/sec05_point02.png) center no-repeat;
  background-size: contain;
}

.sec05 .sec05_block ul li:nth-child(3)::before {
  background: url(../img/sec05_point03.png) center no-repeat;
  background-size: contain;
}

.sec05 .sec05_block ul li:nth-child(4)::before {
  background: url(../img/sec05_point04.png) center no-repeat;
  background-size: contain;
}

.sec05 .sec05_block ul li:nth-child(5)::before {
  background: url(../img/sec05_point05.png) center no-repeat;
  background-size: contain;
}

.sec05 .sec05_txt_block01 {
  width: 100%;
  background: url(../img/bg09.png);
  background-repeat: repeat-y;
  background-size: contain;
  margin: 50px 0;
  border-radius: 20px;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec05 .sec05_txt_block01 .sec05_txt02 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.sec05 .sec05_txt03 {
  font-size: 18px;
  font-weight: bold;
}

.sec05 .sec05_txt03 .color_red {
  font-size: 22px;
}

.sec06 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/bg08.png) center;
  background-repeat: repeat-y;
  background-size: contain;
  padding: 25px 0 0;
  position: relative;
}

.sec06 .bg_item {
  background: url(../img/bg07.png) center no-repeat;
  position: absolute;
  width: 100%;
  background-size: contain;
  height: 10vw;
  bottom: -9.6vw;
  left: 0;
  z-index: 10;
}

.sec06 .sec06_ttl01 {
  position: relative;
  width: 86%;
  margin: 0 auto 30px;
}

.sec06 .sec06_flex01 {
  width: 100%;
}

.sec06 .sec06_flex01 .sec06_img01 {
  width: 100%;
  text-align: center;
  max-width: 150px;
  margin: 0 auto 20px;
}

.sec06 .sec06_flex01 .sec06_txt01 {
  width: 100%;
}

/*.sec06 .sec06_flex01 .sec06_txt01 p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}*/

/*.sec06 .sec06_flex01 .sec06_txt01 p .color_yellow {
  font-size: 22px;
}*/

.sec06 .sec06_img02 {
  width: 100%;
  margin: 30px 0;
}

.sec06 .sec06_txt02 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  color: #fff;
}

/*.sec06 .sec06_txt02 span {
  border-bottom: 1px solid #fff;
  padding: 0 15px 3px;
}*/

.sec06 .sec06_flex02 {
  width: 100%;
  margin: 50px auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec06 .sec06_flex02 .sec06_flex02_box {
  width: calc(50% - 10px);
  max-width: 400px;
  text-align: center;
  margin: 5px;
}

.sec06 .sec06_img07 {
  width: 100%;
  max-width: 690px;
  margin: 50px auto;
}

.sec06 .sec06_img08 {
  width: 100%;
  max-width: 820px;
  margin: 30px auto;
}

/*.sec06 .sec06_txt03 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}*/

/*.sec06 .sec06_txt03 .color_yellow, .sec06 .sec06_txt03 .border01 {
  font-size: 22px;
}*/

.sec06 .sec06_txt03 .border01 {
  border-bottom: 2px solid #fff;
}

.sec07 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/bg04.png) center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10vw;
  padding-bottom: 50px;
  position: relative;
}

.sec07 .bg_item {
  position: absolute;
  background: url(../img/arrow01.png) center no-repeat;
  background-size: contain;
  width: 50%;
  max-width: 400px;
  height: 120px;
  bottom: -60px;
  left: calc(50% - 25%);
}

.sec07 .sec07_ttl01 {
  position: relative;
  width: 86%;
  margin: 0 auto 30px;
}

.sec07 .sec07_img01 {
  width: 100%;
  text-align: center;
  margin: 30px auto;
  overflow: scroll;
}

.sec07 .sec07_img01 img {
  max-width: 600px;
}

.sec07 .sec07_flex {
  width: 100%;
}

.sec07 .sec07_flex .sec07_flex_box {
  width: 100%;
  margin-bottom: 20px;
}

.sec07 .sec07_flex .sec07_flex_box .ttl {
  width: 100%;
}

.sec07 .sec07_flex .sec07_flex_box .sec07_flex_box_txt {
  width: 100%;
  padding: 15px;
  background: url(../img/bg03.png);
  background-repeat: repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: calc(100% - 80px);
}

/*.sec07 .sec07_flex .sec07_flex_box .sec07_flex_box_txt p {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}*/

.sec07 .sec07_flex .sec07_flex_box .sec07_flex_box_txt .sec07_flex_box_bg {
  width: 100%;
  padding: 15px;
  background: #EEFBFF;
  border-radius: 10px;
  margin-bottom: 20px;
}

/*.sec07 .sec07_flex .sec07_flex_box .sec07_flex_box_txt .sec07_flex_box_bg ul li {
  position: relative;
  color: #161d63;
  font-size: 18px;
  font-weight: bold;
  padding-left: 35px;
  margin-bottom: 15px;
}*/

.sec07 .sec07_flex .sec07_flex_box .sec07_flex_box_txt .sec07_flex_box_bg ul li::before {
  content: "";
  background: url(../img/check01.png) center no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  position: absolute;
  top: calc(50% - 12.5px);
  left: 0px;
}

.sec08 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec08 .sec08_con {
  width: 100%;
}

.sec08 .sec08_bg01 {
  width: 100%;
  background: url(../img/bg08.png);
  background-repeat: repeat-y;
  background-size: contain;
  padding: 50px 0 100px;
  position: relative;
  z-index: -4;
}

.sec08 .sec08_bg01 .sec08_img01 {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.sec08 .sec08_bg02, .sec08 .sec08_bg03 {
  width: 100%;
  background: url(../img/bg02.png);
  background-repeat: repeat-y;
  background-size: contain;
  padding: 30px 0;
  position: relative;
  z-index: -3;
}

.sec08 .sec08_bg02_flex {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
}

.sec08 .sec08_bg03_flex {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
}

.sec08 .sec08_bg03_flex::before {
  content: "";
  background: url(../img/bg08.png);
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.sec08 .img01 {
  position: absolute;
  top: -50px;
  left: 0;
  max-width: 900px;
  width: 90%;
  z-index: -1;
}

.sec08 .img02 {
  position: absolute;
  top: -50px;
  right: 0;
  max-width: 900px;
  width: 90%;
  z-index: -1;
}

.sec08 .img03 {
  position: absolute;
  top: -50px;
  left: 0;
  max-width: 900px;
  width: 90%;
  z-index: -1;
}

.sec08 .sec08_txt_box {
  width: calc(100% - 20px);
  margin: 10px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 80px;
}

.sec08 .sec08_txt_box.last {
  margin-bottom: 0;
}

.sec08 .sec08_txt_box .sec08_txt_box_bg {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/sec08_bg.png) center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}

/*.sec08 .sec08_txt_box .ttl {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 0 20px 50px;
}*/

.sec08 .sec08_txt_box .ttl::before {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
}

.sec08 .sec08_txt_box .ttl.num01 {
  padding-left: 40px;
}

.sec08 .sec08_txt_box .ttl.num01::before {
  background: url(../img/sec08_num01.svg) center no-repeat;
  background-size: contain;
  width: 32px;
  height: 37px;
}

.sec08 .sec08_txt_box .ttl.num02::before {
  background: url(../img/sec08_num02.svg) center no-repeat;
  background-size: contain;
  width: 45px;
  height: 42px;
}

.sec08 .sec08_txt_box .ttl.num03::before {
  background: url(../img/sec08_num03.svg) center no-repeat;
  background-size: contain;
  width: 45px;
  height: 42px;
}

/*.sec08 .sec08_txt_box .txt {
  font-size: 18px;
  padding: 0 15px;
  font-weight: bold;
  line-height: 1.8em;
}*/

/*.sec08 .sec08_txt_box .txt .color_red {
  font-weight: bold;
  font-size: 20px;
}*/

.sec08 .sec08_cv_btn {
  width: 90%;
  margin: 50px auto 30px;
  position: relative;
  z-index: 10;
}

.sec09 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  background: url(../img/bg02.png);
  background-repeat: repeat-y;
  background-size: contain;
  position: relative;
}

.sec09 .sec09_ttl01 {
  position: relative;
  width: 100%;
  margin: 0 auto 30px;
}

.sec09 .sec09_ttl01 .sec09_item {
  position: absolute;
  width: 35%;
  max-width: 250px;
  top: 15px;
  right: -7%;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  .sec09 .sec09_ttl01 .sec09_item {
    right: 0%;
  }
}

.sec09 .sec09_flex01 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

.sec09 .sec09_flex01 .sec09_ttl {
  color: #fff;
  font-size: 14px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.sec09 .sec09_flex01 .sec09_ttl h3 {
  padding: 15px 0;
  position: relative;
  z-index: 5;
  color: #000;
}

.sec09 .sec09_flex01 .sec09_ttl .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.sec09 .sec09_flex01 .sec09_ttl .bg::before {
  background: #CBCBCB;
  cursor: pointer;
  z-index: -1;
}

.sec09 .sec09_flex01 .sec09_ttl span {
  font-size: 20px;
  font-weight: bold;
  padding-right: 10px;
  display: block;
}

.sec09 .sec09_flex01 .sec09_ttl.current .bg::before {
  background: #161d63;
}

.sec09 .sec09_flex01 .sec09_ttl.current h3 {
  color: #fff;
}

.sec09 .sec09_flex01 #sec09_ttl01 .bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleY(0.9) perspective(0.6em) rotateX(-1deg);
          transform: scaleY(0.9) perspective(0.6em) rotateX(-1deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.sec09 .sec09_flex01 #sec09_ttl02 .bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleY(0.9) perspective(0.6em) rotateX(-1deg);
          transform: scaleY(0.9) perspective(0.6em) rotateX(-1deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.sec09 .sec09_movie {
  width: 100%;
}

.sec09 .sec09_movie .box {
  width: 100%;
}

.sec09 .sec09_movie iframe {
  width: 100%;
  height: 250px;
}

.sec09 #sec09_movie01 {
  display: none;
}

.sec09 #sec09_movie01.current {
  display: block;
}

.sec09 #sec09_movie02 {
  display: none;
}

.sec09 #sec09_movie02.current {
  display: block;
}

.sec10 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  background: url(../img/bg08.png);
  background-repeat: repeat-y;
  background-size: contain;
}

.sec10 .sec10_ttl01 {
  position: relative;
  width: 100%;
  margin: -60px auto 30px;
}

.sec10 .sec10_txt01 {
  width: 100%;
  margin-bottom: 30px;
}

/*.sec10 .sec10_txt02 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.8em;
}*/

/*.sec10 .sec10_txt02 span {
  border-bottom: 2px solid #fff;
}*/

.sec10 .sec10_flex01 {
  width: 98%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 20px;
}

.sec10 .sec10_flex01 .sec10_img {
  width: calc(100% - 10px);
  margin: 5px;
}

/*.sec10 .sec10_txt03 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}*/

/*.sec10 .sec10_txt03 .color_yellow {
  font-size: 22px;
}*/

.sec10 .sec10_block01 {
  width: 98%;
  border-radius: 20px;
  background: #EEFBFF;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 20px;
}

/*.sec10 .sec10_block01 ul li {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}*/

.sec10 .sec10_block01 ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #181E5D;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  border-radius: 50px;
}

/*.sec10 .sec10_block01 ul li .under_line {
  border-bottom: 3px solid #c20d1e;
}*/

.sec10 .sec10_txt04 {
  width: 80%;
  max-width: 630px;
  margin: 0 auto 30px;
}

/*.sec10 .sec10_block02 {
  width: 100%;
  background: #fff;
  padding: 30px 15px;
  background: url(../img/bg03.png);
  background-repeat: repeat;
}*/

/*.sec10 .sec10_block02 p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
}*/

/*.sec10 .sec10_block02 p .color_red {
  font-size: 22px;
}*/

.sec11 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0 50px;
  background: url(../img/sec11_bg01.png) bottom no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.sec11 .sec11_ttl01 {
  position: relative;
  width: 86%;
  margin: -60px auto 30px;
}

/*.sec11 .sec11_txt01 {
  width: 100%;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}*/

.sec11 .sec11_txt01 .color_red {
  font-size: 26px;
}

/*.sec11 .sec11_txt02 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}*/

/*.sec11 .sec11_txt03 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}*/

.sec11 .sec11_txt03::before {
  content: "";
  background: url(../img/sec11_item01.png) center no-repeat;
  width: 50%;
  height: 20px;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: calc(50% - 25%);
}

.sec11 .sec11_flex01 {
  width: 95%;
  margin: 0 auto 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec11 .sec11_flex01 .sec11_flex01_box {
  text-align: center;
  width: 100%;
}

.sec12 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 250px 0 30px;
  background: url(../img/bg08.png);
  background-repeat: repeat-y;
  background-size: contain;
  position: relative;
  margin-top: -200px;
}

.sec12 .sec12_ttl01 {
  position: relative;
  width: 100%;
  margin: 0 auto 50px;
}

.sec12 .sec12_ttl01 .sec12_item {
  position: absolute;
  width: 35%;
  max-width: 250px;
  top: 35px;
  right: -7%;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  .sec12 .sec12_ttl01 .sec12_item {
    right: 0%;
  }
}

.sec12 .sec12_txt01 {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 50px;
  text-align: center;
}

.sec12 .sec12_txt01 span {
  border-bottom: 2px solid #fff;
  padding-bottom: 3px;
  margin-bottom: 15px;
}

/*.sec12 .sec12_txt02 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}*/

/*.sec12 .sec12_txt02 .color_yellow {
  font-size: 20px;
}*/

.sec12 .sec12_flex01 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.sec12 .sec12_flex01 .sec12_flex01_box {
  width: calc(100% - 10px);
  margin: 5px;
}

.sec12 .sec12_block01 {
  width: 100%;
  background: url(../img/bg03.png);
  background-repeat: repeat;
  padding: 15px;
  padding-top: 40px;
  position: relative;
}

.sec12 .sec12_block01 .sec12_block01_ttl {
  position: absolute;
  width: 55%;
  top: 0;
  left: 0;
}

.sec12 .sec12_block01 ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*.sec12 .sec12_block01 ul li {
  width: 100%;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 10px 10px 25px;
}*/

.sec12 .sec12_block01 ul li::before {
  content: "";
  background: url(../img/check02.png) center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}

.sec12 .sec12_cv_btn {
  width: 90%;
  margin: 50px auto 30px;
  position: relative;
  z-index: 10;
}

.sec13 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec13 .sec13_con {
  width: 100%;
}

.sec13 .sec13_bg01 {
  width: 100%;
  background: #D9EEF8;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.sec13 .sec13_bg01 .sec13_bg01_con {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px 0 150px;
}

.sec13 .sec13_bg01::after {
  content: '';
  position: absolute;
  left: 0;
  top: -50px;
  /*四角形を傾けます*/
  -webkit-transform: skewY(3deg);
          transform: skewY(3deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #D9EEF8;
}

.sec13 .sec13_bg02 {
  width: 100%;
  position: relative;
  margin-top: -150px;
  z-index: 2;
}

.sec13 .sec13_bg03 {
  width: 100%;
  background: url(../img/sec13_bg01.png) center no-repeat;
  background-size: cover;
  margin-top: -100px;
  padding-top: 100px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.sec13 .sec13_bg03 .sec13_bg03_con {
  width: 100%;
  max-width: 1000px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 50px 0 20px;
}

.sec13 .sec13_bg03 .sec13_bg03_flex01 {
  width: 100%;
  margin-bottom: 50px;
}

.sec13 .sec13_bg03 .sec13_bg03_flex01 .sec13_bg03_txt01 {
  width: 100%;
  margin-bottom: 20px;
}

/*.sec13 .sec13_bg03 .sec13_bg03_flex01 .sec13_bg03_txt01 p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
}*/

/*.sec13 .sec13_bg03 .sec13_bg03_flex01 .sec13_bg03_txt01 .sec13_under {
  border-bottom: 2px solid #c20d1e;
}*/

.sec13 .sec13_bg03 .sec13_bg03_flex01 .sec13_bg03_img01 {
  width: 80%;
  margin: 0 auto;
}

.sec13 .sec13_bg03 .sec13_bg03_block01 {
  width: 100%;
  margin: 10px;
  position: relative;
}

.sec13 .sec13_bg03 .sec13_bg03_block01 .sec13_bg03_block01_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: #161d63;
}

.sec13 .sec13_bg03 .sec13_bg03_block01 .sec13_bg03_blcok01_img {
  width: 100%;
  z-index: 1;
  position: relative;
}

.sec13 .sec13_bg03 .sec13_bg03_block01 .sec13_bg03_block01_txt {
  position: relative;
  width: 100%;
  background: url(../img/bg03.png);
  background-repeat: repeat;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

/*.sec13 .sec13_bg03 .sec13_bg03_block01 .sec13_bg03_block01_txt .logo {
  width: 80%;
  max-width: 300px;
  margin-bottom: 10px;
}*/

.sec13 .sec13_bg03 .sec13_bg03_block01 .sec13_bg03_block01_txt .txt01 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}

.sec13 .sec13_bg03 .sec13_bg03_block01 .sec13_bg03_block01_txt .txt02 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.sec13 .sec13_bg03 .sec13_bg03_block01 .sec13_bg03_block01_txt .txt02 .name {
  font-size: 22px;
  padding-left: 10px;
}

.sec13 .sec13_bg03 .sec13_bg03_block01 .sec13_bg03_block01_txt .ttl01 {
  font-size: 16px;
  color: #fff;
  padding: 5px;
  text-align: center;
  background: #161d63;
  margin-bottom: 15px;
  font-weight: bold;
}

/*.sec13 .sec13_bg03 .sec13_bg03_block01 .sec13_bg03_block01_txt .txt03 {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: bold;
}*/

/*.sec13 .sec13_bg03 .sec13_bg03_block01 .sec13_bg03_block01_txt .txt03 .txt03_under {
  border-bottom: 2px solid #c20d1e;
}*/

@media screen and (max-width: 1010px) {
  .sec13 .sec13_bg03 .sec13_bg03_block01 {
    width: calc(100% - 20px);
  }
}

.sec13 .sec13_ttl01 {
  position: relative;
  width: 100%;
  margin: 0 auto 30px;
}

.sec13 .sec13_cv_btn {
  width: 90%;
  margin: 50px auto 30px;
  position: relative;
  z-index: 10;
}

.sec14 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/bg06.jpg) center no-repeat;
  background-size: cover;
}

.sec14 .sec14_ttl {
  width: 90%;
  max-width: 660px;
  margin: 20px auto;
}

.sec15 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/bg08.png);
  background-repeat: repeat-y;
  background-size: contain;
  position: relative;
  padding: 50px 0 30px;
}

.sec15 .sec15_block01 {
  width: calc(100% - 6px);
  margin: 3px;
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec15 .sec15_block01 .sec15_block01_bg01 {
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background: url(../img/bg06.jpg);
  background-repeat: repeat-y;
  background-size: cover;
  position: absolute;
  top: -3px;
  left: -3px;
}

/*.sec15 .sec15_block01 .sec15_block01_bg02 {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 30px 20px;
}*/

/*.sec15 .sec15_block01 p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}*/

/*.sec15 .sec15_block01 p .color_red {
  font-size: 20px;
}*/

.sec15 .sec15_block01 .sec15_cv_btn {
  width: 90%;
  margin: 0 auto 30px;
  position: relative;
  z-index: 10;
}

/*.sec15 .sec15_ttl01 {
  text-align: center;
  font-weight: bold;
  width: 90%;
  margin: 0 auto 20px;
  font-size: 32px;
  padding-bottom: 15px;
  border-bottom: 2px solid #161d63;
}*/

.sec15 .sec15_ttl02 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 100%;
  margin: 0 auto 30px;
  font-size: 28px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

.sec15 .sec15_block02 {
  width: 95%;
  margin: 50px auto;
}

.sec15 .sec15_block02 .sec15_dl {
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.sec15 .sec15_block02 .sec15_dl dl {
  position: relative;
  padding: 10px 5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sec15 .sec15_block02 .sec15_dl dl:last-child::before {
  content: none;
}

.sec15 .sec15_block02 .sec15_dl dl::before {
  content: "";
  background: url(../img/sec15_border.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec15 .sec15_block02 .sec15_dl dl dt {
  width: 30%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.sec15 .sec15_block02 .sec15_dl dl dd {
  width: 70%;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.sec15 .sec15_block02 .sec15_dl dl dd a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.sec15 .sec15_link {
  width: 95%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
}

.sec15 .sec15_link a {
  display: block;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.sec15 .sec15_link a:first-child {
  margin-right: 10px;
}

.sec15 .sec15_link a::before {
  content: "";
  background: url(../img/window01.png) center no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  background-size: contain;
  top: calc(50% - 7.5px);
  left: 0;
}

.ft_bg {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}

.ft_bg .ft {
  width: 100%;
  max-width: 1000px;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ft_bg .ft .ft_copy {
  text-align: center;
  font-size: 14px;
  color: #161d63;
}

h2.sec01_ttl01 {
  font-family: 'Noto Serif JP', serif;
  background: #00083c;
  background: -webkit-gradient(linear, left top, right top, from(#00083c), color-stop(50%, #181e5d), to(#00083c));
  background: linear-gradient(90deg, #00083c 0%, #181e5d 50%, #00083c 100%);
  padding: 8px 0;
  text-align: center;
  border: 3px solid #b99647;
  -o-border-image: linear-gradient(135deg, #b99647 0%, #edd57b 100%);
     border-image: linear-gradient(135deg, #b99647 0%, #edd57b 100%);
  border-image-slice: 1;
}

h2.sec01_ttl01 span {
  display: inline-block;
  background: linear-gradient(135deg, #b99647 0%, #edd57b 100%);
  background: -webkit-linear-gradient(135deg, #b99647 0%, #edd57b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*# sourceMappingURL=sp.css.map */