@charset "UTF-8";
/* CSS Document */
/*
* base
*/
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow: hidden;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block;
}

iframe {
  max-width: 100% !important;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

textarea {
  resize: vertical;
  overflow: auto;
  -webkit-appearance: none;
  border: none;
}

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

a:focus {
  outline: none;
}

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

* {
  box-sizing: border-box;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

/*
-----------------------------
ベース部分
-----------------------------
*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.sp-only02 {
  display: none;
}

.sp-only03 {
  display: none;
}

.sp-only04 {
  display: none !important;
}

.m992 {
  display: none;
}

.m992-767 {
  display: none;
}

.fw-bold {
  font-weight: 700;
}

.mb_10i {
  margin-bottom: 10 !important;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  position: relative;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.inner02 {
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
}

.inner03 {
  margin: 0 auto;
  width: 95%;
}

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

a {
  color: #333;
  text-decoration: none;
}

.flt-box01 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 40px;
}

.flt-box02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.flt-box03 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}

.flt-box04 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
}

.flt-box05 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.flt-box06 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.item-center01 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
}

.item-center02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.flt-left01 {
  width: 48%;
}

.flt-right01 {
  width: 48%;
}

.flt-left02 {
  width: 60%;
}

.flt-right02 {
  width: 35%;
}

.flt-left03 {
  width: 70%;
}

.flt-right03 {
  width: 25%;
}

.flt-left04 {
  width: 35%;
}

.flt-right04 {
  width: 60%;
}

.flt-left05 {
  width: 25%;
}

.flt-right05 {
  width: 70%;
}

.flt-left06 {
  width: 55%;
}

.flt-right06 {
  width: 40%;
}

.flt-left07 {
  width: 40%;
}

.flt-right07 {
  width: 55%;
}

.flt-left08 {
  width: 48%;
}

.flt-right08 {
  width: 48%;
}

.flt-20 {
  width: 20%;
}

.flt-23 {
  width: 23%;
}

.flt-25 {
  width: 25%;
}

.flt-30 {
  width: 30%;
}

.flt-31 {
  width: 31%;
}

.flt-33 {
  width: 33%;
}

.flt-44 {
  width: 44%;
}

.w-80 {
  width: 80%;
}

.w-100 {
  width: 100%;
}

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

.text-center02 {
  text-align: center;
}

.text-right {
  text-align: right;
}

.flex-order01 .flt-left01 {
  order: 1;
}
.flex-order01 .flt-right01 {
  order: 2;
}

.flex-reverse {
  flex-direction: column-reverse;
}

button {
  border: none;
  cursor: pointer;
  background: none;
}
button:focus {
  outline: none;
}

.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_35 {
  margin-top: 35px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_45 {
  margin-top: 45px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_90 {
  margin-top: 90px;
}

.mt_100 {
  margin-top: 100px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_45 {
  margin-bottom: 45px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mb_90 {
  margin-bottom: 90px;
}

.mb_100 {
  margin-bottom: 100px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_25 {
  margin-right: 25px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_35 {
  margin-right: 35px;
}

.mr_40 {
  margin-right: 40px;
}

.mr_45 {
  margin-right: 45px;
}

.mr_50 {
  margin-right: 50px;
}

.ml_5 {
  margin-left: 5px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_25 {
  margin-left: 25px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_35 {
  margin-left: 35px;
}

.ml_40 {
  margin-left: 40px;
}

.ml_45 {
  margin-left: 45px;
}

.ml_50 {
  margin-left: 50px;
}

.pt_5 {
  padding-top: 5px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_25 {
  padding-top: 25px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_35 {
  padding-top: 35px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_45 {
  padding-top: 45px;
}

.pt_50 {
  padding-top: 50px;
}

.pt_60 {
  padding-top: 60px;
}

.pt_70 {
  padding-top: 70px;
}

.pt_80 {
  padding-top: 80px;
}

.pt_90 {
  padding-top: 90px;
}

.pt_100 {
  padding-top: 100px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_25 {
  padding-bottom: 25px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_35 {
  padding-bottom: 35px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_45 {
  padding-bottom: 45px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pb_80 {
  padding-bottom: 80px;
}

.pb_90 {
  padding-bottom: 90px;
}

.pb_100 {
  padding-bottom: 100px;
}

.pr_5 {
  padding-right: 5px;
}

.pr_10 {
  padding-right: 10px;
}

.pr_15 {
  padding-right: 15px;
}

.pr_20 {
  padding-right: 20px;
}

.pr_25 {
  padding-right: 25px;
}

.pr_30 {
  padding-right: 30px;
}

.pr_35 {
  padding-right: 35px;
}

.pr_40 {
  padding-right: 40px;
}

.pr_45 {
  padding-right: 45px;
}

.pr_50 {
  padding-right: 50px;
}

.pl_5 {
  padding-left: 5px;
}

.pl_10 {
  padding-left: 10px;
}

.pl_15 {
  padding-left: 15px;
}

.pl_20 {
  padding-left: 20px;
}

.pl_25 {
  padding-left: 25px;
}

.pl_30 {
  padding-left: 30px;
}

.pl_35 {
  padding-left: 35px;
}

.pl_40 {
  padding-left: 40px;
}

.pl_45 {
  padding-left: 45px;
}

.pl_50 {
  padding-left: 50px;
}

@media only screen and (max-width: 992px) {
  .pc-only02 {
    display: none !important;
  }
  .sp-only02 {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  body {
    max-width: 100%;
    min-width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-only04 {
    display: block !important;
  }
  .pc-only04 {
    display: none !important;
  }
  .m992 {
    display: none !important;
  }
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .flt-box01,
  .flt-box02,
  .flt-box03,
  .flt-box04,
  .flt-box05,
  .flt-box06 {
    display: block;
    margin-bottom: 0;
  }
  .flt-left01,
  .flt-right01 {
    width: 100%;
  }
  .flt-right02,
  .flt-left02,
  .flt-right03,
  .flt-left03,
  .flt-right04,
  .flt-left04,
  .flt-right05,
  .flt-left05,
  .flt-left06,
  .flt-right06,
  .flt-left07,
  .flt-right07,
  .flt-left08,
  .flt-right08,
  .flt-23,
  .flt-25,
  .flt-30,
  .flt-31,
  .flt-33,
  .flt-44 {
    width: 100%;
  }
  .flt-left01,
  .flt-left02,
  .flt-left03,
  .flt-left04,
  .flt-left05,
  .flt-left06,
  .flt-right07,
  .flt-right08,
  .flt-23,
  .flt-25,
  .flt-30,
  .flt-31,
  .flt-33,
  .flt-44 {
    margin-bottom: 15px;
  }
  .flt-box01 {
    margin-bottom: 30px;
  }
  .text-center02 {
    text-align: left;
  }
  .text-center03 {
    text-align: center;
  }
  .hidden-xs {
    display: none;
  }
  .inner,
  .inner02 {
    width: 94%;
    margin: 0 auto;
  }
  .mt_5 {
    margin-top: 2.5px;
  }
  .mt_10 {
    margin-top: 5px;
  }
  .mt_15 {
    margin-top: 7.5px;
  }
  .mt_20 {
    margin-top: 10px;
  }
  .mt_25 {
    margin-top: 12.5px;
  }
  .mt_30 {
    margin-top: 15px;
  }
  .mt_35 {
    margin-top: 17.5px;
  }
  .mt_40 {
    margin-top: 20px;
  }
  .mt_45 {
    margin-top: 22.5px;
  }
  .mt_50 {
    margin-top: 25px;
  }
  .mt_60 {
    margin-top: 30px;
  }
  .mt_70 {
    margin-top: 35px;
  }
  .mt_80 {
    margin-top: 40px;
  }
  .mt_90 {
    margin-top: 45px;
  }
  .mt_100 {
    margin-top: 50px;
  }
  .mb_5 {
    margin-bottom: 2.5px;
  }
  .mb_10 {
    margin-bottom: 5px;
  }
  .mb_15 {
    margin-bottom: 7.5px;
  }
  .mb_20 {
    margin-bottom: 10px;
  }
  .mb_25 {
    margin-bottom: 12.5px;
  }
  .mb_30 {
    margin-bottom: 15px;
  }
  .mb_35 {
    margin-bottom: 17.5px;
  }
  .mb_40 {
    margin-bottom: 20px;
  }
  .mb_45 {
    margin-bottom: 22.5px;
  }
  .mb_50 {
    margin-bottom: 25px;
  }
  .mb_60 {
    margin-bottom: 30px;
  }
  .mb_70 {
    margin-bottom: 35px;
  }
  .mb_80 {
    margin-bottom: 40px;
  }
  .mb_90 {
    margin-bottom: 45px;
  }
  .mb_100 {
    margin-bottom: 50px;
  }
  .mr_5 {
    margin-right: 2.5px;
  }
  .mr_10 {
    margin-right: 5px;
  }
  .mr_15 {
    margin-right: 7.5px;
  }
  .mr_20 {
    margin-right: 10px;
  }
  .mr_25 {
    margin-right: 12.5px;
  }
  .mr_30 {
    margin-right: 15px;
  }
  .mr_35 {
    margin-right: 17.5px;
  }
  .mr_40 {
    margin-right: 20px;
  }
  .mr_45 {
    margin-right: 22.5px;
  }
  .mr_50 {
    margin-right: 25px;
  }
  .ml_5 {
    margin-left: 2.5px;
  }
  .ml_10 {
    margin-left: 5px;
  }
  .ml_15 {
    margin-left: 7.5px;
  }
  .ml_20 {
    margin-left: 10px;
  }
  .ml_25 {
    margin-left: 12.5px;
  }
  .ml_30 {
    margin-left: 15px;
  }
  .ml_35 {
    margin-left: 17.5px;
  }
  .ml_40 {
    margin-left: 20px;
  }
  .ml_45 {
    margin-left: 22.5px;
  }
  .ml_50 {
    margin-left: 25px;
  }
  .pt_5 {
    padding-top: 2.5px;
  }
  .pt_10 {
    padding-top: 5px;
  }
  .pt_15 {
    padding-top: 7.5px;
  }
  .pt_20 {
    padding-top: 10px;
  }
  .pt_25 {
    padding-top: 12.5px;
  }
  .pt_30 {
    padding-top: 15px;
  }
  .pt_35 {
    padding-top: 17.5px;
  }
  .pt_40 {
    padding-top: 20px;
  }
  .pt_45 {
    padding-top: 22.5px;
  }
  .pt_50 {
    padding-top: 25px;
  }
  .pt_60 {
    padding-top: 30px;
  }
  .pt_70 {
    padding-top: 35px;
  }
  .pt_80 {
    padding-top: 40px;
  }
  .pt_90 {
    padding-top: 45px;
  }
  .pt_100 {
    padding-top: 50px;
  }
  .pb_5 {
    padding-bottom: 2.5px;
  }
  .pb_10 {
    padding-bottom: 5px;
  }
  .pb_15 {
    padding-bottom: 7.5px;
  }
  .pb_20 {
    padding-bottom: 10px;
  }
  .pb_25 {
    padding-bottom: 12.5px;
  }
  .pb_30 {
    padding-bottom: 15px;
  }
  .pb_35 {
    padding-bottom: 17.5px;
  }
  .pb_40 {
    padding-bottom: 20px;
  }
  .pb_45 {
    padding-bottom: 22.5px;
  }
  .pb_50 {
    padding-bottom: 25px;
  }
  .pb_60 {
    padding-bottom: 30px;
  }
  .pb_70 {
    padding-bottom: 35px;
  }
  .pb_80 {
    padding-bottom: 40px;
  }
  .pb_90 {
    padding-bottom: 45px;
  }
  .pb_100 {
    padding-bottom: 50px;
  }
  .pr_5 {
    padding-right: 2.5px;
  }
  .pr_10 {
    padding-right: 5px;
  }
  .pr_15 {
    padding-right: 7.5px;
  }
  .pr_20 {
    padding-right: 10px;
  }
  .pr_25 {
    padding-right: 12.5px;
  }
  .pr_30 {
    padding-right: 15px;
  }
  .pr_35 {
    padding-right: 17.5px;
  }
  .pr_40 {
    padding-right: 20px;
  }
  .pr_45 {
    padding-right: 22.5px;
  }
  .pr_50 {
    padding-right: 25px;
  }
  .pl_5 {
    padding-left: 2.5px;
  }
  .pl_10 {
    padding-left: 5px;
  }
  .pl_15 {
    padding-left: 7.5px;
  }
  .pl_20 {
    padding-left: 10px;
  }
  .pl_25 {
    padding-left: 12.5px;
  }
  .pl_30 {
    padding-left: 15px;
  }
  .pl_35 {
    padding-left: 17.5px;
  }
  .pl_40 {
    padding-left: 20px;
  }
  .pl_45 {
    padding-left: 22.5px;
  }
  .pl_50 {
    padding-left: 25px;
  }
}
/*
-----------------------------
モジュール
-----------------------------
*/
/*
ボタン
*/
.btn01, #submit #back, #submit #send, #submit #confirm {
  display: inline-block;
  padding: 20px 40px;
  width: 280px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0);
  border: solid 1px #3499d6;
  background: #3499d6;
  border-radius: 100px;
  color: #ffffff;
}
.btn01:hover, #submit #back:hover, #submit #send:hover, #submit #confirm:hover {
  background: #ffffff;
  color: #3499d6;
}

.btn02 {
  display: inline-block;
  padding: 20px 40px;
  width: 280px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0);
  border: solid 1px #3499d6;
  background: #ffffff;
  border-radius: 100px;
  color: #3499d6;
}
.btn02:hover {
  background: #3499d6;
  color: #ffffff;
  border: solid 1px #ffffff;
}

.btn03 {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 55px;
  padding: 0 50px;
  border-radius: 100px;
  background: #ffffff;
  border: solid 1px #1c72dc;
  font-weight: 700;
  color: #1c72dc;
}
.btn03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: #1c72dc;
  transition: all 0.5s;
}
.btn03:hover {
  color: #ffffff;
}
.btn03:hover::before {
  transform: scaleX(1);
}

.btn04 {
  display: inline-block;
  padding: 20px 80px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0);
  border: solid 1px #3499d6;
  background: #3499d6;
  border-radius: 100px;
  color: #ffffff;
}
.btn04:hover {
  background: #ffffff;
  color: #3499d6;
}

.contact-btn {
  display: inline-block;
  padding: 20px 10px;
  width: 80%;
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 2px;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  background: #cc1421;
  box-shadow: 0px 5px 0px 0px #5d0011;
  color: #fff;
}
.contact-btn span {
  font-weight: 700;
}
.contact-btn:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-wrap {
  margin-top: 50px;
}

.btn-wrap01 {
  margin-top: 60px;
  text-align: center;
}

.btn-wrap02 {
  margin-top: 30px;
  text-align: center;
}

.btn-wrap03 {
  margin-top: 20px;
  text-align: center;
}

.btn-wrap04 {
  margin-top: 50px;
  text-align: left;
}

/*
ボタンの色
*/
.btn-color01 {
  background: transparent;
  color: #fff;
  z-index: 1;
  border: solid 1px #fff;
}
@media only screen and (min-width: 993px) {
  .btn-color01:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #333;
    background: #fff;
  }
}

.btn-color02, #submit #confirm {
  background: #3499d6;
  color: #fff;
}
@media only screen and (min-width: 993px) {
  .btn-color02:hover, #submit #confirm:hover {
    opacity: 0.8;
  }
}

.btn-color03 {
  background: #303c88;
  color: #fff;
}

.btn-color04 {
  background: transparent;
  color: #1c72dc;
  z-index: 1;
  border: solid 1px #1c72dc;
}
@media only screen and (min-width: 993px) {
  .btn-color04:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #fff;
    background: #1c72dc;
  }
}

/*
矢印
*/
.btn-arrow01 {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow01:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #1c72dc;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow01:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 31px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow01:hover::before {
  right: 15px;
  background: #ffffff;
}
.btn-arrow01:hover::after {
  right: 26px;
  border-top: 2px solid #1c72dc;
  border-right: 2px solid #1c72dc;
}

