:root {
  --wh: 100vh ;
}

* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

li {
  list-style-type: none;
}

th {
  font-weight: inherit;
}

address {
  font-style: inherit;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
  }
}

img {
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  padding: 0;
  border: 0;
}

button:not(:disabled):not([aria-disabled=true]) {
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  color: #343434;
  min-width: 320px;
  background: rgba(252, 242, 226, 0.32) url(../images/common/body-bg1.png) repeat;
  font-family: "Noto Sans JP", sans-serif;
}
body.is-resizing * {
  transition: none !important;
}
body.is-fixed {
  width: 100%;
}

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}
[v-cloak] {
  visibility: hidden;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.l-container {
  padding: 0 14px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  pointer-events: none;
}
.c-header__inner {
  display: flex;
  padding: 10px 14px;
  height: 83px;
  pointer-events: none;
}
.c-header__logo {
  display: block;
  margin-right: auto;
  pointer-events: auto;
}
.c-header__navbar {
  position: relative;
  top: 3px;
  left: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
  pointer-events: auto;
}
.c-header__navbar.is-active {
  top: 0;
  left: 4px;
  width: 34px;
  height: 34px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transform: rotate(45deg);
}
.c-header__navbar.is-active:before, .c-header__navbar.is-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
}
.c-header__navbar.is-active:after {
  transform: rotate(90deg);
}
.c-header__navbar.is-active .c-header__navbar__line {
  display: none;
  background-color: transparent;
  transition: background 0s ease-in-out;
}
.c-header__navbar.is-active .c-header__navbar__line:before, .c-header__navbar.is-active .c-header__navbar__line:after {
  transition: transform 0.3s ease-in-out 0.3s, margin 0.3s ease-in-out;
}
.c-header__navbar.is-active .c-header__navbar__line:before {
  transform: rotate(45deg);
  margin-top: 0;
}
.c-header__navbar.is-active .c-header__navbar__line:after {
  transform: rotate(-45deg);
  margin-bottom: 0;
}
.c-header__navbar__line {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 10px;
  transition: background 0s ease-in-out 0.3s;
}
.c-header__navbar__line:before, .c-header__navbar__line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out 0.3s;
}
.c-header__navbar__line:before {
  margin-top: -9px;
}
.c-header__navbar__line:after {
  margin-bottom: -9px;
}
.c-header__navi {
  position: fixed;
  top: 0;
  right: -227px;
  width: 227px;
  height: 100%;
  background-color: rgba(34, 53, 95, 0.9);
  padding-top: 73px;
  padding-bottom: 100px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: right 0.3s ease-in-out;
  pointer-events: auto;
}
.c-header__navi.is-active {
  right: 0;
}
.c-header__navi__list {
  padding: 0 28px 0 40px;
}
.c-header__navi__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  margin-bottom: 20px;
}
.c-header__navi__item a {
  display: inline-block;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 2.1px;
  padding-bottom: 6px;
}
.c-header__btn1 {
  margin-top: 48px;
  padding-left: 16px;
  padding-right: 17px;
  pointer-events: auto;
}
.c-header__btn1__link {
  position: relative;
  display: block;
  color: #22355F;
  border-radius: 26px;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 3rem;
  letter-spacing: 2.1px;
  text-align: center;
  padding: 11px 35px 11px 22px;
  background: #ffffff url(../images/common/icon/arrow1-brown.svg) no-repeat center right 22px/16px 15px;
}

.c-footer {
  position: relative;
  background-color: #ffffff;
}
.c-footer:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: 21px;
  background: #22355F url(../images/common/footer-bg1.png) repeat;
}
.c-footer__inner {
  padding-top: 58px;
}
.c-footer__logo {
  position: relative;
  margin-bottom: 69px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-footer__logo__img {
  position: relative;
  text-align: center;
  margin-bottom: 16px;
}
.c-footer__logo__img:after {
  content: "";
  position: absolute;
  left: 19px;
  top: 46px;
  width: 324px;
  height: 338px;
  background: url(../images/common/logo-bg2.png) no-repeat center/100% auto;
}
.c-footer__logo__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: bold;
}
.c-footer__navi {
  margin-bottom: 21px;
}
.c-footer__navi__list {
  list-style: none;
}
.c-footer__navi__item {
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
}
.c-footer__navi__link {
  text-align: center;
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: 2.1px;
  font-weight: 800;
  color: #343434;
}
.c-footer__copyright {
  font-size: 1rem;
  line-height: 3rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #343434;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 31px;
}
.c-footer__gotop {
  display: block;
  text-align: center;
}
.c-footer__gotop img {
  position: relative;
  left: 2px;
}

.u-color1 {
  color: #314061 !important;
}

.u-color2 {
  color: #BA8614 !important;
}

.u-mw60 {
  min-width: 60px !important;
}

