@charset "UTF-8";
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes shutterEffect {
  0% {
    width: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes shutterEffect {
  0% {
    width: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
textarea {
  font-family: "M PLUS Rounded 1c", "游ゴシック", 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: "M PLUS Rounded 1c", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
input,
textarea {
  font-family: "M PLUS Rounded 1c", "游ゴシック", 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: "M PLUS Rounded 1c", "游ゴシック", 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 {
  position: relative;
  height: 100%;
}
.c-nav1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav1__item {
  position: relative;
}
@media only screen and (min-width: 1023px) {
  .c-nav1__item:hover .c-nav1__link {
    color: #1489ff;
  }
  .c-nav1__item:hover .c-nav1__sub {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}
.c-nav1__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 88px;
  padding: 12px 16px 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  .c-nav1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #1489ff;
  }
}
.c-nav1__link.is-active {
  color: #1489ff;
}
.c-nav1__link--external::after {
  content: "\e906";
  display: inline-block;
  margin-left: 5px;
  color: #1489ff;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.c-nav1__sub {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - clamp(0px, 100% - 1360px, 80px));
  max-height: 100vh;
  padding: 143px 0 56px;
  background-color: #1489ff;
  border-radius: 0 0 0 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 11;
  overflow-y: auto;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-nav1__sub {
    display: none;
    width: 100%;
  }
}
.c-nav1__title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.538;
  letter-spacing: -0.02em;
}
.c-nav1__row {
  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 0;
}
.c-nav1__row + .c-nav1__row {
  border-top: 1px solid #47a3ff;
}
.c-nav1__row:first-child {
  padding-top: 0;
}
.c-nav1__row:last-child {
  padding-bottom: 0;
}
.c-nav1__body {
  margin-top: 23px;
}
.c-nav1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 72px;
}
.c-nav1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 12px;
}
.c-nav1__right--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-nav1__subtitle {
  display: inline-block;
  margin: 5px 0 1px;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.526;
  letter-spacing: -0.02em;
}
.c-nav1__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px -32px -17px 0;
}
.c-nav1__subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 32px 16px 0;
}
.c-nav1__sublink {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-nav1__sublink::before {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 1px;
  color: #f5f5f7;
  font-family: "icomoon";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
.c-nav1__childlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: -11px 0 -13px;
}
.c-nav1__childitem {
  position: relative;
  margin: 12px 0;
  padding: 0 41px 0 40px;
}
.c-nav1__childitem:first-child {
  padding-left: 0;
}
.c-nav1__childitem:last-child {
  padding-right: 0;
}
.c-nav1__childitem + .c-nav1__childitem::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5px;
  height: calc(100% - 2px);
  background-image: url("/assets/img/common/dotted-blue.svg");
  background-repeat: repeat-y;
  background-size: contain;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-nav1__childlink {
  display: inline-block;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.526;
  letter-spacing: -0.02em;
}
.c-nav2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-nav2__item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #dfe1e6;
}
.c-nav2__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 19px 40px 18px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-nav2__link::after {
  content: "\e901";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, calc(-50% - 1px));
  transform: translate(0, calc(-50% - 1px));
  color: #97a1bd;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-nav2__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-nav2__link:hover::after {
    -webkit-transform: translate(8px, -50%);
    transform: translate(8px, -50%);
  }
}
.c-nav2__text {
  color: #253d5b;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.526;
  letter-spacing: -0.02em;
}
.c-nav3__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav3__item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #057cf2;
}
.c-nav3__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: left;
}
.c-nav3__link--external::after {
  content: "\e906";
  display: inline-block;
  margin-left: 4px;
  color: #fff;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.c-nav3__sub {
  margin: -4px 0 20px;
}
.c-nav3__row {
  position: relative;
  background-color: #057cf2;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-nav3__row + .c-nav3__row {
  margin-top: 8px;
}
.c-nav3__row.is-haslist .c-nav3__wrap::after {
  content: "\e902";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-family: "icomoon";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-nav3__row.is-open .c-nav3__wrap::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.c-nav3__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 12px 38px 12px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-nav3__wrap:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
.c-nav3__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 56px;
}
.c-nav3__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 56px);
  padding-left: 12px;
}
.c-nav3__subtitle {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-nav3__content {
  display: none;
}
.c-nav3__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 12px 20px 32px;
}
.c-nav3__subitem {
  position: relative;
  width: 100%;
}
.c-nav3__subitem + .c-nav3__subitem {
  margin-top: 20px;
}
.c-nav3__sublink {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-nav3__sublink::before {
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 1px;
  color: #f5f5f7;
  font-family: "icomoon";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
@media only screen and (min-width: 1023px) {
  .c-header:has(.c-nav1__item[data-id="nav-products"]:hover) .c-nav1__sub#nav-products {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
  .c-header:has(.c-nav1__sub#nav-products:hover) .c-nav1__item[data-id="nav-products"] .c-nav1__link {
    color: #1489ff;
  }
  .c-header:has(.c-nav1__item[data-id="nav-company"]:hover) .c-nav1__sub#nav-company {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
  .c-header:has(.c-nav1__sub#nav-company:hover) .c-nav1__item[data-id="nav-company"] .c-nav1__link {
    color: #1489ff;
  }
  .c-header .c-nav1__sub:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}
.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - clamp(0px, 100% - 1360px, 80px));
  min-height: 88px;
  padding: 0 16px 0 20px;
  background-color: #fff;
  border-radius: 0 0 0 16px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 12;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-header__inner {
    width: 100%;
    padding: 0 80px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__inner {
    min-height: 72px;
    padding: 0 80px 0 16px;
  }
}
.c-header__logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 18px auto 22px 0;
}
@media only screen and (max-width: 767px) {
  .c-header__logowrap {
    margin: 16px 0;
  }
}
.c-header__logo {
  display: inline-block;
}
.c-header__logo img {
  height: 48px;
}
@media only screen and (max-width: 767px) {
  .c-header__logo img {
    height: 40px;
  }
}
.c-header__nav {
  margin-left: 32px;
}
.c-header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: 16px;
  padding: 18px 0 16px;
}
@media only screen and (max-width: 767px) {
  .c-header__group {
    display: none;
  }
}
.c-header__group .c-btn1 + .c-btn1 {
  margin-left: 16px;
}
.c-header__menubtn {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .c-header__menubtn {
    top: 8px;
    right: 8px;
  }
}
.c-header__menuouter {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuouter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-header__menuouter.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-header__menu {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #1489ff;
}
.c-header__menu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
.c-header__menuinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1;
}
.c-header__top {
  position: relative;
  width: 100%;
  padding: 88px 40px 64px;
  background-color: #1489ff;
}
@media only screen and (max-width: 767px) {
  .c-header__top {
    padding: 72px 24px 64px;
  }
}
.c-header__top .c-nav3 {
  margin-top: 12px;
}
.c-header__btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
}
.c-header__btnlist .c-btn4 + .c-btn4 {
  margin-top: 20px;
}
.c-header__bottom {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 40px 24px 100px;
}
.c-header__bottom .c-btn5 {
  margin: 0 auto;
}
.c-header__contact {
  margin-top: 39px;
}
.c-header__contact .c-btnmap {
  margin: 5px auto 0;
}
.c-header__name {
  color: #253d5b;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: center;
}
.c-header__address {
  margin-top: 6px;
  color: #253d5b;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: center;
}
.c-header__groupbtn {
  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;
  width: calc(100% + 20px);
  margin: 34px -10px -12px;
}
.c-header__itembtn {
  margin: 0 10px 12px;
}
.c-header__btn {
  display: inline-block;
  color: #253d5b;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: -0.02em;
  text-align: center;
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  position: relative;
  padding: 160px 0 0;
}
@media only screen and (max-width: 1023px) {
  .c-footer {
    padding: 80px 0 0;
  }
}
.c-footer__top {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-footer__top {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__top {
    padding: 0;
  }
}
.c-footer__top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .c-footer__top::after {
    top: 160px;
    bottom: unset;
    height: calc(100% - 160px);
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__top::after {
    top: 111px;
    height: calc(100% - 111px);
  }
}
.c-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 32px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-footer__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;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__list {
    border-radius: 16px;
  }
}
.c-footer__item {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .c-footer__item {
    width: 100%;
  }
}
.c-footer__bottom {
  position: relative;
  padding: 80px 0 41px;
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .c-footer__bottom {
    padding: 83px 0 40px;
  }
}
.c-footer__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .c-footer__heading {
    -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__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;
}
@media only screen and (max-width: 1023px) {
  .c-footer__logowrap {
    -ms-flex-negative: unset;
    flex-shrink: unset;
  }
}
.c-footer__logo {
  display: inline-block;
}
.c-footer__logo img {
  height: 48px;
}
.c-footer__contact {
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 44px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__contact {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__contact {
    margin-top: 23px;
  }
}
.c-footer__contact .c-btnmap {
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .c-footer__contact .c-btnmap {
    margin-top: 12px;
  }
}
.c-footer__address {
  margin-top: 1px;
  color: #253d5b;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1023px) {
  .c-footer__address {
    margin-top: 0;
    text-align: center;
  }
}
.c-footer__groupbtn {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: calc(100% + 20px);
  margin: 57px -20px -12px 0;
}
@media only screen and (max-width: 1023px) {
  .c-footer__groupbtn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 26px -10px -12px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__groupbtn {
    margin: 34px -10px -12px;
  }
}
.c-footer__itembtn {
  margin: 0 20px 12px 0;
}
@media only screen and (max-width: 1023px) {
  .c-footer__itembtn {
    margin: 0 10px 12px;
  }
}
.c-footer__btn {
  display: inline-block;
  color: #253d5b;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1023px) {
  .c-footer__btn {
    text-align: center;
  }
}
.c-footer__note {
  margin-top: 21px;
  color: #707780;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1023px) {
  .c-footer__note {
    width: calc(100% + 2px);
    max-width: 640px;
    margin: 22px -2px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__note {
    max-width: unset;
  }
}
.c-footer__copyright {
  margin-top: 26px;
  color: #b3b3b3;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1023px) {
  .c-footer__copyright {
    margin-top: 27px;
    text-align: center;
  }
}
/*------------------------------------------------------------
    Layout
------------------------------------------------------------*/
body {
  position: relative;
  background-color: #f5f5f7;
  font-family: "M PLUS Rounded 1c", "游ゴシック", 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: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 16px;
  }
}
.l-container--w800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container--w800 {
    padding: 0 16px;
  }
}
.l-container--w650 {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-container--w650 {
    padding: 0 16px;
  }
}
.l-content--w1120 {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .l-content--w1120 {
    max-width: unset;
  }
}
.l-content--w1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .l-content--w1000 {
    max-width: unset;
  }
}
.l-content--w600 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .l-content--w600 {
    max-width: unset;
  }
}
.l-content--w480 {
  width: 100%;
  max-width: 480px;
}
@media only screen and (max-width: 1023px) {
  .l-content--w480 {
    max-width: unset;
  }
}
.l-wrapper__body {
  position: relative;
  margin-top: -80px;
  background-color: #f5f5f7;
  border-radius: 0 80px 0 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .l-wrapper__body {
    border-radius: 0 40px 0 0;
  }
}
/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
.c-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100vh;
}
.c-mv__content {
  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;
  position: relative;
  height: 59.1%;
  padding-top: 88px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-mv__content {
    height: 55.95703125%;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__content {
    height: 47.265625%;
    padding-top: 72px;
  }
}
.c-mv__contentinner {
  width: 100%;
  margin: 0 clamp(0px, 100% - 1400px, 40px);
  padding: 80px 40px 74px;
}
@media only screen and (max-width: 767px) {
  .c-mv__contentinner {
    padding: 40px 24px 39px;
  }
}
@media only screen and (max-width: 374px) {
  .c-mv__contentinner {
    padding: 40px 16px;
  }
}
.c-mv__title {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  color: #253d5b;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1023px) {
  .c-mv__title {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 3.5rem;
    line-height: 1.514;
  }
}
.c-mv__bg {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  height: 40.9%;
  margin-bottom: -249px;
  border-radius: 64px 64px 0 0;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-mv__bg {
    height: 44.04296875%;
    margin-bottom: -206px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__bg {
    height: 52.734375%;
    margin-bottom: -55px;
    border-radius: 32px 32px 0 0;
  }
}
.c-mv__slider {
  height: 100%;
  margin: 0 -80px;
}
@media only screen and (max-width: 1023px) {
  .c-mv__slider {
    margin: 0 -200px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__slider {
    margin: 0 -23.25rem;
  }
}
.c-mv__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.c-mv__thumbgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}
.c-mv__thumbitem {
  width: 25%;
}
@media only screen and (max-width: 1023px) {
  .c-mv__thumbitem {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__thumbitem {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
.c-mv__thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-mv__thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: #1489ff;
  -webkit-transition: width 0s cubic-bezier(0.18, 1.01, 0.29, 1.04) 0s, -webkit-transform 0s cubic-bezier(0.18, 1.01, 0.29, 1.04) 0s, transform 0s cubic-bezier(0.18, 1.01, 0.29, 1.04) 0s;
  transition: width 0s cubic-bezier(0.18, 1.01, 0.29, 1.04) 0s, -webkit-transform 0s cubic-bezier(0.18, 1.01, 0.29, 1.04) 0s, transform 0s cubic-bezier(0.18, 1.01, 0.29, 1.04) 0s;
  z-index: 1;
}
.c-mv__thumb.is-show::before {
  width: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: width 0.4s cubic-bezier(0.18, 1.01, 0.29, 1.04) 0s, -webkit-transform 0.4s cubic-bezier(0.18, 1.01, 0.29, 1.04) 0.4s, transform 0.4s cubic-bezier(0.18, 1.01, 0.29, 1.04) 0.4s;
  transition: width 0.4s cubic-bezier(0.18, 1.01, 0.29, 1.04) 0s, -webkit-transform 0.4s cubic-bezier(0.18, 1.01, 0.29, 1.04) 0.4s, transform 0.4s cubic-bezier(0.18, 1.01, 0.29, 1.04) 0.4s;
}
.c-mv__thumb img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-mv__thumb.is-pic1 img:nth-child(1) {
  display: block;
}
.c-mv__thumb.is-pic2 img:nth-child(2) {
  display: block;
}
.c-mv__thumb.is-pic3 img:nth-child(3) {
  display: block;
}
.c-mv__thumb.is-pic4 img:nth-child(4) {
  display: block;
}
.c-mv__thumb.is-pic5 img:nth-child(5) {
  display: block;
}
.c-mv__thumb.is-pic6 img:nth-child(6) {
  display: block;
}
.c-mv__thumb.is-pic7 img:nth-child(7) {
  display: block;
}
.c-mv__thumb.is-pic8 img:nth-child(8) {
  display: block;
}
.c-mv__thumb.is-pic9 img:nth-child(9) {
  display: block;
}
.c-mv__spiral {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.c-mv__spiral::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-mv__spiral img {
  position: absolute;
  bottom: -424px;
  left: min(40px, 3.90625%);
  width: 100%;
  min-width: 2431px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media only screen and (max-width: 1023px) {
  .c-mv__spiral img {
    bottom: 193px;
    left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__spiral img {
    bottom: 275px;
    left: 22px;
    min-width: 1351px;
  }
}
/*------------------------------------------------------------
    Breadcrumb
------------------------------------------------------------*/
.c-breadcrumb1 {
  position: relative;
  padding: 61px 0 0;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb1 {
    padding: 31px 0 29px;
  }
}
.c-breadcrumb1__list {
  color: #8a929e;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.54;
  letter-spacing: -0.02em;
  text-align: left;
}
.c-breadcrumb1__list li {
  display: contents;
  position: relative;
}
.c-breadcrumb1__list li + li::before {
  content: "／";
  display: inline-block;
  position: relative;
  margin-right: 2px;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Arrow
------------------------------------------------------------*/
.c-arrow1 {
  display: block;
  position: relative;
  width: 88px;
  height: 88px;
  background-color: transparent;
}
.c-arrow1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: transparent;
  border: 1px solid #b8c0cc;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-arrow1__dot {
  position: absolute;
  top: 50%;
  left: -8px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}
.c-arrow1__dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #1489ff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-arrow2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-arrow2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #1489ff;
  }
  .c-arrow2:hover .c-arrow2__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-arrow2:hover .c-arrow2__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-arrow2__icon {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.c-arrow2__icon::before {
  content: "\e901";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  color: #fff;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-arrow2__icon::after {
  content: "\e901";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  color: #97a1bd;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-arrow3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #f5f5f7;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-arrow3:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #1489ff;
  }
  .c-arrow3:hover .c-arrow3__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-arrow3:hover .c-arrow3__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-arrow3__icon {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.c-arrow3__icon::before {
  content: "\e901";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  color: #fff;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-arrow3__icon::after {
  content: "\e901";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  color: #97a1bd;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Badge
------------------------------------------------------------*/
.c-badge1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-badge1__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  min-width: 40px;
  margin: 5px 0;
  padding: 2px 4px;
  background-color: #dfe1e6;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #253d5b;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: -0.02em;
  text-align: center;
}
.c-badge1__label + .c-badge1__content {
  margin-left: 8px;
}
.c-badge1__content {
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
/*------------------------------------------------------------
    Box
------------------------------------------------------------*/
.c-box1 {
  position: relative;
  width: 100%;
  padding: 64px 40px;
  background-color: #fff;
  border-radius: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-box1 {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1 {
    padding: 20px;
    border-radius: 16px;
  }
}
.c-box1__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding-bottom: 31px;
  border-bottom: 4px solid #dfe1e6;
}
@media only screen and (max-width: 1023px) {
  .c-box1__heading {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1__heading {
    -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;
    padding-bottom: 16px;
  }
}
.c-box1__title {
  margin-top: -1px;
  color: #253d5b;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.538;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-box1__title {
    margin-top: 0;
    font-size: 2.38rem;
    line-height: 1.536;
  }
}
.c-box1__pdf {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 32px;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .c-box1__pdf {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    margin-left: 0;
  }
}
.c-box1__description {
  margin: 30px 0 -2px;
}
.c-box1__body {
  margin-top: 56px;
}
@media only screen and (max-width: 1023px) {
  .c-box1__body {
    margin-top: 24px;
  }
}
.c-box1__row {
  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-box1__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-box1__row + .c-box1__row {
  margin-top: 56px;
}
.c-box1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 235px;
}
@media only screen and (max-width: 1023px) {
  .c-box1__left {
    width: 25%;
    min-width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1__left {
    width: 100%;
    min-width: unset;
  }
}
.c-box1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 235px);
  padding-left: 32px;
}
@media only screen and (max-width: 1023px) {
  .c-box1__right {
    width: 75%;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.c-box1__content {
  margin-top: -2px;
}
.c-box1__content + .c-box1__table {
  margin-top: 18px;
}
.c-box2 {
  position: relative;
  width: 100%;
  padding: 32px 40px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-box2 {
    padding: 32px 24px 24px;
  }
}
.c-box2__title {
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-box2__content {
  margin: 14px 0 -2px;
}
.c-box3 {
  position: relative;
  width: 100%;
  background-color: transparent;
  padding: 18px 19px 17px;
  border: 1px solid #1489ff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-box3__text {
  color: #1489ff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-box4 {
  position: relative;
  width: 100%;
  padding: 80px 40px 78px;
  background-color: #fff;
  border-radius: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-box4 {
    padding: 40px 24px;
  }
}
.c-box4__row + .c-box4__row {
  margin-top: 62px;
}
@media only screen and (max-width: 767px) {
  .c-box4__row + .c-box4__row {
    margin-top: 40px;
  }
}
.c-box4__content {
  margin-top: 22px;
}
.c-box4__content + .c-box5 {
  margin: 10px 0 2px;
}
.c-box5 {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 30px 40px;
  background-color: #f5f5f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-box5 {
    padding: 24px;
  }
}
.c-box5__row {
  position: relative;
  width: 100%;
  padding: 22px 0;
  border-bottom: 1px solid #dfe1e6;
}
.c-box5__row:first-child {
  padding-top: 0;
}
.c-box5__row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.c-box5__name {
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
/*------------------------------------------------------------
    Button
------------------------------------------------------------*/
.c-btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 54px;
  padding: 12px 32px;
  background-color: #e6f2fc;
  border-radius: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-btn1::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(#006cd9), to(#1489ff)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #006cd9 0%, #1489ff 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #006cd9 0%, #1489ff 100%) 0% 0% no-repeat padding-box;
  border-radius: 28px;
  -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);
  }
  .c-btn1:hover::after {
    opacity: 1;
  }
  .c-btn1:hover .c-btn1__text {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 58, 152, 0.5);
  }
}
.c-btn1__text {
  position: relative;
  z-index: 1;
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 80px;
}
@media only screen and (min-width: 1023px) {
  .c-btn2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn2:hover .c-btn2__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.c-btn2__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-right: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn2__text {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  color: #253d5b;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2.105;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-btn3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 23px 11px 22px;
  background-color: #fff;
  border: 1px solid #dfe1e6;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-btn3 {
    padding: 11px 23px 11px 22px;
  }
}
.c-btn3::after {
  content: "\e901";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 4px;
  margin-right: 1px;
  color: #97a1bd;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-btn3::after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1023px) {
  .c-btn3:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #1489ff;
    color: #fff;
  }
  .c-btn3:hover::after {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn3--style1 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn3--style1::after {
    margin-right: 0;
  }
}
.c-btn4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 11px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #dfe1e6;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-btn4::after {
  content: "\e901";
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 4px;
  color: #fff;
  font-family: "icomoon";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
.c-btn5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 80px;
  padding: 11px 32px 13px;
  background-color: #253d5b;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.c-btn5::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, right top, from(#006cd9), to(#1489ff)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #006cd9 0%, #1489ff 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #006cd9 0%, #1489ff 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-btn5:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn5:hover::after {
    opacity: 1;
  }
  .c-btn5:hover .c-btn1__text {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 58, 152, 0.5);
  }
}
.c-btn5__text {
  position: relative;
  margin-left: 0.02em;
  z-index: 1;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 23px;
  background-color: transparent;
  border: 1px solid #dfe1e6;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-btn6::after {
  content: "\e909";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 4px;
  color: #97a1bd;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-btn6:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #1489ff;
    color: #fff;
  }
  .c-btn6:hover::after {
    color: #fff;
  }
}
.c-btn7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 70px;
  padding: 13px 40px 12px;
  background-color: #1489ff;
  border-radius: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-btn7 {
    padding: 12px 26px;
  }
}
.c-btn7::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(#006cd9), to(#1489ff)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #006cd9 0%, #1489ff 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #006cd9 0%, #1489ff 100%) 0% 0% no-repeat padding-box;
  border-radius: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn7::after {
  content: "\e901";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 4px;
  color: #fff;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-btn7:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-btn7:hover::before {
    opacity: 1;
  }
  .c-btn7:hover::after {
    text-shadow: 0 1px 0 rgba(0, 58, 152, 0.5);
  }
  .c-btn7:hover .c-btn7__text {
    text-shadow: 0 1px 0 rgba(0, 58, 152, 0.5);
  }
}
.c-btn7--simple::after {
  content: none;
}
.c-btn7__text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.526;
  letter-spacing: -0.02em;
  text-align: center;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 20px 12px 20px 20px;
  background-color: #f5f5f7;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .c-btn8 {
    background-color: #fff;
  }
}
.c-btn8 .c-arrow3 {
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .c-btn8 .c-arrow3 {
    background-color: #f5f5f7;
  }
}
@media only screen and (min-width: 767px) {
  .c-btn8:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
  .c-btn8:hover .c-arrow3 {
    background-color: #1489ff;
  }
  .c-btn8:hover .c-arrow3 .c-arrow3__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-btn8:hover .c-arrow3 .c-arrow3__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-btn8--style1 {
  padding: 19px 11px 19px 19px;
  border: 1px solid #b8c0cc;
}
@media only screen and (max-width: 1023px) {
  .c-btn8--style1 {
    background-color: #f5f5f7;
  }
}
.c-btn8--style1 .c-btn8__text {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .c-btn8--style1 .c-arrow3 {
    background-color: #fff;
  }
}
.c-btn8__text {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  color: #253d5b;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: -0.02em;
}
.c-btn8__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 12px;
}
.c-btnmap {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #253d5b;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.77;
  letter-spacing: -0.02em;
}
.c-btnmap::before {
  content: "\e908";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-right: 4px;
  color: #1489ff;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.c-btncontact {
  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-height: 80px;
  padding: 12px 37px;
  background-color: #fff;
  border: 3px solid #dfe1e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #253d5b;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.526;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-btncontact {
    min-height: 64px;
    padding: 9px 17px;
  }
}
@media only screen and (max-width: 374px) {
  .c-btncontact {
    padding: 9px 10px;
    font-size: 1.5rem;
    line-height: 1.533;
  }
}
.c-btncontact::before {
  content: "\e905";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-right: 8px;
  color: #253d5b;
  font-family: "icomoon";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 374px) {
  .c-btncontact::before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-right: 6px;
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 1023px) {
  .c-btncontact:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #1489ff;
    border-color: #1489ff;
  }
  .c-btncontact:hover::before {
    color: #1489ff;
  }
}
.c-btnpdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 6px 15px 5px;
  background-color: #f5f5f7;
  border: 1px solid #dfe1e6;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #253d5b;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.77;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1023px) {
  .c-btnpdf:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #1489ff;
    color: #fff;
  }
  .c-btnpdf:hover::after {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .c-btnpdf {
    padding: 1px 7px 2px;
  }
}
.c-btnpdf::after {
  content: "\e907";
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #253d5b;
  font-family: "icomoon";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btnpdf2 {
  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%;
  padding: 11px 19px;
  background-color: transparent;
  border: 1px solid #b8c0cc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #253d5b;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.77;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 1023px) {
  .c-btnpdf2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #1489ff;
    color: #fff;
  }
  .c-btnpdf2:hover::after {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .c-btnpdf2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 15px;
  }
}
.c-btnpdf2::after {
  content: "\e907";
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  color: #253d5b;
  font-family: "icomoon";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-btnpdf2::after {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}
/*------------------------------------------------------------
    Card
------------------------------------------------------------*/
.c-card1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c-card1__top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.c-card1__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-card1__thumb {
    border-radius: 8px;
  }
}
.c-card1__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 63.8888888889%;
}
@media only screen and (max-width: 1023px) {
  .c-card1__thumb::before {
    padding-top: 40.9252669039%;
  }
}
@media only screen and (max-width: 767px) {
  .c-card1__thumb::before {
    padding-top: 67.055393586%;
  }
}
.c-card1__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-card1__bottom {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  padding: 23px 24px 0;
}
@media only screen and (max-width: 1023px) {
  .c-card1__bottom {
    padding: 23px 0 0;
  }
}
.c-card1__title {
  color: #253d5b;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: -0.02em;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-card1__title {
    text-align: left;
  }
}
.c-card1__subtitle {
  margin-top: 6px;
  margin-left: 0.375em;
  color: #8a929e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0.375em;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .c-card1__subtitle {
    margin-left: 0;
    text-align: left;
  }
}
.c-card1__content {
  margin-top: 21px;
}
.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;
  width: 100%;
}
@media only screen and (min-width: 1023px) {
  .c-card2:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-card2:hover .c-card2__thumb img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-card2:hover .c-arrow2 {
    background-color: #1489ff;
  }
  .c-card2:hover .c-arrow2 .c-arrow2__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-card2:hover .c-arrow2 .c-arrow2__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .c-card2:hover .c-arrow3 {
    background-color: #1489ff;
  }
  .c-card2:hover .c-arrow3 .c-arrow3__icon::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-card2:hover .c-arrow3 .c-arrow3__icon::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-card2--style1 {
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-card2--style1 .c-card2__thumb::before {
    padding-top: 49.765258216%;
  }
}
@media only screen and (max-width: 767px) {
  .c-card2--style1 .c-card2__thumb::before {
    padding-top: 50.1457725948%;
  }
}
.c-card2--style1 .c-card2__bottom {
  margin-top: 4px;
}
.c-card2--style1 .c-card2__title {
  margin: 8px 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-card2--other .c-card2__title {
  margin: 8px 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.c-card2__top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.c-card2__thumb {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.c-card2__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 50%;
}
.c-card2__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-card2__bottom {
  width: 100%;
  margin-top: 10px;
}
.c-card2__heading {
  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-card2__title {
  margin: 5px 0 6px;
  color: #253d5b;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.526;
  letter-spacing: -0.02em;
}
.c-card2__arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 12px;
}
.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;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-card3__heading {
  position: relative;
  width: 100%;
  padding: 6px 16px 5px;
  background-color: #253d5b;
  border-radius: 8px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-card3__title {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.526;
  letter-spacing: -0.02em;
}
.c-card3__body {
  width: 100%;
  margin-top: 18px;
  margin-bottom: auto;
}
@media only screen and (max-width: 1023px) {
  .c-card3__body {
    margin-top: 14px;
  }
}
.c-card3__badgelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -24px -2px 0;
}
@media only screen and (max-width: 1023px) {
  .c-card3__badgelist {
    margin: 0 -24px -8px 0;
  }
}
.c-card3__badgeitem--full {
  width: 100%;
}
.c-card3__badgeitem {
  margin: 0 24px 2px 0;
}
@media only screen and (max-width: 1023px) {
  .c-card3__badgeitem {
    margin: 0 24px -4px 0;
  }
}
.c-card3__map {
  position: relative;
  width: 100%;
  margin-top: 20px;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-card3__map {
    margin-top: 24px;
  }
}
.c-card3__map::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.6666666667%;
}
@media only screen and (max-width: 1023px) {
  .c-card3__map::before {
    padding-top: 61.7647058824%;
  }
}
@media only screen and (max-width: 767px) {
  .c-card3__map::before {
    padding-top: 61.2244897959%;
  }
}
.c-card3__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------------------------------
    Contact
------------------------------------------------------------*/
.c-contact1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-contact1 {
    min-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact1--second .c-contact1__content {
      padding: 37px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact1--second .c-contact1__heading {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact1--second .c-title3 {
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact1--second .c-contact1__description {
    margin-top: 14px;
  }
}
.c-contact1__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-contact1__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 2, 5, 0.75);
}
.c-contact1__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-contact1__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 40px 41px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-contact1__content {
    padding: 37px 10px 38px;
  }
}
.c-contact1__heading {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .c-contact1__heading {
    margin-top: 8px;
  }
}
.c-contact1__description {
  margin-top: 22px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.77;
  letter-spacing: -0.02em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-contact1__description {
    margin-top: 10px;
  }
}
/*------------------------------------------------------------
    Content
------------------------------------------------------------*/
.c-content {
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
.c-content p + p {
  margin-top: 28px;
}
.c-content p:has(img) {
  margin-bottom: 30px;
}
.c-content p:has(img) + p {
  margin-top: 30px;
}
.c-content a {
  color: #1489ff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
.c-content a::after {
  content: "\e907";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 3px;
  font-family: "icomoon";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
.c-content a:has(img)::after {
  content: none;
}
.c-content ul li {
  position: relative;
  padding-left: 16px;
}
.c-content ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.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 {
  display: block;
  color: #bf0000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.333;
}
/*------------------------------------------------------------
    Filter
------------------------------------------------------------*/
.c-filter1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-filter1__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-right: 4px;
  color: #253d5b;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-filter1__select {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/*------------------------------------------------------------
    Flow
------------------------------------------------------------*/
.c-flow1__item {
  position: relative;
  padding: 40px 0;
}
@media only screen and (max-width: 1023px) {
  .c-flow1__item {
    padding: 20px 0;
  }
}
.c-flow1__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  width: calc(100% - 172px);
  height: 1px;
  border-bottom: 1px dashed #b8c0cc;
}
@media only screen and (max-width: 767px) {
  .c-flow1__item::after {
    width: calc(100% - 72px);
  }
}
.c-flow1__item:first-child {
  padding-top: 0;
}
.c-flow1__item:last-child {
  padding-bottom: 0;
}
.c-flow1__item:last-child::after {
  content: none;
}
.c-flow1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-flow1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 172px;
  padding-right: 32px;
}
@media only screen and (max-width: 767px) {
  .c-flow1__left {
    width: 72px;
    padding-right: 8px;
  }
}
.c-flow1__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 140px;
  height: 140px;
  padding: 16px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-flow1__label {
    width: 64px;
    height: 64px;
    padding: 8px;
  }
}
.c-flow1__number {
  display: inline-block;
  color: #f5f5f7;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-flow1__number {
    font-size: 3.7rem;
  }
}
.c-flow1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 172px);
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c-flow1__right {
    width: calc(100% - 72px);
  }
}
.c-flow1__title {
  color: #253d5b;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.526;
  letter-spacing: -0.02em;
}
.c-flow1__description {
  margin-top: 17px;
}
@media only screen and (max-width: 1023px) {
  .c-flow1__description {
    margin: 17px 0 -2px;
  }
}
@media only screen and (max-width: 767px) {
  .c-flow1__description {
    margin: 13px 0 -2px;
  }
}
.c-flow1__contactlist {
  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: 18px -16px -8px 0;
}
@media only screen and (max-width: 1023px) {
  .c-flow1__contactlist {
    -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: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px 0 0;
  }
}
.c-flow1__contactitem {
  margin: 0 16px 8px 0;
}
@media only screen and (max-width: 1023px) {
  .c-flow1__contactitem {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .c-flow1__contactitem + .c-flow1__contactitem {
    margin-top: 8px;
  }
}
/*------------------------------------------------------------
    Form table
------------------------------------------------------------*/
.form-table {
  width: 100%;
  border: 1px solid #dfe1e6;
  border-collapse: collapse;
}
.form-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .form-table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.form-table-row th {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 21.000893655%;
  min-width: 164px;
  padding: 23px 24px 25px;
  background-color: #f5f5f7;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .form-table-row th {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    min-width: unset;
    padding: 5px 10px;
    border-bottom: none;
  }
}
.form-table-row th label {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  text-align: left;
}
.form-table-row th .must,
.form-table-row th .notmust {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  margin-right: 4px;
}
.form-table-row td {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 78.999106345%;
  padding: 26px 24px;
  background-color: #fff;
  border-bottom: 1px solid #dfe1e6;
}
@media only screen and (max-width: 767px) {
  .form-table-row td {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding: 10px;
    border-bottom: none;
  }
}
.form-table-row:last-child th {
  border-bottom: none;
}
.form-table-row:last-child td {
  border-bottom: none;
}
.form-table-data {
  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;
}
.form-table-data hr {
  height: 0;
  margin: 24px 0;
  border-color: #aaa;
  border-style: none none dotted;
  border-width: medium medium 1px;
}
@media only screen and (max-width: 767px) {
  .form-table-data hr {
    margin: 12px 0;
  }
}
.form-table-data label.error {
  margin-top: 3px;
}
.form-table-data .sep label {
  display: block;
  color: #333;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.54;
}
.form-table-data .sep label.error {
  display: block;
  color: #bf0000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.333;
}
.form-table-data input[type=text],
.form-table-data input[type=email],
.form-table-data input[type=tel],
.form-table-data input[type=url] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 368px;
  height: 28px;
  padding: 2px 6px 3px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.286;
}
.form-table-data input[type=text]::-webkit-input-placeholder, .form-table-data input[type=email]::-webkit-input-placeholder, .form-table-data input[type=tel]::-webkit-input-placeholder, .form-table-data input[type=url]::-webkit-input-placeholder {
  color: #757575;
}
.form-table-data input[type=text]::-moz-placeholder, .form-table-data input[type=email]::-moz-placeholder, .form-table-data input[type=tel]::-moz-placeholder, .form-table-data input[type=url]::-moz-placeholder {
  color: #757575;
}
.form-table-data input[type=text]:-ms-input-placeholder, .form-table-data input[type=email]:-ms-input-placeholder, .form-table-data input[type=tel]:-ms-input-placeholder, .form-table-data input[type=url]:-ms-input-placeholder {
  color: #757575;
}
.form-table-data input[type=text]::-ms-input-placeholder, .form-table-data input[type=email]::-ms-input-placeholder, .form-table-data input[type=tel]::-ms-input-placeholder, .form-table-data input[type=url]::-ms-input-placeholder {
  color: #757575;
}
.form-table-data input[type=text]::placeholder,
.form-table-data input[type=email]::placeholder,
.form-table-data input[type=tel]::placeholder,
.form-table-data input[type=url]::placeholder {
  color: #757575;
}
.form-table-data input[type=text]:focus,
.form-table-data input[type=email]:focus,
.form-table-data input[type=tel]:focus,
.form-table-data input[type=url]:focus {
  background-color: #ffe;
  border-color: #999;
  color: #333;
}
.form-table-data input[type=file] {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.286;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .form-table-data input[type=file] {
    width: 100%;
  }
}
.form-table-data textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 514px;
  height: 120px;
  padding: 4px 6px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.286;
}
.form-table-data textarea::-webkit-input-placeholder {
  color: #757575;
}
.form-table-data textarea::-moz-placeholder {
  color: #757575;
}
.form-table-data textarea:-ms-input-placeholder {
  color: #757575;
}
.form-table-data textarea::-ms-input-placeholder {
  color: #757575;
}
.form-table-data textarea::placeholder {
  color: #757575;
}
.form-table-data textarea:focus {
  background-color: #ffe;
  border-color: #999;
  color: #333;
}
.form-table-data select {
  width: 76px;
  height: 22px;
  padding: 0 0 1px;
  border: 1px solid #767676;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #222;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.167;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-table-data .mwform-checkbox-field {
  margin-left: -3px;
}
.form-table-data .mwform-checkbox-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-table-data .mwform-checkbox-field label input[type=checkbox] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.form-table-data .mwform-checkbox-field label .mwform-checkbox-field-text {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.form-table-data .mwform-tel-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -6px;
  color: #333;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.54;
}
.form-table-data .mwform-tel-field input[type=text] {
  width: min(52px, 100%);
  margin: 0 6px;
}
.form-table-data .mwform-tel-field input[type=text]:first-child {
  width: min(60px, 100%);
}
.form-table-data .mwform-zip-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -6px;
  color: #333;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.54;
}
.form-table-data .mwform-zip-field input {
  width: min(52px, 100%);
  margin: 0 6px;
}
.form-table-data .mwform-zip-field input:first-child {
  width: min(45px, 100%);
}
.form-table-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-subject-row td {
  padding: 23px 24px 24px;
}
@media only screen and (max-width: 767px) {
  .form-subject-row td {
    padding: 10px;
  }
}
.form-name-row input[type=text],
.form-name-row input[type=email],
.form-name-row input[type=tel],
.form-name-row input[type=url] {
  max-width: 346px;
}
.form-name-row td {
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  .form-name-row td {
    padding: 10px;
  }
}
.form-email-row input[type=text],
.form-email-row input[type=email],
.form-email-row input[type=tel],
.form-email-row input[type=url] {
  max-width: 346px;
}
.form-email-row td {
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  .form-email-row td {
    padding: 10px;
  }
}
.form-address-row hr {
  margin: 24px 0;
}
@media only screen and (max-width: 767px) {
  .form-address-row hr {
    margin: 12px 0;
  }
}
.form-address-row .form-table-data label {
  margin: -2px 0 3px;
}
@media only screen and (max-width: 767px) {
  .form-address-row .form-table-data label {
    margin: -4px 0 3px;
  }
}
.form-address-row td {
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  .form-address-row td {
    padding: 10px;
  }
}
.form-message-row td {
  padding: 23px 24px 28px;
}
@media only screen and (max-width: 767px) {
  .form-message-row td {
    padding: 10px;
  }
}
/*------------------------------------------------------------
    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 -20px -40px;
}
@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% - 40px);
  margin: 0 20px 40px;
}
@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: 32px;
  }
}
.c-group2 {
  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 -40px;
}
@media only screen and (max-width: 767px) {
  .c-group2 {
    -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-group2__item {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px 40px;
}
@media only screen and (max-width: 767px) {
  .c-group2__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-group2__item + .c-group2__item {
    margin-top: 24px;
  }
}
.c-group3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-group3__item {
  width: 100%;
}
.c-group3__item + .c-group3__item {
  margin-top: 16px;
}
.c-group3__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .c-group3__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-group3__left {
  width: calc(100% - 188px)
}
@media only screen and (max-width: 767px) {
  .c-group3__left {
    width: 100%;
  }
}
.c-group3__left .c-btn8 {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .c-group3__left .c-btn8 {
    height: auto;
  }
}
.c-group3__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 176px;
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .c-group3__right {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }
}
.c-group3__right .c-btnpdf2 {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .c-group3__right .c-btnpdf2 {
    height: auto;
  }
}
.c-group4 {
  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 -1.25rem -24px;
}
@media only screen and (max-width: 1023px) {
  .c-group4 {
    margin: 0 -8px -16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-group4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
}
.c-group4__item {
  width: calc(33.3333333333% - 25px);
  margin: 0 1.25rem 24px;
}
@media only screen and (max-width: 1023px) {
  .c-group4__item {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-group4__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-group4__item + .c-group4__item {
    margin-top: 8px;
  }
}
/*------------------------------------------------------------
    Heading
------------------------------------------------------------*/
.c-heading1--style1 .c-heading1__wrap {
  padding: 40px 0 56px;
}
@media only screen and (max-width: 1023px) {
  .c-heading1--style1 .c-heading1__wrap {
    min-height: 257px;
    padding: 24px 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1--style1 .c-heading1__wrap {
    min-height: unset;
    padding: 20px 0 24px;
  }
}
.c-heading1__box {
  position: relative;
  padding: 88px 0 80px;
  background-color: #253d5b;
}
@media only screen and (max-width: 767px) {
  .c-heading1__box {
    padding: 72px 0 80px;
  }
}
.c-heading1__wrap {
  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;
  min-height: 272px;
  padding: 40px 0;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__wrap {
    min-height: 255px;
    padding: 28px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__wrap {
    min-height: 177px;
    padding: 39px 0 24px;
  }
}
.c-heading1__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;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-heading1__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;
  }
}
.c-heading1__item {
  position: relative;
  padding: 0 64px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .c-heading1__item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__item {
    width: 100%;
    padding: 16px 0;
  }
}
.c-heading1__item:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .c-heading1__item:first-child {
    padding-top: 0;
  }
}
.c-heading1__item:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .c-heading1__item:last-child {
    padding-bottom: 0;
  }
}
.c-heading1__item + .c-heading1__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5px;
  height: 100%;
  background-image: url("/assets/img/common/dotted.svg");
  background-repeat: repeat-y;
  background-size: contain;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-heading1__item + .c-heading1__item::before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 3px;
    background-image: url("/assets/img/common/dotted@sp.svg");
    background-repeat: repeat-x;
    background-size: contain;
  }
}
.c-heading1__itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__itembox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__itembox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-heading1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 96px;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 64px;
  }
}
.c-heading1__right {
  padding-left: 16px;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__right {
    margin-top: 16px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(100% - 64px);
    margin-top: 0;
    padding-left: 16px;
  }
}
.c-heading1__subtitle {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.526;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__subtitle {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__subtitle {
    text-align: left;
  }
}
.c-heading1__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-heading1__groupleft {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__groupleft {
    -ms-flex-negative: unset;
    flex-shrink: unset;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__groupleft {
    margin-bottom: 14px;
  }
}
.c-heading1__title {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.525;
  letter-spacing: 0.125em;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__title {
    margin-left: 0.125em;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__title {
    font-size: 3.4rem;
  }
}
.c-heading1__title--style1 {
  letter-spacing: 0;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__title--style1 {
    margin-left: 0;
  }
}
.c-heading1__groupright {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 76px;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__groupright {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-left: 0;
    margin-top: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__groupright {
    margin-top: 9px;
  }
}
.c-heading1__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: -12px 0;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__sublist {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__sublist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }
}
.c-heading1__subitem {
  position: relative;
  margin: 12px 0;
  padding: 0 64px;
}
@media only screen and (max-width: 1199px) {
  .c-heading1__subitem {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__subitem {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.c-heading1__subitem:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .c-heading1__subitem:first-child {
    padding-top: 0;
  }
}
.c-heading1__subitem:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .c-heading1__subitem:last-child {
    padding-bottom: 0;
  }
}
.c-heading1__subitem + .c-heading1__subitem::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5px;
  height: calc(100% - 2px);
  background-image: url("/assets/img/common/dotted.svg");
  background-repeat: repeat-y;
  background-size: contain;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c-heading1__subitem + .c-heading1__subitem::before {
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 3px;
    background-image: url("/assets/img/common/dotted@sp.svg");
    background-repeat: repeat-x;
    background-size: contain;
  }
}
.c-heading1__sublink {
  display: inline-block;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.526;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1023px) {
  .c-heading1__sublink {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__sublink {
    width: 100%;
    padding: 16px 0;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
}
/*------------------------------------------------------------
    Label
------------------------------------------------------------*/
.must {
  display: inline-block;
  min-width: 25px;
  padding: 1px 2px 2px;
  background-color: #ea607c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.notmust {
  display: inline-block;
  min-width: 25px;
  padding: 1px 2px 2px;
  background-color: #aaa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
/*------------------------------------------------------------
    Link
------------------------------------------------------------*/
.c-link1 {
  display: block;
  position: relative;
  width: 100%;
  padding: 8px 0;
  background-color: transparent;
  border-bottom: 1px solid #dfe1e6;
  color: #253d5b;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.77;
  letter-spacing: -0.02em;
}
.c-link1::after {
  content: "\e907";
  display: inline-block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  color: #253d5b;
  font-family: "icomoon";
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
/*------------------------------------------------------------
    List
------------------------------------------------------------*/
.c-list1 {
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .c-list1 {
    color: #333;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.c-list2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 88px;
}
.c-list2__item + .c-list2__item {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .c-list2__item + .c-list2__item {
    margin-top: 7px;
  }
}
.c-list2__number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  color: #dfe1e6;
  font-size: 7.3rem;
  font-weight: 700;
  line-height: 1.205;
  letter-spacing: -0.015em;
  text-align: center;
}
.c-list2__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 48px);
  margin-top: 13px;
  padding-left: 12px;
}
.c-list3 {
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
.c-list3 li {
  position: relative;
  padding-left: 16px;
}
.c-list3 li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
/*------------------------------------------------------------
    Listpost
------------------------------------------------------------*/
.c-listpost1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-listpost1__item {
  position: relative;
  width: 100%;
  padding: 34px 0 30px;
  border-bottom: 1px solid #dfe1e6;
}
.c-listpost1__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-right: 80px;
}
@media only screen and (max-width: 767px) {
  .c-listpost1__link {
    padding-right: 40px;
  }
}
.c-listpost1__link::after {
  content: "\e903";
  display: inline-block;
  position: absolute;
  top: 23px;
  right: 32px;
  color: #97a1bd;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-listpost1__link::after {
    right: 0;
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
}
@media only screen and (min-width: 1023px) {
  .c-listpost1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-listpost1__link:hover::after {
    color: #1489ff;
  }
  .c-listpost1__link:hover .c-listpost1__title {
    color: #1489ff;
  }
}
.c-listpost1__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.c-listpost1__datetime {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 14ch;
  margin: -3px 8px -3px 0;
  color: #8a929e;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-listpost1__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: calc(100% - 14ch);
  margin: 0 -6px -4px 0;
}
.c-listpost1__tagitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: 6px;
  margin-bottom: 4px;
}
.c-listpost1__title {
  width: 100%;
  margin-top: 16px;
  color: #253d5b;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Map
------------------------------------------------------------*/
/*------------------------------------------------------------
    Menu
------------------------------------------------------------*/
.c-menu1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: #1489ff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-menu1.is-open .c-menu1__inner span:nth-child(1) {
  -webkit-transform: translate(0, 2px) rotate(45deg);
  transform: translate(0, 2px) rotate(45deg);
}
.c-menu1.is-open .c-menu1__inner span:nth-child(2) {
  -webkit-transform: translate(0, -4px) rotate(-45deg);
  transform: translate(0, -4px) rotate(-45deg);
}
.c-menu1__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 20px;
  height: 7px;
}
.c-menu1__inner span {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------------------------------
    Part
------------------------------------------------------------*/
.c-part1 {
  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-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;
  }
}
.c-part1--reverse .c-part1__left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media only screen and (max-width: 1023px) {
  .c-part1--reverse .c-part1__left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.c-part1--reverse .c-part1__thumb {
  border-radius: 32px 0 0 32px;
}
@media only screen and (max-width: 1023px) {
  .c-part1--reverse .c-part1__thumb {
    border-radius: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1--reverse .c-part1__thumb {
    border-radius: 16px;
  }
}
.c-part1--reverse .c-part1__right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 0;
  margin-left: auto;
  padding-right: 0;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-part1--reverse .c-part1__right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: auto;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1--reverse .c-part1__right {
    padding: 0 16px;
  }
}
.c-part1--reverse .c-part1__rightinner {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-part1--reverse .c-part1__rightinner {
    margin-left: auto;
    padding-right: 0;
  }
}
.c-part1--reverse .c-part1__main {
  padding: 80px 40px 104px;
}
@media only screen and (max-width: 1023px) {
  .c-part1--reverse .c-part1__main {
    padding: 60px 60px 52px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1--reverse .c-part1__main {
    padding: 32px 32px 24px;
  }
}
.c-part1--reverse .c-part1__main::before {
  right: unset;
  left: 0;
}
.c-part1__left {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: max(50% - 120px, 41.6666666667%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-part1__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__left {
    padding: 0 16px;
  }
}
.c-part1__thumb {
  position: relative;
  width: 100%;
  max-height: 736px;
  border-radius: 0 32px 32px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-part1__thumb {
    border-radius: 32px;
  }
}
.c-part1__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 122.6666666667%;
}
@media only screen and (max-width: 1023px) {
  .c-part1__thumb::before {
    padding-top: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__thumb::before {
    padding-top: 46.6472303207%;
  }
}
.c-part1__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-part1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    max-width: unset;
    margin-left: auto;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__right {
    padding: 0 16px;
  }
}
.c-part1__rightinner {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__rightinner {
    max-width: unset;
    margin-right: auto;
    padding-left: 0;
  }
}
.c-part1__heading {
  margin-top: 39px;
}
@media only screen and (max-width: 767px) {
  .c-part1__heading {
    margin-top: 24px;
  }
}
.c-part1__description {
  margin-top: 39px;
}
@media only screen and (max-width: 767px) {
  .c-part1__description {
    margin-top: 21px;
  }
}
.c-part1__main {
  position: relative;
  width: 100%;
  margin-top: 38px;
  padding: 80px 40px;
}
@media only screen and (max-width: 1023px) {
  .c-part1__main {
    padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__main {
    margin-top: 22px;
    padding: 32px;
  }
}
.c-part1__main::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(1280px, 100vw - 80px);
  height: 100%;
  background-color: #fff;
  border-radius: 32px;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .c-part1__main::before {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__main::before {
    border-radius: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__main .c-group1 {
    margin-right: -1px;
  }
}
.c-part1__main .c-group1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-part1__main .c-group1__item .c-link1 {
  margin-top: auto;
}
/*------------------------------------------------------------
    Phone
------------------------------------------------------------*/
.c-phone1 {
  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%;
  min-height: 80px;
  padding: 12px 37px;
  background-color: #fff;
  border: 3px solid #dfe1e6;
  -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-phone1:not(.is-default):hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #1489ff;
    border-color: #1489ff;
  }
  .c-phone1:not(.is-default):hover .c-phone1__name {
    color: #1489ff;
  }
  .c-phone1:not(.is-default):hover .c-phone1__tel {
    color: #1489ff;
  }
}
@media only screen and (max-width: 767px) {
  .c-phone1 {
    padding: 9px 17px;
    min-height: 64px;
  }
}
@media only screen and (max-width: 374px) {
  .c-phone1 {
    padding: 9px 10px;
  }
}
.c-phone1__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding-right: 25px;
}
@media only screen and (max-width: 767px) {
  .c-phone1__left {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 374px) {
  .c-phone1__left {
    padding-right: 7px;
  }
}
.c-phone1__left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 4px);
  background-color: #dfe1e6;
}
@media only screen and (max-width: 374px) {
  .c-phone1__left::after {
    height: calc(100% - 2px);
  }
}
.c-phone1__name {
  display: block;
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 374px) {
  .c-phone1__name {
    font-size: 1.4rem;
    line-height: 1.57;
  }
}
.c-phone1__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  .c-phone1__right {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 374px) {
  .c-phone1__right {
    padding-left: 6px;
  }
}
.c-phone1__tel {
  display: block;
  color: #253d5b;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 374px) {
  .c-phone1__tel {
    font-size: 2.5rem;
  }
}
/*------------------------------------------------------------
    Point
------------------------------------------------------------*/
.c-point1 {
  position: relative;
  padding-left: 20px;
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
.c-point1::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  width: 8px;
  height: 8px;
  background-color: #97a1bd;
  border-radius: 50%;
}
/*------------------------------------------------------------
    Select
------------------------------------------------------------*/
.c-select1 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 48px;
  padding: 10px 45px 9px 23px;
  background-color: #fff;
  border: 1px solid #dfe1e6;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-select1.is-selected {
  color: #1489ff;
  font-weight: 700;
}
.c-select1 option {
  color: #253d5b;
  font-weight: 400;
}
.c-select1__outer {
  display: inline-block;
  position: relative;
  width: 100%;
}
.c-select1__outer::after {
  content: "\e902";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(calc(-50% + 1px));
  transform: translateY(calc(-50% + 1px));
  color: #97a1bd;
  font-family: "icomoon";
  font-size: 1.476rem;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
}
.c-select2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 19px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-select2.is-selected {
  color: #1489ff;
  font-weight: 700;
}
.c-select2 option {
  font-weight: 400;
}
.c-select2__outer {
  display: inline-block;
  position: relative;
}
.c-select2__outer::after {
  content: "\e904";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #253d5b;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
}
/*------------------------------------------------------------
    Single
------------------------------------------------------------*/
.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;
  max-width: 14ch;
  margin: -3px 8px -3px 0;
  color: #8a929e;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-single1__taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: calc(100% - 14ch);
  margin: 0 -6px -4px 0;
}
.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: 40px;
  color: #253d5b;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.538;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-single1__title {
    margin-top: 25px;
    font-size: 2.38rem;
  }
}
.c-single1__content {
  padding: 77px 0 78px;
}
@media only screen and (max-width: 767px) {
  .c-single1__content {
    padding: 39px 0 40px;
  }
}
.c-single1__footer {
  position: relative;
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #dfe1e6;
}
@media only screen and (max-width: 767px) {
  .c-single1__footer {
    padding-top: 34px;
  }
}
.c-single1__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;
}
/*------------------------------------------------------------
    Tab
------------------------------------------------------------*/
.c-tab1 {
  position: relative;
  width: 100%;
  border-top: 1px solid #b8c0cc;
  overflow: hidden;
}
.c-tab1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: -16px;
  overflow-x: auto;
}
.c-tab1__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 17px 40px 15px;
  border-bottom: 1px solid #b8c0cc;
  border-right: 1px solid #b8c0cc;
}
@media only screen and (max-width: 1023px) {
  .c-tab1__item {
    padding: 17px 27px 15px;
  }
}
.c-tab1__item:last-child {
  border-right: none;
}
.c-tab1__link {
  display: inline-block;
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.c-tab1__link.is-active {
  pointer-events: none;
  color: #1489ff;
  font-weight: 700;
}
@media only screen and (min-width: 1023px) {
  .c-tab1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #1489ff;
  }
}
/*------------------------------------------------------------
    Table
------------------------------------------------------------*/
.c-table1 {
  width: 100%;
  border: 1px solid #dfe1e6;
  border-collapse: collapse;
}
.c-table1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .c-table1__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.c-table1__row + .c-table1__row .c-table1__field {
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .c-table1__row + .c-table1__row .c-table1__field {
    border-top: none;
  }
}
.c-table1__row + .c-table1__row .c-table1__content {
  border-top: 1px solid #dfe1e6;
}
@media only screen and (max-width: 767px) {
  .c-table1__row + .c-table1__row .c-table1__content {
    border-top: none;
  }
}
.c-table1__field {
  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;
  width: 159px;
  padding: 15px 16px 17px;
  background-color: #f5f5f7;
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-table1__field {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 4px 8px;
    color: #333;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: left;
  }
}
.c-table1__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 159px);
  padding: 15px 16px 17px;
  background-color: #fff;
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table1__content {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding: 16px 8px;
    color: #333;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.c-table2 {
  width: 100%;
  border-collapse: collapse;
}
.c-table2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
}
.c-table2__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 96px;
  padding: 24px 0;
  border-bottom: 1px solid #b8c0cc;
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: left;
}
.c-table2__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 96px);
  padding: 24px 0 24px 24px;
  border-bottom: 1px solid #dfe1e6;
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.c-table2__content .c-btnmap {
  margin: 6px 0 -2px;
}
/*------------------------------------------------------------
    Tag
------------------------------------------------------------*/
.c-tag1 {
  display: inline-block;
  position: relative;
  min-width: 75px;
  max-width: 100%;
  padding: 3px 10px 2px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #707780;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: -0.02em;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 1023px) {
  a.c-tag1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #1489ff;
    color: #fff;
  }
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-text1 {
  color: #253d5b;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.105;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.6rem;
  }
}
.c-text2 {
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
.c-text2--medium {
  font-weight: 500;
}
.c-text3 {
  color: #253d5b;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.526;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-text3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
/*------------------------------------------------------------
    Thumbnail
------------------------------------------------------------*/
.c-thumb--circle {
  position: relative;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.c-thumb--circle::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-thumb--circle img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-thumb1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-thumb1::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 77.0212765957%;
}
@media only screen and (max-width: 767px) {
  .c-thumb1::before {
    padding-top: 77.2277227723%;
  }
}
.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;
}
/*------------------------------------------------------------
    Timeline
------------------------------------------------------------*/
.c-timeline1__row {
  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-timeline1__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-timeline1__row + .c-timeline1__row {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .c-timeline1__row + .c-timeline1__row {
    margin-top: 20px;
  }
}
.c-timeline1__datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 174px;
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-timeline1__datetime {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.c-timeline1__year {
  text-align: left;
}
.c-timeline1__month {
  text-align: right;
}
.c-timeline1__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 174px);
  padding-left: 40px;
  color: #253d5b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-timeline1__content {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 2px;
    padding-left: 0;
  }
}
/*------------------------------------------------------------
    Title
------------------------------------------------------------*/
.c-title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-title1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.c-title1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: calc(100% + 40px);
  width: max(40px, max(0px, 100vw - 1360px) / 2);
  height: 6px;
  background-color: #1489ff;
}
@media only screen and (max-width: 1023px) {
  .c-title1::before {
    right: calc(100% + 20px);
  }
}
@media only screen and (max-width: 767px) {
  .c-title1::before {
    position: relative;
    top: unset;
    right: unset;
    width: 40px;
  }
}
.c-title1__en {
  margin-left: -2px;
  color: #253d5b;
  font-size: 7.3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-title1__en {
    margin-top: 27px;
    margin-left: 0;
    font-size: 6.2rem;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    white-space: unset;
  }
}
.c-title1__ja {
  margin-top: 5px;
  color: #707780;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-title1__ja {
    margin-top: -1px;
    font-size: 1.7rem;
    line-height: 1.118;
    letter-spacing: -0.02em;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    text-orientation: unset;
    white-space: unset;
  }
}
.c-title2 {
  color: #253d5b;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.525;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-title2 {
    font-size: 2.9rem;
    line-height: 1.52;
  }
}
@media only screen and (max-width: 374px) {
  .c-title2 {
    font-size: 2.6rem;
    line-height: 1.54;
  }
}
.c-title3 {
  position: relative;
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .c-title3 {
    padding-bottom: 12px;
  }
}
.c-title3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #1489ff;
}
.c-title3__en {
  display: block;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.005em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title3__en {
    font-size: 4.08rem;
  }
}
.c-title3__ja {
  display: block;
  margin-top: 1px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: -0.02em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title3__ja {
    margin-top: 2px;
  }
}
.c-title4 {
  color: #253d5b;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.525;
  letter-spacing: -0.02em;
}
.c-title4__sub {
  color: #253d5b;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.125em;
}
@media only screen and (max-width: 767px) {
  .c-title4__sub {
    font-size: 3.06rem;
  }
}
.c-title5 {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  color: #253d5b;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.536;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .c-title5 {
    font-size: 2.38rem;
  }
}
.c-title5::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 24px;
  height: 6px;
  background-color: #1489ff;
}
@media only screen and (max-width: 767px) {
  .c-title5::before {
    top: 15px;
  }
}
.c-title6 {
  position: relative;
  width: 100%;
  padding-bottom: 19px;
  border-bottom: 4px solid #dfe1e6;
  color: #253d5b;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.526;
  letter-spacing: -0.02em;
}
.c-title6::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    CSS of Top page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of About section
------------------------------------------------------------*/
.top-about {
  position: relative;
  margin-top: 120px;
  padding: 128px 0 124px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-about {
    margin-top: 110px;
    padding: 96px 0 98px;
  }
}
@media only screen and (max-width: 767px) {
  .top-about {
    margin-top: 25px;
    padding: 81px 0 89px;
  }
}
.top-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + min(480px, 33.3333333333%));
  height: 100%;
  background-color: #fff;
  border-radius: 0 64px 64px 0;
}
@media only screen and (max-width: 1023px) {
  .top-about::before {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .top-about::before {
    width: 100%;
    border-radius: 0 32px 32px 0;
  }
}
.top-about__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: 767px) {
  .top-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-about__left {
  position: relative;
  width: 50%;
  padding-right: 40px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-about__left {
    width: calc(100% - 80px);
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-about__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
.top-about__leftinner {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .top-about__leftinner {
    max-width: unset;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .top-about__leftinner {
    padding: 0 16px;
  }
}
.top-about__leftcontent {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .top-about__leftcontent {
    max-width: unset;
  }
}
.top-about__heading {
  width: 680px;
}
@media only screen and (max-width: 1023px) {
  .top-about__heading {
    width: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .top-about__heading {
    width: unset;
  }
}
.top-about__name {
  margin-top: 1px;
  color: #707780;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 1023px) {
  .top-about__name {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .top-about__name {
    margin-top: 0;
  }
}
.top-about__title {
  margin-top: 44px;
  color: #253d5b;
  font-size: 15rem;
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1023px) {
  .top-about__title {
    margin-top: 38px;
    font-size: 10rem;
    letter-spacing: -0.013em;
  }
}
@media only screen and (max-width: 767px) {
  .top-about__title {
    margin-top: 35px;
    font-size: 7.762rem;
    letter-spacing: -0.01em;
  }
}
@media only screen and (max-width: 374px) {
  .top-about__title {
    font-size: 7.2rem;
  }
}
.top-about__title span {
  display: block;
}
.top-about__title span.u-small {
  margin-top: -11px;
  font-size: 10rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1023px) {
  .top-about__title span.u-small {
    margin-top: -7px;
    font-size: 6.67rem;
    letter-spacing: -0.013em;
  }
}
@media only screen and (max-width: 767px) {
  .top-about__title span.u-small {
    margin-top: 1px;
    font-size: 5.1rem;
    line-height: 1;
    letter-spacing: -0.01em;
  }
}
@media only screen and (max-width: 374px) {
  .top-about__title span.u-small {
    font-size: 4.2rem;
  }
}
.top-about__subheading {
  margin-top: 11px;
}
@media only screen and (max-width: 1023px) {
  .top-about__subheading {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .top-about__subheading {
    margin-top: 22px;
  }
}
.top-about__subheading span {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 9px 5px 8px;
  color: #fff;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 767px) {
  .top-about__subheading span {
    padding: 4px 9px 4px 8px;
    font-size: 2.7rem;
    line-height: 1.22;
  }
}
@media only screen and (max-width: 374px) {
  .top-about__subheading span {
    padding: 3px 9px 5px 8px;
    font-size: 2.3rem;
    line-height: 1.217;
  }
}
.top-about__subheading span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1489ff;
  border-radius: 3px;
  z-index: -1;
}
.top-about__subheading span + span {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .top-about__subheading span:nth-child(2) {
    padding: 4px 9px 5px 8px;
  }
}
@media only screen and (max-width: 374px) {
  .top-about__subheading span:nth-child(2) {
    padding: 3px 9px 5px 8px;
  }
}
.top-about__subtitle {
  color: #1489ff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1023px) {
  .top-about__subtitle {
    font-size: 3.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-about__subtitle {
    font-size: 2.7rem;
  }
}
.top-about__content {
  width: 100%;
  max-width: 480px;
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .top-about__content {
    max-width: unset;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .top-about__content {
    margin-top: 29px;
  }
}
.top-about__content p + p {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .top-about__content p + p {
    margin-top: 34px;
  }
}
.top-about__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: 56px;
}
@media only screen and (max-width: 767px) {
  .top-about__btn {
    margin-top: 58px;
  }
}
.top-about__right {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .top-about__right {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .top-about__right {
    display: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    padding-left: 40px;
  }
}
.top-about__thumb {
  position: relative;
  width: 100%;
  max-height: 880px;
  border-radius: 64px 0 0 64px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .top-about__thumb {
    max-height: 440px;
  }
}
@media only screen and (max-width: 767px) {
  .top-about__thumb {
    border-radius: 32px 0 0 32px;
    max-height: unset;
  }
}
.top-about__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 122.2222222222%;
}
@media only screen and (max-width: 767px) {
  .top-about__thumb::before {
    padding-top: 122.3880597015%;
  }
}
.top-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;
}
/*------------------------------------------------------------
    CSS of Features section
------------------------------------------------------------*/
.top-features {
  position: relative;
  padding: 128px 0 0;
}
@media only screen and (max-width: 767px) {
  .top-features {
    padding: 80px 0 0;
  }
}
.top-features__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .top-features__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.top-features__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: max(0px, max(0px, 100% - 1360px) / 2 - 40px);
  width: min(280px, 19.4444444444%);
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .top-features__left {
    width: min(198px, 24.75%);
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-features__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
  }
}
.top-features__leftinner {
  padding-left: 80px;
}
@media only screen and (max-width: 1023px) {
  .top-features__leftinner {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .top-features__leftinner {
    padding: 0 16px;
  }
}
.top-features__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.top-features__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 75%;
  margin-right: calc(max(0px, 100% - 1360px) / 2);
}
@media only screen and (max-width: 1023px) {
  .top-features__right {
    width: 70.25%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-features__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 43px;
  }
}
.top-features__rightinner {
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .top-features__rightinner {
    padding: 0 16px;
  }
}
.top-features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 1023px) {
  .top-features__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;
  }
}
.top-features__item {
  width: 33.3333333333%;
}
@media only screen and (max-width: 1023px) {
  .top-features__item {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .top-features__item + .top-features__item {
    margin-top: 53px;
  }
}
@media only screen and (max-width: 767px) {
  .top-features__item + .top-features__item {
    margin-top: 37px;
  }
}
.top-features__item:first-child .c-card1__thumb {
  border-radius: 8px 0 0 8px;
}
@media only screen and (max-width: 1023px) {
  .top-features__item:first-child .c-card1__thumb {
    border-radius: 8px;
  }
}
.top-features__item:last-child .c-card1__thumb {
  border-radius: 0 8px 8px 0;
}
@media only screen and (max-width: 1023px) {
  .top-features__item:last-child .c-card1__thumb {
    border-radius: 8px;
  }
}
/*------------------------------------------------------------
    CSS of Products section
------------------------------------------------------------*/
.top-products {
  position: relative;
  padding: 125px 0 0;
}
@media only screen and (max-width: 767px) {
  .top-products {
    padding: 78px 0 0;
  }
}
.top-products__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .top-products__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.top-products__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: max(0px, max(0px, 100% - 1360px) / 2 - 40px);
  width: min(280px, 19.4444444444%);
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .top-products__left {
    width: min(198px, 24.75%);
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-products__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
  }
}
.top-products__leftinner {
  padding-left: 80px;
}
@media only screen and (max-width: 1023px) {
  .top-products__leftinner {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .top-products__leftinner {
    padding: 0 16px;
  }
}
.top-products__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.top-products__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .top-products__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 43px;
  }
}
.top-products__box {
  position: relative;
  border-radius: 64px 0 0 64px;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .top-products__box {
    border-radius: 32px 0 0 32px;
  }
}
.top-products__top {
  position: relative;
  width: 100%;
  height: 480px;
}
@media only screen and (max-width: 767px) {
  .top-products__top {
    height: 299px;
  }
}
.top-products__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.top-products__bottom {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  padding: 42px 40px 100px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .top-products__bottom {
    max-width: unset;
    margin-left: auto;
    padding: 42px 40px 96px;
  }
}
@media only screen and (max-width: 767px) {
  .top-products__bottom {
    padding: 42px 16px 80px;
  }
}
.top-products__group {
  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: 1023px) {
  .top-products__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;
  }
}
.top-products__groupleft {
  width: calc(50% - 20px);
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .top-products__groupleft {
    width: 100%;
    margin-right: 0;
  }
}
.top-products__groupheading .c-title2 {
  margin-top: -1px;
}
.top-products__description {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .top-products__description {
    margin-top: 19px;
  }
}
.top-products__nav {
  margin-top: 21px;
}
.top-products__groupright {
  width: calc(50% - 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .top-products__groupright {
    width: 100%;
    margin-left: 0;
    margin-top: 44px;
  }
}
.top-products__thumb {
  width: 100%;
  max-width: 480px;
  margin: -106px auto 0;
}
@media only screen and (max-width: 1023px) {
  .top-products__thumb {
    margin: 0 auto;
  }
}
.top-products__thumb img {
  width: 100%;
}
/*------------------------------------------------------------
    CSS of News section
------------------------------------------------------------*/
.top-news {
  position: relative;
  padding: 128px 0 0;
}
@media only screen and (max-width: 767px) {
  .top-news {
    padding: 80px 0 0;
  }
}
.top-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .top-news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.top-news__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: max(0px, max(0px, 100% - 1360px) / 2 - 40px);
  width: min(280px, 19.4444444444%);
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .top-news__left {
    width: min(198px, 24.75%);
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-news__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding-right: 0;
  }
}
.top-news__leftinner {
  padding-left: 80px;
}
@media only screen and (max-width: 1023px) {
  .top-news__leftinner {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .top-news__leftinner {
    padding: 0 16px;
  }
}
.top-news__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.top-news__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 75%;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .top-news__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    margin-top: 43px;
  }
}
.top-news__rightinner {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .top-news__rightinner {
    max-width: unset;
    padding: 0 16px;
  }
}
.top-news__body {
  margin-top: 23px;
}
@media only screen and (max-width: 767px) {
  .top-news__body {
    margin-top: 8px;
  }
}
.top-news__listpost.is-hide {
  display: none;
}
.top-news__groupbtn {
  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;
  margin: 56px -8px -8px 0;
}
@media only screen and (max-width: 767px) {
  .top-news__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: 40px 0 0;
  }
}
.top-news__itembtn {
  margin: 0 8px 8px 0;
}
@media only screen and (max-width: 767px) {
  .top-news__itembtn {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-news__itembtn + .top-news__itembtn {
    margin-top: 8px;
  }
}
/*------------------------------------------------------------
    CSS of Products page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Thermal section
------------------------------------------------------------*/
.products-thermal {
  position: relative;
  padding: 78px 0 0;
}
@media only screen and (max-width: 1023px) {
  .products-thermal {
    padding: 77px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .products-thermal {
    padding: 39px 0 0;
  }
}
.products-thermal__body {
  margin-top: 79px;
}
@media only screen and (max-width: 767px) {
  .products-thermal__body {
    margin-top: 39px;
  }
}
@media only screen and (max-width: 1023px) {
  .products-thermal__body .c-part1__main {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .products-thermal__body .c-part1__main::before {
    content: none;
  }
}
/*------------------------------------------------------------
    CSS of Seal section
------------------------------------------------------------*/
.products-seal {
  position: relative;
  padding: 128px 0 0;
}
@media only screen and (max-width: 1023px) {
  .products-seal {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .products-seal {
    padding: 64px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .products-seal__body .c-part1__heading .c-title4__sub {
    margin-right: -1px;
  }
}
.products-seal__body .c-part1__main {
  padding: 80px 40px 156px;
}
@media only screen and (max-width: 1023px) {
  .products-seal__body .c-part1__main {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .products-seal__body .c-part1__main::before {
    content: none;
  }
}
/*------------------------------------------------------------
    CSS of Flow section
------------------------------------------------------------*/
.products-flow {
  position: relative;
  padding: 127px 0 0;
}
@media only screen and (max-width: 1023px) {
  .products-flow {
    padding: 79px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .products-flow {
    padding: 64px 0 0;
  }
}
.products-flow__body {
  margin-top: 39px;
}
@media only screen and (max-width: 767px) {
  .products-flow__body {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Thermal page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.thermal-main {
  position: relative;
  padding: 78px 0 0;
}
@media only screen and (max-width: 1023px) {
  .thermal-main {
    padding: 77px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .thermal-main {
    padding: 39px 0 0;
  }
}
.thermal-main__nav {
  margin-top: 35px;
}
@media only screen and (max-width: 1023px) {
  .thermal-main__nav {
    margin-top: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .thermal-main__nav {
    margin-top: 27px;
  }
}
.thermal-main__body {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .thermal-main__body {
    margin-top: 64px;
  }
}
.thermal-main__block + .thermal-main__block {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .thermal-main__block + .thermal-main__block {
    margin-top: 94px;
  }
}
/*------------------------------------------------------------
    CSS of Flow section
------------------------------------------------------------*/
.thermal-flow {
  position: relative;
  padding: 127px 0 0;
}
@media only screen and (max-width: 1023px) {
  .thermal-flow {
    padding: 63px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .thermal-flow {
    padding: 64px 0 0;
  }
}
.thermal-flow__body {
  margin-top: 39px;
}
@media only screen and (max-width: 767px) {
  .thermal-flow__body {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Seal page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.seal-main {
  position: relative;
  padding: 78px 0 0;
}
@media only screen and (max-width: 1023px) {
  .seal-main {
    padding: 77px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .seal-main {
    padding: 39px 0 0;
  }
}
.seal-main__nav {
  margin-top: 35px;
}
@media only screen and (max-width: 1023px) {
  .seal-main__nav {
    margin-top: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .seal-main__nav {
    margin-top: 27px;
  }
}
.seal-main__body {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .seal-main__body {
    margin-top: 64px;
  }
}
.seal-main__block + .seal-main__block {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .seal-main__block + .seal-main__block {
    margin-top: 94px;
  }
}
/*------------------------------------------------------------
    CSS of Flow section
------------------------------------------------------------*/
.seal-flow {
  position: relative;
  padding: 127px 0 0;
}
@media only screen and (max-width: 1023px) {
  .seal-flow {
    padding: 63px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .seal-flow {
    padding: 64px 0 0;
  }
}
.seal-flow__body {
  margin-top: 39px;
}
@media only screen and (max-width: 767px) {
  .seal-flow__body {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Company page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Message section
------------------------------------------------------------*/
.company-message {
  position: relative;
  padding: 79px 0 128px;
}
@media only screen and (max-width: 1023px) {
  .company-message {
    padding: 63px 0;
  }
}
@media only screen and (max-width: 767px) {
  .company-message {
    padding: 64px 0 62px;
  }
}
.company-message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .company-message__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.company-message__left {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: max(50% - 120px, 41.6666666667%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .company-message__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .company-message__left {
    padding: 0 16px;
  }
}
.company-message__thumb {
  position: relative;
  width: 100%;
  max-height: 736px;
  border-radius: 0 32px 32px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .company-message__thumb {
    border-radius: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .company-message__thumb {
    border-radius: 16px;
  }
}
.company-message__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 122.6666666667%;
}
@media only screen and (max-width: 1023px) {
  .company-message__thumb::before {
    padding-top: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .company-message__thumb::before {
    padding-top: 46.6472303207%;
  }
}
.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__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .company-message__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    max-width: unset;
    margin-left: auto;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .company-message__right {
    padding: 0 16px;
  }
}
.company-message__rightinner {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .company-message__rightinner {
    max-width: unset;
    margin-right: auto;
    padding-left: 0;
  }
}
.company-message__heading {
  margin-top: 39px;
}
@media only screen and (max-width: 767px) {
  .company-message__heading {
    margin-top: 24px;
  }
}
.company-message__content {
  margin-top: 77px;
}
@media only screen and (max-width: 1023px) {
  .company-message__content {
    margin-top: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .company-message__content {
    margin-top: 22px;
  }
}
.company-message__content p + p {
  margin-top: 28px;
}
.company-message__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .company-message__info {
    margin-top: 22px;
  }
}
.company-message__infocompany {
  color: #253d5b;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.526;
  letter-spacing: -0.02em;
}
.company-message__infogroup {
  margin-top: 7px;
  color: #253d5b;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.526;
  letter-spacing: -0.02em;
}
.company-message__infogroup span + span {
  margin-left: 28px;
}
/*------------------------------------------------------------
    CSS of Philosophy section
------------------------------------------------------------*/
.company-philosophy {
  position: relative;
  padding: 128px 0;
}
@media only screen and (max-width: 1023px) {
  .company-philosophy {
    padding: 64px 0 62px;
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy {
    padding: 65px 0 62px;
  }
}
.company-philosophy__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .company-philosophy__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.company-philosophy__left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: max(50% - 120px, 41.6666666667%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .company-philosophy__left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy__left {
    padding: 0 16px;
  }
}
.company-philosophy__thumb {
  position: relative;
  width: 100%;
  max-height: 736px;
  border-radius: 32px 0 0 32px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .company-philosophy__thumb {
    border-radius: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy__thumb {
    border-radius: 16px;
  }
}
.company-philosophy__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 122.6666666667%;
}
@media only screen and (max-width: 1023px) {
  .company-philosophy__thumb::before {
    padding-top: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy__thumb::before {
    padding-top: 46.6472303207%;
  }
}
.company-philosophy__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-philosophy__right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .company-philosophy__right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    max-width: unset;
    margin-right: auto;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy__right {
    padding: 0 16px;
  }
}
.company-philosophy__rightinner {
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .company-philosophy__rightinner {
    max-width: unset;
    margin-left: auto;
    padding-right: 0;
  }
}
.company-philosophy__heading {
  margin-top: -1px;
}
@media only screen and (max-width: 1023px) {
  .company-philosophy__heading {
    margin-top: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy__heading {
    margin-top: 24px;
  }
}
.company-philosophy__body {
  margin-top: 78px;
}
@media only screen and (max-width: 1023px) {
  .company-philosophy__body {
    margin-top: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .company-philosophy__body {
    margin-top: 23px;
  }
}
.company-philosophy__message {
  color: #1489ff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.525;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .company-philosophy__message {
    font-size: 2.15rem;
    line-height: 1.5;
  }
}
.company-philosophy__list {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .company-philosophy__list {
    margin-top: 25px;
  }
}
/*------------------------------------------------------------
    CSS of History section
------------------------------------------------------------*/
.company-history {
  position: relative;
  padding: 127px 0 0;
}
@media only screen and (max-width: 1023px) {
  .company-history {
    padding: 63px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .company-history {
    padding: 64px 0 0;
  }
}
.company-history__body {
  margin-top: 79px;
}
@media only screen and (max-width: 1023px) {
  .company-history__body {
    margin-top: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .company-history__body {
    margin-top: 24px;
  }
}
/*------------------------------------------------------------
    CSS of Outline section
------------------------------------------------------------*/
.company-outline {
  position: relative;
  padding: 79px 0 0;
}
@media only screen and (max-width: 1023px) {
  .company-outline {
    padding: 63px 0;
  }
}
@media only screen and (max-width: 767px) {
  .company-outline {
    padding: 64px 0 0;
  }
}
.company-outline__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .company-outline__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.company-outline__left {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: max(50% - 120px, 41.6666666667%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .company-outline__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .company-outline__left {
    padding: 0 16px;
  }
}
.company-outline__thumb {
  position: relative;
  width: 100%;
  max-height: 736px;
  border-radius: 0 32px 32px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .company-outline__thumb {
    border-radius: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .company-outline__thumb {
    border-radius: 16px;
  }
}
.company-outline__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 122.6666666667%;
}
@media only screen and (max-width: 1023px) {
  .company-outline__thumb::before {
    padding-top: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .company-outline__thumb::before {
    padding-top: 46.6472303207%;
  }
}
.company-outline__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-outline__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .company-outline__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    max-width: unset;
    margin-left: auto;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .company-outline__right {
    padding: 0 16px;
  }
}
.company-outline__rightinner {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .company-outline__rightinner {
    max-width: unset;
    margin-right: auto;
    padding-left: 0;
  }
}
.company-outline__heading {
  margin-top: 39px;
}
@media only screen and (max-width: 767px) {
  .company-outline__heading {
    margin-top: 40px;
  }
}
.company-outline__body {
  margin-top: 55px;
}
@media only screen and (max-width: 1023px) {
  .company-outline__body {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .company-outline__body {
    margin-top: 16px;
  }
}
.company-outline__box {
  margin-top: 56px;
}
@media only screen and (max-width: 1023px) {
  .company-outline__box {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------
    CSS of Access section
------------------------------------------------------------*/
.company-access {
  position: relative;
  padding: 127px 0 0;
}
@media only screen and (max-width: 1023px) {
  .company-access {
    padding: 64px 0 0;
  }
}
.company-access__body {
  margin-top: 79px;
}
@media only screen and (max-width: 1023px) {
  .company-access__body {
    margin-top: 39px;
  }
}
.company-access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -40px -80px;
}
@media only screen and (max-width: 1023px) {
  .company-access__list {
    margin: 0 -20px -40px;
  }
}
@media only screen and (max-width: 767px) {
  .company-access__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
}
.company-access__item {
  width: calc(50% - 80px);
  margin: 0 40px 80px;
}
@media only screen and (max-width: 1023px) {
  .company-access__item {
    width: calc(50% - 40px);
    margin: 0 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .company-access__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .company-access__item + .company-access__item {
    margin-top: 24px;
  }
}
/*------------------------------------------------------------
    CSS of Recruit page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Empty section
------------------------------------------------------------*/
.recruit-empty {
  position: relative;
  padding: 159px 0 79px;
}
@media only screen and (max-width: 1023px) {
  .recruit-empty {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-empty {
    padding: 64px 0 0;
  }
}
/*------------------------------------------------------------
    CSS of Contact page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Phone section
------------------------------------------------------------*/
.contact-phone {
  position: relative;
  padding: 78px 0 0;
}
@media only screen and (max-width: 1023px) {
  .contact-phone {
    padding: 63px 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-phone {
    padding: 64px 0 0;
  }
}
.contact-phone__body {
  margin-top: 39px;
}
@media only screen and (max-width: 767px) {
  .contact-phone__body {
    margin-top: 40px;
  }
}
.contact-phone__row {
  position: relative;
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #dfe1e6;
}
.contact-phone__row:first-child {
  padding-top: 0;
}
.contact-phone__row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.contact-phone__row .c-text2 {
  margin: 14px 0 -2px;
}
.contact-phone__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 -16px -8px 0;
}
@media only screen and (max-width: 1023px) {
  .contact-phone__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;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}
.contact-phone__item {
  margin: 0 16px 8px 0;
}
@media only screen and (max-width: 1023px) {
  .contact-phone__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .contact-phone__item + .contact-phone__item {
    margin-top: 8px;
  }
}
/*------------------------------------------------------------
    CSS of Form section
------------------------------------------------------------*/
.contact-form {
  position: relative;
  padding: 127px 0 0;
}
@media only screen and (max-width: 1023px) {
  .contact-form {
    padding: 63px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 64px 0 0;
  }
}
.contact-form__body {
  margin-top: 37px;
}
@media only screen and (max-width: 767px) {
  .contact-form__body {
    margin-top: 40px;
  }
}
.contact-form__guide .c-box3 {
  margin-top: 18px;
}
.contact-form__box {
  position: relative;
  width: 100%;
  margin-top: 40px;
  padding: 64px 40px;
  background-color: #fff;
  border-radius: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .contact-form__box {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form__box {
    padding: 25px 20px 40px;
    border-radius: 16px;
  }
}
.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: 40px -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: 40px 0 0;
  }
}
.contact-form__groupbtn .c-btn7 {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .contact-form__groupbtn .c-btn7 {
    width: 100%;
    max-width: 268px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form__groupbtn .c-btn7 + .c-btn7 {
    margin-top: 10px;
  }
}
.mw_wp_form .form-table-data .horizontal-item + .horizontal-item {
  margin-left: -3px;
}
.mw_wp_form .form-table-data .error {
  display: block;
  margin-top: 3px;
  color: #bf0000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.333;
}
/*------------------------------------------------------------
    CSS of News page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.rnews-archive {
  position: relative;
  padding: 79px 0 0;
}
@media only screen and (max-width: 1023px) {
  .rnews-archive {
    padding: 63px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rnews-archive {
    padding: 64px 0 0;
  }
}
.rnews-archive__body {
  margin-top: 24px;
}
/*------------------------------------------------------------
    CSS of Single section
------------------------------------------------------------*/
.news-single {
  position: relative;
  padding: 82px 0 0;
}
@media only screen and (max-width: 1023px) {
  .news-single {
    padding: 63px 0;
  }
}
@media only screen and (max-width: 767px) {
  .news-single {
    padding: 64px 0 0;
  }
}
/*------------------------------------------------------------
    CSS of Recruit news page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.news-archive {
  position: relative;
  padding: 79px 0 0;
}
@media only screen and (max-width: 1023px) {
  .news-archive {
    padding: 63px 0;
  }
}
@media only screen and (max-width: 767px) {
  .news-archive {
    padding: 64px 0 0;
  }
}
.news-archive__body {
  margin-top: 24px;
}
/*------------------------------------------------------------
    CSS of Single section
------------------------------------------------------------*/
.rnews-single {
  position: relative;
  padding: 82px 0 0;
}
@media only screen and (max-width: 1023px) {
  .rnews-single {
    padding: 63px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rnews-single {
    padding: 64px 0 0;
  }
}
/*------------------------------------------------------------
    CSS of Blog page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.blog-archive {
  position: relative;
  padding: 79px 0 0;
}
@media only screen and (max-width: 1023px) {
  .blog-archive {
    padding: 63px 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-archive {
    padding: 64px 0 0;
  }
}
.blog-archive__body {
  margin-top: 24px;
}
/*------------------------------------------------------------
    CSS of Single section
------------------------------------------------------------*/
.blog-single {
  position: relative;
  padding: 82px 0 0;
}
@media only screen and (max-width: 1023px) {
  .blog-single {
    padding: 63px 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-single {
    padding: 64px 0 0;
  }
}
/*------------------------------------------------------------
    CSS of Privacy page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of Policy section
------------------------------------------------------------*/
.privacy-policy {
  position: relative;
  padding: 79px 0 0;
}
@media only screen and (max-width: 1023px) {
  .privacy-policy {
    padding: 63px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-policy {
    padding: 64px 0 0;
  }
}
.privacy-policy__row:nth-child(1) .c-title6::before {
  content: "１．";
}
.privacy-policy__row:nth-child(2) .c-title6::before {
  content: "２．";
}
.privacy-policy__row:nth-child(3) .c-title6::before {
  content: "３．";
}
.privacy-policy__row:nth-child(4) .c-title6::before {
  content: "４．";
}
.privacy-policy__row:nth-child(5) .c-title6::before {
  content: "５．";
}
.privacy-policy__row:nth-child(6) .c-title6::before {
  content: "６．";
}
.privacy-policy__row:nth-child(7) .c-title6::before {
  content: "７．";
}
.privacy-policy__row:nth-child(8) .c-title6::before {
  content: "８．";
}
.privacy-policy__row:nth-child(9) .c-title6::before {
  content: "９．";
}
.privacy-policy__row:nth-child(10) .c-title6::before {
  content: "10．";
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Animation
------------------------------------------------------------*/
.u-anime__fadeup {
  -webkit-animation: 0.4s fadeUp linear both;
  animation: 0.4s fadeUp linear both;
}
/*------------------------------------------------------------
    Display
------------------------------------------------------------*/
.u-none {
  display: none;
}
.u-inblock {
  display: inline-block;
}
/*------------------------------------------------------------
    Background
------------------------------------------------------------*/
.u-bg__white100 {
  background-color: #fff;
}
.u-bg__darkblue100 {
  background-color: #253d5b;
}
/*------------------------------------------------------------
    Spacing
------------------------------------------------------------*/
/*------------------------------------------------------------
    Font
------------------------------------------------------------*/
.u-sofia {
  font-family: "Sofia Sans Condensed", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.u-system {
  font-family: system-ui;
}
/*------------------------------------------------------------
    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-tab {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .is-tab {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .is-tab {
    display: none;
  }
}
.is-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
.is-sp__flex {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is-sp__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@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;
  }
}