@charset "UTF-8";
@-webkit-keyframes slideline {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes slideline {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
select {
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 1023px) {
  a:hover, a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
button {
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
img {
  max-width: 100%;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Navigation
------------------------------------------------------------*/
.c-nav1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav1__item + .c-nav1__item {
  margin-left: 1px;
}
.c-nav1__link {
  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: 12px 16px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0b337e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-align: center;
}
.c-nav2__list {
  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;
}
.c-nav2__item {
  position: relative;
  padding: 8px 40px 8px 41px;
}
.c-nav2__item + .c-nav2__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #1d4796;
}
.c-nav2__item:first-child {
  padding-left: 0;
}
.c-nav2__item:last-child {
  padding-right: 0;
}
.c-nav2__link {
  display: inline-block;
  color: #0b337e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-align: center;
}
.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 {
  width: 100%;
}
.c-nav3__item + .c-nav3__item {
  margin-top: 8px;
}
.c-nav3__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: 56px;
  padding: 12px 28px 12px 16px;
  background-color: #bfb37c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-nav3__link::after {
  content: "\e904";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.c-nav3__link.is-active {
  opacity: 0.7;
}
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header__slogan {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0b337e;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-header__inner {
  position: fixed;
  top: 14px;
  left: 40px;
  right: 40px;
  width: calc(100% - 80px);
  min-height: 106px;
  z-index: 12;
}
@media only screen and (max-width: 1023px) {
  .c-header__inner {
    width: 944px;
  }
}
.c-header__box {
  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: 80px;
  margin-top: 8px;
  padding: 8px 8px 8px 24px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-header__logowrap {
  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;
  margin-right: auto;
}
.c-header__logo {
  display: inline-block;
}
.c-header__logo img {
  width: 303px;
}
.c-header__nav {
  margin-left: 24px;
}
.c-header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: 8px;
}
.c-header__group .c-btn1 + .c-btn1 {
  margin-left: 1px;
}
.c-header__fixed {
  position: fixed;
  bottom: 16px;
  right: 16px;
  max-width: calc(100% - 32px);
  z-index: 5;
}
.c-header__fixed.is-simple .c-btn3__text {
  width: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
.c-header__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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-header__itembtn {
  width: 100%;
}
.c-header__itembtn + .c-header__itembtn {
  margin-top: 8px;
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer__main {
  position: relative;
  padding: 46px 0 41px;
}
.c-footer__inner {
  padding: 0 40px;
}
.c-footer__top {
  padding: 0 0 29px;
}
.c-footer__bottom {
  position: relative;
  width: 100%;
  padding: 56px 0 0;
  border-top: 1px solid #e6e6e6;
}
.c-footer__logo {
  display: inline-block;
}
.c-footer__logo img {
  width: 302px;
}
.c-footer__slogan {
  margin-top: 12px;
  color: #0b337e;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-footer__address {
  margin-top: 18px;
  color: #0b337e;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: -0.02em;
}
.c-footer__copyright {
  margin-top: 37px;
  color: #0b337e;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
/*------------------------------------------------------------
    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: 1023px) {
  body {
    width: 1024px;
  }
}
/*------------------------------------------------------------
    Container
------------------------------------------------------------*/
.l-container {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 40px;
}
.l-container--w730 {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  padding: 0 40px;
}
.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.l-wrapper__side {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: sticky;
  top: 88px;
  width: 204px;
  padding: 88px 0 160px;
}
.l-wrapper__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 204px);
  padding-left: 56px;
}
/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
.c-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 820px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-mv {
    height: 69.4444444444vw;
    min-height: unset;
  }
}
.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: 80.5555555556%;
}
.c-mv__slider {
  position: relative;
  width: 100%;
  height: calc(100% - 80px);
}
.c-mv__thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-mv__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-mv__pagi {
  margin-top: 10px;
  padding: 0 26px 0 40px;
}
.c-mv__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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 19.4444444444%;
  max-width: 280px;
  padding: 144px 25px 80px;
}
.c-mv__right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 120px);
  height: 100%;
  background-color: #faf7eb;
  z-index: -1;
}
.c-mv__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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}
.c-mv__subtitle {
  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: 50%;
  max-width: 115px;
}
.c-mv__subtitle::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 108.6956521739%;
}
.c-mv__subtitle::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/common/chatbox.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-mv__subtitle img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 1px), calc(-50% - 5px));
  transform: translate(calc(-50% + 1px), calc(-50% - 5px));
  width: 59.1304347826%;
  z-index: 1;
}
.c-mv__title {
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
  margin: 0 32px;
  margin-top: 1.2vh;
}
.c-mv__people {
  margin-top: 3.2vh;
  margin-left: 62px;
}
.c-mv__people img {
  width: 100%;
  max-width: 168px;
}
.c-mv__banner {
  position: absolute;
  bottom: 20px;
  left: 16px;
  z-index: 1;
}
.c-mv__banner img {
  width: 300px;
}
/*------------------------------------------------------------
    Breadcrumb
------------------------------------------------------------*/
.c-breadcrumb1 {
  color: #0b337e;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-breadcrumb1 li {
  display: contents;
  position: relative;
}
.c-breadcrumb1 li + li::before {
  content: "／";
  display: inline-block;
  position: relative;
  margin-right: 2px;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    About
------------------------------------------------------------*/
.c-about1__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.c-about1__logo img {
  width: 105px;
}
.c-about1__title {
  margin-top: 23px;
  color: #0b337e;
  font-size: 8.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  text-align: center;
}
.c-about1__title small {
  display: block;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-indent: 0;
}
.c-about1__title span {
  display: block;
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
  margin-top: 9px;
}
.c-about1__subheading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 62px;
  margin-top: 38px;
}
.c-about1__people {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -61px;
  pointer-events: none;
}
.c-about1__people--left {
  margin-right: 16px;
}
.c-about1__people--left img {
  width: 110px;
}
.c-about1__people--right {
  margin-left: 16px;
  margin-right: 4px;
}
.c-about1__people--right img {
  width: 106px;
}
.c-about1__subtitle {
  position: relative;
  padding: 16px 0 15px;
  border-top: 1px solid #1d4796;
  border-bottom: 1px solid #1d4796;
  color: #0b337e;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.125em;
  text-indent: 0.125em;
  text-align: center;
}
/*------------------------------------------------------------
    Alert
------------------------------------------------------------*/
.c-alert1 {
  position: relative;
  width: 100%;
  min-height: 35px;
  padding: 8px 8px 7px;
  background-color: #faf7eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-alert1__text {
  color: #ff6b6b;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
/*------------------------------------------------------------
    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;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 8px;
  background-color: transparent;
  border: 1px solid #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;
}
.c-arrow1__icon {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  overflow: hidden;
}
.c-arrow1__icon::after {
  content: "\e901";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  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;
}
.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;
  position: relative;
  width: 64px;
  height: 64px;
  padding: 12px;
  background-color: transparent;
  border: 1px solid #a4caeb;
  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;
}
.c-arrow2__icon {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.c-arrow2__icon::after {
  content: "\e901";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #a4caeb;
  font-family: "icomoon";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Banner
------------------------------------------------------------*/
.c-banner1 {
  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: 24px 96px 24px 178px;
  position: relative;
  width: 100%;
  max-width: 720px;
  min-height: 128px;
  background-color: #edf5fc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-banner1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 154px;
  height: 128px;
  background-image: url("/assets/img/common/logo-default-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-banner1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #edf5fc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 1;
}
.c-banner1__en {
  display: block;
  color: #0b337e;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.5em;
}
.c-banner1__ja {
  display: block;
  margin-bottom: 2px;
  color: #666;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.43;
}
.c-banner2__arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*------------------------------------------------------------
    Box
------------------------------------------------------------*/
.c-box1 {
  position: relative;
  width: 100%;
  padding: 32px 35px;
  background-color: #faf7eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-box1 .c-checklist1 + .c-box1__text {
  margin-top: 20px;
}
.c-box1__text {
  color: #0b337e;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-box2 {
  position: relative;
  width: 100%;
  padding: 40px 40px 37px;
  background-color: #faf7eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-box2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-box2__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 204px);
  padding-right: 40px;
}
.c-box2__content {
  margin-top: 14px;
}
.c-box2__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 204px;
}
.c-box3 {
  position: relative;
  width: 100%;
  padding: 32px 40px;
  background-color: #1d4796;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*------------------------------------------------------------
    Button
------------------------------------------------------------*/
.c-btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 64px;
  padding: 11px 23px;
  background-color: #0b337e;
  border: 1px solid #0b337e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-align: center;
}
.c-btn2 {
  position: relative;
}
.c-btn2::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/common/grid.svg");
  background-repeat: repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-btn2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  .c-btn2:hover::after {
    -webkit-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
  }
}
.c-btn2--white .c-btn2__text {
  background-color: #fff;
  border-color: #1d4796;
  color: #0b337e;
}
.c-btn2--white .c-btn2__text::after {
  color: #0b337e;
}
.c-btn2--simple .c-btn2__text::after {
  content: none;
}
.c-btn2__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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 159px;
  min-height: 49px;
  padding: 9px 39px;
  background-color: #0b337e;
  border: 1px solid #0b337e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-btn2__text::after {
  content: "\e901";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  display: inline-block;
  margin-left: 4px;
  color: #fff;
  font-family: "icomoon";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