.u-fadein {
  opacity: 0;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(40px) translateZ(0) !important;
  will-change: transition;
}
.u-fadein.show {
  opacity: 1;
  transform: translateY(0) translateZ(0) !important;
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title1 {
  text-align: center;
}
.c-title1 img {
  max-width: 100%;
}

.c-title2 {
  text-align: center;
}
.c-title2 img {
  max-width: 100%;
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
.c-img1 {
  text-align: center;
}
.c-img1__inner {
  display: inline-block;
  margin: 0 auto;
}
.c-img1__cap {
  text-align: right;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.7px;
  padding-right: 33px;
  font-weight: 900;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-img1__cap {
    font-size: 1.1rem;
    line-height: 1.6rem;
    letter-spacing: 0.55px;
    padding-right: 1px;
  }
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list1 {
  display: block;
  list-style: none;
}
.c-list1__item {
  position: relative;
  transform: translateZ(0);
  list-style: none;
  border: 5px solid #FFFFFF;
  background-color: #314061;
  padding: 14px 0 13px 5px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-list1__item + .c-list1__item {
  margin-top: 15px;
}
.c-list1__item__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-list1__item__body {
  display: none;
  padding: 31px 6px 18px;
}
.c-list1__item.is-active .c-list1__icon1__plus:before {
  height: 0;
}
.c-list1__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.c-list1__cats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-end;
  margin-bottom: -10px;
}
.c-list1__cats li {
  min-width: 53px;
  padding: 4px 5px;
  margin: 0 5px 10px;
  background-color: #ffffff;
  border-radius: 14px;
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: 500;
  text-align: center;
}
.c-list1__icon1 {
  width: 23.9193083573%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-list1__icon1__plus {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  position: relative;
  cursor: pointer;
}
.c-list1__icon1__plus:before, .c-list1__icon1__plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 14px;
  background-color: #ffffff;
  transition: height 0.3s ease-in-out;
}
.c-list1__icon1__plus:after {
  transform: rotate(90deg);
}
.c-list1__text1 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: 0.75px;
  color: #ffffff;
  transition: height 0.3s ease-in-out;
}
.c-list1__btn1 {
  position: relative;
  background: #ffffff url(../images/common/icon/arrow1-brown.svg) no-repeat center right 16px/16px 15px;
  display: block;
  width: 100%;
  max-width: 244px;
  margin: 30px auto 0;
  border-radius: 29px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-align: center;
  padding: 18px 35px 18px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.c-list2__ul {
  list-style: none;
}
.c-list2__li {
  list-style: none;
}
.c-list2__li + .c-list2__li {
  margin-top: 64px;
}
.c-list2__body {
  padding: 20px 10px 0 13px;
}
.c-list2__tag {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  background-color: #22355F;
  border-radius: 13px;
  padding: 7px 12px;
  text-align: center;
}
.c-list2__title1 {
  display: none;
}
.c-list2__title2 {
  color: #343434;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-top: 5px;
  margin-bottom: 2px;
}
.c-list2__text1 {
  color: #BA8614;
  font-size: 1.1rem;
  line-height: 1.7rem;
  font-weight: bold;
}
.c-list2__img1 {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.c-list2__img1:after {
  content: "";
  padding-bottom: 73.1988472622%;
  display: block;
}
.c-list2__img1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-list2__btn {
  position: relative;
  display: block;
  color: #22355F;
  border: 3px solid #22355F;
  background-color: #ffffff;
  border-radius: 37px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: bold;
  text-align: center;
  padding: 20px 72px 20px 15px;
  margin: 29px -10px 0 -13px;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 374px) {
  .c-list2__btn {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 17px 52px 17px 15px;
  }
}
.c-list2__btn__ic {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #22355F;
}
@media screen and (max-width: 374px) {
  .c-list2__btn__ic {
    right: 15px;
  }
}
.c-list2__btn__ic:before, .c-list2__btn__ic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 11px;
  height: 2px;
  background-color: #ffffff;
}
.c-list2__btn__ic:after {
  transform: rotate(90deg);
}

.c-list3 {
  padding: 0 23px;
}
@media screen and (max-width: 374px) {
  .c-list3 {
    padding: 0;
  }
}
.c-list3__ul {
  background-color: #ffffff;
  list-style: none;
  width: 301px;
  margin: 0 auto;
}
@media screen and (max-width: 374px) {
  .c-list3__ul {
    width: 292px;
  }
}
.c-list3__li {
  position: relative;
  list-style: none;
  padding-top: 37px;
  padding-bottom: 14px;
  margin-bottom: 3px;
}
.c-list3__li .c-list3__li__inner {
  width: 100%;
  height: 96%;
}
.c-list3__li:before, .c-list3__li:after {
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
}
.c-list3__li:before {
  top: 0;
  border-left: 150.5px solid transparent;
  border-right: 150.5px solid transparent;
  border-top: 14px solid #ffffff;
}
@media screen and (max-width: 374px) {
  .c-list3__li:before {
    border-left: 146px solid transparent;
    border-right: 146px solid transparent;
  }
}
.c-list3__li:after {
  bottom: -14px;
  border-left: 150.5px solid transparent;
  border-right: 150.5px solid transparent;
  border-top: 14px solid transparent;
}
@media screen and (max-width: 374px) {
  .c-list3__li:after {
    border-left: 146px solid transparent;
    border-right: 146px solid transparent;
  }
}
.c-list3__li:nth-child(1) {
  padding-top: 43px;
  background-color: #22355F;
  z-index: 5;
}
.c-list3__li:nth-child(1):before {
  display: none;
}
.c-list3__li:nth-child(1):after {
  border-top-color: #22355F;
}
.c-list3__li:nth-child(1) .c-list3__li__inner {
  background-color: #22355F;
}
.c-list3__li:nth-child(2) {
  background-color: #3C4C70;
  z-index: 4;
}
.c-list3__li:nth-child(2):after {
  border-top-color: #3C4C70;
}
.c-list3__li:nth-child(2) .c-list3__li__inner {
  background-color: #3C4C70;
}
.c-list3__li:nth-child(3) {
  background-color: #5C6885;
  z-index: 3;
}
.c-list3__li:nth-child(3):after {
  border-top-color: #5C6885;
}
.c-list3__li:nth-child(3) .c-list3__li__inner {
  background-color: #5C6885;
}
.c-list3__li:nth-child(4) {
  background-color: #7A8399;
  z-index: 2;
}
.c-list3__li:nth-child(4):after {
  border-top-color: #7A8399;
}
.c-list3__li:nth-child(4) .c-list3__li__inner {
  background-color: #7A8399;
}
.c-list3__li:nth-child(5) {
  padding-top: 44px;
  padding-bottom: 30px;
  background-color: #A9ACB7;
  z-index: 1;
}
.c-list3__li:nth-child(5):after {
  border-top-color: #A9ACB7;
}
.c-list3__li:nth-child(5) .c-list3__li__inner {
  background-color: #A9ACB7;
}
.c-list3__text1 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: bold;
  color: #ffffff;
}
.c-list3__text2 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  color: #ffffff;
}

.c-list4__ul {
  display: block;
  list-style: none;
}
.c-list4__li {
  list-style: none;
}
.c-list4__li + .c-list4__li {
  margin-top: 83px;
}
.c-list4__title {
  text-align: center;
  margin-bottom: 28px;
}
.c-list4__links {
  display: block;
}
.c-list4__btn1 {
  display: block;
  font-size: 2.3rem;
  line-height: 3rem;
  letter-spacing: 3.45px;
  font-weight: 900;
  background: #ffffff url(../images/common/icon/arrow1-blue.svg) no-repeat center right 32px/16px 15px;
  border: 5px solid #22355F;
  color: #22355F;
  text-align: center;
  border-radius: 38px;
  padding: 18px 45px 18px 42px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-list4__btn1.is-style1 {
  background: #22355F url(../images/common/icon/arrow1-white.svg) no-repeat center right 32px/16px 15px;
  color: #ffffff;
}
.c-list4__btn1 + .c-list4__btn1 {
  margin-top: 21px;
}

.c-list5 {
  overflow: hidden;
}
.c-list5__ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -4.6px;
}
.c-list5__li {
  width: 50%;
  list-style: none;
  padding-right: 4.6px;
  margin-bottom: 4.6px;
}
.c-list5__img {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.c-list5__img:after {
  content: "";
  display: block;
  padding-top: 94.7952567323%;
}
.c-list5__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-list6__ul {
  list-style: none;
  padding: 0 13px;
}
.c-list6__li {
  list-style: none;
}
.c-list6__li + .c-list6__li {
  margin-top: 15px;
}
.c-list6__img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}
.c-list6__img:after {
  content: "";
  display: block;
  padding-top: 50.1567398119%;
}
.c-list6__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-list6__tag {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 800;
  color: #ffffff;
  background-color: #EA5533;
  border-radius: 11px;
  text-align: center;
  padding: 2px 13px;
  margin-bottom: 11px;
}
.c-list6__title {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.75px;
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*------------------------------------------------------------
slider
------------------------------------------------------------*/
/*------------------------------------------------------------
mv
------------------------------------------------------------*/
.c-mv1 {
  position: relative;
}
.c-mv1__inner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.c-mv1__inner:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  background: url(../images/common/mv1-line.png) no-repeat center bottom -20px/139.6454% auto;
  z-index: 2;
}
.c-mv1__slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.c-mv1__slider__wrap {
  display: flex;
}
.c-mv1__slider__item {
  width: 100%;
  flex-shrink: 0;
}
.c-mv1__img1 {
  display: block;
  margin-top: -20px;
}
.c-mv1__img1 img {
  width: 100%;
}
.c-mv1__img2 {
  display: block;
}
.c-mv1__img2 img {
  width: 100%;
}
.c-mv1__body {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 45px;
  z-index: 2;
  pointer-events: none;
}
.c-mv1__body * {
  pointer-events: auto;
}
.c-mv1__text1 {
  display: block;
}

.c-mv2 img {
  width: 100%;
}

/*------------------------------------------------------------
block
------------------------------------------------------------*/
.c-block1__text1 {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #343434;
}
.c-block1__text1 + .c-block1__text1 {
  margin-top: 30px;
}
.c-block1__body {
  position: relative;
  margin-bottom: 72px;
}
.c-block1__body:after {
  content: "";
  position: absolute;
  top: calc(100% - 113px);
  right: -68px;
  width: 249px;
  height: 260px;
  background: url(../images/common/logo-bg1.png) no-repeat center/100%;
  pointer-events: none;
  z-index: 0;
}
.c-block1__video {
  position: relative;
  overflow: hidden;
  display: block;
}
.c-block1__video:after {
  content: "";
  display: block;
  padding-top: 55.9077809798%;
}
.c-block1__video video {
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-block2 {
  display: block;
}
.c-block2 + .c-block2 {
  margin-top: 22px;
}
.c-block2--reverse .c-block2__title {
  margin-bottom: 10px;
}
.c-block2--reverse .c-block2__img__inner {
  justify-content: flex-start;
  margin-bottom: 18px;
}
.c-block2--reverse .c-block2__img__inner img {
  width: 121.2186666667%;
  right: auto;
  left: -15px;
}
.c-block2__img {
  position: relative;
}
.c-block2__img__inner {
  margin: 0 -14px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.c-block2__img__inner img {
  position: relative;
  flex-shrink: 0;
  width: 117.4026666667%;
  height: 100%;
  max-width: none;
  right: -10px;
  left: auto;
}
.c-block2__body {
  padding: 0 12px;
}
.c-block2__title {
  margin-bottom: 15px;
}
.c-block2__title img {
  position: relative;
  left: -6px;
}
.c-block2__text1 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.5rem;
  letter-spacing: 0.8px;
  color: #343434;
}

.c-block3 {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 15px 13px;
}
.c-block3__tag {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: bold;
  color: #ffffff;
  border-radius: 5px;
  padding: 2px 8px 2px;
  background-color: #EA5533;
  margin-bottom: 12px;
}
.c-block3__text {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: bold;
  color: #343434;
}

.c-block4 {
  padding: 0 13px;
}
.c-block4__img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 19px;
}
.c-block4__img:after {
  content: "";
  display: block;
  padding-top: 66.7711598746%;
}
.c-block4__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-block4__tag {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  background-color: #22355F;
  border-radius: 13px;
  padding: 7px 10px;
  text-align: center;
}
.c-block4__title1 {
  color: #343434;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-top: 7px;
  margin-bottom: 1px;
}
.c-block4__text1 {
  color: #BA8614;
  font-size: 1.1rem;
  line-height: 1.7rem;
  font-weight: bold;
}

.c-block5 + .c-block5 {
  margin-top: 36px;
}
.c-block5--reverse .c-block5__img {
  padding-left: 0;
  padding-right: 15px;
}
.c-block5--reverse .c-block5__img img {
  width: 100%;
  border-radius: 0 15px 15px 0;
}
.c-block5__img {
  position: relative;
  padding-left: 15px;
  overflow: hidden;
}
.c-block5__img img {
  width: 100%;
  border-radius: 30px 0 0 30px;
}
.c-block5__body {
  padding: 0 13px;
  margin-bottom: 25px;
}
.c-block5__title1 {
  margin-bottom: 17px;
}
.c-block5__title2 {
  margin-bottom: 17px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #BA8614;
}
.c-block5__text1 {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.75px;
  color: #343434;
}
.c-block5__text1 + .c-block5__text1 {
  margin-top: 22px;
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-side1 {
  display: none;
}

.c-faq__grid {
  display: flex;
  flex-direction: column;
}
.c-faq__group.is-company {
  order: 1;
}
.c-faq__group.is-work {
  order: 2;
}
.c-faq__group.is-other {
  order: 3;
}
.c-faq__group + .c-faq__group {
  margin-top: 32px;
}
.c-faq__item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-faq__item.is-active .c-faq__q {
  border-radius: 10px 10px 0 0;
}
.c-faq__item.is-active .c-faq__q__ic:before {
  height: 0;
}
.c-faq__item + .c-faq__item {
  margin-top: 18px;
}
.c-faq__title {
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  color: #343434;
  padding: 0 13px;
  margin-bottom: 16px;
}
.c-faq__q {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: bold;
  color: #343434;
  background-color: #EADAB8;
  border-radius: 10px;
  padding: 15px 54px 15px 41px;
  min-height: 68px;
  display: flex;
  align-items: center;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.c-faq__q:before {
  position: absolute;
  top: 50%;
  bottom: 11px;
  left: 13px;
  transform: translate3d(0, -50%, 0);
  font-family: "Noto Sans JP", sans-serif;
  content: "Q";
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: bold;
  color: #343434;
}
.c-faq__q__ic {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #BA8614;
  display: block;
  cursor: pointer;
}
.c-faq__q__ic:before, .c-faq__q__ic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 12px;
  background-color: #BA8614;
  transition: height 0.3s ease-in-out;
}
.c-faq__q__ic:after {
  transform: rotate(90deg) translateZ(0);
}
.c-faq__a {
  display: none;
  position: relative;
  background-color: #ffffff;
  padding: 10px 13px 12px;
  border-radius: 0 0 10px 10px;
  z-index: 2;
}
.c-faq__tag {
  display: inline-block;
  font-size: 9px;
  font-weight: bold;
  line-height: 1.3rem;
  letter-spacing: 0.9px;
  color: #ffffff;
  background-color: #EA5533;
  padding: 2px 4px;
  text-align: center;
  margin-bottom: 5px;
}
.c-faq__text1 + .c-faq__tag {
  margin-top: 13px;
}
.c-faq__text1 {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 500;
  color: #343434;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #FCF9F4;
  transform: translateZ(0);
  z-index: 990;
  display: none;
}
.c-modal.show {
  display: block;
}
.c-modal__dialog {
  position: relative;
  width: auto;
  margin: 14px;
  pointer-events: none;
  display: flex;
  align-items: center;
  min-height: calc(100% - 28px);
}
.c-modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  outline: 0;
  border-top: 7px solid #22355F;
  border-bottom: 6px solid #22355F;
  padding-top: 27px;
  padding-bottom: 31px;
}
.c-modal__close {
  position: fixed;
  top: 5px;
  right: 6px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #22355F;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 9999px;
  overflow: hidden;
  z-index: 99;
  transform: rotate(45deg);
  pointer-events: auto;
  cursor: pointer;
}
.c-modal__close:before, .c-modal__close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 3px;
  background-color: #ffffff;
}
.c-modal__close:after {
  transform: rotate(90deg);
}
.c-modal__btn1 {
  margin: 33px 0 0;
  padding: 0 13px;
}
.c-modal__btn1__link {
  position: relative;
  display: block;
  color: #22355F;
  border: 3px solid #22355F;
  background-color: #ffffff;
  border-radius: 37px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: bold;
  text-align: center;
  padding: 17px 72px 17px 35px;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 374px) {
  .c-modal__btn1__link {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 17px 52px 17px 20px;
  }
}
.c-modal__btn1__ic {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #22355F;
  transform: rotate(45deg);
}
@media screen and (max-width: 374px) {
  .c-modal__btn1__ic {
    right: 15px;
  }
}
.c-modal__btn1__ic:before, .c-modal__btn1__ic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 11px;
  height: 2px;
  background-color: #ffffff;
}
.c-modal__btn1__ic:after {
  transform: rotate(90deg);
}
.c-modal .c-block4 {
  margin-bottom: 40px;
}
.c-modal .c-title2 {
  margin-top: 28px;
  margin-bottom: 37px;
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0;
}

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px;
}

