@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
*/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/* 
  general
---------------------------------------------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  width: 100%;
  min-height: 100%;
}

body {
  font-family: "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #212121;
  padding-top: 100px;
  width: 100%;
  height: 100%;
}
body.is-scrolllock {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: normal;
  font-family: "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

p {
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Noto Sans JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

img {
  vertical-align: top;
  border: none;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #212121;
  transition: 0.4s;
}

.font-en {
  font-family: "Nunito Sans", sans-serif;
}

.hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .pc-hidden {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-hidden {
    display: none !important;
  }
}
.fit-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.fit-contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

hr.ma-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: visible;
  }
}
sub.rts {
  bottom: -0.4em;
}

/* 
  header
---------------------------------------------------------------------- */
.header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 101;
}
.header.is-short {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1069px) {
  .header::after {
    content: "";
    background: #0072BA;
    background: linear-gradient(to right, #0072BA 0%, #003F9D 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    z-index: -1;
  }
  .header.is-show::after {
    opacity: 1;
  }
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 30px;
  padding-right: 40px;
  height: 100px;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 768px) {
  .is-short .header-inner {
    height: 72px;
  }
}
@media (max-width: 1069px) {
  .header-inner {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .header-inner {
    padding-left: 20px;
    height: 60px;
  }
}
.header-logo {
  height: 46px;
  width: 140px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header-logo a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.header-logo a img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.is-show .header-logo a img:nth-of-type(1) {
  opacity: 0;
}
.is-show .header-logo a img.header-logo_white {
  opacity: 1;
}
.header-logo_white {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 989px) {
  .header-logo {
    height: 39px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .header-logo {
    height: 35px;
    width: 106px;
  }
}
.header-75th {
  height: 82px;
  width: 96px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-left: 10px;
  margin-right: auto;
}
.header-75th a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.header-75th a img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.is-show .header-75th a img:nth-of-type(1) {
  opacity: 0;
}
.is-show .header-75th a img.header-75th_white {
  opacity: 1;
}
.header-75th_white {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 989px) {
  .header-75th {
    height: 72px;
    width: 84px;
  }
}
@media (max-width: 767px) {
  .header-75th {
    height: 62px;
    width: 72px;
    margin-left: 6px;
  }
}
.header-menu {
  display: flex;
  align-items: center;
}
@media (min-width: 1070px) {
  .header-menu .btn {
    border-radius: 30px;
    background: #0072BA;
    background: linear-gradient(to right, #0072BA 0%, #003F9D 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-size: 0.9333333333rem;
    padding: 0 15px 0 10px;
    width: 140px;
    height: 32px;
  }
  .header-menu .btn::after {
    right: 15px;
  }
}
@media (max-width: 1599px) {
  .header-menu {
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-top: -7px;
  }
}
@media (max-width: 1599px) and (min-width: 1600px) {
  .is-short .header-menu .btn {
    font-size: 13px;
    font-size: 0.8666666667rem;
    width: 104px;
    height: 24px;
    padding: 0 25px 0 10px;
  }
}
@media (max-width: 1069px) {
  .header-menu {
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    flex-direction: column;
    background-color: #ffffff;
    margin-top: 0;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 60px);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .is-show .header-menu {
    pointer-events: all;
    opacity: 1;
  }
  .is-short .header-menu {
    top: 70px;
  }
}
@media (max-width: 767px) {
  .header-menu {
    top: 60px;
  }
  .is-short .header-menu {
    top: 60px;
  }
}
.header-free {
  display: flex;
  align-items: center;
}
@media (max-width: 1519px) and (min-width: 1070px) {
  .is-short .header-free {
    padding-top: 10px;
  }
}
.header-free .btn {
  margin-left: 40px;
}
@media (max-width: 989px) {
  .header-free .btn {
    margin-left: 20px;
  }
}
@media (max-width: 1069px) {
  .header-free {
    display: block;
    width: 100%;
  }
  .header-free .btn {
    width: 100% !important;
    padding: 20px 40px 20px 20px !important;
    margin-left: 0 !important;
    color: #003F9D;
    font-weight: 500;
  }
  .header-free .btn.icon-blank-white::after {
    background-image: url(/common/img/icon-plus_blue.png) !important;
    background-size: 15px auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 15px;
    height: 15px;
    right: 18px;
    -webkit-animation: none;
    animation: none;
  }
  .header-free .btn.icon-blank-white:not(.submenu-btn)::after {
    background-image: url(/common/img/icon-arrow-right_blue.png) !important;
    background-size: 100% auto;
    right: 20px;
    width: 10px;
    height: 11px;
  }
}
@media (max-width: 1069px) {
  .header .btn-blank {
    display: inline-block;
    position: relative;
    padding-right: 20px;
  }
  .header .btn-blank::after {
    content: "";
    background: url(/common//img/icon-blank_blue.png) no-repeat center;
    background-size: 10px auto;
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1070px) {
  .header-btn {
    display: none;
  }
}
.header-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
}
.header-btn a {
  background: #0072BA;
  background: linear-gradient(to right, #0072BA 0%, #003F9D 100%);
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.header-btn a span {
  background-color: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header-btn a span:nth-of-type(1) {
  top: 21px;
}
.header-btn a span:nth-of-type(2) {
  top: 29px;
}
.header-btn a span:nth-of-type(3) {
  top: 37px;
}
header.is-show .header-btn a span:nth-of-type(1) {
  top: 29px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.is-show .header-btn a span:nth-of-type(2) {
  opacity: 0;
}
header.is-show .header-btn a span:nth-of-type(3) {
  top: 29px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 1069px) {
  .is-show .header-btn a {
    background: transparent;
  }
}
@media (max-width: 1069px) and (min-width: 768px) {
  .header-btn a span:nth-of-type(1) {
    top: 41px;
  }
  .header-btn a span:nth-of-type(2) {
    top: 49px;
  }
  .header-btn a span:nth-of-type(3) {
    top: 57px;
  }
  header.is-show .header-btn a span:nth-of-type(1) {
    top: 49px;
  }
  header.is-show .header-btn a span:nth-of-type(3) {
    top: 49px;
  }
  .is-short .header-btn {
    width: 72px;
    height: 72px;
  }
  .is-short .header-btn a span:nth-of-type(1) {
    top: 27px;
  }
  .is-short .header-btn a span:nth-of-type(2) {
    top: 35px;
  }
  .is-short .header-btn a span:nth-of-type(3) {
    top: 43px;
  }
  header.is-short.is-show .header-btn a span:nth-of-type(1) {
    top: 35px;
  }
  header.is-short.is-show .header-btn a span:nth-of-type(3) {
    top: 35px;
  }
}
@media (max-width: 767px) {
  .header-btn {
    width: 60px;
    height: 60px;
  }
}

/* 
  header-nav
---------------------------------------------------------------------- */
.header-nav .header-nav-inner {
  display: flex;
  align-items: center;
}
.header-nav-item {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header-nav-item + li {
  margin-left: 30px;
}
.header-nav-item.--partner {
  margin-left: 30px;
}
.header-nav-item > a {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 500;
  position: relative;
  padding: 10px 0;
}
.header-nav-item > a::before {
  content: "";
  border-bottom: 2px solid #EE1D23;
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 2px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header-nav-item > a.is-current::before, .header-nav-item > a:not(.btn):hover::before {
  opacity: 1;
}
.header-nav-item > a.m-icon {
  padding-right: 20px;
}
@media (min-width: 1070px) {
  .is-short .header-nav-item > a {
    padding-top: 6px;
  }
}
@media (max-width: 989px) {
  .header-nav-item + li {
    margin-left: 20px;
  }
  .header-nav-item.--partner {
    margin-left: 20px;
  }
}
@media (max-width: 1069px) {
  .header-nav {
    width: 100%;
  }
  .header-nav .header-nav-inner {
    display: block;
    width: 100%;
  }
  .header-nav-item {
    width: 100%;
  }
  .header-nav-item + li {
    margin-left: 0;
  }
  .header-nav-item.--partner {
    margin-left: 0;
  }
  .header-nav-item > a {
    border-bottom: 1px solid #E1E4E6;
    color: #003F9D;
    display: block;
    font-size: 14px;
    font-size: 0.9333333333rem;
    font-weight: 500;
    padding: 20px 40px 20px 20px;
  }
  .header-nav-item > a::before {
    display: none;
  }
  .header-nav-item > a::after {
    content: "";
    background-image: url(/common/img/icon-plus_blue.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px auto;
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
  }
  .header-nav-item > a.m-icon {
    padding-right: 0;
  }
  .header-nav-item > a.m-icon::after {
    background-image: url(/common/img/icon-plus_blue.png);
    background-size: 15px auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 15px;
    height: 15px;
    bottom: auto;
    -webkit-animation: none;
    animation: none;
  }
  .header-nav-item > a:not(.submenu-btn)::after {
    background-image: url(/common/img/icon-arrow-right_blue.png);
    background-size: 100% auto;
    right: 20px;
    width: 10px;
    height: 11px;
  }
  .header-nav-item.is-active > a::after {
    background-image: url(/common/img/icon-minus_blue.png);
  }
}
.header-nav .submenu {
  overflow-x: hidden;
  pointer-events: none;
  border-top: 1px solid #E1E4E6;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 40px 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1069px) {
  .header-nav .submenu {
    display: none;
    border-top: none;
    border-bottom: 1px solid #E1E4E6;
    position: static;
    padding: 0;
    width: auto;
  }
}
.header-nav .submenu-inner {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  max-width: 1220px;
  opacity: 0;
  -webkit-animation: submenu-x-out 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: submenu-x-out 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
@media (max-width: 1069px) {
  .header-nav .submenu-inner {
    padding-left: 40px;
    padding-right: 0;
  }
}
.header-nav .submenu-ttl {
  color: #212121;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 500;
  margin-bottom: 20px;
  margin-right: 40px;
}
.header-nav .submenu-ttl.icon-arrow-blue {
  color: #212121;
}
@media (max-width: 1069px) {
  .header-nav .submenu-ttl {
    border-bottom: 1px solid #E1E4E6;
    display: block;
    margin: 0;
    font-size: 14px;
    font-size: 0.9333333333rem;
    font-weight: 400;
    padding: 20px 40px 20px 0;
    width: 100%;
  }
  .header-nav .submenu-ttl.icon-arrow-blue {
    color: #003F9D;
  }
  .header-nav .submenu-ttl.icon-arrow-blue::after {
    right: 20px;
  }
}
.header-nav .submenu-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -20px;
}
@media (max-width: 1069px) {
  .header-nav .submenu-list {
    display: block;
    margin: 0;
  }
}
.header-nav .submenu-item {
  width: 33.33%;
  padding-left: 40px;
  padding-bottom: 20px;
}
.header-nav .submenu-item span.icon-arrow-blue {
  color: #212121;
}
@media (max-width: 1069px) {
  .header-nav .submenu-item {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
  .header-nav .submenu-item span.icon-arrow-blue {
    color: #003F9D;
  }
  .header-nav .submenu-item:last-child a.submenu-card {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .header-nav .submenu-item {
    display: flex;
  }
}
.header-nav .submenu-card {
  text-decoration: none;
  border: 1px solid #E1E4E6;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 20px;
  transition: box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 768px) {
  .header-nav .submenu-card {
    width: 100%;
  }
  .header-nav .submenu-card:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  }
}
.header-nav .submenu-card .img {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -1px 0 -1px -1px;
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 2;
}
.header-nav .submenu-card .img::before {
  content: "";
  background: #003F9D;
  background: linear-gradient(to bottom, #003F9D 0%, #0072BA 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header-nav .submenu-card .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.header-nav .submenu-card .img img.position-1 {
  object-position: -30px center;
}
.header-nav .submenu-card .img img.position-2 {
  object-position: -70px center;
}
.header-nav .submenu-card .img.img-icon img {
  width: 50px;
  height: 50px;
}
.header-nav .submenu-card .ttl {
  flex-grow: 1;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 500;
  padding: 10px 0 10px 20px;
}
.header-nav .submenu-card .ttl > span {
  display: inline-block;
  width: 100%;
}
@media (max-width: 1069px) {
  .header-nav .submenu-card {
    border: none;
    border-bottom: 1px solid #E1E4E6;
  }
  .header-nav .submenu-card .img {
    display: none;
  }
  .header-nav .submenu-card .ttl {
    font-weight: 400;
    padding: 20px 0;
  }
}
.header-nav .submenu-close {
  background: url(/common/img/icon-close_dark.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 6px;
  right: 33px;
  width: 17px;
  height: 17px;
}
@media (max-width: 1069px) {
  .header-nav .submenu-close {
    display: none;
  }
}
.header-nav .header-nav-item.is-active .submenu {
  opacity: 1;
}
@media (max-width: 1069px) {
  .header-nav .header-nav-item.is-active .submenu {
    display: block;
  }
}
.header-nav .header-nav-item.is-active .submenu a {
  pointer-events: all;
}
.header-nav .header-nav-item.is-active .submenu-inner {
  -webkit-animation: submenu-x-in 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
  animation: submenu-x-in 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
}

@-webkit-keyframes submenu-x-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1%);
    transform: translateX(1%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes submenu-x-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1%);
    transform: translateX(1%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes submenu-x-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1%);
    transform: translateX(1%);
  }
}
@keyframes submenu-x-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(1%);
    transform: translateX(1%);
  }
}
/* 
  header-search
---------------------------------------------------------------------- */
.header-search {
  padding-right: 42px;
  padding-left: 42px;
}
@media (max-width: 1519px) and (min-width: 1070px) {
  .is-short .header-search {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.header-search .submit {
  cursor: pointer;
  pointer-events: visible;
  position: relative;
  width: 24px;
  height: 24px;
}
.header-search .submit::after {
  content: "";
  background: url(/common/img/icon-search_dark.png) no-repeat center;
  background-size: 24px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1070px) {
  .header-search-field {
    display: none;
    border-top: 1px solid #E1E4E6;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 77px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
  }
  .header-search-field > div {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
  .header-search-field input[type=text] {
    border-radius: 28px;
    background-color: #ffffff;
    color: #212121;
    border: 1px solid #C6CCCF;
    font-size: 16px;
    font-size: 1.0666666667rem;
    padding: 15px 60px 15px 30px;
    width: 100%;
    height: 100%;
  }
  .header-search-field .submit {
    border-radius: 0 28px 28px 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 100%;
  }
  .header-search-field .submit::after {
    background-image: url(/common/img/icon-search_blue.png) !important;
    margin-left: -10px;
  }
}
.header-search-trigger .submit {
  position: relative;
  top: -3px;
}
.header-search-trigger.is-on .submit::after {
  background-image: url(/common/img/icon-close_dark.png) !important;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
}
.is-top .header-search-trigger.is-on .submit::after {
  background-image: url(/common/img/icon-close_white.png) !important;
}
@media (max-width: 1069px) {
  .header-search-trigger {
    display: none;
  }
}
@media (max-width: 1519px) {
  .is-short .header-search .submit {
    width: 20px;
    height: 20px;
  }
  .is-short .header-search .submit::after {
    background-size: 20px auto;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1069px) {
  .header-search {
    background-color: #E1EFF7;
    padding: 20px;
  }
  .header-search-field {
    display: block !important;
  }
  .header-search-group {
    position: relative;
    height: 52px;
  }
  .header-search input[type=text] {
    border-radius: 28px;
    background-color: #ffffff;
    color: #212121;
    border: 1px solid #C6CCCF;
    font-size: 18px;
    font-size: 1.2rem;
    padding: 12px 60px 12px 30px;
    width: 100%;
    height: 100%;
  }
  .header-search input[type=text]::-ms-input-placeholder {
    color: #000000;
  }
  .header-search input[type=text]::placeholder, .header-search input[type=text]::-ms-input-placeholder {
    color: #000000;
  }
  .header-search .submit {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-search .submit::after {
    background-image: url(/common/img/icon-search_blue.png);
  }
}

/* 
  header-language
---------------------------------------------------------------------- */
.header-language {
  margin-top: -3px;
}
.header-language .text {
  display: none;
}
.header-language ul {
  display: flex;
  line-height: 1;
}
.header-language ul li {
  position: relative;
}
.header-language ul li + li {
  margin-left: 7px;
  padding-left: 14px;
}
.header-language ul li + li::before {
  content: "";
  border-left: 1px solid #212121;
  position: absolute;
  top: 2px;
  left: 1px;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: calc(100% - 7px);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.header-language ul li a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-size: 0.9333333333rem;
  text-decoration: none;
  position: relative;
}
.header-language ul li a::after {
  content: "";
  background-color: #212121;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
}
.header-language ul li a .japanese,
.header-language ul li a .english {
  display: none;
}
.header-language ul li a.is-current::after {
  opacity: 1;
}
@media (max-width: 1069px) {
  .header-language {
    margin-top: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-language .text {
    display: block;
    font-size: 16px;
    font-size: 1.0666666667rem;
    margin-right: 16px;
  }
  .header-language ul {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    width: 184px;
    height: 40px;
    background: #0072BA;
    background: linear-gradient(to bottom, #0072BA 0%, #003F9D 100%);
  }
  .header-language ul li {
    position: relative;
  }
  .header-language ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
  .header-language ul li + li::before {
    display: none;
  }
  .header-language ul li a {
    background-color: transparent;
    border-radius: 32px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 36px;
    z-index: 2;
  }
  .header-language ul li a::before {
    content: "";
    background-color: #ffffff;
    border-radius: 32px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
  }
  .header-language ul li a .japanese,
  .header-language ul li a .english {
    display: block;
  }
  .header-language ul li a .jp,
  .header-language ul li a .en {
    display: none;
  }
  .header-language ul li a.is-current {
    color: #003F9D;
  }
  .header-language ul li a.is-current::before {
    opacity: 1;
  }
  .header-language ul li a::after {
    display: none;
  }
}

/* 
  header-links
---------------------------------------------------------------------- */
@media (min-width: 1070px) {
  .header-links {
    display: none;
  }
}
@media (max-width: 1069px) {
  .header-links {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  * + .header-links {
    padding: 20px 0 100px;
  }
  .header-links a {
    font-size: 10px;
    font-size: 0.6666666667rem;
    text-decoration: none;
  }
  .header-links a + a {
    margin-left: 20px;
  }
}

/* 
  footer
---------------------------------------------------------------------- */
.footer {
  background-color: #E1EFF7;
  position: relative;
}
@media (max-width: 767px) {
  .footer {
    background-color: #ffffff;
  }
}
.footer a {
  text-decoration: none;
}
.footer-inner {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  max-width: 1220px;
}
@media (max-width: 767px) {
  .footer-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-menu {
  padding: 100px 0 127px;
  margin-left: -40px;
}
.footer-menu .footer-inner {
  display: flex;
  justify-content: space-between;
}
.footer-menu-col {
  margin-left: 40px;
  width: 25%;
}
.footer-menu-group + .footer-menu-group {
  margin-top: 42px;
}
.footer-menu .ttl {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  border-bottom: 1px solid #C6CCCF;
  padding-bottom: 12px;
}
.footer-menu .ttl + * {
  margin-top: 32px;
}
.footer-menu .ttl.small {
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 700;
}
.footer-menu .ttl.small + .ttl.small {
  margin-top: 26px;
}
@media (min-width: 768px) {
  .footer-menu .ttl a:hover, .footer-menu .ttl a:hover > span {
    text-decoration: underline;
  }
}
.footer-menu * + .ttl {
  margin-top: 42px;
}
.footer-menu .list li.lines-small {
  line-height: 1.2;
}
.footer-menu .list li + li {
  margin-top: 20px;
}
.footer-menu .list li a {
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .footer-menu .list li a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .footer-menu .list li a.rts-link:hover {
    text-decoration: none;
  }
  .footer-menu .list li a.rts-link:hover > span {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .footer-menu {
    padding: 0;
    margin-left: 0;
  }
  .footer-menu .footer-inner {
    display: block;
  }
  .footer-menu-col {
    margin-left: 0;
    width: 100%;
  }
  .footer-menu-group + .footer-menu-group {
    margin-top: 0;
  }
  .footer-menu-group-sub {
    display: none;
  }
  .footer-menu-group.is-active .footer-menu-group-sub {
    display: block;
  }
  .footer-menu .ttl {
    font-size: 14px;
    font-size: 0.9333333333rem;
    border-top: 1px solid #C6CCCF;
    border-bottom: none;
    padding-bottom: 0;
  }
  .footer-menu .ttl + * {
    margin-top: 0;
  }
  .footer-menu .ttl.small {
    font-size: 14px;
    font-size: 0.9333333333rem;
    font-weight: 500;
  }
  .footer-menu .ttl.small + .ttl.small {
    margin-top: 0;
  }
  .footer-menu .ttl a {
    color: #003F9D;
    display: block;
    padding: 20px 40px 20px 20px;
    position: relative;
  }
  .footer-menu .ttl a::after {
    content: "";
  }
  .footer-menu .ttl a:not(.ttl-menu)::after {
    background: url(/common/img/icon-arrow-right_blue.png) no-repeat center;
    background-size: 11px auto;
    position: absolute;
    top: 25px;
    right: 20px;
    width: 11px;
    height: 10px;
    -webkit-animation: none;
    animation: none;
  }
  .footer-menu .ttl a.ttl-menu::after {
    background: url(/common/img/icon-plus_blue.png) no-repeat center;
    background-size: 15px auto;
    position: absolute;
    top: 22px;
    right: 18px;
    width: 15px;
    height: 15px;
    -webkit-animation: none;
    animation: none;
  }
  .footer-menu .footer-menu-group.is-active .ttl a.ttl-menu::after {
    background-image: url(/common/img/icon-minus_blue.png);
  }
  .footer-menu * + .ttl {
    margin-top: 0;
  }
  .footer-menu .list {
    border-top: 1px solid #C6CCCF;
    padding-left: 40px;
    opacity: 0;
    -webkit-animation: submenu-x-out 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: submenu-x-out 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
  .footer-menu .list.sp-hide {
    display: none;
  }
  .footer-menu .list li + li {
    margin-top: 0;
  }
  .footer-menu .list li:last-child a {
    border-bottom: none;
  }
  .footer-menu .list li a {
    border-bottom: 1px solid #C6CCCF;
    color: #003F9D;
    display: block;
    font-size: 14px;
    font-size: 0.9333333333rem;
    font-weight: 500;
    padding: 20px 0;
    position: relative;
  }
  .footer-menu .list li a::after {
    content: "";
    background: url(/common/img/icon-arrow-right_blue.png) no-repeat center;
    background-size: 11px auto;
    position: absolute;
    top: 25px;
    right: 20px;
    width: 11px;
    height: 10px;
    -webkit-animation: none;
    animation: none;
  }
  .footer-menu .footer-menu-group.is-active .list {
    -webkit-animation: submenu-x-in 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
    animation: submenu-x-in 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
  }
}
.footer-bottom {
  background-color: #F0F7FB;
}
.footer-bottom .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 104px;
}
@media (max-width: 989px) {
  .footer-bottom .footer-inner {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .footer-bottom .footer-inner {
    display: block;
    padding: 30px 0;
    height: auto;
  }
}
.footer-info {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.footer-info-links {
  margin-left: -24px;
}
.footer-info-links a {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 400;
  margin-left: 24px;
}
.footer-info-links a:hover {
  text-decoration: underline;
}
.footer-info-logo {
  margin-right: 40px;
  max-width: 185px;
}
.footer-info-logo img {
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 767px) {
  .footer-info {
    flex-direction: column;
  }
  .footer-info-links {
    margin-left: -20px;
  }
  .footer-info-links a {
    font-size: 10px;
    font-size: 0.6666666667rem;
    margin-left: 20px;
  }
  .footer-info-logo {
    margin-top: 30px;
    margin-right: 0;
    max-width: 139px;
  }
}
.footer-copy .copyright {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 600;
}
@media (max-width: 989px) {
  .footer-copy {
    margin-top: 10px;
    align-self: flex-end;
  }
}
@media (max-width: 767px) {
  .footer-copy {
    text-align: center;
    margin-top: 30px;
  }
  .footer-copy .copyright {
    line-height: 1;
    font-size: 10px;
    font-size: 0.6666666667rem;
  }
}
.footer-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 10;
  pointer-events: none;
}
.footer-pagetop a {
  text-indent: -9999px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
}
.footer-pagetop a::after {
  content: "";
  background: url(/common/img/icon-arrow-top_white.png) no-repeat center;
  background-size: 100% auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 16px;
}
.footer-pagetop a:hover::after {
  -webkit-animation: pagetop 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: pagetop 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.footer-pagetop.is-view {
  opacity: 1;
  pointer-events: all;
}
.footer-pagetop.is-absolute {
  position: absolute;
  bottom: 124px;
}
@media (max-width: 767px) {
  .footer-pagetop {
    right: 10px;
  }
  .footer-pagetop.is-absolute {
    bottom: 127px;
  }
}

@-webkit-keyframes pagetop {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  52% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pagetop {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  52% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* 
  wrapper
---------------------------------------------------------------------- */
#wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100%;
}

/* 
  main
---------------------------------------------------------------------- */
@media (max-width: 767px) {
  .main-container > .page-section {
    padding-top: 40px;
  }
}
.inner {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  max-width: 1220px;
  width: 100%;
}
@media (max-width: 767px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .inner.inner-expanded {
    padding-left: -20px;
    padding-right: -20px;
  }
}

/*
  fixed-bg
---------------------------------------------------------------------- */
.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fixed-bg > div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed-bg.top > div {
  background-image: url(/img/fixed-bg-01.jpg);
}
.fixed-bg.corporate-about > div {
  background-image: url(/img/fixed-bg-02.jpg);
}
.fixed-bg.corporate-policy > div {
  background-image: url(/img/fixed-bg-03.jpg);
}
.fixed-bg.top-en > div {
  background-image: url(/img/fixed-bg-04.jpg);
}
.fixed-bg.top-en > div::after {
  display: none;
}

/* 
  page
---------------------------------------------------------------------- */
.page-section {
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .page-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .page-section.pc-padding {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .page-section.pc-padding_none {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-section.pc-padding-top_none {
    padding-top: 0;
  }
  .page-section.pc-padding-bottom_none {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-section.sp-padding_none {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.page-section-block + * {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .page-section-block + * {
    margin-top: 40px;
  }
}
.page-section.add-pattern::after {
  content: "";
  pointer-events: none;
  background-image: url(/common/img/skk_bg-page.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 617px;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .page-section.add-pattern::after {
    width: 192px;
  }
}
.page-section.margin {
  margin-bottom: 27.7777777778%;
}
@media (max-width: 767px) {
  .page-section.margin {
    margin-bottom: 64%;
  }
}
.page-section.bg-white-light,
.page-section .page-section-inner.bg-white-light {
  background-color: rgba(255, 255, 255, 0.9);
}
.page-section.border_top {
  border-top: 1px solid #C6CCCF;
}
.page-section.gra-right {
  background: #0072BA;
  background: linear-gradient(to right, #0072BA 0%, #003F9D 100%);
}
.page-section-inner {
  margin-top: 100px;
  padding-top: 80px;
}
.page-section-inner:not(.border_none) {
  border-top: 1px solid #C6CCCF;
}
.page-section-inner.margin-top_none {
  margin-top: 0;
}
@media (min-width: 768px) {
  .page-section-inner.expand {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media (max-width: 767px) {
  .page-section-inner.expand {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.m-pamphlet + .page-section-inner.expand {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .m-pamphlet + .page-section-inner.expand {
    margin-top: 40px;
  }
}
.page-section-inner:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 767px) {
  .page-section-inner {
    margin-top: 40px;
    padding-top: 30px;
  }
  .page-section-inner.sp-border_none {
    border-top: none;
    margin-top: 0;
  }
}

/* overlay
---------------------------------------------------------------------- */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#overlay.is-active {
  opacity: 1;
  pointer-events: all;
}

/* アニメーション
---------------------------------------------------------------------- */
.m-fade-up {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}
body.is-loaded .is-active .m-fade-up, body.is-loaded .m-fade-up.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.m-fade-in {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
body.is-loaded .is-active .m-fade-in, body.is-loaded .m-fade-in.is-active {
  opacity: 1;
}

.m-anime-word {
  display: block;
}
.m-anime-word-line {
  overflow: hidden;
  display: block;
}
.m-anime-word-line > span {
  display: block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.is-loaded .is-active .m-anime-word-line > span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

body.is-loaded .is-active .delay01 {
  transition-delay: 0.1s;
}
body.is-loaded .is-active .delay02 {
  transition-delay: 0.2s;
}
body.is-loaded .is-active .delay03 {
  transition-delay: 0.3s;
}
body.is-loaded .is-active .delay04 {
  transition-delay: 0.4s;
}
body.is-loaded .is-active .delay05 {
  transition-delay: 0.5s;
}
body.is-loaded .is-active .delay06 {
  transition-delay: 0.6s;
}
body.is-loaded .is-active .delay07 {
  transition-delay: 0.7s;
}
body.is-loaded .is-active .delay08 {
  transition-delay: 0.8s;
}
body.is-loaded .is-active .delay09 {
  transition-delay: 0.9s;
}
body.is-loaded .is-active .delay10 {
  transition-delay: 1s;
}
body.is-loaded .is-active .delay11 {
  transition-delay: 1.1s;
}
body.is-loaded .is-active .delay12 {
  transition-delay: 1.2s;
}
body.is-loaded .is-active .delay13 {
  transition-delay: 1.3s;
}
body.is-loaded .is-active .delay14 {
  transition-delay: 1.4s;
}
body.is-loaded .is-active .delay15 {
  transition-delay: 1.5s;
}
body.is-loaded .is-active .delay16 {
  transition-delay: 1.6s;
}
body.is-loaded .is-active .delay17 {
  transition-delay: 1.7s;
}
body.is-loaded .is-active .delay18 {
  transition-delay: 1.8s;
}
body.is-loaded .is-active .delay19 {
  transition-delay: 1.9s;
}
body.is-loaded .is-active .delay20 {
  transition-delay: 2s;
}

/* head
---------------------------------------------------------------------- */
.m-head-01 {
  display: flex;
}
.m-head-01 .ttl {
  display: flex;
  align-items: baseline;
}
.m-head-01 .sub {
  margin-left: 20px;
  color: #003F9D;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 500;
}
.m-head-01 + * {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .m-head-01.mt-90_pc {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .m-head-01 .ttl {
    display: block;
  }
  .m-head-01 .ttl + * {
    margin-top: 30px;
  }
  .m-head-01 .sub {
    margin-left: 0;
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  .m-head-01 + * {
    margin-top: 30px;
  }
  .m-head-01.mt-60_sp {
    margin-top: 60px;
  }
}

.m-head-02 + * {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .m-head-02 + * {
    margin-top: 20px;
  }
}

/* title
---------------------------------------------------------------------- */
.page-ttl-01 {
  background-color: #ffffff;
  position: relative;
}
.page-ttl-01::after {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .page-ttl-01::after {
    top: -60px;
    height: 60px;
  }
}
.page-ttl-01 .content {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 180px;
}
.page-ttl-01 .content::after {
  content: "";
  background-color: #E1EFF7;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: width 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.is-loaded .page-ttl-01 .content::after {
  width: 100%;
}
@media (max-width: 767px) {
  .page-ttl-01 .content {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 120px;
  }
}
.page-ttl-01 .bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.page-ttl-01 .bg-inner {
  max-width: 445px;
}
@media (max-width: 767px) {
  .page-ttl-01 .bg-inner {
    max-width: 450px;
  }
}
.page-ttl-01 .bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .page-ttl-01 .bg {
    right: -270px;
  }
}
.page-ttl-01 .inner {
  position: relative;
  z-index: 1;
  height: 100%;
}
.page-ttl-01 .front {
  display: flex;
  align-items: center;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.45s;
}
body.is-loaded .page-ttl-01 .front {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 767px) {
  .page-ttl-01 .front {
    align-items: flex-start;
    padding: 5px 0;
  }
}
.page-ttl-01 .front > * {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .page-ttl-01 .front > * {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-ttl-01 .front .ttl {
  color: #003F9D;
  position: relative;
  font-size: 44px;
  font-size: 2.9333333333rem;
  line-height: 1.5;
  font-weight: 600;
  padding-bottom: 10px;
}
.page-ttl-01 .front .ttl::before {
  content: "";
  background-color: #EE1D23;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 2px;
  width: 40px;
}
@media (min-width: 768px) {
  .page-ttl-01 .front .ttl::before {
    width: 0;
    transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  }
  body.is-loaded .page-ttl-01 .front .ttl::before {
    width: 40px;
  }
}
.page-ttl-01 .front .ttl-sub {
  color: #003F9D;
  margin-left: 20px;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page-ttl-01 .front .ttl {
    font-size: 28px;
    font-size: 1.8666666667rem;
    font-weight: 700;
    padding-bottom: 6px;
  }
  .page-ttl-01 .front .ttl::before {
    width: 30px;
  }
  .page-ttl-01 .front .ttl-sub {
    margin-left: 0;
    margin-top: 10px;
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}

.m-ttl {
  position: relative;
  font-size: 32px;
  font-size: 2.1333333333rem;
  font-weight: 500;
  padding-bottom: 15px;
}
.m-ttl::after {
  content: "";
  background-color: #EE1D23;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 20px;
}
@media (min-width: 768px) {
  .m-ttl.margin-top {
    margin-top: 100px;
  }
}
.m-ttl.bottom-line-none::after {
  display: none;
}
.m-ttl-sub {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .m-ttl-sub {
    display: inline-block;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .m-ttl-sub {
    display: block;
    margin-top: 5px;
  }
}
.m-ttl + * {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .m-ttl {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
  .m-ttl + * {
    margin-top: 20px;
  }
}

.m-ttl-01 {
  color: #003F9D;
  position: relative;
  font-size: 40px;
  font-size: 2.6666666667rem;
  font-weight: 700;
  padding-bottom: 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .m-ttl-01.medium {
    font-size: 32px;
    font-size: 2.1333333333rem;
  }
}
.m-ttl-01::after {
  content: "";
  background-color: #EE1D23;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 32px;
}
.m-ttl-01 + * {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .m-ttl-01 {
    font-size: 26px;
    font-size: 1.7333333333rem;
  }
  .m-ttl-01 + * {
    margin-top: 15px;
  }
}

.m-ttl-02 {
  color: #212121;
  position: relative;
  font-size: 26px;
  font-size: 1.7333333333rem;
  font-weight: 500;
  padding-bottom: 20px;
}
.m-ttl-02.center::after {
  display: none;
}
.m-ttl-02::after {
  content: "";
  background-color: #EE1D23;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 20px;
}
.m-ttl-02 + * {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .m-ttl-02.margin-top {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .m-ttl-02 {
    font-size: 20px;
    font-size: 1.3333333333rem;
    padding-bottom: 10px;
  }
  .m-ttl-02 + * {
    margin-top: 20px;
  }
}

.m-ttl-03 {
  border-radius: 4px;
  background: #E9F1FF;
  background: linear-gradient(to right, #E9F1FF 0%, #ACD5F0 100%);
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 16px 20px;
}
.m-ttl-03 + * {
  margin-top: 40px;
}
.m-ttl-03.margin {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .m-ttl-03 {
    padding: 10px;
  }
  .m-ttl-03 + * {
    margin-top: 20px;
  }
  .m-ttl-03.margin {
    margin-top: 40px;
  }
}

.m-subttl-01 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
}
.m-subttl-01 + * {
  margin-top: 40px;
}
.m-subttl-01.margin_small + * {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .m-subttl-01 {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  .m-subttl-01 + * {
    margin-top: 20px;
  }
}

/* パンくず
---------------------------------------------------------------------- */
.page-breadcrumb {
  background-color: rgba(0, 114, 186, 0.06);
  padding-left: 30px;
}
.page-breadcrumb-list {
  padding: 3px 0 6px;
}
.page-breadcrumb-item {
  display: inline;
  position: relative;
}
.page-breadcrumb-item > * {
  font-size: 12px;
  font-size: 0.8rem;
  color: #212121;
}
.page-breadcrumb-item a {
  color: #999999;
  text-decoration: none;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .page-breadcrumb-item a:hover {
    text-decoration: underline;
  }
}
.page-breadcrumb-item + * {
  padding-left: 16px;
  margin-left: 6px;
}
.page-breadcrumb-item + *:before {
  content: "";
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .page-breadcrumb {
    padding-left: 20px;
    overflow: hidden;
    width: 100%;
    height: 30px;
  }
  .page-breadcrumb-list {
    padding: 3px 20px 6px 0;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
}

/* m-txt
---------------------------------------------------------------------- */
.m-txt-01 {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 2;
  font-weight: 400;
}
.m-txt-01 + * {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .m-txt-01 + * {
    margin-top: 30px;
  }
}

p:not([class]),
.m-txt-02 {
  font-size: 16px;
  font-size: 1.0666666667rem;
  line-height: 2;
  font-weight: 400;
}
p:not([class]) + *,
.m-txt-02 + * {
  margin-top: 40px;
}
p:not([class]).bold,
.m-txt-02.bold {
  line-height: 1.5;
  display: block;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 700;
}
p:not([class]).bold + *,
.m-txt-02.bold + * {
  margin-top: 20px;
}
@media (max-width: 767px) {
  p:not([class]) + *,
  .m-txt-02 + * {
    margin-top: 30px;
  }
  p:not([class]).bold,
  .m-txt-02.bold {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  p:not([class]).bold + *,
  .m-txt-02.bold + * {
    margin-top: 10px;
  }
}
p:not([class]) + *.mt-0,
.m-txt-02 + *.mt-0 {
  margin-top: 0;
}

.m-txt-03 {
  font-size: 20px;
  font-size: 1.3333333333rem;
  line-height: 2;
  font-weight: 500;
}
.m-txt-03 + * {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .m-txt-03 + * {
    margin-top: 20px;
  }
}

.m-txt-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* テキストリンク
---------------------------------------------------------------------- */
.m-txt-link {
  text-decoration: none;
  color: #112D57;
  display: inline-block;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
}
.m-txt-link.large {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
.m-txt-link:hover {
  opacity: 0.7;
}

/* 画像
---------------------------------------------------------------------- */
.m-images {
  display: flex;
  justify-content: center;
  margin-left: -40px;
  margin-bottom: -20px;
}
.m-images + * {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .m-images {
    margin-left: 0;
    margin-bottom: -20px;
  }
  .m-images.sp-column {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .m-images + * {
    margin-top: 40px;
  }
}
.m-images img {
  width: 100%;
}
.m-images-item {
  margin-left: 40px;
  margin-bottom: 20px;
}
.m-images-item .cap {
  margin-top: 18px;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
}
.m-images-item .cap .bold {
  font-weight: 700;
}
.m-images-item .cap .bold + * {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .m-images-item {
    margin-left: 0;
  }
}
.m-images-item.m-images-item--size-m {
  max-width: 900px;
}

/* パネルリスト
---------------------------------------------------------------------- */
.m-panel-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1px;
  margin-bottom: -1px;
}
.m-panel-list-item {
  text-decoration: none;
  overflow: hidden;
  position: relative;
  display: block;
  color: #ffffff;
  margin-left: 1px;
  margin-bottom: 1px;
  display: flex;
  flex-direction: column;
  padding: 30px 3.4393809114% 55px;
  width: 33.1615120275%;
  max-width: 386px;
}
@media (min-width: 768px) {
  .-col4 .m-panel-list-item {
    padding: 30px 1.7196904557% 40px;
    width: 24.8281786942%;
    max-width: 289px;
  }
}
.m-panel-list-item::before, .m-panel-list-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.m-panel-list-item::before {
  background: #0072BA;
  background: linear-gradient(135deg, #0072BA 0%, #003F9D 100%);
  z-index: -1;
}
.m-panel-list-item::after {
  background: #003F9D;
  background: linear-gradient(135deg, #003F9D 0%, #0072BA 100%);
  z-index: -2;
}
.m-panel-list-item .img {
  text-align: center;
  margin-bottom: 30px;
}
.m-panel-list-item .img img {
  width: 100px;
}
.m-panel-list-item .ttl {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 500;
}
.m-panel-list-item .ttl + * {
  margin-top: 8px;
}
.m-panel-list-item .sub {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 1.8;
  font-weight: 400;
}
.m-panel-list-item .more {
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 700;
  position: absolute;
  bottom: 15px;
  right: 20px;
}
@media (min-width: 768px) {
  .m-panel-list-item .link-obj {
    position: absolute;
    left: 6.71969%;
    bottom: 12px;
    width: calc(100% - 90px);
  }
}
.m-panel-list-item .link-obj a {
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 1.8;
  font-weight: 400;
  color: #ffffff;
  text-decoration: underline;
}
.m-panel-list-item .link-obj a:hover {
  text-decoration: none;
}
.m-panel-list-item:hover::before {
  opacity: 0;
}
@media (max-width: 767px) {
  .m-panel-list-item {
    padding: 30px 2.6666666667% 55px;
    width: 49.5548961424%;
    max-width: 386px;
  }
  .m-panel-list-item .img {
    margin-bottom: 15px;
  }
  .m-panel-list-item .img img {
    width: 80px;
  }
  .m-panel-list-item .ttl {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  .m-panel-list-item .ttl + * {
    margin-top: 10px;
  }
  .m-panel-list-item .sub {
    font-size: 10px;
    font-size: 0.6666666667rem;
  }
  .m-panel-list-item .more {
    font-size: 11px;
    font-size: 0.7333333333rem;
    bottom: 10px;
    right: 10px;
  }
  .m-panel-list-item .link-obj {
    margin-top: 50px;
  }
  .m-panel-list-item .link-obj a {
    font-size: 10px;
    font-size: 0.6666666667rem;
  }
  .m-panel-list-item.--link-obj {
    padding-bottom: 10px;
  }
  .m-panel-list-item.--link-obj .more {
    bottom: 40px;
  }
}

.m-card-list2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -40px;
}
@media (max-width: 767px) {
  .m-card-list2 {
    margin-left: -5px;
    margin-bottom: -10px;
  }
}

.m-card-item2 {
  padding-left: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .m-card-item2 {
    width: 33.33%;
  }
}
.m-card-item2 a {
  border: 1px solid #E1E4E6;
  background-color: #ffffff;
  display: block;
  text-decoration: none;
  position: relative;
  height: 100%;
  transition: box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 768px) {
  .m-card-item2 a:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  }
  .m-card-item2 a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.m-card-item2 .head {
  display: flex;
  flex-direction: column-reverse;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
}
.m-card-item2 .img {
  overflow: hidden;
}
.m-card-item2 .img img {
  -webkit-transform: scale(1.000001);
  transform: scale(1.000001);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
  width: 100%;
}
.m-card-item2 .img-label {
  align-self: flex-start;
  background-color: #003F9D;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
  padding: 8px 12px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.m-card-item2 .img-label + .img {
  margin-bottom: -20px;
}
.m-card-item2 .body {
  padding: 20px 20px 60px;
}
.m-card-item2 .text {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 1.8;
}
.m-card-item2 .more {
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .m-card-item2 {
    width: 50%;
    padding-left: 5px;
    padding-bottom: 10px;
  }
  .m-card-item2 .img-label {
    font-size: 13px;
    font-size: 0.8666666667rem;
    padding: 4px 9px;
    max-width: 90%;
  }
  .m-card-item2 .img-label + .img {
    margin-bottom: -14px;
  }
  .m-card-item2 .body {
    padding: 10px 10px 35px;
  }
  .m-card-item2 .text {
    font-size: 10px;
    font-size: 0.6666666667rem;
  }
  .m-card-item2 .more {
    right: 10px;
    bottom: 10px;
    font-size: 11px;
    font-size: 0.7333333333rem;
  }
}

/* タイル ( TOP : Technology )
---------------------------------------------------------------------- */
.m-tile-wrap {
  display: flex;
  margin-left: -2px;
}

.m-tile {
  border-left: 2px solid #ffffff;
}
.m-tile a,
.m-tile .m-tile-in {
  outline: none;
  text-decoration: none;
  display: block;
  position: relative;
  color: #ffffff;
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-tile .img {
  height: 100%;
}
.m-tile .img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.m-tile .detail {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  width: 100%;
  z-index: 2;
}
.m-tile .detail::before {
  content: "";
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}
.m-tile .detail::after {
  content: "";
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}
.m-tile .detail-dark::after {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.m-tile .detail .ttl {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 500;
}
.m-tile .detail .text {
  margin-top: 6px;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 500;
}
.m-tile .detail .copy {
  text-align: left;
  display: block;
  margin-top: 6px;
  margin-left: -14px;
  margin-bottom: -14px;
  font-size: 10px;
  font-size: 0.6666666667rem;
  font-weight: 400;
}
.m-tile .m-tile-in .detail::before {
  opacity: 1;
}
.m-tile .m-tile-in .detail::after {
  opacity: 0;
}
@media (max-width: 767px) {
  .m-tile .detail {
    padding: 10px;
  }
  .m-tile .detail .ttl {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
  .m-tile .detail .text {
    margin-top: 4px;
    font-size: 10px;
    font-size: 0.6666666667rem;
  }
  .m-tile .detail .copy {
    margin-left: -7px;
    margin-bottom: -7px;
    margin-top: 4px;
  }
}
@media (min-width: 768px) {
  .m-tile a:hover .img::after {
    opacity: 0;
  }
  .m-tile a:hover .detail::before {
    opacity: 1;
  }
}

/* カード ( TOP : Sustainability )
---------------------------------------------------------------------- */
.m-card-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -40px;
}
.m-card-list > * {
  width: 50%;
  padding-left: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .m-card-list {
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 0;
  }
  .m-card-list > * {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
  .m-card-list > * + * {
    margin-top: 10px;
  }
}

.m-card {
  border: 1px solid #E1E4E6;
  background-color: #ffffff;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 40px 7.1428571429%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-card-row {
  display: flex;
  margin-left: -30px;
}
.m-card-row.align-center {
  align-items: center;
}
.m-card-row > * {
  padding-left: 30px;
}
.m-card .img {
  flex-shrink: 0;
  width: 42.125984252%;
  min-width: 90px;
  height: 103px;
}
.m-card .img img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
}
.m-card .info .ttl {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
}
.m-card .info .ttl + * {
  margin-top: 8px;
}
.m-card .info .text {
  line-height: 1.78;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
}
.m-card .more {
  color: #003F9D;
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 700;
}
.m-card:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .m-card {
    padding: 20px 20px 35px;
    height: auto;
  }
  .m-card-row {
    margin-left: -20px;
  }
  .m-card-row > * {
    padding-left: 20px;
  }
  .m-card .img {
    margin-top: 10px;
    width: 35.2941176471%;
    height: 19.6078431373%;
    min-width: 90px;
    min-height: 50px;
  }
  .m-card .info .ttl {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
  .m-card .info .ttl + * {
    margin-top: 6px;
  }
  .m-card .info .text {
    font-size: 10px;
    font-size: 0.6666666667rem;
    line-height: 1.8;
  }
  .m-card .more {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 11px;
    font-size: 0.7333333333rem;
  }
}

/* アイコン
---------------------------------------------------------------------- */
.m-icon {
  text-decoration: none;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.m-icon:not(.icon-arrow-down)::after {
  -webkit-animation: arrow-return 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: arrow-return 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.m-icon::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.m-icon.icon-blank-dark::after {
  background-image: url(/common/img/icon-blank_dark.png);
  background-size: 10px auto;
  width: 10px;
  height: 8px;
}
.m-icon.icon-blank-white::after {
  background-image: url(/common/img/icon-blank_white.png);
  background-size: 10px auto;
  width: 10px;
  height: 8px;
}
.m-icon.icon-blank-navy::after {
  background-image: url(/common/img/icon-blank_navy.png);
  background-size: 10px auto;
  width: 10px;
  height: 8px;
}
.m-icon.icon-arrow-white {
  color: #ffffff;
}
.m-icon.icon-arrow-white::after {
  background-image: url(/common/img/icon-arrow-right_white.png);
  background-size: 10px auto;
  width: 10px;
  height: 11px;
}
.m-icon.icon-arrow-blue {
  color: #003F9D;
}
.m-icon.icon-arrow-blue::after {
  background-image: url(/common/img/icon-arrow-right_blue.png);
  background-size: 10px auto;
  width: 10px;
  height: 11px;
}
.m-icon.icon-arrow-down::after {
  background-image: url(/common/img/icon-arrow-down_blue.png);
  background-size: 15px auto;
  width: 15px;
  height: 15px;
  -webkit-animation: arrow-top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: arrow-top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.m-icon-wrap:hover .m-icon:not([class*=icon-blank])::after, .m-icon:not([class*=icon-blank]):hover::after {
  -webkit-animation: arrow-go 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: arrow-go 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.m-icon-wrap:hover .m-icon.icon-arrow-down:not([class*=icon-blank])::after, .m-icon.icon-arrow-down:not([class*=icon-blank]):hover::after {
  -webkit-animation: arrow-down 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: arrow-down 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.m-icon-pdf {
  display: inline-block;
  padding-right: 40px;
  position: relative;
}
.m-icon-pdf::after {
  content: "";
  background: url(/common/img/icon-pdf.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
}

/* ボタン
---------------------------------------------------------------------- */
.m-btn-wrap {
  margin-top: 60px;
}
.m-btn-wrap.margin_small {
  margin-top: 40px;
}
.m-btn-wrap.margin_large {
  margin-top: 80px;
}
.m-btn-wrap + * {
  margin-top: 120px;
}
.m-btn-wrap > * {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .m-btn-wrap {
    margin-top: 30px;
  }
  .m-btn-wrap.margin_small {
    margin-top: 20px;
  }
  .m-btn-wrap.margin_large {
    margin-top: 40px;
  }
  .m-btn-wrap + * {
    margin-top: 40px;
  }
}

.m-btn {
  cursor: pointer;
  border-radius: 30px;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 500;
  padding: 15px 40px;
  min-width: 200px;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.m-btn.large {
  max-width: 320px;
}
.m-btn::before, .m-btn::after {
  content: "";
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.m-btn::before {
  background: #0072BA;
  background: linear-gradient(to right, #0072BA 0%, #003F9D 100%);
  z-index: -1;
}
.m-btn::after {
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  z-index: -2;
}
.m-btn span,
.m-btn button {
  display: block;
}
.m-btn span::after,
.m-btn button::after {
  content: "";
  background: url(/common/img/icon-arrow-right_white.png) no-repeat center;
  background-size: 100% auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 14px;
  -webkit-animation: arrow-return 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: arrow-return 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.m-btn.back-top {
  padding: 15px 30px 15px 55px;
}
.m-btn.back-top span::after,
.m-btn.back-top button::after {
  background-image: url(/common/img/icon-arrow-left_white.png);
  background-size: 100% auto;
  left: 30px;
  right: auto;
  width: 13px;
  height: 14px;
  -webkit-animation: arrow-return 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: arrow-return 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.m-btn.link-blank span::after,
.m-btn.link-blank button::after {
  content: "";
  background: url(/common/img/icon-blank_white.png) no-repeat center;
  background-size: 15px auto;
  width: 15px;
  height: 12px;
}
.m-btn:not([class*=icon-blank]):hover {
  color: #003F9D;
}
.m-btn:not([class*=icon-blank]):hover::before {
  opacity: 0;
}
.m-btn:not([class*=icon-blank]):hover::after {
  border-color: #003F9D;
}
.m-btn:not([class*=icon-blank]):hover span::after,
.m-btn:not([class*=icon-blank]):hover button::after {
  background-image: url(/common/img/icon-arrow-right_blue.png);
  -webkit-animation: arrow-go 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: arrow-go 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.m-btn:not([class*=icon-blank]):hover.back-top span::after,
.m-btn:not([class*=icon-blank]):hover.back-top button::after {
  background-image: url(/common/img/icon-arrow-left_blue.png);
  -webkit-animation: arrow-go-back 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: arrow-go-back 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.m-btn:not([class*=icon-blank]):hover.link-blank span::after,
.m-btn:not([class*=icon-blank]):hover.link-blank button::after {
  background-image: url(/common/img/icon-blank_navy.png);
  -webkit-animation: arrow-go 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: arrow-go 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@-webkit-keyframes arrow-go {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes arrow-go {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes arrow-go-back {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arrow-go-back {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes arrow-return {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arrow-return {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes arrow-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes arrow-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes arrow-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes arrow-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* モーダル フレーム [works]
---------------------------------------------------------------------- */
.works-pickup-frame {
  display: flex;
  align-items: center;
  margin-left: -40px;
}
.works-pickup-frame > div {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .works-pickup-frame {
    flex-direction: column;
    margin-left: 0;
  }
  .works-pickup-frame > div {
    padding-left: 0;
  }
}
.works-pickup-frame-img {
  position: relative;
  flex-shrink: 0;
  max-width: 510px;
  width: 100%;
  height: 100%;
}
.works-pickup-frame-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.works-pickup-frame-img .copy {
  position: absolute;
  bottom: -20px;
  right: 0;
  display: block;
  font-size: 10px;
  font-size: 0.6666666667rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .works-pickup-frame-img {
    margin: 0 auto;
    max-width: 510px;
  }
  .works-pickup-frame-img .copy {
    bottom: -17px;
  }
}
.works-pickup-frame-main .ttl {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: 500;
}
.works-pickup-frame-main .ttl + * {
  margin-top: 22px;
}
.works-pickup-frame-main .sub {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 400;
}
.works-pickup-frame-main .info {
  margin-top: 20px;
}
.works-pickup-frame-main .info dl {
  display: flex;
}
.works-pickup-frame-main .info dt,
.works-pickup-frame-main .info dd {
  line-height: 2;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
}
.works-pickup-frame-main .info dt {
  flex-shrink: 0;
  width: 90px;
  display: flex;
  margin-right: 10px;
}
.works-pickup-frame-main .info dt::after {
  content: "：";
  display: inline-block;
  margin-left: auto;
}
@media (max-width: 767px) {
  .works-pickup-frame-main {
    margin-top: 40px;
    width: 100%;
  }
  .works-pickup-frame-main .ttl {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  .works-pickup-frame-main .ttl + * {
    margin-top: 20px;
  }
}

/* 動画アイテム
---------------------------------------------------------------------- */
.m-video-block {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .m-video-block {
    margin-top: 20px;
  }
}
.m-video-block-main {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-left: -40px;
}
@media (max-width: 767px) {
  .m-video-block-main {
    display: block;
    margin-left: auto;
    max-width: 560px;
  }
}
.m-video-block-main > * {
  width: 50%;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .m-video-block-main > * {
    padding-left: 0;
    width: 100%;
  }
  .m-video-block-main > * + * {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .m-video-block-main.is-single > * {
    width: min(800px, 68.9656%);
  }
}
.m-video-block-bg {
  margin-top: -200px;
  position: relative;
  height: 260px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .m-video-block-bg.is-size--small {
    margin-top: -260px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .m-video-block-bg.is-size--small {
    margin-top: max(-111vw, -590px);
    height: 121.6vw;
  }
}
@media (min-width: 768px) {
  .m-video-block-bg.is-size--small2 {
    margin-top: -260px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .m-video-block-bg.is-size--small2 {
    margin-top: max(-40vw, -250px);
    height: 47.4666666667vw;
  }
}
@media (min-width: 768px) {
  .m-video-block-bg.is-size--medium {
    margin-top: -335px;
    height: 395px;
  }
}
.m-video-block-bg::after {
  content: "";
  background-color: rgba(0, 63, 157, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-video-block-bg img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .m-video-block-bg {
    margin: -28.8vw -20px 0;
    height: 39.4666666667vw;
  }
}

.m-video-frame {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.4);
  background-color: #000000;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.m-video-frame > * {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.m-video-frame::before, .m-video-frame::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.m-video-frame::before {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  width: 60px;
  height: 60px;
}
.m-video-frame::after {
  background: url(/common/img/icon-caret-right_white.png) no-repeat center;
  background-size: 10px auto;
  width: 10px;
  height: 12px;
}
.m-video-frame > div::after {
  border-radius: 50%;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  opacity: 0;
}
.m-video-frame > iframe {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.m-video-frame img {
  width: 100%;
}
.m-video-frame-caption {
  text-align: center;
  display: block;
  color: #ffffff;
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 1.7;
}
.m-video-frame.is-play > iframe {
  opacity: 1;
}
.m-video-frame.is-play::before, .m-video-frame.is-play::after {
  opacity: 0;
  pointer-events: none;
}
.m-video-frame:hover > div::after {
  -webkit-animation: wavelength 0.8s ease-out;
  animation: wavelength 0.8s ease-out;
}

@-webkit-keyframes wavelength {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@keyframes wavelength {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
/* テーブル
---------------------------------------------------------------------- */
.m-table {
  width: 100%;
}
.m-table + * {
  margin-top: 60px;
}
.m-table th,
.m-table td {
  border-top: 1px solid #E1E4E6;
  border-bottom: 1px solid #E1E4E6;
  line-height: 2;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  vertical-align: top;
  padding: 20px;
  text-align: left;
}
.m-table th {
  background-color: #F0F7FB;
  font-weight: 700;
  width: 240px;
}
.m-table td {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .m-table + * {
    margin-top: 40px;
  }
  .m-table tr,
  .m-table th,
  .m-table td {
    display: block !important;
  }
  .m-table th {
    border-bottom: none;
    padding: 1px 10px;
    width: auto;
  }
  .m-table td {
    border-top: none;
    border-bottom: none;
    padding: 1px 10px 20px;
  }
  .m-table tr:last-child td {
    border-bottom: 1px solid #E1E4E6;
  }
}

/* ページ コンテンツタイトル
---------------------------------------------------------------------- */
.m-page-head {
  background: #0072BA;
  background: linear-gradient(to right, #0072BA 0%, #003F9D 100%);
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  z-index: 2;
}
@media (max-width: 767px) {
  .m-page-head {
    min-height: 279px;
  }
}
.m-page-head *:not(.m-btn):not(span) {
  color: #ffffff;
}
.m-page-head .m-txt-01,
.m-page-head .m-txt-02 {
  margin-top: 0;
}

/* ローカルメニュー
---------------------------------------------------------------------- */
.m-localnav {
  background-color: #ffffff;
  padding-top: 1px;
  padding-bottom: 160px;
}
.page-section .m-localnav {
  background-color: transparent;
}
@media (max-width: 767px) {
  .m-localnav {
    padding-bottom: 40px;
  }
}
.m-localnav-content {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .m-localnav-content {
    margin-top: 40px;
  }
}
.m-localnav-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .m-localnav-list {
    flex-direction: column;
    margin-left: 0;
    margin-bottom: -10px;
  }
}
.m-localnav-item {
  padding-left: 40px;
  padding-bottom: 20px;
  width: 50%;
}
@media (max-width: 767px) {
  .m-localnav-item {
    padding-left: 0;
    padding-bottom: 10px;
    width: 100%;
  }
}
.m-localnav-item a {
  background-color: #ffffff;
  text-decoration: none;
  border: 1px solid #E1E4E6;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 80px 20px 20px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-localnav-item a::after {
  content: "";
  box-sizing: content-box;
  border: 2px solid transparent;
  position: absolute;
  top: -1px;
  left: -1px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 768px) {
  .m-localnav-item a:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  }
}
.m-localnav-item a.is-current {
  pointer-events: none;
  color: #003F9D;
}
.m-localnav-item a.is-current .more {
  display: none;
}
.m-localnav-item a.is-current::after {
  border-color: #003F9D;
}
@media (max-width: 767px) {
  .m-localnav-item a {
    padding: 10px 70px 10px 10px;
  }
}
.m-localnav-item .img {
  position: relative;
  z-index: 2;
  height: 67px;
  width: 26%;
}
.m-localnav-item .img::before {
  content: "";
  background: #0072BA;
  background: linear-gradient(to right, #0072BA 0%, #003F9D 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.m-localnav-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 center;
}
.m-localnav-item .img.img-pos-1 img {
  object-position: -40px center;
}
@media (max-width: 767px) {
  .m-localnav-item .img.img-pos-1 img {
    object-position: -20px center;
  }
}
.m-localnav-item .img.img-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 67px;
}
.m-localnav-item .img.img-icon img {
  width: 50px;
  height: 50px;
}
.m-localnav-item .ttl {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 500;
  margin-left: 20px;
  flex: 1;
}
.m-localnav-item .more {
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .m-localnav-item .img {
    height: 34px;
    width: 60px;
  }
  .m-localnav-item .img.img-icon {
    width: 34px;
    height: 34px;
  }
  .m-localnav-item .img.img-icon img {
    width: 30px;
    height: 30px;
  }
  .m-localnav-item .ttl {
    font-size: 12px;
    font-size: 0.8rem;
    margin-left: 14px;
  }
  .m-localnav-item .more {
    font-size: 11px;
    font-size: 0.7333333333rem;
    margin-top: -5px;
  }
}

/* アンカースクロールメニュー
---------------------------------------------------------------------- */
.m-anchor-wrap {
  display: flex;
  align-items: center;
  position: relative;
  height: 340px;
}
@media (max-width: 767px) {
  .m-anchor-wrap {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.m-anchor-wrap .main {
  position: relative;
  z-index: 1;
  width: 100%;
}
.m-anchor-wrap .main .ttl {
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  font-size: 1.7333333333rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .m-anchor-wrap .main .ttl {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.m-anchor-wrap .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.m-anchor-wrap .bg-inner {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.m-anchor-wrap .bg-inner::before {
  content: "";
  background-color: rgba(0, 63, 157, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-anchor-wrap .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.m-anchor-list {
  border-left: 1px solid #E1E4E6;
  border-top: 1px solid #E1E4E6;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.m-anchor-list.left-align {
  text-align: left;
}
.m-anchor-list + * {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .m-anchor-list + * {
    margin-top: 40px;
  }
}
.m-anchor-item {
  border-right: 1px solid #E1E4E6;
  border-bottom: 1px solid #E1E4E6;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  width: 25%;
}
@media (min-width: 768px) {
  .m-anchor-item.col-2 {
    width: 50%;
  }
  .m-anchor-item.col-3 {
    width: 33.33%;
  }
}
.m-anchor-item a {
  display: block;
  font-size: 14px;
  font-size: 0.9333333333rem;
  padding: 15px 30px 15px 20px;
  width: 100%;
}
.left-align .m-anchor-item a {
  padding-left: 15px;
}
.m-anchor-item a::after {
  right: 15px;
}
@media (max-width: 767px) {
  .m-anchor-item {
    width: 50%;
  }
  .m-anchor-item a {
    font-size: 12px;
    font-size: 0.8rem;
    padding: 15px 30px 15px 10px;
  }
  .m-anchor-item a::after {
    right: 10px;
  }
}
.bgcolnone .m-anchor-item {
  background-color: transparent;
}
.bgcolnone .m-anchor-item a {
  color: #ffffff;
}
.bgcolnone .m-anchor-item a::after {
  background-image: url(/common/img/icon-arrow-down_white.png);
}
.m-anchor-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.m-anchor-list2 + * {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .m-anchor-list2 + * {
    margin-top: 40px;
  }
}
.m-anchor-item2 {
  border-right: 1px solid #E1E4E6;
  border-bottom: 1px solid #E1E4E6;
  border-left: 1px solid #E1E4E6;
  border-top: 1px solid #E1E4E6;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  text-align: center;
  width: 48%;
}
.m-anchor-item2 a {
  display: block;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 500;
  padding: 15px 30px 15px 20px;
  width: 100%;
  color: #003F9D;
}
.m-anchor-item2 a::after {
  right: 15px;
}
@media (max-width: 767px) {
  .m-anchor-item2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .m-anchor-item2 a {
    font-size: 14px;
    font-size: 0.9333333333rem;
    padding: 15px 30px 15px 10px;
  }
  .m-anchor-item2 a::after {
    right: 10px;
  }
}

/* m-pamphlet
---------------------------------------------------------------------- */
.m-pamphlet {
  background: #E9F1FF;
  background: linear-gradient(to right, #E9F1FF 0%, #64FFDA 100%);
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 5.1724137931%;
}
.m-pamphlet + * {
  margin-top: 60px;
}
.m-pamphlet::after {
  content: "";
  background: url(/img/pamphlet_bg.png) no-repeat center 0;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 429px;
  height: 100%;
}
@media (max-width: 767px) {
  .m-pamphlet {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 30px 20px 40px;
  }
  .m-pamphlet + * {
    margin-top: 40px;
  }
  .m-pamphlet::after {
    content: "";
    background-image: url(/img/pamphlet_bg_sp.png);
    width: 100%;
  }
}
.m-pamphlet .img {
  flex-shrink: 0;
  margin-right: 40px;
  text-align: center;
  height: 180px;
  width: 127px;
}
.m-pamphlet .img img {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  object-fit: cover;
  height: 100%;
}
@media (max-width: 767px) {
  .m-pamphlet .img {
    margin-right: 0;
    margin-bottom: 20px;
    height: 100px;
    width: 71px;
  }
}
.m-pamphlet .ttl {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 2;
}
.m-pamphlet .ttl strong {
  color: #003F9D;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.6rem;
  line-height: 1.67;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 767px) {
  .m-pamphlet .ttl strong {
    font-size: 18px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}
.m-pamphlet .btn {
  margin-left: auto;
}
.m-pamphlet .btn a {
  padding: 15px 56px 15px 30px;
  font-size: 18px;
  font-size: 1.2rem;
  width: auto;
}
.m-pamphlet .btn a span::after {
  right: 30px;
}
@media (max-width: 767px) {
  .m-pamphlet .btn {
    margin-top: 20px;
    margin-right: auto;
  }
  .m-pamphlet .btn a {
    padding: 15px 56px 15px 30px;
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: 500;
  }
  .m-pamphlet .btn a span::after {
    right: 30px;
  }
}

/* モーダルメニュー
---------------------------------------------------------------------- */
.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
#modal-export.is-active .m-modal {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.m-modal-inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column-reverse;
  width: 100%;
  max-width: 1040px;
  padding: 0 30px;
  margin: auto;
  height: 100%;
  position: relative;
}
.m-modal-content {
  overflow-y: auto;
  overflow-x: hidden;
  background: url(/common/img/skk_bg-page.png) no-repeat 0 0;
  background-size: 100% auto;
  background-color: #ffffff;
  padding: 40px;
  max-height: 550px;
  width: 100%;
}
@media (max-width: 767px) {
  .m-modal-content {
    padding: 20px;
    max-height: 100%;
    height: calc(100vh - 100px);
  }
}
.m-modal-close {
  margin-bottom: 15px;
  width: 31px;
  height: 31px;
}
.m-modal-close a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.m-modal-close a::before, .m-modal-close a::after {
  content: "";
  position: absolute;
  top: 15px;
  width: 100%;
  height: 100%;
}
.m-modal-close a::before {
  border-top: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -5px;
}
.m-modal-close a::after {
  border-top: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 15px;
}
.m-modal-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 101;
}
.is-active .m-modal-overlay {
  opacity: 1;
}

.js-slide-01 {
  display: none;
}
.js-slide-01.slick-initialized {
  display: block;
}
.js-slide-arrow {
  pointer-events: visible;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.js-slide-arrow::after {
  content: "";
  background-position: center;
  background-size: 14px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 13px;
}
.js-slide-arrow.prev {
  left: 90px;
}
.js-slide-arrow.prev::after {
  background-image: url(/common/img/icon-arrow-left_blue.png);
}
.js-slide-arrow.next {
  right: 90px;
}
.js-slide-arrow.next::after {
  background-image: url(/common/img/icon-arrow-right_blue.png);
}
@media (max-width: 767px) {
  .js-slide-arrow {
    border-radius: 50%;
    border: 1px solid #212121;
    width: 32px;
    height: 32px;
    top: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .js-slide-arrow::after {
    background-size: 10px auto;
    width: 10px;
    height: 11px;
  }
  .js-slide-arrow.prev {
    left: 25%;
  }
  .js-slide-arrow.prev::after {
    background-image: url(/common/img/icon-arrow-left_dark.png);
  }
  .js-slide-arrow.next {
    right: 25%;
  }
  .js-slide-arrow.next::after {
    background-image: url(/common/img/icon-arrow-right_dark.png);
  }
}
.js-slide-paging {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.js-slide-paging > p {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
}
.js-slide-paging * + .total {
  position: relative;
}
.js-slide-paging * + .total::before {
  content: "/";
  display: inline;
  margin: 0 7px 0 10px;
}
@media (max-width: 767px) {
  .js-slide-paging {
    margin-top: -30px;
    margin-bottom: 10px;
  }
}

/*
  loading
---------------------------------------------------------------------- */
.loading {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.7s ease;
  z-index: 1000;
}
.is-loaded .loading {
  opacity: 0;
  pointer-events: none;
}
.loading-spinner > div {
  width: 14px;
  height: 14px;
  background-color: #003F9D;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: anime-bounce 1.4s infinite ease-in-out both;
  animation: anime-bounce 1.4s infinite ease-in-out both;
}
.loading-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes anime-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes anime-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/**
* grecaptcha-badge
*/
.grecaptcha-badge {
  z-index: 20;
  bottom: 86px !important;
}