@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

/* ------------------------------
 * 共通スタイル
 * ----------------------------- */
/*inview アニメーション*/
.inview {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: .6s;
  transition-delay: .5s;
  transition-timing-function: ease;
  transition-property: opacity, transform;
}

.inview.is-active {
  opacity: 1;
  transform: translate(0);
}

.inview.is-active .inview__item {
  opacity: 1;
}

.inview__item {
  opacity: 0;
  transition-duration: .6s;
  transition-delay: .5s;
  transition-timing-function: ease;
  transition-property: opacity, transform;
}

.inview__item--01 {
  transition-delay: 1.2s;
}

.inview__item--02 {
  transition-delay: 1.8s;
}

.inview__item--03 {
  transition-delay: 2.4s;
}

.inview__item--04 {
  transition-delay: 3.0s;
}

.inview--text {
  transition-delay: .2s;
}

.inview--slide.is-active .inview__item {
  opacity: 1;
}

.inview--slide.is-active .inview__item::before {
  width: 0;
}

.inview--slide .inview__item--01 {
  transition-delay: 0;
}

.inview--slide .inview__item--01::before {
  transition-duration: 1s;
  transition-delay: 1.2s;
  transition-timing-function: ease;
  transition-property: width;
}

.inview--slide .inview__item--02 {
  transition-delay: 2.4s;
}

.inview--slide .inview__item--03 {
  transition-delay: 3.0s;
}

.inview--slide .inview__item--04 {
  transition-delay: 3.6s;
}

/* ------------------------------
 * ユーティリティ
 * ----------------------------- */
/* 非表示 */
.hide {
  display: none;
}