.c-btn3 {
  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;
  min-height: 48px;
  padding: 8px 11px;
  background-color: transparent;
  border: 1px solid #ccc7b1;
  border-radius: 24px;
  -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);
    background-color: #fff;
  }
}
.c-btn3__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  color: #1d4796;
  font-size: 2.4rem;
}
.c-btn3__text {
  width: 124px;
  margin-left: 12px;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  color: #0b337e;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.92;
  letter-spacing: -0.02em;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease-in-out 0.3s, all 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out 0.3s, all 0.3s ease-in-out;
}
.c-btn4 {
  display: inline-block;
  color: #0b337e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: -0.02em;
  text-align: center;
}
.c-btn4::after {
  content: "\e900";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 4px;
  color: #0b337e;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.c-btn4--border {
  padding-bottom: 6px;
  border-bottom: 1px solid #1d4796;
}
.c-btn5 {
  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: 11px 23px;
  background-color: #0b337e;
  border: 1px solid #0b337e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-btn5::after {
  content: "\e901";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  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-btn5:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #fff;
    border-color: #1d4796;
    color: #0b337e;
  }
  .c-btn5:hover::after {
    color: #0b337e;
  }
}
/*------------------------------------------------------------
    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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-card1--horizontal {
  -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;
}
.c-card1--horizontal .c-card1__top {
  width: 28.9855072464%;
}
.c-card1--horizontal .c-card1__bottom {
  width: 71.0144927536%;
  margin-top: 30px;
  padding: 0 0 0 24px;
}
.c-card1--horizontal .c-card1__title {
  text-align: left;
}
.c-card1--horizontal .c-card1__description {
  margin-top: 22px;
}
.c-card1__top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.c-card1__thumb {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(199, 179, 99, 0.2);
  box-shadow: 0 3px 6px rgba(199, 179, 99, 0.2);
  overflow: hidden;
}
.c-card1__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.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;
}
.c-card1__bottom {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  margin-top: 25px;
  padding: 0 16px;
}
.c-card1__title {
  color: #0b337e;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}
.c-card1__description {
  margin-top: 21px;
  color: #0b337e;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-card2 {
  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.08);
    transform: scale(1.08);
  }
  .c-card2:hover .c-card2__ja img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.c-card2__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card2__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 193.6936936937%;
}
.c-card2__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 48, 51, 0.3);
}
.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: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-card2__ja {
  position: absolute;
  top: 16px;
  right: 24px;
  z-index: 1;
}
.c-card2__ja img {
  width: 23px;
}
.c-card2__en {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 4px 6px;
  opacity: 0.2;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  font-size: 5.1rem;
  font-weight: 300;
  line-height: 1;
  text-align: right;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.c-card2__arrow {
  position: absolute;
  bottom: 12px;
  right: 16px;
  z-index: 1;
}
.c-card3 {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .c-card3:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-card3:hover .c-card3__thumb img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-card3:hover .c-card3__title::after {
    width: 100%;
  }
}
.c-card3__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card3__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 50%;
}
.c-card3__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 48, 51, 0.3);
}
.c-card3__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: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-card3__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: 24px 40px;
  overflow: hidden;
  z-index: 1;
}
.c-card3__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 6px;
}
.c-card3__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-card3__ja {
  display: block;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.c-card3__en {
  display: block;
  margin-top: 1px;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
/*------------------------------------------------------------
    Checklist
------------------------------------------------------------*/
.c-checklist1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px -8px 0;
}
.c-checklist1__item {
  margin: 0 4px 8px 0;
}
.c-checklist1__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 100%;
  padding: 6px 9px 6px 8px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0b337e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