.btn-arrow02 {
  position: relative;
}
.btn-arrow02:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 15px;
  width: 30px;
  height: 2px;
  background: #1c72dc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow02:hover:after {
  right: 0;
  background: #ffffff;
  width: 25px;
}

.btn-arrow03 {
  position: relative;
}
.btn-arrow03 span:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #3499d6;
  border: solid 1px #3499d6;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.btn-arrow03:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 31px;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow03:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 36px;
  margin-top: -1px;
  z-index: 3;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow03:hover span:before {
  background: #ffffff;
  border: solid 1px #3499d6;
}
.btn-arrow03:hover:before {
  border-top: 2px solid #3499d6;
  border-right: 2px solid #3499d6;
}
.btn-arrow03:hover:after {
  background: #3499d6;
}

.btn-arrow04 {
  position: relative;
}
.btn-arrow04 span:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #ffffff;
  border: solid 1px #ffffff;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.btn-arrow04:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 31px;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #3499d6;
  border-right: 2px solid #3499d6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow04:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #3499d6;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 36px;
  margin-top: -1px;
  z-index: 3;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow04:hover span:before {
  background: #3499d6;
  border: solid 1px #ffffff;
}
.btn-arrow04:hover:before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.btn-arrow04:hover:after {
  background: #ffffff;
}

.btn-arrow05 {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow05:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 31px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow05:hover::after {
  border-top: 2px solid #1c72dc;
  border-right: 2px solid #1c72dc;
}

@keyframes arrow-fade01 {
  0% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 0px;
    opacity: 0;
  }
}
@keyframes arrow-fade02 {
  0% {
    right: 20px;
    opacity: 1;
  }
  100% {
    right: 0px;
    opacity: 0;
  }
}
.arrow01 {
  position: relative;
}
.arrow01:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #38b48b;
  border-right: 2px solid #38b48b;
}

.arrow01-white {
  position: relative;
}
.arrow01-white:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.arrow02 {
  position: relative;
}
.arrow02:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #1c72dc;
  border-right: 2px solid #1c72dc;
}

.arrow03 {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow03:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #3499d6;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow03:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 37px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.arrow04 {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow04:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #ffffff;
  z-index: 100;
  left: -1%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow04:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-top: 2px solid #38b48b;
  border-right: 2px solid #38b48b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 1%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 200;
}
.arrow04:hover:before {
  left: 2%;
}
.arrow04:hover:after {
  left: 4.5%;
}

.arrow05 {
  position: relative;
  padding-left: 15px;
}
.arrow05:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 0px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.arrow06 {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #38b48b;
  color: #ffffff;
}
.arrow06:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  border-radius: 50%;
  background: #ffffff;
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow06:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow06:hover:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  border-radius: 50%;
  background: #38b48b;
  right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow06:hover:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #38b48b;
  border-right: 2px solid #38b48b;
}

/*
センター揃え
*/
.center {
  text-align: center;
}

.m_center {
  margin: 0 auto;
}

/*
フォント
*/
.font01 {
  font-family: "Poppins", sans-serif;
}

.font02 {
  font-family: "M PLUS 1p", sans-serif;
}

.font-bold {
  font-weight: 700;
}

/*
見出し
*/
.heading01 {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #333333;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 5px;
  text-align: left;
  position: relative;
  line-height: 1.4;
  margin-left: 30px;
}
.heading01 .heading01-icon {
  position: relative;
}
.heading01 .heading01-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  background: url(../images/common/heading01-icon.svg) no-repeat center center;
  width: 22px;
  height: 26px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  top: 55%;
}
.heading01 .heading02-icon {
  position: relative;
}
.heading01 .heading02-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  background: url(../images/common/heading02-icon.svg) no-repeat center center;
  width: 22px;
  height: 26px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  top: 55%;
}

.heading01-sub {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  color: #8e8e8e;
  letter-spacing: 2px;
}

.heading02 {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #333333;
  font-weight: 700;
  letter-spacing: 5px;
  position: relative;
  line-height: 1.6;
  margin-bottom: 50px;
}
.heading02 span {
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.heading03 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 3px;
  position: relative;
  margin-bottom: 40px;
}

.heading03-deco {
  position: relative;
  padding: 0 10px 20px 20px;
}
.heading03-deco::before {
  content: "";
  display: block;
  width: 260px;
  height: 2px;
  background: #1d8cdb;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.heading03-deco::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.heading04 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.heading05 {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #303c88;
  font-weight: 700;
  letter-spacing: 5px;
  position: relative;
  line-height: 1.6;
  margin-bottom: 50px;
}

.heading06 {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #333333;
  font-weight: 700;
  letter-spacing: 5px;
  position: relative;
  line-height: 1.6;
  margin-bottom: 50px;
  padding-left: 30px;
}
.heading06::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  width: 7px;
  height: 80%;
  background: #303c88;
}

.heading-deco01 {
  position: relative;
}
.heading-deco01::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #38b48b;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.heading-deco02 {
  position: relative;
  padding-left: 20px;
}
.heading-deco02::before {
  content: "";
  display: block;
  width: 6px;
  height: 80%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  background: #38b48b;
  left: 0;
}
.heading-deco02::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.heading07 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

/*
見出しの色
*/
.color-white {
  color: #fff;
}

.color-blue01 {
  color: #1c72dc;
}

.color-blue02 {
  color: #3499d6;
}

.color-blue03 {
  color: #303c88;
}

.color-black {
  color: #333333;
}

.color-red01 {
  color: #cc1421;
}

.color-green {
  color: #38b48b;
}

/*
背景色
*/
.bg-color01 {
  background: #ffe5ea;
}

/*
アイコン
*/
.icon {
  position: relative;
  display: inline-block;
}
.icon:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

/*
リンク
*/
.imghover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.imghover:hover {
  opacity: 0.8;
}

/*
ラベル
*/
.lable01 {
  background: #000;
  padding: 5px 15px;
  border-radius: 8px;
  display: inline-block;
  color: #fff;
}

/*
テキスト
*/
.text {
  margin-bottom: 10px;
}

.required,
.caution {
  color: #cc1421;
  font-weight: bold;
}

/*
角丸
*/
.cycle {
  border-radius: 10px;
  overflow: hidden;
}

.cycle-item {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
}
.cycle-item:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 100%;
}

/*
テーブル
*/
table {
  border: none;
  width: 100%;
  table-layout: fixed;
}

table th {
  width: 22%;
  padding: 40px 30px;
  background: none;
  color: #333333;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
}

table td {
  width: 78%;
  border-bottom: solid 1px #ccc;
  padding: 40px 30px;
  background: #fff;
}