@media screen and (min-width: 1280px) {
  .hide-xl {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .hide-lgOver {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .hide-lg {
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .hide-lgUnder {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hide-mdOver {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hide-md {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .hide-mdUnder {
    display: none;
  }
}

@media screen and (min-width: 375px) {
  .hide-smOver {
    display: none;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .hide-sm {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hide-smUnder {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .hide-xs {
    display: none;
  }
}

/* ------------------------------
 * Browser Default Style Reset
 * ----------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strong, sub, sup, var, mark,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  border: none;
  padding: 0;
  background: transparent;
  font-size: 100%;
  font-weight: 500;
  font-style: normal;
  vertical-align: baseline;
  outline: 0;
}

html, body {
  font-size: 62.5%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "YuGothic", "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0E065E;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-feature-settings: "palt";
  overflow-wrap: break-word;
  word-wrap: break-word;
  position: relative;
}

[data-ng-controller] {
  visibility: hidden;
}

[data-ng-controller].ng-scope {
  visibility: visible;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

::focus {
  outline: 0;
}

::selection {
  background: #FFE727;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

hr {
  visibility: hidden;
}

a,
button,
input[type="button"] {
  cursor: pointer;
  outline: none;
}

a {
  color: #0E065E;
  text-decoration: underline;
  transition-property: background, color, border;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}

a:hover, a:visited:hover, a:focus, a:visited:focus, a:active, a:visited:active, a.is-active {
  color: #3333CC;
  text-decoration: none;
}

a:active, a:visited:active {
  color: #0E065E;
  text-decoration: none;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "YuGothic", "游ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif !important;
  border: 0;
  border-radius: 0;
  background: none;
  padding: 0;
  width: 100%;
}

input:focus, button:focus, textarea:focus, select:focus {
  outline: 0;
}

textarea {
  overflow-y: auto;
}

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

input[type="text"], input[type="password"], input[type="email"], input[type="number"] {
  vertical-align: middle;
}

strong {
  font-weight: 700;
}

mark {
  background-color: rgba(255, 255, 0, 0.75);
}

nav ul {
  list-style: none;
}

.line-it-button {
  visibility: hidden;
}

header, footer, section, article, aside, nav, main, figcaption, figure, details {
  display: block;
}

figure {
  margin: 0;
}

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

:placeholder-shown {
  color: rgba(14, 6, 94, 0.3) !important;
}

::placeholder {
  color: rgba(14, 6, 94, 0.3) !important;
}

::-webkit-input-placeholder {
  color: rgba(14, 6, 94, 0.3) !important;
}

:-moz-placeholder {
  opacity: 1;
  color: rgba(14, 6, 94, 0.3) !important;
}

::-moz-placeholder {
  opacity: 1;
  color: rgba(14, 6, 94, 0.3) !important;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: rgba(14, 6, 94, 0.3) !important;
}

/* Edge */
::-ms-input-placeholder {
  color: rgba(14, 6, 94, 0.3) !important;
}

:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F2F1F5 inset;
}

.wrapper {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .wrapper {
    padding-top: 140px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .wrapper {
    padding-top: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .wrapper {
    padding-top: 85px;
  }
}

.header__nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  background: white;
}

@media screen and (max-width: 1023px) {
  .header__nav {
    max-width: 345px;
    max-height: 960px;
    height: 100%;
    right: -120%;
    overflow-y: auto;
    transition: right 0.6s ease;
    box-shadow: 4px 4px 23px 3px rgba(51, 51, 204, 0.2);
  }
  .header__nav.is-active {
    right: 0;
  }
}

.header__inner {
  transition: 0.6s ease;
}

.edge .header__inner {
  transition: none !important;
}

.safari .header__inner {
  transition: none !important;
}

@media screen and (min-width: 1280px) {
  .header__inner {
    padding: 72px 60px 33px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .header__inner {
    padding: 20px 60px 22px;
  }
}

@media screen and (max-width: 1023px) {
  .header__inner {
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 65px 45px 30px;
    background: white;
  }
}

@media screen and (min-width: 1024px) {
  .header.is-scroll .header__inner {
    padding-top: 20px;
    padding-bottom: 22px;
  }
}

.header__subNav {
  display: flex;
  justify-content: flex-end;
  transition: 0.6s ease;
}

.edge .header__subNav {
  transition: none !important;
}

.safari .header__subNav {
  transition: none !important;
}

@media screen and (min-width: 1280px) {
  .header__subNav {
    position: absolute;
    top: 30px;
    right: 60px;
  }
}

@media screen and (max-width: 1279px) {
  .header__subNav {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .header.is-scroll .header__subNav {
    opacity: 0;
    top: 10px;
    z-index: -10;
  }
}

.header__subNavItem:nth-child(n + 2) {
  margin-left: 30px;
}

.header__subNav a {
  color: #0e065e;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.075em;
  text-decoration: none;
  position: relative;
}

.header__subNav a::after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/ir/img/common/icon-extarnal.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: text-bottom;
  margin-left: 5px;
  transition: all 0.6s ease;
}

.safari .header__subNav a::after {
  transition: none;
  vertical-align: -1px;
}

.ie .header__subNav a::after {
  vertical-align: -1px;
}

.android .header__subNav a::after {
  vertical-align: -1px;
}

.header__subNav a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: calc(100% + 5px);
  border-bottom: 1px solid #0e065e;
  transition: 0.6s;
}

.header__subNav a:after {
  vertical-align: baseline;
}

.header__subNav a:hover, .header__subNav a:visited:hover, .header__subNav a:focus, .header__subNav a:visited:focus, .header__subNav a:active, .header__subNav a:visited:active, .header__subNav a.is-active {
  color: #0E065E;
}

.header__subNav a:hover::after, .header__subNav a:visited:hover::after, .header__subNav a:focus::after, .header__subNav a:visited:focus::after, .header__subNav a:active::after, .header__subNav a:visited:active::after, .header__subNav a.is-active::after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/ir/img/common/icon-extarnal_main.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: text-bottom;
  margin-left: 5px;
  transition: all 0.6s ease;
}

.safari .header__subNav a:hover::after, .safari .header__subNav a:visited:hover::after, .safari .header__subNav a:focus::after, .safari .header__subNav a:visited:focus::after, .safari .header__subNav a:active::after, .safari .header__subNav a:visited:active::after, .safari .header__subNav a.is-active::after {
  transition: none;
  vertical-align: -1px;
}

.ie .header__subNav a:hover::after, .ie .header__subNav a:visited:hover::after, .ie .header__subNav a:focus::after, .ie .header__subNav a:visited:focus::after, .ie .header__subNav a:active::after, .ie .header__subNav a:visited:active::after, .ie .header__subNav a.is-active::after {
  vertical-align: -1px;
}

.android .header__subNav a:hover::after, .android .header__subNav a:visited:hover::after, .android .header__subNav a:focus::after, .android .header__subNav a:visited:focus::after, .android .header__subNav a:active::after, .android .header__subNav a:visited:active::after, .android .header__subNav a.is-active::after {
  vertical-align: -1px;
}

.header__subNav a:hover:before, .header__subNav a:visited:hover:before, .header__subNav a:focus:before, .header__subNav a:visited:focus:before, .header__subNav a:active:before, .header__subNav a:visited:active:before, .header__subNav a.is-active:before {
  width: calc(100% - 18px);
  border-color: #0e065e;
}

.header__subNav a:hover:after, .header__subNav a:visited:hover:after, .header__subNav a:focus:after, .header__subNav a:visited:focus:after, .header__subNav a:active:after, .header__subNav a:visited:active:after, .header__subNav a.is-active:after {
  vertical-align: baseline;
}

@media screen and (min-width: 1024px) {
  .header__main {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}

.header__logo {
  max-width: 280px;
  width: 100%;
  transition: 0.6s ease;
}

.edge .header__logo {
  transition: none !important;
}

.safari .header__logo {
  transition: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .header__logo {
    max-width: 240px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 1023px) {
  .header__logo {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .header.is-scroll .header__logo {
    max-width: 240px;
    padding-top: 5px;
  }
}

@media screen and (min-width: 1024px) {
  .header__list {
    display: flex;
    justify-content: flex-end;
  }
}

.header__item {
  transition: 0.6s ease;
}

.edge .header__item {
  transition: none !important;
}

.safari .header__item {
  transition: none !important;
}

@media screen and (min-width: 1024px) {
  .header__item:not(.is-contact) {
    margin-left: 37px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .header__item:not(.is-contact) {
    margin-left: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .header__item:not(.is-contact):nth-child(n + 2) {
    margin-top: 12px;
  }
}

.header__item:not(.is-contact):last-child {
  margin-left: 0;
}

@media screen and (min-width: 1024px) {
  .header.is-scroll .header__item:not(.is-contact) {
    margin-left: 16px;
  }
}

.header__item:not(.is-contact) a {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: block;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .header__item:not(.is-contact) a {
    padding: 6px 0 10px 0;
    font-weight: 700;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .header__item:not(.is-contact) a {
    padding-top: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .header__item:not(.is-contact) a {
    display: block;
    padding: 15px;
  }
}

.header__item:not(.is-contact) a:hover, .header__item:not(.is-contact) a:visited:hover, .header__item:not(.is-contact) a:focus, .header__item:not(.is-contact) a:visited:focus, .header__item:not(.is-contact) a:active, .header__item:not(.is-contact) a:visited:active, .header__item:not(.is-contact) a.is-active {
  color: #0E065E;
}

@media screen and (min-width: 1024px) {
  .header__item:not(.is-contact) a:hover:after, .header__item:not(.is-contact) a:visited:hover:after, .header__item:not(.is-contact) a:focus:after, .header__item:not(.is-contact) a:visited:focus:after, .header__item:not(.is-contact) a:active:after, .header__item:not(.is-contact) a:visited:active:after, .header__item:not(.is-contact) a.is-active:after {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .header.is-scroll .header__item:not(.is-contact) a {
    padding-top: 10px;
  }
}

.header__item:not(.is-contact) a:after {
  width: 0;
  height: 3px;
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  background: #0E065E;
  transition: width 0.6s ease;
}

@media screen and (max-width: 1023px) {
  .header__item:not(.is-contact) a:after {
    max-width: 30px;
    height: 4px;
    left: -45px;
    top: 21px;
  }
}

.header__item:not(.is-contact).is-current a,
.header__item:not(.is-contact) .router-link-active {
  color: #0E065E;
}

.header__item:not(.is-contact).is-current a:after,
.header__item:not(.is-contact) .router-link-active:after {
  background: #CFCED6;
  width: 100%;
}

.header__item.is-contact {
  margin-left: 35px;
  transition: 0.6s ease;
}

.edge .header__item.is-contact {
  transition: none !important;
}

.safari .header__item.is-contact {
  transition: none !important;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .header__item.is-contact {
    margin-left: 18px;
  }
}

@media screen and (max-width: 1023px) {
  .header__item.is-contact {
    margin-left: 0;
    margin-top: 30px;
    padding: 0 15px;
  }
}

@media screen and (min-width: 1024px) {
  .header.is-scroll .header__item.is-contact {
    margin-left: 18px;
  }
}

.header__item.is-contact a {
  color: #0E065E;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 36px;
  display: block;
  background: #FFE727;
  transition: 0.6s ease;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .header__item.is-contact a {
    padding: 11px 15px;
  }
}

@media screen and (max-width: 1023px) {
  .header__item.is-contact a {
    padding: 12px 20px;
    text-align: center;
  }
}

.ie .header__item.is-contact a {
  padding-top: 13px;
  padding-bottom: 9px;
  margin-top: -4px;
}

@media screen and (min-width: 1024px) {
  .header.is-scroll .header__item.is-contact a {
    padding: 11px 15px;
  }
  .ie .header.is-scroll .header__item.is-contact a {
    padding-top: 13px;
    padding-bottom: 9px;
  }
}

@media screen and (min-width: 768px) {
  .header__item.is-contact:hover a, .header__item.is-contact:visited:hover a, .header__item.is-contact:focus a, .header__item.is-contact:visited:focus a, .header__item.is-contact:active a, .header__item.is-contact:visited:active a, .header__item.is-contact.is-active a {
    background: #0E065E;
    color: #fff;
  }
}

.header__item.is-contact.is-current a,
.header__item.is-contact .router-link-active {
  color: #fff;
  background: #0E065E;
}

.header__spContents {
  padding-left: 15px;
  margin-top: 48px;
}

@media screen and (min-width: 1024px) {
  .header__spContents {
    display: none;
  }
}

.header__spContents a {
  text-decoration: none;
}

.header__subItem {
  height: 14px;
}

.header__subItem:nth-child(n + 2) {
  margin-top: 14px;
}

.header__subItem:nth-child(n + 2) a::after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/ir/img/common/icon-extarnal.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: text-bottom;
  margin-left: 5px;
  transition: all 0.6s ease;
}

.safari .header__subItem:nth-child(n + 2) a::after {
  transition: none;
  vertical-align: -1px;
}

.ie .header__subItem:nth-child(n + 2) a::after {
  vertical-align: -1px;
}

.android .header__subItem:nth-child(n + 2) a::after {
  vertical-align: -1px;
}

.header__subItem:nth-child(n + 2) a:hover::after, .header__subItem:nth-child(n + 2) a:visited:hover::after, .header__subItem:nth-child(n + 2) a:focus::after, .header__subItem:nth-child(n + 2) a:visited:focus::after, .header__subItem:nth-child(n + 2) a:active::after, .header__subItem:nth-child(n + 2) a:visited:active::after, .header__subItem:nth-child(n + 2) a.is-active::after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/ir/img/common/icon-extarnal_hover.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: text-bottom;
  margin-left: 5px;
  transition: all 0.6s ease;
}

.safari .header__subItem:nth-child(n + 2) a:hover::after, .safari .header__subItem:nth-child(n + 2) a:visited:hover::after, .safari .header__subItem:nth-child(n + 2) a:focus::after, .safari .header__subItem:nth-child(n + 2) a:visited:focus::after, .safari .header__subItem:nth-child(n + 2) a:active::after, .safari .header__subItem:nth-child(n + 2) a:visited:active::after, .safari .header__subItem:nth-child(n + 2) a.is-active::after {
  transition: none;
  vertical-align: -1px;
}

.ie .header__subItem:nth-child(n + 2) a:hover::after, .ie .header__subItem:nth-child(n + 2) a:visited:hover::after, .ie .header__subItem:nth-child(n + 2) a:focus::after, .ie .header__subItem:nth-child(n + 2) a:visited:focus::after, .ie .header__subItem:nth-child(n + 2) a:active::after, .ie .header__subItem:nth-child(n + 2) a:visited:active::after, .ie .header__subItem:nth-child(n + 2) a.is-active::after {
  vertical-align: -1px;
}

.android .header__subItem:nth-child(n + 2) a:hover::after, .android .header__subItem:nth-child(n + 2) a:visited:hover::after, .android .header__subItem:nth-child(n + 2) a:focus::after, .android .header__subItem:nth-child(n + 2) a:visited:focus::after, .android .header__subItem:nth-child(n + 2) a:active::after, .android .header__subItem:nth-child(n + 2) a:visited:active::after, .android .header__subItem:nth-child(n + 2) a.is-active::after {
  vertical-align: -1px;
}

.header__subLink {
  font-size: 1.4rem;
  line-height: 2.14286;
  letter-spacing: 0.075em;
}

.header__subLink:before, .header__subLink:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.header__subLink:before {
  margin-bottom: -0.8rem;
}

.header__subLink:after {
  margin-top: -0.8rem;
}

.header__externalList {
  margin-top: 40px;
}

.header__externalItem:nth-child(n + 2) {
  margin-top: 15px;
}

.header__externalLink {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.075em;
}

.header__externalLink::after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/ir/img/common/icon-extarnal.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: text-bottom;
  margin-left: 5px;
  transition: all 0.6s ease;
}

.safari .header__externalLink::after {
  transition: none;
  vertical-align: -1px;
}

.ie .header__externalLink::after {
  vertical-align: -1px;
}

.android .header__externalLink::after {
  vertical-align: -1px;
}

.header__externalLink:hover::after, .header__externalLink:visited:hover::after, .header__externalLink:focus::after, .header__externalLink:visited:focus::after, .header__externalLink:active::after, .header__externalLink:visited:active::after, .header__externalLink.is-active::after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/ir/img/common/icon-extarnal_hover.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: text-bottom;
  margin-left: 5px;
  transition: all 0.6s ease;
}

.safari .header__externalLink:hover::after, .safari .header__externalLink:visited:hover::after, .safari .header__externalLink:focus::after, .safari .header__externalLink:visited:focus::after, .safari .header__externalLink:active::after, .safari .header__externalLink:visited:active::after, .safari .header__externalLink.is-active::after {
  transition: none;
  vertical-align: -1px;
}

.ie .header__externalLink:hover::after, .ie .header__externalLink:visited:hover::after, .ie .header__externalLink:focus::after, .ie .header__externalLink:visited:focus::after, .ie .header__externalLink:active::after, .ie .header__externalLink:visited:active::after, .ie .header__externalLink.is-active::after {
  vertical-align: -1px;
}

.android .header__externalLink:hover::after, .android .header__externalLink:visited:hover::after, .android .header__externalLink:focus::after, .android .header__externalLink:visited:focus::after, .android .header__externalLink:active::after, .android .header__externalLink:visited:active::after, .android .header__externalLink.is-active::after {
  vertical-align: -1px;
}

.header__info {
  margin-top: 60px;
}

.header__infoLogo {
  max-width: 225px;
}

.header__infoLogo img {
  width: 100%;
}

.header__address {
  color: #767487;
  font-size: 1.2rem;
  line-height: 1.66667;
  letter-spacing: 0.075em;
  margin-top: 30px;
}

.header__address:before, .header__address:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.header__address:before {
  margin-bottom: -0.4rem;
}

.header__address:after {
  margin-top: -0.4rem;
}

.header__sns {
  margin-top: 22px;
}

.header__snsItem {
  color: #767487;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
}

.header__snsItem:before, .header__snsItem:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.header__snsItem:before {
  margin-bottom: -0.3rem;
}

.header__snsItem:after {
  margin-top: -0.3rem;
}

.header__snsItem:nth-child(n + 2) {
  margin-top: 17px;
}

.header__snsIcon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.header__copyright {
  display: block;
  color: #767487;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.075em;
  font-family: "Open Sans", sans-serif;
  margin-top: 62px;
  padding-bottom: 30px;
}

.header__copyright:before, .header__copyright:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.header__copyright:before {
  margin-bottom: -0.3rem;
}

.header__copyright:after {
  margin-top: -0.3rem;
}

.header__spLogo {
  max-width: 198px;
  width: 100%;
  position: fixed;
  left: 30px;
  top: 26px;
  z-index: 9;
  transition: 0.6s ease;
}

@media screen and (min-width: 1024px) {
  .header__spLogo {
    display: none;
  }
}

.header.is-scroll .header__spLogo {
  opacity: 0;
  z-index: -10;
}

.header__btn {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
}

@media screen and (min-width: 1024px) {
  .header__btn {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .header__btn {
    width: 40px;
    height: 40px;
    padding: 10px;
    position: fixed;
    top: 18px;
    right: 25px;
    z-index: 10;
    transition: opacity 0.6s ease;
  }
	.header__snsItem a {
		display: inline-flex;
	}
}

.header__btn.is-open span:nth-of-type(1), .header__btn.is-open span:nth-of-type(3) {
  width: 9px;
}

.header__btn.is-open span:nth-of-type(1) {
  transform: translate(23px, 6px) rotate(45deg);
}

.header__btn.is-open span:nth-of-type(3) {
  transform: translate(23px, -7px) rotate(-45deg);
}

.header__btn span {
  display: inline-block;
  transition: all 0.6s ease;
  position: absolute;
  left: 0;
  width: 30px;
  height: 1px;
  left: 5px;
  background-color: #0E065E;
  border-radius: 4px;
}

.header__btn span:nth-of-type(1) {
  top: 11px;
}

.header__btn span:nth-of-type(2) {
  top: 20px;
}

.header__btn span:nth-of-type(3) {
  bottom: 9px;
}

.header__layer {
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  transition: all 0.6s ease;
}

.header__layer.is-active {
  display: block;
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .header__layer {
    display: none;
  }
}

_:-ms-input-placeholder > a, :root .header__logo > a {
  display: block;
  height: 35px;
  transition: 0.6s ease;
}

.footer a {
  text-decoration: none;
}

.footer__inner {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .footer__inner {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .footer__nav {
    flex: 0 1 600px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1024px) {
  .footer__navItem:nth-child(odd) {
    flex: 1 1 64%;
  }
  .footer__navItem:nth-child(even) {
    flex: 0 0 36%;
  }
  .footer__navItem:nth-child(3) {
    margin-top: 28px;
  }
  .footer__navItem:nth-child(4) {
    margin-top: 36px;
  }
}

@media screen and (max-width: 1023px) {
  .footer__navItem:nth-child(n + 2) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 435px) {
  .footer__item {
    display: flex;
    flex-wrap: wrap;
  }
}

.footer__link {
  flex: 0 0 100%;
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0.075em;
}

.footer__link:before, .footer__link:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.footer__link:before {
  margin-bottom: -0.1rem;
}

.footer__link:after {
  margin-top: -0.1rem;
}

.footer__link span {
  position: relative;
  display: inline-block;
}

.footer__link span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: calc(100% + 5px);
  border-bottom: 1px solid #0E065E;
  transition: 0.6s;
}

@media screen and (min-width: 768px) {
  .footer__link:hover span:after, .footer__link:visited:hover span:after, .footer__link:focus span:after, .footer__link:visited:focus span:after, .footer__link:active span:after, .footer__link:visited:active span:after, .footer__link.is-active span:after {
    width: 100%;
    border-color: #3333CC;
  }
}

.footer__childList {
  flex: 1 1 50%;
  margin-top: 18px;
}

@media screen and (min-width: 435px) and (max-width: 1023px) {
  .footer__childList {
    max-width: 180px;
  }
}

@media screen and (min-width: 435px) and (max-width: 1023px) {
  .footer__childList + .footer__childList {
    margin-left: 15px;
  }
}

.footer__childItem {
  padding-left: 18px;
  position: relative;
}

.footer__childItem:nth-child(n + 2) {
  margin-top: 17px;
}

.footer__childItem::before {
  content: '';
  width: 10px;
  height: 1px;
  background-color: #CFCED6;
  position: absolute;
  left: 0;
  top: 5px;
}

.footer__childLink {
  font-size: 1.3rem;
  line-height: 1.38462;
  letter-spacing: 0.075em;
}

.footer__childLink:before, .footer__childLink:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.footer__childLink:before {
  margin-bottom: -0.25rem;
}

.footer__childLink:after {
  margin-top: -0.25rem;
}

.footer__childLink span {
  position: relative;
  display: inline-block;
}

.footer__childLink span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: calc(100% + 1px);
  border-bottom: 0.5px solid #0E065E;
  transition: 0.6s;
}

@media screen and (min-width: 768px) {
  .footer__childLink:hover span:after, .footer__childLink:visited:hover span:after, .footer__childLink:focus span:after, .footer__childLink:visited:focus span:after, .footer__childLink:active span:after, .footer__childLink:visited:active span:after, .footer__childLink.is-active span:after {
    width: 100%;
    border-color: #3333CC;
  }
}

.footer__subList {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 435px) and (max-width: 1023px) {
  .footer__subList {
    max-width: 355px;
    justify-content: space-between;
  }
}

.footer__subItem {
  height: 14px;
}

@media screen and (min-width: 1024px) {
  .footer__subItem {
    flex: 1 1 50%;
  }
}

@media screen and (max-width: 1023px) {
  .footer__subItem {
    flex: 0 1 48%;
  }
}

.footer__subItem:nth-child(n + 3) {
  margin-top: 12px;
}

.footer__subItem:nth-child(5) a {
  font-size: 1.4rem;
  line-height: 2.14286;
  letter-spacing: 0.075em;
}

.footer__subItem:nth-child(5) a:before, .footer__subItem:nth-child(5) a:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.footer__subItem:nth-child(5) a:before {
  margin-bottom: -0.8rem;
}

.footer__subItem:nth-child(5) a:after {
  margin-top: -0.8rem;
}

.footer__subItem:nth-child(5) a::after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/ir/img/common/icon-extarnal.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: text-bottom;
  margin-left: 5px;
  transition: all 0.6s ease;
}

.safari .footer__subItem:nth-child(5) a::after {
  transition: none;
  vertical-align: -1px;
}

.ie .footer__subItem:nth-child(5) a::after {
  vertical-align: -1px;
}

.android .footer__subItem:nth-child(5) a::after {
  vertical-align: -1px;
}

.footer__subItem:nth-child(5) a:hover::after, .footer__subItem:nth-child(5) a:visited:hover::after, .footer__subItem:nth-child(5) a:focus::after, .footer__subItem:nth-child(5) a:visited:focus::after, .footer__subItem:nth-child(5) a:active::after, .footer__subItem:nth-child(5) a:visited:active::after, .footer__subItem:nth-child(5) a.is-active::after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/ir/img/common/icon-extarnal_hover.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: text-bottom;
  margin-left: 5px;
  transition: all 0.6s ease;
}

.safari .footer__subItem:nth-child(5) a:hover::after, .safari .footer__subItem:nth-child(5) a:visited:hover::after, .safari .footer__subItem:nth-child(5) a:focus::after, .safari .footer__subItem:nth-child(5) a:visited:focus::after, .safari .footer__subItem:nth-child(5) a:active::after, .safari .footer__subItem:nth-child(5) a:visited:active::after, .safari .footer__subItem:nth-child(5) a.is-active::after {
  transition: none;
  vertical-align: -1px;
}

.ie .footer__subItem:nth-child(5) a:hover::after, .ie .footer__subItem:nth-child(5) a:visited:hover::after, .ie .footer__subItem:nth-child(5) a:focus::after, .ie .footer__subItem:nth-child(5) a:visited:focus::after, .ie .footer__subItem:nth-child(5) a:active::after, .ie .footer__subItem:nth-child(5) a:visited:active::after, .ie .footer__subItem:nth-child(5) a.is-active::after {
  vertical-align: -1px;
}

.android .footer__subItem:nth-child(5) a:hover::after, .android .footer__subItem:nth-child(5) a:visited:hover::after, .android .footer__subItem:nth-child(5) a:focus::after, .android .footer__subItem:nth-child(5) a:visited:focus::after, .android .footer__subItem:nth-child(5) a:active::after, .android .footer__subItem:nth-child(5) a:visited:active::after, .android .footer__subItem:nth-child(5) a.is-active::after {
  vertical-align: -1px;
}

.footer__subLink {
  font-size: 1.4rem;
  line-height: 2.14286;
  letter-spacing: 0.075em;
}

.footer__subLink:before, .footer__subLink:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.footer__subLink:before {
  margin-bottom: -0.8rem;
}

.footer__subLink:after {
  margin-top: -0.8rem;
}

.footer__subLink span {
  position: relative;
}

.footer__subLink span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: calc(100% + 1px);
  border-bottom: 0.5px solid #0E065E;
  transition: 0.6s;
}

@media screen and (min-width: 768px) {
  .footer__subLink span:hover:after, .footer__subLink span:visited:hover:after, .footer__subLink span:focus:after, .footer__subLink span:visited:focus:after, .footer__subLink span:active:after, .footer__subLink span:visited:active:after, .footer__subLink span.is-active:after {
    width: 100%;
    border-color: #3333CC;
  }
}

@media screen and (min-width: 1024px) {
  .footer__externalList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}

.footer__externalItem {
  margin-right: 10px;
}

@media screen and (min-width: 1024px) {
  .footer__externalItem:nth-child(n + 2) {
    margin-top: 10px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 1023px) {
  .footer__externalItem:nth-child(n + 2) {
    margin-top: 15px;
  }
}

.footer__externalLink {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.075em;
}

.footer__externalLink::after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/ir/img/common/icon-extarnal.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: text-bottom;
  margin-left: 5px;
  transition: all 0.6s ease;
}

.safari .footer__externalLink::after {
  transition: none;
  vertical-align: -1px;
}

.ie .footer__externalLink::after {
  vertical-align: -1px;
}

.android .footer__externalLink::after {
  vertical-align: -1px;
}

.footer__externalLink:hover::after, .footer__externalLink:visited:hover::after, .footer__externalLink:focus::after, .footer__externalLink:visited:focus::after, .footer__externalLink:active::after, .footer__externalLink:visited:active::after, .footer__externalLink.is-active::after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/ir/img/common/icon-extarnal_hover.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: text-bottom;
  margin-left: 5px;
  transition: all 0.6s ease;
}

.safari .footer__externalLink:hover::after, .safari .footer__externalLink:visited:hover::after, .safari .footer__externalLink:focus::after, .safari .footer__externalLink:visited:focus::after, .safari .footer__externalLink:active::after, .safari .footer__externalLink:visited:active::after, .safari .footer__externalLink.is-active::after {
  transition: none;
  vertical-align: -1px;
}

.ie .footer__externalLink:hover::after, .ie .footer__externalLink:visited:hover::after, .ie .footer__externalLink:focus::after, .ie .footer__externalLink:visited:focus::after, .ie .footer__externalLink:active::after, .ie .footer__externalLink:visited:active::after, .ie .footer__externalLink.is-active::after {
  vertical-align: -1px;
}

.android .footer__externalLink:hover::after, .android .footer__externalLink:visited:hover::after, .android .footer__externalLink:focus::after, .android .footer__externalLink:visited:focus::after, .android .footer__externalLink:active::after, .android .footer__externalLink:visited:active::after, .android .footer__externalLink.is-active::after {
  vertical-align: -1px;
}

.footer__externalLink span {
  position: relative;
}

.footer__externalLink span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: calc(100% + 1px);
  border-bottom: 0.5px solid #0E065E;
  transition: 0.6s;
}

@media screen and (min-width: 768px) {
  .footer__externalLink span:hover:after, .footer__externalLink span:visited:hover:after, .footer__externalLink span:focus:after, .footer__externalLink span:visited:focus:after, .footer__externalLink span:active:after, .footer__externalLink span:visited:active:after, .footer__externalLink span.is-active:after {
    width: 100%;
    border-color: #3333CC;
  }
}

@media screen and (min-width: 1024px) {
  .footer__info {
    flex: 0 0 280px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .footer__info {
    margin-top: 48px;
  }
}

@media screen and (min-width: 1024px) {
  .footer__logo {
    max-width: 280px;
  }
}

@media screen and (max-width: 1023px) {
  .footer__logo {
    max-width: 315px;
  }
}

.footer__logo img {
  width: 100%;
}

.footer__address {
  color: #767487;
  font-size: 1.1rem;
  line-height: 1.81818;
  letter-spacing: 0.075em;
  margin-top: 20px;
}

.footer__address:before, .footer__address:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.footer__address:before {
  margin-bottom: -0.45rem;
}

.footer__address:after {
  margin-top: -0.45rem;
}

@media screen and (min-width: 1024px) {
  .footer__address {
    font-size: 1.1rem;
    line-height: 1.81818;
    letter-spacing: 0.075em;
  }
  .footer__address:before, .footer__address:after {
    content: '';
    display: block;
    width: 0;
    height: .00001px;
    overflow: hidden;
  }
  .footer__address:before {
    margin-bottom: -0.45rem;
  }
  .footer__address:after {
    margin-top: -0.45rem;
  }
}

@media screen and (max-width: 1023px) {
  .footer__address {
    font-size: 1.2rem;
    line-height: 1.66667;
    letter-spacing: 0.075em;
  }
  .footer__address:before, .footer__address:after {
    content: '';
    display: block;
    width: 0;
    height: .00001px;
    overflow: hidden;
  }
  .footer__address:before {
    margin-bottom: -0.4rem;
  }
  .footer__address:after {
    margin-top: -0.4rem;
  }
}

.footer__sns {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .footer__sns {
    margin-top: 32px;
  }
}

@media screen and (max-width: 1023px) {
  .footer__sns {
    margin-top: 20px;
  }
}

@media screen and (min-width: 435px) and (max-width: 1023px) {
  .footer__sns {
    max-width: 355px;
  }
}

.footer__snsItem {
  color: #767487;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
}

.footer__snsItem:before, .footer__snsItem:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.footer__snsItem:before {
  margin-bottom: -0.3rem;
}

.footer__snsItem:after {
  margin-top: -0.3rem;
}

@media screen and (min-width: 1024px) {
  .footer__snsItem {
    flex: 1 1 50%;
  }
}

@media screen and (max-width: 1023px) {
  .footer__snsItem {
    flex: 0 1 48%;
    -webkit-box-flex: 0;
  }
}

@media screen and (min-width: 1024px) {
  .footer__snsItem:nth-child(n + 2) {
    margin-left: 35px;
  }
}

.footer__snsItem a {
  position: relative;
}

.footer__snsItem a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  display: block;
  width: 0;
  height: calc(100% + 1px);
  border-bottom: 1px solid #0E065E;
  transition: 0.6s;
}

@media screen and (min-width: 768px) {
  .footer__snsItem a:hover:after, .footer__snsItem a:visited:hover:after, .footer__snsItem a:focus:after, .footer__snsItem a:visited:focus:after, .footer__snsItem a:active:after, .footer__snsItem a:visited:active:after, .footer__snsItem a.is-active:after {
    width: calc(100% - 26px);
    border-color: #3333CC;
  }
}

.footer__snsIcon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.footer__snsIcon img {
  vertical-align: middle;
}

.ie .footer__snsIcon {
  vertical-align: -5px;
}

.footer__copyright {
  display: block;
  color: #767487;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.075em;
  font-family: "Open Sans", sans-serif;
}

.footer__copyright:before, .footer__copyright:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.footer__copyright:before {
  margin-bottom: -0.3rem;
}

.footer__copyright:after {
  margin-top: -0.3rem;
}

@media screen and (min-width: 1024px) {
  .footer__copyright {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .footer__copyright {
    margin-top: 60px;
  }
}

.title-page {
  background-color: #F2F1F5;
  margin-bottom: 90px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .title-page {
    height: 200px;
    padding-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .title-page {
    height: 140px;
    padding-top: 50px;
  }
}

.title-page::after {
  content: '';
  width: 1px;
  background-color: #FFE727;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .title-page::after {
    height: 100px;
    bottom: -50px;
  }
}

@media screen and (max-width: 767px) {
  .title-page::after {
    height: 70px;
    bottom: -35px;
  }
}

.title-page__inner {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.title-page__text {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "メイリオ", "Meiryo", Georgia, serif;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  padding-left: 5px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .title-page__text {
    font-size: 4.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .ie .title-page__text {
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .title-page__text {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.title-page__en {
  color: #fff;
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .title-page__en {
    bottom: -30px;
    font-size: 16rem;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .title-page__en {
    bottom: -15px;
    font-size: 7.8rem;
    line-height: 1;
  }
}

.title-page.is-low {
  padding-top: 43px;
  height: 120px;
  margin-bottom: 60px;
}

.title-page.is-low::after {
  height: 60px;
  bottom: -30px;
}

.title-page.is-low .title-page__text {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.ie .title-page.is-low .title-page__text {
  line-height: 1.5;
}

.wrapper {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .wrapper {
    padding-top: 140px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .wrapper {
    padding-top: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .wrapper {
    padding-top: 85px;
  }
}

.vision {
  padding-bottom: 120px;
}

.vision__inner {
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .vision__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .vision__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.vision__tabsTop {
  margin-top: 96px;
}

.vision__pageNav {
  margin-top: 42px;
}

.vision__tabsBottom {
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 160px;
}

@media screen and (min-width: 768px) {
  .vision__tabsBottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .vision__tabsBottom {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.corporate {
  margin-top: 35px;
  padding-top: 80px;
}

.corporate__title {
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .corporate__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .corporate__title {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.corporate__inner {
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .corporate__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .corporate__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.corporate__mainImg {
  margin-top: 40px;
  margin-bottom: 75px;
}

.corporate__copy {
  margin-bottom: 40px;
}

.send {
  margin-top: 98px;
  padding-top: 80px;
}

.send__title {
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .send__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .send__title {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.send__titleLv2 {
  margin-bottom: 40px;
}

.send__titleLv3 {
  margin-bottom: 38px;
}

.send__titleLv3:not(:first-child) {
  margin-top: 75px;
}

.send__inner {
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .send__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .send__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.send__stack {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .send__stack {
    position: relative;
    height: 830px;
  }
}

@media screen and (max-width: 767px) {
  .send__stackInner {
    position: relative;
    margin-bottom: 40px;
    height: 118.2vw;
    max-height: 680px;
  }
}

.send__stackTitle {
  position: absolute;
  left: 0;
  z-index: 5;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "メイリオ", "Meiryo", Georgia, serif;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .send__stackTitle {
    top: 330px;
    font-size: 4.2rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .send__stackTitle:before, .send__stackTitle:after {
    content: '';
    display: block;
    width: 0;
    height: .00001px;
    overflow: hidden;
  }
  .send__stackTitle:before {
    margin-bottom: -0.63rem;
  }
  .send__stackTitle:after {
    margin-top: -0.63rem;
  }
}

@media screen and (max-width: 767px) {
  .send__stackTitle {
    height: 62px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .send__stackTitle:before, .send__stackTitle:after {
    content: '';
    display: block;
    width: 0;
    height: .00001px;
    overflow: hidden;
  }
  .send__stackTitle:before {
    margin-bottom: -0.6rem;
  }
  .send__stackTitle:after {
    margin-top: -0.6rem;
  }
}

.send__stackHead {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "メイリオ", "Meiryo", Georgia, serif;
}

@media screen and (min-width: 768px) {
  .send__stackHead {
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 0.075em;
    writing-mode: vertical-rl;
    position: absolute;
    right: -6px;
    top: -2px;
  }
  .send__stackHead:before, .send__stackHead:after {
    content: '';
    display: block;
    width: 0;
    height: .00001px;
    overflow: hidden;
  }
  .send__stackHead:before {
    margin-bottom: -0.6rem;
  }
  .send__stackHead:after {
    margin-top: -0.6rem;
  }
}

@media screen and (max-width: 767px) {
  .send__stackHead {
    font-size: 2.1rem;
    line-height: 2;
    letter-spacing: 0.075em;
  }
  .send__stackHead:before, .send__stackHead:after {
    content: '';
    display: block;
    width: 0;
    height: .00001px;
    overflow: hidden;
  }
  .send__stackHead:before {
    margin-bottom: -1.05rem;
  }
  .send__stackHead:after {
    margin-top: -1.05rem;
  }
}

.send__stackHead strong {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .send__stackText {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.075em;
    writing-mode: vertical-rl;
    position: absolute;
    right: 98px;
    top: -2px;
  }
  .send__stackText:before, .send__stackText:after {
    content: '';
    display: block;
    width: 0;
    height: .00001px;
    overflow: hidden;
  }
  .send__stackText:before {
    margin-bottom: -0.7rem;
  }
  .send__stackText:after {
    margin-top: -0.7rem;
  }
}

@media screen and (max-width: 767px) {
  .send__stackText {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.075em;
    margin-top: 20px;
  }
  .send__stackText:before, .send__stackText:after {
    content: '';
    display: block;
    width: 0;
    height: .00001px;
    overflow: hidden;
  }
  .send__stackText:before {
    margin-bottom: -0.4rem;
  }
  .send__stackText:after {
    margin-top: -0.4rem;
  }
}

.send__stackItem {
  position: absolute;
  width: 280px;
}

@media screen and (max-width: 767px) {
  .send__stackItem {
    width: 125px;
    width: 33.3333vw;
  }
}

.send__stackItem span {
  font-weight: 700;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .send__stackItem span {
    background-color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.075em;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .send__stackItem span {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.075em;
    padding: 8px 0 0 10px;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
  }
  .send__stackItem span br{
    display: none;
  }
}


.send__stackItem:nth-child(1) {
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .send__stackItem:nth-child(1) {
    left: 0;
    top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .send__stackItem:nth-child(1) {
    left: -30px;
    top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .send__stackItem:nth-child(1) span {
    left: 0;
    bottom: 0;
    padding-top: 12px;
  }
}

.send__stackItem:nth-child(2) {
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .send__stackItem:nth-child(2) {
    left: 216px;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .send__stackItem:nth-child(2) {
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .send__stackItem:nth-child(2) span {
    left: 0;
    top: 0;
    padding-bottom: 12px;
  }
}

.send__stackItem:nth-child(3) {
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .send__stackItem:nth-child(3) {
    right: 0;
    top: 190px;
  }
}

@media screen and (max-width: 767px) {
  .send__stackItem:nth-child(3) {
    right: -30px;
    top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .send__stackItem:nth-child(3) span {
    left: 0;
    bottom: 0;
    padding-top: 8px;
  }
}

.send__stackItem:nth-child(4) {
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .send__stackItem:nth-child(4) {
    right: 20px;
    bottom: 180px;
  }
}

@media screen and (max-width: 767px) {
  .send__stackItem:nth-child(4) {
    right: -30px;
    bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .send__stackItem:nth-child(4) span {
    right: 0;
    bottom: 0;
    padding-top: 8px;
  }
}

.send__stackItem:nth-child(5) {
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .send__stackItem:nth-child(5) {
    left: 226px;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .send__stackItem:nth-child(5) {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .send__stackItem:nth-child(5) span {
    left: 0;
    bottom: 0;
    padding-top: 8px;
  }
}

.send__stackItem:nth-child(6) {
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .send__stackItem:nth-child(6) {
    left: 0;
    bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .send__stackItem:nth-child(6) {
    left: -30px;
    bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .send__stackItem:nth-child(6) span {
    left: 0;
    bottom: 0;
    padding-top: 8px;
  }
}

.send__stackList {
  margin-top: 60px;
}

.send__smile {
  margin-top: 120px;
}

.send__smileImg {
  margin-bottom: 40px;
}

.send__smileList {
  margin-top: 60px;
}

.send__mind {
  margin-top: 76px;
}

.send__mindList {
  margin-top: 40px;
}

.send__mindCaption {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.075em;
}

.send__mindCaption:before, .send__mindCaption:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.send__mindCaption:before {
  margin-bottom: -0.7rem;
}

.send__mindCaption:after {
  margin-top: -0.7rem;
}

.goal {
  margin-top: 98px;
  padding-top: 80px;
}

.goal__title {
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .goal__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .goal__title {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.goal__titleLv2 {
  margin-bottom: 40px;
}

.goal__titleLv3 {
  margin-bottom: 38px;
}

.goal__titleLv3:not(:first-child) {
  margin-top: 75px;
}

.goal__inner {
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .goal__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .goal__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.goal__circle {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 399px;
}

@media screen and (min-width: 768px) {
  .goal__circle {
    margin-top: 100px;
    max-width: 413px;
  }
}

@media screen and (max-width: 767px) {
  .goal__circle {
    margin-top: 80px;
    max-width: 260px;
  }
}

.goal__circle ul {
  display: block;
  width: 100%;
  height: 100%;
}

.goal__circleTitle {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "メイリオ", "Meiryo", Georgia, serif;
  writing-mode: vertical-rl;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .goal__circleTitle {
    font-size: 3rem;
    line-height: 1.6;
    letter-spacing: 0.075em;
    top: 113px;
    left: 134px;
  }
  .goal__circleTitle:before, .goal__circleTitle:after {
    content: '';
    display: block;
    width: 0;
    height: .00001px;
    overflow: hidden;
  }
  .goal__circleTitle:before {
    margin-bottom: -0.9rem;
  }
  .goal__circleTitle:after {
    margin-top: -0.9rem;
  }
}

@media screen and (max-width: 767px) {
  .goal__circleTitle {
    max-width: 107px;
    font-size: 2.3rem;
    line-height: 1.6;
    letter-spacing: 0.075em;
    top: 62px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .goal__circleTitle:before, .goal__circleTitle:after {
    content: '';
    display: block;
    width: 0;
    height: .00001px;
    overflow: hidden;
  }
  .goal__circleTitle:before {
    margin-bottom: -0.69rem;
  }
  .goal__circleTitle:after {
    margin-top: -0.69rem;
  }
}

.goal__circleItem {
  position: absolute;
  display: block;
}

@media screen and (min-width: 768px) {
  .goal__circleItem {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .goal__circleItem {
    width: 70px;
  }
}

.goal__circleItem span {
  position: absolute;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-weight: 700;
}

.goal__circleItem span:before, .goal__circleItem span:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.goal__circleItem span:before {
  margin-bottom: -0.4rem;
}

.goal__circleItem span:after {
  margin-top: -0.4rem;
}

@media screen and (max-width: 767px) {
  .goal__circleItem span {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.075em;
    display: none;
  }
  .goal__circleItem span:before, .goal__circleItem span:after {
    content: '';
    display: block;
    width: 0;
    height: .00001px;
    overflow: hidden;
  }
  .goal__circleItem span:before {
    margin-bottom: -0.3rem;
  }
  .goal__circleItem span:after {
    margin-top: -0.3rem;
  }
}

@media screen and (min-width: 768px) {
  .goal__circleItem:nth-child(1) {
    left: 146px;
    top: -60px;
  }
}

@media screen and (max-width: 767px) {
  .goal__circleItem:nth-child(1) {
    left: 0;
    top: -30px;
    right: 0;
    margin: auto;
  }
}

.goal__circleItem:nth-child(1) span {
  top: 10px;
}

@media screen and (min-width: 768px) {
  .goal__circleItem:nth-child(1) span {
    right: -123px;
  }
}

@media screen and (max-width: 767px) {
  .goal__circleItem:nth-child(1) span {
    right: -90px;
  }
}

@media screen and (min-width: 768px) {
  .goal__circleItem:nth-child(2) {
    right: -43px;
    top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .goal__circleItem:nth-child(2) {
    right: -22px;
    top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .goal__circleItem:nth-child(2) span {
    right: -126px;
    top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .goal__circleItem:nth-child(2) span {
    right: -15px;
    top: 72px;
    min-width: 80px;
  }
}

@media screen and (min-width: 768px) {
  .goal__circleItem:nth-child(3) {
    right: 37px;
    bottom: -12px;
  }
}

@media screen and (max-width: 767px) {
  .goal__circleItem:nth-child(3) {
    right: 22px;
    bottom: 143px;
    /* bottom: -7px; */
  }
}

@media screen and (min-width: 768px) {
  .goal__circleItem:nth-child(3) span {
    right: -126px;
    top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .goal__circleItem:nth-child(3) span {
    right: -20px;
    top: 72px;
  }
}

@media screen and (min-width: 768px) {
  .goal__circleItem:nth-child(4) {
    left: 24px;
    bottom: -12px;
  }
}

@media screen and (max-width: 767px) {
  .goal__circleItem:nth-child(4) {
    left: 18px;
    bottom: 143px;
    /* bottom: -7px; */
  }
}

@media screen and (min-width: 768px) {
  .goal__circleItem:nth-child(4) span {
    left: -87px;
    top: 52px;
  }
}

@media screen and (max-width: 767px) {
  .goal__circleItem:nth-child(4) span {
    left: -45px;
    top: 55px;
  }
}

@media screen and (min-width: 768px) {
  .goal__circleItem:nth-child(5) {
    left: -44px;
    top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .goal__circleItem:nth-child(5) {
    left: -22px;
    top: 50px;
  }
}

.goal__circleItem:nth-child(5) span {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .goal__circleItem:nth-child(5) span {
    left: -105px;
    top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .goal__circleItem:nth-child(5) span {
    left: -12px;
    top: -38px;
    min-width: 80px;
  }
}

.goal__circleBg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .goal__circleBg {
    top: -2px;
    left: -5px;
  }
}

@media screen and (max-width: 767px) {
  .goal__circleBg {
    top: 0;
    left: -2px;
  }
}

@media screen and (min-width: 768px) {
  .goal__circleList {
    margin-top: 51px;
  }
}

@media screen and (max-width: 767px) {
  .goal__circleList {
    margin-top: 70px;
  }
}

.goal__sec {
  margin-top: 115px;
}

.goal__lifeList {
  margin-top: 58px;
}

.goal__lifeFoot {
  margin-top: 75px;
}

@media screen and (min-width: 768px) {
  .nav-tab br {
    display: none;
  }
}

.nav-tab {
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .nav-tab {
    flex-wrap: wrap;
  }
}

.nav-tab::before {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #F2F1F5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .nav-tab::before {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .nav-tab__item {
    flex: 1 1 33.333%;
  }
}

@media screen and (max-width: 767px) {
  .nav-tab__item {
    flex: 1 0 50%;
  }
}

@media screen and (min-width: 768px) {
  .nav-tab__item:nth-child(n + 2) {
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .nav-tab__item:nth-child(n + 3) {
    margin-top: 10px;
  }
}

.nav-tab__link {
  display: block;
  text-decoration: none;
  text-align: center;
  border-bottom: 4px solid transparent;
}

@media screen and (min-width: 768px) {
  .nav-tab__link {
    padding: 20px 5px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.075em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .nav-tab__link {
    padding: 20px 2px;
  }
}

@media screen and (max-width: 767px) {
  .nav-tab__link {
    padding: 6px 10px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.075em;
    border-bottom-color: #F2F1F5;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
  }
}

.nav-tab__link:hover, .nav-tab__link:visited:hover, .nav-tab__link:focus, .nav-tab__link:visited:focus, .nav-tab__link:active, .nav-tab__link:visited:active, .nav-tab__link.is-active {
  border-bottom-color: #3333CC;
}

.nav-tab__link.is-current {
  font-weight: 700;
  border-bottom-color: #0E065E;
  pointer-events: none;
}

.nav-page {
  background-color: #F2F1F5;
  text-align: center;
  padding: 40px 80px 17px;
}

@media screen and (max-width: 1023px) {
  .nav-page {
    padding: 30px 20px;
  }
}

.nav-page__item {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.075em;
  margin-bottom: 27px;
}

@media screen and (max-width: 1023px) {
  .nav-page__item {
    display: inline;
    font-size: 1.6rem;
    line-height: 2.625;
    letter-spacing: 0.075em;
  }
}

.nav-page__item::after {
  content: '/';
  color: #CFCED6;
  display: inline-block;
  margin-left: 13px;
  margin-right: 13px;
}

@media screen and (max-width: 1023px) {
  .nav-page__item::after {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.nav-page__item:last-child::after {
  display: none;
}

.title-lv0 {
  font-size: 4.2rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "メイリオ", "Meiryo", Georgia, serif;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
}

.title-lv0:before, .title-lv0:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.title-lv0:before {
  margin-bottom: -1.05rem;
}

.title-lv0:after {
  margin-top: -1.05rem;
}

.title-lv1 span {
  font-size: 2.4rem;
}

.title-lv1 {
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.075em;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "メイリオ", "Meiryo", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}

.title-lv1:before, .title-lv1:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.title-lv1:before {
  margin-bottom: -0.6rem;
}

.title-lv1:after {
  margin-top: -0.6rem;
}

.title-lv2 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-weight: 700;
}

.title-lv2:before, .title-lv2:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.title-lv2:before {
  margin-bottom: -0.5rem;
}

.title-lv2:after {
  margin-top: -0.5rem;
}

.text-basic em,
.text-basic strong {
  font-weight: 700;
}

.text-basic sup {
  font-size: 1rem;
  vertical-align: super;
}

.text-basic {
  color: #0E065E;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.075em;
  text-align: justify;
}

.text-basic:before, .text-basic:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.text-basic:before {
  margin-bottom: -0.9rem;
}

.text-basic:after {
  margin-top: -0.9rem;
}

.text-basic + .text-basic {
  margin-top: 42px;
}

.text-basicSmall em,
.text-basicSmall strong {
  font-weight: 700;
}

.text-basicSmall sup {
  font-size: 1rem;
  vertical-align: super;
}

.text-basicSmall {
  color: #0E065E;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.075em;
  text-align: justify;
}

.text-basicSmall:before, .text-basicSmall:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.text-basicSmall:before {
  margin-bottom: -1rem;
}

.text-basicSmall:after {
  margin-top: -1rem;
}

.text-basicSmall.is-white {
  color: #fff;
}

.text-basicSmall.is-light {
  color: #767487;
}

@media screen and (min-width: 375px) {
  .text-basicSmall.is-light {
    text-align: center;
  }
}

.text-basicSmall + .text-basicSmall {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .list-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.list-data__item {
  flex: 1 1 30%;
}

@media screen and (min-width: 768px) {
  .list-data__item {
    margin-left: 5%;
  }
  .list-data__item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .list-data__item:nth-child(n + 4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .list-data__item:nth-child(n + 2) {
    margin-top: 40px;
  }
}

.list-data__image {
  margin-bottom: 20px;
}

.list-data__image img {
  width: 100%;
}

.list-data__head {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-weight: 700;
}

.list-data__head:before, .list-data__head:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.list-data__head:before {
  margin-bottom: -0.4rem;
}

.list-data__head:after {
  margin-top: -0.4rem;
}

.list-data__text {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.57143;
  letter-spacing: 0.075em;
  text-align: justify;
}

.list-data__text:before, .list-data__text:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.list-data__text:before {
  margin-bottom: -0.4rem;
}

.list-data__text:after {
  margin-top: -0.4rem;
}

.list-data.is-border {
  border: 2px solid #CFCED6;
  padding: 36px 38px;
}

.list-data.is-border .list-data__head {
  letter-spacing: 0;
}

.list-data.is-border .list-data__text {
  margin-top: 20px;
  letter-spacing: .06em;
}

.contactArea {
  background-color: #B2AFD1;
  background: url("/ir/img/common/img-contact-bg.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .contactArea {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 1023px) {
  .contactArea {
    padding-bottom: 90px;
  }
}

.contactArea__inner {
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .contactArea__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contactArea__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .contactArea__inner {
    max-width: 1024px;
    display: flex;
    justify-content: space-between;
  }
}

.contactArea__main {
  flex: 0 1 470px;
}

@media screen and (min-width: 1024px) {
  .contactArea__text {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .contactArea__text {
    margin-top: 42px;
  }
}

@media screen and (min-width: 1024px) {
  .contactArea__btn {
    flex: 0 1 472px;
    padding-top: 100px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .contactArea__btn {
    margin-top: 40px;
  }
}

.title-sec span {
  display: inline-block;
}

.title-sec {
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "メイリオ", "Meiryo", Georgia, serif;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
}

.title-sec:before, .title-sec:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.title-sec:before {
  margin-bottom: -0.9rem;
}

.title-sec:after {
  margin-top: -0.9rem;
}

.title-secLine {
  padding-top: 67px;
  position: relative;
}

.title-secLine::after {
  content: '';
  width: 1px;
  height: 100px;
  background-color: #FFE727;
  position: absolute;
  left: 0;
  top: -50px;
}

.title-secLine.is-white .title-secLine__en {
  color: #fff;
}

.title-secLine.is-allWhite .title-secLine__en, .title-secLine.is-allWhite .title-secLine__text {
  color: #fff;
}

.title-secLine__en {
  color: #9a9aad;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-style: italic;
  margin-left: -2px;
  margin-bottom: 13px;
}

.title-secLine__text {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.075em;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "YuMincho", "HGS明朝E", "メイリオ", "Meiryo", Georgia, serif;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  margin-left: -2px;
}

.title-secLine__text.is-allWhite {
  color: #fff;
}

.button-pageTop {
  position: fixed;
  z-index: 999;
  right: 60px;
  bottom: 20px;
  z-index: -10;
  opacity: 0;
  transition: 0.6s ease;
}

@media screen and (max-width: 1023px) {
  .button-pageTop {
    right: 30px;
  }
}

.button-pageTop.is-active {
  opacity: 1;
  z-index: 999;
}

.button-pageTop__inner {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  padding: 16px 12px;
  position: relative;
  text-decoration: none;
  text-align: center;
  text-indent: -99999rem;
  transition: all 0.6s ease;
}

.button-pageTop__inner:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-top: 1px solid #0E065E;
  border-left: 1px solid #0E065E;
  transform: rotate(45deg);
  transition: all 0.6s ease;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  margin: auto;
}

.button-pageTop__inner:hover, .button-pageTop__inner:visited:hover, .button-pageTop__inner:focus, .button-pageTop__inner:visited:focus, .button-pageTop__inner:active, .button-pageTop__inner:visited:active, .button-pageTop__inner.is-active {
  background-color: #3333CC;
  text-decoration: none;
  box-shadow: 4px 4px 23px 3px rgba(51, 51, 204, 0.2);
}

.button-pageTop__inner:hover:before, .button-pageTop__inner:visited:hover:before, .button-pageTop__inner:focus:before, .button-pageTop__inner:visited:focus:before, .button-pageTop__inner:active:before, .button-pageTop__inner:visited:active:before, .button-pageTop__inner.is-active:before {
  border-color: #fff;
}

.text-lead em,
.text-lead strong {
  font-weight: 700;
}

.text-lead sup {
  font-size: 1rem;
  vertical-align: super;
}

.text-lead {
  color: #767487;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.075em;
  font-weight: 500;
  display: block;
}

.text-lead:before, .text-lead:after {
  content: '';
  display: block;
  width: 0;
  height: .00001px;
  overflow: hidden;
}

.text-lead:before {
  margin-bottom: -1rem;
}

.text-lead:after {
  margin-top: -1rem;
}

@media screen and (min-width: 768px) {
  .text-lead {
    text-align: center;
  }
}

.button-large {
  display: block;
  width: 100%;
  text-decoration: none;
  border: 1px solid #0E065E;
  background-color: #0E065E;
  padding: 72px 57px 80px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.6s ease;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .button-large {
    padding: 69px 57px 80px;
  }
}

@media screen and (max-width: 1023px) {
  .button-large {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 20px 27px;
    height: 134px;
  }
}

.button-large:before, .button-large:after {
  content: "";
  transition: all 0.6s ease;
  position: absolute;
}

.button-large:before {
  height: 2px;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}

@media screen and (min-width: 1024px) {
  .button-large:before {
    width: 28px;
    right: 27px;
    top: 46.5%;
  }
}

@media screen and (max-width: 1023px) {
  .button-large:before {
    width: 17px;
    right: 26px;
    top: 67px;
  }
}

.button-large:after {
  height: 2px;
  content: "";
  border-top: 1px solid #fff;
  border-radius: 1px;
  transition: all 0.6s ease;
}

@media screen and (min-width: 1024px) {
  .button-large:after {
    width: 80px;
    right: 30px;
    top: 51.5%;
  }
}

@media screen and (max-width: 1023px) {
  .button-large:after {
    width: 33px;
    right: 28px;
    top: 73px;
  }
}

.button-large:hover, .button-large:visited:hover, .button-large:focus, .button-large:visited:focus, .button-large:active, .button-large:visited:active, .button-large.is-active {
  color: #fff;
  border-color: #3333CC;
  background-color: #3333CC;
  text-decoration: none;
  box-shadow: 4px 4px 23px 3px rgba(51, 51, 204, 0.2);
}

.button-large:hover:before, .button-large:hover:after, .button-large:visited:hover:before, .button-large:visited:hover:after, .button-large:focus:before, .button-large:focus:after, .button-large:visited:focus:before, .button-large:visited:focus:after, .button-large:active:before, .button-large:active:after, .button-large:visited:active:before, .button-large:visited:active:after, .button-large.is-active:before, .button-large.is-active:after {
  border-color: #fff;
}

.button-large:hover .button-large__caption, .button-large:visited:hover .button-large__caption, .button-large:focus .button-large__caption, .button-large:visited:focus .button-large__caption, .button-large:active .button-large__caption, .button-large:visited:active .button-large__caption, .button-large.is-active .button-large__caption {
  color: #fff;
}

.button-large__text {
  display: block;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.36364;
  letter-spacing: 0.075em;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1023px) {
  .button-large__text {
    flex: 1 1 100%;
  }
}

.button-large__caption {
  display: block;
  margin-top: 3px;
  padding-left: 1px;
  color: #B2AFD1;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1023px) {
  .button-large__caption {
    flex: 1 1 100%;
  }
}

.button-large__caption.is-hide {
  display: none;
}

@media screen and (min-width: 1024px) {
  .button-large__caption br {
    display: none;
  }
}

.button-large.is-white {
  background-color: #fff;
  border-color: #fff;
}

.button-large.is-white:before, .button-large.is-white:after {
  border-color: #0E065E;
}

.button-large.is-white .button-large__text {
  color: #0E065E;
}

.button-large.is-white .button-large__caption {
  color: #767487;
}

.button-large.is-white:hover, .button-large.is-white:visited:hover, .button-large.is-white:focus, .button-large.is-white:visited:focus, .button-large.is-white:active, .button-large.is-white:visited:active, .button-large.is-white.is-active {
  background-color: #fff;
  border-color: #fff;
}

.button-large.is-white:hover:before, .button-large.is-white:hover:after, .button-large.is-white:visited:hover:before, .button-large.is-white:visited:hover:after, .button-large.is-white:focus:before, .button-large.is-white:focus:after, .button-large.is-white:visited:focus:before, .button-large.is-white:visited:focus:after, .button-large.is-white:active:before, .button-large.is-white:active:after, .button-large.is-white:visited:active:before, .button-large.is-white:visited:active:after, .button-large.is-white.is-active:before, .button-large.is-white.is-active:after {
  border-color: #3333CC;
}

.button-large.is-white:hover .button-large__text, .button-large.is-white:hover .button-large__caption, .button-large.is-white:visited:hover .button-large__text, .button-large.is-white:visited:hover .button-large__caption, .button-large.is-white:focus .button-large__text, .button-large.is-white:focus .button-large__caption, .button-large.is-white:visited:focus .button-large__text, .button-large.is-white:visited:focus .button-large__caption, .button-large.is-white:active .button-large__text, .button-large.is-white:active .button-large__caption, .button-large.is-white:visited:active .button-large__text, .button-large.is-white:visited:active .button-large__caption, .button-large.is-white.is-active .button-large__text, .button-large.is-white.is-active .button-large__caption {
  color: #3333CC;
}

@media screen and (min-width: 1024px) {
  .button-large.is-contact-area {
    padding: 48px 57px;
  }
}

.ie .button-large.is-contact-area {
  padding-top: 50px;
  padding-bottom: 46px;
}

@media screen and (max-width: 1023px) {
  .button-large.is-contact-area {
    padding: 20px 30px;
    height: auto;
  }
}

@media screen and (min-width: 1024px) {
  .button-large.is-contact-area:before {
    top: 58px;
  }
}

@media screen and (max-width: 1023px) {
  .button-large.is-contact-area:before {
    top: 26px;
  }
}

@media screen and (min-width: 1024px) {
  .button-large.is-contact-area:after {
    top: 68px;
  }
}

@media screen and (max-width: 1023px) {
  .button-large.is-contact-area:after {
    top: 32px;
  }
}

.button-large.is-contact-area .button-large__text {
  color: #0E065E;
}

@media screen and (min-width: 1024px) {
  .button-large.is-contact-area .button-large__text {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.075em;
  }
}

@media screen and (max-width: 1023px) {
  .button-large.is-contact-area .button-large__text {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.075em;
  }
}

.button-large.is-contact-area:hover, .button-large.is-contact-area:visited:hover, .button-large.is-contact-area:focus, .button-large.is-contact-area:visited:focus, .button-large.is-contact-area:active, .button-large.is-contact-area:visited:active, .button-large.is-contact-area.is-active {
  background-color: #3333CC;
  border-color: #3333CC;
}

.button-large.is-contact-area:hover:before, .button-large.is-contact-area:hover:after, .button-large.is-contact-area:visited:hover:before, .button-large.is-contact-area:visited:hover:after, .button-large.is-contact-area:focus:before, .button-large.is-contact-area:focus:after, .button-large.is-contact-area:visited:focus:before, .button-large.is-contact-area:visited:focus:after, .button-large.is-contact-area:active:before, .button-large.is-contact-area:active:after, .button-large.is-contact-area:visited:active:before, .button-large.is-contact-area:visited:active:after, .button-large.is-contact-area.is-active:before, .button-large.is-contact-area.is-active:after {
  border-color: #fff;
}

.button-large.is-contact-area:hover .button-large__text, .button-large.is-contact-area:visited:hover .button-large__text, .button-large.is-contact-area:focus .button-large__text, .button-large.is-contact-area:visited:focus .button-large__text, .button-large.is-contact-area:active .button-large__text, .button-large.is-contact-area:visited:active .button-large__text, .button-large.is-contact-area.is-active .button-large__text {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .button-large.is-half {
    padding: 32px 27px;
  }
}

@media screen and (max-width: 1023px) {
  .button-large.is-half {
    padding-left: 25px;
    padding-right: 25px;
    height: 145px;
  }
}

@media screen and (min-width: 1024px) {
  .button-large.is-half::before {
    width: 15px;
    right: 19px;
    top: 49.5%;
  }
}

@media screen and (min-width: 1024px) {
  .button-large.is-half::after {
    width: 40px;
    right: 20px;
    top: 53%;
  }
}

@media screen and (min-width: 1024px) {
  .button-large.is-half .button-large__caption {
    margin-top: 15px;
  }
}

.button-large[target="_blank"] .button-large__text::after {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url("/ir/img/common/icon-extarnal.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: inherit;
  margin-left: 5px;
  transition: all 0.6s ease;
}

.safari .button-large[target="_blank"] .button-large__text::after {
  transition: none;
  vertical-align: -1px;
}

.ie .button-large[target="_blank"] .button-large__text::after {
  vertical-align: -1px;
}

.android .button-large[target="_blank"] .button-large__text::after {
  vertical-align: -1px;
}

@media screen and (min-width: 1024px) {
  .button-large.is-services {
    padding: 44px 27px;
  }
}

@media screen and (min-width: 1024px) {
  .button-large.is-services::before {
    width: 15px;
    right: 18px;
    top: 49.2%;
  }
}

@media screen and (min-width: 1024px) {
  .button-large.is-services::after {
    width: 40px;
    right: 20px;
    top: 53%;
  }
}

.button-large.is-services .button-large__text::after {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url("/ir/img/common/icon-extarnal.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: inherit;
  margin-left: 9px;
  transition: all 0.6s ease;
}

.safari .button-large.is-services .button-large__text::after {
  transition: none;
  vertical-align: -1px;
}

.ie .button-large.is-services .button-large__text::after {
  vertical-align: -1px;
}

.android .button-large.is-services .button-large__text::after {
  vertical-align: -1px;
}

.button-large.is-services .button-large__caption {
  margin-top: 8px;
}

.nav-breadcrumb {
  background-color: #F2F1F5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ie .nav-breadcrumb {
  padding-top: 12px;
  padding-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  .nav-breadcrumb {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.nav-breadcrumb__inner {
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .nav-breadcrumb__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav-breadcrumb__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .nav-breadcrumb__inner {
    max-width: 100%;
    padding: 0;
  }
}

.nav-breadcrumb__item {
  display: inline;
  position: relative;
}

.nav-breadcrumb__item:nth-child(n + 2)::before {
  content: '/';
  display: inline;
  position: absolute;
  left: 6px;
  top: -5px;
  color: #767487;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: .075em;
}

.firefox .nav-breadcrumb__item:nth-child(n + 2)::before {
  top: -9px;
}

.ios .nav-breadcrumb__item:nth-child(n + 2)::before {
  top: -7px;
}

.android .nav-breadcrumb__item:nth-child(n + 2)::before {
  top: -7px;
}

.nav-breadcrumb__item:nth-child(n + 2) a,
.nav-breadcrumb__item:nth-child(n + 2) span {
  padding-left: 17px;
}

.nav-breadcrumb__item a,
.nav-breadcrumb__item span {
  display: inline;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: .075em;
  text-decoration: none;
}

.nav-breadcrumb__item span {
  color: #767487;
}

/* 200226 リトモ追加 */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

@media only screen and (max-width: 750px) {
img { max-width: 100%; }
}

