@charset "UTF-8";
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*------------------------------------------------------------
    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 {
  height: 100%;
}
.c-nav1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav1__item {
  position: relative;
}
@media only screen and (min-width: 1023px) {
  .c-nav1__item:hover .c-nav1__link {
    color: #ff8910;
    font-weight: 700;
  }
  .c-nav1__item:hover .c-nav1__link--external {
    color: #fff;
  }
  .c-nav1__item:hover .c-nav1__sub {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}
.c-nav1__item + .c-nav1__item {
  margin-left: 3.25rem;
}
@media only screen and (max-width: 1023px) {
  .c-nav1__item + .c-nav1__item {
    margin-left: 2.45rem;
  }
}
.c-nav1__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.025em;
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  .c-nav1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #ff8910;
    font-weight: 700;
  }
}
.c-nav1__link.is-active {
  color: #ff8910;
  font-weight: 700;
}
.c-nav1__link--external {
  padding: 11px 20px 11px 24px;
  background: transparent -webkit-gradient(linear, right top, left top, from(#ffae00), to(#ff9100)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(right, #ffae00 0%, #ff9100 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #ffae00 0%, #ff9100 100%) 0% 0% no-repeat padding-box;
  border-radius: 23px;
  color: #fff;
  font-weight: 700;
}
.c-nav1__link--external::after {
  content: "\e907";
  display: inline-block;
  margin-left: 3px;
  color: #fff;
  font-family: "icomoon";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 1023px) {
  .c-nav1__link--external:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #fff;
  }
}
.c-nav1__sub {
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 88px);
  padding: 93px 0 80px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 20;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-nav1__wrap {
  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;
  position: relative;
  z-index: 1;
}
.c-nav1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40%;
  padding-left: 16px;
  padding-right: 40px;
}
.c-nav1__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 40px;
}
.c-nav1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 60%;
  margin-top: 8px;
}
.c-nav1__sublist {
  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: 0 -24px -40px;
}
@media only screen and (max-width: 767px) {
  .c-nav1__sublist {
    -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: 0;
  }
}
.c-nav1__subitem {
  width: calc(33.3333333333% - 48px);
  margin: 0 24px 40px;
}
@media only screen and (max-width: 767px) {
  .c-nav1__subitem {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav1__subitem + .c-nav2__subitem {
    margin-top: 20px;
  }
}
.c-nav1__sublink {
  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;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #f7f5f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-nav1__sublink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffae00;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-nav1__sublink:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-nav1__sublink:hover::after {
    width: 100%;
  }
  .c-nav1__sublink:hover .c-nav1__subname {
    color: #ff8910;
  }
  .c-nav1__sublink:hover .c-arrow2 {
    background-color: #ff8910;
    border-color: #ff8910;
  }
  .c-nav1__sublink:hover .c-arrow2::before {
    color: #fff;
  }
}
.c-nav1__sublink.is-active::after {
  width: 100%;
}
.c-nav1__sublink.is-active .c-nav1__subname {
  color: #ff8910;
}
.c-nav1__sublink.is-active .c-arrow2 {
  background-color: #ff8910;
  border-color: #ff8910;
}
.c-nav1__sublink.is-active .c-arrow2::before {
  color: #fff;
}
.c-nav1__subname {
  margin-top: -1px;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.015em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-nav1__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 12px;
}
.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;
}
.c-nav2__item {
  position: relative;
  width: 100%;
}
.c-nav2__item + .c-nav2__item {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .c-nav2__item + .c-nav2__item {
    margin-top: 0;
  }
}
.c-nav2__link {
  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;
  position: relative;
  width: 100%;
  padding: 11px 30px 11px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.025em;
}
.c-nav2__link::after {
  content: "\e904";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.2rem;
  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 (min-width: 1023px) {
  .c-nav2__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #ff8910;
  }
  .c-nav2__link:hover::after {
    right: -2px;
  }
}
.c-nav2__link.is-active {
  color: #ff8910;
}
.c-nav2__link.is-active::after {
  right: 2px;
}
.c-nav2__link--external::after {
  content: "\e907";
  font-size: 1.3rem;
}
@media only screen and (min-width: 1023px) {
  .c-nav2__link--external:hover::after {
    right: 2px;
  }
}
.c-nav2__sub {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  padding: 40px;
  background-color: #f7f5f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-nav2__sub {
    padding: 24px;
  }
}
.c-nav2__sublist {
  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: 0 -20px -32px;
}
@media only screen and (max-width: 767px) {
  .c-nav2__sublist {
    -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: 0;
  }
}
.c-nav2__subitem {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px 32px;
}
@media only screen and (max-width: 767px) {
  .c-nav2__subitem {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav2__subitem + .c-nav2__subitem {
    margin-top: 20px;
  }
}
.c-nav2__sublink {
  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;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #f2ede1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-nav2__sublink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffae00;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-nav2__sublink:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-nav2__sublink:hover::after {
    width: 100%;
  }
  .c-nav2__sublink:hover .c-nav2__subname {
    color: #ff8910;
  }
  .c-nav2__sublink:hover .c-arrow2 {
    background-color: #ff8910;
    border-color: #ff8910;
  }
  .c-nav2__sublink:hover .c-arrow2::before {
    color: #fff;
  }
}
.c-nav2__sublink.is-active::after {
  width: 100%;
}
.c-nav2__sublink.is-active .c-nav2__subname {
  color: #ff8910;
}
.c-nav2__sublink.is-active .c-arrow2 {
  background-color: #ff8910;
  border-color: #ff8910;
}
.c-nav2__sublink.is-active .c-arrow2::before {
  color: #fff;
}
.c-nav2__subname {
  margin-top: -1px;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.015em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-nav2__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 12px;
}
.c-nav3__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-nav3__item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e8e9ed;
}
.c-nav3__link {
  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;
  position: relative;
  width: 100%;
  padding: 32px 30px 32px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0c2152;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.c-nav3__link::after {
  content: "\e900";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(calc(-50% + 1px));
  transform: translateY(calc(-50% + 1px));
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.5rem;
  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: 767px) {
  .c-nav3__link::after {
    -webkit-transform: translateY(calc(-50% + 2px));
    transform: translateY(calc(-50% + 2px));
  }
}
@media only screen and (min-width: 1023px) {
  .c-nav3__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #ff8910;
  }
  .c-nav3__link:hover::after {
    right: 8px;
  }
}
.c-nav4__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-nav4__item {
  width: 100%;
}
.c-nav4__item + .c-nav4__item {
  margin-top: 1.15rem;
}
.c-nav4__link {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 14px;
  color: #0c2152;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (min-width: 1023px) {
  .c-nav4__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-nav4__link:hover::before {
    opacity: 1;
  }
}
.c-nav4__link::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 6px;
  height: 6px;
  background-color: #ffae00;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-nav4__link.is-active::before {
  opacity: 1;
}
.c-nav5__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: -4.35rem;
}
@media only screen and (max-width: 767px) {
  .c-nav5__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;
    margin-bottom: 0;
  }
}
.c-nav5__item {
  margin-bottom: 4.35rem;
  padding-right: 24px;
}
@media only screen and (max-width: 767px) {
  .c-nav5__item {
    margin-bottom: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav5__item + .c-nav5__item {
    margin-top: 2.75rem;
  }
}
.c-nav5__item:nth-child(2n+1) {
  width: 52.1428571429%;
}
@media only screen and (max-width: 767px) {
  .c-nav5__item:nth-child(2n+1) {
    width: 100%;
  }
}
.c-nav5__item:nth-child(2n) {
  width: 47.8571428571%;
}
@media only screen and (max-width: 767px) {
  .c-nav5__item:nth-child(2n) {
    width: 100%;
  }
}
.c-nav5__link {
  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;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 1023px) {
  .c-nav5__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-nav5__link:hover .c-nav5__en {
    -webkit-text-shadow: 0 4px 8px #e68200;
    text-shadow: 0 4px 8px #e68200;
  }
  .c-nav5__link:hover .c-nav5__ja {
    -webkit-text-shadow: 0 4px 8px #e68200;
    text-shadow: 0 4px 8px #e68200;
  }
}
.c-nav5__en {
  display: block;
  color: #fff;
  font-size: 3.1rem;
  font-weight: 800;
  line-height: 1;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-nav5__ja {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header .c-header__inner {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.c-header .c-header__menubtn {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media only screen and (min-width: 1023px) {
  .c-header:has(.c-nav1__item.is-hasnav:hover) .c-header__inner {
    background-color: #fff;
  }
  .c-header:has(.c-nav1__item.is-hasnav:hover) .c-header__bg {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}
.c-header.is-default .c-header__inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.c-header.is-default .c-header__menubtn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.c-header.is-default .c-header__subinner {
  display: none;
}
.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 88px;
  padding-right: 88px;
  background-color: transparent;
  z-index: 22;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-header__inner {
    min-height: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__inner {
    min-height: 60px;
    padding-right: 60px;
  }
}
.c-header__inner.is-sticky {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background-color: #fff;
}
.c-header__inner.is-sticky + .c-header__menubtn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.c-header__logowrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 19px 24px;
}
@media only screen and (max-width: 1023px) {
  .c-header__logowrap1 {
    padding: 14px 24px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__logowrap1 {
    padding: 9px 12px;
  }
}
.c-header__logo1 {
  display: inline-block;
}
.c-header__logo1 img {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .c-header__logo1 img {
    width: 210px;
  }
}
.c-header__nav1 {
  margin-left: auto;
  padding: 0 28px;
}
.c-header__nav1 .c-nav1__link {
  min-height: 88px;
}
.c-header__nav1 .c-nav1__link--external {
  min-height: 46px;
}
.c-header__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(12, 33, 82, 0.12);
  backdrop-filter: blur(6px) brightness(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 19;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-header__menubtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 25;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-header__subinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 120px;
  padding-right: 120px;
  background-color: transparent;
  z-index: 12;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-header__subinner {
    min-height: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__subinner {
    min-height: 60px;
    padding-right: 60px;
  }
}
.c-header__subinner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background-color: #ffae00;
}
@media only screen and (max-width: 1023px) {
  .c-header__subinner::after {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__subinner::after {
    width: 60px;
    height: 60px;
  }
}
.c-header__logowrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 32px 24px;
}
@media only screen and (max-width: 1023px) {
  .c-header__logowrap2 {
    padding: 14px 24px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__logowrap2 {
    padding: 9px 12px;
  }
}
.c-header__logo2 {
  display: inline-block;
}
.c-header__logo2 img {
  width: 280px;
}
@media only screen and (max-width: 1023px) {
  .c-header__logo2 img {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__logo2 img {
    width: 210px;
  }
}
.c-header__nav2 {
  margin-left: auto;
  padding: 0 32px;
}
@media only screen and (max-width: 1023px) {
  .c-header__nav2 {
    padding: 0 20px 0 0;
  }
}
.c-header__nav2 .c-nav1__link {
  min-height: 120px;
}
@media only screen and (max-width: 1023px) {
  .c-header__nav2 .c-nav1__link {
    min-height: 80px;
  }
}
.c-header__nav2 .c-nav1__link--external {
  min-height: 46px;
}
.c-header__menuouter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 23;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuouter {
    background-color: #faf9f7;
    backdrop-filter: none;
  }
}
.c-header__menuouter.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-header__menubg {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: max(160px, 100% - 1040px);
  height: 100%;
}
.c-header__menubg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
}
.c-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: min(1040px, 100% - 160px);
  height: 100%;
  margin-left: auto;
  padding: 120px 0;
  background-color: #faf9f7;
}
@media only screen and (max-width: 1023px) {
  .c-header__menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menu {
    padding: 100px 0 120px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.c-header__menuinner {
  height: 100%;
  padding: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuinner {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menuinner {
    height: auto;
    padding: 0 40px;
  }
}
.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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuwrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menuwrap {
    height: auto;
  }
}
.c-header__menulogowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-header__menulogo {
  display: inline-block;
}
.c-header__menulogo img {
  width: 280px;
}
.c-header__menunav {
  position: relative;
  width: 100%;
  margin-top: 44px;
  padding-right: 24px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .c-header__menunav::-webkit-scrollbar-track {
    background-color: #f2ede1;
  }
  .c-header__menunav::-webkit-scrollbar {
    width: 4px;
    background-color: #f2ede1;
  }
  .c-header__menunav::-webkit-scrollbar-thumb {
    background-color: #ffae00;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__menunav {
    padding-right: 0;
    overflow: unset;
  }
}
.c-header__bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  .c-header__bottom {
    margin-top: 44px;
  }
}
.c-header__listbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -24px -16px 0;
}
@media only screen and (max-width: 767px) {
  .c-header__listbtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.c-header__itembtn {
  margin: 0 24px 16px 0;
}
@media only screen and (max-width: 767px) {
  .c-header__itembtn {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__itembtn + .c-header__itembtn {
    margin-top: 11px;
  }
}
.c-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 17px;
  color: #0c2152;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.c-header__btn::before {
  content: "\e904";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: 5px;
  left: 2px;
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.2rem;
  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 (min-width: 1023px) {
  .c-header__btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #ff8910;
  }
}
.c-header__btn--small {
  font-size: 1.2rem;
  line-height: 1.59;
}
.c-header__contact {
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  .c-header__contact {
    margin-top: 53px;
  }
}
.c-header__contacttitle {
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-header__contactlist {
  margin-top: 6px;
}
.c-header__contactitem {
  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-header__contactitem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-header__name {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-header__address {
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-header__address {
    width: 100%;
  }
}
.c-header__youtube {
  margin-top: 24px;
}
.c-header2 {
  position: relative;
}
.c-header2:has(.c-header2__menuouter.is-show) .c-header2__menubtn {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-header2__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 222px;
  padding: 18px 20px 31px;
  background-color: #fff;
  border-radius: 0 0 16px 0;
  z-index: 26;
}
@media only screen and (max-width: 1023px) {
  .c-header2__inner {
    width: 202px;
    padding: 18px 10px 31px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header2__inner {
    width: 100%;
    min-height: 72px;
    padding: 8px 84px 8px 10px;
    background-color: transparent;
    border-radius: 0 0 8px 0;
    z-index: 22;
  }
}
.c-header2__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-header2__logoicon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-header2__logoicon img {
  width: 54px;
}
.c-header2__logotext {
  margin-left: 9px;
}
.c-header2__logoname {
  display: block;
  margin-top: 3px;
  color: #6c6f7f;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.c-header2__logorecruit {
  display: block;
  margin-top: 3px;
  margin-left: 0.06em;
  color: #6c6f7f;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  white-space: nowrap;
}
.c-header2__nav {
  margin-top: 32px;
}
.c-header2__groupbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: fixed;
  top: 18px;
  right: 16px;
  z-index: 20;
}
@media only screen and (max-width: 1023px) {
  .c-header2__groupbtn {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header2__groupbtn {
    top: unset;
    bottom: 20px;
    right: 22px;
    width: 100%;
    max-width: calc(100% - 44px);
  }
}
@media only screen and (max-width: 374px) {
  .c-header2__groupbtn {
    right: 14px;
    max-width: calc(100% - 28px);
  }
}
@media only screen and (max-width: 767px) {
  .c-header2__groupbtn .c-header2__itembtn:nth-child(1) {
    width: 26.404494382%;
  }
}
@media only screen and (max-width: 767px) {
  .c-header2__groupbtn .c-header2__itembtn:nth-child(2) {
    width: 26.404494382%;
  }
}
@media only screen and (max-width: 767px) {
  .c-header2__groupbtn .c-header2__itembtn:nth-child(3) {
    width: 47.191011236%;
  }
}
.c-header2__groupbtn .c-header2__itembtn + .c-header2__itembtn {
  margin-left: 4px;
}
.c-header2__btn {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 9px 40px 10px;
  background-color: #0c2152;
  border-radius: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-header2__btn {
    padding: 9px 24px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header2__btn {
    width: 100%;
    padding: 9px 8px 10px;
  }
}
.c-header2__en {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
.c-header2__ja {
  margin-top: 3px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 374px) {
  .c-header2__ja {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.c-header2__menubtn {
  position: fixed;
  top: 18px;
  left: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 25;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-header2__menubtn {
    top: 17px;
    left: unset;
    right: 10px;
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}
.c-header2__menubtn.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-header2__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;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: transparent -webkit-gradient(linear, left top, right top, from(#FFAE00), to(#FF9D00)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #FFAE00 0%, #FF9D00 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #FFAE00 0%, #FF9D00 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 23;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-header2__menuouter {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.c-header2__menuouter.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-header2__menu {
  position: relative;
  width: 100%;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .c-header2__menu::-webkit-scrollbar-track {
    background-color: #f2ede1;
  }
  .c-header2__menu::-webkit-scrollbar {
    width: 4px;
    background-color: #f2ede1;
  }
  .c-header2__menu::-webkit-scrollbar-thumb {
    background-color: #ffae00;
  }
}
.c-header2__menuinner {
  position: relative;
  width: 100%;
  max-width: 1077px;
  margin: 0 auto;
  padding: 135px 40px;
}
@media only screen and (max-width: 1023px) {
  .c-header2__menuinner {
    max-width: 720px;
    padding: 135px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header2__menuinner {
    max-width: unset;
    padding: 120px 20px;
  }
}
.c-header2__menuwrap {
  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-header2__menuwrap {
    -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-header2__menuleft {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 63.8916750251%;
  margin-top: 4px;
  padding-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-header2__menuleft {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding-right: 0;
  }
}
.c-header2__menuleftinner {
  width: 100%;
  max-width: 561px;
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .c-header2__menuleftinner {
    max-width: unset;
    margin-right: 0;
  }
}
.c-header2__menuright {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 36.1083249749%;
}
@media only screen and (max-width: 1023px) {
  .c-header2__menuright {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    margin-top: 63px;
  }
}
.c-header2__menugroupbtn {
  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-header2__menugroupbtn .c-header2__menuitembtn {
  width: 100%;
}
.c-header2__menugroupbtn .c-header2__menuitembtn + .c-header2__menuitembtn {
  margin-top: 8px;
}
.c-header2__menulistbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 64px -8px 0;
}
@media only screen and (max-width: 1023px) {
  .c-header2__menulistbtn {
    -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: 24px 0 0;
  }
}
.c-header2__menulistbtn .c-header2__menuitembtn {
  width: calc(33.3333333333% - 16px);
  margin: 0 8px;
}
@media only screen and (max-width: 1023px) {
  .c-header2__menulistbtn .c-header2__menuitembtn {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .c-header2__menulistbtn .c-header2__menuitembtn + .c-header2__menuitembtn {
    margin-top: 8px;
  }
}
.c-header2__menubottom {
  position: relative;
  width: 100%;
  margin-top: 64px;
  padding-top: 20px;
  border-top: 1px solid #ffd06a;
}
@media only screen and (max-width: 767px) {
  .c-header2__menubottom {
    padding-top: 19px;
  }
}
.c-header2__listbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -24px -16px 0;
}
@media only screen and (max-width: 767px) {
  .c-header2__listbtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.c-header2__listbtn .c-header2__itembtn {
  margin: 0 24px 16px 0;
}
@media only screen and (max-width: 767px) {
  .c-header2__listbtn .c-header2__itembtn {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-header2__listbtn .c-header2__itembtn + .c-header2__itembtn {
    margin-top: 0.25rem;
  }
}
.c-header2__linkbtn {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.c-header2__linkbtn::after {
  content: "\e90e";
  display: inline-block;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  margin-left: 3px;
  color: #fff;
  font-family: "icomoon";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-header2__linkbtn--small {
  font-size: 1.2rem;
  line-height: 1.59;
}
.c-header2__contact {
  margin-top: 36px;
}
.c-header2__contacttitle {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-header2__contactlist {
  margin-top: 6px;
}
.c-header2__contactitem {
  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-header2__contactitem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-header2__contactitem + .c-header2__contactitem {
  margin-top: 1px;
}
.c-header2__name {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-header2__address {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-header2__address {
    width: 100%;
  }
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer__main {
  position: relative;
  padding: 48px 0 63px;
  background-color: #08173b;
}
@media only screen and (max-width: 1023px) {
  .c-footer__main {
    padding: 48px 16px 62px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__main {
    padding: 48px 28px 62px;
  }
}
@media only screen and (max-width: 374px) {
  .c-footer__main {
    padding: 48px 16px 62px;
  }
}
.c-footer__listbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -2px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__listbtn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -2px -4px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__listbtn {
    -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: 0;
  }
}
.c-footer__itembtn {
  width: calc(25% - 4px);
  margin: 0 2px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__itembtn {
    width: calc(50% - 4px);
    max-width: 297px;
    margin: 0 2px 4px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__itembtn {
    width: 100%;
    max-width: unset;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__itembtn + .c-footer__itembtn {
    margin-top: 4px;
  }
}
.c-footer__btn {
  display: block;
  width: 100%;
  min-height: 96px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-footer__btn img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.c-footer__info {
  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__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-footer__logowrap {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .c-footer__logowrap {
    -ms-flex-negative: unset;
    flex-shrink: unset;
  }
}
.c-footer__logo img {
  width: 240px;
}
.c-footer__slogan {
  display: block;
  margin-top: 8px;
}
.c-footer__contact {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__contact {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    margin-left: 0;
    margin-top: 3px;
  }
}
.c-footer__contactlist {
  margin-top: 12px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__contactlist {
    margin-top: 0;
  }
}
.c-footer__contactitem {
  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-footer__contactitem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-footer__name {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-footer__address {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-footer__address {
    width: 100%;
  }
}
.c-footer__youtube {
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__youtube {
    margin-top: 24px;
  }
}
.c-footer2__contact {
  position: relative;
  padding: 0 20px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-footer2__contact {
    padding: 0;
  }
}
.c-footer2__contact::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
.c-footer2__box {
  display: block;
  position: relative;
  width: 100%;
  padding: 64px 120px;
  background-color: #ffae00;
  border-radius: 196px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .c-footer2__box {
    padding: 73px 40px 64px;
    border-radius: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer2__box {
    padding: 70px 20px 64px;
    border-radius: 32px;
  }
}
.c-footer2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .c-footer2__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-footer2__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 55.5555555556%;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-footer2__left {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding-right: 0;
  }
}
.c-footer2__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44.4444444444%;
  min-width: 400px;
}
@media only screen and (max-width: 1023px) {
  .c-footer2__right {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    min-width: unset;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer2__right {
    margin-top: 39px;
  }
}
.c-footer2__groupbtn {
  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-footer2__groupbtn .c-footer2__itembtn {
  width: 100%;
}
.c-footer2__groupbtn .c-footer2__itembtn + .c-footer2__itembtn {
  margin-top: 12px;
}
.c-footer2__main {
  position: relative;
  padding: 80px 0 79px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-footer2__main {
    padding: 68px 0 98px;
  }
}
.c-footer2__logo {
  display: inline-block;
}
.c-footer2__logo img {
  width: 250px;
}
.c-footer2__contactmain {
  margin-top: 21px;
}
.c-footer2__contacttitle {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-footer2__contactlist {
  margin-top: 6px;
}
.c-footer2__contactitem {
  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-footer2__contactitem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-footer2__name {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-footer2__address {
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-footer2__address {
    width: 100%;
  }
}
.c-footer2__bottom {
  position: relative;
  width: 100%;
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .c-footer2__bottom {
    margin-top: 24px;
    padding-top: 19px;
  }
}
.c-footer2__listbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -24px -16px 0;
}
@media only screen and (max-width: 767px) {
  .c-footer2__listbtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.c-footer2__listbtn .c-footer2__itembtn {
  margin: 0 24px 16px 0;
}
@media only screen and (max-width: 767px) {
  .c-footer2__listbtn .c-footer2__itembtn {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer2__listbtn .c-footer2__itembtn + .c-footer2__itembtn {
    margin-top: 0.25rem;
  }
}
.c-footer2__linkbtn {
  display: inline-block;
  position: relative;
  color: #0c2152;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.c-footer2__linkbtn::after {
  content: "\e90e";
  display: inline-block;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  margin-left: 3px;
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.5rem;
  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 (min-width: 1023px) {
  .c-footer2__linkbtn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #ff8910;
  }
}
.c-footer2__linkbtn--small {
  font-size: 1.2rem;
  line-height: 1.59;
}
/*------------------------------------------------------------
    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;
  }
}
/*------------------------------------------------------------
    Container
------------------------------------------------------------*/
.l-container {
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 56px;
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 24px;
  }
}
.l-container--w1392 {
  width: 100%;
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 56px;
}
@media only screen and (max-width: 767px) {
  .l-container--w1392 {
    padding: 0 24px;
  }
}
.l-container--w1312 {
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 56px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w1312 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container--w1312 {
    padding: 0 24px;
  }
}
.l-container--w1274 {
  width: 100%;
  max-width: 1274px;
  margin: 0 auto;
  padding: 0 56px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w1274 {
    padding: 0 46px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container--w1274 {
    padding: 0 33px;
  }
}
.l-container--full {
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 56px;
}
@media only screen and (max-width: 1023px) {
  .l-container--full {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container--full {
    padding: 0 20px;
  }
}
.l-container--w1160 {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.l-container--w1080 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .l-container--w1080 {
    max-width: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container--w1080 {
    max-width: unset;
  }
}
.l-container--w992 {
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
  padding: 0 56px;
}
@media only screen and (max-width: 767px) {
  .l-container--w992 {
    padding: 0 24px;
  }
}
.l-container--w912 {
  width: 100%;
  max-width: 912px;
  margin: 0 auto;
  padding: 0 56px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w912 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container--w912 {
    padding: 0 20px;
  }
}
.l-container--w880 {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.l-container--w832 {
  width: 100%;
  max-width: 832px;
  margin: 0 auto;
  padding: 0 56px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w832 {
    max-width: unset;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container--w832 {
    padding: 0 20px;
  }
}
/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
.c-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-mv {
    min-height: 560px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv {
    min-height: 540px;
    padding-top: 60px;
  }
}
.c-mv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: max(560px, 38.8888888889%);
  height: 100%;
  background-color: #faf9f7;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .c-mv::after {
    width: max(451px, 56.375%);
  }
}
@media only screen and (max-width: 767px) {
  .c-mv::after {
    width: max(160px, 40%);
  }
}
.c-mv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-mv__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: calc(100% - 120px);
}
@media only screen and (max-width: 1023px) {
  .c-mv__left {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__left {
    width: calc(100% - 60px);
  }
}
.c-mv__video {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #999;
}
.c-mv__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-mv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-mv__content {
  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: 100%;
  height: 100%;
  padding: 20px 80px 28px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-mv__content {
    padding: 20px 40px 28px;
  }
}
@media only screen and (max-width: 374px) {
  .c-mv__content {
    padding: 20px 20px 28px;
  }
}
.c-mv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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%;
  color: #fff;
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 1.81;
  letter-spacing: 0.425em;
}
@media only screen and (max-width: 767px) {
  .c-mv__title {
    font-size: 2rem;
    line-height: 1.98;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 374px) {
  .c-mv__title {
    font-size: 1.8rem;
  }
}
.c-mv__title.u-center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0.425em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-mv__title.u-center {
    -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;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__title.u-center {
    text-align: left;
  }
}
.js-mv-title1 {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
}
.js-mv-title2 {
  opacity: 0;
}
.c-mv__sound {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-mv__sound {
    bottom: 8px;
    right: 8px;
  }
}
.c-mv__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
}
@media only screen and (max-width: 1023px) {
  .c-mv__right {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__right {
    width: 60px;
  }
}
.c-mv__listbtn {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 24px 20px;
}
@media only screen and (max-width: 1023px) {
  .c-mv__listbtn {
    padding: 16px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__listbtn {
    padding: 16px 10px 0;
  }
}
.c-mv__itembtn + .c-mv__itembtn {
  margin-top: 2.35rem;
}
@media only screen and (max-width: 1023px) {
  .c-mv__itembtn + .c-mv__itembtn {
    margin-top: 16px;
  }
}
.c-mv2 {
  position: relative;
}
.c-mv2__inner {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .c-mv2__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: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 72px 0 96px;
  }
}
.c-mv2__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 80px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .c-mv2__content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__content {
    order: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: unset;
    right: unset;
    height: auto;
  }
}
.c-mv2__box {
  display: block;
  position: relative;
  padding: 32px 24px;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-mv2__box {
    width: 100%;
    padding: 0;
    border-radius: 0;
  }
}
.c-mv2__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(20px) brightness(102%);
  border-radius: 16px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .c-mv2__box::before {
    content: none;
  }
}
.c-mv2__title {
  display: block;
}
.c-mv2__title img {
  width: 336px;
}
@media only screen and (max-width: 1023px) {
  .c-mv2__title img {
    width: 238px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__title img {
    width: 100%;
  }
}
.c-mv2__bg {
  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%;
  height: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .c-mv2__bg {
    order: 1;
  }
}
.c-mv2__slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: unset;
}
.c-mv2__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.c-mv2__slide {
  position: relative;
  width: calc((100vh - 296px) * 3724 / 704);
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-mv2__slide {
    width: calc((100vh - 256px) * 3101 / 600);
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__slide {
    width: calc((100vh - 303px) * 1933 / 360);
  }
}
.c-mv2__thumbgroup {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc((100vh - 296px) * 3724 / 704);
  height: calc(100% - 296px);
}
@media only screen and (max-width: 1023px) {
  .c-mv2__thumbgroup {
    width: calc((100vh - 256px) * 3101 / 600);
    height: calc(100% - 256px);
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__thumbgroup {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: calc((100vh - 303px) * 1933 / 360);
    height: 100%;
  }
}
.c-mv2__thumbitem {
  position: absolute;
  top: 0;
  left: 0;
}
.c-mv2__thumbitem1 {
  top: 0;
  left: 5.3705692803%;
  width: 9.6670247046%;
}
@media only screen and (max-width: 1023px) {
  .c-mv2__thumbitem1 {
    left: 5.3756852628%;
    width: 9.6742986134%;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__thumbitem1 {
    left: 5.1474392137%;
    width: 9.3119503363%;
  }
}
.c-mv2__thumbitem2 {
  top: 54.6875%;
  left: 0;
  width: 10.7411385606%;
}
@media only screen and (max-width: 1023px) {
  .c-mv2__thumbitem2 {
    top: 55.7%;
    width: 10.7491131893%;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__thumbitem2 {
    top: 55.6944444444%;
    width: 10.3466114847%;
  }
}
.c-mv2__thumbitem3 {
  top: 65.7670454545%;
  left: 12.8893662728%;
  width: 4.2964554243%;
}
@media only screen and (max-width: 1023px) {
  .c-mv2__thumbitem3 {
    top: 66.5333333333%;
    left: 12.8990648178%;
    width: 4.2995807804%;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__thumbitem3 {
    top: 66.5277777778%;
    left: 12.390067253%;
    width: 4.1386445939%;
  }
}
.c-mv2__thumbitem4 {
  top: 57.6704545455%;
  left: 30.0751879699%;
  width: 9.6670247046%;
}
@media only screen and (max-width: 1023px) {
  .c-mv2__thumbitem4 {
    top: 57.5%;
    left: 30.097710416%;
    width: 9.6742986134%;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__thumbitem4 {
    left: 28.9446456286%;
    width: 9.3119503363%;
  }
}
.c-mv2__thumbitem5 {
  top: 7.5284090909%;
  left: 18.9044038668%;
  width: 16.111707841%;
}
@media only screen and (max-width: 1023px) {
  .c-mv2__thumbitem5 {
    top: 9.5833333333%;
    left: 18.9197033215%;
    width: 16.1238310223%;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__thumbitem5 {
    top: 9.5833333333%;
    left: 18.1841696844%;
    width: 15.5199172271%;
  }
}
.c-mv2__thumbitem6 {
  top: 4.1193181818%;
  left: 43.6090225564%;
  width: 9.6670247046%;
}
@media only screen and (max-width: 1023px) {
  .c-mv2__thumbitem6 {
    top: 6.25%;
    left: 43.6407610448%;
    width: 9.6742986134%;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__thumbitem6 {
    left: 41.9813760993%;
    width: 9.3119503363%;
  }
}
.c-mv2__thumbitem7 {
  top: 0;
  left: 57.5725026853%;
  width: 4.2964554243%;
}
@media only screen and (max-width: 1023px) {
  .c-mv2__thumbitem7 {
    left: 57.6168977749%;
    width: 4.2995807804%;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__thumbitem7 {
    left: 55.4319710295%;
    width: 4.1386445939%;
  }
}
.c-mv2__thumbitem8 {
  top: 47.4431818182%;
  left: 47.261009667%;
  width: 16.111707841%;
}
@media only screen and (max-width: 1023px) {
  .c-mv2__thumbitem8 {
    top: 48.6166666667%;
    left: 47.2976459207%;
    width: 16.1238310223%;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__thumbitem8 {
    top: 48.6111111111%;
    left: 45.4992240041%;
    width: 15.5199172271%;
  }
}
.c-mv2__thumbitem9 {
  top: 0;
  left: 70.3544575725%;
  width: 9.6670247046%;
}
@media only screen and (max-width: 1023px) {
  .c-mv2__thumbitem9 {
    left: 70.4063205418%;
    width: 9.6742986134%;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__thumbitem9 {
    left: 67.7444386963%;
    width: 9.3119503363%;
  }
}
.c-mv2__thumbitem10 {
  top: 76.1363636364%;
  left: 68.0988184748%;
  width: 4.2964554243%;
}
@media only screen and (max-width: 1023px) {
  .c-mv2__thumbitem10 {
    top: 76.6666666667%;
    left: 68.1489841986%;
    width: 4.2995807804%;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__thumbitem10 {
    left: 65.5716502845%;
    width: 4.1386445939%;
  }
}
.c-mv2__thumbitem11 {
  top: 47.4431818182%;
  left: 77.1213748657%;
  width: 9.6670247046%;
}
@media only screen and (max-width: 1023px) {
  .c-mv2__thumbitem11 {
    top: 48.6166666667%;
    left: 77.097710416%;
    width: 9.6742986134%;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__thumbitem11 {
    top: 48.6111111111%;
    left: 74.1852043456%;
    width: 9.3119503363%;
  }
}
.c-mv2__thumbitem12 {
  top: 7.5284090909%;
  left: 83.888292159%;
  width: 16.111707841%;
}
@media only screen and (max-width: 1023px) {
  .c-mv2__thumbitem12 {
    top: 9.5833333333%;
    left: 83.8697194453%;
    width: 16.1238310223%;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__thumbitem12 {
    left: 80.703569581%;
    width: 15.5199172271%;
  }
}
.c-mv2__thumb {
  position: relative;
  width: 100%;
}
.c-mv2__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-mv2__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-mv2__thumb--style1::before {
  padding-top: 67%;
}
@media only screen and (max-width: 1023px) {
  .c-mv2__thumb--style1::before {
    padding-top: 66.9433333333%;
  }
}
.c-mv2__thumb--style2::before {
  padding-top: 70%;
}
.c-mv2__thumb--style3::before {
  padding-top: 61.6666666667%;
}
.c-mv2__thumb--style4::before {
  padding-top: 67%;
}
@media only screen and (max-width: 1023px) {
  .c-mv2__thumb--style4::before {
    padding-top: 66.9996699967%;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv2__thumb--style4::before {
    padding-top: 67%;
  }
}
@media only screen and (max-width: 1023px) {
  .c-mv2__thumb--blur1 img {
    filter: blur(15px);
  }
}
@media only screen and (max-width: 1023px) {
  .c-mv2__thumb--blur2 img {
    filter: blur(5px);
  }
}
/*------------------------------------------------------------
    Breadcrumb
------------------------------------------------------------*/
.c-breadcrumb1 {
  color: #6c6f7f;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.015em;
  text-align: right;
}
.c-breadcrumb1 li {
  display: contents;
  position: relative;
}
.c-breadcrumb1 li + li::before {
  content: "/";
  display: inline-block;
  position: relative;
  margin-right: 7px;
  margin-left: 6px;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Arrow
------------------------------------------------------------*/
.c-arrow1 {
  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;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #f2ede1;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-arrow1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #ff8910;
    border-color: #ff8910;
  }
  .c-arrow1:hover .c-arrow1__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-arrow1:hover .c-arrow1__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-arrow1__icon {
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
  overflow: hidden;
}
.c-arrow1__icon::before {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  color: #fff;
  font-family: "icomoon";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-arrow1__icon::after {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-arrow2 {
  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;
  width: 39px;
  height: 23px;
  background-color: #fff;
  border: 1px solid #faf9f7;
  border-radius: 11.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-arrow2::before {
  content: "\e900";
  display: inline-block;
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.5rem;
  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 (min-width: 1023px) {
  .c-arrow2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #ff8910;
  }
  .c-arrow2:hover::before {
    color: #fff;
  }
}
.c-arrow2--style1 {
  border-color: #fff;
}
@media only screen and (min-width: 1023px) {
  .c-arrow2--style1:hover {
    border-color: #ff8910;
  }
}
.c-arrow2--style2 {
  background-color: #f7f5f0;
  border-color: #f7f5f0;
}
@media only screen and (min-width: 1023px) {
  .c-arrow2--style2:hover {
    border-color: #ff8910;
  }
}
.c-arrow2--style3 {
  width: 40px;
  height: 24px;
  border-color: #f2ede1;
  border-radius: 12px;
}
@media only screen and (min-width: 1023px) {
  .c-arrow2--style3:hover {
    border-color: #ff8910;
  }
}
.c-arrow2--style4 {
  border-color: #f2ede1;
}
@media only screen and (min-width: 1023px) {
  .c-arrow2--style4:hover {
    border-color: #ff8910;
  }
}
.c-arrow3 {
  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;
  width: 56px;
  height: 56px;
  background-color: #f7f8fa;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-arrow3:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #ff8910;
  }
  .c-arrow3:hover .c-arrow3__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-arrow3:hover .c-arrow3__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-arrow3--external .c-arrow3__icon::before {
  content: "\e90e";
}
.c-arrow3--external .c-arrow3__icon::after {
  content: "\e90e";
}
.c-arrow3--small {
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 1023px) {
  .c-arrow3--small:hover {
    background-color: #ffae00;
  }
}
.c-arrow3__icon {
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
  overflow: hidden;
}
.c-arrow3__icon::before {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  color: #fff;
  font-family: "icomoon";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-arrow3__icon::after {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Box
------------------------------------------------------------*/
.c-box1 {
  position: relative;
  width: 100%;
  padding: 21px 39px;
  background-color: #fdfdfc;
  border: 1px solid #f2ede1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-box1 {
    padding: 21px 23px;
  }
}
.c-box2 {
  position: relative;
  width: 100%;
  padding: 28px 31px 29px;
  background-color: #ebecf0;
  border: 1px solid #cfd1d7;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-box2 {
    padding: 20px 23px 21px;
  }
}
.c-box3 {
  position: relative;
  width: 100%;
  padding: 59px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-box3 {
    padding: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box3 {
    padding: 39px 19px;
  }
}
.c-box3__row {
  position: relative;
  width: 100%;
  padding: 32px 0;
  border-bottom: 3px solid #ebecf0;
}
@media only screen and (max-width: 767px) {
  .c-box3__row {
    padding: 24px 0;
  }
}
.c-box3__row:first-child {
  padding-top: 0;
}
.c-box3__row:last-child {
  padding-bottom: 0;
}
.c-box3__label {
  margin-top: -3px;
}
.c-box3__field {
  margin-top: 6px;
}
.c-box3__field .c-radio__group {
  margin: 11px 0 -2px;
}
.c-box3__accept .c-box3__field .c-text1 {
  margin-top: -4px;
  letter-spacing: 0;
}
.c-box3__accept .c-box3__field .c-box4 {
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .c-box3__accept .c-box3__field .c-box4 {
    margin-top: 20px;
  }
}
.c-box3__error {
  margin-top: 5px;
}
.c-box3__error,
.mw_wp_form .c-box3__error .error,
.mw_wp_form .c-box3__recaptcha .error {
  color: #bf0000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-box3__groupbtn {
  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: 32px -10px 0;
}
@media only screen and (max-width: 767px) {
  .c-box3__groupbtn {
    -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: 32px 0 0;
  }
}
.c-box3__groupbtn button {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .c-box3__groupbtn button {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-box3__groupbtn button + button {
    margin-top: 8px;
  }
}
.c-box3__recaptcha {
  text-align: center;
}
.c-box4 {
  position: relative;
  width: 100%;
  padding: 20px 16px 24px;
  background-color: #ebecf0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-box5 {
  position: relative;
  width: 100%;
  padding: 37px 40px 38px;
  background-color: #faf9f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-box5 {
    padding: 21px 24px 22px;
  }
}
.c-box5__bottom {
  margin-top: 19px;
}
.c-box5__bottom .c-text1 {
  margin-top: 3px;
}
.c-box6 {
  position: relative;
  width: 100%;
  padding: 41px 40px 40px;
  background-color: #fffce6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-box6 {
    padding: 21px 20px 20px;
  }
}
.c-box6__title {
  color: #0c2152;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.015em;
}
.c-box6__description {
  margin-top: 22px;
}
.c-box6__body {
  margin-top: 38px;
}
.c-box6__body .c-part12 + .c-part12 {
  margin-top: 40px;
}
/*------------------------------------------------------------
    Button
------------------------------------------------------------*/
.c-btn1 {
  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;
}
.c-btn1__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;
  position: relative;
  width: 32px;
  height: 32px;
  padding: 6px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-btn1__icon .icon {
  display: inline-block;
  color: #6c6f7f;
  font-size: 2rem;
}
.c-btn1__text {
  margin-top: 9px;
}
@media only screen and (max-width: 767px) {
  .c-btn1__text {
    margin-top: 8px;
  }
}
.c-btn2 {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-btn2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn2:hover .c-arrow1 {
    background-color: #ff8910;
    border-color: #ff8910;
  }
  .c-btn2:hover .c-arrow1 .c-arrow1__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-btn2:hover .c-arrow1 .c-arrow1__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-btn2__text {
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-btn2__text {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}
.c-btn2__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 16px;
}
.c-btn3 {
  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;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 58px;
  padding: 12px 40px 14px;
  background-color: #0c2152;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-btn3:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn3:hover .c-btn3__sub::after {
    -webkit-transform: translateX(33px);
    transform: translateX(33px);
  }
}
.c-btn3--outline {
  min-height: unset;
  padding: 0 0 15px;
  background-color: transparent;
  border-bottom: 1px solid #e6e2da;
}
.c-btn3--outline .c-btn3__main {
  color: #0c2152;
}
.c-btn3--outline .c-btn3__sub {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  color: #0c2152;
}
.c-btn3__main {
  margin-right: 8px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: -0.015em;
}
.c-btn3__sub {
  position: relative;
  margin-bottom: 1px;
  padding-left: 48px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-btn3__sub::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #ccc;
}
.c-btn3__sub::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 7px;
  height: 7px;
  background-color: #ff8910;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn4 {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 306px;
  min-height: 58px;
  padding: 13px 40px 14px;
  background-color: #ff8910;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-btn4 {
    width: min(306px, 100%);
    min-width: unset;
  }
}
.c-btn4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffae00;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-btn4:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn4:hover::before {
    width: 100%;
  }
}
.c-btn4__text {
  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;
  z-index: 1;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-btn4__text::after {
  content: "\e900";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 4px;
  color: #fff;
  font-family: "icomoon";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-btn5:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn5:hover .c-arrow2 {
    background-color: #ff8910;
    border-color: #ff8910;
  }
  .c-btn5:hover .c-arrow2::before {
    color: #fff;
  }
}
.c-btn5__text {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
.c-btn5__text.u-outfit {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.c-btn5__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
}
.c-btn6 {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.015em;
}
.c-btn6::after {
  content: "\e901";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 4px;
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 1023px) {
  .c-btn6:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #ff8910;
  }
}
.c-btn7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 76px;
  padding: 11px 47px 11px 23px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-btn7::after {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(calc(-50% + 1px));
  transform: translateY(calc(-50% + 1px));
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.5rem;
  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 (min-width: 1023px) {
  .c-btn7:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn7:hover .c-btn7__icon {
    color: #ff8910;
  }
  .c-btn7:hover .c-btn7__text {
    color: #ff8910;
  }
}
.c-btn7__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 5px;
  color: #0c2152;
  font-size: 5.2rem;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn7__text {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  color: #0c2152;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.015em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn8 {
  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%;
  min-height: 76px;
  padding: 11px 47px 10px 23px;
  background-color: #0c2152;
  border: 1px solid #0c2152;
  border-radius: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-btn8::after {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(calc(-50% + 1px));
  transform: translateY(calc(-50% + 1px));
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn8--external::after {
  content: "\e90e";
}
.c-btn8__en {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px;
  color: #fff;
  font-size: 3.1rem;
  font-weight: 800;
  line-height: 1;
}
.c-btn8__ja {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.015em;
}
.c-btn9 {
  display: inline-block;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-btn9::after {
  content: "\e900";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 9px;
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.5rem;
  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 (min-width: 1023px) {
  .c-btn9:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #ff8910;
  }
}
.c-btn10 {
  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;
  position: relative;
  width: 100%;
  padding: 12px 12px 12px 40px;
  background-color: #fff;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-btn10 {
    padding: 12px 12px 12px 24px;
  }
}
@media only screen and (min-width: 1023px) {
  .c-btn10:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn10:hover .c-arrow3 {
    background-color: #ff8910;
  }
  .c-btn10:hover .c-arrow3 .c-arrow3__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-btn10:hover .c-arrow3 .c-arrow3__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-btn10__navi img {
  width: 168px;
}
.c-btn10__text {
  color: #0c2152;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-btn10__text {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}
.c-btn10__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 12px;
}
.c-btn11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-width: 122px;
  min-height: 30px;
  padding: 3px 22px 2px 7px;
  background-color: transparent;
  border: 1px solid #6c6f7f;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-btn11::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 11px;
  height: 1px;
  background-color: #ff8910;
  border-radius: 0.05rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn11::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 11px;
  height: 1px;
  background-color: #ff8910;
  border-radius: 0.05rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn11 span:nth-child(1) {
  display: block;
}
.c-btn11 span:nth-child(2) {
  display: none;
}
.c-btn11.is-collapse::before {
  background-color: #6c6f7f;
}
.c-btn11.is-collapse::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #6c6f7f;
}
.c-btn11.is-collapse span:nth-child(1) {
  display: none;
}
.c-btn11.is-collapse span:nth-child(2) {
  display: block;
}
.c-btn12 {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 64px;
  padding: 3px 35px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 32px;
  -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-btn12:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: 0 3px 6px rgba(28, 34, 51, 0.15);
    box-shadow: 0 3px 6px rgba(28, 34, 51, 0.15);
  }
  .c-btn12:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.c-btn12 img {
  width: 168px;
}
.c-btn13 {
  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;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 64px;
  padding: 11px 11px 11px 31px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 32px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-btn13:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: 0 3px 6px rgba(28, 34, 51, 0.15);
    box-shadow: 0 3px 6px rgba(28, 34, 51, 0.15);
  }
  .c-btn13:hover .c-arrow3 {
    background-color: #ffae00;
  }
  .c-btn13:hover .c-arrow3 .c-arrow3__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-btn13:hover .c-arrow3 .c-arrow3__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-btn13__text {
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-btn13__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 16px;
}
.c-btn14 {
  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: min(280px, 100%);
  min-height: 63px;
  padding: 14px 22px;
  background-color: #0c2152;
  border-radius: 32px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-btn14--simple .c-btn14__text::after {
  content: none;
}
.c-btn14__text {
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.c-btn14__text::after {
  content: "\e912";
  display: inline-block;
  -webkit-transform: translateY(-4px) rotate(-90deg);
  transform: translateY(-4px) rotate(-90deg);
  margin-left: 8px;
  margin-right: 3px;
  color: #fff;
  font-family: "icomoon";
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btnmap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 8px 7px;
  background-color: #f7f5f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0c2152;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.015em;
}
.c-btnmap::after {
  content: "\e907";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 5px;
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.3rem;
  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 (min-width: 1023px) {
  .c-btnmap:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #ff8910;
    color: #fff;
  }
  .c-btnmap:hover::after {
    color: #fff;
  }
}
.c-btnall {
  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;
  padding: 7px 11px;
  background-color: #fff;
  border: 1px solid #f2ede1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  .c-btnall:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #ff8910;
    border-color: #ff8910;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .c-btnall {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
  }
}
.c-btnyoutube {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #282828;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-btnyoutube::before {
  content: "\e914";
  display: inline-block;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  margin-right: 6px;
  color: #282828;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btnyoutube--white {
  color: #fff;
}
.c-btnyoutube--white::before {
  color: #fff;
}
/*------------------------------------------------------------
    Card
------------------------------------------------------------*/
.c-card1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-card1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-card1:hover .c-card1__thumb img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  .c-card1:hover .c-arrow2 {
    background-color: #ff8910;
  }
  .c-card1:hover .c-arrow2::before {
    color: #fff;
  }
}
.c-card1__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card1__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 187.5%;
}
.c-card1__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;
  -webkit-transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.46s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1);
  transition: transform 0.46s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-card1__btn {
  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;
  width: 100%;
  margin-top: 18px;
}
.c-card1__name {
  margin-top: -2px;
  color: #0c2152;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.c-card1__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 12px;
}
.c-card2 {
  display: block;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-card2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-card2:hover .c-card2__thumb img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
}
.c-card2.is-show .c-card2__content {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.c-card2.is-show .c-card2__title {
  opacity: 1;
}
.c-card2.is-show .c-card2__taglist {
  opacity: 1;
}
.c-card2__thumb {
  position: relative;
  width: 100%;
  background-color: #ccc;
  overflow: hidden;
}
.c-card2__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-card2__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;
  -webkit-transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.46s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1);
  transition: transform 0.46s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-card2__content {
  position: absolute;
  bottom: -35px;
  left: 0;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  width: min(400px, 100% - 40px);
  padding: 13px 20px 0 0;
  background-color: #faf9f7;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-card2__content {
    width: calc(100% - 80px);
  }
}
.c-card2__title {
  margin-bottom: -2px;
  opacity: 0;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s;
}
.c-card2__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  opacity: 0;
  margin: 16px -4px -4px 0;
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s;
}
.c-card2__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0 4px 4px 0;
}
.c-card3 {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #f2ede1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-card3::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-card3__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: 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: 100%;
  height: 100%;
  padding: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-card3__inner {
    padding: 10px;
  }
}
.c-card3__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;
  width: 112px;
  height: 112px;
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .c-card3__icon {
    margin-top: 27px;
  }
}
.c-card3__name {
  min-height: 54px;
  margin-top: 21px;
  color: #0c2152;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
.c-card4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-card4:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-card4:hover .c-card4__thumb img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  .c-card4:hover .c-arrow2 {
    background-color: #ff8910;
    border-color: #ff8910;
  }
  .c-card4:hover .c-arrow2::before {
    color: #fff;
  }
}
.c-card4__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card4__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.4973262032%;
}
@media only screen and (max-width: 767px) {
  .c-card4__thumb::before {
    padding-top: 61.6477272727%;
  }
}
.c-card4__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;
  -webkit-transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.46s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1);
  transition: transform 0.46s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-card4__btn {
  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;
  width: 100%;
  margin-top: 22px;
}
@media only screen and (max-width: 1023px) {
  .c-card4__btn {
    margin-top: 18px;
  }
}
.c-card4__name {
  margin-top: -2px;
  color: #0c2152;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.c-card4__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 12px;
}
.c-card5 {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #f7f5f0;
  -webkit-box-shadow: 3px 3px 0 #f2ede1;
  box-shadow: 3px 3px 0 #f2ede1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-card5::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-card5::before {
    content: none;
  }
}
.c-card5__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: 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: 100%;
  height: 100%;
  padding: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-card5__inner {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    top: unset;
    left: unset;
    padding: 19px 23px;
  }
}
.c-card5__name {
  color: #0c2152;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-card5__name {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    margin-left: 20px;
    text-align: left;
  }
}
.c-card5__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;
  width: 112px;
  height: 112px;
  margin-top: 21px;
}
@media only screen and (max-width: 1023px) {
  .c-card5__icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 80px;
    height: 80px;
    margin-top: 0;
  }
}
.c-card6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-card6:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-card6:hover .c-card6__thumb img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  .c-card6:hover .c-card6__name {
    color: #ff8910;
  }
  .c-card6:hover .c-arrow2 {
    background-color: #ff8910;
    border-color: #ff8910;
  }
  .c-card6:hover .c-arrow2::before {
    color: #fff;
  }
}
.c-card6__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card6__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.0192307692%;
}
.c-card6__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;
  -webkit-transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.46s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1);
  transition: transform 0.46s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-card6__btn {
  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;
  width: 100%;
  margin-top: 12px;
}
.c-card6__name {
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.015em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-card6__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 12px;
}
.c-card7 {
  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%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-card7:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-card7:hover .c-card7__thumb img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  .c-card7:hover .c-card7__title {
    color: #ff8910;
  }
  .c-card7:hover .c-card7__arrow {
    background-color: #ff8910;
  }
}
.c-card7__top {
  position: relative;
  width: 100%;
}
.c-card7__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card7__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-card7__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;
  -webkit-transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.46s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1);
  transition: transform 0.46s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-card7__arrow {
  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;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 8px;
  background-color: #0c2152;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-card7__arrow::after {
  content: "\e900";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  color: #fff;
  font-family: "icomoon";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-card7__bottom {
  width: 100%;
  margin-top: 20px;
}
.c-card7__title {
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.015em;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-card7__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-top: 20px;
  padding: 2px 9px 3px 8px;
  background-color: #f7f5f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-card7__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 100%;
  padding: 1px 8px 2px 9px;
}
.c-card7__tagitem + .c-card7__tagitem::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 1px;
  height: calc(100% - 4px);
  background-color: #b5ac96;
}
.c-card7__tagitem:first-child {
  padding-left: 0;
}
.c-card7__tagitem:last-child {
  padding-right: 0;
}
.c-card7__tag {
  display: inline-block;
  max-width: 100%;
  color: #0c2152;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.025em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-card8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-card8:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-card8:hover .c-card8__thumb img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
  }
  .c-card8:hover .c-tag5 {
    background-color: #f7f5f0;
    color: #0c2152;
  }
  .c-card8:hover .c-card8__title {
    color: #ff8910;
  }
  .c-card8:hover .c-arrow2 {
    background-color: #ff8910;
    border-color: #ff8910;
  }
  .c-card8:hover .c-arrow2::before {
    color: #fff;
  }
  .c-card8:hover .c-card8__pdf {
    background-color: #ff8910;
    color: #fff;
  }
}
.c-card8__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 320px;
}
@media only screen and (max-width: 1023px) {
  .c-card8__left {
    width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .c-card8__left {
    width: 100px;
  }
}
.c-card8__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card8__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.c-card8__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;
  -webkit-transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.46s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1);
  transition: transform 0.46s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.3, 0.1, 0.2, 1), -webkit-transform 0.46s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-card8__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 320px);
  margin-top: 12px;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-card8__right {
    width: calc(100% - 240px);
    margin-top: 8px;
    padding-left: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .c-card8__right {
    width: calc(100% - 100px);
    margin-top: 4px;
    padding-left: 14px;
  }
}
.c-card8__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-card8__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 8px -4px 0;
}
.c-card8__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0 4px 4px 0;
}
.c-card8__datetime {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 1px 0 0;
  color: #6c6f7f;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-card8__title {
  margin-top: 39px;
  color: #0c2152;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.015em;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-card8__title {
    margin-top: 24px;
    -webkit-line-clamp: 2;
  }
}
@media only screen and (max-width: 767px) {
  .c-card8__title {
    margin-top: 12px;
    font-size: 1.8rem;
  }
}
.c-card8__arrow {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c-card8__arrow {
    margin-top: 8px;
  }
}
.c-card8__pdf {
  display: inline-block;
  margin-top: 20px;
  padding: 3px 10px 2px;
  background-color: #ebecf0;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0c2152;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-card8__pdf {
    margin-top: 8px;
  }
}
.c-card9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-card9__thumb {
  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: 200px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 374px) {
  .c-card9__thumb {
    min-height: 160px;
  }
}
.c-card9__thumb img {
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 200px;
}
@media only screen and (max-width: 374px) {
  .c-card9__thumb img {
    height: 160px;
  }
}
.c-card9__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 13px 0 -2px;
}
.c-card9__btn {
  display: inline-block;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.015em;
  text-align: center;
}
.c-card9__btn::after {
  content: "\e900";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 7px;
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-card10 {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-card10:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-card10:hover .c-card10__inner {
    -webkit-box-shadow: 4px 8px 16px rgba(48, 51, 64, 0.3);
    box-shadow: 4px 8px 16px rgba(48, 51, 64, 0.3);
  }
  .c-card10:hover .c-card10__thumb img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-card10:hover .c-card10__slogan span::before {
    width: 100%;
  }
}
.c-card10.is-show .c-card10__inner {
  border-radius: 200px;
}
@media only screen and (max-width: 1023px) {
  .c-card10.is-show .c-card10__inner {
    border-radius: 180px;
  }
}
.c-card10.is-show .c-card10__thumb {
  background: transparent -webkit-linear-gradient(306deg, #f9f5ff 0%, #e0e4ff 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(144deg, #f9f5ff 0%, #e0e4ff 100%) 0% 0% no-repeat padding-box;
}
.c-card10.is-show .c-card10__heading {
  padding: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-card10.is-show .c-card10__heading {
    padding: 40px 32px;
  }
}
.c-card10.is-show .c-card10__content {
  display: block;
}
.c-card10--simple .c-card10__inner {
  border-radius: 180px;
}
.c-card10--simple .c-card10__thumb::before {
  padding-top: 150.8982035928%;
}
.c-card10--simple .c-card10__content {
  display: block;
  bottom: 48px;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.c-card10__inner {
  position: relative;
  border-radius: 160px;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-card10__inner {
    border-radius: 180px;
  }
}
.c-card10__thumb {
  position: relative;
  width: 100%;
  background: transparent -webkit-linear-gradient(306deg, #ebfffd 0%, #d8e2ff 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(144deg, #ebfffd 0%, #d8e2ff 100%) 0% 0% no-repeat padding-box;
  overflow: hidden;
}
@media only screen and (max-width: 374px) {
  .c-card10__thumb {
    min-height: 450px;
  }
}
.c-card10__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 140%;
}
@media only screen and (max-width: 1023px) {
  .c-card10__thumb::before {
    padding-top: 150.8982035928%;
  }
}
.c-card10__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-card10__heading {
  position: absolute;
  top: 89px;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 40px 32px;
  z-index: 1;
}
.c-card10__name {
  color: #0c2152;
  font-size: 3.7rem;
  font-weight: 800;
  line-height: 1;
}
.c-card10__role {
  display: block;
  margin-top: 2px;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-card10__content {
  display: none;
  position: absolute;
  bottom: 56px;
  left: 40px;
  width: calc(100% - 40px);
  max-width: calc(100% - 40px);
  padding: 40px 0;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-card10__content {
    display: block;
    bottom: 48px;
    left: 32px;
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 374px) {
  .c-card10__content {
    left: 0;
    width: 100%;
    max-width: 100%;
  }
}
.c-card10__slogan {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 374px) {
  .c-card10__slogan {
    font-size: 1.6rem;
  }
}
.c-card10__slogan span {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px 5px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-card10__slogan span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: transparent -webkit-gradient(linear, right top, left top, from(#ffae00), to(#ff9100)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(right, #ffae00 0%, #ff9100 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #ffae00 0%, #ff9100 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-card10__slogan span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0c2152;
  z-index: -2;
}
.c-card10__slogan span + span {
  margin-top: 4px;
}
/*------------------------------------------------------------
    Checkbox
------------------------------------------------------------*/
.c-checkbox__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-checkbox__group .mwform-checkbox-field.vertical-item + .mwform-checkbox-field.vertical-item {
  margin-top: 15px;
}
.c-checkbox__group--horizontal .mwform-checkbox-field.horizontal-item + .mwform-checkbox-field.horizontal-item {
  margin-left: 0;
}
.mwform-checkbox-field label {
  position: relative;
}
.mwform-checkbox-field label .mwform-checkbox-field-text {
  position: relative;
}
.mwform-checkbox-field label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: transparent;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
}
.mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.mwform-checkbox-field label .mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.mwform-checkbox-field label .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ff8910;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "\e911";
  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: 9px;
  left: 4px;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Content
------------------------------------------------------------*/
.c-content1 {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-content1 p + p {
  margin-top: 27px;
}
.c-content1 p:has(img) {
  margin-top: 38px;
}
.c-content1 p:has(img) + p {
  margin-top: 38px;
}
.c-content1 a {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
  text-decoration: underline;
  text-decoration-color: #e6e2da;
  text-underline-offset: 6px;
}
.c-content1 a::after {
  content: "\e907";
  display: inline-block;
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  text-decoration-color: #e6e2da;
  text-underline-offset: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-content1 a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #ff8910;
  }
}
.c-content1 a:has(img) {
  display: block;
  width: 100%;
  text-decoration: none;
}
.c-content1 a:has(img)::after {
  content: none;
}
.c-content1 a:has(img) + a:has(img) {
  margin-top: 38px;
}
.c-content1 ul {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-content1 ul li {
  position: relative;
  padding-left: 23px;
}
.c-content1 ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 5px;
  width: 6px;
  height: 6px;
  background-color: #ffae00;
}
.c-content1 ol {
  counter-reset: section;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-content1 ol li {
  position: relative;
  padding-left: 20px;
}
.c-content1 ol li::before {
  counter-increment: section;
  content: counter(section) "．";
  position: absolute;
  top: 0;
  left: 0;
}
.c-content1 .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-content1 .alignleft {
  display: block;
  margin-right: auto;
}
.c-content1 .alignright {
  display: block;
  margin-left: auto;
}
.c-content1 img,
.c-content1 iframe {
  max-width: 100%;
}
/*------------------------------------------------------------
    Cube
------------------------------------------------------------*/
.c-cube {
  display: block;
  pointer-events: none;
}
.c-cube::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-cube1 {
  background-color: #ffae00;
}
/*------------------------------------------------------------
    Filter
------------------------------------------------------------*/
.c-filter1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 1023px) {
  .c-filter1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .c-filter1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-filter1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .c-filter1__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
  }
}
.c-filter1__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .c-filter1__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .c-filter1__right .c-select1__outer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.c-filter1__right + .c-filter1__right {
  margin-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-filter1__right + .c-filter1__right {
    margin-left: 0;
    margin-top: 12px;
  }
}
.c-filter1__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.015em;
}
.c-filter2__bottom {
  margin-top: 16px;
}
.c-filter2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-filter2__item {
  width: 100%;
}
.c-filter2__item + .c-filter2__item {
  margin-top: 4px;
}
.c-filter2__btn {
  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;
  position: relative;
  width: 100%;
  min-height: 40px;
  padding: 7px 23px 7px 11px;
  background-color: #faf9f7;
  border: 1px solid #faf9f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.015em;
}
.c-filter2__btn::after {
  content: "\e904";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(calc(-50% + 1px));
  transform: translateY(calc(-50% + 1px));
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.2rem;
  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 (min-width: 1023px) {
  .c-filter2__btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #ff8910;
    border-color: #ff8910;
    color: #fff;
  }
  .c-filter2__btn:hover::after {
    color: #fff;
  }
}
.c-filter2__btn.is-active {
  background-color: #ff8910;
  border-color: #ff8910;
  color: #fff;
}
.c-filter2__btn.is-active::after {
  color: #fff;
}
.c-filter2__btn--spec {
  padding: 7px 11px;
  background-color: #fff;
  border-color: #f2ede1;
}
.c-filter2__btn--spec::after {
  content: none;
}
/*------------------------------------------------------------
    Flow
------------------------------------------------------------*/
.c-flow1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 180px;
}
.c-flow1__item {
  position: relative;
  width: 100%;
  padding: 5px 17px 6px 16px;
  background-color: #ebecf0;
  border-radius: 4px;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-flow1__item::before {
  content: "\e912";
  display: inline-block;
  position: absolute;
  top: -18px;
  left: 21px;
  color: #6c6f7f;
  font-family: "icomoon";
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
}
.c-flow1__item:first-child::before {
  content: none;
}
.c-flow1__item + .c-flow1__item {
  margin-top: 32px;
}
/*------------------------------------------------------------
    Group
------------------------------------------------------------*/
.c-group1 {
  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-group1 {
    -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;
  }
}
@media only screen and (max-width: 767px) {
  .c-group1--style1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .c-group1--style1 .c-group1__left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 104px;
  }
}
@media only screen and (max-width: 767px) {
  .c-group1--style1 .c-group1__right {
    width: calc(100% - 104px);
    margin-top: 0;
    padding-left: 24px;
  }
}
.c-group1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 160px;
}
@media only screen and (max-width: 767px) {
  .c-group1__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
  }
}
.c-group1__thumb {
  background-color: #fff;
}
.c-group1__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #f2ede1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.c-group1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 160px);
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  .c-group1__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 24px;
    padding-left: 0;
  }
}
.c-group1__right .c-listcheck1 {
  margin: 13px 0 -2px;
}
.c-group1__content {
  margin: -3px 0 -2px;
}
.c-group1__content p + p {
  margin-top: 27px;
}
.c-group1__content p + p:has(.c-link1) {
  margin: 35px 0 2px;
}
.c-group1__content p + .c-list1 {
  margin: 7px 0 -3px;
}
.c-group2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding: 32px 0;
  border-bottom: 1px solid #f7f5f0;
}
.c-group2__item:first-child {
  padding-top: 0;
}
.c-group2__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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 160px;
  min-height: 52px;
  padding: 7px 16px 9px;
  background-color: #faf9f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-group2__label {
    width: 104px;
  }
}
.c-group2__labeltext {
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
  text-align: center;
}
.c-group2__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 160px);
  margin: -1px 0;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  .c-group2__content {
    width: calc(100% - 104px);
    margin: -1px 0 -2px;
    padding-left: 16px;
  }
}
.c-group3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -20px;
}
@media only screen and (max-width: 1023px) {
  .c-group3 {
    -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: 0;
  }
}
.c-group3__item {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .c-group3__item {
    width: 100%;
    max-width: 336px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-group3__item {
    max-width: unset;
  }
}
@media only screen and (max-width: 1023px) {
  .c-group3__item + .c-group3__item {
    margin-top: 22px;
  }
}
.c-group3__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-group3__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.9047619048%;
}
@media only screen and (max-width: 767px) {
  .c-group3__thumb::before {
    padding-top: 61.8243243243%;
  }
}
.c-group3__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-group3__caption {
  margin-top: 5px;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-group4 {
  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-group4 {
    -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-group4__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 52%;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-group4__left {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding-right: 0;
  }
}
.c-group4__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48%;
}
@media only screen and (max-width: 1023px) {
  .c-group4__right {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    margin-top: 41px;
  }
}
.c-group4__thumbgroup {
  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-group4__thumbitem {
  width: 100%;
}
.c-group4__thumbitem + .c-group4__thumbitem {
  margin-top: 16px;
}
/*------------------------------------------------------------
    Heading
------------------------------------------------------------*/
.c-heading1 {
  position: relative;
  padding: 119px 0 0;
}
@media only screen and (max-width: 1023px) {
  .c-heading1 {
    padding: 111px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1 {
    padding: 71px 0 0;
  }
}
.c-heading1--top::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38.8888888889%;
  height: 394px;
  background-color: #faf9f7;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .c-heading1--top::before {
    width: 38.75%;
    height: 324px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1--top::before {
    width: 39%;
    height: 284px;
  }
}
.c-heading1--top::after {
  content: "";
  position: absolute;
  top: 394px;
  right: 0;
  width: 38.8888888889%;
  height: 280px;
  background-color: #faf9f7;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .c-heading1--top::after {
    top: 324px;
    width: 38.75%;
    height: 156px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1--top::after {
    top: 284px;
    width: 39%;
    height: 78px;
  }
}
.c-heading1__breadcrumb {
  position: relative;
  width: 100%;
  padding: 10px 24px;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__breadcrumb {
    padding: 10px 16px;
  }
}
.c-heading1__inner {
  margin-left: max(0px, max(0px, 100% - 1200px) / 2 - 56px);
  padding-left: 56px;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__inner {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__inner {
    padding-left: 24px;
  }
}
.c-heading1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  min-height: 320px;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__wrap {
    min-height: 178px;
  }
}
.c-heading1__left {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 1256px;
  padding-left: 16px;
  padding-right: 56px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__left {
    width: 100%;
    padding-left: 0;
    padding-right: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__left {
    padding-right: 24px;
  }
}
.c-heading1__title {
  position: relative;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c-heading1__title {
    margin-top: 16px;
  }
}
.c-heading1__title::before {
  content: "\e905";
  display: inline-block;
  position: absolute;
  top: -20px;
  left: -16px;
  z-index: -1;
  color: #ffae00;
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-heading1__title::before {
    top: -16px;
  }
}
.c-heading1__en {
  display: block;
  color: #0c2152;
  font-size: 6.5rem;
  font-weight: 800;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-heading1__en {
    font-size: 4rem;
  }
}
.c-heading1__ja {
  display: block;
  margin-top: 10px;
  color: #6c6f7f;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-heading1__ja {
    margin-top: 7px;
  }
}
.c-heading1__right {
  position: absolute;
  top: 0;
  right: 0;
  width: max(66.6666666667%, 100% - 440px);
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__right {
    width: max(65.5913978495%, 100% - 256px);
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__right {
    width: max(65.1595744681%, 100% - 131px);
  }
}
.c-heading1__thumb {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 320px;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__thumb {
    max-height: unset;
  }
}
.c-heading1__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-heading2 {
  position: relative;
  padding: 88px 0 74px;
  overflow: hidden;
}
.c-heading2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  min-width: 1440px;
  height: 100%;
  background-image: url("/assets/img/common/colorful-heading.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-heading2::before {
    min-width: 720px;
    background-image: url("/assets/img/common/colorful-heading@sp.jpg");
  }
}
.c-heading2--simple::before {
  content: none;
}
@media only screen and (max-width: 1023px) {
  .c-heading2--simple .c-heading2__inner {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading2--simple .c-heading2__inner {
    padding: 0 20px;
  }
}
.c-heading2__inner {
  position: relative;
  padding: 0 40px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-heading2__inner {
    padding: 0 20px;
  }
}
.c-heading2__content {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 260px;
}
.c-heading2__en {
  display: block;
  color: #6c6f7f;
  font-size: 6.5rem;
  font-weight: 800;
  line-height: 1;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .c-heading2__en {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading2__en {
    text-align: center;
  }
}
.c-heading2__ja {
  display: block;
  margin-top: 8px;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .c-heading2__ja {
    margin: 5px 0 4px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading2__ja {
    text-align: center;
  }
}
.c-heading2__breadcrumb {
  margin-top: 10px;
}
.c-heading3 {
  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-heading3__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%;
  max-width: 352px;
  min-height: 332px;
}
.c-heading3__box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 332px;
  background-image: url("/assets/img/common/chatbox.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.c-heading3__box--style1 .c-heading3__img {
  margin-top: 46px;
}
@media only screen and (max-width: 1023px) {
  .c-heading3__box--style1 .c-heading3__img {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 374px) {
  .c-heading3__box--style1 .c-heading3__img {
    margin-top: 48px;
  }
}
.c-heading3__box--style1 .c-heading3__title {
  margin-top: 11px;
}
@media only screen and (max-width: 1023px) {
  .c-heading3__box--style1 .c-heading3__title {
    margin-top: 21px;
  }
}
.c-heading3__box--style2 .c-heading3__img {
  margin-top: 36px;
}
@media only screen and (max-width: 374px) {
  .c-heading3__box--style2 .c-heading3__img {
    margin-top: 48px;
  }
}
.c-heading3__img {
  position: relative;
  margin-top: 40px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-heading3__img {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 374px) {
  .c-heading3__img {
    margin-top: 48px;
  }
}
.c-heading3__img img {
  width: 352px;
}
.c-heading3__title {
  position: relative;
  margin-top: 21px;
  z-index: 1;
  color: #0c2152;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.015em;
  text-align: center;
}
.c-heading3__content {
  width: 100%;
  margin-top: 13px;
}
/*------------------------------------------------------------
    Input
------------------------------------------------------------*/
.c-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.c-input input[type=text],
.c-input input[type=email],
.c-input input[type=tel],
.c-input input[type=url] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 56px;
  padding: 8px 15px 10px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 2px;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
}
.c-input--style1 input[type=text],
.c-input--style1 input[type=email],
.c-input--style1 input[type=tel],
.c-input--style1 input[type=url] {
  border-radius: 4px;
}
.c-input input[type=text]::-webkit-input-placeholder,
.c-input input[type=email]::-webkit-input-placeholder,
.c-input input[type=tel]::-webkit-input-placeholder,
.c-input input[type=url]::-webkit-input-placeholder {
  color: #b3b3b3;
}
.c-input input[type=text]::-moz-placeholder,
.c-input input[type=email]::-moz-placeholder,
.c-input input[type=tel]::-moz-placeholder,
.c-input input[type=url]::-moz-placeholder {
  color: #b3b3b3;
}
.c-input input[type=text]::-ms-input-placeholder,
.c-input input[type=email]::-ms-input-placeholder,
.c-input input[type=tel]::-ms-input-placeholder,
.c-input input[type=url]::-ms-input-placeholder {
  color: #b3b3b3;
}
.c-input input[type=text]::placeholder,
.c-input input[type=email]::placeholder,
.c-input input[type=tel]::placeholder,
.c-input input[type=url]::placeholder {
  color: #b3b3b3;
}
.c-input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 280px;
  padding: 8px 15px 10px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 2px;
  outline: none;
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
}
.c-input--style1 textarea {
  border-radius: 4px;
}
.c-input textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}
.c-input textarea::-moz-placeholder {
  color: #b3b3b3;
}
.c-input textarea::-ms-input-placeholder {
  color: #b3b3b3;
}
.c-input textarea::placeholder {
  color: #b3b3b3;
}
.c-input--full {
  width: 100%;
}
.c-input--normal {
  width: min(476px, 100%);
}
.c-input--short {
  width: min(234px, 100%);
}
.c-input--tiny {
  width: min(174px, 100%);
}
.c-input__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -4px;
}
.c-input__group .c-input__item--tiny {
  width: calc(50% - 8px);
  max-width: 174px;
  margin: 0 4px;
}
.c-input__group--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.c-input__group--vertical .c-input__item {
  width: 100%;
}
.c-input__group--vertical .c-input__item + .c-input__item {
  margin-top: 16px;
}
.c-input__itemlabel {
  margin-top: -5px;
}
.c-input__itemlabel + .c-input__iteminput {
  margin-top: 1px;
}
.c-input__iteminput .c-link3 {
  margin: 13px 0 -2px;
}
.c-input__iteminput .c-radio__group {
  margin: -3px -16px -10px 0;
}
.c-input__groupdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-input__groupdate .c-input__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.c-input__groupdate .c-input__date input {
  margin-right: 2px;
}
.c-input__groupdate .c-input__date + .c-input__date {
  margin-left: 16px;
}
.c-input__groupdate .c-input__date--year {
  max-width: 107px;
}
.c-input__groupdate .c-input__date--year input {
  width: min(88px, 100%);
}
.c-input__groupdate .c-input__date--month,
.c-input__groupdate .c-input__date--day {
  max-width: 83px;
}
.c-input__groupdate .c-input__date--month input,
.c-input__groupdate .c-input__date--day input {
  width: min(64px, 100%);
}
/*------------------------------------------------------------
    Label
------------------------------------------------------------*/
.c-label1 {
  position: relative;
  display: inline-block;
  padding-left: 0;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.c-label1::before {
  content: none;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 32px;
  padding: 1px 4px 2px;
  background-color: #ff8910;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
.c-label1.is-required {
  padding-left: 38px;
}
.c-label1.is-required::before {
  content: "必須";
}
.c-label1.is-optional {
  padding-left: 38px;
}
.c-label1.is-optional::before {
  content: "任意";
  background-color: #cfd1d7;
}
.c-label2 {
  color: #1a1a1a;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
/*------------------------------------------------------------
    Link
------------------------------------------------------------*/
.c-link1 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 14px;
  border-bottom: 1px solid #e6e2da;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-link1::after {
  content: "\e907";
  display: inline-block;
  margin-left: 5px;
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.3rem;
  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 (min-width: 1023px) {
  .c-link1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #ff8910;
  }
}
.c-link2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 14px;
  border-bottom: 1px solid #e6e2da;
}
@media only screen and (min-width: 1023px) {
  .c-link2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-link2:hover .c-arrow2 {
    background-color: #ff8910;
    border-color: #ff8910;
  }
  .c-link2:hover .c-arrow2::before {
    color: #fff;
  }
}
.c-link2__text {
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-link2__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
}
.c-link3 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-left: 19px;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-link3::before {
  content: "\e90f";
  position: absolute;
  top: 8px;
  left: 1px;
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 1023px) {
  .c-link3:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #ff8910;
  }
}
.c-link4 {
  color: #ff8910;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  text-decoration: underline;
  text-underline-offset: 7px;
}
.c-link4 .icon {
  display: inline-block;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  font-size: 1.7rem;
  text-decoration: underline;
  text-underline-offset: 5px;
}
/*------------------------------------------------------------
    List
------------------------------------------------------------*/
.c-list1 {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-list1 li {
  position: relative;
  padding-left: 45px;
}
.c-list1 li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.c-list1 li:nth-child(1)::before {
  content: "（１）";
}
.c-list1 li:nth-child(2)::before {
  content: "（２）";
}
.c-list1 li:nth-child(3)::before {
  content: "（３）";
}
.c-list1 li:nth-child(4)::before {
  content: "（４）";
}
.c-list1 li:nth-child(5)::before {
  content: "（５）";
}
.c-list1 li:nth-child(6)::before {
  content: "（６）";
}
.c-list1 li:nth-child(7)::before {
  content: "（７）";
}
.c-list1 li:nth-child(8)::before {
  content: "（８）";
}
.c-list1 li:nth-child(9)::before {
  content: "（９）";
}
.c-list1 li:nth-child(10)::before {
  content: "（10）";
}
.c-list2 {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-list2 li {
  position: relative;
  padding-left: 30px;
}
.c-list2 li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.c-list2 li:nth-child(1)::before {
  content: "１．";
}
.c-list2 li:nth-child(2)::before {
  content: "２．";
}
.c-list2 li:nth-child(3)::before {
  content: "３．";
}
.c-list2 li:nth-child(4)::before {
  content: "４．";
}
.c-list2 li:nth-child(5)::before {
  content: "５．";
}
.c-list2 li:nth-child(6)::before {
  content: "６．";
}
.c-list2 li:nth-child(7)::before {
  content: "７．";
}
.c-list2 li:nth-child(8)::before {
  content: "８．";
}
.c-list2 li:nth-child(9)::before {
  content: "９．";
}
.c-list2 li:nth-child(10)::before {
  content: "10．";
}
.c-list3 {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-list3 li {
  position: relative;
  padding-left: 23px;
}
.c-list3 li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 6px;
  height: 6px;
  background-color: #ffae00;
}
/*------------------------------------------------------------
    Listbtn
------------------------------------------------------------*/
.c-listbtn1 {
  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;
}
.c-listbtn1__item + .c-listbtn1__item {
  margin-top: 11px;
}
/*------------------------------------------------------------
    Listcheck
------------------------------------------------------------*/
.c-listcheck1 {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-listcheck1 li {
  position: relative;
  padding-left: 23px;
}
.c-listcheck1 li + li {
  margin-top: 3px;
}
.c-listcheck1 li::before {
  content: "\e903";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
.c-listcheck1--3col {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 3px 40px;
}
@media only screen and (max-width: 767px) {
  .c-listcheck1--3col {
    grid-template-columns: auto;
  }
}
.c-listcheck1--3col li + li {
  margin-top: 0;
}
.c-listcheck2 {
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-listcheck2 li {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fffce6;
  padding: 17px 24px 18px 43px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-listcheck2 li::before {
  content: "\e903";
  display: inline-block;
  position: absolute;
  top: 24px;
  left: 24px;
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
.c-listcheck2 li + li {
  margin-top: 8px;
}
.c-listcheck2--small {
  font-weight: 700;
}
.c-listcheck2--small li {
  padding: 13px 20px 14px 39px;
}
.c-listcheck2--small li::before {
  top: 20px;
  left: 20px;
}
.c-listcheck2--small li + li {
  margin-top: 4px;
}
.c-listcheck2--white li {
  background-color: #fff;
}
/*------------------------------------------------------------
    Listnav
------------------------------------------------------------*/
.c-listnav1 {
  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: 0 -8px -20px;
}
@media only screen and (max-width: 1023px) {
  .c-listnav1 {
    -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: 0;
  }
}
.c-listnav1__item {
  width: calc(50% - 16px);
  margin: 0 8px 20px;
}
@media only screen and (max-width: 1023px) {
  .c-listnav1__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .c-listnav1__item + .c-listnav1__item {
    margin-top: 15px;
  }
}
.c-listnav1__btn {
  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%;
  min-height: 152px;
  padding: 23px 25px 28px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 76px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (min-width: 1023px) {
  .c-listnav1__btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-listnav1__btn:hover .c-listnav1__icon {
    color: #ff8910;
  }
  .c-listnav1__btn:hover .c-listnav1__btntext {
    color: #ff8910;
  }
}
@media only screen and (max-width: 1023px) {
  .c-listnav1__btn {
    min-height: 140px;
    padding: 23px 25px 28px;
    border-radius: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .c-listnav1__btn {
    padding: 23px 18px 28px;
  }
}
.c-listnav1__icon {
  display: block;
  color: #0c2152;
  font-size: 6.4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-listnav1__icon {
    font-size: 5.2rem;
  }
}
.c-listnav1__btntext {
  display: inline-block;
  margin-top: 9px;
  color: #0c2152;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.015em;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-listnav1__btntext::after {
  content: "\e900";
  display: inline-block;
  margin-left: 8px;
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Listpost
------------------------------------------------------------*/
.c-listpost1__item {
  position: relative;
  width: 100%;
}
.c-listpost1__item + .c-listpost1__item {
  margin-top: 39px;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__item + .c-listpost1__item {
    margin-top: 19px;
  }
}
.c-listpost1__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  min-height: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: unset;
  }
}
@media only screen and (min-width: 1023px) {
  .c-listpost1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-listpost1__link:hover .c-listpost1__datetime {
    color: #ff8910;
  }
  .c-listpost1__link:hover .c-listpost1__title {
    color: #ff8910;
  }
}
.c-listpost1__datetime {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__datetime {
    margin-right: 12px;
  }
}
.c-listpost1__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 104px;
  margin: 1px 40px 1px 0;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__taglist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: calc(100% - 122px);
    margin: 1px 0 -3px;
  }
}
.c-listpost1__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__tagitem {
    margin: 0 6px 4px 0;
  }
}
.c-listpost1__tagitem + .c-listpost1__tagitem {
  margin-top: 4px;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__tagitem + .c-listpost1__tagitem {
    margin-top: 0;
  }
}
.c-listpost1__title {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-listpost1__title {
    width: 100%;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .c-listpost1__title {
    -webkit-line-clamp: 2;
  }
}
/*------------------------------------------------------------
    Marquee
------------------------------------------------------------*/
.c-marquee1__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.c-marquee1__slide {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
  width: auto;
}
@media only screen and (max-width: 767px) {
  .c-marquee1__slide {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
}
.c-marquee1__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .c-marquee1__text {
    font-size: 11.76rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-marquee1__text {
    font-size: 8.23rem;
  }
}
.c-marquee1__symbol {
  display: inline-block;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  margin: 0 9px 0 5px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14.8rem;
  font-weight: 500;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-marquee1__symbol {
    margin: 0 7px 0 3px;
    font-size: 10.36rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-marquee1__symbol {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    margin: 0 4px 0 2px;
    font-size: 7.25rem;
  }
}
/*------------------------------------------------------------
    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;
  width: 88px;
  height: 88px;
  padding: 20px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-menu1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #ffae00;
  }
  .c-menu1:hover .c-menu1__inner span {
    background-color: #fff;
  }
}
@media only screen and (max-width: 1023px) {
  .c-menu1 {
    width: 80px;
    height: 80px;
    padding: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .c-menu1 {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
}
.c-menu1.is-open {
  background-color: #ffae00;
}
.c-menu1.is-open .c-menu1__inner span {
  background-color: #fff;
}
.c-menu1.is-open .c-menu1__inner span:nth-child(1) {
  -webkit-transform: translate(0, 2px) rotate(45deg);
  transform: translate(0, 2px) rotate(45deg);
  width: 24px;
}
.c-menu1.is-open .c-menu1__inner span:nth-child(2) {
  -webkit-transform: translate(0, -3px) rotate(-45deg);
  transform: translate(0, -3px) rotate(-45deg);
  width: 24px;
}
.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: 24px;
  height: 6px;
}
.c-menu1__inner span {
  display: block;
  height: 1px;
  background-color: #ff8910;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-menu1__inner span:nth-child(1) {
  width: 24px;
}
.c-menu1__inner span:nth-child(2) {
  width: 16px;
}
.c-menu2 {
  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;
  width: 88px;
  height: 52px;
  padding: 10px 20px 12px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-menu2 {
    width: 64px;
    height: 38px;
    padding: 6px 10px;
  }
}
.c-menu2__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: 24px;
  height: 6px;
}
.c-menu2.is-open .c-menu2__inner span:nth-child(1) {
  -webkit-transform: translate(0, 3px) rotate(30deg);
  transform: translate(0, 3px) rotate(30deg);
  width: 24px;
}
.c-menu2.is-open .c-menu2__inner span:nth-child(2) {
  -webkit-transform: translate(0, -2px) rotate(-30deg);
  transform: translate(0, -2px) rotate(-30deg);
  width: 24px;
}
.c-menu2__inner span {
  display: block;
  height: 1px;
  background-color: #ff8910;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-menu2__inner span:nth-child(1) {
  width: 24px;
}
.c-menu2__inner span:nth-child(2) {
  width: 16px;
}
/*------------------------------------------------------------
    Note
------------------------------------------------------------*/
.c-note1 {
  color: #1a1a1a;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
/*------------------------------------------------------------
    Pagination
------------------------------------------------------------*/
.c-pagi1 {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -4px -8px;
}
.c-pagi1 li {
  margin: 0 4px 8px;
}
.c-pagi1 li span,
.c-pagi1 li a {
  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;
  width: 56px;
  height: 56px;
  padding: 10px 8px 8px;
  background-color: #fff;
  border: 1px solid #ffae00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ff8910;
  font-family: "Outfit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-pagi1 li span:hover,
  .c-pagi1 li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #ffae00;
    color: #fff;
  }
}
.c-pagi1 li span.current,
.c-pagi1 li a.current {
  background-color: #ffae00;
  pointer-events: none;
  color: #fff;
}
.c-pagi1 li span.dots {
  pointer-events: none;
}
/*------------------------------------------------------------
    Part
------------------------------------------------------------*/
.c-part1__title {
  color: #0c2152;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-part1__body {
  margin-top: 16px;
}
.c-part1__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;
  border-top: 2px solid #f2ede1;
  border-bottom: 2px solid #f2ede1;
}
.c-part1__item {
  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;
  position: relative;
  width: 100%;
  padding: 14px 20px 15px;
}
.c-part1__item:nth-child(2n) {
  background-color: #fff;
}
.c-part1__item:nth-child(2n+1) {
  background-color: #faf9f7;
}
.c-part1__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 40px);
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-part1__count {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  padding-left: 12px;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.015em;
  text-align: right;
}
.c-part2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .c-part2 {
    -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-part2__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65.7794676806%;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-part2__left {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding-right: 0;
  }
}
.c-part2__title {
  color: #0c2152;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-part2__table {
  margin-top: 12px;
}
.c-part2__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 34.2205323194%;
}
@media only screen and (max-width: 1023px) {
  .c-part2__right {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    margin-top: 20px;
  }
}
.c-part2__thumb {
  position: relative;
  width: 100%;
  background-color: #fdfdfc;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-part2__thumb {
    max-width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__thumb {
    max-width: unset;
  }
}
.c-part2__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 71.6666666667%;
}
@media only screen and (max-width: 767px) {
  .c-part2__thumb::before {
    padding-top: 71.5909090909%;
  }
}
.c-part2__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #f2ede1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.c-part2__thumb img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.c-part3__row + .c-part3__row {
  margin-top: 37px;
}
.c-part3__content {
  margin: 11px 0 -2px;
}
.c-part4 {
  position: relative;
  overflow: hidden;
}
.c-part4::before {
  content: none;
  position: absolute;
  top: 96px;
  left: 96px;
  width: calc(100% - 96px);
  height: calc(100% - 96px);
  background-color: #faf9f7;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .c-part4::before {
    content: "";
  }
}
@media only screen and (max-width: 767px) {
  .c-part4::before {
    top: 40px;
    left: 0;
    width: 100%;
    height: calc(100% - 40px);
  }
}
.c-part4--reverse .c-part4__inner {
  margin-left: 0;
  margin-right: max(0px, (100% - 1312px) / 2);
  padding-left: 0;
  padding-right: 56px;
}
@media only screen and (max-width: 1023px) {
  .c-part4--reverse .c-part4__inner {
    margin-right: 0;
    padding-left: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part4--reverse .c-part4__inner {
    padding: 0 24px;
  }
}
.c-part4--reverse .c-part4__left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 40px;
  padding-right: 0;
}
@media only screen and (max-width: 1023px) {
  .c-part4--reverse .c-part4__left {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-part4--reverse .c-part4__left {
    padding: 20px 0 40px;
  }
}
.c-part4--reverse .c-part4__leftinner::before {
  left: unset;
  right: 40px;
}
.c-part4--reverse .c-part4__right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.c-part4--reverse .c-part4__rightinner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: 0;
  padding-left: 56px;
  padding-right: 0;
}
@media only screen and (max-width: 1023px) {
  .c-part4--reverse .c-part4__rightinner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part4--reverse .c-part4__rightinner {
    padding: 0;
  }
}
.c-part4__inner {
  margin-left: max(0px, (100% - 1312px) / 2);
  padding-left: 56px;
}
@media only screen and (max-width: 1023px) {
  .c-part4__inner {
    margin-left: 0;
    padding-right: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part4__inner {
    padding: 0 24px;
  }
}
.c-part4__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) {
  .c-part4__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;
  }
}
.c-part4__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 46.6666666667%;
  max-width: 560px;
  margin-top: 120px;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-part4__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    max-width: unset;
    margin-top: 0;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-part4__left {
    padding: 20px 0 40px;
  }
}
.c-part4__leftinner {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: 450px;
  padding: 40px 0;
}
@media only screen and (max-width: 1023px) {
  .c-part4__leftinner {
    min-height: unset;
    padding: 0;
  }
}
.c-part4__leftinner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: calc(100vw - max(0px, (100vw - 1312px) / 2));
  height: 100%;
  background-color: #faf9f7;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .c-part4__leftinner::before {
    content: none;
  }
}
.c-part4__box {
  position: relative;
}
.c-part4__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  height: calc(100% - 39px);
  min-height: 86px;
  background-color: #0c2152;
}
@media only screen and (max-width: 767px) {
  .c-part4__box::before {
    width: calc(100% - 20px);
    height: calc(100% - 40px);
    min-height: 70px;
  }
}
.c-part4__heading {
  position: relative;
  margin-right: 40px;
  padding: 23px 40px 24px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-part4__heading {
    padding: 15px 20px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part4__heading {
    margin-right: 20px;
  }
}
.c-part4__title {
  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;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-part4__title {
    -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-part4__title small {
  display: inline-block;
  margin: 6px 0 3px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-part4__title small {
    margin: 0;
    font-size: 1.6rem;
  }
}
.c-part4__content {
  position: relative;
  margin-left: 40px;
  padding: 37px 40px;
  background-color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-part4__content {
    margin-left: 20px;
    padding: 21px 24px 22px;
  }
}
.c-part4__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  margin: 25px 0 -1px;
}
@media only screen and (max-width: 767px) {
  .c-part4__btn {
    margin: 24px 0 -1px;
  }
}
.c-part4__btn .c-btn5 + .c-btn5 {
  margin-left: 40px;
}
@media only screen and (max-width: 374px) {
  .c-part4__btn .c-btn5 + .c-btn5 {
    margin-left: 16px;
  }
}
.c-part4__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 53.3333333333%;
}
@media only screen and (max-width: 1023px) {
  .c-part4__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
  }
}
.c-part4__rightinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  max-width: 696px;
  height: 100%;
  margin-right: auto;
  padding-right: 56px;
}
@media only screen and (max-width: 1023px) {
  .c-part4__rightinner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: unset;
    height: auto;
    margin-right: 0;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part4__rightinner {
    padding: 0;
  }
}
.c-part4__thumbgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 580px;
  height: 100%;
  margin: 0 -10px;
}
@media only screen and (max-width: 1023px) {
  .c-part4__thumbgroup {
    width: calc(100% + 20px);
    max-width: unset;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-part4__thumbgroup {
    -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%;
    margin: 0;
  }
}
.c-part4__thumbitem {
  width: calc(50% - 20px);
  max-height: 530px;
  margin: 0 10px;
}
@media only screen and (max-width: 1023px) {
  .c-part4__thumbitem {
    max-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .c-part4__thumbitem {
    width: 100%;
    margin: 0;
  }
}
.c-part4__thumbitem:first-child {
  margin-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .c-part4__thumbitem:first-child {
    margin-top: 0;
  }
}
.c-part4__thumbitem--full {
  width: calc(100% - 20px);
}
@media only screen and (max-width: 767px) {
  .c-part4__thumbitem--full {
    width: 100%;
  }
}
.c-part4__thumbitem--full:first-child {
  margin-top: 0;
}
.c-part4__thumbmain {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  overflow: hidden;
}
.c-part4__thumbmain::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 94.6428571429%;
}
@media only screen and (max-width: 1023px) {
  .c-part4__thumbmain::before {
    padding-top: 49.0131578947%;
  }
}
@media only screen and (max-width: 767px) {
  .c-part4__thumbmain::before {
    padding-top: 84.6590909091%;
  }
}
.c-part4__thumbmain 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-part4__thumbsub {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-part4__thumbsub::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 196.2962962963%;
}
@media only screen and (max-width: 1023px) {
  .c-part4__thumbsub::before {
    padding-top: 101.3605442177%;
  }
}
@media only screen and (max-width: 767px) {
  .c-part4__thumbsub::before {
    padding-top: 84.6590909091%;
  }
}
.c-part4__thumbsub 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-part5 {
  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: 80px 0;
  border-top: 1px solid #cfd1d7;
}
@media only screen and (max-width: 1023px) {
  .c-part5 {
    -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;
    padding: 0;
    border-top: none;
  }
}
.c-part5:first-child {
  padding-top: 0;
  border-top: none;
}
.c-part5:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .c-part5 + .c-part5 {
    margin-top: 80px;
  }
}
.c-part5__left {
  position: sticky;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  top: 128px;
  width: 20%;
}
@media only screen and (max-width: 1023px) {
  .c-part5__left {
    position: relative;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    top: unset;
    width: 100%;
  }
}
.c-part5__heading {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 2px solid #ffae00;
  border-radius: 28px;
  -webkit-box-shadow: 3px 3px 0 #ffae00;
  box-shadow: 3px 3px 0 #ffae00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}
.c-part5__heading::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-part5__heading::before {
    content: none;
  }
}
.c-part5__headinginner {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 14px;
  overflow-y: auto;
}
@media only screen and (max-width: 1023px) {
  .c-part5__headinginner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    top: unset;
    left: unset;
    height: auto;
    padding: 25px 38px 26px;
    overflow-y: unset;
  }
}
@media only screen and (max-width: 767px) {
  .c-part5__headinginner {
    padding: 25px 28px 26px;
  }
}
@media only screen and (max-width: 374px) {
  .c-part5__headinginner {
    padding: 25px 20px 26px 28px;
  }
}
.c-part5__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;
  margin-top: 2px;
}
@media only screen and (max-width: 1023px) {
  .c-part5__top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 108px;
    margin-top: 0;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 374px) {
  .c-part5__top {
    width: 92px;
    padding-right: 24px;
  }
}
.c-part5__data {
  display: block;
  color: #ff8910;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
.c-part5__number {
  display: block;
  margin-top: -4px;
  color: #ff8910;
  font-size: 6.5rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.c-part5__bottom {
  position: relative;
  margin-top: 16px;
  padding-top: 11px;
  border-top: 1px solid #ff8910;
}
@media only screen and (max-width: 1023px) {
  .c-part5__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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(100% - 108px);
    margin-top: 0;
    padding-top: 0;
    padding-left: 41px;
    border-top: none;
  }
}
@media only screen and (max-width: 374px) {
  .c-part5__bottom {
    width: calc(100% - 92px);
    padding-left: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-part5__bottom::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 1px;
    height: calc(100% - 11px);
    background-color: #ff8910;
  }
}
.c-part5__title {
  color: #ff8910;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.015em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-part5__title {
    text-align: left;
  }
}
.c-part5__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 80%;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-part5__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
}
.c-part5__rightinner {
  width: 100%;
  max-width: 879px;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .c-part5__rightinner {
    max-width: unset;
    margin-left: 0;
  }
}
.c-part5__list {
  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: 0 -0.05rem;
}
@media only screen and (max-width: 1023px) {
  .c-part5__list {
    margin: 0 -1px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part5__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;
    margin: 0;
  }
}
.c-part5__item {
  position: relative;
  width: calc(50% - 1px);
  margin: 64px 0.05rem 65px;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .c-part5__item {
    width: 100%;
    margin: 64px 0 65px;
    padding: 0;
  }
}
.c-part5__item::before {
  content: "";
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cfd1d7;
}
.c-part5__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background-color: #cfd1d7;
}
@media only screen and (max-width: 767px) {
  .c-part5__item::after {
    content: none;
  }
}
.c-part5__item:nth-child(2n) {
  padding-right: 0;
}
.c-part5__item:nth-child(2n)::after {
  content: none;
}
.c-part5__item:nth-child(2n+1) {
  padding-left: 0;
}
.c-part5__item:nth-child(2n+1)::before {
  width: calc(100% + 1px);
}
@media only screen and (max-width: 767px) {
  .c-part5__item:nth-child(2n+1)::before {
    width: 100%;
  }
}
.c-part5__item:nth-child(1),
.c-part5__item:nth-child(2) {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .c-part5__item:nth-child(2) {
    margin-top: 64px;
  }
}
.c-part5__item:nth-last-child(1),
.c-part5__item:nth-last-child(2):nth-child(2n+1) {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c-part5__item:nth-last-child(1),
  .c-part5__item:nth-last-child(2):nth-child(2n+1) {
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part5__item:last-child {
    margin-bottom: 0;
  }
}
.c-part5__item:nth-last-child(1)::before,
.c-part5__item:nth-last-child(2):nth-child(2n+1)::before {
  content: none;
}
@media only screen and (max-width: 767px) {
  .c-part5__item:nth-last-child(1)::before,
  .c-part5__item:nth-last-child(2):nth-child(2n+1)::before {
    content: "";
  }
}
@media only screen and (max-width: 767px) {
  .c-part5__item:last-child::before {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-part5__card {
    width: 100%;
    max-width: 399px;
    margin: 0 auto;
  }
}
.c-part5__label {
  display: inline-block;
  padding: 7px 23px 8px;
  background-color: #fff;
  border: 1px solid #cfd1d7;
  border-radius: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0c2152;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-part5__thumb {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 16px auto 0;
}
.c-part5__thumb img {
  width: 100%;
}
.c-part6 {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 76px;
  -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;
}
@media only screen and (max-width: 767px) {
  .c-part6 {
    border-radius: 53px;
  }
}
.c-part6.is-open .c-part6__arrow::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 0;
}
.c-part6.is-open .c-part6__arrow::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.c-part6--red {
  background-color: #ff8910;
}
.c-part6--orange {
  background-color: #ffae00;
}
.c-part6--green {
  background-color: #9fd400;
}
.c-part6--style1 {
  border-radius: 88.5px;
}
@media only screen and (max-width: 767px) {
  .c-part6--style1 {
    border-radius: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part6--style1 .c-part6__heading {
    min-height: 115px;
    padding: 21px 20px 20px 32px;
  }
}
@media only screen and (max-width: 374px) {
  .c-part6--style1 .c-part6__heading {
    padding: 21px 12px 20px 24px;
  }
}
.c-part6--style2 {
  border-radius: 57px;
}
@media only screen and (max-width: 767px) {
  .c-part6--style2 .c-part6__heading {
    min-height: 115px;
    padding: 21px 20px 20px 32px;
  }
}
@media only screen and (max-width: 374px) {
  .c-part6--style2 .c-part6__heading {
    padding: 21px 12px 20px 24px;
  }
}
.c-part6--style3 .c-part6__main {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .c-part6--style3 .c-part6__main {
    padding-top: 3px;
  }
}
.c-part6--style4 .c-part6__main {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .c-part6--style4 .c-part6__main {
    padding-top: 3px;
  }
}
.c-part6--style4 .c-part6__thumb + .c-part6__text {
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .c-part6--style4 .c-part6__thumb + .c-part6__text {
    margin-top: 13px;
  }
}
.c-part6--style5 {
  border-radius: 62px;
}
@media only screen and (max-width: 767px) {
  .c-part6--style5 {
    border-radius: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part6--style5 .c-part6__heading {
    min-height: 120px;
    padding: 21px 20px 23px 32px;
  }
}
@media only screen and (max-width: 374px) {
  .c-part6--style5 .c-part6__heading {
    padding: 21px 12px 23px 24px;
  }
}
.c-part6--style5 .c-part6__subtitle:last-child {
  margin-bottom: -2px;
}
.c-part6__heading {
  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;
  position: relative;
  padding: 25px 40px 26px 56px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .c-part6__heading {
    min-height: 106px;
    padding: 17px 20px 16px 32px;
  }
}
@media only screen and (max-width: 374px) {
  .c-part6__heading {
    padding: 17px 12px 16px 24px;
  }
}
.c-part6__title {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .c-part6__title {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 374px) {
  .c-part6__title {
    font-size: 2.4rem;
  }
}
.c-part6__title + .c-part6__subtitle {
  margin: 1px 0 -2px;
}
@media only screen and (max-width: 767px) {
  .c-part6__title + .c-part6__subtitle {
    margin: 2px 0 0;
  }
}
.c-part6__subtitle {
  margin: -2px 0 1px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-part6__subtitle {
    margin: 0 0 2px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.c-part6__arrow {
  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: 56px;
  height: 56px;
  margin-left: 24px;
  padding: 10px;
  background-color: #f7f8fa;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-part6__arrow {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    margin-left: 5px;
  }
}
.c-part6__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  width: 22px;
  height: 2px;
  background-color: #ff8910;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-part6__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 22px;
  height: 2px;
  background-color: #ff8910;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-part6__content {
  display: none;
}
.c-part6__main {
  padding: 8px 56px 56px;
}
@media only screen and (max-width: 767px) {
  .c-part6__main {
    padding: 3px 32px 32px;
  }
}
@media only screen and (max-width: 374px) {
  .c-part6__main {
    padding: 3px 24px 32px;
  }
}
.c-part6__thumb {
  position: relative;
  width: 100%;
  background-color: #ccc;
  border-radius: 4px;
  overflow: hidden;
}
.c-part6__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.8497109827%;
}
@media only screen and (max-width: 767px) {
  .c-part6__thumb::before {
    padding-top: 61.8243243243%;
  }
}
.c-part6__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-part6__thumb + .c-part6__text {
  margin-top: 13px;
}
.c-part6__text {
  margin-top: -11px;
  margin-bottom: -2px;
}
@media only screen and (max-width: 767px) {
  .c-part6__text {
    margin-top: -5px;
  }
}
.c-part6__body {
  position: relative;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ffae00;
}
.c-part6__body .c-part11 + .c-part11 {
  margin-top: 40px;
}
.c-part7 {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-part7.is-open .c-part7__arrow::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 0;
}
.c-part7.is-open .c-part7__arrow::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.c-part7__heading {
  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;
  position: relative;
  min-height: 153px;
  padding: 40px 39px 40px 55px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .c-part7__heading {
    min-height: 100px;
    padding: 19px 19px 25px 27px;
  }
}
.c-part7__subtitle {
  color: #0c2152;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
@media only screen and (max-width: 767px) {
  .c-part7__subtitle {
    font-size: 1.5rem;
    letter-spacing: -0.015em;
  }
}
.c-part7__title {
  margin-top: 4px;
  color: #0c2152;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-part7__title {
    font-size: 2.2rem;
  }
}
.c-part7__arrow {
  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;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  width: 30px;
  height: 30px;
  margin-left: 40px;
  padding: 10px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-part7__arrow {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-left: 8px;
  }
}
.c-part7__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  width: 22px;
  height: 2px;
  background-color: #ff8910;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-part7__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 22px;
  height: 2px;
  background-color: #ff8910;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-part7__content {
  display: none;
}
.c-part7__main {
  position: relative;
  padding: 41px 55px 55px;
}
@media only screen and (max-width: 767px) {
  .c-part7__main {
    padding: 24px 27px 27px 27px;
  }
}
.c-part7__main::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 110px);
  height: 1px;
  background-color: #ebecf0;
}
@media only screen and (max-width: 767px) {
  .c-part7__main::before {
    left: 27px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: calc(100% - 56px);
  }
}
.c-part7__text {
  margin: -2px 0;
}
.c-part7__text p + p {
  margin-top: 19px;
}
.c-part7__text p + .c-group3 {
  margin-top: 6px;
}
.c-part7__text p + .c-box6 {
  margin-top: 6px;
}
.c-part7__text p + .c-listcheck2 {
  margin: 22px 0 2px;
}
@media only screen and (max-width: 767px) {
  .c-part7__text p + .c-listcheck2 {
    margin: 14px 0 2px;
  }
}
.c-part7__text .c-group3 + p {
  margin-top: 19px;
}
.c-part7__text .c-box6 + p {
  margin-top: 21px;
}
.c-part7__text .c-listcheck2 + p {
  margin-top: 21px;
}
.c-part8 {
  display: block;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-part8.is-open .c-part8__heading {
  border-radius: 4px 4px 0 0;
}
.c-part8.is-open .c-part8__arrow::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 0;
}
.c-part8.is-open .c-part8__arrow::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.c-part8.is-open:not(:has(.c-table3__row)) .c-part8__heading {
  border-radius: 4px;
}
.c-part8__heading {
  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;
  position: relative;
  min-height: 126px;
  padding: 40px 39px 40px 55px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-part8__heading {
    min-height: 113px;
    padding: 40px 19px 40px 23px;
  }
}
@media only screen and (max-width: 374px) {
  .c-part8__heading {
    padding: 40px 13px 40px 18px;
  }
}
.c-part8__title {
  color: #0c2152;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-part8__title {
    font-size: 2.2rem;
  }
}
.c-part8__title small {
  font-size: 1.8rem;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-part8__title small {
    font-size: 1.6rem;
  }
}
.c-part8__arrow {
  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;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  width: 30px;
  height: 30px;
  margin-left: 40px;
  padding: 10px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-part8__arrow {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-left: 8px;
  }
}
.c-part8__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  width: 22px;
  height: 2px;
  background-color: #ff8910;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-part8__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 22px;
  height: 2px;
  background-color: #ff8910;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-part8__content {
  display: none;
}
.c-part8__main {
  display: block;
  position: relative;
  width: 100%;
  background-color: #e8e9ed;
  padding: 39px 40px 40px;
  border-radius: 0 0 4px 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-part8__main {
    padding: 19px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part8__main {
    padding: 7px 8px 8px;
  }
}
.c-part8__main:not(:has(.c-table3__row)) {
  padding: 0;
}
.c-part9 {
  display: block;
  position: relative;
  width: 100%;
  padding: 39px;
  background-color: #ebecf0;
  border: 1px solid #cfd1d7;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-part9 {
    padding: 23px;
  }
}
.c-part9__wrap {
  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-part9__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;
  }
}
.c-part9__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 60%;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-part9__left {
    order: 2;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 24px;
    padding-right: 0;
  }
}
.c-part9__heading {
  margin-top: 9px;
}
.c-part9__title {
  color: #0c2152;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.015em;
}
.c-part9__content {
  margin-top: 22px;
}
.c-part9__content p + p {
  margin-top: 11px;
}
.c-part9__content p + .c-listcheck2 {
  margin-top: 14px;
}
.c-part9__content .c-listcheck2 + p {
  margin-top: 13px;
}
.c-part9__btn {
  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;
  margin-top: 22px;
}
.c-part9__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40%;
}
@media only screen and (max-width: 1023px) {
  .c-part9__right {
    order: 1;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
  }
}
.c-part9__thumbgroup {
  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;
}
@media only screen and (max-width: 1023px) {
  .c-part9__thumbgroup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -4px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part9__thumbgroup {
    -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: 0;
  }
}
.c-part9__thumbgroup .c-part9__thumb {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-part9__thumbgroup .c-part9__thumb {
    width: calc(50% - 8px);
    margin: 0 4px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part9__thumbgroup .c-part9__thumb {
    width: 100%;
    margin: 0;
  }
}
.c-part9__thumbgroup .c-part9__thumb + .c-part9__thumb {
  margin-top: 8px;
}
@media only screen and (max-width: 1023px) {
  .c-part9__thumbgroup .c-part9__thumb + .c-part9__thumb {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-part9__thumbgroup .c-part9__thumb + .c-part9__thumb {
    margin-top: 8px;
  }
}
.c-part9__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-part9__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-part9__thumb::before {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .c-part9__thumb::before {
    padding-top: 100%;
  }
}
.c-part9__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-part10__box {
  position: relative;
}
.c-part10__heading {
  position: relative;
  max-width: 480px;
  margin-right: 40px;
  padding: 23px 40px 24px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-part10__heading {
    padding: 15px 20px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part10__heading {
    margin-right: 20px;
  }
}
.c-part10__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 197px);
  min-height: 86px;
  background-color: #0c2152;
}
@media only screen and (max-width: 767px) {
  .c-part10__heading::before {
    height: calc(100% + 219px);
    min-height: 70px;
  }
}
.c-part10__title {
  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;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-part10__title {
    -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-part10__title small {
  display: inline-block;
  margin: 5px 0 3px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-part10__title small {
    margin: 0;
    font-size: 1.6rem;
  }
}
.c-part10__content {
  position: relative;
  margin-left: 40px;
  padding: 82px 40px 80px;
  background-color: #faf9f7;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-part10__content {
    margin-right: 4px;
    padding: 66px 40px 64px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part10__content {
    margin-left: 20px;
    margin-right: 0;
    padding: 57px 24px 56px;
  }
}
.c-part10__contentinner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.c-part10__subtitle {
  color: #0c2152;
  font-size: 4.7rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .c-part10__subtitle {
    font-size: 3.4rem;
    line-height: 1.41;
  }
}
.c-part10__subtext {
  margin-top: 7px;
  color: #0c2152;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-part10__subtext {
    margin-top: 6px;
    font-size: 1.8rem;
    letter-spacing: -0.025em;
  }
}
.c-part10__text {
  margin: -3px 0;
}
.c-part10__text p + p {
  margin-top: 27px;
}
.c-part10__block01 {
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .c-part10__block01 {
    margin-top: 57px;
  }
}
.c-part10__block02 {
  margin-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .c-part10__block02 {
    margin-top: 56px;
  }
}
.c-part10__block02 > .c-part10__text {
  margin-top: 37px;
}
.c-part10__block02 .c-group4 {
  margin-top: 41px;
}
.c-part10__block03 {
  margin-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .c-part10__block03 {
    margin-top: 56px;
  }
}
.c-part10__block03 > .c-part10__text {
  margin-top: 37px;
}
.c-part10__block03 .c-thumbgroup1 {
  margin-top: 81px;
}
@media only screen and (max-width: 1023px) {
  .c-part10__block03 .c-thumbgroup1 {
    margin-top: 57px;
  }
}
.c-part11__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 50px;
  padding: 9px 20px 10px;
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ff8910;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 374px) {
  .c-part11__title {
    min-height: 46px;
    padding: 9px 14px 10px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-part11__title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 24px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.c-part11__content {
  margin-top: 20px;
}
.c-part11__wrap {
  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-part11__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;
  }
}
.c-part11__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48.0263157895%;
}
@media only screen and (max-width: 767px) {
  .c-part11__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
  }
}
.c-part11__thumb {
  position: relative;
  width: 100%;
  background-color: #ccc;
  overflow: hidden;
}
.c-part11__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 72.602739726%;
}
@media only screen and (max-width: 767px) {
  .c-part11__thumb::before {
    padding-top: 72.6351351351%;
  }
}
.c-part11__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-part11__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 51.9736842105%;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  .c-part11__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 16px;
    padding-left: 0;
  }
}
.c-part11__text {
  margin: -3px 0 -2px;
}
.c-part12 {
  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-part12 {
    -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-part12__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30.6547619048%;
  min-width: 309px;
}
@media only screen and (max-width: 1023px) {
  .c-part12__left {
    order: 2;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    min-width: unset;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part12__left {
    margin-top: 16px;
  }
}
.c-part12__thumb {
  position: relative;
  width: 100%;
  background-color: #ccc;
  overflow: hidden;
}
.c-part12__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75.0809061489%;
}
@media only screen and (max-width: 1023px) {
  .c-part12__thumb::before {
    padding-top: 75%;
  }
}
.c-part12__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-part12__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 69.3452380952%;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-part12__right {
    order: 1;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding-left: 0;
  }
}
.c-part12__title {
  margin-top: 13px;
}
@media only screen and (max-width: 1023px) {
  .c-part12__title {
    margin-top: 1px;
  }
}
.c-part12__content {
  margin: 21px 0 -2px;
}
@media only screen and (max-width: 767px) {
  .c-part12__content {
    margin: 13px 0 -2px;
  }
}
/*------------------------------------------------------------
    Particle
------------------------------------------------------------*/
.c-particle1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-particle1__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 50%;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .c-particle1__left {
    padding-right: 24px;
  }
}
@media only screen and (max-width: 374px) {
  .c-particle1__left {
    width: 100%;
    padding-right: 0;
  }
}
.c-particle1__group1 {
  position: relative;
  -webkit-transform: translateX(-48px);
  transform: translateX(-48px);
  width: 248px;
  height: 228px;
}
@media only screen and (max-width: 1023px) {
  .c-particle1__group1 {
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    width: 276px;
    height: 253px;
  }
}
@media only screen and (max-width: 767px) {
  .c-particle1__group1 {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    width: 138px;
    height: 127px;
  }
}
.c-particle1__group1 .c-cube1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 19.3548387097%;
  max-width: 48px;
}
@media only screen and (max-width: 1023px) {
  .c-particle1__group1 .c-cube1 {
    width: 19.2028985507%;
    max-width: 53px;
  }
}
@media only screen and (max-width: 767px) {
  .c-particle1__group1 .c-cube1 {
    width: 19.5652173913%;
    max-width: 27px;
  }
}
.c-particle1__group1 .c-thumb--round {
  position: absolute;
  top: 0;
  right: 0;
  width: 80.6451612903%;
  max-width: 200px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-particle1__group1 .c-thumb--round {
    width: 80.4347826087%;
    max-width: 222px;
  }
}
@media only screen and (max-width: 767px) {
  .c-particle1__group1 .c-thumb--round {
    width: 80.4347826087%;
    max-width: 111px;
  }
}
.c-particle1__right {
  width: 50%;
  margin-top: 140px;
}
.c-particle1__right .c-thumb--round {
  max-width: 600px;
  margin-right: auto;
}
/*------------------------------------------------------------
    Phone
------------------------------------------------------------*/
.c-phone1 {
  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: 767px) {
  .c-phone1 {
    -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-phone1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 208px;
  padding-right: 12px;
}
@media only screen and (max-width: 767px) {
  .c-phone1__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: min(192px, 100%);
    padding-right: 0;
    padding-bottom: 12px;
  }
}
.c-phone1__btn {
  display: inline-block;
  position: relative;
  margin-top: 4px;
  padding-left: 30px;
  color: #0c2152;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-phone1__btn {
    margin-top: 0;
  }
}
.c-phone1__btn::before {
  content: "\e910";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  color: #0c2152;
  font-family: "icomoon";
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
}
.c-phone1__btn + .c-text1 {
  margin: -1px 0 1px;
}
.c-phone1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 16px;
  border-left: 4px solid #ebecf0;
}
@media only screen and (max-width: 767px) {
  .c-phone1__right {
    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: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding-left: 0;
    padding-top: 12px;
    border-left: none;
    border-top: 4px solid #ebecf0;
  }
}
/*------------------------------------------------------------
    Point
------------------------------------------------------------*/
.c-point1 {
  position: relative;
  padding-left: 23px;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-point1::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 6px;
  height: 6px;
  background-color: #ffae00;
}
.c-point2 {
  position: relative;
  padding-left: 17px;
  color: #0c2152;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.015em;
}
.c-point2::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 4px;
  width: 7px;
  height: 7px;
  background-color: #0c2152;
  border-radius: 50%;
}
.c-point3 {
  position: relative;
  padding-left: 23px;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-point3::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 4px;
  width: 6px;
  height: 6px;
  background-color: #ffae00;
}
/*------------------------------------------------------------
    Progress
------------------------------------------------------------*/
.c-progress1 {
  position: relative;
  top: unset;
  left: unset;
  width: 100%;
  height: 4px;
  background-color: #f7f8fa;
  overflow: hidden;
}
.c-progress1__bar {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #6c6f7f;
  -webkittransform-origin: left top;
  transform-origin: left top;
}
/*------------------------------------------------------------
    Radio
------------------------------------------------------------*/
.c-radio__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-radio__group .mwform-radio-field.vertical-item + .mwform-radio-field.vertical-item {
  margin-top: 15px;
}
.c-radio__group--horizontal {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -16px -8px 0;
}
.c-radio__group--horizontal .mwform-radio-field.horizontal-item + .mwform-radio-field.horizontal-item {
  margin-left: 0;
}
.c-radio__group--horizontal .mwform-radio-field.horizontal-item {
  margin: 0 16px 8px 0;
}
.mwform-radio-field label {
  position: relative;
}
.mwform-radio-field label .mwform-radio-field-text {
  position: relative;
}
.mwform-radio-field label input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: transparent;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
}
.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text::before {
  background-color: #ff8910;
}
.mwform-radio-field label .mwform-radio-field-text {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.mwform-radio-field label .mwform-radio-field-text::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ebecf0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mwform-radio-field label .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 6px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Select
------------------------------------------------------------*/
.c-select1__outer {
  display: inline-block;
  position: relative;
  width: 160px;
}
.c-select1__outer::after {
  content: "\e906";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ff8910;
  font-family: "icomoon";
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
}
.c-select1 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  padding: 7px 25px 8px 11px;
  background-color: #fff;
  border: 1px solid #f2ede1;
  border-radius: 0;
  color: #6c6f7f;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.015em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-select1 option {
  color: #1a1a1a;
}
.c-select1.is-selected {
  color: #1a1a1a;
}
.c-select2__outer {
  display: inline-block;
  position: relative;
}
.c-select2__outer--normal {
  width: min(234px, 100%);
}
.c-select2__outer::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 8px;
  background-color: #333;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  pointer-events: none;
}
.c-select2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 56px;
  padding: 8px 22px 10px 15px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 2px;
  color: #b3b3b3;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-select2.is-selected {
  color: #1a1a1a;
}
.c-select2 option {
  color: #1a1a1a;
}
/*------------------------------------------------------------
    Single
------------------------------------------------------------*/
.c-single1__title {
  color: #0c2152;
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .c-single1__title {
    font-size: 3.4rem;
    line-height: 1.41;
  }
}
.c-single1__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: calc(100% + 8px);
  margin: 20px -8px -6px 0;
}
.c-single1__basis .c-tag4 {
  margin: 0 8px 6px 0;
}
.c-single1__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px 4px 0;
  padding: 2px 9px 2px 8px;
  background-color: #f7f5f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-single1__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 100%;
  padding: 1px 8px 2px 9px;
}
.c-single1__tagitem + .c-single1__tagitem::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: calc(100% - 9px);
  background-color: #b5ac96;
}
.c-single1__tagitem:first-child {
  padding-left: 0;
}
.c-single1__tagitem:last-child {
  padding-right: 0;
}
.c-single1__tag {
  display: inline-block;
  max-width: 100%;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.333;
  letter-spacing: -0.025em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-single1__description {
  margin: 18px 0 -2px;
}
.c-single1__description p + p {
  margin-top: 22px;
}
.c-single1__body {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .c-single1__body {
    margin-top: 43px;
  }
}
.c-single1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -20px -40px;
}
@media only screen and (max-width: 1023px) {
  .c-single1__list {
    margin: 0 -10px -20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-single1__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.c-single1__item {
  position: absolute;
  width: calc(50% - 40px);
  margin: 0 20px 40px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-single1__item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-single1__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-single1__item + .c-single1__item {
    margin-top: 16px;
  }
}
.c-single1__item--full {
  width: calc(100% - 40px);
  margin: 0 20px 40px;
}
@media only screen and (max-width: 1023px) {
  .c-single1__item--full {
    width: calc(100% - 20px);
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-single1__item--full {
    width: 100%;
    margin: 0;
  }
}
.c-single1__thumb {
  position: relative;
  width: 100%;
}
.c-single1__thumb img {
  width: 100%;
}
.c-single1__footer {
  position: relative;
  width: 100%;
  margin-top: 80px;
  padding-top: 56px;
  border-top: 4px solid #f7f5f0;
}
@media only screen and (max-width: 1023px) {
  .c-single1__footer {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-single1__footer {
    padding-top: 43px;
  }
}
.c-single1__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -1px 0;
}
.c-single2__title {
  color: #0c2152;
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .c-single2__title {
    font-size: 3.4rem;
    line-height: 1.41;
  }
}
.c-single2__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}
.c-single2__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 8px -4px 0;
}
.c-single2__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0 4px 4px 0;
}
.c-single2__datetime {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 2px 0;
  color: #6c6f7f;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-single2__body {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .c-single2__body {
    margin-top: 43px;
  }
}
.c-single2__thumb {
  position: relative;
  width: 100%;
}
.c-single2__thumb img {
  width: 100%;
}
.c-single2__thumb + .c-single2__content {
  margin-top: 37px;
}
.c-single2__content {
  margin-bottom: -2px;
}
.c-single2__footer {
  position: relative;
  width: 100%;
  margin-top: 80px;
  padding-top: 56px;
  border-top: 4px solid #f7f5f0;
}
@media only screen and (max-width: 1023px) {
  .c-single2__footer {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-single2__footer {
    padding-top: 43px;
  }
}
.c-single2__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -1px 0;
}
.c-single3 {
  position: relative;
  width: 100%;
  padding: 56px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-single3 {
    padding: 40px 40px 38px;
  }
}
@media only screen and (max-width: 767px) {
  .c-single3 {
    padding: 20px 20px 18px;
  }
}
.c-single3__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) {
  .c-single3__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;
  }
}
.c-single3__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 47.5862068966%;
}
@media only screen and (max-width: 1023px) {
  .c-single3__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
  }
}
.c-single3__thumb {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.c-single3__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 72.4637681159%;
}
@media only screen and (max-width: 1023px) {
  .c-single3__thumb::before {
    padding-top: 55.5555555556%;
  }
}
@media only screen and (max-width: 767px) {
  .c-single3__thumb::before {
    padding-top: 72.2222222222%;
  }
}
.c-single3__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-single3__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 52.4137931034%;
  padding-left: 56px;
}
@media only screen and (max-width: 1023px) {
  .c-single3__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 21px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-single3__right {
    margin-top: 20px;
  }
}
.c-single3__heading {
  position: relative;
  width: 100%;
  margin-top: 5px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ffae00;
}
@media only screen and (max-width: 767px) {
  .c-single3__heading {
    padding-bottom: 24px;
  }
}
.c-single3__title {
  color: #0c2152;
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .c-single3__title {
    font-size: 2.6rem;
  }
}
.c-single3__content {
  width: 100%;
  margin-top: 29px;
}
@media only screen and (max-width: 767px) {
  .c-single3__content {
    margin-top: 24px;
  }
}
.c-single3__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-single3__tag {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 4px 12px 3px 0;
}
@media only screen and (max-width: 767px) {
  .c-single3__tag {
    margin: 2px 12px 2px 0;
  }
}
.c-single3__name {
  color: #0c2152;
  font-size: 3.7rem;
  font-weight: 800;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-single3__name {
    font-size: 2.6rem;
    line-height: 1.307;
  }
}
.c-single3__year {
  margin-top: 4px;
  color: #6c6f7f;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-single3__year {
    margin-top: -2px;
  }
}
.c-single3__row + .c-single3__row {
  margin-top: 81px;
}
@media only screen and (max-width: 767px) {
  .c-single3__row + .c-single3__row {
    margin-top: 65px;
  }
}
.c-single3__description {
  margin: 22px 0 -2px;
}
.c-single3__img {
  position: relative;
  width: 100%;
  margin-top: 24px;
  border-radius: 8px;
  overflow: hidden;
}
.c-single3__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.5%;
}
.c-single3__img 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-single3__footer {
  margin-top: 128px;
}
@media only screen and (max-width: 767px) {
  .c-single3__footer {
    margin-top: 64px;
  }
}
.c-single3__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -1px 0;
}
/*------------------------------------------------------------
    Slider
------------------------------------------------------------*/
.c-slider1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -4px;
}
.c-slider1__btn {
  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;
  margin: 0 4px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #f2ede1;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-slider1__btn::before {
  content: "\e904";
  display: inline-block;
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.8rem;
  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 (min-width: 1023px) {
  .c-slider1__btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #ff8910;
  }
  .c-slider1__btn:hover::before {
    color: #fff;
  }
}
.c-slider1__btn.is-active {
  background-color: #ff8910;
  pointer-events: none;
}
.c-slider1__btn.is-active::before {
  color: #fff;
}
.c-slider1__btn--prev::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-slider2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -4px;
}
.c-slider2__btn {
  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;
  margin: 0 4px;
  padding: 8px;
  background-color: #f7f8fa;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-slider2__btn::before {
  content: "\e904";
  display: inline-block;
  color: #ff8910;
  font-family: "icomoon";
  font-size: 1.8rem;
  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 (min-width: 1023px) {
  .c-slider2__btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #ff8910;
  }
  .c-slider2__btn:hover::before {
    color: #fff;
  }
}
.c-slider2__btn.is-active {
  background-color: #ff8910;
  pointer-events: none;
}
.c-slider2__btn.is-active::before {
  color: #fff;
}
.c-slider2__btn--prev::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*------------------------------------------------------------
    Sound