.p-index__mv {
  padding-bottom: 81px;
}
.p-index__sc1 {
  padding-bottom: 89px;
}
.p-index__sc2 {
  padding-bottom: 74px;
}
.p-index__sc2 .c-title1 {
  margin-bottom: 40px;
}
.p-index__sc3 {
  padding-bottom: 63px;
  overflow: hidden;
}
.p-index__sc3 .c-title1 {
  margin-bottom: 35px;
}
.p-index__sc4 {
  padding-bottom: 61px;
}
.p-index__sc4 .c-title1 {
  margin-bottom: 35px;
}
.p-index__sc5 {
  padding-bottom: 59px;
}
.p-index__sc5 .c-mv2 {
  margin-bottom: 61px;
}
.p-index__sc5 .c-title1 {
  margin-bottom: 35px;
}
.p-index__sc5 .c-list3 {
  margin-bottom: 50px;
}
.p-index__sc6 {
  padding-bottom: 71px;
}
.p-index__sc6 .c-img1 {
  padding: 0 7px 0 5px;
}
.p-index__sc6 .c-title1 {
  margin-bottom: 32px;
}
.p-index__sc7 {
  padding-bottom: 113px;
}
.p-index__sc7 .c-title1 {
  margin-bottom: 43px;
}
.p-index__sc8 {
  padding-bottom: 116px;
}
.p-index__sc8 .c-mv2 {
  margin-bottom: 105px;
}
.p-index__sc8 .c-title1 {
  margin-bottom: 36px;
}
.p-index__sc9 {
  padding-bottom: 90px;
}
.p-index__sc9 .c-title1 {
  margin-bottom: 50px;
}
.p-index__sc9 .c-list4 {
  margin-bottom: 104px;
}