.c-checklist1__name::before {
  content: "\e903";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
  margin-right: 4px;
  color: #1d4796;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
/*------------------------------------------------------------
    Contact
------------------------------------------------------------*/
.c-contact1 {
  display: block;
  position: relative;
  width: 100%;
  padding: 75px 104px 75px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-contact1::after {
  content: "\e904";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-family: "icomoon";
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
}
.c-contact1__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;
}
.c-contact1__en {
  margin-right: 24px;
  color: #fff;
  font-size: 8.3rem;
  font-weight: 300;
  line-height: 1;
}
.c-contact1__ja {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  margin: 6px 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-contact1__description {
  margin: 27px 0 5px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-contact2 {
  position: relative;
  width: 100%;
  padding: 39px;
  background-color: transparent;
  border: 1px solid #ccc7b1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-contact2__text {
  margin-top: -2px;
  color: #0b337e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-contact2__list {
  margin-top: 22px;
}
.c-contact2__item + .c-contact2__item {
  margin-top: 16px;
}
.c-contact2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-contact2__left {
  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: 154px;
  padding: 12px 12px 14px 0;
  border-right: 4px solid #f0ebd8;
}
.c-contact2__name {
  color: #0b337e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-contact2__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 154px);
  padding-left: 24px;
}
.c-contact2__phone {
  margin-top: 5px;
}
.c-contact2__time {
  margin-top: 4px;
  color: #0b337e;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
/*------------------------------------------------------------
    Example
------------------------------------------------------------*/
.c-example1__heading {
  display: inline-block;
  min-height: 37px;
  padding: 4px 17px 4px 16px;
  background-color: #1d4796;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-example1__title {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-example1__body {
  position: relative;
  width: 100%;
  padding: 40px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-example1__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;
  margin: 38px 0 6px;
}
.c-example2__heading {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 36px);
  min-height: 36px;
  padding: 4px 16px 3px;
  background-color: #0b337e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-example2__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 36px;
  height: 36px;
  background-color: #0b337e;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.c-example2__title {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-example2__body {
  position: relative;
  padding: 24px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
/*------------------------------------------------------------
    Flow
------------------------------------------------------------*/
.c-flow1 {
  position: relative;
}
.c-flow1__item {
  position: relative;
}
.c-flow1__item + .c-flow1__item {
  margin-top: 47px;
}
.c-flow1__item + .c-flow1__item::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 85px;
  height: 32px;
  background-color: #ccc7b1;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.c-flow1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 5px solid #c0cce3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-flow1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 107px;
  background-color: #c0cce3;
}
.c-flow1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 107px);
  padding: 11px 39px 10px 20px;
  background-color: #fff;
}
.c-flow1__heading {
  position: relative;
  width: 100%;
  margin-top: -1px;
  border-bottom: 1px dotted #666;
}
.c-flow1__title {
  color: #0c337e;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-flow1__content {
  margin-top: 8px;
  color: #666;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}
.c-flow1__content p + p {
  margin-top: 17px;
}
/*------------------------------------------------------------
    Group
------------------------------------------------------------*/
.c-group1__item {
  padding: 40px 0;
  border-bottom: 4px solid #faf7eb;
}
.c-group1__item:first-child {
  padding-top: 0;
}
/*------------------------------------------------------------
    Heading
------------------------------------------------------------*/
.c-heading1__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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 174px 0 60px;
  min-height: 400px;
}
.c-heading1__box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 48, 51, 0.3);
}
.c-heading1__title {
  position: relative;
  z-index: 1;
}
.c-heading1__ja {
  display: block;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  text-align: center;
}
.c-heading1__en {
  display: block;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
.c-heading1__breadcrumb {
  padding: 16px 39px;
}
/*------------------------------------------------------------
    List
------------------------------------------------------------*/
.c-list1 {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-list1__item {
  position: relative;
  padding-left: 24px;
}
.c-list1__item::before {
  content: "\e903";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  color: #1d4796;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.c-list2 {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-list2__item {
  position: relative;
  padding-left: 27px;
}
.c-list2__item::before {
  content: "\e903";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  color: #fff;
  font-family: "icomoon";
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1;
}
.c-list2__item + .c-list2__item {
  margin-top: 8px;
}
/*------------------------------------------------------------
    Listpost
------------------------------------------------------------*/
.c-listpost1__item + .c-listpost1__item {
  margin-top: 24px;
}
.c-listpost1__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-listpost1__link.is-nolink {
  pointer-events: none;
}
.c-listpost1__datetime {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  padding-right: 12px;
  color: #0b337e;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-listpost1__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 100px);
  color: #0b337e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*------------------------------------------------------------
    Note
------------------------------------------------------------*/
.c-note1 {
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
/*------------------------------------------------------------
    Part
------------------------------------------------------------*/
.c-part1__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-part1__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 40.5797101449%;
}
.c-part1__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-part1__content {
  margin-top: 39px;
}
.c-part1__title {
  color: #0b337e;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-part1__description {
  margin-top: 21px;
}
.c-part1__description .c-list1 + .c-note1 {
  margin-top: 10px;
}
.c-part1__description p + p {
  margin-top: 29px;
}
.c-part2__title {
  color: #0b337e;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-part2__description {
  margin-top: 11px;
}
.c-part2__thumbgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 21px -4px 0;
}
.c-part2__thumbitem {
  width: calc(50% - 8px);
  margin: 0 4px;
}
.c-part3__title {
  color: #0b337e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-part3__thumbgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 8px -20px 0;
}
.c-part3__thumbitem {
  position: relative;
  width: calc(50% - 40px);
  margin: 0 20px;
}
.c-part3__thumbitem + .c-part3__thumbitem::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -27px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 48px;
  background-color: #e6e6e6;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.c-part3__badge {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  padding: 2px 4px 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.31;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-part3__badge--before {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ccc;
}
.c-part3__badge--after {
  background-color: #0b337e;
  color: #f2dc79;
}
.c-part4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-part4__left {
  width: 71.0144927536%;
  padding-right: 24px;
}
.c-part4__slogan {
  margin-top: -2px;
  color: #0b337e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-part4__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 5px;
}
.c-part4__groupleft {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 84px;
}
.c-part4__badge {
  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: 84px;
  height: 84px;
  padding: 8px;
  background-color: #ff6b6b;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-part4__badgetext {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}
.c-part4__groupright {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 84px);
  padding-left: 8px;
}
.c-part4__subtitle {
  margin-top: -2px;
  color: #0b337e;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.79;
  letter-spacing: -0.02em;
}
.c-part4__title {
  margin-top: -2px;
  color: #0b337e;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.c-part4__content {
  margin-top: 14px;
}
.c-part4__right {
  width: 28.9855072464%;
}
.c-part4__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-part4__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 130%;
}
.c-part4__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-part5__title {
  color: #ff6b6b;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-part5__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 23px -16px 0;
}
.c-part5__item {
  position: relative;
  width: 33.3333333333%;
  margin: 0 16px;
}
.c-part5__item + .c-part5__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/common/plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-part5__result {
  -webkit-transform: translateX(-7px);
  transform: translateX(-7px);
  margin-top: 13px;
  text-align: right;
}
.c-part6__title {
  color: #b3a259;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-part6__body {
  margin-top: 24px;
}
.c-part6__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-part6__wrap + .c-part6__wrap {
  margin-top: 24px;
}
.c-part6__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 67.2131147541%;
  padding-right: 24px;
}
.c-part6__content {
  margin: -3px 0;
}
.c-part6__content p + p {
  margin-top: 29px;
}
.c-part6__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32.7868852459%;
}
.c-part6__thumb {
  display: block;
  width: 100%;
}
.c-part6__thumb + .c-part6__thumb {
  margin-top: 10px;
}
.c-part6__thumb img {
  width: 100%;
}
.c-part7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-part7__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 36.231884058%;
}
.c-part7__first {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-part7__first::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 68%;
}
.c-part7__first 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-part7__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 63.768115942%;
  padding-left: 15px;
}
.c-part7__description {
  color: #19347a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-part7__thumbgroup {
  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: 20px -5px -0.95rem;
}
.c-part7__thumbitem {
  width: calc(33.3333333333% - 10px);
  max-width: 130px;
  margin: 0 5px 0.95rem;
}
.c-part7__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-part7__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 69.2307692308%;
}
.c-part7__thumb img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-part8__description {
  margin-top: -2px;
  color: #0b337e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-part8__list {
  margin-top: 21px;
}
.c-part8__item {
  position: relative;
}
.c-part8__item + .c-part8__item {
  margin-top: 48px;
}
.c-part8__item + .c-part8__item::before {
  content: "";
  position: absolute;
  top: -31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 48px;
  height: 20px;
  background-color: #1d4796;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.c-part8__box {
  position: relative;
  width: 100%;
  padding: 18px 24px 24px;
  background-color: #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-part8__box--after {
  background-color: #faf7eb;
}
.c-part8__box--after .c-part8__en {
  color: #0b337e;
}
.c-part8__box--after .c-part8__ja {
  color: #0b337e;
}
.c-part8__box--after .c-part8__ja::before {
  background-color: #0b337e;
}
.c-part8__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;
  min-height: 29px;
}
.c-part8__en {
  margin-right: 8px;
  color: #999;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-part8__ja {
  position: relative;
  padding-left: 24px;
  color: #999;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.c-part8__ja::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: #999;
}
.c-part8__thumbgroup {
  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: 5px -0.45rem -10px;
}
.c-part8__thumbitem {
  width: calc(33.3333333333% - 9px);
  margin: 0 0.45rem 10px;
}
.c-part8__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-part8__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.c-part8__thumb img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*------------------------------------------------------------
    Phone
