@charset "UTF-8";
/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
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,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
select {
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 1023px) {
  a:hover, a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
button {
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
img {
  max-width: 100%;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Navigation
------------------------------------------------------------*/
.c-nav1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-nav1__item + .c-nav1__item {
  margin-left: 16px;
}
.c-nav1__link {
  display: block;
  width: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-nav1__link img {
  width: 100%;
}
.c-nav2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav2__item + .c-nav2__item {
  margin-top: 27px;
}
.c-nav2__link {
  display: inline-block;
  min-height: 29px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.78125;
  letter-spacing: -0.01em;
  text-align: center;
}
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
  position: relative;
}
.c-header__lside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  padding: 40px 40px 20px;
  background-color: #fff;
  z-index: 20;
}
@media only screen and (max-width: 1023px) {
  .c-header__lside {
    display: none;
  }
}
.c-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.c-header__logowrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-header__logowrap1 .c-header__name {
  margin-top: 12px;
}
.c-header__logowrap1 .c-header__name img {
  width: 80px;
}
.c-header__logo1 {
  display: inline-block;
  width: 80px;
}
.c-header__logo1 img {
  width: 100%;
}
.c-header__nav1 {
  width: 100%;
  margin-top: 48px;
}
.c-header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  padding-top: 24px;
}
.c-header__btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.c-header__btnitem {
  width: 100%;
}
.c-header__btnitem + .c-header__btnitem {
  margin-top: 8px;
}
.c-header__logomini {
  display: block;
  margin-top: 20px;
}
.c-header__logomini img {
  width: 110px;
}
.c-header__inner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 8px 72px 8px 8px;
  background-color: #fff;
  z-index: 20;
}
@media only screen and (max-width: 1023px) {
  .c-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-header__logowrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-header__logowrap2 .c-header__name {
  margin-left: 4px;
}
.c-header__logowrap2 .c-header__name img {
  width: 198px;
}
.c-header__logo2 {
  display: inline-block;
  width: 78px;
  margin-top: 1px;
}
.c-header__logo2 img {
  width: 100%;
}
.c-header__nav2 {
  margin-left: auto;
  padding-left: 24px;
}
.c-header__groupbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-header__itembtn + .c-header__itembtn {
  margin-left: 12px;
}
.c-header__menubtn {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 22;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.c-header__menuouter {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 18;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuouter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-header__menuouter.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-header__menu {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #0455b3;
  padding-top: 80px;
}
.c-header__menu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f2f2f2;
}
.c-header__menuwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 80px);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
}
.c-header__menutop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  padding: 54px 40px 142px;
  background-color: #0455b3;
}
@media only screen and (max-width: 767px) {
  .c-header__menutop {
    padding: 54px 30px 142px;
  }
}
.c-header__menunav1 {
  width: 100%;
}
.c-header__menunav2 {
  width: 100%;
  margin-top: 53px;
}
.c-header__menulistbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-header__menuitembtn {
  width: 100%;
}
.c-header__menuitembtn + .c-header__menuitembtn {
  margin-top: 12px;
}
.c-header__menubottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  padding: 40px 0 19px;
}
@media only screen and (max-width: 767px) {
  .c-header__menubottom {
    padding: 40px 0 99px;
  }
}
.c-header__menuinner {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .c-header__menuinner {
    padding: 0 30px;
  }
}
.c-header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-header__groupleft {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .c-header__groupleft {
    padding-right: 20px;
  }
}
.c-header__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .c-header__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-header__headingleft {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 6px;
}
@media only screen and (max-width: 1023px) {
  .c-header__headingleft {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
  }
}
.c-header__logowrap3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (max-width: 1023px) {
  .c-header__logowrap3 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.c-header__logo3 {
  display: block;
}
.c-header__logo3 img {
  width: 173px;
}
.c-header__headingright {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 24px;
}
@media only screen and (max-width: 1023px) {
  .c-header__headingright {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__headingright {
    margin-top: 16px;
  }
}
.c-header__infolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-header__infolist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.c-header__infoitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 25px 9px;
}
@media only screen and (max-width: 767px) {
  .c-header__infoitem {
    width: 100%;
    padding: 0;
  }
}
.c-header__infoitem::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #b3b3b3;
}
@media only screen and (max-width: 767px) {
  .c-header__infoitem::before {
    content: none;
  }
}
.c-header__infoitem:first-child {
  padding-left: 0;
}
.c-header__infoitem:first-child::before {
  content: none;
}
.c-header__infoitem:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .c-header__infoitem + .c-header__infoitem {
    margin-top: 5px;
  }
}
.c-header__address {
  color: #2e282a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.c-header__groupright {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-header__sociallist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -4px -4px 0;
}
.c-header__socialitem {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 4px 4px 0;
}
.c-header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-header__social img {
  width: 24px;
}
.c-header__copyright {
  margin-top: 24px;
  color: #999;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1023px) {
  .c-header__copyright {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__copyright {
    margin-top: 24px;
  }
}
.c-header__fixed {
  position: fixed;
  bottom: 14px;
  left: 14px;
  width: calc(100% - 28px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 12;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-header__fixed.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-header__fixedlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -2px;
}
.c-header__fixeditem {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 2px;
}
.c-header__fixeditem--spec {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  margin-left: 280px;
}
@media only screen and (max-width: 1023px) {
  .c-footer {
    margin-left: 0;
  }
}
.c-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 1023px) {
  .c-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-footer__item {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .c-footer__item {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .c-footer__item + .c-footer__item {
    border-top: 1px solid #b3b3b3;
  }
}
.c-footer__item + .c-footer__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #b3b3b3;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-footer__item + .c-footer__item::before {
    content: none;
  }
}
.c-footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 64px 40px 71px;
  background-color: #0455b3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-footer__box {
    min-height: 275px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__box {
    min-height: 207px;
    padding: 32px 20px 36px;
  }
}
.c-footer__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 64px;
  height: 64px;
  padding: 12px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-footer__icon .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  color: #0455b3;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
}
.c-footer__phone {
  width: 100%;
  margin-top: 10px;
  color: #fff;
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.121;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}
.c-footer__phone small {
  display: inline-block;
  margin-right: 4px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.c-footer__note {
  margin-top: 7px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-footer__note {
    margin-top: 6px;
  }
}
.c-footer__link {
  display: inline-block;
  margin-top: 8px;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}
.c-footer__link::after {
  content: "\e90d";
  display: inline-block;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 8px;
  color: #fff;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.c-footer__bottom {
  position: relative;
  padding: 40px 0 19px;
}
@media only screen and (max-width: 767px) {
  .c-footer__bottom {
    padding: 40px 0 89px;
  }
}
.c-footer__inner {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .c-footer__inner {
    padding: 0 30px;
  }
}
.c-footer__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-footer__groupleft {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .c-footer__groupleft {
    padding-right: 20px;
  }
}
.c-footer__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .c-footer__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-footer__headingleft {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 6px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__headingleft {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
  }
}
.c-footer__logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (max-width: 1023px) {
  .c-footer__logowrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.c-footer__logo {
  display: block;
}
.c-footer__logo img {
  width: 173px;
}
.c-footer__headingright {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 24px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__headingright {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__headingright {
    margin-top: 16px;
  }
}
.c-footer__infolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-footer__infolist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.c-footer__infoitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 25px 9px;
}
@media only screen and (max-width: 767px) {
  .c-footer__infoitem {
    width: 100%;
    padding: 0;
  }
}
.c-footer__infoitem::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #b3b3b3;
}
@media only screen and (max-width: 767px) {
  .c-footer__infoitem::before {
    content: none;
  }
}
.c-footer__infoitem:first-child {
  padding-left: 0;
}
.c-footer__infoitem:first-child::before {
  content: none;
}
.c-footer__infoitem:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .c-footer__infoitem + .c-footer__infoitem {
    margin-top: 5px;
  }
}
.c-footer__address {
  color: #2e282a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.c-footer__groupright {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-footer__sociallist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -4px -4px 0;
}
.c-footer__socialitem {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 4px 4px 0;
}
.c-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-footer__social img {
  width: 24px;
}
.c-footer__copyright {
  margin-top: 24px;
  color: #999;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1023px) {
  .c-footer__copyright {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__copyright {
    margin-top: 24px;
  }
}
/*------------------------------------------------------------
    Layout
------------------------------------------------------------*/
body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: break-word;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
main {
  margin-left: 280px;
}
@media only screen and (max-width: 1023px) {
  main {
    margin-left: 0;
  }
}
/*------------------------------------------------------------
    Container
------------------------------------------------------------*/
.l-container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 20px;
  }
}
.l-container--w800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container--w800 {
    max-width: unset;
    padding: 0 20px;
  }
}
/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
.c-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-mv {
    padding-top: 80px;
  }
}
.c-mv__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .c-mv__wrap {
    padding-top: 0;
  }
}
.c-mv__bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  border-radius: 40px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-mv__bg {
    border-radius: 0;
  }
}
.c-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-mv__content {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 700px;
  padding: 40px 24px 39px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-mv__content {
    right: unset;
    left: 0;
    max-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__content {
    padding: 20px;
  }
}
.c-mv__title {
  display: inline-block;
  line-height: 1;
}
.c-mv__title img {
  width: 516px;
}
@media only screen and (max-width: 767px) {
  .c-mv__title img {
    width: 320px;
  }
}
.c-mv__subtitle {
  margin-top: 8px;
  color: #2e282a;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-mv__subtitle {
    margin-top: 9px;
    font-size: 1.7rem;
  }
}
.c-mv__subtitle--white {
  color: #fff;
}
/*------------------------------------------------------------
    Breadcrumb
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Box
------------------------------------------------------------*/
.c-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: #ebf3fc;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-box1--red {
  background-color: #ffe8eb;
}
.c-box1--red .c-box1__heading {
  background-color: #ff6476;
}
.c-box1--yellow {
  background-color: #fffbdb;
}
.c-box1--yellow .c-box1__heading {
  background-color: #e3a736;
}
.c-box1__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 284px;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-box1__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    max-width: 316px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1__left {
    max-width: 238px;
  }
}
.c-box1__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 96px;
  padding: 8px;
  background-color: #0455b3;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-box1__heading {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.c-box1__title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.78125;
  letter-spacing: -0.02em;
  text-align: center;
}
.c-box1__thumb {
  position: relative;
  width: 100%;
  margin-bottom: -20px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-box1__thumb {
    margin-bottom: 0;
  }
}
.c-box1__thumb img {
  width: 100%;
}
.c-box1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 284px);
}
@media only screen and (max-width: 1023px) {
  .c-box1__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
  }
}
.c-box1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a87922;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  .c-box1__list {
    font-size: 1.7rem;
  }
}
.c-box1__list li {
  display: block;
  width: 100%;
  min-height: 60px;
  padding: 16px 16px 15px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-box1__list li {
    min-height: unset;
    padding: 16px 16px 17px;
  }
}
.c-box1__list li + li {
  margin-top: 8px;
}
.c-box2 {
  display: block;
  position: relative;
  padding: 0 40px 40px;
  background-color: #fcfaf5;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-box2 {
    padding: 0 20px 37px;
  }
}
.c-box2__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 16px 10px;
  background-color: #3978bf;
  border-radius: 0 0 4px 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-box2__title {
    padding: 8px 16px 9px;
    font-size: 1.4rem;
  }
}
.c-box2__subtitle {
  margin: 40px 0 -2px;
  color: #0455b3;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-box2__subtitle {
    margin: 40px 0 -1px;
    font-size: 2.188rem;
  }
}
.c-box2__body {
  margin-top: 40px;
}
.c-box2__part + .c-box2__part {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .c-box2__part + .c-box2__part {
    margin-top: 37px;
  }
}
/*------------------------------------------------------------
    Button
------------------------------------------------------------*/
.c-btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 48px;
  padding: 9px 21px 11px 22px;
  background-color: #0455b3;
  border-radius: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-btn1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: 0 3px 6px rgba(51, 37, 0, 0.2);
    box-shadow: 0 3px 6px rgba(51, 37, 0, 0.2);
  }
}
.c-btn1__text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: -0.02em;
  text-align: center;
}
.c-btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 7px 23px 7px 7px;
  background-color: #0455b3;
  border: 1px solid #0455b3;
  border-radius: 28px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 374px) {
  .c-btn2 {
    padding: 7px 15px 7px 7px;
  }
}
@media only screen and (min-width: 1023px) {
  .c-btn2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: 0 3px 6px rgba(51, 37, 0, 0.2);
    box-shadow: 0 3px 6px rgba(51, 37, 0, 0.2);
  }
}
.c-btn2--reverse {
  background-color: #fff;
  border-color: #fff;
}
.c-btn2--reverse .c-btn2__icon {
  background-color: #ebf3fc;
}
.c-btn2--reverse .c-btn2__text {
  color: #0455b3;
}
.c-btn2--reverse .c-btn2__text::after {
  color: #0455b3;
}
.c-btn2--shadow {
  -webkit-box-shadow: 0 3px 6px rgba(51, 37, 0, 0.16);
  box-shadow: 0 3px 6px rgba(51, 37, 0, 0.16);
}
@media only screen and (min-width: 1023px) {
  .c-btn2--shadow:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.c-btn2__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-btn2__icon::before {
  content: "\e90f";
  display: inline-block;
  color: #0455b3;
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn2__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
.c-btn2__text::after {
  content: "\e90d";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 9px;
  color: #fff;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.c-btn3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 7px 11px 9px 7px;
  background-color: #0455b3;
  border: 1px solid #0455b3;
  border-radius: 29px;
  -webkit-box-shadow: 0 3px 6px rgba(51, 37, 0, 0.16);
  box-shadow: 0 3px 6px rgba(51, 37, 0, 0.16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 374px) {
  .c-btn3 {
    padding: 7px;
    border-radius: 28px;
  }
}
.c-btn3__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 374px) {
  .c-btn3__icon {
    margin-right: 4px;
  }
}
.c-btn3__icon::before {
  content: "\e90f";
  display: inline-block;
  color: #0455b3;
  font-family: "icomoon";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 374px) {
  .c-btn3__icon::before {
    font-size: 2rem;
  }
}
.c-btn3__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 48px);
}
.c-btn3__contentinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 242px;
  margin: 0 auto;
  container-type: inline-size;
}
@media only screen and (max-width: 374px) {
  .c-btn3__contentinner {
    max-width: 200px;
  }
}
.c-btn3__subtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 150px;
}
@media only screen and (max-width: 374px) {
  .c-btn3__subtext {
    max-width: 124px;
  }
}
.c-btn3__subtext img {
  width: 100%;
}
.c-btn3__text {
  margin: 1px 0 -3px;
  color: #fff;
  font-size: min(9.0517241379cqw, 2.1rem);
  font-weight: 600;
  line-height: 1.357;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 374px) {
  .c-btn3__text {
    margin: 3px 0 -3px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.c-btn3__text::after {
  content: "\e90d";
  display: inline-block;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  margin-left: 4px;
  color: #fff;
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 374px) {
  .c-btn3__text::after {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
    FAQ
------------------------------------------------------------*/
.c-faq1 {
  display: block;
  position: relative;
  padding: 21px 40px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-faq1 {
    padding: 13px 20px 17px;
  }
}
.c-faq1 + .c-faq1 {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .c-faq1 + .c-faq1 {
    margin-top: 16px;
  }
}
.c-faq1__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .c-faq1__question {
    padding-bottom: 10px;
  }
}
.c-faq1__question::before {
  content: "Q";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 28px;
  margin-right: 8px;
  font-family: "Barlow", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #95bbe6;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.c-faq1__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px 0 6px;
  color: #2e282a;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  .c-faq1__title {
    min-height: 44px;
    padding: 12px 0 0;
    font-size: 1.4rem;
  }
}
.c-faq1__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding-top: 9px;
  border-top: 1px solid #e6dfcf;
}
.c-faq1__answer::before {
  content: "A";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 28px;
  margin-right: 8px;
  font-family: "Barlow", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #d9c298;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.c-faq1__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 55px;
  padding: 9px 0 8px;
}
@media only screen and (max-width: 767px) {
  .c-faq1__content {
    min-height: unset;
    padding: 9px 0 0;
  }
}
/*------------------------------------------------------------
    Flow
------------------------------------------------------------*/
.c-flow1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-flow1__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.c-flow1__item:last-child .c-flow1__right {
  padding-bottom: 0;
}
.c-flow1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 160px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .c-flow1__left {
    width: 172px;
    padding-right: 0;
    padding-left: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow1__left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 8px;
    width: 4px;
    height: 100%;
    background-color: #fff;
  }
}
.c-flow1__left::after {
  content: "";
  position: absolute;
  top: 14px;
  right: -12px;
  width: 20px;
  height: 20px;
  background-color: #95bbe6;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-flow1__left::after {
    right: unset;
    left: 0;
  }
}
.c-flow1__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: calc(100% - 11px);
  max-width: 129px;
  min-height: 48px;
  padding: 7px 16px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(51, 37, 0, 0.16));
  filter: drop-shadow(0 3px 6px rgba(51, 37, 0, 0.16));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-flow1__label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% - 1px);
  transform: translateY(-50%);
  width: 12px;
  height: 24px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media only screen and (max-width: 767px) {
  .c-flow1__label::after {
    left: unset;
    right: calc(100% - 1px);
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
  }
}
.c-flow1__labeltext {
  position: relative;
  z-index: 1;
  color: #95bbe6;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.071;
  text-align: center;
}
.c-flow1__labeltext small {
  display: inline-block;
  margin-right: 8px;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
}
.c-flow1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: calc(100% - 160px);
  padding-left: 36px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .c-flow1__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding-left: 32px;
  }
}
.c-flow1__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-flow1__right::before {
    left: 8px;
  }
}
.c-flow1__heading {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .c-flow1__heading {
    margin-top: 20px;
  }
}
.c-flow1__body {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .c-flow1__body {
    margin-top: 8px;
  }
}
.c-flow1__content {
  min-height: 29px;
  margin-bottom: -2px;
}
.c-flow1__content + .c-note1 {
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .c-flow1__content + .c-note1 {
    margin-top: 3px;
  }
}
.c-flow1__listbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 23px -12px -8px 0;
}
@media only screen and (max-width: 767px) {
  .c-flow1__listbtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 18px 0 0;
  }
}
.c-flow1__itembtn {
  margin: 0 12px 8px 0;
}
@media only screen and (max-width: 767px) {
  .c-flow1__itembtn {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow1__itembtn + .c-flow1__itembtn {
    margin-top: 12px;
  }
}
.c-flow1__listpart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 21px 0 -2px;
}
@media only screen and (max-width: 767px) {
  .c-flow1__listpart {
    margin: 16px 0 -3px;
  }
}
.c-flow1__itempart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-flow1__itempart + .c-flow1__itempart {
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .c-flow1__itempart + .c-flow1__itempart {
    margin-top: 17px;
  }
}
.c-flow1__itemleft {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 96px;
  padding-right: 16px;
}
@media only screen and (max-width: 767px) {
  .c-flow1__itemleft {
    width: 88px;
    padding-right: 8px;
  }
}
.c-flow1__itemtitle {
  display: block;
  color: #2e282a;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.78125;
  letter-spacing: -0.01em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-flow1__itemtitle {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.c-flow1__itemright {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: calc(100% - 96px);
  padding-left: 19px;
}
@media only screen and (max-width: 767px) {
  .c-flow1__itemright {
    width: calc(100% - 88px);
    padding-left: 11px;
  }
}
.c-flow1__itemright::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 3px;
  height: calc(100% - 3px);
  background-color: #e6dfcf;
}
.c-flow1__itemright .c-text1 + .c-note1 {
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .c-flow1__itemright .c-text1 + .c-note1 {
    margin-top: 1px;
  }
}
/*------------------------------------------------------------
    Link
------------------------------------------------------------*/
.c-link1 {
  display: inline-block;
  color: #2e282a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.c-link1::after {
  content: "\e90c";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 4px;
  color: #1a1a1a;
  font-family: "icomoon";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .c-link1::after {
    color: #2e282a;
  }
}
/*------------------------------------------------------------
    Loading
------------------------------------------------------------*/
.c-loading1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
}
/*------------------------------------------------------------
    Menu
------------------------------------------------------------*/
.c-menu1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 48px;
  height: 48px;
  padding: 7px;
  background-color: #fff;
  border: 1px solid #0455b3;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-menu1.is-open .c-menu1__inner span:nth-child(1) {
  -webkit-transform: translate(calc(-50% + 10px), calc(-50% + 3px)) rotate(45deg);
  transform: translate(calc(-50% + 10px), calc(-50% + 3px)) rotate(45deg);
}
.c-menu1.is-open .c-menu1__inner span:nth-child(2) {
  -webkit-transform: translate(calc(-50% + 10px), -2px) rotate(-45deg);
  transform: translate(calc(-50% + 10px), -2px) rotate(-45deg);
}
.c-menu1__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 20px;
  height: 6px;
}
.c-menu1__inner span {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #0455b3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Note
------------------------------------------------------------*/
.c-note1 {
  color: #2e282a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  .c-note1 {
    font-size: 1.2rem;
  }
}
/*------------------------------------------------------------
    Part
------------------------------------------------------------*/
.c-part1__body {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .c-part1__body {
    margin-top: 8px;
  }
}
.c-part1__subheading {
  padding-top: 2px;
}
.c-part1__subheading + .c-part1__content {
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .c-part1__subheading + .c-part1__content {
    margin-top: 7px;
  }
}
.c-part1__subtitle {
  color: #0455b3;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-part1__subtitle {
    font-size: 2rem;
  }
}
.c-part1__subtext {
  margin-top: 3px;
  color: #0455b3;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-part1__subtext {
    font-size: 1.7rem;
  }
}
.c-part2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .c-part2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-part2:last-child .c-part2__caption {
  margin-bottom: 0;
}
.c-part2__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 31.3043478261%;
  min-width: 225px;
}
@media only screen and (max-width: 767px) {
  .c-part2__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    min-width: unset;
  }
}
.c-part2__thumb {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.c-part2__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.8055555556%;
}
@media only screen and (max-width: 767px) {
  .c-part2__thumb::before {
    padding-top: 61.9444444444%;
  }
}
.c-part2__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-part2__caption {
  min-height: 20px;
  margin: 8px 0 -1px;
  color: #2e282a;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.c-part2__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 68.6956521739%;
  margin-top: 12px;
  padding-left: 28px;
}
@media only screen and (max-width: 767px) {
  .c-part2__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 14px;
    padding-left: 0;
  }
}
.c-part2__title {
  color: #2e282a;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  .c-part2__title {
    font-size: 2rem;
  }
}
.c-part2__content {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .c-part2__content {
    margin-top: 9px;
  }
}
/*------------------------------------------------------------
    Phone
------------------------------------------------------------*/
.c-phone1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-phone1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-phone1:hover .c-phone1__icon {
    -webkit-box-shadow: 0 3px 6px rgba(51, 37, 0, 0.2);
    box-shadow: 0 3px 6px rgba(51, 37, 0, 0.2);
  }
}
.c-phone1__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 4px;
  padding: 8px;
  background-color: #ebf3fc;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-phone1__icon::before {
  content: "\e90e";
  display: inline-block;
  color: #0455b3;
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-phone1__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #0455b3;
  font-size: 2.55rem;
  font-weight: 600;
  line-height: 1.176;
  white-space: nowrap;
}
.c-phone2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 7px 22px 7px 7px;
  background-color: #fff;
  border: 1px solid #faf6ed;
  border-radius: 28px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (min-width: 1023px) {
  .c-phone2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: 0 3px 6px rgba(51, 37, 0, 0.2);
    box-shadow: 0 3px 6px rgba(51, 37, 0, 0.2);
  }
}
.c-phone2--reverse {
  background-color: #0455b3;
  border-color: #ebf3fc;
}
.c-phone2--reverse .c-phone2__text {
  color: #fff;
}
.c-phone2--shadow {
  padding: 7px 33px 7px 7px;
  border-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(51, 37, 0, 0.16);
  box-shadow: 0 3px 6px rgba(51, 37, 0, 0.16);
}
@media only screen and (min-width: 1023px) {
  .c-phone2--shadow:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.c-phone2__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  padding: 8px;
  background-color: #ebf3fc;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-phone2__icon::before {
  content: "\e90e";
  display: inline-block;
  color: #0455b3;
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-phone2__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  color: #0455b3;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.071;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.c-phone3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-phone3__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 58px;
  height: 58px;
  padding: 10px;
  background-color: #ebf3fc;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(51, 37, 0, 0.16);
  box-shadow: 0 3px 6px rgba(51, 37, 0, 0.16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 374px) {
  .c-phone3__icon {
    width: 56px;
    height: 56px;
  }
}
.c-phone3__icon::before {
  content: "\e90e";
  display: inline-block;
  color: #0455b3;
  font-family: "icomoon";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Tag
------------------------------------------------------------*/
.c-tag1 {
  display: inline-block;
  min-height: 38px;
  padding: 5px 20px 4px 21px;
  background-color: #0455b3;
  border-radius: 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-tag1 {
    width: 100%;
    min-height: 36px;
    padding: 5px 21px 5px 20px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 374px) {
  .c-tag1 {
    padding: 5px 13px 5px 12px;
  }
}
.c-tag1--red {
  background-color: #ff6476;
}
.c-tag1--yellow {
  background-color: #e3a736;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-text1 {
  color: #2e282a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.78125;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
/*------------------------------------------------------------
    Title
------------------------------------------------------------*/
.c-title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	position: relative;
	width: 100%;
	min-height: 128px;
	padding: 16px 0 14px;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
	color: #0455b3;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.01em;
	text-align: center;
}
.c-title1::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 128px;
	height: 128px;
	background-color: #fff;
	border-radius: 50%;
	z-index: -1;
}
.c-title1--reverse {
  padding: 11px 0 17px;
}
.c-title1--reverse::after {
  background-color: #faf6ed;
}
.c-title2 {
  position: relative;
  width: 100%;
  min-height: 48px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e6dfcf;
  color: #2e282a;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  .c-title2 {
    min-height: 36px;
    padding-bottom: 9px;
    font-size: 1.7rem;
  }
}
.c-title2--blue {
  border-bottom-color: #95bbe6;
  text-align: center;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    CSS of Airtightness page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Intro section
------------------------------------------------------------*/
.airtightness-intro {
  position: relative;
  padding: 182px 0 299px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .airtightness-intro {
    padding: 314px 0 475px;
  }
}
@media only screen and (max-width: 767px) {
  .airtightness-intro {
    padding: 281px 0 414px;
  }
}
.airtightness-intro__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  min-width: 1000px;
  height: 100%;
  max-height: 614px;
  padding: 104px 0;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .airtightness-intro__bg {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    min-width: unset;
    max-height: unset;
    padding: 64px 0 170px;
  }
}
@media only screen and (max-width: 767px) {
  .airtightness-intro__bg {
    padding: 32px 0 88px;
  }
}
.airtightness-intro__bginner {
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .airtightness-intro__bginner {
    max-width: 760px;
  }
}
@media only screen and (max-width: 767px) {
  .airtightness-intro__bginner {
    max-width: 514px;
  }
}
.airtightness-intro__thumblist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .airtightness-intro__thumblist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.airtightness-intro__thumbitem {
  width: 50%;
  max-width: 310px;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .airtightness-intro__thumbitem {
    width: 100%;
    max-width: unset;
    height: auto;
  }
}
.airtightness-intro__thumbwrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.airtightness-intro__thumbwrap .airtightness-intro__thumb {
  position: absolute;
}
@media only screen and (max-width: 1023px) {
  .airtightness-intro__thumbwrap--style1 {
    min-height: 209px;
  }
}
.airtightness-intro__thumbwrap--style1 .airtightness-intro__thumb:nth-child(1) {
  top: min(197px, 48.5221674877%);
  right: min(16px, 5.1612903226%);
}
@media only screen and (max-width: 1023px) {
  .airtightness-intro__thumbwrap--style1 .airtightness-intro__thumb:nth-child(1) {
    top: 0;
    right: 20px;
  }
}
.airtightness-intro__thumbwrap--style1 .airtightness-intro__thumb:nth-child(2) {
  top: 0;
  right: min(126px, 40.6451612903%);
}
@media only screen and (max-width: 1023px) {
  .airtightness-intro__thumbwrap--style1 .airtightness-intro__thumb:nth-child(2) {
    top: unset;
    bottom: 20px;
    right: 442px;
  }
}
.airtightness-intro__thumbwrap--style1 .airtightness-intro__thumb:nth-child(3) {
  bottom: 0;
  right: min(262px, 84.5161290323%);
}
@media only screen and (max-width: 1023px) {
  .airtightness-intro__thumbwrap--style1 .airtightness-intro__thumb:nth-child(3) {
    right: 266px;
  }
}
@media only screen and (max-width: 1023px) {
  .airtightness-intro__thumbwrap--style2 {
    min-height: 260px;
  }
}
.airtightness-intro__thumbwrap--style2 .airtightness-intro__thumb:nth-child(1) {
  top: min(60px, 14.7783251232%);
  left: min(16px, 5.1612903226%);
}
@media only screen and (max-width: 1023px) {
  .airtightness-intro__thumbwrap--style2 .airtightness-intro__thumb:nth-child(1) {
    top: 60px;
    left: 20px;
  }
}
.airtightness-intro__thumbwrap--style2 .airtightness-intro__thumb:nth-child(2) {
  top: 0;
  left: min(262px, 84.5161290323%);
}
@media only screen and (max-width: 1023px) {
  .airtightness-intro__thumbwrap--style2 .airtightness-intro__thumb:nth-child(2) {
    left: 266px;
  }
}
.airtightness-intro__thumbwrap--style2 .airtightness-intro__thumb:nth-child(3) {
  bottom: min(10px, 2.4630541872%);
  left: min(131px, 42.2580645161%);
}
@media only screen and (max-width: 1023px) {
  .airtightness-intro__thumbwrap--style2 .airtightness-intro__thumb:nth-child(3) {
    top: 20px;
    bottom: unset;
    left: 442px;
  }
}
.airtightness-intro__thumb {
  position: relative;
  width: 100%;
  max-width: 230px;
  background-color: #b3b3b3;
  border-radius: 8px;
  overflow: hidden;
}
.airtightness-intro__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 86.9565217391%;
}
.airtightness-intro__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.airtightness-intro__thumb--style1::before {
  padding-top: 74.7826086957%;
}
.airtightness-intro__thumb--style2 {
  max-width: 160px;
}
.airtightness-intro__thumb--style2::before {
  padding-top: 75%;
}
.airtightness-intro__main {
  position: relative;
  z-index: 1;
}
.airtightness-intro__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.airtightness-intro__listtag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -2px -4px;
}
@media only screen and (max-width: 767px) {
  .airtightness-intro__listtag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}