button {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .btn-arrow01:before {
    width: 22px;
    height: 22px;
    right: 15px;
  }
  .btn-arrow01:after {
    width: 5px;
    height: 5px;
    margin-top: -4px;
    right: 24px;
  }
  .btn-arrow01:hover::before {
    right: 10px;
  }
  .btn-arrow01:hover::after {
    right: 19px;
  }
}
.animate {
  opacity: 0;
  transition: opacity 1.2s, transform 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.animate.scrollin {
  opacity: 1;
  transform: none !important;
}

.animate.slide-in-top {
  transform: translateY(50px);
}

.animate.slide-in-down {
  transform: translateY(-50px);
}

.animate.slide-in-left {
  transform: translateX(-50px);
}

.animate.slide-in-right {
  transform: translateX(50px);
}

.animate-effect {
  overflow: hidden;
  position: relative;
}

.animate-effect img {
  display: block;
  height: auto;
  width: 100%;
}

.effect01 img {
  animation: effect01 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes effect01 {
  0% {
    opacity: 0;
    transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    transform: scale(1.2) translateY(24px);
  }
}
.effect02-top {
  animation: effect02-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.effect02-down {
  animation: effect02-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.effect02-left {
  animation: effect02-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.effect02-right {
  animation: effect02-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.effect02-top:before {
  animation: effect02-top-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes effect02-top-before {
  100% {
    transform: translateY(100%);
  }
}
.effect02-down:before {
  animation: effect02-down-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes effect02-down-before {
  100% {
    transform: translateY(-100%);
  }
}
.effect02-left:before {
  animation: effect02-left-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes effect02-left-before {
  100% {
    transform: translateX(100%);
  }
}
.effect02-right:before {
  animation: effect02-right-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes effect02-right-before {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes effect02-img {
  0% {
    opacity: 0;
  }
}
.animate-delay-2 {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}
.animate-delay-2:before {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}

.animate-delay-4 {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}
.animate-delay-4:before {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}

.animate-delay-6 {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}
.animate-delay-6:before {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}

.animate-delay-8 {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}
.animate-delay-8:before {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}

.animate-delay-10 {
  transition-delay: 1s;
  animation-delay: 1s;
}
.animate-delay-10:before {
  transition-delay: 1s;
  animation-delay: 1s;
}

.animate-delay-12 {
  transition-delay: 1.2s;
  animation-delay: 1.2s;
}
.animate-delay-12:before {
  transition-delay: 1.2s;
  animation-delay: 1.2s;
}

.animate-delay-14 {
  transition-delay: 1.4s;
  animation-delay: 1.4s;
}
.animate-delay-14:before {
  transition-delay: 1.4s;
  animation-delay: 1.4s;
}

.animate-delay-16 {
  transition-delay: 1.6s;
  animation-delay: 1.6s;
}
.animate-delay-16:before {
  transition-delay: 1.6s;
  animation-delay: 1.6s;
}

.animate-delay-18 {
  transition-delay: 1.8s;
  animation-delay: 1.8s;
}
.animate-delay-18:before {
  transition-delay: 1.8s;
  animation-delay: 1.8s;
}

.animate-delay-20 {
  transition-delay: 2s;
  animation-delay: 2s;
}
.animate-delay-20:before {
  transition-delay: 2s;
  animation-delay: 2s;
}

.animate-delay-22 {
  transition-delay: 2.2s;
  animation-delay: 2.2s;
}
.animate-delay-22:before {
  transition-delay: 2.2s;
  animation-delay: 2.2s;
}

.animate-delay-24 {
  transition-delay: 2.4s;
  animation-delay: 2.4s;
}
.animate-delay-24:before {
  transition-delay: 2.4s;
  animation-delay: 2.4s;
}

.slide-up {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition: transform 0.8s;
  transform: translateY(100px);
}

.slide-up.scrollin {
  animation-name: anim-slide-up;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-slide-up {
  0% {
    opacity: 1;
    transition: transform 0.8s;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}
.slide-down {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition: transform 0.8s;
  transform: translateY(-100px) rotate(180deg);
}

.slide-down.scrollin {
  animation-name: anim-slide-down;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
  transform: translateY(-100px) rotate(360deg) !important;
}

@keyframes anim-slide-down {
  0% {
    opacity: 1;
    transition: transform 0.8s;
    transform: translateY(-100px) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-slide-up {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: transform 0.8s;
  transform: translateY(100px);
}

.js-slide-up.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.js-slide-down {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transition: transform 0.8s;
  transform: translateY(-100px) rotate(180deg);
}

.js-slide-down.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.slide-mask.scrollin {
  position: relative;
  visibility: visible;
  overflow: hidden;
}

.slide-mask.scrollin:before {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  z-index: 2;
  background: #333;
  animation-name: anim-slide-mask;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.78, 0.07, 0, 1);
  animation-direction: normal;
}

.js-slide-mask02.scrollin {
  position: relative;
  overflow: hidden;
}

.js-slide-mask02.scrollin:before {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  -moz-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  z-index: 2;
  background: #1c72dc;
  animation-name: anim-slide-mask02;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.js-slide-mask02-inner {
  opacity: 0;
}

.js-slide-mask02-inner.scrollin {
  animation-name: anim-slide-mask02-inner;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes anim-slide-mask {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  47.5% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  52.5% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes anim-slide-mask02 {
  0% {
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  50% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  51% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes anim-slide-mask02-inner {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.js-slide-scale.scrollin {
  animation-name: slide-scale;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes slide-scale {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    background-position: 20% bottom;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background-position: right bottom;
  }
}
.js-slide-scale02.scrollin {
  animation-name: slide-scale02;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes slide-scale02 {
  0% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (min-width: 768px) {
  .js-slide-mask03.scrollin {
    position: relative;
    overflow: hidden;
  }
  .js-slide-mask03.scrollin:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    z-index: 2;
    background: #000;
    animation-name: anim-slide-mask03;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  .js-slide-mask03-inner {
    opacity: 0;
  }
  .js-slide-mask03-inner.scrollin {
    animation-name: anim-slide-mask03-inner;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  @keyframes anim-slide-mask03 {
    0% {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    47.5% {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    52.5% {
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes anim-slide-mask03-inner {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 100%;
    }
  }
}
.sp-nav {
  display: none;
}

.sp-menu {
  display: none;
}

.main-contents {
  padding: 140px 0 0;
  position: relative;
}

.section-contents {
  padding: 0 0 120px;
  position: relative;
}
.section-contents:last-of-type {
  padding-bottom: 70px;
}

.header {
  width: 100%;
  height: 100px;
  z-index: 200;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0px 0px 0px 50px;
  height: 100%;
}
.header-inner-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 18%;
}
.header-inner-center {
  width: 60%;
}
.header-inner-right {
  width: 20%;
}

.logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: auto;
}

.sub-nav-btn {
  position: relative;
}
.sub-nav-btn a {
  padding: 0 !important;
}

.sub-nav-wrap {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50px;
  z-index: 1000;
}
.sub-nav-wrap .sub-nav {
  z-index: 100 !important;
  background: #ffffff;
  width: 260px;
  padding: 0 15px;
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: 0 2px 2px 0px #f2f2f2;
}
.sub-nav-wrap .sub-nav-item {
  border-bottom: dotted 1px #1c72dc;
  padding: 15px 5px !important;
  text-align: center;
}
.sub-nav-wrap .sub-nav-item a {
  display: block;
  height: auto;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sub-nav-wrap .sub-nav-item a:hover {
  color: #1c72dc;
}
.sub-nav-wrap .sub-nav-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.nav-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 50px;
}

.nav-list-upper {
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  align-items: end;
}
.nav-list-upper .nav-item {
  margin-right: 10px;
}
.nav-list-upper .nav-item a {
  border-radius: 50px;
  height: 45px;
  padding: 0 30px;
  color: #ffffff;
  background: #303c88;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-list-upper .nav-item a:hover {
  opacity: 0.8;
  color: #ffffff;
}
.nav-list-upper span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.nav-list-upper .header-icon01 svg {
  width: 25px;
  height: 20px;
  fill: #ffffff;
}
.nav-list-upper .header-icon02 svg {
  width: 15px;
  height: 20px;
  fill: #ffffff;
}

.nav-item {
  text-align: center;
  position: relative;
}
.nav-item > a {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  height: 50px;
  position: relative;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-item > a:hover {
  color: #1c72dc;
}
.nav-item > a:hover::before {
  transform: scale(1, 1);
}
.nav-item > a.is-current {
  color: #1c72dc;
}
.nav-item > a.is-current::before {
  transform: scale(1, 1);
}

.header-contact-list-sp {
  display: none;
}

.header-contact-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: right;
  -moz-justify-content: right;
  -ms-justify-content: right;
  justify-content: right;
  -ms-flex-pack: right;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-contact-list .header-contact-list-item a {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 12px 10px;
  height: 50px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-contact-list .header-contact-list-item .download-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-contact-list .header-contact-list-item .download-icon svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 26px;
  height: 20px;
  fill: #ffffff;
}
.header-contact-list .header-contact-list-item .contact-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header-contact-list .header-contact-list-item .contact-icon svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 30px;
  height: 20px;
  fill: #ffffff;
}
.header-contact-list .contact-list-download a {
  background: #38b48b;
}
.header-contact-list .contact-list-download a:hover {
  opacity: 0.8;
}
.header-contact-list .contact-list-mail a {
  background: #e83929;
}
.header-contact-list .contact-list-mail a:hover {
  opacity: 0.8;
}
.header-contact-list .header-member-list-item .contact-list {
  width: 100px;
  height: 100px;
  background: #3499d6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-contact-list .header-member-list-item .contact-list a {
  width: 100px;
  height: 100%;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-contact-list .header-member-list-item .contact-list:hover {
  opacity: 0.8;
}
.header-contact-list .header-member-list-item .header-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
.header-contact-list .header-member-list-item .header-icon svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 30px;
  height: 18px;
  fill: #ffffff;
}
.header-contact-list .header-member-list-item .header-list-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 0;
}

.float-contact-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.float-contact-list .float-contact-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.float-contact-list .float-contact-list-item a {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 12px 10px;
  width: 200px;
  height: 100%;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.float-contact-list .float-contact-list-item .download-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.float-contact-list .float-contact-list-item .download-icon svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 26px;
  height: 20px;
  fill: #ffffff;
}
.float-contact-list .float-contact-list-item .contact-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.float-contact-list .float-contact-list-item .contact-icon svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 30px;
  height: 20px;
  fill: #ffffff;
}
.float-contact-list .contact-list-download a {
  background: #38b48b;
  border: solid 2px #38b48b;
}
.float-contact-list .contact-list-download a:hover {
  color: #38b48b;
  background: #ffffff;
}
.float-contact-list .contact-list-download a:hover svg {
  fill: #38b48b;
}
.float-contact-list .contact-list-mail a {
  background: #e83929;
  border: solid 2px #e83929;
}
.float-contact-list .contact-list-mail a:hover {
  color: #e83929;
  background: #ffffff;
}
.float-contact-list .contact-list-mail a:hover svg {
  fill: #e83929;
}
.float-contact-list .header-member-list-item .contact-list {
  width: 100px;
  height: 100px;
  background: #3499d6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.float-contact-list .header-member-list-item .contact-list a {
  width: 100px;
  height: 100%;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.float-contact-list .header-member-list-item .contact-list:hover {
  opacity: 0.8;
}
.float-contact-list .header-member-list-item .header-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
.float-contact-list .header-member-list-item .header-icon svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 30px;
  height: 18px;
  fill: #ffffff;
}
.float-contact-list .header-member-list-item .header-list-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 0;
}

.header-list-text .pc-only {
  display: inline-block;
}

.main-img-wrap {
  position: relative;
  margin: 0 auto;
}

.main-img-text-block {
  position: absolute;
  top: 30%;
  left: 10%;
  text-align: left;
  display: inline-block;
}

.main-img-text-inner {
  display: inline-block;
  text-align: left;
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: 10px;
  color: #ffffff;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}

.main-img-text-inner02 {
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 5px;
  color: #ffffff;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.swiper-container02 {
  z-index: -1;
  padding: 0 !important;
  height: calc(100vh - 150px);
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-container02 .swiper-slide-active .slide-img,
.swiper-container02 .swiper-slide-duplicate-active .slide-img,
.swiper-container02 .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
.swiper-container02 .slide-img img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper-container02 .swiper-wrapper {
  transform: translate3d(0px, 0, 0) !important;
}

.main-img-badge {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 50px;
  pointer-events: none;
}
.main-img-badge .main-img-badge01 {
  margin: 0 10px;
}
.main-img-badge .main-img-badge02 {
  margin: 0 10px;
}

#to-top {
  position: fixed;
  bottom: 10%;
  right: 0.5%;
  margin: 0 auto;
  z-index: 200;
  cursor: pointer;
  color: #fff;
  background-color: #1c72dc;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100px;
  transition: opcity 0.3s, 0.3s;
  z-index: 100;
  opacity: 0;
}
#to-top span {
  font-size: 36px;
  font-size: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#to-top::before {
  display: block;
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#to-top.scrolled {
  opacity: 1;
}

.float-contact-list a {
  padding: 13px 20px !important;
  width: 350px !important;
  margin: 0 auto;
}

.float-contact-list {
  width: 80%;
  margin: 0 auto;
}

.float-menu-pc {
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 10000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.float-menu-pc .float-menu-item a {
  padding: 20px 20px;
  writing-mode: vertical-lr;
  color: #ffffff;
}
.float-menu-pc .float-menu-item01 {
  background: #cc1421;
  border-radius: 30px 0 0 0;
}
.float-menu-pc .float-menu-item02 {
  background: #38b48b;
  border-radius: 0 0 0 30px;
}
.float-menu-pc i {
  font-size: 1.4em;
  margin-bottom: 5px;
}

.float-menu-sp {
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 10000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
.float-menu-sp .float-menu-item a {
  padding: 20px 20px;
  writing-mode: vertical-lr;
  color: #ffffff;
}
.float-menu-sp .float-menu-item01 {
  background: #cc1421;
  border-radius: 30px 0 0 0;
}
.float-menu-sp .float-menu-item02 {
  background: #38b48b;
  border-radius: 0 0 0 30px;
}
.float-menu-sp i {
  font-size: 1.4em;
  margin-bottom: 5px;
}

.float-menu-pc.scrolled {
  opacity: 1;
}

.footer {
  background: #f8f8f8;
  padding-bottom: 80px;
}
.footer .footer-top {
  padding: 80px 0;
}
.footer .footer-top .footer-item li {
  margin-bottom: 30px;
}
.footer .footer-top .footer-item li:last-child {
  margin-bottom: 0;
}
.footer .footer-top .footer-item li .footer-icon01 {
  margin-right: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.footer .footer-top .footer-item li .footer-icon01 svg {
  width: 25px;
  height: 20px;
  fill: #303c88;
}
.footer .footer-top .footer-item li .footer-icon02 {
  margin-right: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.footer .footer-top .footer-item li .footer-icon02 svg {
  width: 25px;
  height: 20px;
  fill: #303c88;
}
.footer .footer-top .footer-item .footer-icon-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.footer .footer-top .footer-item02 li {
  margin-bottom: 0;
  padding-left: 10px;
}
.footer .footer-top .footer-item02 li:first-child {
  padding-left: 0;
}
.footer .footer-bottom .footer-bottom-left {
  width: 40%;
}
.footer .footer-bottom .footer-bottom-left .footer-address {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
}
.footer .footer-bottom .footer-bottom-right {
  width: 58%;
}
.footer .footer-bottom .footer-bottom-right .footer-btn-wrap .btn01, .footer .footer-bottom .footer-bottom-right .footer-btn-wrap #submit #back, #submit .footer .footer-bottom .footer-bottom-right .footer-btn-wrap #back, .footer .footer-bottom .footer-bottom-right .footer-btn-wrap #submit #send, #submit .footer .footer-bottom .footer-bottom-right .footer-btn-wrap #send, .footer .footer-bottom .footer-bottom-right .footer-btn-wrap #submit #confirm, #submit .footer .footer-bottom .footer-bottom-right .footer-btn-wrap #confirm {
  width: 240px;
  font-weight: 700;
  padding: 16px 10px;
}
.footer .footer-bottom .footer-bottom-right .footer-btn-wrap .footer-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .footer-bottom .footer-bottom-right .footer-btn-wrap .footer-btn:hover svg {
  fill: #ffffff;
}
.footer .footer-bottom .footer-bottom-right .footer-btn-wrap .footer-btn .footer-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .footer-bottom .footer-bottom-right .footer-btn-wrap .footer-btn-green {
  color: #38b48b;
  background: #ffffff;
  border: solid 1px #38b48b;
}
.footer .footer-bottom .footer-bottom-right .footer-btn-wrap .footer-btn-green:hover {
  color: #ffffff;
  background: #38b48b;
  border: solid 1px #38b48b;
}
.footer .footer-bottom .footer-bottom-right .footer-btn-wrap .footer-btn-red {
  color: #e83929;
  background: #ffffff;
  border: solid 1px #e83929;
}
.footer .footer-bottom .footer-bottom-right .footer-btn-wrap .footer-btn-red:hover {
  color: #ffffff;
  background: #e83929;
  border: solid 1px #e83929;
}
.footer .footer-bottom .footer-bottom-right .footer-btn-wrap .footer-btn-blue {
  color: #3499d6;
  background: #ffffff;
  border: solid 1px #3499d6;
}
.footer .footer-bottom .footer-bottom-right .footer-btn-wrap .footer-btn-blue:hover {
  color: #ffffff;
  background: #3499d6;
  border: solid 1px #3499d6;
}
.footer .download-icon svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 21px;
  height: 25px;
  fill: #38b48b;
}
.footer .contact-icon svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 26px;
  height: 25px;
  fill: #e83929;
}
.footer .user-icon svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 30px;
  height: 18px;
  fill: #3499d6;
}

.footer-contact-list-item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 30px;
}
.footer-contact-list-item a {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 10px;
  width: 100%;
  height: 55px;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-contact-list-item a:hover {
  background: #f2901c;
}
.footer-contact-list-item a i {
  font-size: 1.5em;
  margin-right: 5px;
}
.footer-contact-list-item .contact-list-top {
  width: 48%;
}
.footer-contact-list-item .contact-list-top a {
  background: #cc1421;
}
.footer-contact-list-item .contact-list-top a:hover {
  background: #e83929;
}
.footer-contact-list-item .contact-list-bottom {
  width: 48%;
}
.footer-contact-list-item .contact-list-bottom a {
  background: #1c72dc;
}
.footer-contact-list-item .contact-list-bottom a:hover {
  background: #3499d6;
}

.copyright {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding: 30px 10px;
}

.sub-title-wrap {
  background: url(../images/common/sub_img.jpg) no-repeat bottom center;
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 0;
  background-size: cover;
}

.sub-img-school {
  background: url(../images/common/sub_school.jpg) no-repeat center center;
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 150px 0;
  background-size: cover;
}
.sub-img-school::before {
  position: absolute;
  content: "";
  top: 20%;
  left: 10%;
  background: url(../images/common/sub-school-img01.png) no-repeat;
  background-size: cover;
  width: 245px;
  height: 245px;
}
.sub-img-school::after {
  position: absolute;
  content: "";
  top: 40%;
  right: 10%;
  background: url(../images/common/sub-school-img02.png) no-repeat;
  background-size: cover;
  width: 245px;
  height: 245px;
}

.deco01 {
  position: relative;
}
.deco01::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  background: url(../images/common/deco05.png) no-repeat;
  background-size: cover;
  width: 88px;
  height: 32px;
}

.deco02 {
  position: relative;
}
.deco02::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  background: url(../images/common/deco05.png) no-repeat;
  background-size: cover;
  width: 88px;
  height: 32px;
}

.deco03 {
  position: relative;
}
.deco03::before {
  position: absolute;
  content: "";
  bottom: 10%;
  left: 0;
  background: url(../images/common/deco06.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 7px;
  z-index: -1;
}

.sub-img-manshon {
  background: url(../images/common/sub_manshon.jpg) no-repeat center center;
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 150px 0;
  background-size: cover;
}
.sub-img-manshon::before {
  position: absolute;
  content: "";
  top: 20%;
  left: 10%;
  background: url(../images/common/sub-manshon-img01.png) no-repeat;
  background-size: cover;
  width: 245px;
  height: 245px;
}
.sub-img-manshon::after {
  position: absolute;
  content: "";
  top: 40%;
  right: 10%;
  background: url(../images/common/sub-manshon-img02.png) no-repeat;
  background-size: cover;
  width: 245px;
  height: 245px;
}

.sub-title-inner {
  max-width: 90%;
  width: 1400px;
  margin: 0 auto;
  text-align: left;
}

.sub-title div {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 10px;
  display: inline-block;
  position: relative;
}
.sub-title div span {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 7px;
}

.bread-crumb {
  padding: 20px 0;
}

.bread-crumb-inner span {
  font-size: 14px;
  font-size: 1.4rem;
}

.bread-crumb-inner a {
  position: relative;
  color: #1c72dc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bread-crumb-inner a:hover {
  opacity: 0.8;
}

.bread-crumb-inner span a span {
  font-weight: bold;
  margin-right: 0;
}

.sub-concept {
  text-align: center;
}

.flex-text-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

/*WPのシングルページ調整CSS*/
.single_btn {
  margin: 0 auto;
}

.topics-thumbnail {
  text-align: center;
  margin-bottom: 40px;
}

.news-single .news-cat {
  display: inline;
}

.news-single-thumbnail {
  margin-bottom: 10px;
}

.news-single-time {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
}

.news-single-inner {
  margin-top: 20px;
  margin-bottom: 30px;
}
.news-single-inner h2 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 2px;
  padding: 15px 25px;
  background-color: #f4f4f4;
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: bold;
}
.news-single-inner h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: solid 5px #1c72dc;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-left: 10px;
  letter-spacing: 2px;
}
.news-single-inner h4 {
  font-weight: bold;
  color: #1c72dc;
  margin-top: 30px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.news-single-inner p {
  margin-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 2px;
}
.news-single-inner a {
  color: #1c72dc;
}
.news-single-inner a:hover {
  text-decoration: underline;
}
.news-single-inner figure {
  margin-bottom: 30px;
}

.mokuji {
  padding: 30px;
  background: #f5f5f5;
}

.mokuji li {
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
}

.mokuji li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0px;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 100%;
}

.mokuji li a {
  color: #333;
}

.mokuji li:last-child {
  margin-bottom: 0;
}

.news-single-inner strong {
  font-weight: bold;
}

.news-single-inner b {
  font-weight: bold;
}

.news-single-inner em {
  font-style: italic;
}

.news-single-inner ol li {
  list-style-type: decimal;
  margin-left: 20px;
}

.news-single-inner ul li {
  list-style-type: disc;
  margin-left: 20px;
}

.news-single-inner img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.news-single-inner img.alignright {
  margin: 0 0 10px 10px;
  display: inline;
}

.news-single-inner img.alignleft {
  margin: 0 10px 10px 0;
  display: inline;
}

.news-single-inner .aligncenter {
  text-align: center;
}

.news-single-inner .alignright {
  float: right;
}

.news-single-inner .alignleft {
  float: left;
}

.news-single-inner .news-single-inner a {
  color: #cc1421;
}

.news-single-inner .news-single-inner a:hover {
  text-decoration: underline;
}

.news-single-inner p {
  margin-bottom: 30px;
  line-height: 1.8;
  clear: both;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  display: inline-block;
  text-align: left;
  margin: 3px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.post-link {
  margin-top: 80px;
}

.post-link ul {
  border-bottom: solid 1px #ccc;
}

.post-link li {
  padding-bottom: 10px;
  position: relative;
}

.post-link .prev {
  float: left;
}

.post-link .prev a {
  display: block;
  color: #333;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-left: 20px;
}

.post-link .prev a:before {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.post-link .prev a:hover {
  opacity: 0.8;
}

.post-link .next {
  float: right;
}

.post-link .next a {
  display: block;
  color: #333;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-right: 20px;
}

.post-link .next a:before {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.post-link .next a:hover {
  opacity: 0.8;
}

/*WP-PageNavi調整CSS*/
.wp-pagenavi {
  margin-top: 40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.wp-pagenavi span {
  text-decoration: none;
  background: #f2f2f2;
  padding: 10px 15px;
  float: left;
  border: none;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi span.current {
  border-color: #3499d6;
  background: #3499d6;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: blod;
}

.wp-pagenavi a {
  text-decoration: none;
  border: none;
  background: #f2f2f2;
  padding: 10px 20px;
  margin: 2px;
  float: left;
  font-weight: bold;
}

.wp-pagenavi a:hover {
  border-color: #3499d6;
  background: #3499d6;
  color: #fff;
  font-weight: bold;
}

/*JS制御箇所*/
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
}

.float-block {
  z-index: 201;
  background: #303c88;
  width: 100%;
  padding: 10px 0;
}

/*form調整CSS*/
table input,
table textarea,
select {
  padding: 15px;
  box-sizing: border-box;
  background: #ececec;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table input:focus,
table textarea:focus,
select:focus,
input.wpcf7-validates-as-required:focus {
  border-radius: 0;
  border: none;
  outline: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

.form,
.wpcf7-textarea {
  width: 100%;
}

#check {
  margin: 30px auto;
  text-align: center;
}
#check p a {
  color: #cc1421;
}
#check p a:hover {
  text-decoration: underline;
}

#privacy {
  height: 200px;
  overflow-y: scroll;
  border: solid 1px #ccc;
  padding: 20px;
  background: #fff;
}
#privacy a {
  color: #07488d;
}
#privacy h3 {
  font-weight: bold;
  margin: 10px 0;
}
#privacy dt {
  font-weight: bold;
  margin-bottom: 5px;
}
#privacy dd {
  margin-bottom: 20px;
}
#privacy .privacy-heading {
  font-weight: bold;
  margin-bottom: 10px;
}
#privacy .privacy-text {
  margin-bottom: 20px;
}
#privacy .privacy-company-profile {
  margin: 20px 0;
}

#privacyConsent {
  background: #f8f8f8;
  padding: 30px 10px;
  margin-top: 20px;
  text-align: center;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
}

#submit {
  width: 274px;
  margin: 20px auto;
  text-align: center;
}

#submit #confirm {
  text-align: center;
  border: none;
  width: 270px;
  color: #fff;
  background: #303c88;
  border: solid 2px #303c88;
  display: inline-block;
  position: relative;
}

#submit input {
  cursor: pointer;
}

#submit #send {
  text-align: center;
  width: 270px;
  background: #303c88;
  color: #fff;
  border: solid 2px #303c88;
  display: inline-block;
  margin-bottom: 12px;
  position: relative;
}

#submit #back {
  background: #ccc;
  color: #fff;
  width: 270px;
  text-align: center;
  border: none;
}

table input,
table textarea,
select,
input.wpcf7-validates-as-required {
  padding: 15px;
  box-sizing: border-box;
}

input[type=checkbox] {
  border: 1px #ccc solid;
  padding: 5px;
  border-radius: 10px;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 3px;
}

.form,
.wpcf7-textarea {
  width: 100%;
}

input[type=submit][disabled],
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus {
  background: #ccc !important;
  color: #fff !important;
  cursor: not-allowed !important;
  border: solid 2px #ccc !important;
}

input[type=checkbox] {
  padding: 10px;
}

#submit #confirm:hover {
  background: #fff;
  color: #333;
  border: solid 2px #303c88;
}

#submit #send:hover,
#submit #back:hover {
  opacity: 0.8;
  color: #333333;
}

.wpcf7c-conf {
  background-color: #fff;
  border: solid 1px #333 !important;
}

.wpcf7-not-valid {
  background: rgb(250, 204, 208);
}

span.wpcf7-list-item {
  margin-bottom: 10px;
}

span.wpcf7-list-item:first-child {
  margin: 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
  margin-left: 10px;
}
.wpcf7-list-item-label:before {
  display: none;
}

.checkbox-item .wpcf7-list-item {
  display: block;
  margin: 0;
  padding-bottom: 10px;
}

.contact-table th {
  width: 28%;
  border-bottom: solid 1px #ccc;
  color: #000000;
  background: #ffffff;
  padding: 25px 30px;
}
.contact-table td {
  padding: 25px 30px;
}
.contact-table #zip {
  width: 25%;
}

.zip-icon {
  font-size: 20px;
  font-weight: bold;
}

.search-zip {
  margin-left: 10px;
}
.search-zip a {
  color: #cc1421;
}
.search-zip a:hover {
  text-decoration: underline;
}

.address-block {
  margin-bottom: 15px;
}

.address-block-fb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.address-block-item {
  width: 49%;
}

/*
必須項目<span class="contact-required">必須</span>
*/
.contact-required {
  padding: 2px 14px;
  display: inline-block;
  background: #cc1421;
  color: #fff;
  margin-left: 15px;
  border-radius: 4px;
}

/*
確認画面の調整
*/
form.wpcf7-form {
  margin-top: -100px;
  padding-top: 100px;
}

.wpcf7c-elm-step2 {
  border: solid 1px #38b48b;
  padding: 0.2em 1em;
  margin-bottom: 30px;
}

/*----------------------------------
ローディング画面
----------------------------------*/
/*----------------------------------
swiperの調整
----------------------------------*/
.swiper-container .result-box-wrap {
  margin: 0 auto;
}

.swiper-container {
  padding: 0 20px;
}

.swiper-container03 {
  padding: 0 20px;
}
.swiper-container03 .result-box-wrap img {
  height: 300px;
}

.pinnet01 .slide-contents li {
  list-style: none;
  padding-left: 0;
}
.pinnet01 .slide-contents li::before {
  display: none;
}

.slide-contents-item {
  position: relative;
  border-bottom: solid 1px #b5b5b5;
}

.slide-contents-item::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #1d8cdb;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.5s;
}

.slide-contents-item:hover::after {
  width: 100%;
}

.slide-contents-item:hover .slide-contents-item-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.slide-contents-item:hover .slide-contents-item-img-wrap::after {
  opacity: 1;
}

.slide-contents-item:hover .slide-contents-item-text::before {
  background: #1d8cdb;
  right: 0;
}

.slide-contents-item:hover .slide-contents-item-text::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 9px;
  z-index: 12;
}

.slide-contents-item-img-wrap {
  overflow: hidden;
  position: relative;
}

.slide-contents-item-img-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.slide-contents-item-img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.slide-contents-item-img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-contents-item-text {
  padding: 10px 50px 10px 0;
  position: relative;
}

.slide-contents-item-text::before {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
  right: 10px;
  border: solid 2px #1d8cdb;
  z-index: 10;
}

.slide-contents-item-text::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #1d8cdb;
  border-right: 2px solid #1d8cdb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slide-contents-item-text time {
  color: #959595;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.slide-contents-item-text .column-item-heading {
  font-weight: bold;
  margin-bottom: 5px;
}

@media only screen and (max-width: 992px) {
  .nav-control {
    display: block;
  }
  .pc-nav {
    display: none;
  }
  .logo {
    width: auto;
  }
  .sp-sub-nav {
    display: none;
  }
  .sp-nav-item > a {
    color: #333;
    font-weight: bold;
    padding: 16px 20px;
    display: block;
    position: relative;
  }
  .sp-nav-item .accordion_icon span {
    background-color: #3499d6;
  }
  .sp-nav-item .arrow01:after {
    border-top: 2px solid #3499d6;
    border-right: 2px solid #3499d6;
  }
  .sp-sub-nav {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
  }
  .sp-sub-nav-item {
    position: relative;
  }
  .sp-sub-nav-item a {
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    display: block;
    padding: 12px 20px;
    padding-left: 30px;
  }
  .sp-sub-nav-item a.arrow01:after {
    right: 22px;
  }
  .sp-contact-list {
    margin-top: 25px;
  }
  .sp-contact-tel {
    font-size: 30px;
    font-size: 3rem;
  }
  .sp-contact-tel a {
    display: block;
    text-align: center;
  }
  .sp-contact-tel a span {
    font-weight: bold;
  }
  .sp-contact-mail {
    margin: 20px auto;
    text-align: center;
    width: 100%;
  }
  .sp-contact-mail a {
    padding: 15px 0;
    background: #38b48b;
    width: 90%;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 60px;
  }
  .sp-contact-mail a span {
    padding-left: 0;
  }
  .sp-contact-mail .icon-mail01:before {
    left: 20px;
  }
  .sp-plus .accordion_icon-wrap {
    width: 100%;
  }
  .accordion_icon-wrap {
    position: absolute;
    top: 2px;
    right: 4px;
  }
  .accordion_icon,
  .accordion_icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .accordion_icon {
    position: relative;
    width: 30px;
    height: 53px;
    float: right;
    margin-right: 3px;
    cursor: pointer;
  }
  .accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #1c72dc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .accordion_icon span:nth-of-type(1) {
    top: 25px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .accordion_icon span:nth-of-type(2) {
    top: 25px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  /*＋、－切り替え*/
  .accordion_icon.active span:nth-of-type(1) {
    display: none;
  }
  .accordion_icon.active span:nth-of-type(2) {
    top: 25px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .sp-nav-item {
    position: relative;
  }
  /*
  ハンバーガーメニュー
  */
  .nav-control {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: #3499d6;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 1%;
    z-index: 100000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sp-menu-name {
    color: #fff;
    font-size: 11px;
    line-height: 1;
    margin-top: -3px;
  }
  #menu-trigger,
  #menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  #menu-trigger {
    position: relative;
    width: 24px;
    height: 30px;
    margin: 0px;
    /* padding: 30px 34px; */
  }
  #menu-trigger span {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 6px;
  }
  #menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 6px;
    transition: all 0.4s;
  }
  #menu-trigger span:nth-of-type(1) {
    top: 7px;
  }
  #menu-trigger span:nth-of-type(2) {
    top: 16px;
  }
  #menu-trigger span:nth-of-type(3) {
    bottom: 3px;
  }
  #menu-trigger.active span:nth-of-type(1) {
    transform: translateY(20px) scale(0);
  }
  #menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu-trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #fff !important;
  }
  #menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-20px) scale(0);
  }
  .nav-control .active span {
    background-color: #fff !important;
  }
  .sp-nav {
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 200;
    padding: 90px 0px;
  }
  .sp-nav.active {
    pointer-events: auto;
  }
  .sp-nav.active a {
    pointer-events: auto;
  }
  .sp-nav-item .arrow03::before {
    right: 13px;
  }
  .sp-nav-item .arrow03::after {
    right: 20px;
  }
  .sp-btn a {
    padding: 5px 20px;
  }
  .sp-btn .btn01, .sp-btn #submit #confirm, #submit .sp-btn #confirm, .sp-btn #submit #send, #submit .sp-btn #send, .sp-btn #submit #back, #submit .sp-btn #back {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
  }
  .sp-btn .sp-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-right: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sp-btn .sp-btn-green {
    color: #ffffff;
    background: #38b48b;
    border: solid 1px #38b48b;
  }
  .sp-btn .sp-btn-green:hover {
    color: #38b48b;
    background: #ffffff;
    border: solid 1px #38b48b;
  }
  .sp-btn .sp-btn-red {
    color: #ffffff;
    background: #e83929;
    border: solid 1px #e83929;
  }
  .sp-btn .sp-btn-red:hover {
    color: #e83929;
    background: #ffffff;
    border: solid 1px #e83929;
  }
  .sp-btn .sp-btn-blue {
    color: #ffffff;
    background: #3499d6;
    border: solid 1px #3499d6;
  }
  .sp-btn .sp-btn-blue:hover {
    color: #3499d6;
    background: #ffffff;
    border: solid 1px #3499d6;
  }
  .sp-btn .download-icon svg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 21px;
    height: 25px;
    fill: #ffffff;
  }
  .sp-btn .contact-icon svg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 26px;
    height: 25px;
    fill: #ffffff;
  }
  .sp-btn .user-icon svg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 30px;
    height: 18px;
    fill: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .nav-control {
    top: 5px;
  }
  .swiper-container {
    padding: 0 10px;
  }
  .swiper-container02 {
    padding: 0;
    height: 100%;
  }
  .swiper-container03 {
    padding: 0 10px;
  }
  .swiper-container03 .result-box-wrap img {
    height: 200px;
  }
}
@media only screen and (max-width: 500px) {
  .swiper-container03 .result-box-wrap img {
    height: 130px;
  }
}
/*----------------------------------
contactform multi stepの調整
----------------------------------*/
.top-content01 {
  background: url(../images/index/top01_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: -10;
}
.top-content01::before {
  content: "MESSAGE";
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 0;
  bottom: 30px;
  font-size: 150px;
  font-size: 15rem;
  letter-spacing: 20px;
  font-weight: 700;
  color: #3499d6;
  opacity: 0.1;
}

.top01-left-wrap {
  padding: 80px 0;
}
.top01-left-wrap p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.8;
}

