@charset "UTF-8";
/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
select {
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 1023px) {
  a:hover, a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
button {
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
img {
  max-width: 100%;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Navigation
------------------------------------------------------------*/
.c-nav1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav1__item + .c-nav1__item {
  margin-left: 35px;
}
@media only screen and (max-width: 1230px) {
  .c-nav1__item + .c-nav1__item {
    margin-left: 24px;
  }
}
.c-nav1__link {
  display: inline-block;
  position: relative;
  color: #0a318e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.c-nav2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav2__item {
  position: relative;
}
.c-nav2__item + .c-nav2__item {
  margin-top: 30px;
}
.c-nav2__link {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.78;
  text-align: center;
}
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
  position: relative;
}
.c-header.is-sticky .c-header__inner {
  background-color: rgba(255, 255, 255, 0.95);
}
@media only screen and (max-width: 1023px) {
  .c-header.is-sticky .c-header__inner {
    background-color: transparent;
  }
}
.c-header__inner {
  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;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 110px;
  padding: 0 80px 0 60px;
  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: 1230px) {
  .c-header__inner {
    padding: 0 80px 0 34px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-header__inner {
    width: auto;
    min-height: unset;
    padding: 0;
  }
}
.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;
}
.c-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3px;
}
@media only screen and (max-width: 1023px) {
  .c-header__logo {
    -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: 160px;
    height: 160px;
    margin-bottom: 0;
    padding: 12px 8px;
    background-color: #fff;
    border-radius: 0 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__logo {
    width: 120px;
    height: 120px;
    padding: 8px 4px;
    border-radius: 0 0 10px;
  }
}
.c-header__logoicon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(0.05rem);
  transform: translateY(0.05rem);
}
.c-header__logoicon img {
  height: 55px;
}
@media only screen and (max-width: 1023px) {
  .c-header__logoicon img {
    width: 120px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__logoicon img {
    width: 100px;
  }
}
.c-header__logotext {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-header__logotext {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__logotext {
    margin-top: 7px;
  }
}
.c-header__logoja {
  display: block;
  margin-top: 3px;
  color: #0a318e;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.26;
}
@media only screen and (max-width: 1023px) {
  .c-header__logoja {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 1.267;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__logoja {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.c-header__logoen {
  display: block;
  margin-top: 9px;
  color: #0a318e;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.14;
}
@media only screen and (max-width: 1023px) {
  .c-header__logoen {
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1.25;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__logoen {
    font-size: 0.8rem;
    line-height: 1.25;
  }
}
.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 51px 0 50px;
  padding: 22px 0 24px;
}
@media only screen and (max-width: 1230px) {
  .c-header__nav {
    margin: 0 34px 0 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-header__nav {
    display: none;
  }
}
.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: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 13;
}
@media only screen and (max-width: 1023px) {
  .c-header__groupbtn {
    top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__groupbtn {
    top: 60px;
  }
}
.c-header__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;
  width: 80px;
  height: 80px;
  padding: 8px;
  background-color: #0a318e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-header__btn {
    width: 60px;
    height: 60px;
    padding: 6px;
  }
}
.c-header__btn--blue1 {
  background-color: #2c64eb;
}
.c-header__btn--blue1 .c-header__btntext {
  margin-top: 2px;
  margin-bottom: 2px;
}
.c-header__btn--blue2 {
  background-color: #2c93eb;
}
.c-header__btn--blue2 .c-header__btntext {
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .c-header__btn--blue2 .c-header__btntext {
    margin-top: 5px;
    margin-bottom: 1px;
  }
}
.c-header__btnicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-header__btnicon .icon {
  color: #fff;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .c-header__btnicon .icon {
    font-size: 2.241rem;
  }
}
.c-header__btntext {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-header__btntext {
    font-size: 0.9rem;
  }
}
.c-header__menubtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
}
.c-header__menuouter {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuouter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #0a318e;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 14;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }
}
.c-header__menuouter.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-header__menu {
  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: 100%;
}
.c-header__menuinner {
  width: 100%;
  max-height: 100vh;
  padding: 100px 40px;
  overflow-x: hidden;
  overflow-y: auto;
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  position: relative;
  padding: 120px 0 144px;
}
@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 60px 0 65px;
  }
}
.c-footer__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;
}
.c-footer__logo img {
  width: 214px;
}
@media only screen and (max-width: 767px) {
  .c-footer__logo img {
    width: 160px;
  }
}
.c-footer__body {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .c-footer__body {
    margin-top: 37px;
  }
}
.c-footer__list {
  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-footer__list {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__list {
    -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 -20px 0 0;
  }
}
.c-footer__item {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__item {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__item + .c-footer__item {
    margin-top: 24px;
  }
}
.c-footer__sociallist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 97px -20px -28px;
}
@media only screen and (max-width: 767px) {
  .c-footer__sociallist {
    margin: 36px -10px -14px;
  }
}
.c-footer__socialitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px 28px;
}
@media only screen and (max-width: 767px) {
  .c-footer__socialitem {
    margin: 0 10px 14px;
  }
}
.c-footer__sociallink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-footer__sociallink .icon {
  line-height: 1;
}
.c-footer__sociallink .icon.icon-facebook {
  color: #0a318e;
  font-size: 6rem;
}
.c-footer__copyright {
  margin-top: 104px;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.14;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-footer__copyright {
    margin-top: 39px;
  }
}
/*------------------------------------------------------------
    Layout
------------------------------------------------------------*/
body {
  position: relative;
  background-color: #faf7f0;
  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: 1208px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 1023px) {
  .l-container {
    padding: 0 40px;
  }
}
.l-container--w1020 {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w1020 {
    padding: 0 40px;
  }
}
.l-container--w968 {
  width: 100%;
  max-width: 968px;
  margin: 0 auto;
}
.l-container--w920 {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w920 {
    max-width: unset;
    padding: 0 40px;
  }
}
.l-container--w735 {
  width: 100%;
  max-width: 735px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w735 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container--w735 {
    max-width: unset;
  }
}
.l-content--w800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-content--w800 {
    max-width: unset;
  }
}
.l-content--w712 {
  width: 100%;
  max-width: 712px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-content--w712 {
    max-width: unset;
  }
}
.l-content--w615 {
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .l-content--w615 {
    max-width: unset;
  }
}
.l-content--w544 {
  width: 100%;
  max-width: 544px;
}
@media only screen and (max-width: 1023px) {
  .l-content--w544 {
    max-width: unset;
  }
}
.l-content--w484 {
  width: 100%;
  max-width: 484px;
}
@media only screen and (max-width: 1023px) {
  .l-content--w484 {
    max-width: unset;
  }
}
/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
.c-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
}
.c-mv__wrap {
  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%;
}
.c-mv__top {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  padding-top: 110px;
}
@media only screen and (max-width: 1023px) {
  .c-mv__top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__top {
    padding-top: 60px;
  }
}
.c-mv__thumbgroup {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 58px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-mv__thumbgroup {
    z-index: 0;
  }
}
.c-mv__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.c-mv__slide {
  width: calc((100vh - 318px) * 535 / 450);
  height: calc(100vh - 318px);
  -webkit-transform: translateX(27px);
  transform: translateX(27px);
}
@media only screen and (max-width: 1023px) {
  .c-mv__slide {
    width: calc((100vh - 288px) * 535 / 450);
    height: calc(100vh - 288px);
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__slide {
    width: calc((100vh - 273px) * 535 / 450);
    height: calc(100vh - 273px);
    -webkit-transform: translateX(-165px);
    transform: translateX(-165px);
  }
}
.c-mv__slide--single {
  width: calc(100vh - 318px);
  height: calc(100vh - 318px);
}
@media only screen and (max-width: 1023px) {
  .c-mv__slide--single {
    width: calc(100vh - 288px);
    height: calc(100vh - 288px);
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__slide--single {
    width: calc(100vh - 273px);
    height: calc(100vh - 273px);
  }
}
.c-mv__thumb {
  height: 100%;
  border-radius: 10px;
}
.c-mv__logo70th {
  position: absolute;
  bottom: 8px;
  right: 128px;
  z-index: 3;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .c-mv__logo70th {
    right: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__logo70th {
    bottom: 33px;
    right: 21px;
  }
}
.c-mv__logo70th img {
  width: 230px;
}
@media only screen and (max-width: 767px) {
  .c-mv__logo70th img {
    width: 180px;
  }
}
.c-mv__mountain {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 191px;
  background-image: url("/assets/img/common/mountain.png");
  background-repeat: repeat-x;
  background-size: contain;
  background-position: left bottom;
  pointer-events: none;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .c-mv__mountain {
    height: 134px;
    background-image: url("/assets/img/common/mountain@sp.png");
    background-repeat: repeat-x;
    background-size: contain;
    background-position: -142px bottom;
    z-index: 1;
  }
}
.c-mv__housetree {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 1509px;
  height: 120px;
  background-image: url("/assets/img/common/house-tree.png");
  background-repeat: repeat-x;
  background-size: contain;
  background-position: left bottom;
  pointer-events: none;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .c-mv__housetree {
    min-width: 483px;
    height: 93px;
    background-image: url("/assets/img/common/house-tree@sp.png");
    background-repeat: repeat-x;
    background-size: contain;
    background-position: -34px bottom;
  }
}
.c-mv__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -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: 150px;
  padding: 30px 40px;
  background-color: #0a318e;
}
@media only screen and (max-width: 767px) {
  .c-mv__bottom {
    padding: 16px 20px;
  }
}
.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;
}
@media only screen and (max-width: 1023px) {
  .c-mv__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__content {
    margin-top: 3px;
  }
}
.c-mv__title {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 0.05em;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .c-mv__title {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__title {
    margin-left: 0.05em;
    font-size: 1.7rem;
    line-height: 1.29;
  }
}
.c-mv__subtitle {
  margin-left: 30px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .c-mv__subtitle {
    margin: 17px 0 4px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__subtitle {
    margin: 13px 0 0;
    font-size: 1.2rem;
    line-height: 1.33;
  }
}
/*------------------------------------------------------------
    Breadcrumb
------------------------------------------------------------*/
.c-breadcrumb {
  position: relative;
  color: #0a318e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: right;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    font-size: 1.4rem;
    line-height: 1.572;
  }
}
.c-breadcrumb--white {
  color: #fff;
}
.c-breadcrumb li {
  display: contents;
  position: relative;
}
.c-breadcrumb li + li::before {
  content: "/";
  display: inline-block;
  margin-right: 4px;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Bird
------------------------------------------------------------*/
.c-bird1 {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate(calc(100vw - 111px), calc(100vh + 183px));
  transform: translate(calc(100vw - 111px), calc(100vh + 183px));
  z-index: 13;
  pointer-events: none;
}
.c-bird1.is-move {
  -webkit-transform: translate(-262px, -155px);
  transform: translate(-262px, -155px);
  -webkit-transition: all 3s linear;
  transition: all 3s linear;
}
.c-bird1 img {
  width: 194px;
}
@media only screen and (max-width: 1023px) {
  .c-bird1 img {
    width: 144px;
  }
}
.c-bird2 {
  position: absolute;
  top: 69px;
  right: 288px;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-bird2 {
    top: -139px;
    left: 8px;
    right: unset;
  }
}
.c-bird2 img {
  width: 194px;
}
@media only screen and (max-width: 1023px) {
  .c-bird2 img {
    width: 144px;
  }
}
/*------------------------------------------------------------
    Box
------------------------------------------------------------*/
.c-box1 {
  position: relative;
  padding: 47px 60px 53px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-box1 {
    padding: 47px 40px 53px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1 {
    padding: 43px 20px;
  }
}
.c-box1__content {
  margin-top: 24px;
  margin-left: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-box1__content {
    margin-top: 15px;
  }
}
.c-box2__heading {
  position: relative;
  width: 100%;
  padding: 15px 40px 13px;
  background-color: #0a318e;
}
@media only screen and (max-width: 767px) {
  .c-box2__heading {
    padding: 9px 20px 10px;
  }
}
.c-box2__title {
  margin-left: 0.05em;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-box2__title {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.c-box2__body {
  position: relative;
  width: 100%;
  padding: 14px 40px 21px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-box2__body {
    padding: 16px 20px 12px;
  }
}
.c-box2__contact {
  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;
}
@media only screen and (max-width: 767px) {
  .c-box2__contact {
    -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;
  }
}
.c-box2__name {
  color: #0a318e;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-box2__name {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.c-box2__phone {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
  margin-right: -2px;
}
@media only screen and (max-width: 767px) {
  .c-box2__phone {
    margin: 0;
  }
}
/*------------------------------------------------------------
    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;
  min-width: 350px;
  min-height: 80px;
  padding: 20px 32px;
  background-color: #0a318e;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.78;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-btn1 {
    width: min(294px, 100%);
    min-width: unset;
    min-height: 67px;
    padding: 18px 28px 16px;
    font-size: 1.4rem;
    line-height: 1.57;
  }
}
.c-btn1::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 2px dashed #fff;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-btn1::before {
    top: 13px;
    left: 13px;
    width: calc(100% - 26px);
    height: calc(100% - 26px);
  }
}
.c-btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.c-btn2::after {
  content: "\e906";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
  margin-left: 7px;
  color: #0a318e;
  font-family: "icomoon";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn2__text {
  color: #0a318e;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.78;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-btn3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.c-btn3::before {
  content: "\e905";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  margin-right: 3px;
  color: #0a318e;
  font-family: "icomoon";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn3__text {
  color: #0a318e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.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;
  min-width: 250px;
  min-height: 60px;
  padding: 8px 30px 10px;
  background-color: #0a318e;
  border: 2px solid #0a318e;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.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;
  min-width: 300px;
  min-height: 60px;
  padding: 8px 30px 10px;
  background-color: #0a318e;
  border: 2px solid #0a318e;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-btn5 {
    width: min(240px, 100%);
    min-width: unset;
  }
}
/*------------------------------------------------------------
    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;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 49px 42px 25px;
  background-color: #fff38e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-card1--orange {
  background-color: #ffe2be;
}
.c-card1__top {
  position: relative;
  width: 100%;
  max-width: 370px;
}
.c-card1__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  z-index: 1;
}
.c-card1__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
.c-card1__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;
  position: absolute;
  top: -29px;
  right: -23px;
  width: 110px;
  height: 110px;
  padding: 9px 8px 8px;
  background-color: #fcaa08;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}
.c-card1__badgetext {
  margin-left: 0.05em;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-card1__thumb {
  position: relative;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
}
.c-card1__thumb::before {
  content: "";
  display: block;
  position: relative;
  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 {
  width: 100%;
  max-width: 370px;
  margin-top: 24px;
}
.c-card1__title {
  color: #000;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.39;
  letter-spacing: 0.05em;
}
.c-card2 {
  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;
  height: 100%;
}
.c-card2__top {
  width: 100%;
  text-align: center;
}
.c-card2__thumb img {
  height: 181px;
}
.c-card2__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  margin-top: 13px;
}
.c-card2__content {
  width: 100%;
  margin-bottom: auto;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 0.05em;
}
.c-card2__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;
  width: 100%;
  margin-top: 10px;
}
.c-card3 {
  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;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .c-card3 {
    -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-card3__top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-card3__top {
    width: 32.3353293413%;
    min-width: 90px;
  }
}
.c-card3__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card3__thumb::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 100%;
}
.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;
}
.c-card3__bottom {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .c-card3__bottom {
    width: 67.6646706587%;
    margin-top: 0;
    padding-left: 15px;
  }
}
.c-card3__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 -6px 10px 0;
}
@media only screen and (max-width: 767px) {
  .c-card3__taglist {
    margin: 0 -6px 5px 0;
  }
}
.c-card3__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: 6px;
  margin-bottom: 4px;
}
.c-card3__title {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.78;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  .c-card3__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-card3__datetime {
  display: block;
  margin-top: 6px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-card3__datetime {
    margin-top: 12px;
    font-size: 1.4rem;
    line-height: 1.14;
  }
}
.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .c-card4 {
    -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-card4__top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-card4__top {
    width: 41.8079096045%;
  }
}
.c-card4__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card4__thumb::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 61.3095238095%;
}
@media only screen and (max-width: 767px) {
  .c-card4__thumb::before {
    padding-top: 61.4864864865%;
  }
}
.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;
}
.c-card4__bottom {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .c-card4__bottom {
    width: 58.1920903955%;
    margin-top: 0;
    padding-left: 15px;
  }
}
.c-card4__name {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-card4__name {
    margin-top: -4px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
  }
}
.c-card4__address {
  margin-top: 10px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.778;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-card4__address {
    margin-top: 1px;
    font-size: 1.4rem;
    line-height: 1.572;
    text-align: left;
  }
}
.c-card5 {
  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%;
}
.c-card5__top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
}
.c-card5__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card5__thumb::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 66.369047619%;
}
.c-card5__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-card5__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  z-index: 1;
}
.c-card5__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
.c-card5__bottom {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .c-card5__bottom {
    margin-top: 8px;
  }
}
.c-card5__title {
  margin-left: 0.05em;
  color: #0a318e;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-card5__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.c-card6__top {
  width: 100%;
}
.c-card6__title + .c-card6__thumb {
  margin-top: 9px;
}
@media only screen and (max-width: 767px) {
  .c-card6__title + .c-card6__thumb {
    margin-top: 7px;
  }
}
.c-card6__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card6__thumb::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 66.4%;
}
.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;
}
.c-card6__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;
  width: 100%;
  margin-top: 15px;
}
.c-card7 {
  position: relative;
  overflow: hidden;
}
.c-card7__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card7__thumb::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 66.2878787879%;
}
.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;
}
.c-card7__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 31px 20px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-card7__content {
    padding: 18px 20px;
  }
}
.c-card7__title {
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-card7__title {
    font-size: 3rem;
  }
}
.c-card8 {
  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;
  height: 100%;
}
.c-card8__top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.c-card8__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card8__thumb::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 66.369047619%;
}
.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;
}
.c-card8__bottom {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  margin-top: 15px;
}
.c-card8__info {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-card8__info {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.c-card8__title {
  margin-top: 11px;
  color: #000;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-card8__title {
    margin-top: 7px;
    font-size: 1.8rem;
    line-height: 1.33;
  }
}
.c-card8__description {
  margin-top: 9px;
}
@media only screen and (max-width: 767px) {
  .c-card8__description {
    margin-top: 7px;
  }
}
.c-card9 {
  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-card9 {
    -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-card9__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 49.3230174081%;
}
@media only screen and (max-width: 1023px) {
  .c-card9__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
  }
}
.c-card9__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card9__thumb::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 100%;
}
.c-card9__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-card9__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50.6769825919%;
  padding-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-card9__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-card9__title {
    margin-top: 15px;
  }
}
.c-card9__title {
  margin-top: 3px;
  color: #0a318e;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1023px) {
  .c-card9__title {
    margin-top: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-card9__title {
    font-size: 1.8rem;
    line-height: 1.33;
  }
}
.c-card9__description {
  margin-top: 9px;
}
@media only screen and (max-width: 1023px) {
  .c-card9__description {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-card9__description {
    margin-top: 7px;
  }
}
/*------------------------------------------------------------
    Checkbox
------------------------------------------------------------*/
.c-checkbox__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -25px -12px 0;
}
@media only screen and (max-width: 767px) {
  .c-checkbox__group {
    -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 0 -6px;
  }
}
.c-checkbox__group .mwform-checkbox-field {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 25px 12px 0;
}
@media only screen and (max-width: 767px) {
  .c-checkbox__group .mwform-checkbox-field {
    margin: 0 0 6px;
  }
}
.c-checkbox__group .mwform-checkbox-field label {
  position: relative;
}
.c-checkbox__group .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;
}
.c-checkbox__group .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-checkbox__group .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "\e900";
  position: absolute;
  top: 7px;
  left: 3px;
  color: #0a318e;
  font-family: "icomoon";
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
  text-indent: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-checkbox2__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -25px -12px 0;
}
@media only screen and (max-width: 767px) {
  .c-checkbox2__group {
    -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 0 -6px;
  }
}
.c-checkbox2__group .mwform-checkbox-field {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 25px 12px 0;
}
@media only screen and (max-width: 767px) {
  .c-checkbox2__group .mwform-checkbox-field {
    margin: 0 0 6px;
  }
}
.c-checkbox2__group .mwform-checkbox-field label {
  position: relative;
}
.c-checkbox2__group .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;
}
.c-checkbox2__group .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.c-checkbox2__group .mwform-checkbox-field label .mwform-checkbox-field-text {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  color: #0a318e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-checkbox2__group .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-checkbox2__group .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "\e900";
  position: absolute;
  top: 7px;
  left: 3px;
  color: #0a318e;
  font-family: "icomoon";
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
  text-indent: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-checkbox__accept .mwform-checkbox-field .mwform-checkbox-field-text {
  text-indent: 164px;
  text-align: center;
}
.c-checkbox__accept .c-link1 {
  position: absolute;
  top: 0;
  left: 29px;
  width: 158px;
  white-space: pre-wrap;
}
.c-checkbox3__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -33px -8px 0;
}
@media only screen and (max-width: 767px) {
  .c-checkbox3__group {
    -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 0 -6px;
  }
}
.c-checkbox3__group .mwform-checkbox-field {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 33px 8px 0;
}
@media only screen and (max-width: 767px) {
  .c-checkbox3__group .mwform-checkbox-field {
    margin: 0 0 6px;
  }
}
.c-checkbox3__group .mwform-checkbox-field label {
  position: relative;
}
.c-checkbox3__group .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;
}
.c-checkbox3__group .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.c-checkbox3__group .mwform-checkbox-field label .mwform-checkbox-field-text {
  display: block;
  position: relative;
  padding-left: 29px;
  cursor: pointer;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
}
.c-checkbox3__group .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-checkbox3__group .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "\e900";
  position: absolute;
  top: 4px;
  left: 3px;
  color: #0a318e;
  font-family: "icomoon";
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
  text-indent: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-checkbox3__group--style1 {
  margin: 0 -18px -8px 0;
}
@media only screen and (max-width: 767px) {
  .c-checkbox3__group--style1 {
    margin: 0 0 -6px;
  }
}
.c-checkbox3__group--style1 .mwform-checkbox-field {
  margin: 0 18px 8px 0;
}
@media only screen and (max-width: 767px) {
  .c-checkbox3__group--style1 .mwform-checkbox-field {
    margin: 0 0 6px;
  }
}
.c-checkbox3__accept .mwform-checkbox-field .mwform-checkbox-field-text {
  text-indent: 129px;
  text-align: center;
}
.c-checkbox3__accept .c-link2 {
  position: absolute;
  top: 0;
  left: 29px;
  width: 131px;
  white-space: pre-wrap;
}
/*------------------------------------------------------------
    Concept
------------------------------------------------------------*/
.c-concept1__thumb {
  position: relative;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.c-concept1__thumb::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 50%;
}
@media only screen and (max-width: 767px) {
  .c-concept1__thumb::before {
    padding-top: 71.2676056338%;
  }
}
.c-concept1__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-concept1__thumb + .c-concept1__text {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .c-concept1__thumb + .c-concept1__text {
    margin-top: 20px;
  }
}
.c-concept1__text {
  margin-left: 0.05em;
  color: #0a318e;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-concept1__text {
    font-size: 1.6rem;
  }
}
.c-concept2__text {
  margin-left: 0.05em;
  color: #0a318e;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-concept2__text {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.c-concept3__text {
  margin-left: 0.05em;
  color: #0a318e;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.714;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-concept3__text {
    font-size: 2.3rem;
    line-height: 1.48;
  }
}
/*------------------------------------------------------------
    Contact
------------------------------------------------------------*/
.c-contact1__item {
  position: relative;
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .c-contact1__item {
    padding-left: 20px;
  }
}
.c-contact1__item + .c-contact1__item {
  margin-top: 19px;
}
@media only screen and (max-width: 767px) {
  .c-contact1__item + .c-contact1__item {
    margin-top: 15px;
  }
}
.c-contact1__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: calc(100% - 2px);
  background-color: #0a318e;
}
@media only screen and (max-width: 767px) {
  .c-contact1__item::before {
    width: 8px;
  }
}
.c-contact1__subtitle {
  display: block;
  color: #0a318e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-contact1__subtitle {
    font-size: 1.4rem;
  }
}
.c-contact1__bottom {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .c-contact1__bottom {
    -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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
  }
}
.c-contact1__title {
  display: block;
  margin-right: 24px;
  color: #0a318e;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .c-contact1__title {
    margin-right: 0;
    font-size: 2rem;
  }
}
.c-contact1__phone {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translate(1px, -5px);
  transform: translate(1px, -5px);
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .c-contact1__phone {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 1px;
  }
}
/*------------------------------------------------------------
    Content
------------------------------------------------------------*/
.c-content {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.778;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-content {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.c-content p + p {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .c-content p + p {
    margin-top: 24px;
  }
}
.c-content p:has(img) {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .c-content p:has(img) {
    margin-bottom: 24px;
  }
}
.c-content a {
  color: #0a318e;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-content .alignleft {
  display: block;
  margin-right: auto;
}
.c-content .alignright {
  display: block;
  margin-left: auto;
}
.c-content img,
.c-content iframe {
  max-width: 100%;
}
/*------------------------------------------------------------
    Error
------------------------------------------------------------*/
label.error,
.mw_wp_form .contact-form__row .error,
.mw_wp_form .contact-form__accept .error,
.mw_wp_form .contact-form__recaptcha .error,
.mw_wp_form .entry-form__row .error,
.mw_wp_form .entry-form__accept .error,
.mw_wp_form .entry-form__recaptcha .error {
  display: block;
  color: #f00;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.43;
}
/*------------------------------------------------------------
    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: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 100px;
  padding: 24px 60px;
  background-color: #fff;
  border-radius: 51px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-filter1 {
    padding: 24px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-filter1 {
    padding: 16px 24px;
  }
}
.c-filter1__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;
  margin: 0 -24px -10px;
}
@media only screen and (max-width: 767px) {
  .c-filter1__list {
    margin: 0 -16px -10px;
  }
}
.c-filter1__item {
  margin: 0 24px 10px;
}
@media only screen and (max-width: 767px) {
  .c-filter1__item {
    margin: 0 16px 10px;
  }
}
.c-filter1__link {
  display: inline-block;
  color: #0a318e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media only screen and (min-width: 1023px) {
  .c-filter1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #6c6c6c;
  }
}
.c-filter1__link.is-active {
  color: #6c6c6c;
  text-decoration: none;
  pointer-events: none;
}
/*------------------------------------------------------------
    Flow
------------------------------------------------------------*/
.c-flow1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-flow1__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-flow1__item:last-child .c-flow1__heading::after {
  content: none;
}
.c-flow1__item + .c-flow1__item {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .c-flow1__item + .c-flow1__item {
    margin-top: 11px;
  }
}
.c-flow1__heading {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .c-flow1__heading {
    width: 100%;
  }
}
.c-flow1__heading::after {
  content: "";
  position: absolute;
  bottom: -39px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 35px;
  height: 19px;
  background-color: #0a318e;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media only screen and (max-width: 767px) {
  .c-flow1__heading::after {
    content: none;
  }
}
.c-flow1__box {
  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%;
  min-height: 80px;
  padding: 13px 28px 11px;
  background-color: #0a318e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-flow1__box {
    min-height: 60px;
    padding: 14px 24px;
  }
}
.c-flow1__title {
  margin-left: 0.05em;
  color: #fff;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-flow1__title {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.c-flow1__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding-left: 27px;
}
@media only screen and (max-width: 767px) {
  .c-flow1__content {
    width: 100%;
    margin-top: 8px;
    padding-left: 0;
  }
}
/*------------------------------------------------------------
    Grid
------------------------------------------------------------*/
.c-grid {
  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;
  width: calc(100% + 37px);
  height: calc(100% + 38px);
  margin: -19px -1.85rem;
}
.c-grid .c-grid__item {
  height: calc(50% - 38px);
  margin: 19px 1.85rem;
}
.c-grid .c-grid__item:nth-child(1) {
  width: calc(64.5104895105% - 37px);
}
.c-grid .c-grid__item:nth-child(2) {
  width: calc(35.4895104895% - 37px);
}
.c-grid .c-grid__item:nth-child(3) {
  width: calc(35.4895104895% - 37px);
}
.c-grid .c-grid__item:nth-child(4) {
  width: calc(64.5104895105% - 37px);
}
/*------------------------------------------------------------
    Group
------------------------------------------------------------*/
.c-group1 {
  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 -27px -45px;
}
@media only screen and (max-width: 1023px) {
  .c-group1 {
    margin: 0 -14px -30px;
  }
}
@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;
    margin: 0;
  }
}
.c-group1__item {
  width: calc(50% - 54px);
  margin: 0 27px 45px;
}
@media only screen and (max-width: 1023px) {
  .c-group1__item {
    width: calc(50% - 30px);
    margin: 0 14px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-group1__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-group1__item + .c-group1__item {
    margin-top: 28px;
  }
}
/*------------------------------------------------------------
    Heading
------------------------------------------------------------*/
.c-heading1 {
  position: relative;
  padding: 105px 0 0;
}
@media only screen and (max-width: 1023px) {
  .c-heading1 {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1 {
    padding: 60px 0 0;
  }
}
.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;
  min-height: 300px;
  padding: 56px 0 60px;
  background-color: #0a318e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-heading1__box {
    min-height: 220px;
    padding: 28px 0 30px;
  }
}
.c-heading1__en {
  display: block;
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.c-heading1__ja {
  display: block;
  margin-top: 7px;
  margin-left: 0.05em;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-heading1__ja {
    margin-top: 5px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-heading1__breadcrumb {
  position: relative;
  padding: 21px 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .c-heading1__breadcrumb {
    padding: 16px 0;
  }
}
/*------------------------------------------------------------
    Input
------------------------------------------------------------*/
.c-input {
  display: block;
  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: 60px;
  padding: 14px 16px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-input input[type=text],
.c-input input[type=email],
.c-input input[type=tel],
.c-input input[type=url] {
    height: 40px;
    padding: 6px 10px;
    font-size: 1.4rem;
  }
}
.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: #b2b2b2;
}
.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: #b2b2b2;
}
.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: #b2b2b2;
}
.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: #b2b2b2;
}
.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: #b2b2b2;
}
.c-input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 280px;
  padding: 14px 16px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-input textarea {
    font-size: 1.4rem;
  }
}
.c-input textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}
.c-input textarea::-moz-placeholder {
  color: #b2b2b2;
}
.c-input textarea:-ms-input-placeholder {
  color: #b2b2b2;
}
.c-input textarea::-ms-input-placeholder {
  color: #b2b2b2;
}
.c-input textarea::placeholder {
  color: #b2b2b2;
}
.c-input--half {
  width: 50%;
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .c-input--half {
    width: 100%;
    max-width: unset;
  }
}
.c-input__group {
  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-input__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-input__group .c-input + .c-input {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .c-input__group .c-input + .c-input {
    margin-left: 0;
    margin-top: 8px;
  }
}
.c-input__zip .mwform-zip-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -9px;
  color: #555;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-input__zip .mwform-zip-field input[type=text] {
  width: min(100px, 100%);
  margin: 0 9px;
}
.c-input__tel .mwform-tel-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -9px;
  color: #555;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-input__tel .mwform-tel-field input[type=text] {
  width: min(100px, 100%);
  margin: 0 9px;
}
.c-input2 {
  display: block;
  position: relative;
  width: 100%;
}
.c-input2 input[type=text],
.c-input2 input[type=email],
.c-input2 input[type=tel],
.c-input2 input[type=url] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 60px;
  padding: 14px;
  background-color: #fff;
  border: 1px solid #0a318e;
  border-radius: 5px;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-input2 input[type=text],