------------------------------------------------------------*/
.c-sound1 {
  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: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-sound1 {
    width: 40px;
    height: 40px;
    padding: 6px;
  }
}
.c-sound1 .icon-turn-off {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
}
/*------------------------------------------------------------
    Tab
------------------------------------------------------------*/
.c-tab1 {
  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;
}
@media only screen and (max-width: 1023px) {
  .c-tab1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -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 -8px;
  }
}
@media only screen and (max-width: 767px) {
  .c-tab1 {
    margin: 0 -2px -8px;
  }
}
.c-tab1__item {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-tab1__item {
    width: calc(33.3333333333% - 8px);
    max-width: 192px;
    margin: 0 4px 8px;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .c-tab1__item {
    width: calc(33.3333333333% - 4px);
    max-width: unset;
    margin: 0 2px 8px;
  }
}
.c-tab1__item + .c-tab1__item {
  margin-top: 8px;
}
@media only screen and (max-width: 1023px) {
  .c-tab1__item + .c-tab1__item {
    margin-top: 0;
  }
}
.c-tab1__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 64px;
  padding: 18px 11px;
  background-color: transparent;
  border: 1px solid #cfd1d7;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0c2152;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .c-tab1__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-tab1__link {
    padding: 11px 11px 12px;
    font-size: 1.5rem;
  }
}
.c-tab1__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 16px;
  background-color: #ff8910;
  opacity: 0;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-tab1__link::after {
    top: calc(100% + 1px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}
@media only screen and (min-width: 1023px) {
  .c-tab1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #ff8910;
    border-color: #ff8910;
    color: #fff;
  }
  .c-tab1__link:hover::after {
    opacity: 1;
  }
}
.c-tab1__link.is-active {
  background-color: #ff8910;
  border-color: #ff8910;
  pointer-events: none;
  color: #fff;
}
.c-tab1__link.is-active::after {
  opacity: 1;
}
/*------------------------------------------------------------
    Table
------------------------------------------------------------*/
.c-table1 {
  width: 100%;
  border-collapse: collapse;
}
.c-table1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  vertical-align: top;
  width: 100%;
  padding: 29px 0 30px;
  border-bottom: 2px solid #faf9f7;
}
@media only screen and (max-width: 1023px) {
  .c-table1__row {
    padding: 21px 0 22px;
  }
}
.c-table1__row:first-child {
  padding-top: 0;
}
.c-table1__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 148px;
  padding-right: 20px;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table1__field {
    width: 100px;
  }
}
.c-table1__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 148px);
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-table1__content {
    width: calc(100% - 100px);
  }
}
.c-table1__part {
  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-table1__part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-table1__part + .c-table1__part {
  margin-top: 19px;
}
.c-table1__partleft {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 93px;
}
@media only screen and (max-width: 767px) {
  .c-table1__partleft {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
  }
}
.c-table1__name {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-table1__partright {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 93px);
}
@media only screen and (max-width: 767px) {
  .c-table1__partright {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: -1px;
  }
}
.c-table1__partright .c-btnmap {
  margin: 10px 0 2px;
}
.c-table2 {
  display: block;
  position: relative;
  width: 100%;
  padding: 13px 20px 14px;
  background-color: #fdfdfc;
  border-collapse: collapse;
  border-top: 1px solid #f2ede1;
  border-bottom: 1px solid #f2ede1;
}
.c-table2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 116px;
  width: 1px;
  height: 100%;
  background-color: #f2ede1;
}
.c-table2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
}
.c-table2__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 96px;
  padding-right: 20px;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.015em;
  text-align: left;
}
.c-table2__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 96px);
  padding-left: 20px;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-table3 {
  width: 100%;
  border-collapse: collapse;
}
.c-table3__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  vertical-align: top;
  width: 100%;
  padding: 21px 40px 22px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-table3__row {
    -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;
    padding: 9px 20px 10px;
  }
}
.c-table3__row + .c-table3__row {
  margin-top: 2px;
}
.c-table3__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
  padding-right: 20px;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table3__field {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
  }
}
.c-table3__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 120px);
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-table3__content {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 3px;
  }
}
.c-table3__content .c-phone1 {
  margin: 22px 0 2px;
}
.c-table4 {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #e8e9ed;
  border-radius: 4px;
  border-collapse: collapse;
  overflow: hidden;
}
.c-table4__body {
  display: block;
  position: relative;
  width: 100%;
}
.c-table4__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: top;
  width: 100%;
  border-top: 1px solid #e8e9ed;
}
.c-table4__row:first-child {
  border-top: none;
}
.c-table4__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 158px;
  padding: 21px 20px 22px;
  background-color: #fff;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table4__field {
    width: 104px;
  }
}
.c-table4__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 158px);
  padding: 21px 20px 22px;
  background-color: #fff;
  border-left: 1px solid #e8e9ed;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-table4__content {
    width: calc(100% - 104px);
  }
}
.c-table5 {
  width: 100%;
  border-collapse: collapse;
}
.c-table5__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  vertical-align: top;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-table5__row {
    -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-table5__row + .c-table5__row {
  margin-top: 2px;
}
.c-table5__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 158px;
  padding: 21px 20px 22px;
  background-color: #ebecf0;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table5__field {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding: 5px 20px 6px;
  }
}
.c-table5__listbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px -8px 0;
}
@media only screen and (max-width: 767px) {
  .c-table5__listbtn {
    -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;
  }
}
.c-table5__itembtn {
  margin: 0 8px 8px 0;
}
@media only screen and (max-width: 767px) {
  .c-table5__itembtn {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-table5__itembtn + .c-table5__itembtn {
    margin-top: 8px;
  }
}
.c-table5__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 158px);
  padding: 21px 20px 22px;
  background-color: #fff;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-table5__content {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
  }
}
.c-table5__content .c-flow1 {
  margin: 3px 0 2px;
}
.c-table5__content p + .c-table5__listbtn {
  margin: 22px 0 -6px;
}
@media only screen and (max-width: 767px) {
  .c-table5__content p + .c-table5__listbtn {
    margin: 22px 0 2px;
  }
}
.c-table5__content .c-link3 {
  margin-top: 19px;
}
@media only screen and (max-width: 767px) {
  .c-table5__content .c-link3 {
    margin-top: 21px;
  }
}
.c-table5__content .c-phone1 {
  margin-top: 22px;
}
.c-table5__content .c-phone1 + .c-table5__listbtn {
  margin: 20px 0 -6px;
}
@media only screen and (max-width: 767px) {
  .c-table5__content .c-phone1 + .c-table5__listbtn {
    width: 100%;
    margin: 20px 0 2px;
  }
}
/*------------------------------------------------------------
    Tag
------------------------------------------------------------*/
.c-tag1 {
  display: inline-block;
  min-width: 104px;
  max-width: 100%;
  padding: 1px 7px 2px;
  background-color: transparent;
  border: 1px solid #ff8910;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ff8910;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.015em;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-tag2 {
  display: inline-block;
  max-width: 100%;
  padding: 1px 8px 3px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0c2152;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.025em;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-tag3 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 5px 8px 6px;
  background-color: #f2ede1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0c2152;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.015em;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-tag4 {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 2px 7px 3px;
  background-color: #fff;
  border: 1px solid #f2ede1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.333;
  letter-spacing: -0.025em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-tag5 {
  display: inline-block;
  max-width: 100%;
  padding: 3px 8px 5px;
  background-color: #f7f5f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0c2152;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.025em;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 1023px) {
  .c-tag5:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #ff8910;
    color: #fff;
  }
}
.c-tag5--big {
  padding: 3px 8px 4px;
  font-size: 1.5rem;
  line-height: 1.333;
}
.c-tag6 {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 2px 8px 4px;
  background-color: #ebecf0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0c2152;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.333;
  letter-spacing: -0.015em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-text1 {
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-text1--white {
  color: #fff;
}
.c-text1--blue {
  color: #0c2152;
}
.c-text1--style1 {
  line-height: 1.5;
}
.c-text1--style2 {
  line-height: 2;
}
.c-text2 {
  color: #0c2152;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-text2 {
    font-size: 1.8rem;
  }
}
/*------------------------------------------------------------
    Timeline
------------------------------------------------------------*/
.c-timeline1__row {
  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-timeline1__row {
    -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-timeline1__row::before {
  content: none;
  position: absolute;
  top: 0;
  left: 9px;
  width: 4px;
  height: 100%;
  background-color: #f2ede1;
}
@media only screen and (max-width: 767px) {
  .c-timeline1__row::before {
    content: "";
  }
}
@media only screen and (max-width: 767px) {
  .c-timeline1__row:first-child::before {
    top: 3px;
    height: calc(100% - 3px);
  }
}
.c-timeline1__row:first-child .c-timeline1__content::before {
  top: 16px;
  height: calc(100% - 16px);
}
@media only screen and (max-width: 767px) {
  .c-timeline1__row:last-child::before {
    height: calc(100% - 2px);
  }
}
.c-timeline1__row:last-child .c-timeline1__content::before {
  height: calc(100% - 16px);
}
@media only screen and (max-width: 767px) {
  .c-timeline1__row + .c-timeline1__row {
    padding-top: 27px;
  }
}
.c-timeline1__datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 135px;
  padding: 13px 33px 14px 0;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-timeline1__datetime {
    width: 128px;
    padding: 0 0 0 26px;
  }
}
.c-timeline1__datetime::after {
  content: "";
  position: absolute;
  top: 21px;
  right: -8px;
  width: 12px;
  height: 12px;
  border: 1px solid #faf9f7;
  background-color: #ffae00;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-timeline1__datetime::after {
    top: 8px;
    right: unset;
    left: 5px;
  }
}
.c-timeline1__year {
  text-align: left;
}
.c-timeline1__month {
  text-align: right;
}
.c-timeline1__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: calc(100% - 135px);
  padding: 13px 0 14px 37px;
}
@media only screen and (max-width: 767px) {
  .c-timeline1__content {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: -1px;
    padding: 0 0 0 26px;
  }
}
.c-timeline1__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #f2ede1;
}
@media only screen and (max-width: 767px) {
  .c-timeline1__content::before {
    content: none;
  }
}
/*------------------------------------------------------------
    Thumbgroup
------------------------------------------------------------*/
.c-thumbgroup1 {
  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: 0 -10px -24px;
}
@media only screen and (max-width: 767px) {
  .c-thumbgroup1 {
    -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: 0;
  }
}
.c-thumbgroup1__item {
  width: calc(50% - 20px);
  margin: 0 10px 24px;
}
@media only screen and (max-width: 767px) {
  .c-thumbgroup1__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-thumbgroup1__item + .c-thumbgroup1__item {
    margin-top: 8px;
  }
}
.c-thumbgroup1__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumbgroup1__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75.1020408163%;
}
@media only screen and (max-width: 1023px) {
  .c-thumbgroup1__thumb::before {
    padding-top: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .c-thumbgroup1__thumb::before {
    padding-top: 75.3521126761%;
  }
}
.c-thumbgroup1__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;
}
/*------------------------------------------------------------
    Thumbnail
------------------------------------------------------------*/
.c-thumb--round {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumb--round::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-thumb--round 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-thumb1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumb1::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.c-thumb1 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-thumb2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumb2::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 65.4166666667%;
}
@media only screen and (max-width: 1023px) {
  .c-thumb2::before {
    padding-top: 65.4255319149%;
  }
}
@media only screen and (max-width: 767px) {
  .c-thumb2::before {
    padding-top: 65.4929577465%;
  }
}
.c-thumb2 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-thumb3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumb3::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 83.3333333333%;
}
@media only screen and (max-width: 767px) {
  .c-thumb3::before {
    padding-top: 83.0985915493%;
  }
}
.c-thumb3 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;
}
/*------------------------------------------------------------
    Title
------------------------------------------------------------*/
.c-title1 {
  position: relative;
}
.c-title1::before {
  content: "\e905";
  display: inline-block;
  position: absolute;
  top: -13px;
  left: -16px;
  z-index: -1;
  color: #ffae00;
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}
.c-title1--big::before {
  color: #ff8910;
}
.c-title1--big .c-title1__en {
  font-size: 4.5rem;
  line-height: 1.22;
}
.c-title1--big .c-title1__ja {
  margin-top: 2px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.c-title1__en {
  display: block;
  color: #0c2152;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.15;
}
.c-title1__ja {
  display: block;
  color: #6c6f7f;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.015em;
}
.c-title2 {
  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;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-title2 {
    -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-title2::before {
  content: "\e905";
  display: inline-block;
  position: absolute;
  top: -14px;
  left: -16px;
  z-index: -1;
  color: #ffae00;
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}
.c-title2__en {
  margin-right: 8px;
  color: #0c2152;
  font-size: 3.7rem;
  font-weight: 800;
  line-height: 1.16;
}
@media only screen and (max-width: 767px) {
  .c-title2__en {
    display: block;
    margin-right: 0;
  }
}
.c-title2__ja {
  position: relative;
  margin: 4px 0 8px;
  padding-left: 48px;
  color: #6c6f7f;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-title2__ja {
    display: block;
    margin: 1px 0 0;
    padding-left: 0;
  }
}
.c-title2__ja::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #6c6f7f;
}
@media only screen and (max-width: 767px) {
  .c-title2__ja::before {
    content: none;
  }
}
.c-title2__sub {
  margin-top: 58px;
  color: #0c2152;
  font-size: 3.7rem;
  font-weight: 400;
  line-height: 1.41;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .c-title2__sub {
    margin-top: 41px;
    font-size: 3.4rem;
  }
}
.c-title2__sub--big {
  margin-top: 59px;
  font-size: 4.7rem;
}
@media only screen and (max-width: 767px) {
  .c-title2__sub--big {
    margin-top: 41px;
    font-size: 3.4rem;
  }
}
.c-title3 {
  color: #0c2152;
  font-size: 3.7rem;
  font-weight: 400;
  line-height: 1.41;
  letter-spacing: 0.02em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title3 {
    font-size: 3.4rem;
    line-height: 1.62;
  }
}
.c-title3--white {
  color: #fff;
}
.c-title4 {
  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;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .c-title4 {
    -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-title4::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ffae00;
  z-index: -1;
}
.c-title4__en {
  margin-right: 8px;
  color: #0c2152;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.15;
}
@media only screen and (max-width: 767px) {
  .c-title4__en {
    margin-right: 0;
  }
}
.c-title4__ja {
  position: relative;
  padding-left: 48px;
  color: #6c6f7f;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-title4__ja {
    margin-top: 1px;
    padding-left: 0;
  }
}
.c-title4__ja::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #6c6f7f;
}
@media only screen and (max-width: 767px) {
  .c-title4__ja::before {
    content: none;
  }
}
.c-title4__sub {
  color: #0c2152;
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1.41;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .c-title4__sub {
    font-size: 3.4rem;
    font-weight: 400;
  }
}
.c-title4__sub--big {
  font-size: 4.7rem;
}
@media only screen and (max-width: 767px) {
  .c-title4__sub--big {
    font-size: 3.4rem;
  }
}
.c-title5 {
  color: #0c2152;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-title6 {
  position: relative;
  width: 100%;
  padding: 8px 20px 9px 28px;
  background-color: #f7f5f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0c2152;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.c-title6::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 16px;
  height: 4px;
  background-color: #ffae00;
}
.c-title7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-title7 {
    -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-title7--vertical {
  -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;
}
@media only screen and (max-width: 1023px) {
  .c-title7--vertical {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1023px) {
  .c-title7--vertical .c-title7__en {
    margin-right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  .c-title7--vertical .c-title7__ja {
    margin: 8px 0 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-title7--vertical .c-title7__ja {
    margin: 6px 0 0;
  }
}
.c-title7--white .c-title7__en {
  color: #fff;
}
.c-title7--white .c-title7__ja {
  color: #fff;
}
.c-title7__en {
  margin-right: 24px;
  color: #6c6f7f;
  font-size: 6.5rem;
  font-weight: 800;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-title7__en {
    margin-right: 0;
    font-size: 4.5rem;
    text-align: center;
  }
}
.c-title7__ja {
  margin: 8px 0;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-title7__ja {
    margin: 6px 0 0;
    text-align: center;
  }
}
.c-title7__sub {
  margin-top: 9px;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-title7__sub {
    margin-top: 17px;
    text-align: center;
  }
}
.c-title8 {
  color: #0c2152;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-title8 {
    text-align: center;
  }
}
.c-title8__sub {
  margin-top: 9px;
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-title8__sub {
    text-align: center;
  }
}
.c-title9 {
  min-height: 31px;
  color: #0c2152;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-title9 {
    min-height: unset;
    font-size: 1.8rem;
  }
}
.c-title10 {
  position: relative;
  width: 100%;
  padding-bottom: 21px;
  color: #0c2152;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.015em;
}
.c-title10::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #6c6f7f;
  border-radius: 4px;
}
.c-title11 {
  color: #fff;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 767px) {
  .c-title11 {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 374px) {
  .c-title11 {
    font-size: 2.2rem;
  }
}
.c-title11 span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 62px;
  padding: 9px 16px;
  background-color: #0c2152;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-title11 span {
    min-height: 53px;
    padding: 7px 16px 8px;
  }
}
@media only screen and (max-width: 374px) {
  .c-title11 span {
    min-height: 46px;
    padding: 6px 12px 7px;
  }
}
.c-title11 span + span {
  margin-top: 4px;
}
@media only screen and (max-width: 1023px) {
  .c-title11--style1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-title11--style1 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 374px) {
  .c-title11--style1 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .c-title11--style1 span {
    min-height: 61px;
  }
}
@media only screen and (max-width: 767px) {
  .c-title11--style1 span {
    min-height: 53px;
  }
}
@media only screen and (max-width: 374px) {
  .c-title11--style1 span {
    min-height: 46px;
  }
}
.c-title12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 60px;
  padding-top: 25px;
  border-top: 4px solid #f2ede1;
  color: #0c2152;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.015em;
}
.c-title12::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
}
.c-title12::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #ffae00;
  z-index: 1;
}
.c-title13 {
  position: relative;
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #cfd1d7;
  color: #0c2152;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
@media only screen and (max-width: 767px) {
  .c-title13 {
    padding-bottom: 17px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    CSS of Top page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Newsblog section
------------------------------------------------------------*/
.top-newsblog {
  position: relative;
  padding: 117px 0 0;
}
@media only screen and (max-width: 1023px) {
  .top-newsblog {
    padding: 65px 0 0;
  }
}
.top-newsblog::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: max(560px, 38.8888888889%);
  height: 280px;
  background-color: #faf9f7;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .top-newsblog::before {
    width: max(451px, 56.375%);
    height: 226px;
  }
}
@media only screen and (max-width: 767px) {
  .top-newsblog::before {
    width: max(160px, 40%);
    height: 80px;
  }
}
.top-newsblog__block {
  position: relative;
  width: 100%;
  padding: 93px 0 41px;
}
@media only screen and (max-width: 1023px) {
  .top-newsblog__block {
    padding: 53px 0 41px;
  }
}
.top-newsblog__block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f2ede1;
}
.top-newsblog__block:first-child {
  padding-top: 0;
}
.top-newsblog__block:last-child {
  padding-bottom: 0;
}
.top-newsblog__block:last-child::after {
  content: none;
}
.top-newsblog__wrap {
  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) {
  .top-newsblog__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-newsblog__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 320px;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .top-newsblog__left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    padding-right: 0;
  }
}
.top-newsblog__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 320px);
}
@media only screen and (max-width: 1023px) {
  .top-newsblog__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 20px;
  }
}
.top-newsblog__listpost {
  margin-top: 3px;
}
.top-newsblog__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 39px;
}
@media only screen and (max-width: 767px) {
  .top-newsblog__btn {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Business section
------------------------------------------------------------*/
.top-business {
  position: relative;
  padding: 120px 0 0;
}
@media only screen and (max-width: 1023px) {
  .top-business {
    padding: 60px 0 0;
  }
}
.top-business::before {
  content: "";
  position: absolute;
  top: 621px;
  left: 0;
  width: 100%;
  height: 960px;
  background-color: #faf9f7;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .top-business::before {
    top: 520px;
    height: 534px;
  }
}
@media only screen and (max-width: 767px) {
  .top-business::before {
    top: 404px;
    height: 267px;
  }
}
.top-business::after {
  content: "";
  position: absolute;
  top: 1581px;
  left: 0;
  width: 100%;
  height: calc(100% - 1581px);
  background-color: #faf9f7;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .top-business::after {
    top: 1054px;
    height: calc(100% - 1054px);
  }
}
@media only screen and (max-width: 767px) {
  .top-business::after {
    top: 671px;
    height: calc(100% - 671px);
  }
}
.top-business__wrap {
  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;
  position: relative;
  margin-top: -88px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-business__wrap {
    margin-top: -173px;
  }
}
@media only screen and (max-width: 767px) {
  .top-business__wrap {
    margin-top: -47px;
  }
}
.top-business__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 50%;
  min-width: 522px;
  margin-top: 237px;
  padding-right: 40px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-business__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    min-width: unset;
    margin-top: 256px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-business__left {
    margin-top: 129px;
  }
}
.top-business__leftinner {
  max-width: 480px;
}
@media only screen and (max-width: 1023px) {
  .top-business__leftinner {
    max-width: unset;
  }
}
.top-business__right {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .top-business__right {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-business__right {
    max-width: 260px;
  }
}
@media only screen and (max-width: 374px) {
  .top-business__right {
    width: min(50%, 100% - 167px);
  }
}
.top-business__description {
  margin: 23px 0 -2px;
}
@media only screen and (max-width: 767px) {
  .top-business__description {
    margin: 22px 0 -2px;
  }
}
.top-business__inner2 {
  margin-left: max(0px, max(0px, 100% - 1200px) / 2 - 56px);
  padding-left: 56px;
}
@media only screen and (max-width: 1023px) {
  .top-business__inner2 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-business__inner2 {
    padding-left: 24px;
  }
}
.top-business__slider {
  margin-top: 120px;
}
@media only screen and (max-width: 1023px) {
  .top-business__slider {
    margin-top: 40px;
  }
}
.top-business__slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.top-business__slide {
  width: 256px;
  height: auto;
}
.top-business__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .top-business__btn {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Works section
------------------------------------------------------------*/
.top-works {
  position: relative;
  padding: 254px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .top-works {
    padding: 134px 0 0;
  }
}
.top-works::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #faf9f7;
  z-index: -1;
}
.top-works__description {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .top-works__description {
    margin-top: 37px;
  }
}
.top-works__body {
  position: relative;
  margin-top: 54px;
}
@media only screen and (max-width: 1023px) {
  .top-works__body {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .top-works__body {
    margin-top: 38px;
  }
}
.top-works__main {
  position: relative;
  height: 595px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .top-works__main {
    height: 315px;
  }
}
.top-works__slider {
  -webkit-transform: translateX(max(-414px, calc((100vw - 240px) / 2 * -1 + 122px)));
  transform: translateX(max(-414px, calc((100vw - 240px) / 2 * -1 + 122px)));
  max-width: 373px;
  overflow: visible !important;
}
@media only screen and (max-width: 767px) {
  .top-works__slider {
    -webkit-transform: translateX(calc((100vw - 48px) / 2 * -1 + 93px));
    transform: translateX(calc((100vw - 48px) / 2 * -1 + 93px));
    max-width: 186px;
  }
}
.top-works__slider .swiper-wrapper {
  overflow: visible !important;
}
.top-works__slide {
  position: relative;
  width: 373px;
  height: 373px;
  overflow: visible;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .top-works__slide {
    width: 186px;
    height: 186px;
  }
}
.top-works__slide.swiper-slide-active {
  width: 560px !important;
  height: 595px !important;
}
@media only screen and (max-width: 767px) {
  .top-works__slide.swiper-slide-active {
    width: 280px !important;
    height: 315px !important;
  }
}
.top-works__slide.swiper-slide-active .c-card2 .c-card2__content {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.top-works__slide.swiper-slide-active .c-card2 .c-card2__title {
  opacity: 1;
}
.top-works__slide.swiper-slide-active .c-card2 .c-card2__taglist {
  opacity: 1;
}
.top-works__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: 767px) {
  .top-works__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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.top-works__item {
  width: 100%;
  max-width: 560px;
}
@media only screen and (max-width: 767px) {
  .top-works__item {
    max-width: 280px;
  }
}
.top-works__item .c-card2 .c-card2__content {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.top-works__item .c-card2 .c-card2__title {
  opacity: 1;
}
.top-works__item .c-card2 .c-card2__taglist {
  opacity: 1;
}
.top-works__bottom {
  position: relative;
  width: 100%;
  max-width: calc(100% - 600px);
  height: calc(100% - 393px);
  margin-top: -202px;
  margin-left: auto;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-works__bottom {
    max-width: unset;
    height: auto;
    margin-top: 40px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-works__bottom {
    margin-top: 67px;
  }
}
.top-works__bottom--default {
  position: unset;
  top: unset;
  right: unset;
  width: 100%;
  max-width: unset;
  height: auto;
}
.top-works__bottom .top-works__inner {
  height: 100%;
}
.top-works__group {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 56px;
}
@media only screen and (max-width: 1023px) {
  .top-works__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .top-works__group {
    -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;
  }
}
.top-works__control {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: auto;
}
@media only screen and (max-width: 1023px) {
  .top-works__control {
    margin-bottom: 0;
  }
}
.top-works__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 94px;
}
@media only screen and (max-width: 1023px) {
  .top-works__btn {
    margin-top: 9px;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .top-works__btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 37px;
    margin-left: 0;
  }
}
/*------------------------------------------------------------
    CSS of Action section
------------------------------------------------------------*/
.top-action {
  position: relative;
  padding: 254px 0 0;
}
@media only screen and (max-width: 1023px) {
  .top-action {
    padding: 134px 0 0;
  }
}
.top-action::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 960px;
  background-color: #faf9f7;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .top-action::before {
    top: 0;
    height: 534px;
  }
}
@media only screen and (max-width: 767px) {
  .top-action::before {
    top: 0;
    height: 267px;
  }
}
.top-action__wrap {
  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) {
  .top-action__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;
  }
}
.top-action__left {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .top-action__left {
    width: 100%;
  }
}
.top-action__leftinner {
  width: 100%;
  max-width: 656px;
  margin-left: auto;
  padding-left: 56px;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .top-action__leftinner {
    max-width: unset;
    margin-right: auto;
    padding: 0 56px;
  }
}
@media only screen and (max-width: 767px) {
  .top-action__leftinner {
    padding: 0 24px;
  }
}
.top-action__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 81px;
}
@media only screen and (max-width: 1023px) {
  .top-action__btn {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .top-action__btn {
    margin-top: 41px;
  }
}
.top-action__right {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .top-action__right {
    width: 100%;
    margin-top: 40px;
    padding: 0 56px;
  }
}
@media only screen and (max-width: 767px) {
  .top-action__right {
    padding: 0 24px;
  }
}
.top-action__slider {
  margin-top: 100px;
  padding-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .top-action__slider {
    margin-top: 0;
    margin-right: -20px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-action__slider {
    margin: 0 -24px;
  }
}
.top-action__slide {
  width: 320px;
}
@media only screen and (max-width: 1023px) {
  .top-action__slide {
    width: calc(33.3333333333% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .top-action__slide {
    width: 216px;
  }
}
.top-action__slide.swiper-slide {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (max-width: 1023px) {
  .top-action__slide.swiper-slide {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@media only screen and (max-width: 767px) {
  .top-action__slide.swiper-slide {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.top-action__rightinner {
  width: 100%;
  max-width: 656px;
  margin-right: auto;
  padding-right: 56px;
}
@media only screen and (max-width: 1023px) {
  .top-action__rightinner {
    max-width: unset;
    margin-left: auto;
    padding-right: 0;
  }
}
.top-action__control {
  margin-top: 20px;
}
/*------------------------------------------------------------
    CSS of Company section
------------------------------------------------------------*/
.top-company {
  position: relative;
  padding: 240px 0 0;
}
@media only screen and (max-width: 1023px) {
  .top-company {
    padding: 120px 0 0;
  }
}
.top-company__bg {
  position: relative;
  width: 100%;
}
.top-company__bg::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 47%;
}
@media only screen and (max-width: 1023px) {
  .top-company__bg::before {
    padding-top: 47.0930232558%;
  }
}
@media only screen and (max-width: 767px) {
  .top-company__bg::before {
    padding-top: 92.0454545455%;
  }
}
.top-company__bg 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;
}
.top-company__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-company__wrap {
    -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;
  }
}
@media only screen and (max-width: 767px) {
  .top-company__wrap {
    margin-top: 54px;
  }
}
.top-company__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 40%;
  min-width: 450px;
  margin-top: -120px;
  padding: 70px 40px 0 0;
}
@media only screen and (max-width: 1023px) {
  .top-company__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 480px;
    margin-top: -60px;
    min-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .top-company__left {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
}
.top-company__left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .top-company__left::before {
    content: none;
  }
}
.top-company__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 81px;
}
@media only screen and (max-width: 1023px) {
  .top-company__btn {
    margin-top: 41px;
  }
}
.top-company__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 60%;
}
@media only screen and (max-width: 1023px) {
  .top-company__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
  }
}
.top-company__rightinner {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .top-company__rightinner {
    max-width: unset;
    margin-left: 0;
  }
}
.top-company__nav {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .top-company__nav {
    margin-top: 8px;
  }
}
/*------------------------------------------------------------
    CSS of Recruit section
------------------------------------------------------------*/
.top-recruit {
  position: relative;
  padding: 254px 0 160px;
}
@media only screen and (max-width: 1023px) {
  .top-recruit {
    padding: 134px 0 120px;
  }
}
.top-recruit__body {
  margin-top: 57px;
}
@media only screen and (max-width: 1023px) {
  .top-recruit__body {
    margin-top: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .top-recruit__body {
    margin-top: 41px;
  }
}
.top-recruit__box {
  position: relative;
  width: 100%;
  background-color: #123580;
  overflow: hidden;
}
.top-recruit__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 18, 43, 0.75);
  pointer-events: none;
  z-index: 2;
}
.top-recruit__content {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 564px;
  padding: 56px 40px;
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .top-recruit__content {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .top-recruit__contenthead {
    margin-top: -3px;
  }
}
.top-recruit__description {
  margin-top: 23px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top-recruit__description {
    margin-top: 35px;
    text-align: left;
  }
}
.top-recruit__contentbtn {
  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%;
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  .top-recruit__contentbtn {
    margin-top: 38px;
  }
}
.top-recruit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 384px);
  height: 100%;
  margin: 0 -192px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-recruit__bg {
    width: calc(100% + 496px);
    margin: 0 -248px;
  }
}
@media only screen and (max-width: 767px) {
  .top-recruit__bg {
    width: calc(100% + 240px);
    margin: 0 -120px;
  }
}
.top-recruit__thumbgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  margin: 0 -8px;
}
@media only screen and (max-width: 767px) {
  .top-recruit__thumbgroup {
    margin: 0 -4px;
  }
}
.top-recruit__thumbitem {
  width: calc(25% - 16px);
  margin: 0 8px;
}
@media only screen and (max-width: 1023px) {
  .top-recruit__thumbitem {
    width: calc(33.3333333333% - 16px);
  }
}
@media only screen and (max-width: 767px) {
  .top-recruit__thumbitem {
    width: calc(33.3333333333% - 8px);
    margin: 0 4px;
  }
}
.top-recruit__thumbitem:nth-child(1) .top-recruit__slide {
  -webkit-transform: translateY(-278px);
  transform: translateY(-278px);
}
@media only screen and (max-width: 767px) {
  .top-recruit__thumbitem:nth-child(1) .top-recruit__slide {
    -webkit-transform: translateY(-22px);
    transform: translateY(-22px);
  }
}
.top-recruit__thumbitem:nth-child(2) .top-recruit__slide {
  -webkit-transform: translateY(-278px);
  transform: translateY(-278px);
}
@media only screen and (max-width: 767px) {
  .top-recruit__thumbitem:nth-child(2) .top-recruit__slide {
    -webkit-transform: translateY(-22px);
    transform: translateY(-22px);
  }
}
.top-recruit__thumbitem:nth-child(3) .top-recruit__slide {
  -webkit-transform: translateY(-318px);
  transform: translateY(-318px);
}
@media only screen and (max-width: 767px) {
  .top-recruit__thumbitem:nth-child(3) .top-recruit__slide {
    -webkit-transform: translateY(-42px);
    transform: translateY(-42px);
  }
}
.top-recruit__thumbitem:nth-child(4) .top-recruit__slide {
  -webkit-transform: translateY(-318px);
  transform: translateY(-318px);
}
@media only screen and (max-width: 767px) {
  .top-recruit__thumbitem:nth-child(4) .top-recruit__slide {
    -webkit-transform: translateY(-42px);
    transform: translateY(-42px);
  }
}
.top-recruit__slider {
  height: 100%;
}
.top-recruit__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.top-recruit__thumb img {
  width: 100%;
  height: auto;
}
/*------------------------------------------------------------
    CSS of Company page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Message section
------------------------------------------------------------*/
.company-message {
  position: relative;
  padding: 210px 0 0;
}
@media only screen and (max-width: 1023px) {
  .company-message {
    padding: 106px 0 0;
  }
}
.company-message__body {
  margin-top: 106px;
}
@media only screen and (max-width: 1023px) {
  .company-message__body {
    margin-top: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .company-message__body {
    margin-top: 41px;
  }
}
.company-message__wrap {
  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) {
  .company-message__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;
  }
}
.company-message__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 60%;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .company-message__left {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding-right: 0;
  }
}
.company-message__content {
  margin-top: 62px;
}
@media only screen and (max-width: 1023px) {
  .company-message__content {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .company-message__content {
    margin-top: 37px;
  }
}
.company-message__content p + p {
  margin-top: 30px;
}
.company-message__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40%;
  min-width: 376px;
  margin-top: -1px;
}
@media only screen and (max-width: 1023px) {
  .company-message__right {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    min-width: unset;
    margin-top: 36px;
  }
}
.company-message__rightinner {
  width: 100%;
  max-width: 388px;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .company-message__rightinner {
    max-width: unset;
    margin-left: 0;
  }
}
.company-message__rightwrap {
  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;
}
@media only screen and (max-width: 1023px) {
  .company-message__rightwrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .company-message__rightwrap {
    -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;
  }
}
.company-message__thumbwrap {
  position: relative;
  width: 100%;
  max-width: 376px;
}
@media only screen and (max-width: 1023px) {
  .company-message__thumbwrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 235px;
    max-width: unset;
    margin-left: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .company-message__thumbwrap {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    margin-left: 0;
  }
}
.company-message__thumbwrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  background-color: #ffae00;
}
@media only screen and (max-width: 1023px) {
  .company-message__thumbwrap::after {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .company-message__thumbwrap::after {
    width: 56px;
    height: 56px;
  }
}
.company-message__thumb {
  width: calc(100% - 56px);
  max-width: 320px;
  margin-top: 56px;
}
@media only screen and (max-width: 1023px) {
  .company-message__thumb {
    width: calc(100% - 35px);
    max-width: 200px;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .company-message__thumb {
    margin-top: 56px;
    width: calc(100% - 56px);
    max-width: unset;
  }
}
.company-message__info {
  width: 100%;
  margin-top: 15px;
}
@media only screen and (max-width: 1023px) {
  .company-message__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(100% - 235px);
    margin-top: 0;
    padding-left: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .company-message__info {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 16px;
    padding-left: 0;
  }
}
.company-message__inforole {
  color: #0c2152;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1023px) {
  .company-message__inforole {
    margin-top: -1px;
  }
}
.company-message__infoname {
  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-top: 7px;
}
.company-message__infoja {
  margin-right: 11px;
  color: #0c2152;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.25em;
}
.company-message__infoen {
  margin: 4px 0;
  color: #6c6f7f;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.25;
}
/*------------------------------------------------------------
    CSS of Outline section
------------------------------------------------------------*/
.company-outline {
  position: relative;
  padding: 206px 0 208px;
}
@media only screen and (max-width: 1023px) {
  .company-outline {
    padding: 106px 0 104px;
  }
}
.company-outline__body {
  margin-top: 102px;
}
@media only screen and (max-width: 1023px) {
  .company-outline__body {
    margin-top: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .company-outline__body {
    margin-top: 53px;
  }
}
/*------------------------------------------------------------
    CSS of History section
------------------------------------------------------------*/
.company-history {
  position: relative;
  padding: 210px 0 192px;
}
@media only screen and (max-width: 1023px) {
  .company-history {
    padding: 106px 0 88px;
  }
}
@media only screen and (max-width: 767px) {
  .company-history {
    padding: 106px 0 102px;
  }
}
.company-history::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #faf9f7;
  -webkit-clip-path: polygon(max(360px, 77.7777777778%) 0, 100% 160px, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(max(360px, 77.7777777778%) 0, 100% 160px, 100% 100%, 0 100%, 0 0);
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .company-history::before {
    -webkit-clip-path: polygon(max(178px, 77.75%) 0, 100% 89px, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(max(178px, 77.75%) 0, 100% 89px, 100% 100%, 0 100%, 0 0);
  }
}
@media only screen and (max-width: 767px) {
  .company-history::before {
    -webkit-clip-path: polygon(max(178px, 55.5%) 0, 100% 89px, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(max(178px, 55.5%) 0, 100% 89px, 100% 100%, 0 100%, 0 0);
  }
}
.company-history__inner {
  position: relative;
  z-index: 1;
}
.company-history__body {
  margin-top: 102px;
}
@media only screen and (max-width: 1023px) {
  .company-history__body {
    margin-top: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .company-history__body {
    margin-top: 53px;
  }
}
.company-history__wrap {
  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) {
  .company-history__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.company-history__left {
  width: 60%;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .company-history__left {
    width: 100%;
    padding-right: 0;
  }
}
.company-history__content p + p {
  margin-top: 27px;
}
.company-history__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40%;
  margin-top: 3px;
}
@media only screen and (max-width: 1023px) {
  .company-history__right {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    margin-top: 38px;
  }
}
.company-history__rightinner {
  width: 100%;
  max-width: 440px;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .company-history__rightinner {
    max-width: unset;
    margin-left: 0;
  }
}
.company-history__thumb {
  max-width: 440px;
}
@media only screen and (max-width: 767px) {
  .company-history__thumb {
    max-width: unset;
  }
}
.company-history__timeline {
  margin-top: 64px;
}
@media only screen and (max-width: 1023px) {
  .company-history__timeline {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .company-history__timeline {
    margin-top: 37px;
  }
}
/*------------------------------------------------------------
    CSS of Navigation section
------------------------------------------------------------*/
.company-nav {
  position: relative;
  padding: 128px 0;
}
@media only screen and (max-width: 1023px) {
  .company-nav {
    padding: 64px 0;
  }
}
.company-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -21px;
}
@media only screen and (max-width: 1023px) {
  .company-nav__list {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 767px) {
  .company-nav__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;
    margin: 0;
  }
}
.company-nav__item {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .company-nav__item {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .company-nav__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .company-nav__item + .company-nav__item {
    margin-top: 20px;
  }
}
/*------------------------------------------------------------
    CSS of Staff section
------------------------------------------------------------*/
.company-staff {
  position: relative;
  padding: 98px 0 160px;
}
@media only screen and (max-width: 1023px) {
  .company-staff {
    padding: 98px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .company-staff {
    padding: 50px 0 120px;
  }
}
.company-staff__body {
  margin-top: 105px;
}
@media only screen and (max-width: 1023px) {
  .company-staff__body {
    margin-top: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .company-staff__body {
    margin-top: 56px;
  }
}
.company-staff__list {
  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: 0 -40px -80px;
}
@media only screen and (max-width: 1023px) {
  .company-staff__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;
    margin: 0;
  }
}
.company-staff__item {
  width: calc(50% - 80px);
  margin: 0 40px 80px;
}
@media only screen and (max-width: 1023px) {
  .company-staff__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .company-staff__item + .company-staff__item {
    margin-top: 56px;
  }
}
/*------------------------------------------------------------
    CSS of Awards section
------------------------------------------------------------*/
.company-awards {
  position: relative;
  padding: 98px 0 160px;
  border-bottom: 1px solid #f7f5f0;
}
@media only screen and (max-width: 1023px) {
  .company-awards {
    padding: 106px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .company-awards {
    padding: 50px 0 120px;
  }
}
.company-awards__body {
  margin-top: 105px;
}
@media only screen and (max-width: 1023px) {
  .company-awards__body {
    margin-top: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .company-awards__body {
    margin-top: 56px;
  }
}
.company-awards__main {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .company-awards__main {
    margin-top: 43px;
  }
}
.company-awards__block {
  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: 40px 0;
  border-top: 4px solid #f2ede1;
}
@media only screen and (max-width: 1023px) {
  .company-awards__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.company-awards__block:last-child {
  padding-bottom: 0;
}
.company-awards__block.is-hide {
  display: none;
}
.company-awards__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 148px;
  margin-top: 4px;
  padding-left: 2px;
  padding-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .company-awards__left {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    width: 100%;
    padding-right: 0;
  }
}
.company-awards__year {
  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;
}
.company-awards__yearen {
  display: block;
  color: #0c2152;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.company-awards__yearja {
  display: block;
  margin-top: 7px;
  color: #ff8910;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.015em;
}
.company-awards__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 148px);
}
@media only screen and (max-width: 1023px) {
  .company-awards__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 39px;
  }
}
.company-awards__row {
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid #f2ede1;
}
.company-awards__row:first-child {
  padding-top: 0;
}
.company-awards__row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
/*------------------------------------------------------------
    CSS of Action section
------------------------------------------------------------*/
.company-action {
  position: relative;
  padding: 98px 0 160px;
}
@media only screen and (max-width: 1023px) {
  .company-action {
    border-bottom: 1px solid #f7f5f0;
  }
}
@media only screen and (max-width: 767px) {
  .company-action {
    padding: 50px 0 80px;
  }
}
.company-action__body {
  margin-top: 1px;
}
@media only screen and (max-width: 1023px) {
  .company-action__body {
    margin-top: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .company-action__body {
    margin-top: 0;
  }
}
.company-action__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 104px 0 160px;
  border-bottom: 4px solid #f7f5f0;
}
@media only screen and (max-width: 1023px) {
  .company-action__block {
    -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;
    padding: 80px 0 0;
    border-bottom: none;
  }
}
@media only screen and (max-width: 1023px) {
  .company-action__block:first-child {
    padding-top: 56px;
  }
}
.company-action__block:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.company-action__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 26.6666666667%;
  min-width: 280px;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .company-action__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    min-width: unset;
    padding-right: 0;
  }
}
.company-action__left .c-card5 {
  max-width: 240px;
}
@media only screen and (max-width: 1023px) {
  .company-action__left .c-card5 {
    max-width: unset;
  }
}
.company-action__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 73.3333333333%;
}
@media only screen and (max-width: 1023px) {
  .company-action__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 64px;
  }
}
.company-action__part {
  position: relative;
  padding: 104px 0 105px;
  border-bottom: 4px solid #f7f5f0;
}
@media only screen and (max-width: 1023px) {
  .company-action__part {
    padding: 64px 0 57px;
  }
}
.company-action__part:first-child {
  padding-top: 0;
}
.company-action__part:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.company-action__part .c-title5 {
  margin-top: -1px;
}
.company-action__content {
  margin: 53px 0 -2px;
}
@media only screen and (max-width: 767px) {
  .company-action__content {
    margin: 37px 0 -2px;
  }
}
.company-action__groupbtn {
  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;
  margin-top: 37px;
}
.company-action__itembtn + .company-action__itembtn {
  margin-top: 13px;
}
.company-action__bottom {
  margin-top: 64px;
}
@media only screen and (max-width: 1023px) {
  .company-action__bottom {
    margin-top: 56px;
  }
}
.company-action__row + .company-action__row {
  margin-top: 64px;
}
@media only screen and (max-width: 1023px) {
  .company-action__row + .company-action__row {
    margin-top: 56px;
  }
}
.company-action__rowmain {
  margin-top: 40px;
}
.company-action__rowmain .c-group1 + .c-group1 {
  margin-top: 24px;
}
.company-action__rowmain .c-box1 {
  margin-top: 11px;
}
.company-action__rowmain .c-box1 .c-listcheck1 {
  max-width: 631px;
}
@media only screen and (max-width: 767px) {
  .company-action__rowmain .c-box1 .c-listcheck1 {
    max-width: unset;
  }
}
.company-action__rowmain .c-link2 {
  margin-top: 38px;
}
.company-action__rowmain .c-part3 {
  margin-top: 37px;
}
.company-action__rowcontent {
  margin: -3px 0 -2px;
}
/*------------------------------------------------------------
    CSS of Business page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.business-main {
  position: relative;
  padding: 202px 0 160px;
}
@media only screen and (max-width: 1023px) {
  .business-main {
    padding: 106px 0 160px;
  }
}
@media only screen and (max-width: 767px) {
  .business-main {
    padding: 105px 0 80px;
  }
}
.business-main__heading {
  max-width: 50%;
}
@media only screen and (max-width: 1023px) {
  .business-main__heading {
    max-width: 100%;
  }
}
.business-main__body {
  margin-top: 9px;
}
@media only screen and (max-width: 1023px) {
  .business-main__body {
    margin-top: 57px;
  }
}
.business-main__block + .business-main__block {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .business-main__block + .business-main__block {
    margin-top: 56px;
  }
}
/*------------------------------------------------------------
    CSS of Erosion page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.erosion-main {
  position: relative;
  padding: 96px 0 160px;
}
@media only screen and (max-width: 1023px) {
  .erosion-main {
    padding: 96px 0 136px;
  }
}
@media only screen and (max-width: 767px) {
  .erosion-main {
    padding: 48px 0 80px;
  }
}
/*------------------------------------------------------------
    CSS of Works page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.works-archive {
  position: relative;
  padding: 200px 0 160px;
}
@media only screen and (max-width: 1023px) {
  .works-archive {
    padding: 150px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .works-archive {
    padding: 100px 0 120px;
  }
}
.works-archive__filter {
  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;
}
@media only screen and (max-width: 767px) {
  .works-archive__filter {
    -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;
  }
}
.works-archive__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .works-archive__left {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
  }
}
.works-archive__title {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  color: #0c2152;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.works-archive__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .works-archive__right {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    padding-left: 0;
    margin-top: 20px;
  }
}
.works-archive__body {
  margin-top: 80px;
  padding: 0 1px;
}
@media only screen and (max-width: 1023px) {
  .works-archive__body {
    margin-top: 40px;
    padding: 0;
  }
}
.works-archive__list {
  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: 0 -40px -80px;
}
@media only screen and (max-width: 1023px) {
  .works-archive__list {
    margin: 0 -20px -40px;
  }
}
@media only screen and (max-width: 767px) {
  .works-archive__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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }
}
.works-archive__item {
  width: calc(33.3333333333% - 80px);
  margin: 0 40px 80px;
}
@media only screen and (max-width: 1023px) {
  .works-archive__item {
    width: calc(33.3333333333% - 40px);
    margin: 0 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .works-archive__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .works-archive__item + .works-archive__item {
    margin-top: 40px;
  }
}
.works-archive__pagi {
  margin-top: 102px;
}
@media only screen and (max-width: 1023px) {
  .works-archive__pagi {
    margin-top: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .works-archive__pagi {
    margin-top: 53px;
  }
}
/*------------------------------------------------------------
    CSS of Single section
------------------------------------------------------------*/
.works-single {
  position: relative;
  padding: 98px 0 160px;
}
@media only screen and (max-width: 1023px) {
  .works-single {
    padding: 98px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .works-single {
    padding: 50px 0 120px;
  }
}
.works-single__body {
  margin-top: 105px;
}
@media only screen and (max-width: 1023px) {
  .works-single__body {
    margin-top: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .works-single__body {
    margin-top: 56px;
  }
}
.works-single__wrap {
  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) {
  .works-single__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;
  }
}
.works-single__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: sticky;
  top: 128px;
  width: 26.6666666667%;
  min-width: 240px;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .works-single__left {
    top: 120px;
    min-width: 200px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .works-single__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    position: relative;
    top: unset;
    margin-top: 56px;
    padding-right: 0;
  }
}
.works-single__leftinner {
  width: 100%;
  max-width: 200px;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .works-single__leftinner {
    max-width: unset;
    margin-right: 0;
  }
}
.works-single__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 73.3333333333%;
}
@media only screen and (max-width: 767px) {
  .works-single__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
  }
}
/*------------------------------------------------------------
    CSS of News page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.news-archive {
  position: relative;
  padding: 200px 0 160px;
}
@media only screen and (max-width: 1023px) {
  .news-archive {
    padding: 150px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .news-archive {
    padding: 100px 0 120px;
  }
}
.news-archive__filter {
  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;
}
@media only screen and (max-width: 767px) {
  .news-archive__filter {
    -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;
  }
}
.news-archive__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .news-archive__left {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
  }
}
.news-archive__title {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  color: #0c2152;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.news-archive__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .news-archive__right {
    max-width: 444px;
  }
}
@media only screen and (max-width: 767px) {
  .news-archive__right {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    max-width: unset;
    padding-left: 0;
    margin-top: 20px;
  }
}
.news-archive__body {
  margin-top: 78px;
}
@media only screen and (max-width: 767px) {
  .news-archive__body {
    margin-top: 38px;
  }
}
.news-archive__item + .news-archive__item {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .news-archive__item + .news-archive__item {
    margin-top: 28px;
  }
}
.news-archive__pagi {
  margin-top: 104px;
}
@media only screen and (max-width: 1023px) {
  .news-archive__pagi {
    margin-top: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .news-archive__pagi {
    margin-top: 53px;
  }
}
/*------------------------------------------------------------
    CSS of Single section
------------------------------------------------------------*/
.news-single {
  position: relative;
  padding: 98px 0 160px;
}
@media only screen and (max-width: 1023px) {
  .news-single {
    padding: 98px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .news-single {
    padding: 50px 0 120px;
  }
}
.news-single__body {
  margin-top: 105px;
}
@media only screen and (max-width: 1023px) {
  .news-single__body {
    margin-top: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .news-single__body {
    margin-top: 56px;
  }
}
/*------------------------------------------------------------
    CSS of Blog page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.blog-archive {
  position: relative;
  padding: 200px 0 160px;
}
@media only screen and (max-width: 1023px) {
  .blog-archive {
    padding: 150px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-archive {
    padding: 100px 0 120px;
  }
}
.blog-archive__filter {
  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;
}
@media only screen and (max-width: 767px) {
  .blog-archive__filter {
    -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;
  }
}
.blog-archive__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .blog-archive__left {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
  }
}
.blog-archive__title {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  color: #0c2152;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.blog-archive__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .blog-archive__right {
    max-width: 444px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-archive__right {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    max-width: unset;
    padding-left: 0;
    margin-top: 20px;
  }
}
.blog-archive__body {
  margin-top: 78px;
}
@media only screen and (max-width: 767px) {
  .blog-archive__body {
    margin-top: 38px;
  }
}
.blog-archive__item + .blog-archive__item {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .blog-archive__item + .blog-archive__item {
    margin-top: 28px;
  }
}
.blog-archive__pagi {
  margin-top: 104px;
}
@media only screen and (max-width: 1023px) {
  .blog-archive__pagi {
    margin-top: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-archive__pagi {
    margin-top: 53px;
  }
}
/*------------------------------------------------------------
    CSS of Single section
------------------------------------------------------------*/
.blog-single {
  position: relative;
  padding: 98px 0 160px;
}
@media only screen and (max-width: 1023px) {
  .blog-single {
    padding: 98px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-single {
    padding: 50px 0 120px;
  }
}
.blog-single__body {
  margin-top: 105px;
}
@media only screen and (max-width: 1023px) {
  .blog-single__body {
    margin-top: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-single__body {
    margin-top: 56px;
  }
}
/*------------------------------------------------------------
    CSS of Privacy page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Policy section
------------------------------------------------------------*/
.privacy-policy {
  position: relative;
  padding: 220px 0 160px;
}
@media only screen and (max-width: 1023px) {
  .privacy-policy {
    padding: 104px 0 160px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-policy {
    padding: 104px 0 80px;
  }
}
.privacy-policy__row + .privacy-policy__row {
  margin-top: 78px;
}
.privacy-policy__row:nth-child(1) .c-title12::before {
  content: "１．";
}
.privacy-policy__row:nth-child(2) .c-title12::before {
  content: "２．";
}
.privacy-policy__row:nth-child(3) .c-title12::before {
  content: "３．";
}
.privacy-policy__row:nth-child(4) .c-title12::before {
  content: "４．";
}
.privacy-policy__row:nth-child(5) .c-title12::before {
  content: "５．";
}
.privacy-policy__row:nth-child(6) .c-title12::before {
  content: "６．";
}
.privacy-policy__row:nth-child(7) .c-title12::before {
  content: "７．";
}
.privacy-policy__row:nth-child(8) .c-title12::before {
  content: "８．";
}
.privacy-policy__row:nth-child(9) .c-title12::before {
  content: "９．";
}
.privacy-policy__row:nth-child(10) .c-title12::before {
  content: "10．";
}
.privacy-policy__content {
  margin-top: 22px;
}
.privacy-policy__content .c-list3 {
  margin-top: 11px;
}
.privacy-policy__content .c-box5 {
  margin-top: 14px;
}
/*------------------------------------------------------------
    CSS of Recruit page
------------------------------------------------------------*/
.recruit {
  overflow: hidden;
}
/*------------------------------------------------------------
    CSS of About section
------------------------------------------------------------*/
.recruit-message {
  position: relative;
  padding: 86px 0 0;
}
@media only screen and (max-width: 1023px) {
  .recruit-message {
    padding: 39px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-message {
    margin-top: -63px;
    padding: 0;
  }
}
.recruit-message__box {
  position: relative;
  width: 100%;
  margin-top: -22px;
  padding: 140px 0 134px;
  background-color: #fff;
  border-radius: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .recruit-message__box {
    margin-top: -77px;
    padding: 72px 0 62px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-message__box {
    margin-top: 0;
    padding: 72px 0 66px;
    border-radius: 32px;
  }
}
.recruit-message__inner {
  margin-right: max(0px, max(0px, 100% - 1200px) / 2 - 56px);
  padding-right: 56px;
}
@media only screen and (max-width: 1023px) {
  .recruit-message__inner {
    margin-right: 0;
    padding-right: 0;
  }
}
.recruit-message__wrap {
  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) {
  .recruit-message__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;
  }
}
.recruit-message__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 42.4242424242%;
}
@media only screen and (max-width: 1023px) {
  .recruit-message__left {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding-right: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-message__left {
    padding-right: 20px;
  }
}
.recruit-message__thumb {
  position: relative;
  width: 100%;
  max-height: 800px;
  border-radius: 0 32px 32px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .recruit-message__thumb {
    max-height: unset;
    border-radius: 0 16px 16px 0;
  }
}
.recruit-message__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 142.8571428571%;
}
@media only screen and (max-width: 1023px) {
  .recruit-message__thumb::before {
    padding-top: 58.8235294118%;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-message__thumb::before {
    padding-top: 105.2631578947%;
  }
}
.recruit-message__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 10%;
  object-position: center 10%;
}
@media only screen and (max-width: 1023px) {
  .recruit-message__thumb img {
    -o-object-position: center;
    object-position: center;
  }
}
.recruit-message__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 57.5757575758%;
  max-width: 760px;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .recruit-message__right {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    max-width: unset;
    margin-top: 51px;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-message__right {
    margin-top: 33px;
    padding: 0 20px;
  }
}
.recruit-message__rightinner {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .recruit-message__rightinner {
    max-width: unset;
    margin-left: 0;
  }
}
.recruit-message__content {
  margin-top: -5px;
}
@media only screen and (max-width: 1023px) {
  .recruit-message__content {
    margin-top: 0;
  }
}
.recruit-message__content p + p {
  margin-top: 51px;
}
@media only screen and (max-width: 767px) {
  .recruit-message__content p + p {
    margin-top: 41px;
  }
}
/*------------------------------------------------------------
    CSS of Company section
------------------------------------------------------------*/
.recruit-company {
  position: relative;
  padding: 209px 0 200px;
}
@media only screen and (max-width: 1023px) {
  .recruit-company {
    padding: 209px 0 200px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-company {
    padding: 106px 0 100px;
  }
}
.recruit-company__body {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .recruit-company__body {
    margin-top: 39px;
  }
}
.recruit-company__row {
  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: 64px 0;
  border-bottom: 1px solid #cfd1d7;
}
@media only screen and (max-width: 1023px) {
  .recruit-company__row {
    -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;
    padding: 40px 0;
  }
}
.recruit-company__row:first-child {
  border-top: 1px solid #cfd1d7;
}
.recruit-company__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.3333333333%;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .recruit-company__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
  }
}
.recruit-company__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 66.6666666667%;
}
@media only screen and (max-width: 1023px) {
  .recruit-company__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-company__right {
    margin-top: 22px;
  }
}
.recruit-company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .recruit-company__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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }
}
.recruit-company__item {
  width: calc(50% - 20px);
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .recruit-company__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-company__item + .recruit-company__item {
    margin-top: 24px;
  }
}
/*------------------------------------------------------------
    CSS of Work section
------------------------------------------------------------*/
.recruit-work {
  position: relative;
}
.recruit-work__box {
  position: relative;
  width: 100%;
  padding: 137px 0 126px;
  background-color: #fff;
  border-radius: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .recruit-work__box {
    padding: 81px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-work__box {
    padding: 78px 0 70px;
    border-radius: 32px;
  }
}
.recruit-work__inner2 {
  margin-left: max(0px, max(0px, 100% - 1200px) / 2 - 56px);
  padding-left: 56px;
}
@media only screen and (max-width: 1023px) {
  .recruit-work__inner2 {
    margin-left: 0;
    padding-left: 0;
  }
}
.recruit-work__body {
  position: relative;
  margin-top: 38px;
}
.recruit-work__slider {
  min-height: 560px;
}
@media only screen and (max-width: 1023px) {
  .recruit-work__slider {
    min-height: unset;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-work__slider {
    padding: 0 33px;
  }
}
.recruit-work__slider .swiper-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.recruit-work__slide {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  width: 320px;
  height: 448px;
}
@media only screen and (max-width: 1023px) {
  .recruit-work__slide {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 334px;
    height: 504px;
  }
}
@media only screen and (max-width: 374px) {
  .recruit-work__slide {
    width: auto;
    height: auto;
  }
}
.recruit-work__slide.swiper-slide-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 1023px) {
  .recruit-work__slide.swiper-slide-active {
    width: 334px;
    height: 504px;
  }
}
@media only screen and (max-width: 374px) {
  .recruit-work__slide.swiper-slide-active {
    width: auto;
    height: auto;
  }
}
.recruit-work__slide.swiper-slide-active .c-card10__inner {
  border-radius: 200px;
}
@media only screen and (max-width: 1023px) {
  .recruit-work__slide.swiper-slide-active .c-card10__inner {
    border-radius: 180px;
  }
}
.recruit-work__slide.swiper-slide-active .c-card10__thumb {
  background: transparent -webkit-linear-gradient(306deg, #f9f5ff 0%, #e0e4ff 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(144deg, #f9f5ff 0%, #e0e4ff 100%) 0% 0% no-repeat padding-box;
}
.recruit-work__slide.swiper-slide-active .c-card10__heading {
  padding: 40px;
}
@media only screen and (max-width: 1023px) {
  .recruit-work__slide.swiper-slide-active .c-card10__heading {
    padding: 40px 32px;
  }
}
.recruit-work__slide.swiper-slide-active .c-card10__content {
  display: block;
}
@media only screen and (min-width: 1023px) {
  .recruit-work__slide.swiper-slide-active .c-card10:hover .c-card10__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.recruit-work__bottom {
  position: absolute;
  top: 448px;
  right: 0;
  width: 100%;
  margin-top: 48px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .recruit-work__bottom {
    position: relative;
    top: unset;
    right: unset;
    margin-top: 40px;
  }
}
.recruit-work__bottominner {
  width: 100%;
  max-width: 1256px;
  margin-right: auto;
  padding-right: 56px;
}
@media only screen and (max-width: 1023px) {
  .recruit-work__bottominner {
    max-width: unset;
    margin-right: 0;
    padding: 0 40px;
  }
}
.recruit-work__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 464px;
}
@media only screen and (max-width: 1023px) {
  .recruit-work__control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
}
.recruit-work__control .c-progress1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .recruit-work__control .c-progress1 {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-right: 0;
  }
}
.recruit-work__control .c-slider2 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .recruit-work__control .c-slider2 {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-work__control .c-slider2 {
    margin-top: 24px;
  }
}
.recruit-work__btn {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 37px;
}
@media only screen and (max-width: 1023px) {
  .recruit-work__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 37px;
  }
}
/*------------------------------------------------------------
    CSS of Navigation section
------------------------------------------------------------*/
.recruit-nav {
  position: relative;
  padding: 200px 0; 
}
@media only screen and (max-width: 767px) {
  .recruit-nav {
    padding: 100px 0;
  }
}
/*------------------------------------------------------------
    CSS of Data page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.data-heading {
  position: relative;
  z-index: 1;
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.data-main {
  position: relative;
  z-index: 1;
}
.data-main__box {
  position: relative;
  width: 100%;
  margin-top: -64px;
  padding: 128px 0 160px;
  border-radius: 32px 32px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .data-main__box {
    padding: 64px 0 80px;
  }
}
/*------------------------------------------------------------
    CSS of Navigation section
------------------------------------------------------------*/
.data-nav {
  position: relative;
  padding: 129px 0 128px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .data-nav {
    padding: 101px 0 100px;
  }
}
.data-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 112px);
  max-width: 1200px;
  height: 1px;
  background-color: #cfd1d7;
}
@media only screen and (max-width: 1023px) {
  .data-nav::before {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .data-nav::before {
    width: calc(100% - 40px);
  }
}
/*------------------------------------------------------------
    CSS of Culture page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.culture-heading {
  position: relative;
  z-index: 1;
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.culture-main {
  position: relative;
  margin-top: -64px;
  padding: 0 0 160px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .culture-main {
    padding: 0 0 80px;
  }
}
.culture-main__body {
  margin-top: 78px;
}
@media only screen and (max-width: 767px) {
  .culture-main__body {
    margin-top: 62px;
  }
}
.culture-main__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .culture-main__group {
    -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;
    max-width: unset;
  }
}
.culture-main__group1 {
  max-width: 1136px;
}
@media only screen and (max-width: 1023px) {
  .culture-main__group1 {
    max-width: unset;
  }
}
.culture-main__group1 .culture-main__item:nth-child(1) {
  max-width: 458px;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .culture-main__group1 .culture-main__item:nth-child(1) {
    max-width: unset;
  }
}
.culture-main__group1 .culture-main__item:nth-child(2) {
  max-width: 650px;
  margin-top: 78px;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .culture-main__group1 .culture-main__item:nth-child(2) {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .culture-main__group1 .culture-main__item:nth-child(2) {
    max-width: unset;
    margin-top: 16px;
  }
}
.culture-main__group2 {
  margin-top: 40px;
  padding-left: 1px;
}
@media only screen and (max-width: 1023px) {
  .culture-main__group2 {
    margin-top: 24px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .culture-main__group2 {
    margin-top: 16px;
  }
}
.culture-main__group2 .culture-main__item {
  max-width: 484px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .culture-main__group2 .culture-main__item {
    max-width: unset;
  }
}
.culture-main__group3 {
  max-width: 1181px;
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .culture-main__group3 {
    max-width: unset;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .culture-main__group3 {
    margin-top: 16px;
  }
}
.culture-main__group3 .culture-main__item:nth-child(1) {
  max-width: 549px;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .culture-main__group3 .culture-main__item:nth-child(1) {
    max-width: unset;
  }
}
.culture-main__group3 .culture-main__item:nth-child(2) {
  max-width: 604px;
  margin-top: 76px;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .culture-main__group3 .culture-main__item:nth-child(2) {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .culture-main__group3 .culture-main__item:nth-child(2) {
    max-width: unset;
    margin-top: 16px;
  }
}
.culture-main__group4 {
  max-width: 1053px;
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .culture-main__group4 {
    max-width: unset;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .culture-main__group4 {
    margin-top: 16px;
  }
}
.culture-main__group4 .culture-main__item:nth-child(1) {
  max-width: 558px;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .culture-main__group4 .culture-main__item:nth-child(1) {
    max-width: unset;
  }
}
.culture-main__group4 .culture-main__item:nth-child(2) {
  max-width: 467px;
  margin-top: 76px;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .culture-main__group4 .culture-main__item:nth-child(2) {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .culture-main__group4 .culture-main__item:nth-child(2) {
    max-width: unset;
    margin-top: 16px;
  }
}
.culture-main__group5 {
  margin-top: 40px;
  padding-left: 1px;
}
@media only screen and (max-width: 1023px) {
  .culture-main__group5 {
    margin-top: 24px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .culture-main__group5 {
    margin-top: 16px;
  }
}
.culture-main__group5 .culture-main__item {
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .culture-main__group5 .culture-main__item {
    max-width: unset;
  }
}
.culture-main__group6 {
  margin-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .culture-main__group6 {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .culture-main__group6 {
    margin-top: 40px;
  }
}
.culture-main__group6 .culture-main__item {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .culture-main__group6 .culture-main__item {
    max-width: unset;
  }
}
.culture-main__item {
  width: 100%;
}
/*------------------------------------------------------------
    CSS of Navigation section
------------------------------------------------------------*/
.culture-nav {
  position: relative;
  padding: 129px 0 128px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .culture-nav {
    padding: 101px 0 100px;
  }
}
.culture-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 112px);
  max-width: 1200px;
  height: 1px;
  background-color: #cfd1d7;
}
@media only screen and (max-width: 1023px) {
  .culture-nav::before {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .culture-nav::before {
    width: calc(100% - 40px);
  }
}
/*------------------------------------------------------------
    CSS of Environment page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.environment-heading {
  position: relative;
  z-index: 1;
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.environment-main {
  position: relative;
  margin-top: -64px;
  padding: 0 0 160px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .environment-main {
    padding: 0 0 80px;
  }
}
.environment-main__body {
  margin-top: 78px;
}
@media only screen and (max-width: 767px) {
  .environment-main__body {
    margin-top: 62px;
  }
}
.environment-main__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.environment-main__list {
  margin-top: 16px;
}
.environment-main__item + .environment-main__item {
  margin-top: 16px;
}
/*------------------------------------------------------------
    CSS of Navigation section
------------------------------------------------------------*/
.environment-nav {
  position: relative;
  padding: 129px 0 128px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .environment-nav {
    padding: 101px 0 100px;
  }
}
.environment-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 112px);
  max-width: 1200px;
  height: 1px;
  background-color: #cfd1d7;
}
@media only screen and (max-width: 1023px) {
  .environment-nav::before {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .environment-nav::before {
    width: calc(100% - 40px);
  }
}
/*------------------------------------------------------------
    CSS of Growth page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.growth-heading {
  position: relative;
  z-index: 1;
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.growth-main {
  position: relative;
  margin-top: -64px;
  padding: 0 0 160px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .growth-main {
    padding: 0 0 80px;
  }
}
.growth-main__body {
  margin-top: 78px;
}
@media only screen and (max-width: 767px) {
  .growth-main__body {
    margin-top: 62px;
  }
}
.growth-main__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.growth-main__list {
  margin-top: 16px;
}
.growth-main__item + .growth-main__item {
  margin-top: 16px;
}
/*------------------------------------------------------------
    CSS of Navigation section
------------------------------------------------------------*/
.growth-nav {
  position: relative;
  padding: 129px 0 128px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .growth-nav {
    padding: 101px 0 100px;
  }
}
.growth-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 112px);
  max-width: 1200px;
  height: 1px;
  background-color: #cfd1d7;
}
@media only screen and (max-width: 1023px) {
  .growth-nav::before {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .growth-nav::before {
    width: calc(100% - 40px);
  }
}
/*------------------------------------------------------------
    CSS of Interview page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.interview-heading {
  position: relative;
  z-index: 1;
}
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.interview-archive {
  position: relative;
  z-index: 1;
}
.interview-archive__box {
  position: relative;
  width: 100%;
  margin-top: -64px;
  padding: 128px 0 160px;
  border-radius: 32px 32px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .interview-archive__box {
    padding: 64px 0 80px;
  }
}
.interview-archive__list {
  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: 0 -40px -80px;
}
@media only screen and (max-width: 1023px) {
  .interview-archive__list {
    margin: 0 -20px -40px;
  }
}
@media only screen and (max-width: 767px) {
  .interview-archive__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;
    margin: 0;
  }
}
.interview-archive__item {
  width: calc(33.3333333333% - 80px);
  margin: 0 40px 80px;
}
@media only screen and (max-width: 1023px) {
  .interview-archive__item {
    width: calc(50% - 40px);
    margin: 0 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .interview-archive__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .interview-archive__item + .interview-archive__item {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Single section
------------------------------------------------------------*/
.interview-single {
  position: relative;
  z-index: 1;
}
.interview-single__box {
  position: relative;
  width: 100%;
  margin-top: -64px;
  padding: 128px 0 160px;
  border-radius: 32px 32px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .interview-single__box {
    padding: 64px 0 80px;
  }
}
.interview-single__heading {
  padding: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .interview-single__heading {
    padding: 0;
  }
}
.interview-single__content {
  margin-top: 129px;
}
@media only screen and (max-width: 767px) {
  .interview-single__content {
    margin-top: 65px;
  }
}
/*------------------------------------------------------------
    CSS of Navigation section
------------------------------------------------------------*/
.interview-nav {
  position: relative;
  padding: 129px 0 128px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .interview-nav {
    padding: 101px 0 100px;
  }
}
.interview-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 112px);
  max-width: 1200px;
  height: 1px;
  background-color: #cfd1d7;
}
@media only screen and (max-width: 1023px) {
  .interview-nav::before {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .interview-nav::before {
    width: calc(100% - 40px);
  }
}
/*------------------------------------------------------------
    CSS of Jobdesc page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.jobdesc-heading {
  position: relative;
  z-index: 1;
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.jobdesc-main {
  position: relative;
  z-index: 1;
}
.jobdesc-main__box {
  position: relative;
  width: 100%;
  margin-top: -64px;
  padding: 128px 0 160px;
  border-radius: 32px 32px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .jobdesc-main__box {
    padding: 64px 0 80px;
  }
}
.jobdesc-main__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .jobdesc-main__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;
  }
}
.jobdesc-main__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: sticky;
  top: 18px;
  width: 26.6666666667%;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .jobdesc-main__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    position: relative;
    top: unset;
    width: 100%;
    padding-right: 0;
  }
}
.jobdesc-main__leftinner {
  width: 100%;
  max-width: 240px;
  margin-right: auto;
}
@media only screen and (max-width: 1023px) {
  .jobdesc-main__leftinner {
    max-width: unset;
    margin-right: 0;
  }
}
.jobdesc-main__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 73.3333333333%;
}
@media only screen and (max-width: 1023px) {
  .jobdesc-main__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .jobdesc-main__right {
    margin-top: 40px;
  }
}
.jobdesc-main__heading .c-title10 {
  margin-top: 1px;
}
.jobdesc-main__body {
  margin-top: 24px;
}
.jobdesc-main__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.jobdesc-main__list {
  margin-top: 16px;
}
.jobdesc-main__item + .jobdesc-main__item {
  margin-top: 16px;
}
.jobdesc-main__common {
  margin-top: 57px;
}
@media only screen and (max-width: 767px) {
  .jobdesc-main__common {
    margin-top: 41px;
  }
}
.jobdesc-main__common .c-table4 {
  margin-top: 9px;
}
.jobdesc-main__block02 {
  margin-top: 81px;
}
@media only screen and (max-width: 767px) {
  .jobdesc-main__block02 {
    margin-top: 65px;
  }
}
.jobdesc-main__footer {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .jobdesc-main__footer {
    margin-top: 64px;
  }
}
.jobdesc-main__footer .c-part9 + .c-part9 {
  margin-top: 40px;
}
/*------------------------------------------------------------
    CSS of Navigation section
------------------------------------------------------------*/
.jobdesc-nav {
  position: relative;
  padding: 129px 0 128px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .jobdesc-nav {
    padding: 101px 0 100px;
  }
}
.jobdesc-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 112px);
  max-width: 1200px;
  height: 1px;
  background-color: #cfd1d7;
}
@media only screen and (max-width: 1023px) {
  .jobdesc-nav::before {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .jobdesc-nav::before {
    width: calc(100% - 40px);
  }
}
/*------------------------------------------------------------
    CSS of Entry page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.entry-heading {
  position: relative;
  z-index: 1;
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.entry-main {
  position: relative;
  z-index: 1;
}
.entry-main__box {
  position: relative;
  width: 100%;
  margin-top: -64px;
  padding: 128px 0 160px;
  border-radius: 32px 32px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .entry-main__box {
    padding: 64px 0 80px;
  }
}
.entry-main__heading {
  margin-top: -3px;
}
.entry-main__heading .c-box2 {
  margin-top: 14px;
}
.entry-main__heading .c-listbtn1 {
  margin-top: 13px;
}
.entry-main__body {
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  .entry-main__body {
    margin-top: 26px;
  }
}
.mw_wp_form_confirm .c-input,
.mw_wp_form_confirm .c-radio__group,
.mw_wp_form_confirm .c-checkbox__group,
.mw_wp_form_confirm .c-select2__outer {
  width: 100%;
  min-height: 27px;
  color: #1a1a1a;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.mw_wp_form_confirm .c-box4 .c-checkbox__group {
  width: 100%;
  min-height: 27px;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}
.mw_wp_form_confirm .c-select2__outer:has(input[type=hidden][value=""]) {
  pointer-events: none;
  color: transparent;
}
.mw_wp_form_confirm .c-select2__outer::after {
  content: none;
}
.mw_wp_form_confirm .c-input__groupdate:has(input[type=hidden][name="生年月日1"][value=""]) .c-input__date--year {
  pointer-events: none;
  color: transparent;
}
.mw_wp_form_confirm .c-input__groupdate:has(input[type=hidden][name="生年月日2"][value=""]) .c-input__date--month {
  pointer-events: none;
  color: transparent;
}
.mw_wp_form_confirm .c-input__groupdate:has(input[type=hidden][name="生年月日3"][value=""]) .c-input__date--day {
  pointer-events: none;
  color: transparent;
}
.mw_wp_form_confirm .c-input__groupdate:has(input[type=hidden][name="卒業年月1"][value=""]) .c-input__date--year {
  pointer-events: none;
  color: transparent;
}
.mw_wp_form_confirm .c-input__groupdate:has(input[type=hidden][name="卒業年月2"][value=""]) .c-input__date--month {
  pointer-events: none;
  color: transparent;
}
.mw_wp_form_confirm .c-input__groupdate .c-input__date + .c-input__date {
  margin-left: 4px;
}
.mw_wp_form_confirm .c-input__date--year,
.mw_wp_form_confirm .c-input__date--month,
.mw_wp_form_confirm .c-input__date--day {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.grecaptcha-badge {
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 86px !important;
  }
}
/*------------------------------------------------------------
    CSS of Navigation section
------------------------------------------------------------*/
.entry-nav {
  position: relative;
  padding: 129px 0 128px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .entry-nav {
    padding: 101px 0 100px;
  }
}
.entry-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 112px);
  max-width: 1200px;
  height: 1px;
  background-color: #cfd1d7;
}
@media only screen and (max-width: 1023px) {
  .entry-nav::before {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .entry-nav::before {
    width: calc(100% - 40px);
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Display
------------------------------------------------------------*/
.u-none {
  display: none;
}
.u-inblock {
  display: inline-block;
}
/*------------------------------------------------------------
    Background
------------------------------------------------------------*/
.u-bg__gradient100 {
  background: transparent -webkit-gradient(linear, left top, right top, from(#fcfdff), to(#ebedf0)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #fcfdff 0%, #ebedf0 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #fcfdff 0%, #ebedf0 100%) 0% 0% no-repeat padding-box;
}
.u-bg__gradient200 {
  position: relative;
}
.u-bg__gradient200::before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  min-width: 1440px;
  height: 100vh;
  min-height: 1440px;
  background-image: url("/assets/img/common/colorful-bg-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .u-bg__gradient200::before {
    background-position: center -208px;
  }
}
@media only screen and (max-width: 767px) {
  .u-bg__gradient200::before {
    min-width: 720px;
    min-height: 720px;
    background-position: center top;
  }
}
/*------------------------------------------------------------
    Spacing
------------------------------------------------------------*/
/*------------------------------------------------------------
    Font
------------------------------------------------------------*/
.u-serif {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.u-outfit {
  font-family: "Outfit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.u-medium {
  font-weight: 500;
}
.u-bold {
  font-weight: 700;
}
.u-center {
  text-align: center;
}
/*------------------------------------------------------------
    Animation
------------------------------------------------------------*/
.u-anime__fadeup {
  -webkit-animation: 0.4s fadeUp linear both;
  animation: 0.4s fadeUp linear both;
}
@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;
  }
}