.top01-right-wrapper .top01-right01 {
  padding: 40px 0;
  margin-right: 100px;
  z-index: 100;
}
.top01-right-wrapper .top01-right01 img {
  border-radius: 10px;
}
.top01-right-wrapper .top01-right02 {
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}
.top01-right-wrapper .top01-right02 img {
  border-radius: 10px 0 0 10px;
}

.top-content02 {
  padding-top: 100px;
}
.top-content02 .top-content02-wrapper {
  background-image: linear-gradient(90deg, rgba(52, 153, 214, 0.8), rgba(28, 114, 220, 0.8));
  padding: 40px 0;
  border-radius: 10px;
}

.content03-item .content03-img-wrap {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.content03-item .content03-img {
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.content03-item .content03-item-text-wrap {
  position: relative;
  border-radius: 10px 10px 0 0;
}
.content03-item .content03-item-title {
  font-size: 28px;
  font-size: 2.8rem;
  position: absolute;
  top: -35px;
  background-image: linear-gradient(90deg, rgb(52, 153, 214), rgb(28, 114, 220));
  padding: 10px 20px;
  color: #ffffff;
  font-weight: 700;
  z-index: 100;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.content03-item .content03-item-title span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.content03-item .content03-item-title span::before {
  display: none !important;
}
.content03-item .content03-item-title .content03-icon01 svg {
  width: 31px;
  height: 25px;
  fill: #ffffff;
}
.content03-item .content03-item-title .content03-icon02 svg {
  width: 19px;
  height: 25px;
  fill: #ffffff;
}
.content03-item .content03-item-title div {
  font-weight: 700;
}
.content03-item .content03-item-text {
  background: #ffffff;
  padding: 50px 100px 30px 30px;
  box-shadow: 0 5px 15px 0px #e9e9e9;
}
.content03-item:hover .btn-arrow03 span:before {
  background: #ffffff;
  border: solid 1px #3499d6;
}
.content03-item:hover .btn-arrow03:before {
  border-top: 2px solid #3499d6;
  border-right: 2px solid #3499d6;
}
.content03-item:hover .btn-arrow03:after {
  background: #3499d6;
}
.content03-item:hover .content03-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.content04-item {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.content04-item .content04-img-wrap {
  overflow: hidden;
  border-radius: 10px;
}
.content04-item .content04-img {
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: brightness(0.8);
}
.content04-item .content04-img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.content04-item .content04-text-wrap {
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 50px;
  width: 80%;
}
.content04-item .content04-text-wrap .content04-title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: #ffffff;
}
.content04-item .content04-text-wrap .content04-text {
  color: #ffffff;
  margin-top: 40px;
}
.content04-item:hover .content04-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: brightness(0.6);
}

.top-banner {
  background: #f4fafd;
  padding: 60px 0;
}

.top-compliance {
  padding: 30px 0 !important;
}

.news-item-top {
  background: #ffffff;
  border: solid 1px #1c72dc;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 10px;
}
.news-item-top:nth-child(3) {
  margin-bottom: 0px;
}
.news-item-top a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  padding: 20px 30px;
}
.news-item-top time {
  width: 20%;
}
.news-item-top .news-text {
  width: 80%;
}
.news-item-top:hover {
  border: solid 1px #ffffff;
}
.news-item-top:hover .arrow01::after {
  right: 25px;
}
.news-item-top .arrow01 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-item-top .arrow01::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 30px;
  border-top: 2px solid #1c72dc;
  border-right: 2px solid #1c72dc;
}

.news-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.news-button a button {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: solid 1px #ffffff;
  padding-right: 20px;
}
.news-button .arrow01 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-button .arrow01::after {
  right: 5px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.news-item {
  border-bottom: solid 1px #ccc;
  position: relative;
}
.news-item::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #1d8cdb;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.5s;
}
.news-item time {
  color: #1c72dc;
}
.news-item a {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 55px;
  overflow: hidden;
  display: block;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.news-item a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #1c72dc;
  border-right: 2px solid #1c72dc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-item a:hover {
  color: #1c72dc;
}
.news-item a time {
  font-weight: bold;
  margin-right: 50px;
}