.airtightness-intro__itemtag {
  margin: 0 2px 4px;
}
@media only screen and (max-width: 767px) {
  .airtightness-intro__itemtag {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .airtightness-intro__itemtag + .airtightness-intro__itemtag {
    margin-top: 4px;
  }
}
.airtightness-intro__title {
  margin-top: 20px;
}
.airtightness-intro__title img {
  width: 476px;
}
@media only screen and (max-width: 767px) {
  .airtightness-intro__title img {
    width: 360px;
  }
}
.airtightness-intro__content {
  margin-top: 14px;
  color: #2e282a;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.78125;
  letter-spacing: -0.01em;
  text-align: center;
}
/*------------------------------------------------------------
    CSS of Problem section
------------------------------------------------------------*/
.airtightness-problem {
  position: relative;
  margin-top: -160px;
  padding: 160px 0 128px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .airtightness-problem {
    margin-top: -120px;
    padding: 120px 0 128px;
  }
}
@media only screen and (max-width: 767px) {
  .airtightness-problem {
    margin-top: -56px;
    padding: 56px 0 65px;
  }
}
.airtightness-problem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background-image: url("/assets/img/common/shape-triangle.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
@media only screen and (max-width: 1023px) {
  .airtightness-problem::before {
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .airtightness-problem::before {
    height: 56px;
    background-image: url("/assets/img/common/shape-triangle@sp.png");
  }
}
.airtightness-problem::after {
  content: "";
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  height: calc(100% - 160px);
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .airtightness-problem::after {
    top: 120px;
    height: calc(100% - 120px);
  }
}
@media only screen and (max-width: 767px) {
  .airtightness-problem::after {
    top: 56px;
    height: calc(100% - 56px);
  }
}
.airtightness-problem__inner {
  position: relative;
  z-index: 1;
}
.airtightness-problem__block {
  position: relative;
}
.airtightness-problem__block + .airtightness-problem__block {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .airtightness-problem__block + .airtightness-problem__block {
    margin-top: 84px;
  }
}
.airtightness-problem__block + .airtightness-problem__block::before {
  content: "";
  position: absolute;
  top: -68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 240px;
  height: 40px;
  background-color: #ebf3fc;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.airtightness-problem__block01 .airtightness-problem__body {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .airtightness-problem__block01 .airtightness-problem__body {
    margin-top: 20px;
  }
}
.airtightness-problem__block02 .airtightness-problem__body {
  margin-top: 63px;
}
@media only screen and (max-width: 767px) {
  .airtightness-problem__block02 .airtightness-problem__body {
    margin: 30px -20px 0;
  }
}
.airtightness-problem__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.airtightness-problem__title1 {
  display: block;
}
.airtightness-problem__title1 img {
  width: 314px;
}
@media only screen and (max-width: 767px) {
  .airtightness-problem__title1 img {
    width: 207.24px;
  }
}
.airtightness-problem__title2 {
  display: block;
}
.airtightness-problem__title2 img {
  width: 392px;
}
@media only screen and (max-width: 767px) {
  .airtightness-problem__title2 img {
    width: 258.72px;
  }
}
.airtightness-problem__title2 + .airtightness-problem__subtitle {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .airtightness-problem__title2 + .airtightness-problem__subtitle {
    margin-top: 12px;
  }
}
.airtightness-problem__subtitle {
  width: 100%;
  color: #0455b3;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .airtightness-problem__subtitle {
    font-size: 2.188rem;
  }
}
.airtightness-problem__item + .airtightness-problem__item {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .airtightness-problem__item + .airtightness-problem__item {
    margin-top: 16px;
  }
}
.airtightness-problem__part + .airtightness-problem__part {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .airtightness-problem__part + .airtightness-problem__part {
    margin-top: 32px;
  }
}
/*------------------------------------------------------------
    CSS of Flow section
------------------------------------------------------------*/
.airtightness-flow {
  position: relative;
  padding: 128px 0 0;
}
@media only screen and (max-width: 767px) {
  .airtightness-flow {
    position: relative;
    padding: 64px 0 0;
  }
}
.airtightness-flow__body {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .airtightness-flow__body {
    margin-top: 20px;
  }
}
/*------------------------------------------------------------
    CSS of Price section
------------------------------------------------------------*/
.airtightness-price {
  position: relative;
  padding: 128px 0 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .airtightness-price {
    padding: 63px 0 0;
  }
}
.airtightness-price__body {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .airtightness-price__body {
    margin-top: 20px;
  }
}
.airtightness-price__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 1023px) {
  .airtightness-price__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.airtightness-price__left {
  width: 50%;
  padding: 64px 0 77px;
  background-color: #ebf3fc;
}
@media only screen and (max-width: 1023px) {
  .airtightness-price__left {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .airtightness-price__left {
    padding: 32px 0 30px;
  }
}
.airtightness-price__leftinner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .airtightness-price__leftinner {
    max-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .airtightness-price__leftinner {
    max-width: unset;
    padding: 0 20px;
  }
}
.airtightness-price__right {
  width: 50%;
  padding: 64px 0 77px;
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .airtightness-price__right {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .airtightness-price__right {
    padding: 32px 0 29px;
  }
}
.airtightness-price__rightinner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .airtightness-price__rightinner {
    max-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .airtightness-price__rightinner {
    max-width: unset;
    padding: 0 20px;
  }
}
.airtightness-price__footer {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .airtightness-price__footer {
    margin-top: 20px;
  }
}
.airtightness-price__listbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -4px;
}
@media only screen and (max-width: 767px) {
  .airtightness-price__listbtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.airtightness-price__itembtn {
  margin: 0 4px;
}
@media only screen and (max-width: 767px) {
  .airtightness-price__itembtn {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .airtightness-price__itembtn + .airtightness-price__itembtn {
    margin-top: 8px;
  }
}
/*------------------------------------------------------------
    CSS of FAQ section
------------------------------------------------------------*/
.airtightness-faq {
  position: relative;
  padding: 128px 0 129px;
}
@media only screen and (max-width: 767px) {
  .airtightness-faq {
    padding: 64px 0 63px;
  }
}
.airtightness-faq__body {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .airtightness-faq__body {
    margin-top: 20px;
  }
}
/*------------------------------------------------------------
    CSS of Contact section
------------------------------------------------------------*/
.airtightness-contact {
  position: relative;
  padding: 64px 0;
}
@media only screen and (max-width: 767px) {
  .airtightness-contact {
    padding: 64px 0 31px;
  }
}
.airtightness-contact__subheading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .airtightness-contact__subheading {
    margin-top: 20px;
  }
}
.airtightness-contact__title img {
  width: 476px;
}
@media only screen and (max-width: 767px) {
  .airtightness-contact__title img {
    width: 360px;
  }
}
.airtightness-contact__body {
  margin-top: 14px;
  text-align: center;
}
.airtightness-contact__body .c-note1 {
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .airtightness-contact__body .c-note1 {
    margin-top: 5px;
  }
}
.airtightness-contact__content {
  font-weight: 600;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Display
------------------------------------------------------------*/
.u-none {
  display: none;
}
/*------------------------------------------------------------
    Background
------------------------------------------------------------*/
.u-bg__grey200 {
  background-color: #f2f2f2;
}
.u-bg__sand100 {
  background-color: #fcfaf5;
}
/*------------------------------------------------------------
    Spacing
------------------------------------------------------------*/
/*------------------------------------------------------------
    Font
------------------------------------------------------------*/
.u-barlow {
  font-family: "Barlow", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.u-bold {
  font-weight: 700;
}
/*------------------------------------------------------------
    Animation
------------------------------------------------------------*/
[data-animation][data-animation-type=fadeIn] {
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
[data-animation=after][data-animation-type=fadeIn] {
  opacity: 1;
}
[data-animation][data-animation-type=fadeInScale] {
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.3, 0.1, 0.2, 1);
  transition: opacity 1.2s cubic-bezier(0.3, 0.1, 0.2, 1);
}
[data-animation][data-animation-type=fadeInScale] img {
  opacity: 0;
  -webkit-transform: scale(1.04) translateY(13px);
  transform: scale(1.04) translateY(13px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
[data-animation=after][data-animation-type=fadeInScale] {
  opacity: 1;
}
[data-animation=after][data-animation-type=fadeInScale] img {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
[data-animation][data-animation-type=fadeUp] {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 1.2s ease;
  transition: opacity 0.8s ease, -webkit-transform 1.2s ease;
  transition: transform 1.2s ease, opacity 0.8s ease;
  transition: transform 1.2s ease, opacity 0.8s ease, -webkit-transform 1.2s ease;
}
[data-animation=after][data-animation-type=fadeUp] {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
[data-animation][data-animation-type=scaleIn] img {
  opacity: 0;
  -webkit-transform: scale(1.04) translateY(13px);
  transform: scale(1.04) translateY(13px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
[data-animation=after][data-animation-type=scaleIn] img {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
[data-animation][data-animation-type=blurIn] {
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: opacity 0.8s ease, -webkit-filter 1.2s ease-out;
  transition: opacity 0.8s ease, -webkit-filter 1.2s ease-out;
  transition: filter 1.2s ease-out, opacity 0.8s ease;
  transition: filter 1.2s ease-out, opacity 0.8s ease, -webkit-filter 1.2s ease-out;
}
[data-animation=after][data-animation-type=blurIn] {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
@media only screen and (max-width: 1023px) {
  .is-pc {
    display: none;
  }
}
.is-notpc {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .is-notpc {
    display: block;
  }
}
.is-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .is-notsp {
    display: none;
  }
}
.is-phone {
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .is-phone {
    pointer-events: unset;
  }
}