------------------------------------------------------------*/
.c-phone1 {
  display: inline-block;
  color: #0b337e;
  font-family: "Outfit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.c-phone1 small {
  display: inline-block;
  margin-right: 4px;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.5;
}
/*------------------------------------------------------------
    Point
------------------------------------------------------------*/
.c-point1 {
  position: relative;
  padding-left: 18px;
  color: #0b337e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-point1::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #1d4796;
  border-radius: 50%;
}
/*------------------------------------------------------------
    Slider
------------------------------------------------------------*/
.c-slider1__pagi {
  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: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-slider1__line {
  display: block;
  position: relative;
  width: 24px;
  height: 1px;
  margin: 0 8px;
  background-color: #ccc7b1;
  overflow: hidden;
}
.c-slider1__line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0b337e;
  z-index: 1;
  -webkit-animation: slideline 6.4s linear infinite;
  animation: slideline 6.4s linear infinite;
}
.c-slider1__number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #0b337e;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.54;
  letter-spacing: -0.02em;
}
/*------------------------------------------------------------
    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;
  padding: 22px 0 21px;
  border-bottom: 1px solid #e6e6e6;
}
.c-table1__row:first-child {
  padding-top: 0;
}
.c-table1__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20.5797101449%;
  padding-right: 12px;
  color: #0b337e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-align: left;
}
.c-table1__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 79.4202898551%;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-text1 {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
/*------------------------------------------------------------
    Thumbnail
------------------------------------------------------------*/
.c-thumb1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumb1::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.4633431085%;
}
.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: 78.8856304985%;
}
.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: 61.7543859649%;
}
.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;
}
.c-thumb4 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumb4::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 93.6842105263%;
}
.c-thumb4 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-thumb5 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumb5::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 63.8596491228%;
}
.c-thumb5 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-thumb6 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumb6::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 73.6842105263%;
}
.c-thumb6 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-thumb7 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumb7::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 133.3333333333%;
}
.c-thumb7 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-thumb8 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumb8::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 137.2549019608%;
}
.c-thumb8 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-thumb9 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumb9::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.c-thumb9 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;
}
/*------------------------------------------------------------
    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;
  width: 100%;
}
.c-timeline1__row:first-child .c-timeline1__left {
  padding-top: 0;
}
.c-timeline1__row:first-child .c-timeline1__left::after {
  top: 9px;
}
.c-timeline1__row:first-child .c-timeline1__right {
  padding-top: 0;
}
.c-timeline1__row:first-child .c-timeline1__right::before {
  top: 2px;
  height: calc(100% - 2px);
}
.c-timeline1__row:last-child .c-timeline1__left {
  padding-bottom: 0;
}
.c-timeline1__row:last-child .c-timeline1__right {
  padding-bottom: 0;
}
.c-timeline1__row:last-child .c-timeline1__right::before {
  height: calc(100% - 3px);
}
.c-timeline1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 168px;
  padding: 14px 30px 13px 0;
}
.c-timeline1__left::after {
  content: "";
  position: absolute;
  top: 23px;
  right: -8px;
  width: 12px;
  height: 12px;
  background-color: #1d4796;
  border-radius: 50%;
  z-index: 1;
}
.c-timeline1__time {
  color: #0b337e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.015em;
}
.c-timeline1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: calc(100% - 168px);
  padding: 14px 0 13px 34px;
}
.c-timeline1__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #faf7eb;
}
.c-timeline1__thumbgroup {
  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: 9px -4px -9px;
}
.c-timeline1__thumbitem {
  width: calc(50% - 8px);
  margin: 0 4px 12px;
}
.c-timeline1__thumb {
  width: 100%;
}
.c-timeline1__thumb img {
  width: 100%;
}
.c-timeline1__thumb--style1 {
  width: 58.3783783784%;
}
.c-timeline1__thumb--style2 {
  width: 48.6486486486%;
}
/*------------------------------------------------------------
    Title
------------------------------------------------------------*/
.c-title1 {
  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;
  padding: 13px 14px;
  background-color: #0b337e;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
  white-space: nowrap;
}
.c-title2 {
  color: #0b337e;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.c-title3 {
  position: relative;
  width: 100%;
  min-height: 52px;
  padding: 8px 16px;
  background-color: #efefef;
  border-bottom: 1px solid #ccc;
  color: #0b337e;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.c-title3--small {
  padding: 12px 16px 11px;
  font-size: 1.9rem;
}
.c-title4 {
  position: relative;
  padding-left: 17px;
  color: #0b337e;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.c-title4::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: calc(100% - 12px);
  background-color: #0b337e;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    CSS of Top page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of News section
------------------------------------------------------------*/
.top-news {
  position: relative;
  padding: 80px 0 208px;
}
.top-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.top-news__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 160px;
}
.top-news__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;
  width: 160px;
  height: 160px;
  padding: 16px;
  background-color: #faf7eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.top-news__btntext {
  margin-top: 2px;
  color: #0b337e;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.78;
  letter-spacing: -0.02em;
  text-align: center;
}
.top-news__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 160px);
  padding-left: 40px;
}
.top-news__banner {
  display: block;
  margin-top: 40px;
}
.top-news__banner img {
  width: 100%;
}
/*------------------------------------------------------------
    CSS of Company section
------------------------------------------------------------*/
.top-company {
  position: relative;
  padding: 48px 0 8px;
}
.top-company::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #faf7eb;
}
.top-company__body {
  margin-top: 56px;
}
.top-company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -20px;
}
.top-company__item {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px;
}
.top-company__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;
  margin-top: 53px;
}
/*------------------------------------------------------------
    CSS of Policy section
------------------------------------------------------------*/
.top-policy {
  position: relative;
  padding: 128px 0;
}
.top-policy__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.top-policy__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 61px;
  position: relative;
}
.top-policy__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 16px 8px 14px;
}
.top-policy__heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 40px);
  height: 100%;
  background-color: #0b337e;
}
.top-policy__title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
  white-space: nowrap;
}
.top-policy__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: calc(100% - 61px);
  margin-top: 40px;
  padding-right: 1px;
  z-index: 1;
}
.top-policy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.top-policy__item {
  width: 25%;
  background-color: #fff;
}
/*------------------------------------------------------------
    CSS of Works section
------------------------------------------------------------*/
.top-works {
  position: relative;
  padding: 128px 0 160px;
}
.top-works__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-works__body {
  margin-top: 56px;
}
.top-works__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;
}
.top-works__item {
  width: 50%;
}
.top-works__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;
  margin-top: 56px;
}
.top-works__banner {
  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: 136px;
}
/*------------------------------------------------------------
    CSS of Policy page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.policy-heading .c-heading1__box {
  background-image: url("/assets/img/policy/heading.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*------------------------------------------------------------
    CSS of About section
------------------------------------------------------------*/
.policy-about {
  position: relative;
  padding: 88px 0 104px;
}
.policy-about__body {
  margin-top: 40px;
}
.policy-about__item + .policy-about__item {
  margin-top: 16px;
}
.policy-about__contact {
  margin-top: 63px;
}
.policy-about__contacttitle {
  color: #b3a259;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}
.policy-about__contactbox {
  margin-top: 11px;
}
/*------------------------------------------------------------
    CSS of Reform section
------------------------------------------------------------*/
.policy-reform {
  position: relative;
  padding: 103px 0 0;
}
.policy-reform::before {
  content: "";
  position: absolute;
  top: 0;
  right: min(-40px, -1 * (100vw - var(--scrollbar-width) - 1030px) / 2 - 40px);
  width: calc(100vw - var(--scrollbar-width));
  height: 100%;
  background-color: #faf7eb;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .policy-reform::before {
    right: -40px;
    width: 1024px;
  }
}
.policy-reform__heading .c-part1 {
  margin-top: 39px;
}
.policy-reform__list {
  margin-top: 62px;
}
.policy-reform__item {
  padding: 37px 0 40px;
  border-top: 4px solid #f0ebd8;
}
.policy-reform__item:last-child {
  padding-bottom: 0;
}
.policy-reform__example {
  margin-top: 64px;
}
.policy-reform__contact {
  margin-top: 64px;
}
/*------------------------------------------------------------
    CSS of Retrofitting section
------------------------------------------------------------*/
.policy-retrofitting {
  position: relative;
  padding: 103px 0 0;
}
.policy-retrofitting::before {
  content: "";
  position: absolute;
  top: 0;
  right: min(-40px, -1 * (100vw - var(--scrollbar-width) - 1030px) / 2 - 40px);
  width: calc(100vw - var(--scrollbar-width));
  height: 100%;
  background-color: #faf7eb;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .policy-retrofitting::before {
    right: -40px;
    width: 1024px;
  }
}
.policy-retrofitting__intro {
  margin-top: 38px;
}
.policy-retrofitting__flow {
  margin-top: 40px;
}
.policy-retrofitting__flowimg img {
  width: 100%;
}
.policy-retrofitting__example {
  margin-top: 40px;
}
.policy-retrofitting__example .c-example1__text {
  margin: 23px 0 -3px;
}
.policy-retrofitting__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;
  margin-top: 38px;
}
.policy-retrofitting__contact {
  margin-top: 64px;
}
/*------------------------------------------------------------
    CSS of Renovation section
------------------------------------------------------------*/
.policy-renovation {
  position: relative;
  padding: 102px 0 0;
}
.policy-renovation::before {
  content: "";
  position: absolute;
  top: 0;
  right: min(-40px, -1 * (100vw - var(--scrollbar-width) - 1030px) / 2 - 40px);
  width: calc(100vw - var(--scrollbar-width));
  height: 100%;
  background-color: #faf7eb;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .policy-renovation::before {
    right: -40px;
    width: 1024px;
  }
}
.policy-renovation__heading .c-part1 {
  margin-top: 39px;
}
.policy-renovation__example {
  margin-top: 63px;
}
.policy-renovation__contact {
  margin-top: 64px;
}
/*------------------------------------------------------------
    CSS of Newbuilds section
------------------------------------------------------------*/
.policy-newbuilds {
  position: relative;
  padding: 103px 0 160px;
}
.policy-newbuilds::before {
  content: "";
  position: absolute;
  top: 0;
  right: min(-40px, -1 * (100vw - var(--scrollbar-width) - 1030px) / 2 - 40px);
  width: calc(100vw - var(--scrollbar-width));
  height: 100%;
  background-color: #faf7eb;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .policy-newbuilds::before {
    right: -40px;
    width: 1024px;
  }
}
.policy-newbuilds__heading .c-part1 {
  margin-top: 38px;
}
.policy-newbuilds__example {
  margin-top: 61px;
}
.policy-newbuilds__flow {
  margin-top: 64px;
}
.policy-newbuilds__flowmain {
  margin-top: 38px;
}
.policy-newbulds__flowbody {
  position: relative;
  height: 319px;
  margin-top: 38px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.policy-newbulds__flowbody::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#faf7eb00), to(#faf7eb)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #faf7eb00 0%, #faf7eb 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #faf7eb00 0%, #faf7eb 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.policy-newbulds__flowbody.is-show {
  height: 100%;
}
.policy-newbulds__flowbody.is-show::after {
  opacity: 0;
  visibility: hidden;
}
.policy-newbulds__flowbody.is-show + .policy-newbuilds__flowbtn {
  display: none;
}
.policy-newbuilds__flowbtn {
  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: 23px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.policy-newbuilds__contact {
  margin-top: 72px;
}
/*------------------------------------------------------------
    CSS of Works page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.works-heading .c-heading1__box {
  background-image: url("/assets/img/works/heading.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.works-archive {
  position: relative;
  padding: 88px 0 160px;
}
.works-archive__heading .c-title4 {
  margin-top: -1px;
}
.works-archive__body {
  margin-top: 32px;
}
.works-archive__list {
  margin-top: 64px;
}
.works-archive__item + .works-archive__item {
  margin-top: 64px;
}
/*------------------------------------------------------------
    CSS of Reform section
------------------------------------------------------------*/
.works-reform {
  position: relative;
  padding: 88px 0 160px;
}
.works-reform__heading .c-title4 {
  margin-top: -1px;
}
.works-reform__body {
  margin-top: 32px;
}
.works-reform__list {
  margin-top: 64px;
}
.works-reform__item + .works-reform__item {
  margin-top: 64px;
}
/*------------------------------------------------------------
    CSS of Company page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.company-heading .c-heading1__box {
  background-image: url("/assets/img/company/heading.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*------------------------------------------------------------
    CSS of Message section
------------------------------------------------------------*/
.company-message {
  position: relative;
  padding: 88px 0 0;
}
.company-message__body {
  margin-top: 40px;
}
.company-message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.company-message__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 204px);
  padding-right: 56px;
}
.company-message__content {
  margin-top: -2px;
}
.company-message__content p + p {
  margin-top: 29px;
}
.company-message__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 204px;
}
.company-message__infocontent {
  margin-top: 16px;
}
.company-message__inforole {
  color: #0b337e;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.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: 1px;
}
.company-message__infoja {
  margin-right: 13px;
  color: #0b337e;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.79;
  letter-spacing: -0.02em;
}
.company-message__infoen {
  margin-top: 2px;
  color: #778da9;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.company-message__thumbgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 37px -4px 0;
}
.company-message__thumbitem {
  margin: 0 4px;
}
.company-message__thumbitem:nth-child(1) {
  width: calc(73.0688935282% - 8px);
}
.company-message__thumbitem:nth-child(2) {
  width: calc(26.9311064718% - 8px);
}
.company-message__thumb {
  height: 100%;
}
.company-message__thumb img {
  width: 100%;
  height: 100%;
}
/*------------------------------------------------------------
    CSS of Outline section
------------------------------------------------------------*/
.company-outline {
  position: relative;
  padding: 104px 0 0;
}
.company-outline__body {
  margin-top: 40px;
}
.company-outline__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.company-outline__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 204px);
  padding-right: 56px;
}
.company-outline__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 204px;
}
.company-outline__box {
  margin-top: 41px;
}
.company-outline__map {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 40px;
}
.company-outline__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.company-outline__map iframe {
  width: 100%;
  height: 100%;
}
/*------------------------------------------------------------
    CSS of History section
------------------------------------------------------------*/
.company-history {
  position: relative;
  padding: 104px 0 158px;
}
.company-history__body {
  margin-top: 38px;
}
/*------------------------------------------------------------
    CSS of Contact page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.contact-heading .c-heading1__box {
  background-image: url("/assets/img/contact/heading.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*------------------------------------------------------------
    CSS of Form section
------------------------------------------------------------*/
.contact-form {
  position: relative;
  padding: 88px 0 160px;
}
.contact-form__main {
  margin-top: 40px;
  padding: 10px;
}
label.label_true {
	background-color: #ffe;
	border: solid 1px #ccc;
	text-decoration: none;
}
label.label_false {
	background-color: none;
	background-image: none;
	border: none;
}
label.label_false span {
  text-decoration: underline;
}
label.label_false small {
  text-decoration: none;
}
div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#mailfrom_hidden_object input {
	margin: 10px;
}
div#mfp_closed {
	display: none;
}
div.mfp_disp {
	display: none;
}
div#input_time_disp {
	padding: 10px;
}
div#expires_time_disp {
	padding: 10px;
	text-align: center;
}
div#expires_time_disp strong {
	font-size: 1.8rem;
	color: #c00;
}
div#limit_disp {
	padding: 10px;
	text-align: center;
}
div#limit_disp strong {
	font-size: 2.4rem;
	color: #c00;
}
div#mfp_buttons {
  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: 40px -2px 0;
}
div#mfp_buttons input {
  margin: 0 2px;
}
input#button_mfp_goconfirm {
  display: block;
	width: 100px;
	height: 30px;
	background-color: #fff;
	background-image: url("/contact/images/mfp_goconfirm.gif");
	border: none;
	cursor: pointer;
	overflow: hidden;
}
input#button_mfp_reset {
  display: block;
	width: 100px;
	height: 30px;
	background-color: #fff;
	background-image: url("/contact/images/mfp_reset.gif");
	border: none;
	cursor: pointer;
	overflow: hidden;
}
.reset_over {
	background-image: url("/contact/images/mfp_reset_over.gif");
}
.reset_out {
	background-image: url("/contact/images/mfp_reset.gif");
}
.confirm_over {
	background-image: url("/contact/images/mfp_confirm_over.gif");
}
.confirm_out {
	background-image: url("/contact/images/mfp_confirm.gif");
}
table.mailform {
	width: 100%;
  border-collapse: collapse;
}
table.mailform tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
table.mailform tr th {
  -ms-flex-negative: 0;
  flex-shrink: 0;
	width: 160px;
  position: relative;
	padding: 7px 0px 7px 45px;
  color: #666;
	font-size: 1.2rem;
	font-weight: 400;
  line-height: 1.5;
	text-align: right;
}
table.mailform tr th img.must {
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 30px;
  height: 16px;
}
table.mailform tr th span {
	display: block;
	color: #999;
	font-size: 1rem;
}
table.mailform tr td {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 160px);
	padding: 7px 10px 7px;
  color: #666;
	font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