.news-item:hover::after {
  width: 100%;
}

.news-item .news-item a:hover::before {
  background: #1c72dc;
  right: 0;
}

.news-item a:hover::after {
  right: 9px;
  z-index: 12;
}

.news-inner {
  width: 1000px;
  margin: 0 auto;
}

.sub-contents {
  margin-top: 100px;
}

.sub-section-content {
  padding: 0 0 120px;
}
.sub-section-content:last-of-type {
  padding: 0 0 80px;
}

.sub-bg-blue {
  background: #f4fafd;
}

.sub-bg-gray {
  background: url(../images/school/bg-gray.jpg) repeat;
}

.font14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.font18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.font20 {
  font-size: 20px;
  font-size: 2rem;
}

.font22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.img100 img {
  width: 100%;
}

.border-r10 img {
  border-radius: 10px;
}

.border-r20 img {
  border-radius: 20px;
}

.border-r30 img {
  border-radius: 30px;
}

.sub-school-sec01 {
  padding-bottom: 60px !important;
}

.sub-school-sec02 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.sub-school-sec03 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.sub-school-sec04 {
  padding-top: 60px !important;
}

.sub-school-sec06 {
  padding-top: 0 !important;
}

.sub-school-sec07 {
  padding-top: 0 !important;
  padding-bottom: 60px;
}

.sub-school01 p {
  line-height: 1.4;
  letter-spacing: 3px;
  position: relative;
  z-index: 100;
}
.sub-school01 .sub-school01-text {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  display: block;
  position: relative;
}
.sub-school01 .sub-school01-text span {
  color: #303c88;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 100;
}
.sub-school01 .sub-school01-text span::before {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ffd800;
}
.sub-school01 .sub-school01-text::before {
  position: absolute;
  content: "";
  left: 3%;
  bottom: 0;
  background: url(../images/common/deco01.png) no-repeat center center;
  width: 66px;
  height: 100px;
}
.sub-school01 .sub-school01-text::after {
  position: absolute;
  content: "";
  right: 3%;
  bottom: 0;
  background: url(../images/common/deco02.png) no-repeat center center;
  width: 66px;
  height: 100px;
}

.sub-school01-banner {
  background: url(../images/school/school-banner-bg.png) no-repeat center center;
  position: relative;
  width: 1000px;
  max-width: 100%;
  height: 250px;
  background-size: cover;
  margin: 0 auto;
  margin-top: 100px;
  border-radius: 5px;
}
.sub-school01-banner a {
  padding: 80px 80px;
  display: block;
  color: #ffffff;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
}
.sub-school01-banner::after {
  content: "";
  position: absolute;
  background: url(../images/school/school-banner-pic.png) no-repeat center center;
  right: -30px;
  bottom: -20px;
  background-size: contain;
  width: 311px;
  height: 295px;
}
.sub-school01-banner .btn-arrow03::before {
  right: -89px;
}
.sub-school01-banner .btn-arrow03::after {
  right: -84px;
}
.sub-school01-banner .btn-arrow03 span::before {
  right: -102px;
}
.sub-school01-banner:hover .btn-arrow03::before {
  border-top: 2px solid #3499d6;
  border-right: 2px solid #3499d6;
}
.sub-school01-banner:hover .btn-arrow03::after {
  background: #3499d6;
}
.sub-school01-banner:hover .btn-arrow03 span::before {
  background: #ffffff;
  border: solid 1px #ffffff;
}
.sub-school01-banner .sub-school01-banner-text {
  font-weight: 700;
}

.sub-box01 {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 30px;
}

.sub-box02 {
  background: #f4fafd;
  border-radius: 10px;
  margin-top: 30px;
}

.sub-box02-title {
  background: #303c88;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  text-decoration: underline;
  padding: 20px 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.sub-box02-inner {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 40px 60px;
  border: solid 1px #1c72dc;
  border-radius: 0 0 10px 10px;
}

.source-text a {
  color: #1c72dc;
}

.sub-box03 {
  padding: 20px 20px;
  background: #ffffff;
  border: solid 1px #1c72dc;
  border-radius: 10px;
}

.sub-box-list {
  list-style: none;
}
.sub-box-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
}
.sub-box-list li::before {
  content: "⚫︎";
  color: #3499d6;
  font-size: 10px;
  font-size: 1rem;
  margin-right: 6px;
  margin-top: 8px;
}

.box-img-text {
  font-weight: 700;
  color: #3499d6;
  margin-bottom: 10px;
}

.heading03-school {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.school-heading-deco01 {
  width: 60px;
  height: 60px;
  font-weight: 700;
  background: #3499d6;
  color: #ffffff;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 10px;
  font-size: 30px;
  font-size: 3rem;
}

.school-sec03-wrap03 {
  width: 40%;
  margin: 0 auto;
}

.sub-school02-text {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 6px;
  line-height: 1.6;
  display: block;
  position: relative;
}
.sub-school02-text span {
  color: #303c88;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 100;
}
.sub-school02-text .text-emphasis {
  background-image: radial-gradient(circle at center, #d63334 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1.1em 0.6em; /* 点の間隔とサイズ調整 */
  padding-top: 0.4em; /* 縦方向の位置調整 */
}
.sub-school02-text::before {
  position: absolute;
  content: "";
  left: 0%;
  bottom: 0;
  background: url(../images/common/deco03.png) no-repeat center center;
  width: 120px;
  height: 117px;
  background-size: cover;
}
.sub-school02-text::after {
  position: absolute;
  content: "";
  right: 0ch;
  bottom: 0;
  background: url(../images/common/deco04.png) no-repeat center center;
  width: 120px;
  height: 117px;
  background-size: cover;
}

.sub-box04 {
  background: #f4fafd;
  padding: 30px 30px 30px 30px;
}

.sub-box04 .heading03 {
  font-size: 24px;
  font-size: 2.4rem;
}

.sub-box05 {
  background: #3499d6;
  background: linear-gradient(90deg, rgba(52, 153, 214, 0.8) 0%, rgba(28, 114, 220, 0.8) 100%);
  padding: 30px 0;
  border-radius: 10px;
  position: relative;
}

.sub-box05-item01::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/school/icon01.png) no-repeat;
  width: 55px;
  height: 78px;
  background-size: contain;
}

.sub-box05-item02::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/school/icon02.png) no-repeat;
  width: 80px;
  height: 60px;
  background-size: contain;
}

.sub-box05-item03::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/school/icon03.png) no-repeat;
  width: 80px;
  height: 63px;
  background-size: contain;
}

.sub-box05-item04::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/school/icon04.png) no-repeat;
  width: 70px;
  height: 67px;
  background-size: contain;
}

.sub-box05-item05::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/school/icon05.png) no-repeat;
  width: 70px;
  height: 67px;
  background-size: contain;
}

.sub-box05-item06::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/school/icon06.png) no-repeat;
  width: 70px;
  height: 70px;
  background-size: contain;
}

.sub-box05-item07::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/school/icon07.png) no-repeat;
  width: 67px;
  height: 60px;
  background-size: contain;
}

.sub-box05-inner {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
}
.sub-box05-inner .sub-box05-item {
  background: #f4fafd;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 35px 15px 20px 15px;
  border-radius: 10px;
  position: relative;
}
.sub-box05-inner .sub-box05-item .sub-box05-text {
  font-size: 15px;
  font-size: 1.5rem;
}

