@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
------------------------------------------------------------*/
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 64px;
  background-color: transparent;
  z-index: 20;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.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;
  padding: 20px;
}
.c-header__logo {
  display: inline-block;
}
.c-header__logo img {
  width: 100px;
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  position: relative;
  padding: 72px 0;
}
@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 60px 0;
  }
}
.c-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-footer__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-footer__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .c-footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
.c-footer__logo {
  display: inline-block;
}
.c-footer__logo img {
  width: 100px;
}
.c-footer__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 32px;
}
@media only screen and (max-width: 767px) {
  .c-footer__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 28px;
    padding-left: 0;
  }
}
.c-footer__name {
  margin-top: 4px;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.428;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .c-footer__name {
    margin-top: 0;
    text-align: center;
  }
}
.c-footer__address {
  margin-top: 13px;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .c-footer__address {
    text-align: center;
  }
}
/*------------------------------------------------------------
    Layout
------------------------------------------------------------*/
body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: break-word;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
/*------------------------------------------------------------
    Container
------------------------------------------------------------*/
.l-container {
  width: 100%;
  max-width: 1146px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 20px;
  }
}
/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
.c-mv {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 1023px) {
  .c-mv {
    height: auto;
  }
}
.c-mv__inner {
  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%;
}
.c-mv__thumbwrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: min(65.1537335286%, 115.8854166667vh);
}
@media only screen and (max-width: 1023px) {
  .c-mv__thumbwrap {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: translate(0, -7.1875%);
    transform: translate(0, -7.1875%);
    width: 80%;
  }
}
.c-mv__thumb {
  position: relative;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.c-mv__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-mv__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-mv__contentwrap {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: min(65.1537335286vw, 115.8854166667vh);
}
@media only screen and (max-width: 1023px) {
  .c-mv__contentwrap {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 100%;
  }
}
.c-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-10.8988764045%);
  transform: translateY(-10.8988764045%);
  width: 100%;
  height: 100%;
  padding: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .c-mv__content {
    -webkit-transform: translateY(-15.15625%);
    transform: translateY(-15.15625%);
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__content {
    padding: 0 20px;
  }
}
.c-mv__title {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  width: 100%;
  color: #fff;
  font-size: min(16.1054172767vw, 28.6458333333vh);
  font-weight: 400;
  line-height: 1.064;
  text-align: center;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 1023px) {
  .c-mv__title {
    font-size: 17.5vw;
  }
}
/*------------------------------------------------------------
    Breadcrumb
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Arrow
------------------------------------------------------------*/
.c-arrow1 {
  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: 120px;
  height: 120px;
  padding: 26px 12px 12px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-arrow1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: rgba(255, 255, 255, 0.2);
  }
  .c-arrow1:hover .c-arrow1__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-arrow1:hover .c-arrow1__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-arrow1__text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.428;
  letter-spacing: 0.03em;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.c-arrow1__icon {
  display: block;
  position: relative;
  width: 13px;
  height: 13px;
  margin-top: 8px;
  overflow: hidden;
}
.c-arrow1__icon::before {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  color: #fff;
  font-family: "icomoon";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-arrow1__icon::after {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  color: #fff;
  font-family: "icomoon";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Box
------------------------------------------------------------*/
.c-box1 {
  display: block;
  position: relative;
  width: 100%;
  padding: 40px;
  background-color: rgba(163, 184, 204, 0.2);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-box1 {
    padding: 20px;
  }
}
.c-box1__heading {
  padding: 40px 0 54px;
}
@media only screen and (max-width: 767px) {
  .c-box1__heading {
    padding: 24px 0 32px;
  }
}
.c-box1__title {
  color: #1262b3;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  text-align: center;
}
.c-box1__subtitle {
  margin-top: 17px;
  color: #1262b3;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.577;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  text-align: center;
}
.c-box1__body {
  display: block;
  position: relative;
  width: 100%;
  padding: 32px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-box1__body {
    padding: 20px;
  }
}
.c-box1__chart {
  width: 100%;
  max-width: 809px;
  margin: 0 auto;
  padding: 16px 0 40px;
}
@media only screen and (max-width: 767px) {
  .c-box1__chart {
    max-width: 360px;
    padding: 16px 0 30px;
  }
}
.c-box1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -10px;
}
@media only screen and (max-width: 1023px) {
  .c-box1__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-box1__item {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px;
}
@media only screen and (max-width: 1023px) {
  .c-box1__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .c-box1__item + .c-box1__item {
    margin-top: 10px;
  }
}
.c-box1__label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 13px 22px 13px 23px;
  background-color: #fff;
  border: 1px solid #1262b3;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-box1__label {
    padding: 13px 18px 13px 17px;
  }
}
.c-box1__text {
  color: #1262b3;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
/*------------------------------------------------------------
    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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  min-width: 187px;
  min-height: 44px;
  padding: 11px 15px;
  background-color: #1262b3;
  border: 1px solid #1262b3;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.428;
  letter-spacing: 0.03em;
}
.c-btn1::after {
  content: "\e900";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 8px;
  color: #fff;
  font-family: "icomoon";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-btn1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #fff;
    color: #1262b3;
  }
  .c-btn1:hover::after {
    color: #1262b3;
  }
}
/*------------------------------------------------------------
    Part
------------------------------------------------------------*/
.c-part1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: 100%;
  padding: 24px;
  background-color: rgba(163, 184, 204, 0.2);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-part1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1 {
    padding: 20px;
  }
}
.c-part1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 29.862475442%;
  min-width: 254px;
  padding-right: 24px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    min-width: unset;
    padding-right: 0;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__left {
    padding: 10px 0 26px;
  }
}
.c-part1__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-part1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 70.137524558%;
}
@media only screen and (max-width: 1023px) {
  .c-part1__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
  }
}
.c-part1__box {
  display: block;
  width: 100%;
  padding: 31px 32px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-part1__box {
    padding: 20px;
  }
}
.c-part1__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-part1__headingleft {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 31px;
  padding-right: 4px;
}
.c-part1__number {
  color: #1262b3;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-part1__headingright {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 31px);
}
.c-part1__en {
  display: block;
  color: #1262b3;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-part1__ja {
  display: block;
  margin-top: 8px;
  color: #1262b3;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: 0.03em;
}
.c-part1__body {
  margin-top: 30px;
  padding-left: 31px;
}
@media only screen and (max-width: 767px) {
  .c-part1__body {
    padding-left: 0;
  }
}
.c-part1__content {
  margin-bottom: -2px;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-text1 {
  color: #4d4d4d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
}
.c-text2 {
  color: #4d4d4d;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.c-text3 {
  color: #4d4d4d;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .c-text3 {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.c-text3--white {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
/*------------------------------------------------------------
    Title
------------------------------------------------------------*/
.c-title1__en {
  display: block;
  color: #1262b3;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-title1__en {
    font-size: 3.8rem;
  }
}
.c-title1__ja {
  display: block;
  color: #1262b3;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
}
.c-title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-title2--white .c-title2__en {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.c-title2--white .c-title2__ja {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.c-title2__en {
  margin-right: 12px;
  color: #1262b3;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.458;
}
.c-title2__ja {
  color: #1262b3;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    CSS of Home page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of About section
------------------------------------------------------------*/
.home-about {
  position: relative;
}
.home-about__main {
  position: relative;
  padding: 158px 0 117px;
}
@media only screen and (max-width: 1023px) {
  .home-about__main {
    padding: 110px 0 117px;
  }
}
@media only screen and (max-width: 767px) {
  .home-about__main {
    padding: 52px 0 64px;
  }
}
.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: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.home-about__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 41.3696060038%;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .home-about__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
  }
}
.home-about__heading {
  margin-top: 13px;
}
@media only screen and (max-width: 1023px) {
  .home-about__heading {
    margin-top: 0;
  }
}
.home-about__title .c-title1__ja {
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .home-about__title .c-title1__ja {
    margin-top: 2px;
  }
}
.home-about__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 58.6303939962%;
}
@media only screen and (max-width: 1023px) {
  .home-about__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .home-about__right {
    margin-top: 32px;
  }
}
.home-about__subtitle {
  color: #4d4d4d;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.69;
  letter-spacing: 0.03em;
}
.home-about__content {
  margin-top: 33px;
}
@media only screen and (max-width: 767px) {
  .home-about__content {
    margin-top: 28px;
  }
}
.home-about__content p + p {
  margin-top: 22px;
}
.home-about__bg {
  position: relative;
  width: 100%;
  height: 512px;
}
@media only screen and (max-width: 767px) {
  .home-about__bg {
    height: 320px;
  }
}
.home-about__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 70% center;
  object-position: 70% center;
}
/*------------------------------------------------------------
    CSS of Company section
------------------------------------------------------------*/
.home-company {
  position: relative;
  padding: 100px 0 0;
}
@media only screen and (max-width: 767px) {
  .home-company {
    padding: 64px 0 0;
  }
}
.home-company__thumb {
  position: relative;
  width: 100%;
  min-height: 320px;
  margin-top: 120px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .home-company__thumb {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .home-company__thumb {
    min-height: unset;
    max-height: 320px;
    margin-top: 50px;
  }
}
.home-company__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 38.1801125704%;
}
@media only screen and (max-width: 767px) {
  .home-company__thumb::before {
    padding-top: 95.5223880597%;
  }
}
.home-company__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;
}
/*------------------------------------------------------------
    CSS of Business section
------------------------------------------------------------*/
.home-business {
  position: relative;
  padding: 110px 0 140px;
}
@media only screen and (max-width: 767px) {
  .home-business {
    padding: 64px 0 80px;
  }
}
.home-business__title .c-title1__ja {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .home-business__title .c-title1__ja {
    margin-top: 2px;
  }
}
.home-business__body {
  margin-top: 53px;
}
@media only screen and (max-width: 767px) {
  .home-business__body {
    margin-top: 34px;
  }
}
.home-business__part + .home-business__part {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .home-business__part + .home-business__part {
    margin-top: 24px;
  }
}
/*------------------------------------------------------------
    CSS of Careers section
------------------------------------------------------------*/
.home-careers {
  position: relative;
}
.home-careers__box {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1023px) {
  .home-careers__box:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .home-careers__box:hover .home-careers__bg::before {
    background-color: rgba(77, 115, 153, 0.55);
  }
  .home-careers__box:hover .home-careers__bg img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .home-careers__box:hover .c-arrow1 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .home-careers__box:hover .c-arrow1 .c-arrow1__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .home-careers__box:hover .c-arrow1 .c-arrow1__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.home-careers__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.home-careers__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 115, 153, 0.35);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-careers__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home-careers__main {
  position: relative;
  padding: 85px 0 80px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .home-careers__main {
    padding: 46px 0 40px;
  }
}
.home-careers__subtitle {
  color: #fff;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1.26;
  letter-spacing: 0.03em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  .home-careers__subtitle {
    font-size: 2.6rem;
    line-height: 1.69;
  }
}
.home-careers__description {
  margin-top: 16px;
}
.home-careers__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 101px;
}
@media only screen and (max-width: 767px) {
  .home-careers__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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 54px;
  }
}
.home-careers__groupleft {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .home-careers__groupleft {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding-right: 0;
  }
}
.home-careers__heading {
  margin-bottom: -3px;
}
@media only screen and (max-width: 767px) {
  .home-careers__heading {
    margin-bottom: 0;
  }
}
.home-careers__groupright {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .home-careers__groupright {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    margin-top: 56px;
    margin-left: auto;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Display
------------------------------------------------------------*/
.u-none {
  display: none;
}
/*------------------------------------------------------------
    Background
------------------------------------------------------------*/
/*------------------------------------------------------------
    Spacing
------------------------------------------------------------*/
/*------------------------------------------------------------
    Font
------------------------------------------------------------*/
.u-roboto {
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.u-birthstone {
  font-family: "Birthstone", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", cursive;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
@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;
  }
}