@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .l-container {
    max-width: 1028px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .c-header {
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-header__navbar {
    display: none;
  }
  .c-header__inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 10px 0 10px;
    height: 82px;
  }
  .c-header__btn1 {
    display: none;
  }
  .c-header__logo {
    flex-shrink: 0;
  }
  .c-header__navi {
    position: fixed;
    overflow: visible;
    width: 100%;
    height: auto;
    background: none;
    top: 13px;
    right: 0 !important;
    padding: 0 0 0 80px !important;
    flex: 1 1 auto;
  }
  .c-header__navi__list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .c-header__navi__item {
    border-bottom: 0;
    margin-bottom: 0;
    margin-left: 14px;
    margin-right: 14px;
  }
  .c-header__navi__item a {
    display: block;
    text-align: center;
    letter-spacing: 0.6px;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 900;
    color: #343434;
    background-color: #FEFBF6;
    padding: 0 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1075px) {
  .c-header__navi__item {
    margin-left: 0.9302325581vw;
    margin-right: 0.9302325581vw;
  }
  .c-header__navi__item a {
    font-size: 1.1162790698vw;
  }
}
.c-footer {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-footer {
    padding-left: 80px;
  }
  .c-footer__inner {
    display: flex;
    padding-top: 78px;
  }
  .c-footer__logo {
    align-items: flex-start;
    padding-left: 0;
    margin-bottom: 0;
  }
  .c-footer__logo__text {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 1.8px;
  }
  .c-footer__logo__img:after {
    left: auto;
    right: 67px;
    top: 70px;
    width: 353px;
    height: 368px;
  }
  .c-footer__logo__img img {
    width: 197px;
    height: auto;
  }
  .c-footer__navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1 1 auto;
    padding-left: 50px;
    padding-right: 80px;
    padding-top: 29px;
    margin-bottom: 0;
  }
  .c-footer__navi__item {
    text-align: left;
    margin-bottom: 16px;
  }
  .c-footer__gotop {
    position: absolute;
    bottom: 67px;
    right: 91px;
  }
  .c-footer__copyright {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 1.5px;
    margin-top: 50px;
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1075px) {
  .c-footer__navi {
    padding-bottom: 50px;
  }
  .c-footer__navi__list {
    max-width: 50%;
  }
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-list1 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-right: -5px;
    padding-left: 6px;
  }
  .c-list1__item {
    width: calc((100% - 87px) / 4);
    flex-shrink: 0;
    margin-top: 0 !important;
    margin-bottom: 29px;
    margin-right: 29px;
    padding: 0 0 17px 0;
  }
  .c-list1__item:nth-child(4n) {
    margin-right: 0;
  }
  .c-list1__item__nav {
    display: block;
    margin-bottom: 22px;
  }
  .c-list1__item__body {
    padding: 0 12px 20px;
  }
  .c-list1__logo {
    height: 132px;
    padding: 10px 0;
  }
  .c-list1__cats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-list1__cats li {
    padding: 2px 10px 3px 10px;
    min-width: auto !important;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 4px 8px;
  }
  .c-list1__icon1 {
    width: 100%;
    margin-top: 20px;
  }
  .c-list1__btn1 {
    max-width: 178px;
    padding: 18px 35px 18px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1075px) {
  .c-list1 {
    padding-left: 0;
    margin-right: 0;
  }
  .c-list1__logo {
    padding-left: 5px;
    padding-right: 5px;
  }
  .c-list1__item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .c-list1__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-list2 {
    position: relative;
    padding-left: 135px;
    padding-top: 83px;
    overflow: hidden;
  }
  .c-list2--style2 {
    padding-left: 0;
    padding-top: 0;
  }
  .c-list2--style2 .c-list2__body {
    width: 32%;
    padding: 42px 0 0 0;
    display: flex;
    flex-direction: column;
    flex: initial;
  }
  .c-list2--style2 .c-list2__ul {
    margin-left: 0;
  }
  .c-list2--style2 .c-list2__li {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 0;
  }
  .c-list2--style2 .c-list2__btn {
    margin-left: 0;
    margin-top: 18px;
  }
  .c-list2--style2 .c-list2__text1 {
    margin-bottom: 0;
  }
  .c-list2--style2 .c-list2__img1 {
    width: 40.7%;
    margin-right: 55px;
  }
  .c-list2--style2 .c-list2__img1:after {
    padding-bottom: 72.9363772639%;
  }
  .c-list2__title1 {
    display: block;
    position: absolute;
    top: 0;
    left: 2px;
  }
  .c-list2__title2 {
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .c-list2__text1 {
    margin-bottom: auto;
  }
  .c-list2__ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -51px;
  }
  .c-list2__li {
    width: 50%;
    flex-shrink: 0;
    margin-top: 0 !important;
    margin-bottom: 40px;
    padding-left: 51px;
    display: flex;
    flex-direction: column;
  }
  .c-list2__body {
    padding: 15px 0 0 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .c-list2__img1 {
    border-radius: 30px;
  }
  .c-list2__img1:after {
    padding-bottom: 73.4643734644%;
  }
  .c-list2__btn {
    width: 244px;
    font-size: 1.3rem;
    line-height: 1.9rem;
    letter-spacing: 0;
    padding: 13px 67px 13px 28px;
    margin: 27px auto 0;
  }
  .c-list2__btn__ic {
    right: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1075px) {
  .c-list2__btn {
    font-size: 1.2rem;
    padding: 13px 45px 13px 5px;
  }
  .c-list2__btn__ic {
    right: 5px;
  }
}

@media screen and (min-width: 768px) {
  .c-list3 {
    padding: 0 22px 0 0;
  }
  .c-list3__ul {
    display: flex;
    width: auto;
  }
  .c-list3__li {
    flex: 1 1 calc((100% - 12px) / 5);
    height: 138px;
    padding: 0 0 0 10px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 3px;
  }
  .c-list3__li__inner {
    position: relative;
    width: 100%;
    height: 96%;
    right: -1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .c-list3__li:before, .c-list3__li:after {
    height: 100%;
    width: 25px;
    left: auto;
    right: 0;
    top: 0;
  }
  .c-list3__li:before {
    left: 0;
    right: auto;
    border-left: 25px solid #ffffff;
    border-right: 0 solid transparent;
    border-top: 69px solid transparent;
    border-bottom: 69px solid transparent;
  }
  .c-list3__li:after {
    bottom: auto;
    right: -25px;
    border-left: 25px solid transparent;
    border-right: 0 solid transparent;
    border-top: 69px solid transparent;
    border-bottom: 69px solid transparent;
  }
  .c-list3__li:nth-child(1):after {
    border-top-color: transparent;
    border-left-color: #22355F;
  }
  .c-list3__li:nth-child(2) {
    padding-left: 23px !important;
  }
  .c-list3__li:nth-child(2):after {
    border-top-color: transparent;
    border-left-color: #3C4C70;
  }
  .c-list3__li:nth-child(3) {
    padding-left: 35px !important;
  }
  .c-list3__li:nth-child(3):after {
    border-top-color: transparent;
    border-left-color: #5C6885;
  }
  .c-list3__li:nth-child(4) {
    padding-left: 40px !important;
  }
  .c-list3__li:nth-child(4):after {
    border-top-color: transparent;
    border-left-color: #7A8399;
  }
  .c-list3__li:nth-child(5) {
    padding-left: 40px !important;
  }
  .c-list3__li:nth-child(5):after {
    border-top-color: transparent;
    border-left-color: #A9ACB7;
  }
  .c-list3__li:nth-child(5) .c-list3__text1 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .c-list3__text1 {
    font-size: 2rem;
    line-height: 2.9rem;
  }
  .c-list3__text1 + .c-list3__text2 {
    margin-top: 12px;
  }
  .c-list3__text2 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1075px) {
  .c-list3__li:nth-child(5) .c-list3__text1 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .c-list3__text1 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .c-list3__text1 + .c-list3__text2 {
    margin-top: 5px;
  }
  .c-list3__text2 {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .c-list4__ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -6px;
  }
  .c-list4__li {
    width: calc((100% - 95px) / 2);
    margin-top: 0 !important;
  }
  .c-list4__title {
    margin-bottom: 30px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-list4__title img {
    width: auto;
    max-height: 100%;
  }
  .c-list4__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-list4__btn1 {
    width: calc((100% - 29px) / 2);
    font-size: 2.3rem;
    line-height: 3rem;
    letter-spacing: 3.45px;
    margin-top: 0 !important;
    padding: 18px 45px 18px 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1075px) {
  .c-list4__links {
    flex-direction: column;
  }
  .c-list4__title {
    height: 50px;
  }
  .c-list4__btn1 {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .c-list5__ul {
    margin-right: -9.7px;
  }
  .c-list5__li {
    width: 25%;
    padding-right: 9.7px;
  }
  .c-list5__li:nth-child(1) {
    order: 1;
  }
  .c-list5__li:nth-child(2) {
    order: 2;
  }
  .c-list5__li:nth-child(4) {
    order: 3;
  }
  .c-list5__li:nth-child(3) {
    order: 4;
  }
  .c-list5__img {
    border-radius: 30px;
  }
}

@media screen and (min-width: 768px) {
  .c-list6 {
    padding: 0 70px;
    position: relative;
    left: 2px;
  }
  .c-list6__ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
  }
  .c-list6__li {
    width: 20%;
    margin-top: 0 !important;
    padding-right: 15px;
  }
  .c-list6__img:after {
    padding-top: 88.8888888889%;
  }
  .c-list6__tag {
    margin-bottom: 21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1075px) {
  .c-list6 {
    padding: 0 5px;
    left: 0;
  }
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
.c-line1 {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-line1 {
    display: block;
    position: relative;
    padding-top: 3px;
    border-top: 10px solid #22355F;
  }
  .c-line1:before {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(../images/common/line1-bg.svg) no-repeat top center/1366px auto;
    z-index: 1;
  }
  .c-line1__inner {
    display: flex;
  }
  .c-line1__img1, .c-line1__img2 {
    position: relative;
    width: 50%;
    flex-shrink: 0;
    text-align: center;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-line1__img1 a, .c-line1__img2 a {
    position: relative;
    display: block;
    opacity: 1 !important;
  }
  .c-line1__img2 a {
    left: 9px;
  }
}

/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*------------------------------------------------------------
slider
------------------------------------------------------------*/
/*------------------------------------------------------------
mv
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-mv1__inner:after {
    width: 107.4194729136vw;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    right: 0;
    background: url(../images/common/mv1-line-pc.png) no-repeat center bottom -6px/100% auto;
    margin-left: -36px;
  }
  .c-mv1__slider {
    width: 100%;
  }
  .c-mv1__slider__item {
    display: flex;
    overflow: hidden;
  }
  .c-mv1__img1, .c-mv1__img2 {
    width: 50%;
    min-height: 620px;
    position: relative;
    overflow: hidden;
    margin: 0;
  }
  .c-mv1__img1:after, .c-mv1__img2:after {
    content: "";
    display: block;
    padding-top: 119.2846034215%;
  }
  .c-mv1__img1.no-order, .c-mv1__img2.no-order {
    order: initial;
  }
  .c-mv1__img1 img, .c-mv1__img2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .c-mv1__img2 {
    order: -1;
  }
  .c-mv1__body {
    padding-bottom: 120px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1075px) {
  .c-mv1__body {
    padding-bottom: 60px;
  }
}
/*------------------------------------------------------------
block
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-block1 {
    display: flex;
  }
  .c-block1__text1 {
    text-align: left;
    font-size: 1.8rem;
    line-height: 3.5rem;
  }
  .c-block1__text1 + .c-block1__text1 {
    margin-top: 35px;
  }
  .c-block1__body {
    width: 46%;
    margin-bottom: 0;
    padding-left: 111px;
    padding-right: 30px;
  }
  .c-block1__body:after {
    width: 564px;
    height: 588px;
    top: calc(100% - 247px);
    right: 170px;
  }
  .c-block1__video {
    width: 54%;
    padding-right: 73px;
    margin-top: 41px;
  }
  .c-block1__video:after {
    display: none;
  }
  .c-block1__video video {
    position: relative;
    width: 467px;
    height: 347px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1075px) {
  .c-block1__body {
    padding-left: 0;
    padding-right: 20px;
  }
  .c-block1__video {
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-block2 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .c-block2 + .c-block2 {
    margin-top: 67px;
  }
  .c-block2--reverse .c-block2__body {
    order: -1;
    padding: 58px 0 0 150px;
  }
  .c-block2--reverse .c-block2__title {
    top: -48px;
    left: 37px;
  }
  .c-block2--reverse .c-block2__img__inner {
    align-items: flex-start;
    justify-content: flex-start;
    top: 0;
    left: 0;
    right: auto;
  }
  .c-block2--reverse .c-block2__img__inner img {
    right: auto;
    left: 80px;
  }
  .c-block2__body {
    position: relative;
    width: 50%;
    flex-shrink: 0;
    padding: 165px 30px 0 120px;
  }
  .c-block2__img {
    width: 50%;
    flex-shrink: 0;
  }
  .c-block2__img__inner {
    margin: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
  }
  .c-block2__img__inner img {
    width: 149.2% !important;
    max-width: none !important;
    left: auto;
    right: 40px;
  }
  .c-block2__title {
    position: absolute;
    top: 47px;
    left: 6px;
  }
  .c-block2__text1 {
    font-size: 1.8rem;
    line-height: 3.2rem;
    letter-spacing: 0.9px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1075px) {
  .c-block2--reverse .c-block2__img__inner img {
    left: 30px;
  }
  .c-block2__text1 {
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.8px;
  }
  .c-block2__img__inner img {
    right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .c-block3 {
    border-radius: 11px;
    margin-left: 22px;
    margin-right: 22px;
    padding: 23px 30px 19px 36px;
  }
}

@media screen and (min-width: 768px) {
  .c-block4 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-block4__img {
    border-radius: 30px;
    width: 44.3355119826%;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .c-block4__img:after {
    padding-top: 73.4643734644%;
  }
  .c-block4__title1 {
    margin-top: 13px;
    margin-bottom: 7px;
  }
  .c-block4__body {
    order: -1;
    border-left: 2px solid #22355F;
    flex: 1 1 auto;
    padding: 44px 52px 56px 48px;
  }
}

@media screen and (min-width: 768px) {
  .c-block5 {
    display: flex;
  }
  .c-block5 + .c-block5 {
    margin-top: 20px;
  }
  .c-block5--reverse .c-block5__img {
    order: -1;
    padding-left: 0;
    padding-right: 0;
  }
  .c-block5--reverse .c-block5__img img {
    border-radius: 0 30px 30px 0;
  }
  .c-block5--reverse .c-block5__body {
    padding: 6px 65px 10px 48px;
  }
  .c-block5__img {
    width: 39.9644760213%;
    flex-shrink: 0;
    padding-left: 0;
  }
  .c-block5__img img {
    border-radius: 30px 0 0 30px;
  }
  .c-block5__body {
    flex: 1 1 auto;
    padding: 36px 60px 10px 63px;
  }
  .c-block5__text1 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.8px;
    font-weight: 500;
    text-align: justify;
  }
  .c-block5__text1 + .c-block5__text1 {
    margin-top: 23px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1075px) {
  .c-block5__body {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-side1 {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 80px;
    height: 100%;
    background: #22355F url(../images/common/footer-bg1.png) repeat;
    z-index: 89;
  }
  .c-side1 + main {
    padding-left: 80px;
  }
  .c-side1__inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: var(--wh);
    padding-top: 108px;
  }
  .c-side1__text {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
    left: -2px;
  }
  .c-side1__text__v1, .c-side1__text__v2 {
    writing-mode: vertical-lr;
    width: 13px;
    flex-shrink: 0;
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1.8rem;
    letter-spacing: 5px;
    font-weight: bold;
    text-align: left;
    margin: 0 4px;
  }
  .c-side1__btn {
    margin-top: auto;
  }
  .c-side1__btn__link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/common/side1-bg1.png) no-repeat center/57px 200px;
    width: 57px;
    height: 200px;
    margin-bottom: 20px;
  }
  .c-side1__btn__text {
    text-align: center;
    width: 19px;
    flex-shrink: 0;
    font-size: 1.9rem;
    font-weight: 900;
    line-height: 2.3rem;
    letter-spacing: 2.85px;
    writing-mode: vertical-lr;
    color: #343434;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.c-faq__masonry {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-faq {
    display: block;
    margin-left: -49px;
  }
  .c-faq__masonry {
    display: flex;
  }
  .c-faq__masonry__col {
    width: 50%;
  }
  .c-faq__grid {
    display: block;
    pointer-events: none;
    position: relative;
  }
  .c-faq__grid * {
    pointer-events: auto;
  }
  .c-faq__group {
    width: 100%;
    display: block;
    margin-top: 0 !important;
    margin-bottom: 33px;
    padding-left: 49px;
  }
  .c-faq__title {
    padding-left: 0;
    font-size: 2.2rem;
    line-height: 3.3rem;
    margin-bottom: 12px;
  }
  .c-faq__item + .c-faq__item {
    margin-top: 20px;
  }
  .c-faq__q {
    padding: 10px 55px 4px 48px;
    font-size: 1.5rem;
    line-height: 2.2rem;
    min-height: 57px;
  }
  .c-faq__q:before {
    left: 21px;
  }
  .c-faq__q__ic {
    right: 25px;
  }
  .c-faq__a {
    padding: 11px 19px 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1075px) {
  .c-faq__q__ic {
    right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .c-modal__close {
    display: none;
  }
  .c-modal__dialog {
    margin: 0;
    padding: 89px 80px 89px 160px;
    min-height: 100%;
  }
  .c-modal__dialog:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    background: #22355F url(../images/common/footer-bg1.png) repeat;
  }
  .c-modal__content {
    padding-top: 80px;
    padding-bottom: 52px;
    border-top: 5px solid #22355F;
    border-bottom: 5px solid #22355F;
  }
  .c-modal__btn1 {
    text-align: center;
    margin-top: 50px;
  }
  .c-modal__btn1__link {
    padding: 14px 72px 12px 35px;
    width: 244px;
    font-size: 1.3rem;
    line-height: 1.9rem;
    margin: 0 auto;
  }
  .c-modal__btn1__ic {
    right: 16px;
    transform: rotate(0);
  }
  .c-modal__btn1__ic:before {
    width: 15px;
  }
  .c-modal__btn1__ic:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-modal .c-block4 {
    width: auto;
    padding: 0;
    margin-left: 105px;
    margin-right: 103px;
    margin-bottom: 78px;
  }
  .c-modal .c-title2 {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1075px) {
  .c-modal__dialog {
    padding: 40px 40px 40px 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1075px) {
  .c-modal .c-block4 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .c-modal .c-block4__body {
    padding: 30px;
  }
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .p-index__mv {
    padding-bottom: 85px;
  }
  .p-index__sc1 {
    padding-bottom: 115px;
  }
  .p-index__sc2 {
    padding-bottom: 78px;
  }
  .p-index__sc2 .c-title1 {
    margin-bottom: 52px;
  }
  .p-index__sc3 {
    padding-bottom: 156px;
  }
  .p-index__sc3 .c-title1 {
    margin-bottom: 62px;
  }
  .p-index__sc4 {
    padding-bottom: 65px;
  }
  .p-index__sc4 .c-line1 {
    margin-bottom: 79px;
  }
  .p-index__sc5 {
    padding-bottom: 89px;
  }
  .p-index__sc5 .c-mv2 {
    margin-bottom: 97px;
  }
  .p-index__sc5 .c-title1 {
    margin-bottom: 93px;
  }
  .p-index__sc5 .c-list3 {
    margin-bottom: 28px;
  }
  .p-index__sc6 {
    padding-bottom: 120px;
  }
  .p-index__sc6 .c-title1 {
    margin-bottom: 2px;
  }
  .p-index__sc6 .c-img1 {
    padding: 0 25px 0 5px;
  }
  .p-index__sc7 {
    padding-bottom: 40px;
  }
  .p-index__sc7 .c-title1 {
    margin-bottom: 65px;
    position: relative;
    left: 5px;
  }
  .p-index__sc8 {
    padding-bottom: 80px;
    overflow: hidden;
  }
  .p-index__sc8 .c-mv2 {
    margin-bottom: 106px;
  }
  .p-index__sc8 .c-title1 {
    margin-bottom: 69px;
  }
  .p-index__sc9 {
    padding-bottom: 51px;
  }
  .p-index__sc9 .c-title1 {
    margin-bottom: 64px;
  }
  .p-index__sc9 .c-list4 {
    margin-bottom: 115px;
  }
  .p-index__sc9 .c-list5 {
    margin: 0;
    position: relative;
  }
}
@media screen and (min-width: 1266px) {
  .p-index__sc9 .c-list5 {
    margin: 0 -78px;
    left: -3px;
  }
}