.sub-box05-num-block {
  width: 60px;
  height: 60px;
  background: #1c72dc;
  border-radius: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  left: 0px;
  top: -30px;
}
.sub-box05-num-block .sub-box05-num-text {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
.sub-box05-num-block .sub-box05-num {
  font-size: 24px;
  font-size: 2.4rem;
  color: #ffffff;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}

.sub-member-banner {
  background: url(../images/common/map_bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 10px;
  padding: 60px 60px;
  position: relative;
  display: block;
}
.sub-member-banner .member-banner-ttl {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 5px;
  text-align: left;
  position: relative;
  line-height: 1.4;
  z-index: 100;
}
.sub-member-banner .member-banner-img {
  width: 316px;
  height: 65px;
  position: relative;
  z-index: 1;
}
.sub-member-banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  background: url(../images/common/map.png) no-repeat;
  background-size: cover;
  width: 352px;
  height: 322px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
.sub-member-banner:hover .btn02 {
  color: #ffffff;
  background: #3499d6;
  border: solid 1px #ffffff;
}
.sub-member-banner:hover .btn-arrow04 span:before {
  background: #3499d6;
  border: solid 1px #ffffff;
}
.sub-member-banner:hover .btn-arrow04:before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.sub-member-banner:hover .btn-arrow04:after {
  background: #ffffff;
}

.manshon-sec02-img {
  width: 20%;
  margin: 0 auto;
}

.sub-manshon01-banner {
  background: url(../images/manshon/manshon-banner-bg.png) no-repeat center center;
  position: relative;
  width: 1000px;
  max-width: 100%;
  height: 250px;
  background-size: cover;
  margin: 0 auto;
  margin-top: 100px;
  border-radius: 10px;
}
.sub-manshon01-banner a {
  padding: 68px 40px;
  display: block;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
}
.sub-manshon01-banner::after {
  content: "";
  position: absolute;
  background: url(../images/manshon/manshon-banner-pic.png) no-repeat center center;
  right: -30px;
  bottom: -20px;
  background-size: contain;
  width: 311px;
  height: 295px;
}
.sub-manshon01-banner .btn-arrow03::before {
  right: -374px;
}
.sub-manshon01-banner .btn-arrow03::after {
  right: -369px;
}
.sub-manshon01-banner .btn-arrow03 span::before {
  right: -390px;
}
.sub-manshon01-banner:hover .btn-arrow03::before {
  border-top: 2px solid #3499d6;
  border-right: 2px solid #3499d6;
}
.sub-manshon01-banner:hover .btn-arrow03::after {
  background: #3499d6;
}
.sub-manshon01-banner:hover .btn-arrow03 span::before {
  background: #ffffff;
  border: solid 1px #ffffff;
}
.sub-manshon01-banner .sub-manshon01-banner-text {
  font-weight: 700;
  letter-spacing: 5px;
}

.heading02-sub {
  z-index: 100;
}

.sub-manshon02-text {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 6px;
  line-height: 1.6;
  display: block;
  position: relative;
}
.sub-manshon02-text span {
  color: #303c88;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #ffd800;
  text-decoration-thickness: 5px;
  z-index: 100;
}

.sub-box02-inner02 {
  padding: 40px 30px;
  border: solid 1px #1c72dc;
}

.sub-box02-inner03 {
  padding: 30px 30px;
  border: solid 1px #1c72dc;
}
.sub-box02-inner03 .heading03 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.sub-manshon-sec02 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.sub-manshon-sec03 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.sub-manshon-sec04 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.sub-manshon-sec05 {
  padding-top: 60px !important;
}

.sub-manshon-sec08 {
  padding-bottom: 60px;
}

.list-num {
  margin-top: 20px;
  background: rgb(244, 250, 253);
  padding: 20px 20px;
  border-radius: 5px;
}
.list-num li {
  list-style: decimal;
  list-style-position: inside;
  line-height: 1.8;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.list-num li::marker {
  color: #1c72dc;
  font-weight: 700;
}

.about-table th {
  color: #303c88;
}

.history-table th {
  width: auto;
  background: rgb(244, 250, 253);
}
.history-table th:nth-child(1) {
  width: 20%;
}
.history-table th:nth-child(2) {
  width: 70%;
}
.history-table th:nth-child(3) {
  width: 10%;
}
.history-table td {
  width: auto;
}

.download-item-img {
  text-align: center;
}
.download-item-img img {
  max-width: 100%;
  height: 270px;
}

.sub-box04-download {
  background: #f4fafd;
  position: relative;
}

.sub-everguard-sec01 {
  position: relative;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}
.sub-everguard-sec01::before {
  position: absolute;
  content: "";
  background: url(../images/everguard/section_bg.png) no-repeat bottom center;
  bottom: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}

.video {
  width: 100%;
  height: auto;
}

.video video {
  width: 100%;
  height: auto;
  border: solid 1px #ccc;
}

.video-link a {
  margin-left: 5px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: auto;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sub-everguard-sec02 {
  padding-top: 60px;
}

.sub-box06 {
  background: #3499d6;
  background: linear-gradient(90deg, rgba(52, 153, 214, 0.8) 0%, rgba(28, 114, 220, 0.8) 100%);
  padding: 30px 30px;
  border-radius: 10px;
  position: relative;
}
.sub-box06 .sub-box06-inner {
  background: #ffffff;
  padding: 40px 40px;
  border-radius: 10px;
}
.sub-box06 .sub-box06-item {
  position: relative;
  margin-bottom: 30px;
}
.sub-box06 .sub-box06-item:last-of-type {
  margin-bottom: 0;
}
.sub-box06 .sub-box06-num-block {
  width: 60px;
  height: 60px;
  background: #1c72dc;
  border-radius: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.sub-box06 .sub-box06-num-block .sub-box06-num {
  font-size: 24px;
  font-size: 2.4rem;
  color: #ffffff;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.sub-box06 .heading04 {
  margin-bottom: 0;
  margin-left: 20px;
}
.sub-box06 .sub-box06-text {
  margin-top: 10px;
}

.sub-box07 {
  background: #f4fafd;
  padding: 20px 20px;
  border-radius: 10px;
}

.method-box-title {
  color: #333333;
  position: relative;
  padding-left: 20px;
}
.method-box-title::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #1c72dc;
  left: 0;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

.flow-map {
  border: solid 1px #ccc;
  padding: 30px 30px;
  background: #fbfbfb;
}
.flow-map img {
  width: 80%;
  margin: 0 auto;
}

.safety-box {
  border: solid 1px #ccc;
  padding: 40px 40px;
  background: #fbfbfb;
}

.safety-box-table th {
  width: auto;
  background: rgb(244, 250, 253);
}

.safety-box-table td {
  background: #fbfbfb;
}

.sub-everguard-sec04 {
  padding-bottom: 60px !important;
}

.sub-everguard-sec05 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.kgk15-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.kgk15-title span {
  margin-right: 10px;
}
.kgk15-title span img {
  width: 100px;
  height: 100px;
}

.sub-everguard-sec06 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.sub-warranty-banner {
  background: url(../images/common/warranty_bg.jpg) no-repeat bottom center;
  background-size: cover;
  width: 100%;
  border-radius: 10px;
  padding: 60px 60px;
  position: relative;
  display: block;
}
.sub-warranty-banner .member-banner-ttl {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 5px;
  text-align: left;
  position: relative;
  line-height: 1.4;
}
.sub-warranty-banner p {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 20px;
  color: #ffffff;
}
.sub-warranty-banner .btn02 {
  width: 350px;
}
.sub-warranty-banner:hover .btn02 {
  color: #ffffff;
  background: #3499d6;
  border: solid 1px #ffffff;
}
.sub-warranty-banner:hover .btn-arrow04 span:before {
  background: #3499d6;
  border: solid 1px #ffffff;
}
.sub-warranty-banner:hover .btn-arrow04:before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.sub-warranty-banner:hover .btn-arrow04:after {
  background: #ffffff;
}

.sub-tilerepair-sec01 {
  position: relative;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 80px;
  margin-bottom: 50px;
}
.sub-tilerepair-sec01::before {
  position: absolute;
  content: "";
  background: url(../images/everguard/section_bg.png) no-repeat bottom center;
  bottom: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}

.safety-box02 {
  border: solid 1px #ccc;
  padding: 30px 30px;
  background: #fbfbfb;
}
.safety-box02 .flt-left05 {
  width: 33%;
}
.safety-box02 .flt-right05 {
  width: 65%;
}
.safety-box02 .tilerepair-box01 img {
  width: auto;
  height: 113px;
}

.tilerepair-sub-title {
  background: #1c72dc;
  color: #ffffff;
  padding: 20px 20px;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}

.tilerepair-box02 {
  border: solid 1px #ccc;
  padding: 20px 15px;
  background: #fbfbfb;
}

.sub-tilerepair-sec05 {
  padding-bottom: 60px !important;
}

.sub-tilerepair-sec06 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.sub-tilerepair-sec07 {
  padding-top: 60px !important;
}

.tilerepair-arrow img {
  width: auto;
  height: 50px;
}

.list-mark {
  margin-top: 20px;
  border-radius: 5px;
  text-align: left;
}
.list-mark li {
  list-style: disc;
  list-style-position: inside;
  line-height: 1.8;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.list-mark li::marker {
  color: #1c72dc;
  font-weight: 700;
}

.download-box01-wrap {
  position: relative;
}

.download-box01 {
  border: solid 1px #ccc;
  padding: 30px 30px;
  background: #f4fafd;
  transition: 0.2s;
  display: block;
}
.download-box01 .download-box-text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.download-box01 img {
  width: auto;
  height: 250px;
}
.download-box01:hover {
  opacity: 0.8;
}
.download-box01:hover .btn-arrow03 span:before {
  background: #ffffff;
  border: solid 1px #3499d6;
}
.download-box01:hover .btn-arrow03:before {
  border-top: 2px solid #3499d6;
  border-right: 2px solid #3499d6;
}
.download-box01:hover .btn-arrow03:after {
  background: #3499d6;
}

.download-box02 {
  border: solid 1px #ccc;
  padding: 30px 30px;
  background: #f4fafd;
}
.download-box02 .download-box02-title {
  text-align: center;
}
.download-box02 .download-box02-title .heading03 {
  margin-bottom: 20px;
}
.download-box02 .download-box02-img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.download-box02 .download-box02-img:hover {
  opacity: 0.8;
}
.download-box02 .btn04 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 40px;
  width: 100%;
}
.download-box02 .btn04:hover svg {
  fill: #3499d6;
}
.download-box02 .download-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.download-box02 .download-icon svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 36px;
  height: 30px;
  fill: #ffffff;
}

.download-box03 {
  border: solid 1px #ccc;
  padding: 30px 30px;
  background: #f4fafd;
  transition: 0.2s;
  display: block;
}
.download-box03 .heading03 {
  margin-bottom: 20px;
}
.download-box03 img {
  width: auto;
  height: 250px;
}
.download-box03:hover {
  opacity: 0.8;
}
.download-box03:hover .btn-arrow03 span:before {
  background: #ffffff;
  border: solid 1px #3499d6;
}
.download-box03:hover .btn-arrow03:before {
  border-top: 2px solid #3499d6;
  border-right: 2px solid #3499d6;
}
.download-box03:hover .btn-arrow03:after {
  background: #3499d6;
}
.download-box03:hover .btn04 {
  background: #ffffff;
  color: #3499d6;
}

.contact-box {
  background: #ffffff;
  border: solid 1px #ccc;
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  border-radius: 3px;
  padding: 60px 20px;
}
.contact-box .contact-img {
  margin-bottom: 20px;
}
.contact-box .contact-text {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #97642a;
}
.contact-box .contact-tel a {
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 5px;
  font-weight: 700;
}
.contact-box .contact-tel i {
  color: #1c72dc;
  font-size: 45px;
  font-size: 4.5rem;
  margin-right: 15px;
}
.contact-box .contact-reception {
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 10px;
}

.caution-box {
  border: solid 1px #cc1421;
  background: rgba(239, 139, 117, 0.1);
  padding: 20px 20px;
  margin-top: 30px;
}
.caution-box p {
  color: #cc1421;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}

.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.grecaptcha-badge {
  bottom: 120px !important;
}

.result-item {
  text-align: center;
  margin-bottom: 20px;
}
.result-item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.result-comment-wrap {
  margin-top: 30px;
}
.result-comment-wrap .result-comment {
  border-bottom: solid 1px #ccc;
  padding: 24px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
}
.result-comment-wrap .result-comment dt {
  width: 20%;
  font-weight: 700;
  padding-left: 40px;
}
.result-comment-wrap .result-comment dd {
  width: 80%;
}
.result-comment-wrap .result-comment dd a {
  color: #1c72dc;
}
.result-comment-wrap .result-comment:first-child {
  border-top: solid 1px #ccc;
}

.btn-result {
  color: #fff;
  display: inline-block;
  padding: 12px 65px;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #1c72dc;
  border-radius: 50px;
}
.btn-result:hover {
  opacity: 0.9;
}
.btn-result:hover.arrow01::after {
  right: 20px;
}

.result-item-tag {
  margin-bottom: 20px;
}
.result-item-tag a {
  width: 23%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 15px;
  background: #1c72dc;
  color: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 1%;
  margin-top: 10px;
  height: 55px;
  border-radius: 100px;
}
.result-item-tag a:hover {
  background: #ffffff;
  color: #1c72dc;
  border: solid 1px #1c72dc;
}
.result-item-tag .result-item-tag-title {
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}

.result-item-tag a.active {
  background: #1c72dc;
  color: #ffffff;
}
.result-item-tag a.active::before {
  background: #ffffff;
  right: 20px;
}
.result-item-tag a.active::after {
  right: 31px;
  border-top: 2px solid #1c72dc;
  border-right: 2px solid #1c72dc;
}

.result-box-wrap {
  overflow: hidden;
  border-bottom: solid 1px #d9d9d9;
  position: relative;
  margin-top: 20px;
}
.result-box-wrap img {
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 250px;
  width: 100%;
}
.result-box-wrap .slide-contents-item-img {
  overflow: hidden;
}

.result-box-archive-wrap {
  overflow: hidden;
  border-bottom: solid 1px #d9d9d9;
  position: relative;
  width: 31% !important;
  margin: 0 1%;
  margin-top: 20px;
}
.result-box-archive-wrap img {
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 250px;
  width: 100%;
}
.result-box-archive-wrap .slide-contents-item-img {
  overflow: hidden;
}
.result-box-archive-wrap .result-box-title {
  padding: 15px 10px 10px 10px;
  color: #333333;
  font-weight: 700;
  background: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
}
.result-box-archive-wrap .result-box-title span {
  font-weight: 700;
  width: 80%;
  display: block;
}

.result-title {
  font-weight: 700;
  padding: 10px 10px;
}

.result-box-wrap:hover .slide-contents-item-text::before {
  background: #1d8cdb;
  right: 0;
}

.result-box-wrap:hover .slide-contents-item-text::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 9px;
  z-index: 12;
}

.result-box-archive-wrap:hover .slide-contents-item-text::before {
  background: #1d8cdb;
  right: 0;
}

.result-box-archive-wrap:hover .slide-contents-item-text::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 9px;
  z-index: 12;
}

.result-box-wrap:hover img {
  -webkit-transform: rotate(0deg) scale(1.1);
  transform: rotate(0deg) scale(1.1);
}

.slide-contents-item-text time {
  padding-left: 10px;
  padding-top: 5px;
  display: block;
}

.result-box-title {
  padding: 0 10px 10px 10px;
  color: #333333;
  font-weight: 700;
  background: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
}
.result-box-title span {
  font-weight: 700;
  width: 80%;
  display: block;
}

.tag_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  top: 227px;
  left: 0;
  display: none;
}
.tag_item span {
  background: #3499d6;
  padding: 2px 5px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  margin-right: 5px;
}

.tag_item-top {
  top: 377px;
}

li.members-item {
  margin-bottom: 20px;
  border: solid 1px #ccc;
  padding: 30px 30px;
  background: #f4fafd;
  transition: 0.2s;
  display: block;
}

.members-company-name dt {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
}
.members-company-name dd {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

ul.members-license {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
}

li.members-license-item {
  margin-right: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.members-tel-fax {
  margin-top: 10px;
}
.members-tel-fax ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.members-tel-fax ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.members-tel-fax ul li:first-child {
  margin-right: 20px;
}

.members-license-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 10px;
}

.members-adress {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.members-mail-h-link a {
  display: block;
  background: #3499d6;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 10px 20px;
  border-radius: 5px;
}
.members-mail-h-link .members-mail {
  margin-bottom: 20px;
}
.members-mail-h-link .members-mail a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.members-mail-h-link .members-mail a .contact-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.members-mail-h-link .members-mail a .contact-icon svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.members-mail-h-link .members-mail a:hover {
  opacity: 0.8;
}
.members-mail-h-link .members-h-link {
  margin-bottom: 20px;
}
.members-mail-h-link .members-h-link a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.members-mail-h-link .members-h-link a .link-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.members-mail-h-link .members-h-link a .link-icon svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.members-mail-h-link .members-h-link a:hover {
  opacity: 0.8;
}

.label {
  margin-right: 20px;
  color: #fff;
  font-size: 12px;
  background: #9a9a9a;
  padding: 0 13px;
  text-align: center;
  border-radius: 2px;
  line-height: 1.8;
  width: 100px;
}

.for-pc-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 80%;
  margin: 0 auto !important;
}

.icons-caption {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.icons-caption span {
  margin-left: 10px;
}

.accordion-member-wrap {
  width: 100%;
  margin-bottom: 7px;
  border: 2px solid #3499d6;
  border-radius: 5px;
  background: #f4fafd;
}

.accordion-member-wrap summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-repeat: no-repeat;
  color: #3499d6;
  font-weight: 600;
  cursor: pointer;
}

.accordion-member-wrap summary::-webkit-details-marker {
  display: none;
}

.accordion-member-wrap summary::before,
.accordion-member-wrap summary::after {
  position: absolute;
  right: calc(2em + 2.5px);
  width: 3px;
  height: 10px;
  border-radius: 5px;
  background-color: #3499d6;
  content: "";
}

.accordion-member-wrap summary::before {
  rotate: 90deg;
}

.accordion-member-wrap summary::after {
  transition: rotate 0.3s;
}

.accordion-member-wrap[open] summary::after {
  rotate: 90deg;
}

.accordion-member-wrap p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 2em 1.5em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion-member-wrap[open] p {
  transform: none;
  opacity: 1;
}

.flt_menber {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 50px 50px;
  border-radius: 5px;
  background: #f4fafd;
}
.flt_menber .flt_l_menber img {
  width: 80%;
  margin: 0 auto;
}

.memberMap {
  padding: 30px 30px;
  border-radius: 5px;
  transition: 0.2s;
  background: #ffffff;
  border: solid 1px #3499d6;
  display: block;
}
.memberMap li {
  margin-bottom: 10px;
}
.memberMap li:last-child {
  margin-bottom: 0;
}
.memberMap li a {
  display: block;
  background: #3499d6;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding: 10px 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.memberMap li a:hover {
  opacity: 0.8;
}
.memberMap li a .pin-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 10px;
}
.memberMap li a .pin-icon svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

.column-inner-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.column-main {
  width: 65%;
}

.side-area-block {
  width: 30%;
}

.side-area-heading {
  font-weight: 700;
  background: #3499d6;
  padding: 15px;
  margin-bottom: 10px;
  color: #ffffff;
}

.column-side-list li {
  border-bottom: solid 1px #ccc;
}
.column-side-list li a {
  display: block;
  position: relative;
  padding: 15px 25px 15px 15px;
  transition: 0.3s;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}
.column-side-list li a::before {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transform: rotate(45deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transition: 0.3s;
}
.column-side-list li a:hover {
  color: #1d8cdb;
}

.column-side-list li a:hover::before {
  right: 10px;
}

.news-single a {
  color: #3499d6;
}

.single-category-name {
  margin-top: 20px;
}
.single-category-name a {
  color: #333333;
}
.single-category-name a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1600px) {
  .header-inner {
    padding: 0px 0px 0px 30px;
  }
  .header-inner-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 15%;
  }
  .header-inner-center {
    width: 62%;
  }
  .header-inner-right {
    width: 20%;
  }
  .nav-item > a {
    padding: 0 15px;
  }
  .main-img-text-block {
    top: 30%;
    left: 10%;
  }
  .main-img-text-inner {
    font-size: 50px;
    font-size: 5rem;
    letter-spacing: 8px;
    margin-bottom: 0;
  }
  .main-img-text-inner02 {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 3px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .sub-img-school::before {
    content: "";
    left: 5%;
    width: 200px;
    height: 200px;
  }
  .sub-img-school::after {
    right: 5%;
    width: 200px;
    height: 200px;
  }
  .sub-img-manshon::before {
    content: "";
    left: 5%;
    width: 200px;
    height: 200px;
  }
  .sub-img-manshon::after {
    right: 5%;
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 1400px) {
  .header-inner {
    padding: 0px 0px 0px 20px;
  }
  .header-inner-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 15%;
  }
  .header-inner-center {
    width: 58%;
  }
  .header-inner-right {
    width: 25%;
  }
  .main-img-text-block {
    top: 30%;
    left: 10%;
  }
  .main-img-text-inner {
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: 5px;
  }
  .main-img-text-inner02 {
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin-top: 20px;
  }
  .sub-img-school::before {
    content: "";
    left: 4%;
    width: 150px;
    height: 150px;
    top: 50%;
  }
  .sub-img-school::after {
    right: 4%;
    width: 150px;
    height: 150px;
    top: 50%;
  }
  .sub-img-manshon::before {
    content: "";
    left: 4%;
    width: 150px;
    height: 150px;
    top: 50%;
  }
  .sub-img-manshon::after {
    right: 4%;
    width: 150px;
    height: 150px;
    top: 50%;
  }
  .top-content01::before {
    font-size: 100px;
    font-size: 10rem;
    letter-spacing: 20px;
    font-weight: 700;
    color: #3499d6;
    opacity: 0.1;
  }
  .top01-left-wrap {
    padding: 60px 0;
  }
  .top01-left-wrap p {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  .top01-left p {
    margin-left: 0;
  }
  .top01-right-wrapper .top01-right01 {
    padding: 40px 0;
    margin-right: 200px;
  }
  .top01-right-wrapper .top01-right01 img {
    width: 90%;
  }
  .top01-right-wrapper .top01-right02 {
    text-align: right;
  }
  .top01-right-wrapper .top01-right02 img {
    width: 80%;
  }
  .news-block {
    width: 90%;
  }
}
@media only screen and (max-width: 1199px) {
  .inner {
    padding: 0;
  }
  .nav-item > a {
    padding: 0 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-inner {
    padding: 0px 0px 0px 30px;
  }
  .header-contact-list .header-contact-list-item a {
    padding: 15px 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header-contact-list .header-member-list-item .header-list-text {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .float-contact-list {
    -webkit-justify-content: right;
    -moz-justify-content: right;
    -ms-justify-content: right;
    justify-content: right;
    -ms-flex-pack: right;
  }
  .float-contact-list .float-contact-list-item {
    height: 100%;
  }
  .float-contact-list .float-contact-list-item a {
    padding: 10px 10px;
    width: 50px;
    height: 50px;
  }
  .float-contact-list .float-contact-list-item a i {
    font-size: 1.8em;
    margin-right: 0;
  }
  .float-contact-list .float-contact-list-item a .header-contact-list-text {
    display: none;
  }
  .main-img-text-block {
    top: 30%;
    left: 10%;
  }
  .main-img-text-inner {
    font-size: 35px;
    font-size: 3.5rem;
    letter-spacing: 4px;
  }
  .main-img-text-inner02 {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 2px;
    margin-top: 20px;
  }
  .main-contents {
    padding: 80px 0 0;
  }
  .section-contents {
    padding: 0 0 80px;
    position: relative;
  }
  .sub-title-wrap {
    padding: 80px 0;
  }
  .sub-title div {
    font-size: 34px;
    font-size: 3.4rem;
    letter-spacing: 8px;
  }
  .heading05 {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 4px;
    margin-bottom: 40px;
  }
  .sub-school-sec01 .inner {
    margin-top: 60px;
  }
  .sub-manshon-sec01 .inner {
    margin-top: 60px;
  }
  .sub-school01 .sub-school01-text {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .sub-school01 .sub-school01-text::before {
    left: 2%;
    width: 35px;
    height: 55px;
    background-size: contain;
  }
  .sub-school01 .sub-school01-text::after {
    right: 2%;
    width: 35px;
    height: 55px;
    background-size: contain;
  }
  .sub-img-school {
    padding: 150px 0;
  }
  .sub-img-school::before {
    left: 2%;
    width: 120px;
    height: 120px;
    top: 40%;
  }
  .sub-img-school::after {
    right: 2%;
    width: 120px;
    height: 120px;
    top: 50%;
  }
  .sub-img-manshon {
    padding: 150px 0;
  }
  .sub-img-manshon::before {
    left: 2%;
    width: 120px;
    height: 120px;
    top: 40%;
  }
  .sub-img-manshon::after {
    right: 2%;
    width: 120px;
    height: 120px;
    top: 50%;
  }
  .top-content01::before {
    bottom: 0px;
    font-size: 100px;
    font-size: 10rem;
    letter-spacing: 10px;
  }
  .top01-right-wrapper .top01-right01 {
    margin-right: 130px;
  }
  .top-content02 {
    padding-top: 100px;
  }
  .top-content02 .top-content02-wrapper {
    padding: 40px 0;
  }
  .news-block {
    width: 100%;
  }
  .content03-item .content03-item-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .content03-item .content03-item-text {
    padding: 40px 100px 20px 20px;
  }
  .content04-item .content04-text-wrap .content04-title {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 2px;
  }
  .content04-item .content04-text-wrap {
    width: 70%;
  }
  .top-banner {
    padding: 40px 0;
  }
  .footer-btn-wrap {
    display: block;
  }
  .footer-btn-wrap .flt-30 {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer .footer-bottom .footer-bottom-right .footer-btn-wrap .footer-btn {
    width: 100%;
  }
  .sub-img-manshon {
    padding: 200px 0;
  }
  .sub-img-school {
    padding: 200px 0;
  }
  .sub-manshon01-banner::after {
    width: 271px;
  }
  .sub-school01-banner::after {
    width: 271px;
  }
  .sub-manshon02-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sub-manshon02-text span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sub-manshon02-text span::before {
    bottom: 5px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  body {
    max-width: 100%;
    min-width: 100%;
  }
  .inner,
  .inner02 {
    width: 95%;
    margin: 0 auto;
  }
  .news-inner {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  .header {
    position: fixed;
    height: 80px;
    background: #ffffff;
    box-shadow: 0 1px 25px -5px #efefef;
  }
  .nav-item > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .header-inner-left {
    width: 90%;
  }
  .header-inner-center {
    display: none;
  }
  .header-inner-right {
    display: none;
  }
  .logo img {
    height: 30px;
    width: auto;
  }
  .pc-nav {
    display: none;
  }
  .section-contents {
    padding: 0 0 100px;
  }
  .sub-title-wrap {
    padding: 70px 0 70px 0;
    margin-top: 80px;
  }
  .sub-title div {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 6px;
  }
  .main-img-text-block {
    top: 30%;
    left: 5%;
  }
  .main-img-text-inner {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 4px;
  }
  .main-img-text-inner02 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 2px;
    margin-top: 10px;
  }
  .sub-school01 .sub-school01-text::before {
    display: none;
  }
  .sub-school01 .sub-school01-text::after {
    display: none;
  }
  .sub-img-school::before {
    left: 2%;
    width: 120px;
    height: 120px;
    top: 40%;
    filter: brightness(0.5);
  }
  .sub-img-school::after {
    right: 2%;
    width: 120px;
    height: 120px;
    top: 50%;
    filter: brightness(0.5);
  }
  .sub-img-school .heading02 {
    font-size: 30px;
    font-size: 3rem;
  }
  .sub-img-school p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sub-img-manshon::before {
    left: 2%;
    width: 120px;
    height: 120px;
    top: 40%;
    filter: brightness(0.5);
  }
  .sub-img-manshon::after {
    right: 2%;
    width: 120px;
    height: 120px;
    top: 50%;
    filter: brightness(0.5);
  }
  .sub-img-manshon .heading02 {
    font-size: 30px;
    font-size: 3rem;
  }
  .sub-img-manshon p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .deco01::before {
    top: -20px;
    width: 68px;
    height: 25px;
  }
  .deco02::before {
    top: -20px;
    width: 68px;
    height: 25px;
  }
  .deco03 {
    display: none;
  }
  .deco04 {
    position: relative;
    display: block;
  }
  .deco04::before {
    position: absolute;
    content: "";
    bottom: 10%;
    left: 0;
    background: url(../images/common/deco06.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 7px;
    z-index: -1;
  }
  .heading01 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .float-contact-list {
    width: 100%;
    margin: 0 auto;
  }
  .float-contact-list .float-contact-list-item a {
    padding: 10px 10px;
    width: 50px;
    height: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    width: 90% !important;
    padding: 0 5px !important;
    letter-spacing: 0;
  }
  .top-content01 .flt-box02 {
    display: block;
  }
  .top-content01 .flt-left01 {
    width: 100%;
  }
  .top-content01 .flt-right01 {
    width: 100%;
  }
  .top01-left-wrap {
    padding: 30px 0;
    padding-bottom: 0;
  }
  .top01-left-wrap p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
  .top01-right-wrapper .top01-right01 {
    margin-right: 0;
    text-align: left;
  }
  .top01-right-wrapper .top01-right02 img {
    width: 100%;
    height: 430px;
    object-fit: contain;
  }
  .top01-right-wrapper .top01-right01 img {
    width: 50%;
  }
  .top01-right-wrapper {
    display: none;
  }
  .top01-right-wrapper-sp {
    display: block;
    margin-top: 20px;
    padding-bottom: 100px;
  }
  .top-content01::before {
    bottom: 0px;
    font-size: 80px;
    font-size: 8rem;
    letter-spacing: 8px;
  }
  .top01-right-wrapper-sp {
    padding-bottom: 80px;
  }
  .top-content02 {
    padding-top: 100px;
  }
  .top-banner {
    padding: 40px 0;
  }
  .manshon-sec02-img {
    width: 30%;
  }
  .sub-manshon01-banner {
    height: auto;
    margin-top: 80px;
  }
  .sub-manshon01-banner a {
    padding: 48px 20px;
    font-size: 18px;
    font-size: 1.8rem;
    z-index: 1;
  }
  .sub-manshon01-banner::after {
    width: 200px;
    height: 235px;
    right: -10px;
    z-index: 0;
  }
  .sub-school01-banner {
    height: auto;
    margin-top: 80px;
  }
  .sub-school01-banner a {
    padding: 48px 20px;
    font-size: 24px;
    font-size: 2.4rem;
    z-index: 1;
  }
  .sub-school01-banner::after {
    width: 200px;
    height: 235px;
    right: -10px;
    z-index: 0;
  }
  /*資料ダウンロード*/
  .download-item-img {
    top: inherit;
    bottom: 20px;
  }
  .download-item-img img {
    height: 250px;
  }
  .download-box02 .flt-box02 {
    display: block;
  }
  .download-box02 .flt-31 {
    width: 100%;
    margin-bottom: 20px;
  }
  .download-box02 .download-box02-img {
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .btn-wrap {
    margin-top: 20px;
  }
  .btn-wrap01 {
    margin-top: 25px;
  }
  .btn-wrap02 {
    margin-top: 15px;
  }
  .btn01, #submit #confirm, #submit #send, #submit #back {
    width: 250px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 20px;
  }
  .btn-color01 span {
    padding: 20px 40px;
    width: 100%;
  }
  .btn-arrow03 span:before {
    width: 40px;
    height: 40px;
    right: 10px;
  }
  .btn-arrow03:before {
    right: 22px;
    width: 4px;
    height: 4px;
  }
  .btn-arrow03:after {
    width: 12px;
    height: 2px;
    right: 26px;
  }
  .heading01 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  .heading-icon::before {
    width: 136px;
    height: 120px;
  }
  .heading-icon {
    width: 100%;
    margin-right: 0;
  }
  .heading-icon img {
    width: 40px;
    height: auto;
  }
  .heading02 {
    font-size: 22px;
    font-size: 2.2rem;
    padding-left: 30px;
    letter-spacing: 2px;
  }
  .heading02::before {
    width: 25px;
    height: 22px;
  }
  .heading02::after {
    content: "";
    right: 1%;
    width: 108px;
    height: 30px;
  }
  .heading03 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  .heading04 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 1.3;
  }
  .heading05 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .heading06 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .heading06::before {
    width: 5px;
  }
  .heading07 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 1.3;
  }
  .heading-deco01::before {
    width: 40px;
    bottom: -5px;
  }
  .wp-pagenavi {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /*WPのシングルページ調整CSS*/
  .news-item a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  .single-article-heading {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
  }
  .news-single-inner h1 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .news-single-inner h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .news-single-inner h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .news-single-inner h4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .news-single-inner p {
    margin-bottom: 20px;
  }
  .news-single-inner figure {
    margin-bottom: 20px;
  }
  .news-single-inner img.alignright {
    margin: 0;
    display: block;
  }
  .news-single-inner img.alignleft {
    margin: 0;
    display: block;
  }
  .news-single-inner .alignright {
    float: none;
  }
  .news-single-inner .alignleft {
    float: none;
  }
  .news-single-inner img {
    width: 100%;
    margin: 10px 0 !important;
  }
  .news-single-thumbnail img {
    margin: 0 !important;
  }
  .mokuji {
    padding: 20px;
  }
  .single-btn-wrap {
    margin-bottom: 40px;
  }
  .news-cat {
    padding: 0px 10px;
    display: inline-block;
  }
  .post-link {
    margin-top: 40px;
  }
  /*tableタグ調整用*/
  table th {
    width: auto;
    display: block;
    padding: 0.7em;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 0.7em 0;
  }
  table td {
    width: auto;
    display: block;
    padding: 0.7em;
    font-size: 16px;
    border-right: none;
    padding: 0.7em 0;
  }
  /*アクセスマップ用*/
  .access-map {
    position: relative;
    padding-bottom: 65%;
    height: 0;
    overflow: hidden;
  }
  .access-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  /*form調整用*/
  table input,
  table textarea,
  select {
    padding: 18px 10px;
  }
  span.wpcf7-list-item {
    margin-left: 0;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  span.wpcf7-list-item input {
    margin-bottom: 0;
  }
  .wpcf7-validates-as-required span.wpcf7-list-item {
    padding: 5px;
  }
  .pagetop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 10px;
    right: 10px;
  }
  .pagetop.fixed-more {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 10px;
    right: 10px;
  }
  .pagetop i {
    margin-top: 2px;
  }
  .pagetop a:after {
    width: 10px;
    height: 10px;
  }
  #privacy {
    padding: 10px;
  }
  #check p {
    font-size: 14px;
    text-align: left;
  }
  .copyright {
    padding: 10px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .wpcf7-textarea {
    margin-top: 0px;
  }
  input[type=radio] {
    margin-bottom: 10px;
  }
  input[type=radio]:last-child {
    margin-bottom: 0px;
  }
  .header {
    height: 60px;
    background: #ffffff;
    box-shadow: 0 1px 25px -5px #efefef;
  }
  .header-inner {
    height: 60px;
    padding: 0px 0px 0px 10px;
  }
  .section-contents {
    padding: 0 0 60px;
  }
  .section-contents:last-of-type {
    padding-bottom: 40px;
  }
  .main-img-text-block {
    top: 40%;
    left: 0;
    padding: 0 20px;
  }
  .main-img-text-inner {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 3px;
  }
  .main-img-text-inner02 {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin-top: 20px;
  }
  .bread-crumb {
    padding: 5px 0;
  }
  .bread-crumb-inner span {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
  }
  .float-menu-pc {
    display: none;
  }
  .float-menu-sp {
    position: fixed;
    top: inherit;
    right: 0;
    z-index: 10000;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: flex;
  }
  .float-menu-sp .float-menu-item {
    border-radius: 0 0 0 0;
    width: 50%;
    padding: 5px 0;
  }
  .float-menu-sp .float-menu-item a {
    writing-mode: horizontal-tb;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .float-menu-sp .float-menu-item01 {
    border-radius: 0;
  }
  .float-menu-sp .float-menu-item02 {
    border-radius: 0;
  }
  .float-menu-sp .float-menu-item02 a span {
    font-weight: 700;
  }
  .float-menu-sp i {
    font-size: 1.4em;
    margin-bottom: 0;
    margin-right: 5px;
  }
  .float-contact-list .float-contact-list-item a {
    font-size: 14px;
    font-size: 1.4rem;
    height: 40px;
  }
  #to-top {
    bottom: 80px;
  }
  .footer .footer-top {
    padding: 40px 0;
  }
  .footer .footer-top .footer-item li {
    margin-bottom: 10px;
    border-bottom: solid 1px #dddddd;
    padding: 10px 0;
  }
  .footer .footer-top .footer-item li:last-child {
    margin-bottom: 10px;
  }
  .footer .footer-bottom .footer-bottom-left {
    width: 100%;
  }
  .footer .footer-top .footer-item02 li:first-child {
    margin-bottom: 0;
    border-bottom: solid 1px #dddddd;
    padding: 10px 0;
  }
  .footer .footer-top .footer-item02 li:first-child::before {
    display: none;
  }
  .footer .footer-top .footer-item02 li {
    margin-bottom: 0;
    border-bottom: solid 1px #dddddd;
    padding: 7px 0;
    padding-left: 20px;
    position: relative;
  }
  .footer .footer-top .footer-item02 li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #333333;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
  .footer .footer-bottom .footer-bottom-left {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .footer-logo img {
    height: 40px;
    object-fit: contain;
    width: auto;
  }
  .footer .footer-bottom .footer-bottom-right {
    width: 100%;
    margin-top: 20px;
  }
  .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .main-contents {
    padding: 50px 0 0;
  }
  .top-content01::before {
    font-size: 60px;
    font-size: 6rem;
    letter-spacing: 6px;
  }
  .top01-right-wrapper-sp {
    padding-bottom: 60px;
  }
  .top-content02 {
    padding-top: 60px;
  }
  .top-content02 .flt-left05 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .news-item {
    padding: 10px 10px;
    margin-bottom: 10px;
  }
  .news-item a .news-item a {
    display: block;
    padding: 10px 15px;
    margin-top: 10px;
  }
  .news-item a time {
    width: 100%;
  }
  .news-item a .news-text {
    width: 100%;
  }
  .news-item-top {
    border-radius: 10px;
  }
  .news-item-top a {
    display: block;
    padding: 5px 10px;
  }
  .news-item-top time {
    width: 90%;
    display: block;
  }
  .news-item-top .news-text {
    width: 90%;
  }
  .content03-item .content03-item-title {
    font-size: 20px;
    font-size: 2rem;
  }
  .content03-item .content03-item-text {
    padding: 40px 60px 20px 20px;
  }
  .content03-item .content03-item-title {
    padding: 10px 10px;
  }
  .content04-item .content04-text-wrap {
    width: 85%;
    transform: none;
    position: absolute;
    inset: 0; /* top, right, bottom, left:0 と同じ */
    display: flex;
    flex-direction: column;
    justify-content: center; /* 縦方向の中央寄せ */
    align-items: flex-start; /* 左寄せ */
    padding-left: 30px;
  }
  .content04-item .content04-text-wrap .content04-title {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
  .content04-item .content04-text-wrap .content04-text {
    margin-top: 20px;
  }
  .top-content05 .text-right {
    text-align: left;
  }
  .top-banner {
    padding: 20px 0;
  }
  .top-banner img {
    width: auto;
  }
  .top-banner .flt-31:last-child {
    margin-bottom: 0;
  }
  .compliance-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*サブ共通*/
  .sub-title-wrap {
    padding: 30px 0 30px 0;
    margin-top: 60px;
  }
  .news-inner {
    width: 94%;
    margin: 0 auto;
  }
  .deco01 {
    position: relative;
  }
  .deco01::before {
    top: -20px;
    width: 68px;
    height: 25px;
  }
  .deco02 {
    position: relative;
  }
  .deco02::before {
    top: -20px;
    width: 68px;
    height: 25px;
  }
  .sub-img-school {
    height: 400px;
    object-fit: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .sub-img-school::before {
    left: 2%;
    width: 120px;
    height: 120px;
    top: 50%;
  }
  .sub-img-school::after {
    right: 2%;
    width: 120px;
    height: 120px;
    top: 40%;
  }
  .sub-img-school .heading02 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .sub-img-school p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sub-img-manshon {
    height: 400px;
    object-fit: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .sub-img-manshon::before {
    left: 2%;
    width: 120px;
    height: 120px;
    top: 50%;
  }
  .sub-img-manshon::after {
    right: 2%;
    width: 120px;
    height: 120px;
    top: 40%;
  }
  .sub-img-manshon .heading02 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .sub-img-manshon p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .deco03::before {
    display: none;
  }
  .deco04 {
    position: relative;
    display: block;
  }
  .deco04::before {
    position: absolute;
    content: "";
    bottom: 10%;
    left: 0;
    background: url(../images/common/deco06.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 5px;
    z-index: -1;
  }
  .sub-title div {
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 6px;
  }
  .sub-contents {
    margin-top: 40px;
  }
  .sub-section-content {
    padding: 0 0 60px;
  }
  .sub-section-content:last-of-type {
    padding: 0 0 40px;
  }
  .font18 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .font20 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .font22 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sub-title div {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 3px;
  }
  .sub-title div::before {
    width: 50px;
    height: 3px;
    bottom: -5px;
  }
  .video-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: auto;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .btn02 {
    padding: 17px 60px;
    font-size: 16px;
    font-size: 1.6rem;
    z-index: 100;
  }
  .btn04 {
    padding: 17px 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sub-school-sec01 .inner {
    margin-top: 40px;
  }
  .sub-manshon-sec01 .inner {
    margin-top: 40px;
  }
  .sub-school01 .sub-school01-text {
    font-size: 20px;
    font-size: 2rem;
  }
  .sub-school01 .sub-school01-text::before {
    display: none;
  }
  .sub-school01 .sub-school01-text::after {
    display: none;
  }
  .sub-school01-banner a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sub-manshon01-banner a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sub-manshon01-banner .btn-arrow03 span::before {
    right: -76px;
  }
  .sub-manshon01-banner .btn-arrow03::before {
    right: -64px;
  }
  .sub-manshon01-banner .btn-arrow03::after {
    right: -60px;
  }
  .sub-school01 .heading02 {
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 3px;
    margin-bottom: 30px;
    padding-left: 0;
  }
  .manshon-sec02-img {
    width: 50%;
  }
  .sub-box05 {
    padding: 30px 0;
  }
  .sub-box05 .heading04 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sub-box05-inner .sub-box05-item {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .sub-box05-inner .sub-box05-item:last-child {
    margin-bottom: 20px;
  }
  .sub-box05-inner {
    padding: 20px 20px;
  }
  .sub-box05-num-block {
    width: 50px;
    height: 50px;
    top: -20px;
  }
  .sub-box05-num-block .sub-box05-num-text {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
  .sub-box05-num-block .sub-box05-num {
    font-size: 20px;
    font-size: 2rem;
  }
  .sub-box01 {
    padding: 20px 20px;
  }
  .sub-manshon01-banner {
    margin-top: 30px;
  }
  .sub-manshon01-banner .sub-manshon01-banner-text {
    letter-spacing: 3px;
    width: 60%;
    display: block;
  }
  .sub-box02-inner02 {
    padding: 20px 15px;
    border: solid 1px #1c72dc;
  }
  .sub-box03 {
    padding: 20px 20px;
  }
  .sub-manshon02-text {
    letter-spacing: 2px;
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sub-manshon02-text span {
    font-size: 20px;
    font-size: 2rem;
  }
  .sub-manshon02-text span {
    text-decoration-thickness: 3px;
  }
  .sub-box02-inner03 {
    padding: 20px 20px;
  }
  .sub-box02-inner03 .heading03 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .sub-box04 .heading03 {
    font-size: 20px;
    font-size: 2rem;
  }
  .heading03-deco {
    padding: 10px 5px;
  }
  .sub-box-list li::before {
    margin-top: 10px;
  }
  .sub-box04 {
    padding: 20px 20px 20px 20px;
  }
  .sub-manshon-sec02 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .sub-manshon-sec03 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .sub-manshon-sec04 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .sub-manshon-sec05 {
    padding-top: 30px !important;
  }
  .sub-manshon-sec08 {
    padding-bottom: 30px !important;
  }
  .sub-member-banner {
    padding: 30px 30px;
  }
  .sub-member-banner .member-banner-ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    letter-spacing: 3px;
  }
  .sub-member-banner .member-banner-img {
    width: 276px;
    height: 65px;
  }
  .sub-member-banner::after {
    width: 229px;
    height: 212px;
  }
  .sub-warranty-banner {
    padding: 30px 30px;
  }
  .sub-warranty-banner .member-banner-ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    letter-spacing: 3px;
  }
  .sub-warranty-banner p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
    color: #ffffff;
  }
  .sub-warranty-banner .member-banner-img {
    width: 276px;
    height: 65px;
  }
  .sub-school-sec01 {
    padding-bottom: 30px !important;
  }
  .sub-school-sec02 {
    padding-top: 3% !important;
    padding-bottom: 30px !important;
  }
  .sub-school-sec03 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .sub-school-sec04 {
    padding-top: 30px !important;
  }
  .sub-box02-title {
    padding: 10px 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sub-box02-inner {
    padding: 20px 20px;
  }
  .arrow-school {
    width: 40px;
    height: auto;
  }
  .school-heading-deco01 {
    width: 50px;
    height: 50px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .sub-school02-text {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sub-school02-text .text-emphasis {
    background-size: 1.2em 0.6em;
  }
  .sub-school02-text::before {
    display: none;
  }
  .sub-school02-text::after {
    display: none;
  }
  .school-sec03-wrap03 {
    width: 80%;
  }
  .sub-title div span {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 3px;
  }
  .sub-school01 .sub-school01-text span::before {
    bottom: 5px;
  }
  .sub-school01-banner {
    margin-top: 60px;
  }
  /*資料ダウンロード*/
  .download-item-img {
    text-align: center;
    margin-top: 20px;
  }
  .download-item-img img {
    height: auto;
    width: 60%;
    margin: 0 auto;
  }
  .download-box01 {
    padding: 20px 15px;
  }
  .download-box01 .download-box-text {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-align: center;
  }
  .download-box01 img {
    height: 200px;
  }
  .download-box02 {
    padding: 20px 20px;
  }
  .download-box02 .download-box02-title .heading03 {
    margin-bottom: 10px;
  }
  .download-box02 .btn04 {
    padding: 10px 20px;
  }
  .download-box02 .download-icon svg {
    width: 26px;
    height: 20px;
  }
  .download-box02 .flt-31 {
    margin-bottom: 40px;
  }
  .download-box02 .flt-31:last-child {
    margin-bottom: 0;
  }
  .download-box03 {
    padding: 20px 20px;
  }
  .sub-tilerepair-sec01 {
    padding-bottom: 30px !important;
    margin-bottom: 30px;
  }
  .sub-tilerepair-sec03 .flt-right03 {
    text-align: center;
  }
  .sub-tilerepair-sec03 .flt-right03 img {
    width: 50%;
    margin: 0 auto;
  }
  .tilerepair-box02 {
    padding: 20px 20px;
  }
  .tilerepair-sub-title {
    padding: 10px 10px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10px;
  }
  .sub-tilerepair-sec05 {
    padding-bottom: 30px !important;
  }
  .sub-tilerepair-sec06 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .sub-tilerepair-sec07 {
    padding-top: 30px !important;
  }
  .sub-box07 {
    padding: 20px 20px;
  }
  .flow-map {
    padding: 20px 10px;
  }
  .flow-map img {
    width: 100%;
  }
  .flow-map p {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .warranty-table-wrap {
    overflow-x: auto;
    display: block;
  }
  .warranty-table-wrap table {
    table-layout: fixed;
    width: auto;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .warranty-table-wrap table th {
    display: table-cell;
    padding: 0.7em;
  }
  .warranty-table-wrap table td {
    display: table-cell;
    padding: 0.7em;
  }
  .warranty-table-wrap .safety-box-table02 {
    width: 100%;
    white-space: normal;
  }
  .safety-box02 {
    padding: 20px 20px;
  }
  .safety-box02 .flt-left05 {
    width: 100%;
  }
  .safety-box02 .flt-right05 {
    width: 100%;
  }
  .sub-box06 {
    padding: 20px 20px;
  }
  .sub-box06 .heading01 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sub-box06 .sub-box06-inner {
    padding: 20px 20px;
  }
  .sub-box06 .sub-box06-item .flt-box04 {
    display: flex;
    flex-wrap: nowrap;
  }
  .sub-box06 .sub-box06-num-block {
    width: 40px;
    height: 40px;
  }
  .sub-box06 .sub-box06-num-block .sub-box06-num {
    font-size: 20px;
    font-size: 2rem;
  }
  .sub-box06 .heading04 {
    margin-left: 10px;
  }
  .safety-box {
    padding: 20px 20px;
  }
  .safety-box-table-wrap {
    overflow-x: auto;
    display: block;
  }
  .safety-box-table-wrap table {
    table-layout: fixed;
    width: auto;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .safety-box-table-wrap table th {
    display: table-cell;
    padding: 0.7em;
  }
  .safety-box-table-wrap table td {
    display: table-cell;
    padding: 0.7em;
  }
  .sub-everguard-sec01 {
    padding-bottom: 30px;
  }
  .sub-everguard-sec02 {
    padding-top: 30px;
  }
  .sub-everguard-sec04 {
    padding-bottom: 30px !important;
  }
  .sub-everguard-sec05 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .sub-everguard-sec06 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .kgk15-title span img {
    width: 100px;
    height: auto;
  }
  .history-table {
    overflow-x: auto;
    display: block;
  }
  .history-table table {
    table-layout: fixed;
    width: auto;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .history-table table th {
    display: table-cell;
    padding: 0.7em;
  }
  .history-table table td {
    display: table-cell;
    padding: 0.7em;
  }
  .result-box-archive-wrap {
    width: 100% !important;
  }
  .result-box-title span {
    width: 100%;
  }
  .slide-contents-item-text {
    padding: 10px 50px 10px 0;
  }
  .slide-contents-item-img img {
    height: 200px;
  }
  .tag_item {
    top: 224px;
  }
  .result-item-tag a {
    width: 45%;
    height: 40px;
  }
  /*お問い合わせ*/
  .contact-box {
    width: 100%;
    padding: 20px 20px;
  }
  .contact-box .contact-tel a {
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 3px;
  }
  .contact-box .contact-img {
    margin-bottom: 10px;
  }
  .contact-box .contact-reception {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .contact-box .contact-tel i {
    font-size: 30px;
    font-size: 3rem;
    margin-right: 10px;
  }
  .contact-table th {
    width: 100%;
    padding: 0.7em 0;
  }
  .contact-table td {
    width: 100%;
    padding: 0.7em 0;
  }
  .contact-table #zip {
    width: 100%;
  }
  .contact-table select {
    width: 100%;
  }
  .contact-table .menu-time select {
    width: 40%;
    margin-top: 10px;
  }
  .contact-table .menu-time2 select {
    width: 40%;
    margin-top: 10px;
  }
  .contact-table .request-date input {
    width: 40%;
    display: block;
  }
  .contact-table .your-address input {
    width: 100%;
  }
  .flt_menber {
    padding: 30px 30px;
  }
  .flt_menber .flt_l_menber img {
    width: 100%;
  }
  .memberMap {
    padding: 20px 20px;
  }
  li.members-item {
    padding: 20px 20px;
  }
  li.members-license-item img {
    width: 22px;
    height: 22px;
  }
  .label {
    padding: 3px 13px;
  }
  .members-tel-fax ul {
    display: block;
  }
  .members-tel-fax ul li {
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
    -ms-flex-pack: start;
  }
  .members-tel-fax ul li:first-child {
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .icons-caption img {
    width: 22px;
    height: 22px;
  }
  .for-pc-icons {
    flex-wrap: wrap;
    width: 100%;
  }
  .icons-caption {
    width: 48%;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
    -ms-flex-pack: start;
    margin-top: 10px;
  }
  .icons-caption span {
    margin-left: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .accordion-member-wrap p {
    padding: 0 1em 1.5em;
  }
  .accordion-member-wrap summary {
    padding: 1em 1em;
  }
  .members-adress {
    -webkit-align-items: start;
    -moz-align-items: start;
    -ms-align-items: start;
    align-items: start;
  }
  .members-mail-h-link .members-mail {
    margin-bottom: 10px;
  }
  .column-inner-wrap {
    display: block;
  }
  .column-main {
    width: 100%;
  }
  .side-area-block {
    width: 100%;
    margin-top: 40px;
  }
  .side-area-heading {
    padding: 10px;
    margin-bottom: 10px;
  }
  .column-side-list li a {
    padding: 15px 25px 15px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .single-category-name {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .single-category-name a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 500px) {
  .top-content01::before {
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: 4px;
  }
  .top01-right-wrapper-sp {
    padding-bottom: 40px;
  }
  .sub-member-banner::after {
    width: 229px;
    height: 212px;
    right: 1%;
  }
  .sub-warranty-banner .btn02 {
    width: 100%;
    padding: 17px 30px;
  }
  .sub-manshon01-banner a {
    padding: 30px 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sub-manshon01-banner::after {
    display: none;
  }
  .sub-manshon01-banner .sub-manshon01-banner-text {
    width: 80%;
  }
  .sub-manshon01-banner .btn-arrow03 span::before {
    right: -72px;
  }
  .sub-manshon01-banner .btn-arrow03::before {
    right: -59px;
  }
  .sub-manshon01-banner .btn-arrow03::after {
    right: -54px;
  }
  .sub-school01-banner a {
    padding: 30px 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sub-school01-banner::after {
    display: none;
  }
  .sub-school01-banner .sub-school01-banner-text {
    width: 80%;
  }
  .sub-school01-banner .btn-arrow03::before {
    right: -80px;
  }
  .sub-school01-banner .btn-arrow03 span::before {
    right: -92px;
  }
  .sub-school01-banner .btn-arrow03::after {
    right: -75px;
  }
  .sub-school01-banner {
    margin-top: 40px;
  }
  .members-adress-item {
    width: 60%;
  }
  .sub-img-school::before {
    left: 2%;
    width: 120px;
    height: 120px;
    top: 60%;
  }
  .sub-img-school::after {
    right: 2%;
    width: 120px;
    height: 120px;
    top: 50%;
  }
  .sub-img-school .heading02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .deco01::before {
    top: -15px;
    width: 48px;
    height: 17px;
  }
  .deco02::before {
    top: -15px;
    width: 48px;
    height: 17px;
  }
  .sub-img-manshon::before {
    left: 2%;
    width: 120px;
    height: 120px;
    top: 60%;
  }
  .sub-img-manshon::after {
    right: 2%;
    width: 120px;
    height: 120px;
    top: 50%;
  }
  .sub-img-manshon .heading02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .result-item-tag a {
    width: 100%;
  }
  .slide-contents-item-img img {
    height: 130px;
  }
}
@media only screen and (max-width: 320px) {
  .sp-only03 {
    display: block !important;
  }
  .header-inner {
    height: 60px;
  }
  .nav-control {
    width: 60px;
    height: 60px;
  }
  .mannequin-cat-matrix-item a {
    width: 90px;
    height: 90px;
  }
}
@media print {
  /* デフォルト */
  body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    color: #000;
    -webkit-print-color-adjust: exact !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  section {
    page-break-after: avoid !important; /* 直前で改ページさせる */
    page-break-before: avoid !important; /* 直後で改ページさせる */
  }
  p {
    orphans: 3;
    widows: 3;
  }
  /* 個別 */
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */