@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;
  position: relative;
}

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;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  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;
}

.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;
}

.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-32 {
  width: 32%;
  margin-bottom: 10px;
}

.flt-33 {
  width: 33%;
}

.flt-44 {
  width: 44%;
}

.w-100 {
  width: 100%;
}

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

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

.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 {
    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-25,
  .flt-30,
  .flt-31,
  .flt-32,
  .flt-33,
  .flt-44 {
    width: 100%;
  }
  .flt-left01,
  .flt-left02,
  .flt-left03,
  .flt-left04,
  .flt-left05,
  .flt-left06,
  .flt-right07,
  .flt-right08,
  .flt-25,
  .flt-30,
  .flt-31,
  .flt-33,
  .flt-44 {
    margin-bottom: 15px;
  }
  .flt-box01 {
    margin-bottom: 30px;
  }
  .text-center02 {
    text-align: left;
  }
  .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: 15px 20px;
  width: 240px;
  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 #005bac;
  background: #005bac;
  border-radius: 100px;
  color: #333333;
}
.btn01:hover, #submit #back:hover, #submit #send:hover, #submit #confirm:hover {
  background: #ffffff;
  color: #005bac;
}

.btn02 {
  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;
  padding: 20px 60px;
  width: auto;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0);
  border: solid 1px #005bac;
  color: #333333;
}
.btn02:hover {
  background: #005bac;
  color: #ffffff;
}
.btn02:hover span {
  color: #ffffff;
}
.btn02 span {
  font-size: 20px;
  color: #005bac;
  font-weight: 500;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.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 #005bac;
  font-weight: 700;
  color: #005bac;
}
.btn03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: #005bac;
  transition: all 0.5s;
}
.btn03:hover {
  color: #ffffff;
}
.btn03:hover::before {
  transform: scaleX(1);
}

.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: #f36b4d;
  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: #005bac;
  color: #fff;
}
@media only screen and (min-width: 993px) {
  .btn-color02:hover, #submit #confirm:hover {
    opacity: 0.8;
  }
}

.btn-color03 {
  background: #0a9cc2;
  color: #fff;
}

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

/*
矢印
*/
.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: #005bac;
  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 #005bac;
  border-right: 2px solid #005bac;
}

.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: #98c969;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow02:hover:after {
  right: 0;
  background: #ffffff;
  width: 25px;
}

@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 #98c969;
  border-right: 2px solid #98c969;
}

.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 #98c969;
  border-right: 2px solid #98c969;
}

.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: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  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 #98c969;
  border-right: 3px solid #98c969;
  -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 #98c969;
  border-right: 2px solid #98c969;
  -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: #005bac;
  color: #ffffff;
}
.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: 6px;
  height: 6px;
  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:after {
  right: 17px;
  border-top: 2px solid #005bac;
  border-right: 2px solid #005bac;
}

.arrow07 {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #005bac;
  color: #ffffff;
}
.arrow07: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: 25px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #005bac;
  border-right: 2px solid #005bac;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow07:hover:after {
  right: 18px;
  border-top: 2px solid #005bac;
  border-right: 2px solid #005bac;
}

/*
センター揃え
*/
.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: 26px;
  font-size: 2.6rem;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  color: #333333;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 4px;
  text-align: left;
  position: relative;
}

.heading02 {
  font-size: 36px;
  font-size: 3.6rem;
  color: #97642a;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 3px;
  position: relative;
  padding-left: 70px;
  border-bottom: 2px solid #98c969;
}
.heading02::before {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  content: "";
  background: url(../images/common/heading-icon01.png) no-repeat;
  left: 0;
  width: 50px;
  height: 45px;
  background-size: contain;
}
.heading02::after {
  content: "";
  position: absolute;
  background: url(../images/common/heading-icon02.png) no-repeat;
  right: 3%;
  bottom: 0;
  width: 217px;
  height: 60px;
  background-size: contain;
}

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

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

.heading-deco01 {
  position: relative;
}
.heading-deco01::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #005bac;
  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: #005bac;
  left: 0;
}
.heading-deco02::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
  position: absolute;
  bottom: -15px;
  left: 0;
}

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

.color-blue01 {
  color: #005bac;
}

.color-blue02 {
  color: #66dfed;
}

.color-black {
  color: #333333;
}

.color-red01 {
  color: #f36b4d;
}

.color-green {
  color: #98c969;
}

/*
背景色
*/
.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: #f36b4d;
  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: #98c969;
  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: 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-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;
  opacity: 0;
}

.header {
  width: 100%;
  height: 100px;
  background: rgba(0, 91, 172, 0.05);
  z-index: 100;
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 220;
}

.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;
}
.logo img {
  max-width: 350px;
  height: auto;
}

.header-right {
  height: 90px;
}

.header-right-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;
  height: 90px;
}

.member_login.member_login_in {
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

.pass-reset-link {
  text-align: center;
}

.logout-btn-wrap {
  margin-left: 20px;
}
.logout-btn-wrap a {
  background: #005bac;
  padding: 13px 15px;
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 60px;
  font-weight: bold;
  color: #fff;
}

.logout-btn-wrap a:hover {
  opacity: 0.8;
}

.nav-list {
  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;
  background: #fff;
  border-radius: 60px;
  padding: 0 20px;
}

.nav-item {
  position: relative;
}
.nav-item a {
  position: relative;
  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: bold;
  padding: 0 20px;
  height: 50px;
  color: #333;
}
.nav-item > a::before {
  position: absolute;
  left: 6px;
  top: 44%;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background: #005bac;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.nav-item > a:hover::before {
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.nav-control {
  display: none;
}

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

.footer {
  background: #005bac;
  position: relative;
  width: 100%;
  height: 80px;
}

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

/*
アイコン
*/
.icon {
  position: relative;
  display: inline-block;
}
.icon i {
  margin-right: 5px;
}

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

.bread-crumb-inner span {
  margin: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

.bread-crumb-inner a {
  position: relative;
  color: #005bac;
  -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;
}

.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 #005bac;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-left: 10px;
  letter-spacing: 2px;
}
.news-single-inner h4 {
  font-weight: bold;
  color: #005bac;
  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: #005bac;
}
.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: #f36b4d;
}

.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: #005bac;
  background: #005bac;
  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;
  transition: 0.2s;
}

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

/*JS制御箇所*/
.fixed {
  position: fixed;
  top: 0;
  left: 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: #f36b4d;
}
#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: #005bac;
  border: solid 2px #005bac;
  display: inline-block;
  position: relative;
}

#submit input {
  cursor: pointer;
}

#submit #send {
  text-align: center;
  width: 270px;
  background: #005bac;
  color: #fff;
  border: solid 2px #005bac;
  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 #005bac;
}

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

.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: #f36b4d;
}
.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;
  float: right;
}

.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

div.wpcf7 input[type=file] {
  cursor: pointer;
  width: 100%;
}

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

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

.main-contents {
  padding: 60px 0 0;
  background: rgba(0, 91, 172, 0.05);
}

.top-contents {
  width: 70%;
}

.top02-contents {
  width: 100%;
}

.sidebar {
  width: 28%;
}

.sidebar-item {
  padding: 30px 30px;
  border-radius: 30px;
  background: #fff;
}

.top-section {
  padding: 0 0 60px;
}
.top-section:first-child {
  padding-top: 0;
}

.top-section-inner {
  padding: 40px 50px;
  border-radius: 30px;
  background: #fff;
}

.card-item {
  background: #fff;
  box-shadow: 0px 1px 10px 3px #f7f7f7;
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
  transition: 0.2s;
}
.card-item a {
  padding: 20px 20px 10px 20px;
  display: block;
}
.card-item .card-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.card-item time {
  font-size: 14px;
  font-size: 1.4rem;
}
.card-item:hover {
  box-shadow: 0px 3px 15px 3px #eeeeee;
}

.card-img-pc {
  width: 100%;
  /* ▼ 画像の縦横比を指定（横16 : 縦9） */
  aspect-ratio: 16/9;
  overflow: hidden; /* 角丸などがはみ出ないようにする */
}
.card-img-pc img {
  width: 100%;
  height: 100%;
  /* ▼ 重要：画像を枠いっぱいに広げ、はみ出た部分をカットする */
  object-fit: cover;
  /* ▼ 画像の位置（中央寄せ） */
  object-position: center;
}

.card-item02 {
  background: url(../images/common/bg01.png) no-repeat;
  background-size: cover;
  box-shadow: 0px 1px 10px 3px #f7f7f7;
  border-radius: 5px;
  border: solid 1px #ebebeb;
  padding: 20px 20px;
  text-align: 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;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #005bac;
  font-weight: 700;
  letter-spacing: 3px;
  transition: 0.2s;
  z-index: 1;
}
.card-item02:hover {
  box-shadow: 0px 3px 15px 3px #eeeeee;
}
.card-item02 a {
  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: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  margin-bottom: 10px;
  transition: 0.2s;
}
.card-item02 a:last-child {
  margin-bottom: 0;
}
.card-item02 a .icon-top img {
  width: 25px;
  height: auto;
  margin-right: 5px;
}
.card-item02 a:hover {
  opacity: 0.8;
}
.card-item02 .card-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.card-item02 time {
  font-size: 14px;
  font-size: 1.4rem;
}

.news-cat-list {
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 20px;
  padding-bottom: 10px;
}
.news-cat-list li a {
  background: #005bac;
  color: #ffffff;
  padding: 3px 5px;
  margin-right: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 5px;
  transition: 0.2s;
}
.news-cat-list li a:hover {
  opacity: 0.8;
}

.top-side-list li {
  font-size: 20px;
  padding-left: 15px;
  position: relative;
  padding-bottom: 5px;
  transition: 0.2s;
}
.top-side-list li::before {
  width: 10px;
  height: 2px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  content: "";
  background: #005bac;
}
.top-side-list li:hover {
  opacity: 0.8;
}

.pageSubTitle {
  font-size: 40px;
  line-height: 1.75;
  font-weight: 900;
  font-style: normal;
  position: relative;
}

.pageSubTitle::after {
  content: "";
  display: block;
  width: 74.6px;
  height: 2px;
  margin: 0 auto;
  margin-top: 35.2px;
}

.pageSubTitle > span {
  display: block;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 400;
  font-style: normal;
  margin-top: 5px;
}

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

/* FAQパーツ */
.content-text {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  color: #4d4d4d;
}

.faq-title {
  color: #333333;
}

.faq-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.faq-box > dl > dt {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
}

.faq-box > dl > dt .crossBar {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.faq-box > dl > dt .crossBar::before {
  content: "";
  display: inline-block;
  width: 1.6px;
  height: 100%;
  background-color: #005bac;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: center center; /* 中心を基準にtransform */
  transform: translateX(-50%) rotate(0deg);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.faq-box > dl > dt .crossBar::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1.6px;
  background-color: #005bac;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.faq-box > dl > dt > span {
  font-size: 28px;
  line-height: 1.75;
  font-weight: 500;
  font-style: normal;
  color: #005bac;
  margin-right: 23px;
}

.faq-box > dl > dd {
  margin: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 0px 30px; /* paddingの上下を0にする */
  max-height: 0; /* max-heightを0にする、レスポンシブ対応 */
  overflow: hidden; /* overflow: hidden;を付けるのがポイント */
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.faq-box > dl > dd > span {
  font-size: 28px;
  line-height: 1.7;
  font-weight: 500;
  font-style: normal;
  color: #f36b4d;
  margin-right: 23px;
}

/* アニメーション後のスタイル */
.faq-box > dl > dd.is-open {
  /* heightとpaddingをアニメーション */
  max-height: 150px;
  padding: 10px 30px;
}

/* ＋ボタンのアニメーション */
.faq-box > dl > dt.is-open .crossBar::before {
  transform: translateX(-50%) rotate(90deg); /* 90度回転 */
}

.faq-block-archive {
  padding: 10px 0;
}

.faq-block {
  padding: 30px 0;
}

.faq-box-single {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: 20px 20px;
}

.faq-box-single > dl > dt {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  position: relative;
  cursor: pointer;
}

.faq-box-single > dl > dt > span {
  font-size: 28px;
  line-height: 1.75;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  margin-right: 23px;
  background: #005bac;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100px;
}

.faq-box-single > dl > dd {
  margin: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 0px 30px; /* paddingの上下を0にする */
}

.faq-box-single > dl > dd > span {
  font-size: 28px;
  line-height: 1.7;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  margin-right: 23px;
  background: #f36b4d;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100px;
}

.search-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.form-faq-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;
}
.form-faq-inner .search-box-wrap {
  width: 85%;
}
.form-faq-inner .search-box-wrap input {
  appearance: none;
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  border-radius: 5px;
  padding: 8px;
  text-decoration: unset !important;
  width: 100%;
}
.form-faq-inner .search-submit-wrap {
  width: 12%;
}
.form-faq-inner .search-submit-wrap button {
  cursor: pointer;
  background: #005bac;
  color: #ffffff;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 10px;
  border-radius: 10px;
  transition: 0.2s;
}
.form-faq-inner .search-submit-wrap button:hover {
  opacity: 0.8;
}

.sub-contents {
  padding: 60px 0;
  background: rgba(0, 91, 172, 0.05);
  height: 100%;
}

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

.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;
}

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

.contact-box {
  background: #ffffff;
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  border-radius: 2px;
}
.contact-box .contact-box-item01 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
}
.contact-box .contact-box-item02 {
  font-size: 45px;
  font-size: 4.5rem;
  letter-spacing: 5px;
  font-weight: 700;
  color: #98c969;
}
.contact-box .contact-box-item03 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

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

.confirm_area,
.thanks_area {
  display: none;
}

.pointer-none {
  pointer-events: none;
  color: #949494;
}

.checkbox-item .wpcf7-list-item a {
  color: #005bac;
}
.checkbox-item .wpcf7-list-item a:hover {
  text-decoration: underline;
}

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

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

/*ログインぺージ*/
.section-radius-box h2 {
  margin-bottom: 50px;
}
.section-radius-box h2 img {
  max-width: 350px;
  height: auto;
}

.login-block {
  background: #fff;
  box-shadow: 0px 1px 10px 3px #f7f7f7;
  padding: 50px;
  border-radius: 10px;
}

.login-block fieldset {
  margin: 0 !important;
}

.login-block label {
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  display: inline-block;
}

.login-block form {
  margin: 0 auto !important;
}

.login-block input[name=rememberme] {
  width: 1.5em !important;
  height: 1.5em;
}

.login-block input[name=rememberme] + label {
  vertical-align: super;
}

.login-block .link-text {
  display: none;
}

.login-block .button_div {
  text-align: center !important;
}

.login-block input[type=submit] {
  position: relative;
  display: block;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 20px 100px;
  z-index: 2;
  color: #fff;
  position: relative;
  border: solid 1px #fff;
  background: #005bac;
  border-radius: 60px;
  margin: 10px auto !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.login-block input[type=submit]:hover {
  opacity: 0.8;
}

.login-block .div_text {
  margin-bottom: 20px;
}

.login-block input[type=text],
.login-block input[type=password] {
  padding: 15px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #ececec !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.login-block legend {
  display: none;
  text-align: center;
  margin-bottom: 60px !important;
  position: relative;
  font-size: 36px !important;
  font-weight: bold;
  margin-bottom: 50px;
  letter-spacing: 4px;
}

.login-block legend::before {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background: #3499d6;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari用 */
  transform: translateX(-50%);
  margin-left: -15px;
  bottom: -15px;
}

.login-block legend::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background: #3499d6;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari用 */
  transform: translateX(-50%);
  margin-left: 15px;
  bottom: -15px;
}

#wpmem_login,
#wpmem_msg,
#wpmem_reg,
.wpmem_msg {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.wp-block-search__inside-wrapper {
  height: 40px;
}

.wp-element-button {
  cursor: pointer;
  background: #005bac;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  border-radius: 5px;
}

@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;
  }
  .header-right {
    display: none;
  }
  .post-link {
    display: none;
  }
  .sub-contents {
    padding: 0px 0;
    background: #fff;
  }
  .header {
    background: #fff;
  }
  .footer {
    display: none;
  }
  @page {
    size: A4 portrait;
    margin: 15mm;
  }
  .news-single {
    width: 85%;
  }
}
@media only screen and (max-width: 1199px) {
  .inner {
    padding: 0;
  }
  .nav-item > a {
    padding: 0 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .nav-item > a::before {
    left: 0px;
  }
  .header {
    justify-content: space-between;
  }
  .news-block {
    left: 100px;
    width: 100%;
    max-width: 550px;
  }
  .news-item {
    padding: 10px 20px;
  }
  .news-item a {
    width: 70%;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .news-item .news-button {
    width: 30%;
    -webkit-justify-content: right;
    -moz-justify-content: right;
    -ms-justify-content: right;
    justify-content: right;
    -ms-flex-pack: right;
  }
  .main-contents {
    padding: 50px 0 0;
  }
  .flt-32 {
    width: 48%;
  }
}
@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;
  }
}
@media only screen and (max-width: 992px) {
  .nav-control {
    display: block;
  }
  .pc-nav {
    display: none;
  }
  .logo {
    width: auto;
  }
  .logo img {
    height: 30px;
    width: 100%;
  }
  .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: #fff;
  }
  .sp-nav-item .arrow01:after {
    border-top: 2px solid #005bac;
    border-right: 2px solid #005bac;
  }
  .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: #98c969;
    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: 5px;
    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: #005bac;
    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 {
    display: none;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background: #005bac;
    cursor: pointer;
    z-index: 400;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -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: 9px;
  }
  #menu-trigger span:nth-of-type(2) {
    top: 18px;
  }
  #menu-trigger span:nth-of-type(3) {
    bottom: 1px;
  }
  #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;
    display: block;
    pointer-events: none;
  }
  .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-logout-btn {
    text-align: center;
    margin-top: 20px;
  }
  .sp-logout-btn a {
    display: inline-block;
    width: 90%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #005bac;
    border-radius: 60px;
    padding: 12px 40px;
    padding-left: 60px;
    font-weight: bold;
    color: #fff;
    position: relative;
  }
  .header-right {
    display: none;
  }
  .header {
    height: 80px;
    justify-content: space-between;
    padding: 0 10px;
  }
  .nav-item > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #to-top {
    padding: 5px;
  }
  #to-top span {
    font-size: 30px;
    font-size: 3rem;
  }
  .news-item a {
    display: block;
  }
  .news-cat {
    display: inline-block;
    margin-bottom: 5px;
  }
  .news-item a time {
    display: block;
    margin-bottom: 5px;
    width: 100%;
  }
  .top-contents {
    width: 100%;
  }
  .sidebar {
    width: 100%;
  }
  .top-section {
    padding: 0 0 40px;
  }
  .main-contents {
    padding: 40px 0 0;
  }
  .main-contents:first-of-type {
    padding-top: 20px;
  }
  .main-contents:last-of-type {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .flt-32 {
    width: 100%;
  }
  .top-side-list li {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 3px;
  }
  #wpmem_login,
  #wpmem_reg {
    width: 100%;
    margin: 0 auto;
  }
  .login-block {
    padding: 30px 20px;
  }
  .faq-box > dl > dt {
    padding: 10px 50px 10px 10px;
  }
  .faq-box > dl > dt > span {
    margin-right: 10px;
  }
  .faq-box > dl > dd {
    padding: 0px 10px;
  }
  .faq-box > dl > dd > span {
    margin-right: 10px;
  }
  .faq-box > dl > dd.is-open {
    padding: 10px 10px 10px 10px;
  }
  .faq-box-single > dl > dt {
    padding: 10px 50px 10px 10px;
  }
  .faq-box-single > dl > dt > span {
    margin-right: 10px;
  }
  .faq-box-single > dl > dd {
    padding: 0px 10px;
  }
  .faq-box-single > dl > dd > span {
    margin-right: 10px;
  }
  .faq-box-single .content-text {
    margin-bottom: 10px;
  }
  .faq-block-archive {
    padding: 0;
  }
  .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%;
  }
  .heading01 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  .heading-deco02 {
    padding-left: 10px;
  }
  .heading-deco02::before {
    width: 4px;
    height: 70%;
  }
  .heading-icon::before {
    width: 136px;
    height: 120px;
  }
  .heading-icon {
    width: 100%;
    margin-right: 0;
  }
  .heading-icon img {
    width: 40px;
    height: auto;
  }
  .heading02 {
    font-size: 20px;
    font-size: 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: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  .heading04 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 1.3;
  }
  .heading05 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .heading-deco01::before {
    width: 40px;
    bottom: -5px;
  }
  .wp-pagenavi {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /*WPのシングルページ調整CSS*/
  .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;
  }
  .news-single-time {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mokuji {
    padding: 20px;
  }
  .single-btn-wrap {
    margin-bottom: 40px;
  }
  .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;
    color: #98c969;
    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;
  }
  .acceptance-53 .wpcf7-list-item {
    display: block !important;
  }
  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;
  }
  #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-inner {
    height: 60px;
    padding: 0px 0px 0px 10px;
  }
  .section-contents {
    padding: 0 0 60px;
  }
  .section-contents:last-of-type {
    padding-bottom: 40px;
  }
  .news-block {
    left: 5%;
    width: 80%;
    bottom: 3%;
    max-width: 550px;
  }
  .news-item a {
    width: 60%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .news-item a time {
    margin-bottom: 0;
  }
  .news-item .news-button {
    width: 35%;
  }
  .news-item .news-button a button {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .bread-crumb {
    padding: 5px 0;
  }
  .bread-crumb-inner span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #to-top {
    bottom: 80px;
  }
  .news-item .news-text-wrap .blog-cat {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .news-item a h3 {
    margin-left: 0;
  }
  .top-section-inner {
    padding: 20px 20px;
  }
  .card-item {
    margin-bottom: 20px;
  }
  .card-item a {
    padding: 10px 10px;
  }
  .card-item .card-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .card-item02 {
    padding: 10px 20px;
    letter-spacing: 2px;
  }
  .news-cat-list li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .form-faq-inner .search-box-wrap {
    width: 75%;
  }
  .form-faq-inner .search-submit-wrap {
    width: 20%;
  }
  .form-faq-inner .search-submit-wrap button {
    padding: 10px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .faq-contents summary {
    padding: 0;
    padding-left: 20px;
  }
  .faq-contents summary::before {
    left: 0;
  }
  .faq-contents p {
    padding: 0;
    padding-left: 20px;
  }
  .faq-contents p::before {
    left: 0;
  }
  /*サブ共通*/
  .sub-contents {
    padding: 40px 0;
  }
  .sub-contents:first-of-type {
    padding-top: 20px;
  }
  .bread-crumb-inner {
    padding: 8px 2%;
  }
  .sub-section-content {
    padding: 0 0 60px;
  }
  .sub-section-content:last-of-type {
    padding: 0 0 40px;
  }
  .font16 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .font18 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .font20 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .font22 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .text-center02 {
    text-align: left;
  }
  /*お問い合わせ*/
  .contact-box {
    padding: 30px 10px;
    margin-top: 25px;
    width: 100%;
  }
  .contact-box .contact-box-item01 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .contact-box .contact-box-item02 {
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 2px;
  }
  .contact-box .contact-box-item03 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .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%;
  }
  .manual-link {
    display: block;
    letter-spacing: 1px;
  }
  #wpmem_msg,
  .wpmem_msg {
    font-size: 14px;
    padding: 10px 10px;
    width: 100%;
    text-align: left;
  }
}
@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 */