.c-input2 input[type=email],
.c-input2 input[type=tel],
.c-input2 input[type=url] {
    height: 40px;
    padding: 6px 10px;
  }
}
.c-input2 input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.c-input2 input::-moz-placeholder {
  color: #b2b2b2;
}
.c-input2 input:-ms-input-placeholder {
  color: #b2b2b2;
}
.c-input2 input::-ms-input-placeholder {
  color: #b2b2b2;
}
.c-input2 input::placeholder {
  color: #b2b2b2;
}
.c-input2 textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 230px;
  padding: 14px;
  background-color: #fff;
  border: 1px solid #0a318e;
  border-radius: 5px;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-input2 textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}
.c-input2 textarea::-moz-placeholder {
  color: #b2b2b2;
}
.c-input2 textarea:-ms-input-placeholder {
  color: #b2b2b2;
}
.c-input2 textarea::-ms-input-placeholder {
  color: #b2b2b2;
}
.c-input2 textarea::placeholder {
  color: #b2b2b2;
}
.c-input2--half {
  width: 50%;
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .c-input2--half {
    width: 100%;
    max-width: unset;
  }
}
.c-input2__group {
  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-input2__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-input2__group .c-input2 + .c-input2 {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .c-input2__group .c-input2 + .c-input2 {
    margin-left: 0;
    margin-top: 8px;
  }
}
.c-input2__zip .mwform-zip-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -7px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-input2__zip .mwform-zip-field input[type=text] {
  width: min(101px, 100%);
  margin: 0 7px;
}
.c-input2__tel .mwform-tel-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -7px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-input2__tel .mwform-tel-field input[type=text] {
  width: min(101px, 100%);
  margin: 0 7px;
}
/*------------------------------------------------------------
    Label
------------------------------------------------------------*/
.c-label1 {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-label1.is-required::after {
  content: "必須";
  display: inline-block;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 7px;
  padding: 2px 11px 3px;
  background-color: #fcaa08;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.17;
  text-align: center;
}
.c-label2 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
}
@media only screen and (max-width: 767px) {
  .c-label2 {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.c-label2.is-required::after {
  content: "必須";
  display: inline-block;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 8px;
  padding: 0 12px 1px;
  background-color: transparent;
  border: 1px solid #0a318e;
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0a318e;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.17;
  text-align: center;
}
/*------------------------------------------------------------
    Link
------------------------------------------------------------*/
.c-link1 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0a318e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
  -webkit-text-decoration-color: #0a318e;
  text-decoration-color: #0a318e;
  text-underline-offset: 2px;
}
.c-link1 .icon {
  display: inline-block;
  color: #0a318e;
  font-size: 1.6rem;
  text-decoration: underline;
  -webkit-text-decoration-color: #0a318e;
  text-decoration-color: #0a318e;
  text-underline-offset: 2px;
}
.c-link2 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0a318e;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
  text-decoration: underline;
  -webkit-text-decoration-color: #0a318e;
  text-decoration-color: #0a318e;
  text-underline-offset: 2px;
}
.c-link2 .icon {
  display: inline-block;
  color: #0a318e;
  font-size: 1.4rem;
  text-decoration: underline;
  -webkit-text-decoration-color: #0a318e;
  text-decoration-color: #0a318e;
  text-underline-offset: 2px;
}
/*------------------------------------------------------------
    List
------------------------------------------------------------*/
.c-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -30px -48px;
}
@media only screen and (max-width: 1023px) {
  .c-list1 {
    margin: 0 -15px -32px;
  }
}
@media only screen and (max-width: 767px) {
  .c-list1 {
    -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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }
}
.c-list1__item {
  width: calc(50% - 60px);
  margin: 0 30px 48px;
}
@media only screen and (max-width: 1023px) {
  .c-list1__item {
    width: calc(50% - 30px);
    margin: 0 15px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .c-list1__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-list1__item + .c-list1__item {
    margin-top: 22px;
  }
}
.c-list1__content {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .c-list1__content {
    margin-top: 8px;
  }
}
.c-list1__content .c-text3 + .c-note1 {
  margin-top: 1px;
}
.c-list2 {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.c-list3 {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.c-list3 li::before {
  content: "・";
}
.c-list4 {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.c-list4 li {
  position: relative;
  padding-left: 22px;
}
.c-list4 li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #fcaa08;
}
.c-list5 {
  counter-reset: list;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.c-list5 li {
  position: relative;
  padding-left: 22px;
}
.c-list5 li::before {
  content: counter(list) ". ";
  counter-increment: list;
  position: absolute;
  top: 0;
  left: 0;
  color: #0a318e;
  font-weight: 700;
}
/*------------------------------------------------------------
    Loading
------------------------------------------------------------*/
.c-loading1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
}
/*------------------------------------------------------------
    Menu
------------------------------------------------------------*/
.c-menu {
  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;
  width: 80px;
  height: 80px;
  padding: 8px;
  background-color: #104ee3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-menu {
    width: 60px;
    height: 60px;
    padding: 6px;
  }
}
.c-menu.is-open .c-menu__inner span:nth-child(1) {
  -webkit-transform: translateY(calc(-50% + 7px)) rotate(45deg);
  transform: translateY(calc(-50% + 7px)) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .c-menu.is-open .c-menu__inner span:nth-child(1) {
    -webkit-transform: translateY(calc(-50% + 5px)) rotate(45deg);
    transform: translateY(calc(-50% + 5px)) rotate(45deg);
  }
}
.c-menu.is-open .c-menu__inner span:nth-child(2) {
  -webkit-transform: translateY(calc(50% - 7px)) rotate(-45deg);
  transform: translateY(calc(50% - 7px)) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .c-menu.is-open .c-menu__inner span:nth-child(2) {
    -webkit-transform: translateY(calc(50% - 5px)) rotate(-45deg);
    transform: translateY(calc(50% - 5px)) rotate(-45deg);
  }
}
.c-menu__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;
  position: relative;
  width: 40px;
  height: 14px;
}
@media only screen and (max-width: 767px) {
  .c-menu__inner {
    width: 30px;
    height: 10px;
  }
}
.c-menu__inner span {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-menu__inner span {
    width: 30px;
  }
}
.c-menu__inner span:nth-child(1) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-menu__inner span:nth-child(2) {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
/*------------------------------------------------------------
    Note
------------------------------------------------------------*/
.c-note1 {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
/*------------------------------------------------------------
    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;
  position: relative;
  margin: 0 -2.45rem -24px;
}
@media only screen and (max-width: 767px) {
  .c-pagi1 {
    margin: 0 -20px -24px;
  }
}
.c-pagi1 li {
  margin: 0 2.45rem 24px;
}
@media only screen and (max-width: 767px) {
  .c-pagi1 li {
    margin: 0 20px 24px;
  }
}
.c-pagi1 li a,
.c-pagi1 li span {
  display: inline-block;
  position: relative;
  color: #0a318e;
  font-family: "Outfit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.c-pagi1 li a::after,
.c-pagi1 li span::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0a318e;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-pagi1 li a::after,
.c-pagi1 li span::after {
    bottom: 6px;
  }
}
.c-pagi1 li a.current,
.c-pagi1 li span.current {
  color: #6c6c6c;
  pointer-events: none;
}
.c-pagi1 li a.current::after,
.c-pagi1 li span.current::after {
  background-color: #6c6c6c;
  opacity: 0;
}
@media only screen and (min-width: 1023px) {
  .c-pagi1 li a:hover,
.c-pagi1 li span:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #6c6c6c;
  }
  .c-pagi1 li a:hover::after,
.c-pagi1 li span:hover::after {
    background-color: #6c6c6c;
    opacity: 0;
  }
}
/*------------------------------------------------------------
    Part
------------------------------------------------------------*/
.c-part1 {
  position: relative;
}
.c-part1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 305px);
  height: 100%;
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .c-part1::before {
    width: calc(100% - 40px);
  }
}
.c-part1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-part1__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-part1__wrap--style1 .c-part1__left {
  width: 52.2058823529%;
}
@media only screen and (max-width: 1023px) {
  .c-part1__wrap--style1 .c-part1__left {
    width: 100%;
  }
}
.c-part1__wrap--style1 .c-part1__right {
  width: 47.7941176471%;
}
@media only screen and (max-width: 1023px) {
  .c-part1__wrap--style1 .c-part1__right {
    width: 100%;
  }
}
.c-part1__left {
  width: 55.8823529412%;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__left {
    width: 100%;
  }
}
.c-part1__right {
  width: 44.1176470588%;
}
@media only screen and (max-width: 1023px) {
  .c-part1__right {
    width: 100%;
    margin-top: 32px;
  }
}
.c-part2__box {
  position: relative;
  width: 100%;
  padding: 74px 60px 58px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-part2__box {
    padding: 74px 40px 58px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__box {
    padding: 43px 20px 39px;
  }
}
.c-part2__body {
  margin-top: 44px;
}
@media only screen and (max-width: 767px) {
  .c-part2__body {
    margin-top: 28px;
  }
}
.c-part2__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;
  margin-top: 44px;
}
@media only screen and (max-width: 1023px) {
  .c-part2__wrap {
    -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;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__wrap {
    margin-top: 28px;
  }
}
.c-part2__wrap + .c-part2__body {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .c-part2__wrap + .c-part2__body {
    margin-top: 30px;
  }
}
.c-part2__wrap--style1 .c-part2__left {
  width: 54.5454545455%;
}
@media only screen and (max-width: 1023px) {
  .c-part2__wrap--style1 .c-part2__left {
    width: 100%;
  }
}
.c-part2__wrap--style1 .c-part2__right {
  width: 45.4545454545%;
}
@media only screen and (max-width: 1023px) {
  .c-part2__wrap--style1 .c-part2__right {
    width: 100%;
  }
}
.c-part2__left {
  width: 55.2685950413%;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-part2__left {
    width: 100%;
    padding-right: 0;
  }
}
.c-part2__right {
  width: 44.7314049587%;
}
@media only screen and (max-width: 1023px) {
  .c-part2__right {
    width: 100%;
    margin-top: 32px;
  }
}
.c-part3 {
  position: relative;
}
.c-part3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% + 305px);
  height: 100%;
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .c-part3::before {
    width: calc(100% - 40px);
  }
}
.c-part3__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-part3__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.c-part3__left {
  width: 46.3235294118%;
}
@media only screen and (max-width: 1023px) {
  .c-part3__left {
    width: calc(100% + 20px);
    margin-top: 32px;
  }
}
.c-part3__right {
  width: 53.6764705882%;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-part3__right {
    width: 100%;
  }
}
.c-part4 {
  position: relative;
}
.c-part4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 305px);
  height: calc(100% - 71px);
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .c-part4::before {
    width: calc(100% - 40px);
    height: calc(100% - 122px);
  }
}
.c-part4__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) {
  .c-part4__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;
  }
}
.c-part4__wrap--style1 .c-part4__left {
  width: 54.1360294118%;
}
@media only screen and (max-width: 1023px) {
  .c-part4__wrap--style1 .c-part4__left {
    width: 100%;
  }
}
.c-part4__wrap--style1 .c-part4__right {
  width: 45.8639705882%;
  margin-top: 183px;
}
@media only screen and (max-width: 1023px) {
  .c-part4__wrap--style1 .c-part4__right {
    width: calc(100% + 20px);
    margin-top: 0;
  }
}
.c-part4__left {
  width: 50%;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-part4__left {
    width: 100%;
  }
}
.c-part4__right {
  width: 50%;
  margin-top: 77px;
}
@media only screen and (max-width: 1023px) {
  .c-part4__right {
    width: calc(100% + 20px);
    margin-top: 0;
  }
}
.c-part5__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;
  margin-top: 46px;
}
@media only screen and (max-width: 767px) {
  .c-part5__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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 28px;
  }
}
.c-part5__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 54.2355371901%;
}
@media only screen and (max-width: 767px) {
  .c-part5__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
  }
}
.c-part5__intro {
  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;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .c-part5__intro {
    -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-top: 9px;
  }
}
.c-part5__introgroup {
  width: 100%;
}
.c-part5__introgroup .c-title6 {
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .c-part5__introgroup .c-title6 {
    margin-top: 2px;
  }
}
.c-part5__introgroup .c-title6 + .c-text3 {
  margin-top: 7px;
}
.c-part5__introgroup .c-text3 {
  margin-top: -2px;
}
.c-part5__introleft {
  width: 61.1428571429%;
  padding-right: 25px;
}
@media only screen and (max-width: 767px) {
  .c-part5__introleft {
    width: 100%;
    padding-right: 0;
  }
}
.c-part5__introleft .c-title6 {
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .c-part5__introleft .c-title6 {
    margin-top: 2px;
  }
}
.c-part5__introleft .c-title6 + .c-text3 {
  margin-top: 7px;
}
.c-part5__introleft .c-text3 {
  margin-top: -2px;
}
.c-part5__introright {
  width: 38.8571428571%;
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .c-part5__introright {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 0;
  }
}
.c-part5__info {
  margin-top: 13px;
}
.c-part5__inforole {
  display: block;
  margin-left: 0.05em;
  color: #0a318e;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.14;
  text-align: center;
}
.c-part5__infoname {
  display: block;
  margin-top: 2px;
  margin-left: 0.05em;
  color: #0a318e;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.56;
  text-align: center;
}
.c-part5__last {
  margin-top: 29px;
}
@media only screen and (max-width: 767px) {
  .c-part5__last {
    margin-top: 28px;
  }
}
.c-part5__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 45.7644628099%;
  padding-left: 43px;
}
@media only screen and (max-width: 1023px) {
  .c-part5__right {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part5__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 32px;
    padding-left: 0;
  }
}
.c-part5__location .c-title6 {
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .c-part5__location .c-title6 {
    margin-top: 8px;
  }
}
.c-part5__location .c-text3 {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .c-part5__location .c-text3 {
    margin-top: 8px;
  }
}
.c-part5__location + .c-part5__detail {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .c-part5__location + .c-part5__detail {
    margin-top: 18px;
  }
}
.c-part5__detail .c-slider1 {
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .c-part5__detail .c-slider1 {
    margin-top: 10px;
  }
}
.c-part5__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: 12px;
}
@media only screen and (max-width: 767px) {
  .c-part5__btn {
    margin-top: 8px;
  }
}
.c-part6 {
  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) {
  .c-part6 {
    -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;
  }
}
.c-part6__left {
  width: 54.0441176471%;
  min-width: 420px;
  padding-right: 45px;
}
@media only screen and (max-width: 1023px) {
  .c-part6__left {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part6__left {
    width: 100%;
    min-width: unset;
    padding-right: 0;
  }
}
.c-part6__heading .c-text3 {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .c-part6__heading .c-text3 {
    margin-top: 8px;
  }
}
.c-part6__body {
  margin-top: 28px;
}
.c-part6__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 -2.15rem -49px;
}
@media only screen and (max-width: 1023px) {
  .c-part6__list {
    margin: 0 -10px -25px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part6__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-part6__item {
  width: calc(50% - 43px);
  margin: 0 2.15rem 49px;
}
@media only screen and (max-width: 1023px) {
  .c-part6__item {
    width: calc(50% - 20px);
    margin: 0 10px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part6__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-part6__item + .c-part6__item {
    margin-top: 24px;
  }
}
.c-part6__right {
  width: 45.9558823529%;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .c-part6__right {
    width: 100%;
    margin-top: 32px;
  }
}
.c-part6__thumb {
  background-color: #e0e0e0;
}
@media only screen and (max-width: 767px) {
  .c-part6__thumb {
    min-height: 340px;
  }
}
.c-part7 {
  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;
  height: 100%;
}
.c-part7__heading {
  width: 100%;
}
.c-part7__body {
  width: 100%;
  margin-top: 8px;
  margin-bottom: auto;
}
@media only screen and (max-width: 767px) {
  .c-part7__body {
    margin-top: 4px;
  }
}
.c-part7__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-part7__name {
  margin: 6px 9px 5px 0;
  color: #000;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-part7__name {
    font-size: 1.8rem;
    line-height: 1.33;
  }
}
.c-part7__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  position: relative;
  margin: 4px 0;
  padding: 3px 12px 4px;
  background-color: #fcaa08;
  -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.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-part7__label {
    padding: 3px 10px;
    font-size: 1.4rem;
    line-height: 1.43;
  }
}
.c-part7__description {
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .c-part7__description {
    margin-top: 0;
  }
}
.c-part7__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;
  width: 100%;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .c-part7__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
  }
}
.c-part7__btn .c-btn1 {
  width: 100%;
  min-width: unset;
}
.c-part8__body {
  margin-top: 18px;
}
.c-part8__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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px -40px;
}
@media only screen and (max-width: 1023px) {
  .c-part8__list {
    margin: 0 -10px -25px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part8__list {
    -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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }
}
.c-part8__item {
  width: calc(50% - 40px);
  margin: 0 20px 40px;
}
@media only screen and (max-width: 1023px) {
  .c-part8__item {
    width: calc(50% - 20px);
    margin: 0 10px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part8__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-part8__item + .c-part8__item {
    margin-top: 28px;
  }
}
/*------------------------------------------------------------
    Phone
------------------------------------------------------------*/
.c-phone1 {
  display: inline-block;
  color: #000;
  font-family: "Outfit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-phone1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.c-phone2 {
  display: inline-block;
  color: #0a318e;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-phone2 {
    font-size: 2.3rem;
    line-height: 1.78;
  }
}
@media only screen and (max-width: 374px) {
  .c-phone2 {
    font-size: 2rem;
    line-height: 1.75;
  }
}
/*------------------------------------------------------------
    Radio
------------------------------------------------------------*/
/*------------------------------------------------------------
    Relate
------------------------------------------------------------*/
.c-relate {
  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;
  margin: 0 -16px;
}
.c-relate__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 16px;
}
.c-relate__item.is-hide {
  opacity: 0;
  pointer-events: none;
}
.c-relate__btn {
  display: inline-block;
}
/*------------------------------------------------------------
    Single
------------------------------------------------------------*/
.c-single1__heading {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #0a318e;
}
@media only screen and (max-width: 767px) {
  .c-single1__heading {
    padding-bottom: 16px;
  }
}
.c-single1__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.c-single1__datetime {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 5px 18px 5px 0;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-single1__datetime {
    margin: 4px 14px 3px 0;
    font-size: 1.4rem;
    line-height: 1.43;
  }
}
.c-single1__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -4px;
  overflow: hidden;
}
.c-single1__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: 6px;
  margin-bottom: 4px;
}
.c-single1__title {
  margin-top: 23px;
  color: #383838;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.44;
}
@media only screen and (max-width: 767px) {
  .c-single1__title {
    margin-top: 14px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.c-single1__content {
  position: relative;
  width: 100%;
  padding: 36px 0;
  border-bottom: 1px solid #0a318e;
}
.c-single1__content.u-sample {
  min-height: 618px;
}
@media only screen and (max-width: 767px) {
  .c-single1__content.u-sample {
    min-height: 418px;
  }
}
.c-single1__footer {
  padding-top: 45px;
}
@media only screen and (max-width: 767px) {
  .c-single1__footer {
    padding-top: 28px;
  }
}
/*------------------------------------------------------------
    Slider
------------------------------------------------------------*/
.c-slider1__pagination {
  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% !important;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c-slider1__pagination {
    margin-top: 16px;
  }
}
.c-slider1__dot {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #d5d5d5;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-slider1__dot.is-active {
  background-color: #0a318e;
  pointer-events: none;
}
@media only screen and (min-width: 1023px) {
  .c-slider1__dot:hover {
    background-color: #0a318e;
  }
}
.c-slider1__dot + .c-slider1__dot {
  margin-left: 15px;
}
.c-slider1__note {
  margin-top: 18px;
  text-align: right;
}
/*------------------------------------------------------------
    Stakeholder
------------------------------------------------------------*/
.c-stakeholder1 {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -0.75rem -0.75rem;
}
@media only screen and (max-width: 767px) {
  .c-stakeholder1 {
    margin: 0 -5px -5px;
  }
}
.c-stakeholder1__item {
  margin: 0 0.75rem 0.75rem;
}
@media only screen and (max-width: 767px) {
  .c-stakeholder1__item {
    margin: 0 5px 5px;
  }
}
.c-stakeholder1__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: 200px;
  height: 200px;
  padding: 28px 14px 20px;
  background-color: #fff;
  border: 7px solid #fcaa08;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-stakeholder1__box {
    width: 120px;
    height: 120px;
    padding: 12px 10px;
    border-width: 4px;
  }
}
.c-stakeholder1__box--blue {
  border-color: #0a318e;
}
.c-stakeholder1__text {
  color: #000;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-stakeholder1__text {
    font-size: 1.8rem;
    line-height: 1.78;
  }
}
/*------------------------------------------------------------
    Table
------------------------------------------------------------*/
.c-table1 {
  width: 100%;
  border-collapse: collapse;
}
.c-table1--style1 .c-table1__field {
  width: 95px;
}
@media only screen and (max-width: 767px) {
  .c-table1--style1 .c-table1__field {
    width: 80px;
  }
}
.c-table1--style1 .c-table1__content {
  width: calc(100% - 95px);
}
@media only screen and (max-width: 767px) {
  .c-table1--style1 .c-table1__content {
    width: calc(100% - 80px);
  }
}
.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;
  position: relative;
  padding: 19px 0;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .c-table1__row {
    padding: 12px 0;
  }
}
.c-table1__row:first-child {
  border-top: 1px solid #ddd;
}
.c-table1__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 182px;
  padding: 0 24px 0 11px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table1__field {
    width: 95px;
    padding: 0 18px 0 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-table1__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 182px);
  padding-right: 11px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table1__content {
    width: calc(100% - 95px);
    padding-right: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-table2 {
  width: 100%;
  border-collapse: collapse;
}
.c-table2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  vertical-align: top;
  position: relative;
  padding: 14px 0 13px;
  border-bottom: 1px solid #ddd;
}
.c-table2__row:first-child {
  border-top: 1px solid #ddd;
}
.c-table2__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 175px;
  padding: 0 24px 0 30px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table2__field {
    width: 106px;
    padding: 0 16px 0 0;
  }
}
.c-table2__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 175px);
  padding-right: 24px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table2__content {
    width: calc(100% - 106px);
    padding-right: 0;
  }
}
.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%;
}
.c-table3__field {
  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;
  width: 34.5588235294%;
  padding: 20px 24px 18px;
  background-color: #fff7cc;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-table3__field {
    width: 100px;
    padding: 12px 8px 11px;
    font-size: 1.4rem;
    line-height: 1.57;
  }
}
.c-table3__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;
  width: 65.4411764706%;
  margin-left: auto;
  padding: 20px 24px 18px 32px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-table3__content {
    width: calc(100% - 100px);
    padding: 12px 12px 11px;
    font-size: 1.4rem;
    line-height: 1.57;
  }
}
.c-table3__content p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .c-table3__content p + p {
    margin-top: 22px;
  }
}
/*------------------------------------------------------------
    Tag
------------------------------------------------------------*/
.c-tag1 {
  display: inline-block;
  position: relative;
  min-width: 161px;
  max-width: 100%;
  padding: 7px 14px;
  background-color: #fffde3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.78;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-tag1--orange {
  background-color: #fff6eb;
}
.c-tag2 {
  display: inline-block;
  position: relative;
  min-width: 135px;
  max-width: 100%;
  padding: 4px 14px;
  border: 1px solid #0a318e;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #0a318e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-tag2 {
    min-width: 87px;
    padding: 4px 8px 3px;
    font-size: 1.4rem;
    line-height: 1.286;
  }
}
.c-tag3 {
  display: inline-block;
  position: relative;
  min-width: 67px;
  max-width: 100%;
  padding: 4px 10px;
  background-color: #0a318e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-text1 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.778;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.c-text2 {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-text2 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.875;
  }
}
.c-text3 {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.c-text4 {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-text4 {
    font-size: 1.6rem;
  }
}
.c-text4--center {
  margin-left: 0.05em;
  text-align: center;
}
.c-text5 {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
}
/*------------------------------------------------------------
    Thumbgroup
------------------------------------------------------------*/
.c-thumbgroup1 {
  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%;
}
.c-thumbgroup1__item:nth-child(1) {
  width: 46.9973890339%;
}
.c-thumbgroup1__item:nth-child(2) {
  width: 46.9973890339%;
  margin-left: 23px;
}
.c-thumbgroup1__item img {
  width: 100%;
}
.c-thumbgroup1__item3 {
  width: 57.4412532637%;
  margin: 2.45rem auto 0;
}
.c-thumbgroup2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-thumbgroup2__item:nth-child(1) {
  width: 49.1916859122%;
}
@media only screen and (max-width: 767px) {
  .c-thumbgroup2__item:nth-child(1) {
    width: 51.5011547344%;
  }
}
.c-thumbgroup2__item:nth-child(2) {
  width: 41.5704387991%;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .c-thumbgroup2__item:nth-child(2) {
    width: 46.1893764434%;
    margin-left: 20px;
  }
}
.c-thumbgroup2__item img {
  width: 100%;
}
.c-thumbgroup3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -16px;
}
@media only screen and (max-width: 767px) {
  .c-thumbgroup3 {
    -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: 0;
  }
}
.c-thumbgroup3__item {
  width: calc(50% - 32px);
  margin: 0 16px;
}
@media only screen and (max-width: 767px) {
  .c-thumbgroup3__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-thumbgroup3__item + .c-thumbgroup3__item {
    margin-top: 16px;
  }
}
/*------------------------------------------------------------
    Thumbnail
------------------------------------------------------------*/
.c-thumb--round {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumb--round::before {
  content: "";
  display: block;
  position: relative;
  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;
  position: relative;
  padding-top: 62.0481927711%;
}
.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;
  position: relative;
  padding-top: 124.0963855422%;
}
.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%;
  border-radius: 20px;
  overflow: hidden;
}
.c-thumb3::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 75.1666666667%;
}
@media only screen and (max-width: 767px) {
  .c-thumb3::before {
    padding-top: 75.1497005988%;
  }
}
.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%;
  border-radius: 20px;
  overflow: hidden;
}
.c-thumb4::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 125.1479289941%;
}
@media only screen and (max-width: 767px) {
  .c-thumb4::before {
    padding-top: 125%;
  }
}
.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;
  position: relative;
  padding-top: 66.7279411765%;
}
.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;
  position: relative;
  padding-top: 66.5%;
}
.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;
  position: relative;
  padding-top: 66.4761904762%;
}
.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;
  position: relative;
  padding-top: 66.5330661323%;
}
.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;
  position: relative;
  padding-top: 66.4705882353%;
}
.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;
}
.c-thumb10 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumb10::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 80%;
}
.c-thumb10 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-thumb10 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------------------------------
    Title
