@charset "UTF-8";
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap);
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:100,300,400,500,700,800,900&display=swap");
/****************************************************************************************************
****************************************************************************************************/
* {
  padding: 0;
  margin: 0;
}

html, body {
  height: 100%;
  margin: 0;
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  color: #5e5e5f;
}

a {
  color: #0059B2;
  text-decoration: underline;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************/
.pcVew {
  display: block !important;
}

.tabVew {
  display: none !important;
}

.spVew {
  display: none !important;
}

@media print, screen and (max-width:1026px) {
  .spVew {
    display: none !important;
  }
  .tabVew {
    display: block !important;
  }
  .tabNone {
    display: none !important;
  }
}
@media print, screen and (max-width:768px) {
  .pcVew {
    display: none !important;
  }
  .tabVew {
    display: none !important;
  }
  .spVew {
    display: block !important;
  }
  .spNone {
    display: none !important;
  }
}
/*--------------------------------------------------*/
.displayNone {
  display: none;
}

/*--------------------------------------------------*/
.alignC {
  text-align: center;
}

.alignL {
  text-align: left;
}

.alignR {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex._alignC {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex._rowReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

@media print, screen and (max-width:768px) {
  .spmb0 {
    margin-bottom: 0 !important;
  }
  .spmb10 {
    margin-bottom: 1rem !important;
  }
  .spmb15 {
    margin-bottom: 1.5rem !important;
  }
  .spmb20 {
    margin-bottom: 2rem !important;
  }
  .spmb25 {
    margin-bottom: 2.5rem !important;
  }
  .spmb30 {
    margin-bottom: 3rem !important;
  }
  .spmb40 {
    margin-bottom: 4rem !important;
  }
  .spmb50 {
    margin-bottom: 5rem !important;
  }
  .spmb60 {
    margin-bottom: 6rem !important;
  }
  .spmb70 {
    margin-bottom: 7rem !important;
  }
  .spmb80 {
    margin-bottom: 8rem !important;
  }
  .spmb90 {
    margin-bottom: 9rem !important;
  }
  .spmb100 {
    margin-bottom: 10rem !important;
  }
}
@media print, screen and (max-width:768px) {
  .txtS_sp {
    font-size: 84%;
  }
}
ul {
  list-style: none;
}

.indent {
  text-indent: -1rem;
  padding-left: 1rem;
}

ul.indent li:before {
  content: inherit;
  padding-right: 0rem;
}

ul.indent li {
  padding-left: 0;
  margin-bottom: 0.1rem;
}

.caution {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 0.9rem;
}

ul.caution li:before {
  content: inherit;
  padding-right: 0rem;
}

ul.caution li {
  padding-left: 0;
  font-size: 0.9rem;
  margin-bottom: 0.1rem;
}

ul.listIndent {
  padding-left: 1.7em;
  text-indent: -1.7em;
  line-height: 1.7;
}

ul.listIndent li {
  margin: 0 0 1.2rem;
}

ul.list li {
  position: relative;
  padding-left: 1.2rem;
  text-indent: 0;
  margin: 0 0 1rem;
}

ul.list li:before {
  content: "●";
  font-size: 0.8rem;
  position: absolute;
  left: 0;
  top: 0.2rem;
  color: #29769A;
}

ul.list._gr li:before {
  color: #98c664;
}

ul.listS li {
  position: relative;
  padding-left: 1.2rem;
  text-indent: 0;
}

ul.listS li:before {
  content: "●";
  font-size: 0.6rem;
  position: absolute;
  left: 0;
  top: 0.4rem;
}

ul.listDisc {
  list-style: disc;
  padding-left: 1.2rem;
  text-indent: 0;
  line-height: 1.8;
}

@media (max-width: 735px) {
  ul.listDisc {
    line-height: 1.5;
  }
}
ul.listDisc li {
  margin: 0 0 0.3rem;
}

ul.listAlpha {
  list-style: lower-alpha;
  padding-left: 1.2rem;
  text-indent: 0;
  line-height: 1.8;
}

@media (max-width: 735px) {
  ul.listAlpha {
    line-height: 1.5;
  }
}
ul.listAlpha li {
  margin: 0 0 0.3rem;
}

ol.indent li:before {
  content: inherit;
  padding-right: 0rem;
}

ol.indent li {
  padding-left: 1.5rem;
  margin-bottom: 0.1rem;
}

ol.listIndent {
  padding-left: 1.7em;
  text-indent: -1.7em;
  line-height: 1.7;
}

ol.listIndent li {
  margin: 0 0 0.2rem;
}

ol.list_ol {
  margin-left: 1.6rem;
}

ol.list_ol li {
  padding-left: 0.2rem;
  margin: 0 0 0.3rem;
}

.indent {
  text-indent: -1rem;
  padding-left: 1rem;
}

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

/* 表テーブル*/
/*  ------------------------------------------------ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table {
  margin: 0 0 10px;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table td {
  padding: 10px;
  border: solid 1px #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table td.colorTD {
  background: #FAFAFA;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table td.colorTD.aqua {
  background: #F2FCFD;
}

table th {
  padding: 10px;
  border: solid 1px #CCCCCC;
  background: #F0FCFD;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table.theme {
  margin: 0 auto 20px;
  width: 100%;
}

table.theme th {
  width: 14%;
}

table.noneColor th {
  background: none;
}

@media print, screen and (max-width:768px) {
  table.theme {
    margin: 0 auto 20px;
  }
  table.theme th {
    width: 100%;
    display: block;
    border-bottom: none;
  }
  table.theme td {
    width: 100%;
    display: block;
  }
  table.theme tr td:last-child {
    border-top: none;
    border-bottom: none;
  }
  table.theme tr:last-child td:last-child {
    border-bottom: 1px solid #CCCCCC;
  }
  table.theme.type2 tr td:last-child {
    border-top: 1px solid #CCCCCC;
  }
}
/*--------------------------------------------------

/*スクロール*/
/*--------------------------------------------------*/
/* SP */
@media print, screen and (max-width:768px) {
  /*スクロール*/
  .scroll {
    overflow: auto; /*tableをスクロールさせる*/
    white-space: nowrap; /*tableのセル内にある文字の折り返しを禁止*/
    margin-bottom: 10px;
  }
  .scroll::-webkit-scrollbar { /*tableにスクロールバーを追加*/
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track { /*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
    background: #BCBCBC;
  }
}
.scroll::before {
  display: block;
  content: "※左右にスクロールしてご覧ください。";
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 90%;
}

@media print, screen and (min-width: 736px) {
  .scroll::before {
    display: none;
  }
}
/*スクロール*/
.scroll_2 {
  overflow: auto; /*tableをスクロールさせる*/
  white-space: nowrap; /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 10px;
}

.scroll::-webkit-scrollbar { /*tableにスクロールバーを追加*/
  height: 5px;
}

.scroll::-webkit-scrollbar-track { /*tableにスクロールバーを追加*/
  background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
  background: #BCBCBC;
}

.scroll::before {
  display: block;
  content: "※左右にスクロールしてご覧ください。";
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 90%;
}

@media print, screen and (min-width: 736px) {
  .scroll::before {
    display: none;
  }
}
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************/
/*------------------------------------------------------------------------------------------

初期設定

------------------------------------------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, q, pre, table, caption, colgroup, col, tbody, thead, tfoot, tr, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, span, a, img, em, ins, del, cite, abbr, sup, sub, dfn, code, var, samp, kbd, object, script, noscript, style, iframe, embed, param, map, area,
menu, hr, address, small, strong, i, b,
article, aside, figure, footer, header, hgroup, nav, section, figcaption, time, video, audio, mark, ruby, rt, rp, bdo, source, canvas, details, summary, command,
datalist, keygen, output, progress, meter {
  margin: 0;
  padding: 0;
}

@media print {
  body {
    width: 1100px;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
}

address {
  font-style: normal;
}

ul, dl, ol {
  text-indent: 0;
}

li {
  list-style-type: none;
}

img {
  border-style: none;
}

p {
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}

address, article, aside, figure, figcaption, footer, header, hgroup, hr, legend, menu, nav, section, summary {
  display: block;
}

small {
  font-size: 100%;
}

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

汎用

------------------------------------------------------------------------------------------*/
.fluidImage {
  max-width: 100%;
  height: auto;
}

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

clearfix

--------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac ¥*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/*--------------------------------------------------

フロート

--------------------------------------------------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.fClear {
  clear: both;
}

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

フォントサイズ

--------------------------------------------------*/
.txtS {
  font-size: 85%;
}

.txtL {
  font-size: 120%;
}
@media print, screen and (max-width:1026px) {
  .txtL {
    font-size: 108%;
  }
}
@media print, screen and (max-width:768px) {
  .txtL {
    font-size: 103%;
  }
}

.txtXL {
  font-size: 140%;
}
@media print, screen and (max-width:1026px) {
  .txtXL {
    font-size: 124%;
  }
}
@media print, screen and (max-width:768px) {
  .txtXL {
    font-size: 110%;
  }
}

.txt110 {
  font-size: 110%;
}

.txt90 {
  font-size: 90%;
}

.txt80 {
  font-size: 80%;
}

.txt70 {
  font-size: 70%;
}

.txt60 {
  font-size: 60%;
}

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

フォントの色

--------------------------------------------------*/
.colorRed {
  color: #FF0000;
}

.txtC1 {
  color: #0E378B;
}

.txtC2 {
  color: #CC3300;
}

.txtC3 {
  color: #F60;
}

.txtC4 {
  color: #1397D8;
}

.txtC5 {
  color: #16AC72;
}

.txtC6 {
  color: #F4B700;
}

.txtC7 {
  color: #E97863;
}

.txtC8 {
  color: #CCC;
}

.txtC9 {
  color: #00634E;
}

.txtC10 {
  color: #FF6600;
}

.txtC11 {
  color: #B63900;
}

.txtC12 {
  color: #8376B5;
}

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

テキストの位置

--------------------------------------------------*/
.alignC {
  text-align: center;
}

.alignL {
  text-align: left;
}

.alignR {
  text-align: right;
}

.verticalT {
  vertical-align: top;
}

.verticalM {
  vertical-align: middle;
}

.verticalB {
  vertical-align: bottom;
}

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

フォント太さ

--------------------------------------------------*/
.weightNormal {
  font-weight: normal;
}

.weightBold {
  font-weight: bold;
}

.weightBoldM {
  font-weight: 500;
}

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

フォントスタイル

--------------------------------------------------*/
.txtItalic {
  font-style: italic;
}

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

行間

--------------------------------------------------*/
.lineM {
  line-height: 1.5;
}

.lineL {
  line-height: 2.2;
}

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

余白

--------------------------------------------------*/
.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mtb0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mlr0 {
  margin-left: 0;
  margin-right: 0;
}

.mlr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mlr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mlr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mlr50 {
  margin-left: 50px;
  margin-right: 50px;
}

.pb0 {
  padding-bottom: 0;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pr0 {
  padding-right: 0;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr60 {
  padding-right: 60px;
}

.pl0 {
  padding-left: 0;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pt0 {
  padding-top: 0;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.plr0 {
  padding-left: 0;
  padding-right: 0;
}

.plr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.plr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.plr50 {
  padding-left: 50px;
  padding-right: 50px;
}

@media print, screen and (max-width:1026px) {
  .tabmb0 {
    margin-bottom: 0 !important;
  }
  .tabmb5 {
    margin-bottom: 5px !important;
  }
  .tabmb10 {
    margin-bottom: 10px !important;
  }
  .tabmb20 {
    margin-bottom: 20px !important;
  }
  .tabmb30 {
    margin-bottom: 30px !important;
  }
  .tabmb40 {
    margin-bottom: 40px !important;
  }
  .tabmb50 {
    margin-bottom: 50px !important;
  }
  .tabmb60 {
    margin-bottom: 60px !important;
  }
  .tabmb70 {
    margin-bottom: 70px !important;
  }
  .tabmb80 {
    margin-bottom: 80px !important;
  }
  .tabmb90 {
    margin-bottom: 90px !important;
  }
  .tabmb100 {
    margin-bottom: 100px !important;
  }
}
@media print, screen and (max-width:768px) {
  .spmb0 {
    margin-bottom: 0 !important;
  }
  .spmb5 {
    margin-bottom: 0.5rem !important;
  }
  .spmb10 {
    margin-bottom: 1rem !important;
  }
  .spmb20 {
    margin-bottom: 2rem !important;
  }
  .spmb30 {
    margin-bottom: 3rem !important;
  }
  .spmb40 {
    margin-bottom: 4rem !important;
  }
  .spmb50 {
    margin-bottom: 5rem !important;
  }
  .spmb60 {
    margin-bottom: 6rem !important;
  }
  .spmb70 {
    margin-bottom: 7rem !important;
  }
  .spmb80 {
    margin-bottom: 8rem !important;
  }
  .spmb90 {
    margin-bottom: 9rem !important;
  }
  .spmb100 {
    margin-bottom: 10rem !important;
  }
}
/*--------------------------------------------------

横幅指定

--------------------------------------------------*/
.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w510 {
  width: 510px;
}

.w520 {
  width: 520px;
}

.w530 {
  width: 530px;
}

.w540 {
  width: 540px;
}

.w550 {
  width: 550px;
}

.w560 {
  width: 560px;
}

.w570 {
  width: 570px;
}

.w580 {
  width: 580px;
}

.w590 {
  width: 590px;
}

.w600 {
  width: 600px;
}

.w610 {
  width: 610px;
}

.w620 {
  width: 620px;
}

.w630 {
  width: 630px;
}

.w640 {
  width: 640px;
}

.w650 {
  width: 650px;
}

.w660 {
  width: 660px;
}

.w670 {
  width: 670px;
}

.w680 {
  width: 680px;
}

.w690 {
  width: 690px;
}

.w700 {
  width: 700px;
}

.w710 {
  width: 710px;
}

.w720 {
  width: 720px;
}

.w730 {
  width: 730px;
}

.w740 {
  width: 740px;
}

.w750 {
  width: 750px;
}

.w760 {
  width: 760px;
}

.w770 {
  width: 770px;
}

.w780 {
  width: 780px;
}

.w790 {
  width: 790px;
}

.w800 {
  width: 800px;
}

.w100per {
  width: 100%;
}

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

インデント

--------------------------------------------------*/
.indent1 {
  margin-left: 1em;
  text-indent: -1em;
}

.indent2 {
  margin-left: 2em;
  text-indent: -2em;
}

.indent3 {
  margin-left: 3em;
  text-indent: -3em;
}

.indent4 {
  margin-left: 4em;
  text-indent: -4em;
}

.indent5 {
  margin-left: 5em;
  text-indent: -5em;
}

.indent6 {
  margin-left: 6em;
  text-indent: -6em;
}

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

画像

--------------------------------------------------*/
img {
  vertical-align: bottom;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.main {
  position: relative;
  width: 100%;
  /*background:#acdbda;*/
  margin: 0 auto;
  /*.wrap{
  max-width: 1400px;
  height: 1000px;
  margin: 0 auto;
  position: relative;
  @include g.mq(tab){max-width: 90%; height: 640px;}
  @include g.mq(sp){height: 560px;}
  @include g.mq(spM){height: 430px;}
  }*/
}
.main .logo {
  position: absolute;
  left: 2%;
  top: 2%;
  margin: 0;
  line-height: 0;
  z-index: 100;
}
@media print, screen and (max-width:1026px) {
  .main .logo {
    width: 15%;
    top: 2%;
  }
  .main .logo img {
    width: 100%;
  }
}
@media print, screen and (max-width:768px) {
  .main .logo {
    width: 15%;
  }
}
@media print, screen and (max-width:480px) {
  .main .logo {
    top: 2%;
    width: 24%;
  }
}
.main .mainImage img {
  width: 100%;
}
.main .mainImg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media print, screen and (max-width:1200px) {
  .main .mainImg img {
    width: 100%;
  }
}
@media print, screen and (max-width:768px) {
  .main .mainImg {
    width: 60%;
  }
}
@media print, screen and (max-width:480px) {
  .main .mainImg {
    width: 84%;
  }
}
.main .img01 {
  position: absolute;
  left: 11%;
  top: 4%;
}
@media print, screen and (max-width:1300px) {
  .main .img01 {
    top: 5%;
    left: 13%;
    width: 20%;
  }
  .main .img01 img {
    width: 100%;
  }
}
@media print, screen and (max-width:1026px) {
  .main .img01 {
    width: 20%;
  }
}
@media print, screen and (max-width:768px) {
  .main .img01 {
    width: 20%;
  }
}
@media print, screen and (max-width:480px) {
  .main .img01 {
    width: 20%;
    left: 0%;
    top: 10%;
  }
}
@media print, screen and (max-width:400px) {
  .main .img01 {
    width: 27%;
    left: -2%;
    top: 8%;
  }
}
.main .img02 {
  position: absolute;
  right: -5%;
  top: 0%;
}
@media print, screen and (max-width: 1399px) {
  .main .img02 {
    right: 3%;
    width: 35%;
  }
  .main .img02 img {
    width: 100%;
  }
}
@media print, screen and (max-width:1200px) {
  .main .img02 {
    top: 2%;
    width: 34%;
  }
}
@media print, screen and (max-width:1026px) {
  .main .img02 {
    right: -2%;
    width: 36%;
  }
}
@media print, screen and (max-width:768px) {
  .main .img02 {
    width: 35%;
  }
}
@media print, screen and (max-width:480px) {
  .main .img02 {
    right: -5%;
    width: 47%;
    top: 1%;
    z-index: 10;
  }
}
@media print, screen and (max-width:400px) {
  .main .img02 {
    right: -5%;
    width: 52%;
    z-index: 10;
  }
}
.main .img03 {
  position: absolute;
  left: -2%;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (max-width:1200px) {
  .main .img03 {
    width: 29%;
  }
  .main .img03 img {
    width: 100%;
  }
}
@media print, screen and (max-width:1026px) {
  .main .img03 {
    left: -2%;
    width: 29%;
  }
}
@media print, screen and (max-width:768px) {
  .main .img03 {
    width: 35%;
  }
}
@media print, screen and (max-width:480px) {
  .main .img03 {
    left: -4%;
    width: 38%;
    top: 72%;
  }
}
@media print, screen and (max-width:400px) {
  .main .img03 {
    left: -3%;
    width: 40%;
    top: 72%;
  }
}
.main .img04 {
  position: absolute;
  right: -6%;
  bottom: 18%;
}
@media print, screen and (max-width:1200px) {
  .main .img04 {
    right: -2%;
    width: 29%;
  }
  .main .img04 img {
    width: 100%;
  }
}
@media print, screen and (max-width:1026px) {
  .main .img04 {
    right: -4%;
    width: 29%;
  }
}
@media print, screen and (max-width:768px) {
  .main .img04 {
    width: 35%;
  }
}
@media print, screen and (max-width:480px) {
  .main .img04 {
    width: 37%;
    bottom: 10%;
  }
}
@media print, screen and (max-width:400px) {
  .main .img04 {
    width: 41%;
    bottom: 10%;
  }
}
.main .img_txt {
  position: absolute;
  left: 50%;
  bottom: 6%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}
@media print, screen and (max-width:1026px) {
  .main .img_txt {
    width: 88%;
    bottom: 4%;
  }
  .main .img_txt img {
    width: 100%;
  }
}
@media print, screen and (max-width:768px) {
  .main .img_txt {
    width: 90%;
  }
}
@media print, screen and (max-width:480px) {
  .main .img_txt {
    width: 100%;
    bottom: 3%;
  }
}
.main .kira01 {
  position: absolute;
  left: 1%;
  bottom: 9%;
}
@media print, screen and (max-width:1026px) {
  .main .kira01 {
    width: 10%;
    left: -4%;
  }
  .main .kira01 img {
    width: 100%;
  }
}
@media print, screen and (max-width:768px) {
  .main .kira01 {
    width: 15%;
    left: 30%;
    bottom: 80%;
  }
}
.main .kira02 {
  position: absolute;
  right: -1%;
  bottom: 6%;
}
@media print, screen and (max-width:1026px) {
  .main .kira02 {
    width: 5%;
  }
  .main .kira02 img {
    width: 100%;
  }
}
@media print, screen and (max-width:768px) {
  .main .kira02 {
    width: 7%;
    bottom: 38%;
  }
}
.main .kira03 {
  position: absolute;
  left: 1%;
  top: 16%;
}
@media print, screen and (max-width:1026px) {
  .main .kira03 {
    width: 7%;
  }
  .main .kira03 img {
    width: 100%;
  }
}
@media print, screen and (max-width:768px) {
  .main .kira03 {
    left: -1%;
    width: 8%;
    top: 34%;
  }
}
.main .kira04 {
  position: absolute;
  left: 51%;
  top: 7%;
}
@media print, screen and (max-width:1026px) {
  .main .kira04 {
    width: 4%;
  }
  .main .kira04 img {
    width: 100%;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.wrap {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1198px) {
  .wrap {
    width: 94%;
  }
}
@media print, screen and (max-width:1026px) {
  .wrap {
    width: 94%;
  }
}
@media print, screen and (max-width:768px) {
  .wrap {
    width: 90%;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.first .movie__block {
  max-width: 900px;
  margin: 0 auto 1rem;
  text-align: center;
}
.first .movie__box {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}
.first .movie__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.first .wrap {
  margin: 60px auto 160px;
}
@media print, screen and (max-width:1026px) {
  .first .wrap {
    margin: 50px auto 100px;
  }
}
@media print, screen and (max-width:768px) {
  .first .wrap {
    margin: 3rem auto 3.2rem;
  }
}
.first .menu {
  width: 100%;
}
.first .menu .child {
  width: 32%;
  border-radius: 10px;
  /*a{
  position: relative;
  padding: 30px 25px 50px 25px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  line-height: 1.7;
  color: #5e5e5f;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  @include g.mq(tab){font-size: 111%; padding: 25px 20px; font-size: 90%;}
  @include g.mq(sp){width: 92%; font-size: 80%; padding: 1.2rem 4% 0.7rem 4%; margin: 0 auto 0.8rem;}
  .circle{
  position: absolute;
  left:5%;
  top:-42px;
  margin: 0 auto;
  width: 84px; height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 80%;
  font-weight: 500;
  color: #fff;
  @include g.mq(tab){
  top:-31px;
  width: 62px; height: 62px;
  font-size: 70%;
  }
  @include g.mq(sp){
  left:2%;
  }
  }
  }*/
}
.first .menu .child img {
  width: 100%;
}
@media print, screen and (max-width: 500px) {
  .first .menu .child {
    width: 70%;
    margin: 0 auto 0rem;
  }
}
@media print, screen and (max-width:480px) {
  .first .menu .child {
    width: 70%;
    margin: 0 auto 0rem;
  }
}
@media print, screen and (max-width:400px) {
  .first .menu .child {
    width: 80%;
    margin: 0 auto 0rem;
  }
}
.first .menu .child .sub {
  font-size: 75%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  margin: 0 auto 15px;
}
@media print, screen and (max-width:1026px) {
  .first .menu .child .sub {
    font-size: 80%;
  }
}
@media print, screen and (max-width:768px) {
  .first .menu .child .sub {
    font-size: 90%;
    padding: 4px;
  }
}
.first .menu .child .title {
  font-size: 140%;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto 2rem;
  position: relative;
  min-height: 100px;
}
@media print, screen and (max-width:1026px) {
  .first .menu .child .title {
    font-size: 110%;
    margin: 0 auto 1.5rem;
    min-height: 74px;
  }
}
@media print, screen and (max-width:768px) {
  .first .menu .child .title {
    font-size: 120%;
    margin: 0 auto 1.4rem;
    min-height: auto;
    /*.tab_txtS{font-size: 84%;}*/
  }
}
@media print, screen and (max-width:320px) {
  .first .menu .child .title {
    font-size: 115%;
  }
}
.first .menu .child .title:after {
  content: "";
  display: inline-block;
  height: 4px;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
}
@media print, screen and (max-width:768px) {
  .first .menu .child .title:after {
    height: 3px;
    bottom: -12px;
  }
  .first .menu .child .title:after span {
    font-size: 84%;
  }
}
.first .menu .child._type1 {
  background: #b7dbf4;
}
.first .menu .child._type1 .circle {
  background: #268cc5;
}
.first .menu .child._type1 a .title {
  color: #268cc5;
}
.first .menu .child._type1 a .title:after {
  background: #268cc5;
}
.first .menu .child._type2 {
  background: #f5b5b7;
}
.first .menu .child._type2 .circle {
  background: #c9656a;
}
.first .menu .child._type2 a .title {
  padding: 35px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #c9656a;
}
.first .menu .child._type2 a .title:after {
  background: #c9656a;
}
@media print, screen and (max-width:1026px) {
  .first .menu .child._type2 a .title {
    padding: 24px 0 0 0;
  }
}
@media print, screen and (max-width:768px) {
  .first .menu .child._type2 a .title {
    padding: 0;
  }
}
.first .menu .child._type3 {
  background: #ede089;
}
.first .menu .child._type3 .circle {
  background: #b29e35;
}
.first .menu .child._type3 a .title {
  padding: 35px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #b29e35;
}
.first .menu .child._type3 a .title:after {
  background: #b29e35;
}
@media print, screen and (max-width:1026px) {
  .first .menu .child._type3 a .title {
    padding: 24px 0 0 0;
  }
}
@media print, screen and (max-width:768px) {
  .first .menu .child._type3 a .title {
    padding: 0;
  }
}
.first .menu .child .txt {
  text-align: left;
  font-size: 108%;
}
.first .wrap_f_pro {
  width: 830px;
  margin: 0 auto 120px;
}
@media print, screen and (max-width:1026px) {
  .first .wrap_f_pro {
    width: 90%;
    margin: 0px auto 100px;
  }
}
@media print, screen and (max-width:768px) {
  .first .wrap_f_pro {
    margin: 0px auto 2.8rem;
  }
}
.first .note {
  font-size: 108%;
  text-align: center;
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(360deg, #939393 2px, transparent 2px); /* 点線2の色と太さ */
  background-size: 5px 100%, 100% 3.3em; /* 点線2のサイズ */
  line-height: 3.3em; /* 文字の高さ */
  /*.txtNote{
  @include g.mq(sp){font-size: 90%;}
  }*/
}
@media print, screen and (max-width:768px) {
  .first .note {
    font-size: 104%;
    background-size: 5px 100%, 100% 2.6em;
    line-height: 2.6em;
    font-size: 80%;
  }
}
@media print, screen and (max-width:480px) {
  .first .note {
    font-size: 70%;
  }
}
@media print, screen and (max-width:320px) {
  .first .note {
    font-size: 65%;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.program .wrap {
  margin: 100px auto 160px;
}
@media print, screen and (max-width:1026px) {
  .program .wrap {
    margin: 80px auto 100px;
  }
}
@media print, screen and (max-width:768px) {
  .program .wrap {
    margin: 4rem auto 1rem;
  }
}
.program .programBox {
  width: 100%;
  border-radius: 20px;
  padding: 100px 60px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 170px;
  position: relative;
}
@media print, screen and (max-width:1026px) {
  .program .programBox {
    margin: 0 auto 100px;
    padding: 80px 30px 30px;
  }
}
@media print, screen and (max-width:768px) {
  .program .programBox {
    margin: 0 auto 3.5rem;
    padding: 3.2rem 5% 1.4rem;
  }
}
.program .programBox.a01 {
  background: #b7dbf4 url(../images/program/a01_2.png) no-repeat left bottom;
  background-size: contain;
  position: relative;
  /*&:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 247px;
  background: url(../images/program/a01_2.png) no-repeat;
  background-size: contain;
  @include g.mq(tab){height: 177px;}
  @include g.mq(sp){height: 87px;}
  }*/
}
.program .programBox.a01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 238px;
  background: url(../images/program/a01_1.png) no-repeat;
  background-size: contain;
}
@media print, screen and (max-width:1026px) {
  .program .programBox.a01:before {
    height: 128px;
  }
}
@media print, screen and (max-width:768px) {
  .program .programBox.a01:before {
    height: 68px;
  }
}
.program .programBox.a01 .circle {
  background: #268cc5;
}
.program .programBox.a01 .title {
  color: #268cc5;
}
.program .programBox.a01 .title:after {
  background: #268cc5;
}
.program .programBox.a01 .boxTxt {
  color: #59a3c9;
}
.program .programBox.a01 .baseBtn a {
  color: #2984b9;
}
.program .programBox.a01 .baseBtn:hover a {
  background: #2984b9;
  color: #fff;
}
.program .programBox.a02 {
  background: #f5b5b7 url(../images/program/a02_2.png) no-repeat left bottom;
  background-size: contain;
  position: relative;
  /*&:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(../images/program/a02_2.png) no-repeat;
  background-size: contain;
  @include g.mq(tab){height: 130px;}
  @include g.mq(sp){height: 72px;}
  }*/
}
.program .programBox.a02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(../images/program/a02_1.png) no-repeat;
  background-size: contain;
}
@media print, screen and (max-width:1026px) {
  .program .programBox.a02:before {
    height: 130px;
  }
}
@media print, screen and (max-width:768px) {
  .program .programBox.a02:before {
    height: 72px;
  }
}
.program .programBox.a02 .circle {
  background: #c9656a;
}
.program .programBox.a02 .title {
  color: #c9656a;
}
.program .programBox.a02 .title:after {
  background: #c9656a;
}
.program .programBox.a02 .boxTxt {
  color: #c06067;
}
.program .programBox.a02 .baseBtn a {
  color: #b85e64;
}
.program .programBox.a02 .baseBtn:hover a {
  background: #b85e64;
  color: #fff;
}
.program .programBox.a03 {
  background: #f4e68b url(../images/program/a02_2.png) no-repeat left bottom;
  background-size: contain;
  position: relative;
  /*&:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 315px;
  background: url(../images/program/a03_2.png) no-repeat;
  background-size: contain;
  @include g.mq(tab){height: 205px;}
  @include g.mq(sp){height: 85px;}
  }*/
}
.program .programBox.a03:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 367px;
  background: url(../images/program/a03_1.png) no-repeat;
  background-size: contain;
}
@media print, screen and (max-width:1026px) {
  .program .programBox.a03:before {
    height: 277px;
  }
}
@media print, screen and (max-width:768px) {
  .program .programBox.a03:before {
    height: 108px;
  }
}
.program .programBox.a03 .circle {
  background: #b29e35;
}
.program .programBox.a03 .title {
  color: #b29e35;
}
.program .programBox.a03 .title:after {
  background: #b29e35;
}
.program .programBox.a03 span {
  font-size: 100%;
}
.program .programBox.a03 .boxTxt {
  color: #b7a233;
}
.program .programBox.a03 .baseBtn a {
  color: #b7a233;
}
.program .programBox.a03 .baseBtn:hover a {
  background: #b7a233;
  color: #fff;
}
.program .programBox .circle {
  position: absolute;
  left: 5%;
  top: -85px;
  margin: 0 auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  font-size: 150%;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media print, screen and (max-width:1026px) {
  .program .programBox .circle {
    top: -60px;
    width: 120px;
    height: 120px;
    font-size: 110%;
  }
}
@media print, screen and (max-width:768px) {
  .program .programBox .circle {
    left: 5%;
    top: -40px;
    width: 80px;
    height: 80px;
    font-size: 76%;
  }
}
.program .programBox .title {
  text-align: center;
  font-size: 260%;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 auto 4rem;
  position: relative;
}
@media print, screen and (max-width:1026px) {
  .program .programBox .title {
    font-size: 180%;
    margin: 0 auto 2.8rem;
  }
}
@media print, screen and (max-width:768px) {
  .program .programBox .title {
    font-size: 108%;
    margin: 0 auto 2.2rem;
  }
  .program .programBox .title .sp_txtS {
    font-size: 70%;
  }
  .program .programBox .title .sp_txtSM {
    font-size: 92%;
  }
}
@media print, screen and (max-width:320px) {
  .program .programBox .title {
    font-size: 100%;
  }
  .program .programBox .title .sp_txtSM {
    font-size: 90%;
  }
}
.program .programBox .title:after {
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
}
@media print, screen and (max-width:1026px) {
  .program .programBox .title:after {
    height: 4px;
    bottom: -20px;
  }
}
@media print, screen and (max-width:768px) {
  .program .programBox .title:after {
    height: 3px;
    bottom: -16px;
  }
}
.program .programBox .title span {
  font-size: 80%;
}
.program .programBox .boxTxt {
  background: #fff;
  text-align: center;
  font-size: 140%;
  font-weight: 500;
  color: #5a5a5a;
  display: table;
  margin: 3px 0;
  padding: 2px 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 2.8rem;
  letter-spacing: 0.2rem;
}
@media print, screen and (max-width:1026px) {
  .program .programBox .boxTxt {
    font-size: 120%;
    margin: 0 auto 2rem;
    letter-spacing: 0.1rem;
  }
}
@media print, screen and (max-width:768px) {
  .program .programBox .boxTxt {
    font-size: 100%;
    margin: 0 auto 1.5rem;
    letter-spacing: 0;
  }
}
.program .programBox .txt {
  line-height: 2.2;
  font-size: 98%;
  margin: 0 auto 60px;
}
@media print, screen and (max-width:1026px) {
  .program .programBox .txt {
    margin: 0 auto 40px;
  }
}
@media print, screen and (max-width:768px) {
  .program .programBox .txt {
    margin: 0 auto 1rem;
  }
}
.program .programBox .boxCont .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.program .programBox .boxCont .osusume {
  width: 42%;
  border: 1px solid #5f5f5f;
  padding: 25px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  .program .programBox .boxCont .osusume {
    width: 45%;
    padding: 20px;
  }
}
@media print, screen and (max-width:768px) {
  .program .programBox .boxCont .osusume {
    width: 100%;
    padding: 1.2rem 4% 0.5rem;
    margin: 0 auto 1.4rem;
    font-size: 94%;
  }
}
.program .programBox .boxCont .osusume .osusumeTitle {
  text-align: center;
  font-size: 118%;
  font-weight: 500;
}
@media print, screen and (max-width:1026px) {
  .program .programBox .boxCont .osusume .osusumeTitle {
    font-size: 110%;
  }
}
@media print, screen and (max-width:768px) {
  .program .programBox .boxCont .osusume .osusumeTitle {
    font-size: 106%;
    margin: 0 auto 0.8rem;
  }
}
.program .programBox .boxCont .osusume ul li {
  margin-bottom: 0.6rem;
  position: relative;
  padding-left: 1rem;
  text-indent: 0;
}
.program .programBox .boxCont .osusume ul li:before {
  content: "・";
  font-size: 0.8rem;
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.program .programBox .boxCont .img {
  width: 53%;
  text-align: center;
  margin: 0 auto;
}
.program .programBox .boxCont .img img {
  width: 100%;
}
@media print, screen and (max-width:1026px) {
  .program .programBox .boxCont .img {
    width: 50%;
  }
}
@media print, screen and (max-width:768px) {
  .program .programBox .boxCont .img {
    width: 90%;
    margin: 0 auto 1.25rem;
  }
}
.program .programBox .btnBox {
  width: 70%;
  margin: 0 auto;
}
@media print, screen and (max-width:1026px) {
  .program .programBox .btnBox {
    width: 80%;
  }
}
@media print, screen and (max-width:768px) {
  .program .programBox .btnBox {
    width: 100%;
  }
}
.program .prog {
  padding-top: 85px;
  margin-top: -85px;
}
@media print, screen and (max-width:1026px) {
  .program .prog {
    padding-top: 65px;
    margin-top: -65px;
  }
}
@media print, screen and (max-width:768px) {
  .program .prog {
    padding-top: 40px;
    margin-top: -40px;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.interview_top .wrap {
  max-width: 1040px;
  margin: 80px auto 140px;
}
@media print, screen and (max-width:1026px) {
  .interview_top .wrap {
    margin: 60px auto 100px;
    max-width: 90%;
  }
}
@media print, screen and (max-width:768px) {
  .interview_top .wrap {
    margin: 2rem auto 3rem;
  }
}
.interview_top .block {
  position: relative;
  height: auto;
  margin: 0 auto 100px;
  width: 100%;
}
@media print, screen and (max-width:1026px) {
  .interview_top .block {
    margin: 0 auto 80px;
  }
}
@media print, screen and (max-width:768px) {
  .interview_top .block {
    margin: 0 auto 2.4rem;
  }
}
.interview_top .block .imgBox {
  width: 52%;
  height: auto;
  position: relative;
}
@media print, screen and (max-width:768px) {
  .interview_top .block .imgBox {
    width: 100%;
  }
}
.interview_top .block .imgBox .img {
  width: 100%;
}
.interview_top .block .imgBox .img img {
  width: 100%;
}
@media print, screen and (max-width:768px) {
  .interview_top .block .imgBox .img {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}
.interview_top .block .imgBox .icon {
  position: absolute;
  left: -10%;
  top: -10%;
}
@media print, screen and (max-width:1026px) {
  .interview_top .block .imgBox .icon {
    width: 28%;
    left: -8%;
    top: -8%;
  }
  .interview_top .block .imgBox .icon img {
    width: 100%;
  }
}
@media print, screen and (max-width:768px) {
  .interview_top .block .imgBox .icon {
    width: 24%;
    left: -5%;
    top: -5%;
  }
}
.interview_top .block .imgBox.type2 {
  margin: 0 0 0 auto;
}
@media print, screen and (max-width:768px) {
  .interview_top .block .imgBox.type2 {
    margin: 0 auto;
  }
}
.interview_top .block .imgBox.type2 .icon {
  left: auto;
  right: -10%;
}
@media print, screen and (max-width:1026px) {
  .interview_top .block .imgBox.type2 .icon {
    right: -8%;
  }
}
@media print, screen and (max-width:768px) {
  .interview_top .block .imgBox.type2 .icon {
    right: -5%;
  }
}
.interview_top .block .txtBox {
  width: 55%;
  position: absolute;
  top: 60%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  /*line-height: 1.5;*/
  padding: 50px 20px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media print, screen and (max-width:1026px) {
  .interview_top .block .txtBox {
    padding: 30px 20px;
  }
}
@media print, screen and (max-width:768px) {
  .interview_top .block .txtBox {
    width: 100%;
    margin: 0 auto;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.interview_top .block .txtBox .sub {
  font-size: 140%;
  font-weight: 500;
}
@media print, screen and (max-width:1026px) {
  .interview_top .block .txtBox .sub {
    font-size: 110%;
  }
}
@media print, screen and (max-width:768px) {
  .interview_top .block .txtBox .sub {
    font-size: 90%;
  }
}
.interview_top .block .txtBox .titletxt {
  font-size: 180%;
  font-weight: 500;
}
@media print, screen and (max-width:1026px) {
  .interview_top .block .txtBox .titletxt {
    font-size: 140%;
  }
}
@media print, screen and (max-width:768px) {
  .interview_top .block .txtBox .titletxt {
    font-size: 120%;
  }
}
.interview_top .block .txtBox.type2 {
  left: 0;
}
.interview_top .block .baseBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.interview_top .block .baseBtn a {
  width: 280px;
}
@media print, screen and (max-width:1026px) {
  .interview_top .block .baseBtn a {
    width: 200px;
    font-size: 110%;
  }
}
@media print, screen and (max-width:768px) {
  .interview_top .block .baseBtn a {
    padding: 7px 20px;
  }
}
.interview_top .block.int01 .txtBox {
  background: #f5b5b7;
}
.interview_top .block.int01 .txtBox .titletxt {
  color: #c06067;
}
.interview_top .block.int01 .baseBtn a {
  color: #c06067;
}
.interview_top .block.int01 .baseBtn:hover a {
  background: #c06067;
  color: #fff;
}
.interview_top .block.int02 .txtBox, .interview_top .block.int03 .txtBox {
  background: #b7dbf4;
}
.interview_top .block.int02 .txtBox .titletxt, .interview_top .block.int03 .txtBox .titletxt {
  color: #2984b9;
}
.interview_top .block.int02 .baseBtn a, .interview_top .block.int03 .baseBtn a {
  color: #2984b9;
}
.interview_top .block.int02 .baseBtn:hover a, .interview_top .block.int03 .baseBtn:hover a {
  background: #2984b9;
  color: #fff;
}
.interview_top .block.int04 .txtBox {
  background: #f4e68b;
}
.interview_top .block.int04 .txtBox .titletxt {
  color: #b7a233;
}
.interview_top .block.int04 .baseBtn a {
  color: #b7a233;
}
.interview_top .block.int04 .baseBtn:hover a {
  background: #b7a233;
  color: #fff;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.imgTitle {
  text-align: center;
  margin: 0 auto 2.5rem;
  width: 46%;
}
.imgTitle img {
  width: 100%;
}
@media print, screen and (max-width:1026px) {
  .imgTitle {
    width: 58%;
    margin: 0 auto 2rem;
  }
}
@media print, screen and (max-width:768px) {
  .imgTitle {
    width: 100%;
    margin: 0 auto 1.2rem;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.baseBtn {
  text-align: center;
  margin: 40px auto;
}
@media print, screen and (max-width:768px) {
  .baseBtn {
    width: 90%;
    margin: 0 auto 0.8rem;
  }
}
.baseBtn a {
  display: block;
  border-radius: 70px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 40px;
  text-decoration: none;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.45rem;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media print, screen and (max-width:1026px) {
  .baseBtn a {
    font-size: 1.25rem;
    padding: 10px 30px;
  }
}
@media print, screen and (max-width:768px) {
  .baseBtn a {
    font-size: 1rem;
    width: 100%;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.footer {
  width: 100%;
  background: #ebe0da;
  margin: 0 auto;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:768px) {
  .footer {
    padding: 1.2rem 0 1rem;
  }
}
.footer .inner {
  max-width: 1040px;
  margin: 0 auto;
}
@media print, screen and (max-width:1026px) {
  .footer .inner {
    max-width: 90%;
  }
}
@media print, screen and (max-width:768px) {
  .footer .inner {
    width: 90%;
  }
}
.footer .inner .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width:768px) {
  .footer .inner .sns {
    width: 100%;
    margin: 0 auto 0.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .inner .sns li {
  width: 36px;
}
.footer .inner .sns li img {
  width: 100%;
}
@media print, screen and (max-width:768px) {
  .footer .inner .sns li {
    width: 11%;
  }
}
.footer .inner .sns li:not(:last-child) {
  margin-right: 10px;
}
.footer .inner .copyright {
  margin: 0;
  font-size: 94%;
}
@media print, screen and (max-width:768px) {
  .footer .inner .copyright {
    text-align: center;
    margin: 0 auto;
    font-size: 80%;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/*.p_txtanima{
display: flex;
justify-content: center;

span{
  display: block;
  color: #fff;
  background-color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 2px 8px;
  position: relative;
  clip-path: inset(0 100% 0 0);
}
&.__anima{
span{animation: anima01 0.4s linear forwards;}
}
}

@keyframes anima01 {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}

*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  color: #fff;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.textAnime span {
  opacity: 0;
}

.textAnime.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.copy {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
}