table.mailform tr td input[type=text].mfp {
  padding: 2px;
  color: #000;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.15;
}
table.mailform tr td input[type=checkbox] {
  margin: 0;
}
table.mailform tr td textarea {
  width: 100%;
  max-width: 422px;
  height: 122px;
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}
table.mailform tr td select.mfp {
  height: 19px;
  padding: 1px;
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  color: #000;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.15;
}
table.mailform tr td label {
  display: block;
  margin-bottom: 1px;
  padding: 2px;
  cursor: pointer;
  color: #666;
	font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
table.mailform tr td label span {
  text-decoration: underline;
}
table.mailform tr td label small {
  display: block;
  margin-bottom: 3px;
  padding-left: 16px;
  color: #999;
  font-size: 1rem;
}
table.mailform tr td .mfp_err {
	display: none;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
  background-image: url("/contact/images/mfp_error.gif");
	background-repeat: no-repeat;
	background-position: 0px 1px;
	color: #f00;
	font-size: 1.2rem;
	font-weight: 400;
  line-height: 1;
  text-align: left;
}
ul.confirm_layer {
	width: 560px;
	margin: 0px;
	padding: 0px;
}
ul.confirm_layer li {
	width: 560px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
}
li.confirm_middle {
	background-image: url("/contact/images/mfp_table_background.png");
}
li.confirm_top {
	height: 33px;
	background-image: url("/contact/images/mfp_table_top.png");
}
li.confirm_bottom {
	height: 33px;
  background-image: url("/contact/images/mfp_table_bottom.png");
}
div#disabled_submit {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#disabled_submit input {
	margin: 10px;
}
table.infield {
	width: 500px;
	margin: 0px auto;
}
table.infield tr th {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	color: #232323;
	font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
	text-align: right;
}
table.infield tr td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
table.infield tr td p {
  margin: 0px;
	padding: 5px 0px 5px 10px;
	border-left: 2px solid #ccc;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
	line-height: 1.5em;
	text-align: left;
}
.mfp_color {
	background-color: #e8eef9;
}
div#confirmWindow {
	position: fixed !important;
	top: 0;
	left: 0;
  width: 100%;
	height: 100%;
  margin: 0px;
	opacity: 0.3;
  filter: alpha(opacity=30);
	visibility: hidden;
	background-color: #000;
  overflow: hidden;
	z-index: 19;
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.2rem;
	text-align: center;
}
div#confirmBody {
  position: absolute;
	width: 1px;
	margin: 0px auto;
  visibility: hidden;
	z-index: 20;
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
}
div#confirmBody h2 {
  margin: 10px auto 0px;
	width: 300px;
	height: 33px;
	color: #fff;
}
div.buttons {
	margin: 0px auto;
}
div#twex {
  display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	margin: 0px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	overflow: hidden;
	z-index: 100;
	text-align: center;
}
img#loading_proccess_image {
	position: absolute;
	z-index: 1000;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Display
------------------------------------------------------------*/
.u-none {
  display: none;
}
/*------------------------------------------------------------
    Background
------------------------------------------------------------*/
.u-bg__yellow100 {
  background-color: #faf7eb;
}
.u-bg__blue100 {
  background-color: #0b337e;
}
/*------------------------------------------------------------
    Spacing
------------------------------------------------------------*/
/*------------------------------------------------------------
    Font
------------------------------------------------------------*/
.u-serif {
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
}
.u-outfit {
  font-family: "Outfit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.u-ms {
  font-family: "MS PGothic", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.u-palt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.u-bold {
  font-weight: 700;
}
.u-center {
  text-align: center;
}
.u-highlight--red {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.u-highlight--red::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: calc(100% - 5px);
  background-color: #ff6b6b;
  z-index: -1;
}
@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;
  }
}