------------------------------------------------------------*/
.c-title1 {
  color: #0a318e;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
  text-transform: uppercase;
}
.c-title1 + .c-title1__sub {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .c-title1 + .c-title1__sub {
    margin-top: 4px;
  }
}
.c-title1 + .c-title1__small {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .c-title1 + .c-title1__small {
    margin-top: 4px;
  }
}
.c-title1--center {
  text-align: center;
}
.c-title1__sub {
  color: #0a318e;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.667;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-title1__sub {
    font-size: 1.8rem;
    line-height: 1.78;
  }
}
.c-title1__sub--center {
  margin-left: 0.05em;
  text-align: center;
}
.c-title1__small {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-title1__small {
    font-size: 1.8rem;
    line-height: 1.78;
  }
}
.c-title1__small--center {
  margin-left: 0.05em;
  text-align: center;
}
.c-title2 {
  position: relative;
  margin-left: 0.05em;
  color: #0a318e;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 19px;
}
@media only screen and (max-width: 767px) {
  .c-title2 {
    font-size: 2.3rem;
    line-height: 1.48;
    text-underline-offset: 9px;
  }
}
.c-title3 {
  color: #0a318e;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-title3 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.c-title3--center {
  margin-left: 0.05em;
  text-align: center;
}
.c-title4 {
  color: #0a318e;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-title4 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-title4--style1 {
    font-size: 1.8rem;
    line-height: 1.78;
  }
}
.c-title5 {
  margin-left: 0.05em;
  color: #0a318e;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.667;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title5 {
    font-size: 1.8rem;
    line-height: 1.78;
  }
}
.c-title5--default {
  margin-left: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-title5--style1 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.c-title6 {
  position: relative;
  width: 100%;
  padding-bottom: 9px;
  border-bottom: 1px solid #d8d8d8;
  color: #0a318e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
.c-title7 {
  position: relative;
  padding-left: 19px;
  color: #0a318e;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-title7 {
    padding-left: 16px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.c-title7::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 9px;
  height: calc(100% - 10px);
  background-color: #0a318e;
}
@media only screen and (max-width: 767px) {
  .c-title7::before {
    top: 3px;
    width: 7px;
    height: calc(100% - 5px);
  }
}
.c-title8 {
  position: relative;
  width: 100%;
  padding-bottom: 19px;
  border-bottom: 1px solid #0a318e;
  color: #0a318e;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .c-title8 {
    padding-bottom: 14px;
    font-size: 2rem;
  }
}
.c-title9 {
  position: relative;
  width: 100%;
  padding: 15px 40px;
  background-color: #0a318e;
  border-radius: 40px;
  margin-left: 0.05em;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title9 {
    padding: 13px 24px 15px;
    font-size: 1.8rem;
    line-height: 1.78;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    CSS of Home page
------------------------------------------------------------*/
.home {
  position: relative;
}
/*------------------------------------------------------------
    CSS of Mission section
------------------------------------------------------------*/
.home-mission {
  position: relative;
  padding: 120px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .home-mission {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-mission {
    padding: 94px 0 0;
  }
}
.home-mission__main {
  position: relative;
}
.home-mission__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 305px);
  height: 100%;
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .home-mission__main::before {
    width: calc(100% - 40px);
  }
}
.home-mission__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding: 111px 0 120px;
}
@media only screen and (max-width: 1023px) {
  .home-mission__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-mission__wrap {
    padding: 43px 0;
  }
}
.home-mission__left {
  width: 55.8823529412%;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .home-mission__left {
    width: 100%;
  }
}
.home-mission__heading .c-title1__sub {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .home-mission__heading .c-title1__sub {
    margin-top: 4px;
  }
}
.home-mission__content {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .home-mission__content {
    margin-top: 16px;
  }
}
.home-mission__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: 25px;
}
@media only screen and (max-width: 1023px) {
  .home-mission__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .home-mission__btn {
    margin-top: 19px;
  }
}
.home-mission__right {
  width: 44.1176470588%;
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .home-mission__right {
    width: 100%;
    margin-top: 32px;
  }
}
.home-mission__thumb {
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
  width: 100%;
  max-width: 480px;
}
@media only screen and (max-width: 1023px) {
  .home-mission__thumb {
    -webkit-transform: translateX(27px);
    transform: translateX(27px);
    max-width: unset;
  }
}
.home-mission__thumb img {
  width: 100%;
}
/*------------------------------------------------------------
    CSS of About section
------------------------------------------------------------*/
.home-about {
  position: relative;
  padding: 121px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .home-about {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-about {
    padding: 60px 0 0;
  }
}
.home-about__main {
  position: relative;
}
.home-about__main::before {
  content: "";
  position: absolute;
  top: 102px;
  right: 0;
  width: calc(50% + 305px);
  height: calc(100% - 102px);
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .home-about__main::before {
    top: 0;
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .home-about__main::before {
    height: calc(100% - 126px);
  }
}
.home-about__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) {
  .home-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
  }
}
.home-about__wrapleft {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .home-about__wrapleft {
    width: 100%;
  }
}
.home-about__wrapleft .home-about__leftinner {
  width: 100%;
  max-width: 683px;
  margin-left: auto;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .home-about__wrapleft .home-about__leftinner {
    max-width: unset;
    padding-right: 0;
  }
}
.home-about__thumb {
  position: relative;
  max-width: 700px;
  margin-left: -104px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .home-about__thumb {
    max-width: unset;
    margin-left: -21px;
  }
}
.home-about__thumb::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 71.4285714286%;
}
@media only screen and (max-width: 767px) {
  .home-about__thumb::before {
    padding-top: 71.2676056338%;
  }
}
.home-about__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;
}
.home-about__wrapright {
  width: 50%;
  margin-top: 102px;
  padding: 115px 0 121px;
}
@media only screen and (max-width: 1023px) {
  .home-about__wrapright {
    width: 100%;
    margin-top: 0;
    padding: 80px 0 76px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-about__wrapright {
    padding: 43px 0 32px 40px;
  }
}
.home-about__wrapright .home-about__rightinner {
  width: 100%;
  max-width: 604px;
  margin-right: auto;
  padding-right: 60px;
}
@media only screen and (max-width: 1023px) {
  .home-about__wrapright .home-about__rightinner {
    max-width: unset;
    padding-right: 0;
  }
}
.home-about__sub {
  margin-top: 100px;
}
@media only screen and (max-width: 1023px) {
  .home-about__sub {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .home-about__sub {
    margin-top: 63px;
  }
}
.home-about__subwrap {
  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) {
  .home-about__subwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.home-about__subleft {
  position: relative;
  width: 50%;
  max-width: 604px;
  margin-left: auto;
  padding-left: 60px;
}
@media only screen and (max-width: 1023px) {
  .home-about__subleft {
    width: 100%;
    max-width: unset;
    margin-top: 35px;
    padding: 0 40px;
  }
}
.home-about__subleft .c-thumb4 {
  max-width: 338px;
  margin-top: 126px;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .home-about__subleft .c-thumb4 {
    width: 56.2874251497%;
    max-width: unset;
    margin: 0 auto 0 0;
  }
}
.home-about__subright {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .home-about__subright {
    width: 100%;
  }
}
.home-about__subright .home-about__rightinner {
  width: 100%;
  max-width: 683px;
  margin-right: auto;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .home-about__subright .home-about__rightinner {
    max-width: unset;
  }
}
.home-about__subright .c-thumb3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: -42px;
}
@media only screen and (max-width: 1023px) {
  .home-about__subright .c-thumb3 {
    width: calc(100% - 40px);
    max-width: unset;
    margin-right: -40px;
  }
}
/*------------------------------------------------------------
    CSS of Recruit section
------------------------------------------------------------*/
.home-recruit {
  position: relative;
  padding: 120px 0 0;
}
@media only screen and (max-width: 1023px) {
  .home-recruit {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-recruit {
    padding: 60px 0 73px;
  }
}
.home-recruit__main {
  position: relative;
  padding: 138px 0 121px;
}
@media only screen and (max-width: 1023px) {
  .home-recruit__main {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-recruit__main {
    padding: 35px 0 44px;
  }
}
.home-recruit__main::before {
  content: "";
  position: absolute;
  top: 245px;
  left: 0;
  width: 100%;
  height: calc(100% - 245px);
  background-color: #fff;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .home-recruit__main::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 80px);
    height: 100%;
    border-radius: 30px;
  }
}
.home-recruit__corner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 120px);
  max-width: 1000px;
  height: 245px;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .home-recruit__corner {
    display: none;
  }
}
.home-recruit__cornerleft {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 30px;
  height: 30px;
}
.home-recruit__cornerright {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 1023px) {
  .home-recruit__heading {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-recruit__heading {
    padding: 0 20px;
  }
}
.home-recruit__content {
  margin-top: 26px;
  margin-left: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .home-recruit__content {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-recruit__content {
    margin-top: 17px;
    margin-left: 0;
    padding: 0 20px;
    text-align: left;
  }
}
.home-recruit__slider {
  margin-top: 57px;
  overflow: unset;
}
@media only screen and (max-width: 767px) {
  .home-recruit__slider {
    margin-top: 29px;
    overflow: hidden;
  }
}
.home-recruit__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.home-recruit__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;
}
@media only screen and (max-width: 767px) {
  .home-recruit__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.home-recruit__item {
  position: relative;
  width: 33.3333333333%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .home-recruit__item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .home-recruit__item {
    width: 455.3333333333px;
    -webkit-transform: translate(-177px, 0);
    transform: translate(-177px, 0);
  }
}
.home-recruit__item:nth-child(1), .home-recruit__item:nth-child(2), .home-recruit__item:nth-child(3) {
  z-index: 1;
}
.home-recruit__item:nth-child(3n+2) {
  -webkit-transform: translate(0, 40px);
  transform: translate(0, 40px);
}
@media only screen and (max-width: 1023px) {
  .home-recruit__item:nth-child(3n+2) {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 767px) {
  .home-recruit__item:nth-child(3n+2) {
    -webkit-transform: translate(-177px, 0);
    transform: translate(-177px, 0);
  }
}
.home-recruit__item:nth-child(n+4) {
  margin-top: -2px;
}
@media only screen and (max-width: 1023px) {
  .home-recruit__item:nth-child(n+4) {
    margin-top: 0;
  }
}
.home-recruit__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: 108px;
}
@media only screen and (max-width: 1023px) {
  .home-recruit__btn {
    margin-top: 60px;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-recruit__btn {
    margin-top: 40px;
    padding: 0 20px;
  }
}
/*------------------------------------------------------------
    CSS of Company section
------------------------------------------------------------*/
.home-company {
  position: relative;
}
.home-company__main {
  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: 400px;
  padding: 74px 0 80px;
  background-image: url("/assets/img/home/company-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .home-company__main {
    padding: 34px 0 40px;
    background-image: url("/assets/img/home/company-bg@sp.jpg");
  }
}
.home-company__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a318e;
  opacity: 0.278;
}
.home-company__heading {
  position: relative;
  z-index: 1;
}
.home-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;
  position: relative;
  margin-top: 35px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .home-company__btn {
    margin-top: 18px;
  }
}
.home-company__sub {
  padding: 120px 0 131px;
}
@media only screen and (max-width: 767px) {
  .home-company__sub {
    padding: 61px 0 62px;
  }
}
.home-company__list {
  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) {
  .home-company__list {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 767px) {
  .home-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;
    margin: 0;
  }
}
.home-company__item {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .home-company__item {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home-company__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-company__item + .home-company__item {
    margin-top: 33px;
  }
}
/*------------------------------------------------------------
    CSS of News section
------------------------------------------------------------*/
.home-news {
  position: relative;
  padding: 115px 0 120px;
}
@media only screen and (max-width: 767px) {
  .home-news {
    padding: 55px 0 61px;
  }
}
.home-news__body {
  margin-top: 57px;
}
@media only screen and (max-width: 767px) {
  .home-news__body {
    margin-top: 37px;
  }
}
.home-news__body .c-text3.u-nopost {
  text-align: center;
}
.home-news__list {
  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) {
  .home-news__list {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 767px) {
  .home-news__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;
  }
}
.home-news__item {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .home-news__item {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home-news__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-news__item + .home-news__item {
    margin-top: 31px;
  }
}
.home-news__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: 37px;
}
@media only screen and (max-width: 767px) {
  .home-news__btn {
    margin-top: 43px;
  }
}
/*------------------------------------------------------------
    CSS of Mission page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Concept section
------------------------------------------------------------*/
.mission-concept {
  position: relative;
  padding: 99px 0 0;
}
@media only screen and (max-width: 1023px) {
  .mission-concept {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .mission-concept {
    padding: 52px 0 0;
  }
}
/*------------------------------------------------------------
    CSS of Safety section
------------------------------------------------------------*/
.mission-safety {
  position: relative;
  padding: 115px 0 0;
}
@media only screen and (max-width: 1023px) {
  .mission-safety {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .mission-safety {
    padding: 60px 0 0;
  }
}
.mission-safety__main {
  margin-top: 71px;
}
@media only screen and (max-width: 767px) {
  .mission-safety__main {
    margin-top: 42px;
  }
}
.mission-safety__block01 .mission-safety__blockwrap {
  padding: 33px 0;
}
@media only screen and (max-width: 1023px) {
  .mission-safety__block01 .mission-safety__blockwrap {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .mission-safety__block01 .mission-safety__blockwrap {
    padding: 43px 0;
  }
}
.mission-safety__block01 .mission-safety__blockcontent {
  margin: 10px 0 5px;
}
@media only screen and (max-width: 767px) {
  .mission-safety__block01 .mission-safety__blockcontent {
    margin: 17px 0 0;
  }
}
.mission-safety__block01 .mission-safety__blockthumb {
  width: 100%;
  max-width: 480px;
}
@media only screen and (max-width: 1023px) {
  .mission-safety__block01 .mission-safety__blockthumb {
    -webkit-transform: translateX(27px);
    transform: translateX(27px);
    max-width: unset;
  }
}
.mission-safety__block01 .mission-safety__blockthumb img {
  width: 100%;
}
.mission-safety__block02 {
  margin-top: 100px;
}
@media only screen and (max-width: 1023px) {
  .mission-safety__block02 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .mission-safety__block02 {
    margin-top: 60px;
  }
}
.mission-safety__block03 {
  margin-top: 99px;
}
@media only screen and (max-width: 1023px) {
  .mission-safety__block03 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .mission-safety__block03 {
    margin-top: 60px;
  }
}
.mission-safety__block03 .mission-safety__blockwrap {
  padding: 72px 0 75px;
}
@media only screen and (max-width: 767px) {
  .mission-safety__block03 .mission-safety__blockwrap {
    padding: 43px 0;
  }
}
.mission-safety__block03 .mission-safety__blockcontent {
  max-width: 383px;
  margin-top: 3px;
}
@media only screen and (max-width: 1023px) {
  .mission-safety__block03 .mission-safety__blockcontent {
    max-width: unset;
    margin-top: 0;
  }
}
.mission-safety__block03 .mission-safety__blockmain {
  margin-top: 44px;
}
@media only screen and (max-width: 767px) {
  .mission-safety__block03 .mission-safety__blockmain {
    margin-top: 28px;
  }
}
.mission-safety__block03 .mission-safety__blockpart .c-text3 {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .mission-safety__block03 .mission-safety__blockpart .c-text3 {
    margin-top: 8px;
  }
}
.mission-safety__block03 .mission-safety__blockpart + .mission-safety__blockpart {
  margin-top: 58px;
}
@media only screen and (max-width: 767px) {
  .mission-safety__block03 .mission-safety__blockpart + .mission-safety__blockpart {
    margin-top: 22px;
  }
}
.mission-safety__block04 {
  margin-top: 103px;
}
@media only screen and (max-width: 1023px) {
  .mission-safety__block04 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .mission-safety__block04 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .mission-safety__block04::before {
    min-height: 307px;
  }
}
.mission-safety__block04 .mission-safety__blockleft {
  padding-top: 72px;
  padding-bottom: 148px;
}
@media only screen and (max-width: 1023px) {
  .mission-safety__block04 .mission-safety__blockleft {
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .mission-safety__block04 .mission-safety__blockleft {
    padding-top: 43px;
  }
}
.mission-safety__block04 .mission-safety__blockmain {
  margin-top: 44px;
}
@media only screen and (max-width: 767px) {
  .mission-safety__block04 .mission-safety__blockmain {
    margin-top: 28px;
  }
}
.mission-safety__block04 .mission-safety__blockpart .c-text3 {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .mission-safety__block04 .mission-safety__blockpart .c-text3 {
    margin-top: 8px;
  }
}
.mission-safety__block04 .mission-safety__blockpart + .mission-safety__blockpart {
  margin-top: 58px;
}
@media only screen and (max-width: 767px) {
  .mission-safety__block04 .mission-safety__blockpart + .mission-safety__blockpart {
    margin-top: 22px;
  }
}
/*------------------------------------------------------------
    CSS of Environmental section
------------------------------------------------------------*/
.mission-environmental {
  position: relative;
  padding: 121px 0 0;
}
@media only screen and (max-width: 1023px) {
  .mission-environmental {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .mission-environmental {
    padding: 60px 0 0;
  }
}
.mission-environmental__main {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .mission-environmental__main {
    margin-top: 42px;
  }
}
.mission-environmental__block01 .mission-environmental__blockpart .c-text3 {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .mission-environmental__block01 .mission-environmental__blockpart .c-text3 {
    margin-top: 8px;
  }
}
.mission-environmental__block01 .mission-environmental__blockpart + .mission-environmental__blockpart {
  margin-top: 58px;
}
@media only screen and (max-width: 767px) {
  .mission-environmental__block01 .mission-environmental__blockpart + .mission-environmental__blockpart {
    margin-top: 22px;
  }
}
.mission-environmental__block01 .mission-environmental__blockthumb {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .mission-environmental__block01 .mission-environmental__blockthumb {
    margin-top: 32px;
  }
}
.mission-environmental__block01 .mission-environmental__table {
  margin-top: 18px;
}
.mission-environmental__block02 {
  margin-top: 100px;
}
@media only screen and (max-width: 1023px) {
  .mission-environmental__block02 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .mission-environmental__block02 {
    margin-top: 60px;
  }
}
.mission-environmental__block02 .mission-environmental__blockpart .c-text3 {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .mission-environmental__block02 .mission-environmental__blockpart .c-text3 {
    margin-top: 8px;
  }
}
.mission-environmental__block02 .mission-environmental__blockpart .c-list4 {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .mission-environmental__block02 .mission-environmental__blockpart .c-list4 {
    margin-top: 8px;
  }
}
.mission-environmental__block02 .mission-environmental__blockpart .c-list4 + .c-text3 {
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .mission-environmental__block02 .mission-environmental__blockpart .c-list4 + .c-text3 {
    margin-top: 11px;
  }
}
.mission-environmental__block02 .mission-environmental__blockpart + .mission-environmental__blockpart {
  margin-top: 58px;
}
@media only screen and (max-width: 767px) {
  .mission-environmental__block02 .mission-environmental__blockpart + .mission-environmental__blockpart {
    margin-top: 22px;
  }
}
.mission-environmental__block02 .mission-environmental__blockbtn {
  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: 19px;
}
@media only screen and (max-width: 1023px) {
  .mission-environmental__block02 .mission-environmental__blockbtn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .mission-environmental__block02 .mission-environmental__blockbtn {
    margin-top: 19px;
  }
}
.mission-environmental__block02 .mission-environmental__blockthumb {
  -webkit-transform: translateX(1px);
  transform: translateX(1px);
}
@media only screen and (max-width: 1023px) {
  .mission-environmental__block02 .mission-environmental__blockthumb {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.mission-environmental__blockbox {
  padding: 74px 60px 84px;
}
@media only screen and (max-width: 1023px) {
  .mission-environmental__blockbox {
    padding: 74px 40px 84px;
  }
}
@media only screen and (max-width: 767px) {
  .mission-environmental__blockbox {
    padding: 43px 20px;
  }
}
/*------------------------------------------------------------
    CSS of Service page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Concept section
------------------------------------------------------------*/
.service-concept {
  position: relative;
  padding: 99px 0 0;
}
@media only screen and (max-width: 1023px) {
  .service-concept {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-concept {
    padding: 52px 0 0;
  }
}
/*------------------------------------------------------------
    CSS of Office section
------------------------------------------------------------*/
.service-office {
  position: relative;
  padding: 115px 0 0;
}
@media only screen and (max-width: 1023px) {
  .service-office {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-office {
    padding: 55px 0 0;
  }
}
.service-office__main {
  margin-top: 71px;
}
@media only screen and (max-width: 767px) {
  .service-office__main {
    margin-top: 42px;
  }
}
.service-office__block .service-office__block {
  padding-top: 33px;
  padding-bottom: 33px;
}
@media only screen and (max-width: 1023px) {
  .service-office__block .service-office__block {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .service-office__block .service-office__blockwrap {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-office__block .service-office__blockwrap {
    padding: 43px 0;
  }
}
.service-office__block .service-office__blockleft {
  padding: 58px 0;
}
@media only screen and (max-width: 1023px) {
  .service-office__block .service-office__blockleft {
    padding: 0 40px 0 0;
  }
}
.service-office__block .service-office__blockcontent {
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .service-office__block .service-office__blockcontent {
    margin-top: 17px;
  }
}
.service-office__block .service-office__blockright {
  margin: -15px 0 -14px;
}
@media only screen and (max-width: 1023px) {
  .service-office__block .service-office__blockright {
    margin: 32px 0 0;
  }
}
.service-office__block .service-office__blockthumb {
  width: 100%;
  max-width: 520px;
}
@media only screen and (max-width: 1023px) {
  .service-office__block .service-office__blockthumb {
    -webkit-transform: translateX(27px);
    transform: translateX(27px);
    max-width: unset;
  }
}
.service-office__block .service-office__blockthumb img {
  width: 100%;
}
.service-office__body {
  margin-top: 114px;
}
@media only screen and (max-width: 1023px) {
  .service-office__body {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .service-office__body {
    margin-top: 60px;
  }
}
.service-office__part {
  position: relative;
  padding: 56px 0 61px;
  border-bottom: 1px solid #0a318e;
}
.service-office__part:first-child {
  padding-top: 0;
}
.service-office__part2 {
  padding-bottom: 56px;
}
.service-office__part3 {
  padding-top: 54px;
}
/*------------------------------------------------------------
    CSS of Vehicle section
------------------------------------------------------------*/
.service-vehicle {
  position: relative;
  padding: 134px 0 0;
}
@media only screen and (max-width: 1023px) {
  .service-vehicle {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-vehicle {
    padding: 60px 0 0;
  }
}
.service-vehicle__heading .c-concept1__text {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .service-vehicle__heading .c-concept1__text {
    margin-top: 20px;
  }
}
.service-vehicle__body {
  margin-top: 46px;
}
@media only screen and (max-width: 767px) {
  .service-vehicle__body {
    margin-top: 28px;
  }
}
.service-vehicle__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 -20px -49px;
}
@media only screen and (max-width: 1023px) {
  .service-vehicle__list {
    margin: 0 -10px -25px;
  }
}
@media only screen and (max-width: 767px) {
  .service-vehicle__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;
  }
}
.service-vehicle__item {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px 49px;
}
@media only screen and (max-width: 1023px) {
  .service-vehicle__item {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .service-vehicle__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-vehicle__item + .service-vehicle__item {
    margin-top: 28px;
  }
}
/*------------------------------------------------------------
    CSS of Warehouse section
------------------------------------------------------------*/
.service-warehouse {
  position: relative;
  padding: 120px 0 0;
}
@media only screen and (max-width: 1023px) {
  .service-warehouse {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-warehouse {
    padding: 60px 0 0;
  }
}
.service-warehouse__heading .c-concept1__text {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .service-warehouse__heading .c-concept1__text {
    margin-top: 20px;
  }
}
.service-warehouse__main {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .service-warehouse__main {
    margin-top: 42px;
  }
}
.service-warehouse__block::before {
  height: calc(100% - 150px);
}
@media only screen and (max-width: 1023px) {
  .service-warehouse__block::before {
    height: calc(100% - 122px);
  }
}
.service-warehouse__blockleft {
  padding-top: 75px;
  padding-bottom: 215px;
}
@media only screen and (max-width: 1023px) {
  .service-warehouse__blockleft {
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .service-warehouse__blockleft {
    padding-top: 43px;
  }
}
.service-warehouse__list {
  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;
  margin: 58px -34px 0;
}
@media only screen and (max-width: 1023px) {
  .service-warehouse__list {
    margin: 58px -20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-warehouse__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: 42px 0 0;
  }
}
.service-warehouse__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(50% - 68px);
  margin: 0 34px;
}
@media only screen and (max-width: 1023px) {
  .service-warehouse__item {
    width: calc(50% - 40px);
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .service-warehouse__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-warehouse__item + .service-warehouse__item {
    margin-top: 42px;
  }
}
.service-warehouse__item .c-table1 {
  width: 100%;
  margin-top: 35px;
  margin-bottom: auto;
}
@media only screen and (max-width: 767px) {
  .service-warehouse__item .c-table1 {
    margin-top: 18px;
  }
}
.service-warehouse__item .c-slider1 {
  width: 100%;
  margin-top: 37px;
}
@media only screen and (max-width: 767px) {
  .service-warehouse__item .c-slider1 {
    margin-top: 18px;
  }
}
.service-warehouse__item .c-slider1__pagination {
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .service-warehouse__item .c-slider1__pagination {
    margin-top: 16px;
  }
}
.service-warehouse__box {
  margin-top: 61px;
}
/*------------------------------------------------------------
    CSS of Company page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Message section
------------------------------------------------------------*/
.company-message {
  position: relative;
  padding: 94px 0 0;
}
@media only screen and (max-width: 1023px) {
  .company-message {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .company-message {
    padding: 55px 0 0;
  }
}
.company-message__heading .c-concept2__text {
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .company-message__heading .c-concept2__text {
    margin-top: 32px;
  }
}
.company-message__body {
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  .company-message__body {
    margin-top: 32px;
  }
}
.company-message__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;
}
@media only screen and (max-width: 767px) {
  .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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.company-message__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 69.1176470588%;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .company-message__left {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding-right: 0;
  }
}
.company-message__content {
  margin-top: -3px;
}
@media only screen and (max-width: 767px) {
  .company-message__content {
    margin-top: 0;
  }
}
.company-message__content p + p {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .company-message__content p + p {
    margin-top: 24px;
  }
}
.company-message__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30.8823529412%;
}
@media only screen and (max-width: 767px) {
  .company-message__right {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    margin-top: 32px;
  }
}
.company-message__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.company-message__thumb::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 117.8571428571%;
}
.company-message__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;
}
.company-message__info {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .company-message__info {
    margin-top: 20px;
  }
}
.company-message__inforole {
  display: block;
  margin-left: 0.05em;
  color: #0a318e;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.14;
  text-align: center;
}
.company-message__infoname {
  display: block;
  margin-top: 2px;
  margin-left: 0.05em;
  color: #0a318e;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.56;
  text-align: center;
}
/*------------------------------------------------------------
    CSS of Philosophy section
------------------------------------------------------------*/
.company-philosophy {
  position: relative;
  padding: 107px 0 0;
}
@media only screen and (max-width: 1023px) {
  .company-philosophy {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy {
    padding: 60px 0 0;
  }
}
.company-philosophy__body {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .company-philosophy__body {
    margin-top: 42px;
  }
}
.company-philosophy__thumb {
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .company-philosophy__thumb {
    max-width: unset;
  }
}
.company-philosophy__thumb img {
  width: 100%;
}
/*------------------------------------------------------------
    CSS of Outline section
------------------------------------------------------------*/
.company-outline {
  position: relative;
  padding: 122px 0 0;
}
@media only screen and (max-width: 1023px) {
  .company-outline {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .company-outline {
    padding: 60px 0 0;
  }
}
.company-outline__body {
  margin-top: 94px;
}
@media only screen and (max-width: 767px) {
  .company-outline__body {
    margin-top: 42px;
  }
}
/*------------------------------------------------------------
    CSS of Office section
------------------------------------------------------------*/
.company-office {
  position: relative;
  margin-bottom: -8px;
  padding: 125px 0 0;
}
@media only screen and (max-width: 1023px) {
  .company-office {
    margin-bottom: 0;
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .company-office {
    padding: 60px 0 0;
  }
}
.company-office__body {
  margin-top: 82px;
}
@media only screen and (max-width: 767px) {
  .company-office__body {
    margin-top: 42px;
  }
}
.company-office__part {
  position: relative;
  padding: 55px 0 60px;
  border-bottom: 1px solid #0a318e;
}
.company-office__part:first-child {
  padding-top: 0;
}
.company-office__part:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
/*------------------------------------------------------------
    CSS of Recruit page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Concept section
------------------------------------------------------------*/
.recruit-concept {
  position: relative;
  margin-top: -66px;
}
@media only screen and (max-width: 767px) {
  .recruit-concept {
    margin-top: -54px;
  }
}
.recruit-concept__top {
  position: relative;
  overflow: hidden;
}
.recruit-concept__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.recruit-concept__thumb::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 50%;
}
@media only screen and (max-width: 767px) {
  .recruit-concept__thumb::before {
    padding-top: 64.1711229947%;
  }
}
.recruit-concept__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;
}
.recruit-concept__topcontent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 27px 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .recruit-concept__topcontent {
    padding: 16px 0;
  }
}
.recruit-concept__title {
  color: #fff;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recruit-concept__title {
    font-size: 4rem;
  }
}
.recruit-concept__bottom {
  position: relative;
  padding: 76px 0 0;
}
@media only screen and (max-width: 767px) {
  .recruit-concept__bottom {
    padding: 43px 0 0;
  }
}
.recruit-concept__heading .c-text4 {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .recruit-concept__heading .c-text4 {
    margin-top: 16px;
  }
}
.recruit-concept__body {
  margin-top: 47px;
}
@media only screen and (max-width: 767px) {
  .recruit-concept__body {
    margin-top: 28px;
  }
}
.recruit-concept__thumbgroup {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .recruit-concept__thumbgroup {
    margin-top: 37px;
  }
}
.recruit-concept__mainthumb {
  position: relative;
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .recruit-concept__mainthumb {
    margin-top: 37px;
  }
}
.recruit-concept__mainthumb::before {
  content: "";
  display: block;
  position: relative;
  padding-top: 43.75%;
}
.recruit-concept__mainthumb 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;
}
.recruit-concept__bottomcontent {
  margin-top: 47px;
}
@media only screen and (max-width: 767px) {
  .recruit-concept__bottomcontent {
    margin-top: 28px;
  }
}
/*------------------------------------------------------------
    CSS of Application section
------------------------------------------------------------*/
.recruit-application {
  position: relative;
  padding: 123px 0 0;
}
@media only screen and (max-width: 1023px) {
  .recruit-application {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-application {
    padding: 60px 0 0;
  }
}
.recruit-application__body {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .recruit-application__body {
    margin-top: 40px;
  }
}
.recruit-application__body .c-text3.u-nopost {
  text-align: center;
}
.recruit-application__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 -20px -55px;
}
@media only screen and (max-width: 767px) {
  .recruit-application__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;
  }
}
.recruit-application__item {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px 55px;
}
@media only screen and (max-width: 1023px) {
  .recruit-application__item {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .recruit-application__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-application__item + .recruit-application__item {
    margin-top: 34px;
  }
}
/*------------------------------------------------------------
    CSS of Staff section
------------------------------------------------------------*/
.recruit-staff {
  position: relative;
  padding: 134px 0 0;
}
@media only screen and (max-width: 1023px) {
  .recruit-staff {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-staff {
    padding: 60px 0 0;
  }
}
.recruit-staff__body {
  margin-top: 50px;
}
.recruit-staff__part + .recruit-staff__part {
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  .recruit-staff__part + .recruit-staff__part {
    margin-top: 34px;
  }
}
/*------------------------------------------------------------
    CSS of Education section
------------------------------------------------------------*/
.recruit-education {
  position: relative;
  padding: 149px 0 0;
}
@media only screen and (max-width: 1023px) {
  .recruit-education {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-education {
    padding: 60px 0 0;
  }
}
.recruit-education__body {
  margin-top: 71px;
}
@media only screen and (max-width: 767px) {
  .recruit-education__body {
    margin-top: 42px;
  }
}
.recruit-education__part + .recruit-education__part {
  margin-top: 96px;
}
@media only screen and (max-width: 767px) {
  .recruit-education__part + .recruit-education__part {
    margin-top: 34px;
  }
}
.recruit-education__flow {
  margin-top: 18px;
}
.recruit-education__partbody {
  margin-top: 19px;
}
/*------------------------------------------------------------
    CSS of Job section
------------------------------------------------------------*/
.recruit-job {
  position: relative;
  margin-bottom: -65px;
  padding: 138px 0 0;
}
@media only screen and (max-width: 1023px) {
  .recruit-job {
    margin-bottom: 0;
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-job {
    padding: 60px 0 0;
  }
}
.recruit-job__body {
  margin-top: 71px;
}
@media only screen and (max-width: 767px) {
  .recruit-job__body {
    margin-top: 42px;
  }
}
.recruit-job__part + .recruit-job__part {
  margin-top: 96px;
}
@media only screen and (max-width: 767px) {
  .recruit-job__part + .recruit-job__part {
    margin-top: 34px;
  }
}
.recruit-job__partbody {
  margin-top: 18px;
}
/*------------------------------------------------------------
    CSS of Entry page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Application section
------------------------------------------------------------*/
.entry-application {
  position: relative;
  padding: 53px 0 0;
}
.entry-application__heading {
  position: relative;
  width: 100%;
  margin-top: 50px;
  padding-bottom: 25px;
  border-bottom: 3px solid #0a318e;
}
@media only screen and (max-width: 767px) {
  .entry-application__heading {
    margin-top: 35px;
    padding-bottom: 16px;
  }
}
.entry-application__label {
  display: inline-block;
  position: relative;
  min-width: 232px;
  max-width: 100%;
  padding: 7px 14px;
  background-color: #fcaa08;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .entry-application__label {
    min-width: 134px;
    padding: 4px 14px 3px;
    font-size: 2.3rem;
    line-height: 1.65;
  }
}
.entry-application__title {
  margin-top: 21px;
  color: #0a318e;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .entry-application__title {
    margin-top: 16px;
    font-size: 2.3rem;
    line-height: 1.48;
  }
}
.entry-application__body {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .entry-application__body {
    margin-top: 30px;
  }
}
/*------------------------------------------------------------
    CSS of Form section
------------------------------------------------------------*/
.entry-form {
  position: relative;
  padding: 78px 0 8px;
}
@media only screen and (max-width: 767px) {
  .entry-form {
    padding: 60px 0 0;
  }
}
.entry-form__body {
  margin-top: 34px;
}
.entry-form__part + .entry-form__part {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .entry-form__part + .entry-form__part {
    margin-top: 24px;
  }
}
.entry-form__partheading {
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .entry-form__partheading {
    margin-top: 15px;
  }
}
.entry-form__partbody {
  margin: 85px 0 45px;
}
@media only screen and (max-width: 767px) {
  .entry-form__partbody {
    margin: 45px 0 24px;
  }
}
.entry-form__row .entry-form__field label.error,
.mw_wp_form .entry-form__row .error,
.mw_wp_form .entry-form__accept .error {
  display: block;
  margin-top: 5px;
}
.entry-form__row .entry-form__field {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .entry-form__row .entry-form__field {
    margin-top: 9px;
  }
}
.entry-form__row2 {
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .entry-form__row2 {
    margin-top: 18px;
  }
}
.entry-form__row3 {
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .entry-form__row3 {
    margin-top: 18px;
  }
}
.entry-form__row3 .entry-form__field {
  margin-top: 9px;
}
.entry-form__row4 {
  margin-top: 34px;
}
@media only screen and (max-width: 767px) {
  .entry-form__row4 {
    margin-top: 18px;
  }
}
.entry-form__row4 .entry-form__field {
  margin-top: 9px;
}
.entry-form__row5 {
  margin-top: 34px;
}
@media only screen and (max-width: 767px) {
  .entry-form__row5 {
    margin-top: 18px;
  }
}
.entry-form__row5 .entry-form__field {
  margin-top: 13px;
}
.entry-form__row6 {
  margin-top: 23px;
}
@media only screen and (max-width: 767px) {
  .entry-form__row6 {
    margin-top: 18px;
  }
}
.entry-form__row7 {
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .entry-form__row7 {
    margin-top: 18px;
  }
}
.entry-form__row8 {
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .entry-form__row8 {
    margin-top: 18px;
  }
}
.entry-form__row9 {
  margin-top: 26px;
}
@media only screen and (max-width: 767px) {
  .entry-form__row9 {
    margin-top: 18px;
  }
}
.entry-form__accept {
  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: 36px;
}
@media only screen and (max-width: 767px) {
  .entry-form__accept {
    margin-top: 26px;
  }
}
.entry-form__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: 38px -10px 0;
}
@media only screen and (max-width: 767px) {
  .entry-form__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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 38px 0 0;
  }
}
.entry-form__groupbtn .c-btn5 {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .entry-form__groupbtn .c-btn5 {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .entry-form__groupbtn .c-btn5 + .c-btn5 {
    margin-top: 12px;
  }
}
.entry-form__recaptcha {
  text-align: center;
}
.mw_wp_form .c-radio3__group .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .c-checkbox3__group .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form_confirm .entry-form__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%;
  margin-top: 0;
  padding: 14px 0 13px;
  border-bottom: 1px solid #ddd;
}
.mw_wp_form_confirm .entry-form__row:first-child {
  border-top: 1px solid #ddd;
}
.mw_wp_form_confirm .entry-form__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 175px;
  padding: 0 10px 0 16px;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .entry-form__label {
    width: 106px;
    padding: 0 10px 0 0;
  }
}
.mw_wp_form_confirm .entry-form__label .c-label2 {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: left;
}
.mw_wp_form_confirm .entry-form__label .c-label2.is-required::after {
  content: none;
}
.mw_wp_form_confirm .entry-form__field {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 175px);
  margin-top: 0;
  padding-right: 24px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .entry-form__field {
    width: calc(100% - 106px);
    padding-right: 0;
  }
}
.mw_wp_form_confirm .entry-form__field .c-radio3__group {
  display: contents;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mw_wp_form_confirm .entry-form__field .c-checkbox3__group {
  display: contents;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mw_wp_form_confirm .entry-form__field .c-input2__group .c-input2 {
  display: contents;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mw_wp_form_confirm .entry-form__row6 .entry-form__field .c-input2__zip {
  display: contents;
  width: -webkit-fit-content; 
  width: -moz-fit-content;
  width: fit-content;
}
.mw_wp_form_confirm .entry-form__row6 .entry-form__field .c-input2__zip::before {
  content: "〒";
}
.mw_wp_form_confirm .entry-form__accept {
  display: none;
}
.mw_wp_form_complete .entry-form__confirm .c-concept1__text {
  margin-top: 2px;
}
.grecaptcha-badge {
  z-index: 2;
}
/*------------------------------------------------------------
    CSS of News page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.news-archive {
  position: relative;
  padding: 99px 0 6px;
}
@media only screen and (max-width: 1023px) {
  .news-archive {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .news-archive {
    padding: 55px 0 0;
  }
}
.news-archive__body {
  margin-top: 59px;
}
@media only screen and (max-width: 767px) {
  .news-archive__body {
    margin-top: 42px;
  }
}
.news-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 -20px -58px;
}
@media only screen and (max-width: 1023px) {
  .news-archive__list {
    margin: 0 -10px -30px;
  }
}
@media only screen and (max-width: 767px) {
  .news-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;
  }
}
.news-archive__item {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px 58px;
}
@media only screen and (max-width: 1023px) {
  .news-archive__item {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .news-archive__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .news-archive__item + .news-archive__item {
    margin-top: 31px;
  }
}
.news-archive__pagi {
  margin-top: 68px;
}
@media only screen and (max-width: 767px) {
  .news-archive__pagi {
    margin-top: 42px;
  }
}
/*------------------------------------------------------------
    CSS of Single section
------------------------------------------------------------*/
.news-single {
  position: relative;
  margin-bottom: -1px;
  padding: 98px 0 0;
}
@media only screen and (max-width: 1023px) {
  .news-single {
    margin-bottom: 0;
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .news-single {
    padding: 55px 0 0;
  }
}
/*------------------------------------------------------------
    CSS of Contact page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Phone section
------------------------------------------------------------*/
.contact-phone {
  position: relative;
  padding: 87px 0 0;
}
@media only screen and (max-width: 767px) {
  .contact-phone {
    padding: 55px 0 0;
  }
}
.contact-phone__body {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-phone__body {
    margin-top: 28px;
  }
}
/*------------------------------------------------------------
    CSS of Form section
------------------------------------------------------------*/
.contact-form {
  position: relative;
  margin-bottom: -1px;
  padding: 83px 0 0;
}
@media only screen and (max-width: 1023px) {
  .contact-form {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 55px 0 0;
  }
}
.contact-form__body {
  margin-top: 47px;
}
@media only screen and (max-width: 767px) {
  .contact-form__body {
    margin-top: 28px;
  }
}
.contact-form__row .contact-form__field {
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row .contact-form__field {
    margin-top: 9px;
  }
}
.contact-form__row .contact-form__field label.error,
.mw_wp_form .contact-form__row .error {
  margin-top: 5px;
}
.contact-form__row1 .contact-form__field {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row1 .contact-form__field {
    margin-top: 9px;
  }
}
.contact-form__row1 .contact-form__field label.error,
.mw_wp_form .contact-form__row1 .error {
  margin-top: 7px;
}
.contact-form__row2 {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row2 {
    margin-top: 20px;
  }
}
.contact-form__row3 {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row3 {
    margin-top: 20px;
  }
}
.contact-form__row4 {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row4 {
    margin-top: 20px;
  }
}
.contact-form__row5 {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row5 {
    margin-top: 20px;
  }
}
.contact-form__row6 {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row6 {
    margin-top: 20px;
  }
}
.contact-form__row7 {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row7 {
    margin-top: 20px;
  }
}
.contact-form__row7 .contact-form__field {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row7 .contact-form__field {
    margin-top: 9px;
  }
}
.contact-form__row7 .contact-form__field .c-input__group {
  margin-top: 11px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row7 .contact-form__field .c-input__group {
    margin-top: 9px;
  }
}
.contact-form__row8 {
  margin-top: 29px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row8 {
    margin-top: 20px;
  }
}
.contact-form__row9 {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row9 {
    margin-top: 20px;
  }
}
.contact-form__row10 {
  margin-top: 23px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row10 {
    margin-top: 20px;
  }
}
.contact-form__row11 {
  margin-top: 23px;
}
@media only screen and (max-width: 767px) {
  .contact-form__row11 {
    margin-top: 20px;
  }
}
.contact-form__accept {
  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: 39px;
}
@media only screen and (max-width: 767px) {
  .contact-form__accept {
    margin-top: 29px;
  }
}
.contact-form__accept label.error,
.mw_wp_form .contact-form__accept .error {
  margin-top: 7px;
}
.contact-form__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: 39px -10px 0;
}
@media only screen and (max-width: 767px) {
  .contact-form__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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 39px 0 0;
  }
}
.contact-form__groupbtn .c-btn4 {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .contact-form__groupbtn .c-btn4 {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form__groupbtn .c-btn4 + .c-btn4 {
    margin-top: 8px;
  }
}
.contact-form__recaptcha {
  text-align: center;
}
.mw_wp_form .c-radio__group .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .c-checkbox__group .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form_confirm .contact-form__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%;
  margin-top: 0;
  padding: 14px 0 13px;
  border-bottom: 1px solid #ddd;
}
.mw_wp_form_confirm .contact-form__row:first-child {
  border-top: 1px solid #ddd;
}
.mw_wp_form_confirm .contact-form__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 175px;
  padding: 0 10px 0 16px;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .contact-form__label {
    width: 106px;
    padding: 0 10px 0 0;
  }
}
.mw_wp_form_confirm .contact-form__label .c-label1 {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: left;
}
.mw_wp_form_confirm .contact-form__label .c-label1.is-required::after {
  content: none;
}
.mw_wp_form_confirm .contact-form__field {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 175px);
  margin-top: 0;
  padding-right: 24px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .contact-form__field {
    width: calc(100% - 106px);
    padding-right: 0;
  }
}
.mw_wp_form_confirm .contact-form__field .c-radio__group {
  display: contents;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mw_wp_form_confirm .contact-form__field .c-checkbox__group {
  display: contents;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mw_wp_form_confirm .contact-form__field .c-input__group .c-input {
  display: contents;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mw_wp_form_confirm .contact-form__row7 .contact-form__field .c-input__zip {
  display: contents;
  width: -webkit-fit-content; 
  width: -moz-fit-content;
  width: fit-content;
}
.mw_wp_form_confirm .contact-form__row7 .contact-form__field .c-input__zip::before {
  content: "〒";
}
.mw_wp_form_confirm .contact-form__row7 .contact-form__field .c-input__group {
  display: contents;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
}
.mw_wp_form_confirm .contact-form__accept {
  display: none;
}
.mw_wp_form_complete .contact-form__confirm .c-concept1__text {
  text-align: left;
}
.grecaptcha-badge {
  z-index: 2;
}
/*------------------------------------------------------------
    CSS of Privacy page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Policy section
------------------------------------------------------------*/
.privacy-policy {
  position: relative;
  padding: 99px 0 0;
}
@media only screen and (max-width: 1023px) {
  .privacy-policy {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-policy {
    padding: 52px 0 0;
  }
}
.privacy-policy__row {
  position: relative;
  width: 100%;
  padding: 26px 0;
  border-bottom: 1px solid #ddd;
}
.privacy-policy__row:first-child {
  padding-top: 0;
}
.privacy-policy__title {
  color: #0a318e;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.78;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .privacy-policy__title {
    font-size: 2rem;
    line-height: 1.75;
  }
}
.privacy-policy__content {
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .privacy-policy__content {
    margin-top: 11px;
  }
}
.privacy-policy__list {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .privacy-policy__list {
    margin-top: 10px;
  }
}

/* 追加 */
#poststuff #postdivrich.postarea {
  display: none !important;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Display
------------------------------------------------------------*/
.u-none {
  display: none;
}
.u-fullscreen {
  height: 100%;
  overflow-y: scroll;
}
.u-fullscreen body {
  height: 100%;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
/*------------------------------------------------------------
    Background
------------------------------------------------------------*/
.u-bg__white100 {
  background-color: #fff;
}
.u-bg__yellow100 {
  background-color: #faf7f0;
}
/*------------------------------------------------------------
    Shadow
------------------------------------------------------------*/
.u-shadow1 {
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
/*------------------------------------------------------------
    Spacing
------------------------------------------------------------*/
/*------------------------------------------------------------
    Font
------------------------------------------------------------*/
.u-outfit {
  font-family: "Outfit", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.u-center {
  text-align: center;
}
@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;
  }
}