@charset "utf-8";
audio:not([controls]),
[hidden] {
  display: none;
}
input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input:focus,
textarea:focus {
  outline: none;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: 'Noto Sans JP', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  position: relative;
  min-height: 100vh;
  width: 100%;
  color: #333;
}
a {
  cursor: pointer;
}
a:link,
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.item--pc {
  display: none;
}
@media screen and (min-width: 835px) {
  .item--pc {
    display: block;
  }
}
.item--sp {
  display: block;
}
@media screen and (min-width: 835px) {
  .item--sp {
    display: none;
  }
}
.header {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
@media screen and (min-width: 835px) {
  .header {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0 0 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 999;
    background: #fff;
  }
  .header.active {
    height: 80px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
  }
  .header.active .header__logo img {
    width: 180px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .header {
    padding: 0 0 0 20px;
  }
}
@media screen and (min-width: 835px) {
  .header__space {
    height: 100px;
  }
}
.header__pc__menu {
  display: none;
}
@media screen and (min-width: 835px) {
  .header__pc__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 62px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .header__pc__menu {
    gap: 20px;
  }
}
@media screen and (min-width: 835px) {
  .header__pc__menu.active {
    margin-top: 32px;
  }
}
.header__pc__menu__item {
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
  font-family: "Noto Serif JP", serif;
}
.header__pc__menu__item:hover {
  opacity: 0.7;
}
.header__pc__menu__contact {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -62px;
  width: 136px;
  height: 100px;
  background: #19376d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
.header__pc__menu__contact.active {
  margin-top: -32px;
  height: 80px;
}
.header__pc__menu__contact:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #2d3a91;
}
.header__pc__menu__contact:hover:before {
  width: 100%;
}
.header__pc__menu__contact:hover p {
  letter-spacing: 0.75px;
}
.header__pc__menu__contact p {
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__pc__tel {
  display: none;
}
@media screen and (min-width: 835px) {
  .header__pc__tel {
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 0px;
    right: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #19616e;
    color: #fff;
    padding: 10px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    width: 350px;
  }
  .header__pc__tel.active {
    top: -40px;
  }
  .header__pc__tel:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #1f7787;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__pc__tel img {
    width: 14px;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__pc__tel p {
    font-size: 20px;
    font-weight: bold;
    margin-left: 6px;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__pc__tel span {
    font-size: 11px;
    font-weight: bold;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__pc__tel:hover:before {
    width: 100%;
  }
  .header__pc__tel:hover p,
  .header__pc__tel:hover span,
  .header__pc__tel:hover img {
    letter-spacing: 1px;
  }
}
.header__logo img {
  width: 140px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .header__logo img {
    width: 200px;
  }
}
.header__sp__btn {
  width: 60px;
  height: 60px;
  background: #19376d;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
.header__sp__btn:before,
.header__sp__btn:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 1px;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
}
.header__sp__btn:before {
  top: 26px;
}
.header__sp__btn:after {
  top: 35px;
}
@media screen and (min-width: 835px) {
  .header__sp__btn {
    display: none;
  }
}
.header__sp__menu {
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(331deg, #161c45 0%, #0e1546 4%, #393d53 100%) 0% 0% no-repeat padding-box;
  z-index: 9999;
}
.header__sp__menu.active {
  left: 0;
}
.header__sp__menu__close__btn {
  width: 60px;
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.header__sp__menu__close__btn:before,
.header__sp__menu__close__btn:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 1px;
  background: #19376d;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.header__sp__menu__close__btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__sp__menu__close__btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__sp__menu__list {
  margin-top: 60px;
}
.header__sp__menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  padding: 20px 0;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 370px) {
  .header__sp__menu__item {
    padding: 15px 0;
    font-size: 14px;
  }
}
.header__sp__menu__btn {
  margin-top: 30px;
}
.header__sp__menu__btn > a:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 370px) {
  .header__sp__menu__btn > a:not(:first-of-type) {
    margin-top: 10px;
  }
}
.contact__btn {
  background: #19376d;
  width: 255px;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
.contact__btn:before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #2d3a91;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.contact__btn:hover {
  letter-spacing: 0.8px;
}
.contact__btn:hover:before {
  width: 100%;
}
.phone__btn {
  background: #19616e;
  width: 255px;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.phone__btn:before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #1f7787;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.phone__btn img {
  width: 14px;
  margin-right: 6px;
}
.phone__btn span {
  font-size: 11px;
  font-weight: normal;
  width: 100%;
  text-align: center;
  margin-top: -15px;
}
.phone__btn:hover {
  letter-spacing: 1px;
}
.phone__btn:hover:before {
  width: 100%;
}
.page__container,
.page__container--s {
  padding: 60px 24px;
}
@media screen and (min-width: 835px) {
  .page__container,
  .page__container--s {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 24px 120px;
  }
}
@media screen and (min-width: 835px) {
  .page__container--s {
    max-width: 940px;
  }
}
.page__title {
  font-size: 26px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 835px) {
  .page__title {
    font-size: 32px;
  }
}
.page__text {
  text-align: center;
  font-size: 14px;
  line-height: 1.75;
  margin-top: 45px;
}
@media screen and (min-width: 835px) {
  .page__text {
    font-size: 16px;
    margin-top: 50px;
  }
}
.pageBtn {
  background: #283064;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 204px;
  height: 56px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 28px;
  margin: 40px auto 0;
}
@media screen and (min-width: 835px) {
  .pageBtn {
    margin-top: 80px;
  }
}
.pageBtn:hover {
  background: #2d3a91;
  letter-spacing: 0.8px;
}
.table,
.tableMember {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .table,
  .tableMember {
    border-bottom: 1px solid #19376d;
  }
}
.table th,
.tableMember th,
.table td,
.tableMember td {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (min-width: 835px) {
  .table th,
  .tableMember th,
  .table td,
  .tableMember td {
    display: table-cell;
    font-size: 16px;
  }
}
.table th,
.tableMember th {
  background: #e7eaf0;
  border-top: 1px solid #19376d;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
}
@media screen and (min-width: 835px) {
  .table th,
  .tableMember th {
    background: #fff;
    border-top: none;
    border-bottom: 1px solid #19376d;
    width: 240px;
    text-align: left;
    padding: 16px 20px;
  }
}
.table td,
.tableMember td {
  padding: 20px 0;
  background: #fff;
}
.table td a,
.tableMember td a {
  color: #2d3a91;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.table td a:hover,
.tableMember td a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.table td a img,
.tableMember td a img {
  width: 10px;
  margin-left: 4px;
}
@media screen and (min-width: 835px) {
  .table td,
  .tableMember td {
    border-bottom: 1px solid #ddd;
    height: 92px;
    padding: 0 30px;
    text-align: left;
  }
}
@media screen and (min-width: 835px) {
  .tableMember td:nth-of-type(1) {
    width: 240px;
    text-align: center;
  }
}
.tableMember td:nth-of-type(2) {
  padding-top: 0;
}
@media screen and (min-width: 835px) {
  .tableMember td:nth-of-type(2) {
    padding: 0 30px;
  }
}
.tableFoot {
  font-size: 14px;
  line-height: 2;
  text-align: right;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .tableFoot {
    font-size: 16px;
  }
}
.accessMap {
  margin-top: 40px;
  padding: 0 20px;
  width: 100%;
  height: 70vw;
  display: block;
}
@media screen and (min-width: 835px) {
  .accessMap {
    width: 400px;
    height: 400px;
    padding: 0;
    margin: 60px auto 0;
  }
}
.thenksText {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (min-width: 835px) {
  .thenksText {
    font-size: 22px;
  }
}
.pageTop {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 55px;
  height: 55px;
  border: 3px solid #19376d;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 835px) {
  .pageTop {
    bottom: 40px;
    right: 40px;
    width: 65px;
    height: 65px;
    border: 4px solid #19376d;
  }
}
.pageTop:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #19376d;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pageTop svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 20px;
  height: 19px;
  fill: #19376d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pageTop:hover:before {
  width: 100%;
  height: 100%;
}
.pageTop:hover svg {
  fill: #fff;
}
@media screen and (min-width: 835px) {
  .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cta__phone {
  background: #19616e;
  height: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .cta__phone {
    width: 50%;
    height: 375px;
  }
}
@media screen and (min-width: 835px) {
  .cta__phone:hover img {
    width: 45px;
  }
}
.cta__phone__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  -webkit-transition: letter-spacing 0.3s;
  transition: letter-spacing 0.3s;
}
@media screen and (min-width: 835px) {
  .cta__phone__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cta__phone__box img {
  width: 23px;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .cta__phone__box img {
    width: 0;
    margin-bottom: 20px;
  }
}
.cta__phone__box .main {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .cta__phone__box .main {
    font-size: 60px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .cta__phone__box .main {
    font-size: 50px;
  }
}
.cta__phone__box .foot {
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .cta__phone__box .foot {
    font-size: 16px;
  }
}
.cta__contact {
  background: #19376d;
  height: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .cta__contact {
    width: 50%;
    height: 375px;
  }
}
@media screen and (min-width: 835px) {
  .cta__contact:hover img {
    width: 60px;
  }
}
.cta__contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .cta__contact__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cta__contact__box img {
  width: 30px;
  margin-right: 10px;
  margin-top: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .cta__contact__box img {
    width: 0;
    margin-bottom: 20px;
  }
}
.cta__contact__box .main {
  font-size: 28px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .cta__contact__box .main {
    font-size: 40px;
  }
}
.cta__contact__box .foot {
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  line-height: 1.75;
}
@media screen and (min-width: 835px) {
  .cta__contact__box .foot {
    font-size: 16px;
  }
}
.footer {
  background: #112547;
  padding: 40px 0 50px;
}
@media screen and (min-width: 835px) {
  .footer {
    padding: 56px 0 117px;
  }
}
.footer__inner {
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .footer__inner {
    max-width: 1150px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__box {
  text-align: center;
}
@media screen and (min-width: 835px) {
  .footer__box {
    width: 35%;
  }
}
.footer__logo {
  font-size: 21px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #fff;
}
.footer__box__text {
  font-size: 14px;
  margin-top: 20px;
  color: #fff;
  line-height: 1.5;
}
.footer__box__btn {
  margin-top: 30px;
}
.footer__box__btn > a:not(:first-of-type) {
  margin-top: 10px;
}
.footer__menu {
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .footer__menu {
    width: 58%;
  }
}
.footer__menu__head,
.footer__menu__head__other {
  font-size: 14px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (min-width: 835px) {
  .footer__menu__head,
  .footer__menu__head__other {
    font-size: 16px;
  }
}
@media screen and (min-width: 835px) {
  .footer__menu__head__other {
    max-width: 385px;
  }
}
.footer__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .footer__menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 40px;
    margin-top: 20px;
    max-width: 480px;
  }
}
.footer__menu__item {
  font-size: 14px;
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  opacity: 0.9;
}
@media screen and (min-width: 835px) {
  .footer__menu__item {
    font-size: 16px;
    padding: 0;
  }
}
.footer__menu__item img {
  width: 10px;
  margin-left: 6px;
}
.footer__menu__item:hover {
  opacity: 1;
}
.copyright {
  font-size: 10px;
  color: #fff;
  background: #1a376e;
  text-align: center;
  padding: 10px 0;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .copyright {
    font-size: 12px;
  }
}
.circle {
  position: absolute;
  border-radius: 50%;
  display: inline-block;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 5px solid #f3f3f3;
  width: 100px;
  height: 100px;
  top: 5px;
}
@media screen and (min-width: 835px) {
  .circle {
    width: 150px;
    height: 150px;
  }
}
.circle:before,
.circle:after {
  content: '';
  position: absolute;
  border: 5px solid #f3f3f3;
  top: -5px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: inline-block;
}
.circle:before {
  left: -52px;
}
@media screen and (min-width: 835px) {
  .circle:before {
    left: -77px;
  }
}
.circle:after {
  right: -52px;
}
@media screen and (min-width: 835px) {
  .circle:after {
    right: -77px;
  }
}
.circle.w {
  border: 5px solid #fff;
}
.circle.w:before,
.circle.w:after {
  border: 5px solid #fff;
}
.circle.s {
  border-width: 3px;
  width: 65px;
  height: 65px;
}
@media screen and (min-width: 835px) {
  .circle.s {
    border-width: 5px;
    width: 90px;
    height: 90px;
  }
}
.circle.s:before,
.circle.s:after {
  border-width: 3px;
  top: -3px;
}
@media screen and (min-width: 835px) {
  .circle.s:before,
  .circle.s:after {
    border-width: 5px;
    top: -5px;
  }
}
.circle.s:before {
  left: -34px;
}
@media screen and (min-width: 835px) {
  .circle.s:before {
    left: -50px;
  }
}
.circle.s:after {
  right: -34px;
}
@media screen and (min-width: 835px) {
  .circle.s:after {
    right: -50px;
  }
}
.breadcrumbs__container {
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .breadcrumbs__container {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .breadcrumbs {
    margin-top: 40px;
  }
}
.breadcrumbs > span {
  font-size: 12px;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 835px) {
  .breadcrumbs > span {
    font-size: 14px;
    max-width: none;
  }
}
.breadcrumbs a {
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #19376d;
}
.breadcrumbs a:hover {
  opacity: 0.7;
}
.breadcrumbs .arw {
  color: #283064;
  margin: 0 10px;
}
@media screen and (min-width: 835px) {
  .breadcrumbs .arw {
    margin: 0 16px;
  }
}
.business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 835px) {
  .business__list {
    max-width: 940px;
    margin: 0px auto 0;
  }
}
.business__item {
  padding-top: 0px;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .business__item {
    padding-top: 80px;
    margin-top: -20px;
  }
}
.business__item h2 {
  background: #f3f3f3;
  padding: 12px 18px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .business__item h2 {
    font-size: 28px;
    padding: 12px 28px;
  }
}
.business__item h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 24px;
  background: #19376d;
}
@media screen and (min-width: 835px) {
  .business__item h2:before {
    width: 8px;
    height: 30px;
  }
}
.business__item p {
  padding: 20px 16px;
  border: 4px solid #f3f3f3;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (min-width: 835px) {
  .business__item p {
    font-size: 18px;
    padding: 30px 40px;
  }
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__text--contact {
  display: none;
}
.wpcf7-form.custom-wpcf7c-confirmed .contactTel {
  display: none;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__text--confirm {
  display: block;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(1) {
  background: #fff;
  border: 2px solid #ccc;
}
@media screen and (min-width: 835px) {
  .wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(1) {
    border: 4px solid #ccc;
  }
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(1):before {
  content: none;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(1) p,
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(1) span {
  color: #283064;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(2) {
  background: #283064;
  border: 2px solid #283064;
}
@media screen and (min-width: 835px) {
  .wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(2) {
    border: 4px solid #283064;
  }
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(2):before {
  content: "";
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(2) p,
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(2) span {
  color: #fff;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__privacy {
  display: none;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item {
  border-top: 1px solid #ddd;
  padding: 20px 0;
  margin-bottom: 0;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item:nth-of-type(6) {
  border-bottom: 1px solid #ddd;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item input,
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item textarea {
  background: transparent;
  border: none;
  height: auto;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .wpcf7-form.custom-wpcf7c-confirmed .contact__form__item input,
  .wpcf7-form.custom-wpcf7c-confirmed .contact__form__item textarea {
    margin-top: 20px;
  }
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item input::-webkit-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item textarea::-webkit-input-placeholder {
  color: transparent;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item input::-moz-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item textarea::-moz-placeholder {
  color: transparent;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item input::-ms-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item textarea::-ms-input-placeholder {
  color: transparent;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item input::placeholder,
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item textarea::placeholder {
  color: transparent;
}
.wpcf7-form.custom-wpcf7c-confirmed textarea {
  height: 116px !important;
}
.wpcf7-form.custom-wpcf7c-confirmed .select {
  border: none;
  height: auto;
}
.wpcf7-form.custom-wpcf7c-confirmed .select .arw {
  display: none;
}
.wpcf7-form.custom-wpcf7c-confirmed .select select {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  opacity: 1;
}
.acceptance .wpcf7-list-item label {
  display: none;
}
.wpcf7-radio input[type="radio"] {
  margin-bottom: 8px !important;
}
@media screen and (min-width: 835px) {
  .wpcf7-radio input[type="radio"] {
    margin-bottom: 0px !important;
    margin-top: 0 !important;
  }
}
.wpcf7-radio p {
  color: #333;
}
.contact__hidden {
  display: block;
}
@media screen and (min-width: 835px) {
  .contact__hidden {
    padding-top: 80px;
  }
}
.contact__text,
.contact__text--contact,
.contact__text--confirm {
  font-size: 12px;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .contact__text,
  .contact__text--contact,
  .contact__text--confirm {
    font-size: 14px;
  }
}
.contact__text--confirm {
  display: none;
}
.contact__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 20px;
  width: 210px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .contact__step {
    margin: 0 auto 40px;
    width: 460px;
  }
}
.contact__step:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 50px);
  height: 2px;
  background: #ddd;
}
.contact__step__item {
  width: 54px;
  height: 54px;
  position: relative;
  background: #fff;
  border: 2px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50%;
}
@media screen and (min-width: 835px) {
  .contact__step__item {
    width: 100px;
    height: 100px;
    border: 4px solid #ccc;
  }
}
.contact__step__item span {
  font-size: 10px;
  color: #333;
  margin-bottom: 3px;
}
@media screen and (min-width: 835px) {
  .contact__step__item span {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.contact__step__item p {
  font-size: 13px;
  color: #333;
}
@media screen and (min-width: 835px) {
  .contact__step__item p {
    font-size: 16px;
  }
}
.contact__step__item.is-active {
  background: #283064;
  border: 2px solid #283064;
}
@media screen and (min-width: 835px) {
  .contact__step__item.is-active {
    border: 4px solid #283064;
  }
}
.contact__step__item.is-active p,
.contact__step__item.is-active span {
  color: #fff;
}
.contact__form {
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .contact__form {
    max-width: 680px;
    margin: 60px auto 0;
  }
}
.contact__form__item {
  margin-bottom: 30px;
}
@media screen and (min-width: 835px) {
  .contact__form__item {
    margin-bottom: 35px;
  }
}
.contact__form__item > p {
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (min-width: 835px) {
  .contact__form__item > p {
    width: 280px;
    font-size: 20px;
  }
}
.contact__form__item > p span {
  background: #19616e;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  margin-left: 8px;
}
.contact__form__item input[type="text"],
.contact__form__item input[type="tel"],
.contact__form__item input[type="email"],
.contact__form__item textarea {
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 4px;
  background: #fff;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  background: #eee;
}
.contact__form__item input[type="text"].small,
.contact__form__item input[type="tel"].small,
.contact__form__item input[type="email"].small,
.contact__form__item textarea.small {
  width: 250px;
}
.contact__form__item input[type="text"]::-webkit-input-placeholder,
.contact__form__item input[type="tel"]::-webkit-input-placeholder,
.contact__form__item input[type="email"]::-webkit-input-placeholder,
.contact__form__item textarea::-webkit-input-placeholder {
  color: rgba(26, 26, 26, .302);
}
.contact__form__item input[type="text"]::-moz-placeholder,
.contact__form__item input[type="tel"]::-moz-placeholder,
.contact__form__item input[type="email"]::-moz-placeholder,
.contact__form__item textarea::-moz-placeholder {
  color: rgba(26, 26, 26, .302);
}
.contact__form__item input[type="text"]::-ms-input-placeholder,
.contact__form__item input[type="tel"]::-ms-input-placeholder,
.contact__form__item input[type="email"]::-ms-input-placeholder,
.contact__form__item textarea::-ms-input-placeholder {
  color: rgba(26, 26, 26, .302);
}
.contact__form__item input[type="text"]::placeholder,
.contact__form__item input[type="tel"]::placeholder,
.contact__form__item input[type="email"]::placeholder,
.contact__form__item textarea::placeholder {
  color: rgba(26, 26, 26, .302);
}
.contact__form__item textarea {
  height: 150px;
  padding-top: 12px;
}
@media screen and (min-width: 835px) {
  .contact__form__item textarea {
    height: 190px;
  }
}
.contact__form__item .select {
  width: 100%;
  height: 60px;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media screen and (min-width: 835px) {
  .contact__form__item .select {
    height: 60px;
  }
}
.contact__form__item .select select {
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
  padding-left: 12px;
  font-size: 16px;
  background: #eee;
}
.contact__form__item .select .arw {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #333 transparent transparent transparent;
}
.contact__form__item .supplement {
  padding-left: 34px;
  font-size: 12px;
  margin-top: 8px;
}
.contact__form__item .supplement a {
  color: #283064;
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__form__item .supplement a img {
  width: 10px;
  margin-left: 2px;
}
@media screen and (min-width: 835px) {
  .contact__form__box {
    margin-left: 8px;
    margin-top: 30px;
  }
  .contact__form__box p {
    font-size: 14px;
  }
}
.contact__form__box__item:not(:first-of-type) {
  margin-top: 30px;
}
.contact__form__acceptance {
  text-align: center;
}
.contact__form__acceptance .wpcf7-form-control-wrap {
  width: 100%;
}
.contact__form__acceptance span.wpcf7-list-item {
  margin: 0;
}
.contact__form__acceptance input {
  display: none;
}
.acceptance .wpcf7-list-item {
  margin: 0 !important;
}
.acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
}
.acceptance .wpcf7-list-item label input {
  display: none;
}
.acceptance .wpcf7-list-item label input:checked ~ span {
  background: #283064;
}
.acceptance .wpcf7-list-item label input:checked ~ span:before,
.acceptance .wpcf7-list-item label input:checked ~ span:after {
  content: "";
}
.acceptance .wpcf7-list-item label > span {
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
}
.acceptance .wpcf7-list-item label > span span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.acceptance .wpcf7-list-item label > span:before {
  position: absolute;
  z-index: 10;
  width: 6px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  left: 1px;
}
.acceptance .wpcf7-list-item label > span:after {
  position: absolute;
  z-index: 10;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 6px;
  left: 4px;
}
.acceptance .wpcf7-list-item label p {
  font-size: 12px;
  padding-left: 10px;
  margin-bottom: 2px;
}
@media screen and (min-width: 835px) {
  .acceptance .wpcf7-list-item label p {
    font-size: 14px;
  }
}
.acceptance .wpcf7-list-item label p a {
  color: #2d3a91;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.acceptance .wpcf7-list-item label p a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.acceptance .wpcf7-list-item label p a img {
  margin: 0 3px;
}
.acceptance .wpcf7-list-item label p span {
  color: #ea463c;
}
.contact__form__confirm {
  width: 204px;
  height: 56px;
  background: #283064;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin: 40px auto 0;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact__form__confirm:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .contact__form__confirm {
    margin: 60px auto 0;
  }
}
.contact__form__confirm:disabled {
  opacity: 0.8;
}
.contact__form__submit {
  width: 204px;
  height: 56px;
  background: #283064;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin: 40px auto 0;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact__form__submit:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .contact__form__submit {
    margin: 60px auto 0;
  }
}
.contact__form__back {
  background: none;
  border: none;
  font-size: 14px;
  text-decoration: underline;
  color: #5d5d5d;
  margin: 60px auto 0;
  width: 130px;
  display: block;
}
@media screen and (min-width: 835px) {
  .contact__form__back {
    font-size: 16px;
    width: 150px;
    margin: 100px auto 0;
  }
}
span.wpcf7-not-valid-tip {
  margin-top: 10px;
}
.wpcf7-form-control-wrap.content {
  padding: 0;
}
.wpcf7-validation-errors {
  display: none !important;
}
.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
@media screen and (min-width: 835px) {
  .wpcf7-radio {
    margin-top: 18px;
    margin-bottom: 10px;
  }
}
.wpcf7-radio > span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
  margin-right: 20px !important;
}
@media screen and (min-width: 835px) {
  .wpcf7-radio > span {
    margin-right: 80px !important;
  }
}
.wpcf7-radio > span input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 10px;
  margin-bottom: 3px;
  accent-color: #283064;
}
.contact__thanks__text {
  text-align: left;
  font-size: 13px;
  line-height: 2;
  margin-top: 20px;
  color: #535353;
}
@media screen and (min-width: 835px) {
  .contact__thanks__text {
    text-align: center;
    margin-top: 40px;
  }
}
.contact__thanks__btn {
  width: 100%;
  height: 56px;
  background: #283064;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  margin: 40px auto 0;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact__thanks__btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .contact__thanks__btn {
    width: 520px;
    font-size: 16px;
    margin: 60px auto 0;
  }
}
.contact__privacy {
  text-align: center;
  font-size: 12px;
  line-height: 1.75;
}
@media screen and (min-width: 835px) {
  .contact__privacy {
    font-size: 14px;
  }
}
.contact__privacy a {
  color: #2d3a91;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact__privacy a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact__privacy a img {
  width: 10px;
  margin: 0 4px;
}
.contactTel {
  background: #f3f3f3;
  padding: 40px 24px;
}
@media screen and (min-width: 835px) {
  .contactTel {
    padding: 60px 24px;
  }
}
.contactTelBox {
  background: #fff;
  padding: 30px 0;
  text-align: center;
  border: 2px solid #ddd;
}
@media screen and (min-width: 835px) {
  .contactTelBox {
    max-width: 940px;
    margin: 0 auto;
    padding: 40px 0;
  }
}
.contactTelBox h2 {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .contactTelBox h2 {
    font-size: 18px;
  }
}
.contactTelBox p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .contactTelBox p {
    font-size: 40px;
  }
}
.contactTelBox p span {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #19616e;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: 4px;
}
@media screen and (min-width: 835px) {
  .contactTelBox p span {
    width: 34px;
    height: 34px;
    margin-right: 10px;
  }
}
.contactTelBox p span img {
  width: 11px;
}
@media screen and (min-width: 835px) {
  .contactTelBox p span img {
    width: 13px;
  }
}
.contactTelBox small {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
@media screen and (min-width: 835px) {
  .contactTelBox small {
    margin-top: 10px;
    font-size: 14px;
  }
}
.contact__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 40px 24px 0;
}
@media screen and (min-width: 835px) {
  .contact__type {
    padding: 80px 0 0;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1000px;
    margin: auto;
  }
}
.contact__type a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 70px;
  background: #f3f3f3;
  border-bottom: 1px solid #19376d;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .contact__type a {
    font-size: 20px;
    aspect-ratio: 1/1;
    height: auto;
    width: calc(25% - 15px);
  }
}
.contact__type a.is-active {
  border: 2px solid #19376d;
}
.contact__type a img {
  position: absolute;
  width: 8px;
  left: 0;
  right: 0;
  bottom: 8px;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .contact__type a img {
    width: 11px;
    bottom: 20px;
  }
}
.contactPopup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 9999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.contactPopup.is-active {
  opacity: 1;
  visibility: visible;
}
.contactPopupBox {
  padding: 40px 20px;
  background: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, .8);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, .8);
  position: relative;
}
@media screen and (min-width: 835px) {
  .contactPopupBox {
    padding: 40px 120px;
  }
}
.contactPopupText {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .contactPopupText {
    font-size: 16px;
  }
}
.contactPopupHead {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .contactPopupHead {
    font-size: 28px;
  }
}
.contactPopupSubHead {
  font-size: 14px;
  margin-top: 15px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .contactPopupSubHead {
    font-size: 16px;
    margin-top: 20px;
  }
}
.contactPopupLogo {
  width: 200px;
  margin: 15px 0 30px;
}
@media screen and (min-width: 835px) {
  .contactPopupLogo {
    width: 240px;
  }
}
.contactPopupCreneo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 255px;
  height: 55px;
  border-radius: 28px;
  background: -webkit-gradient(linear, left top, right top, from(#e7b13d), to(#ead54f));
  background: linear-gradient(90deg, #e7b13d, #ead54f);
  margin: 10px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .contactPopupCreneo {
    margin: 25px auto 0;
  }
}
.contactPopupCreneo:hover {
  opacity: 0.7;
}
.contactPopupCreneo p {
  font-size: 16px;
  color: #000;
  margin: 0 5px;
}
.contactPopupCreneo img:first-of-type {
  width: 120px;
}
.contactPopupCreneo img:last-of-type {
  width: 10px;
  margin-top: 5px;
}
.contactPopupBack {
  font-size: 14px;
  color: #0068e1;
  text-decoration: underline;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .contactPopupBack {
    font-size: 16px;
  }
}
.contactPopupClose {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .contactPopupClose {
    width: 30px;
    height: 30px;
    top: -25px;
    right: -25px;
  }
}
.keyvisual,
.keyvisual--list {
  background-size: cover;
  padding: 100px 0 20px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .keyvisual,
  .keyvisual--list {
    padding: 200px 0 40px;
  }
}
.keyvisual:before,
.keyvisual--list:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 7, 49, 0)), to(rgba(0, 7, 49, .702))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(0, 7, 49, 0) 0%, rgba(0, 7, 49, .702) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.7;
  height: 150px;
}
@media screen and (min-width: 835px) {
  .keyvisual:before,
  .keyvisual--list:before {
    height: 260px;
  }
}
.keyvisual--list {
  background-image: url("../img/head/list_head_bg_sp.png");
}
@media screen and (min-width: 835px) {
  .keyvisual--list {
    background-image: url("../img/head/list_head_bg_pc.png");
  }
}
.keyvisual__inner {
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .keyvisual__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.keyvisual__head {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: relative;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) {
  .keyvisual__head {
    font-size: 20px;
  }
}
.keyvisual__title {
  background: #fff;
  color: #19376d;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  padding: 10px 15px;
  margin-top: 10px;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .keyvisual__title {
    font-size: 48px;
    padding: 10px 20px;
    margin-top: 15px;
  }
}
.lawyer {
  margin-top: 44px;
}
@media screen and (min-width: 835px) {
  .lawyer {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lawyer__img {
  position: relative;
  padding: 23px 23px 14px 14px;
}
@media screen and (min-width: 835px) {
  .lawyer__img {
    width: 450px;
  }
}
.lawyer__img img {
  display: block;
  width: 100%;
}
.lawyer__img span:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  border-top: 23px solid #19376d;
  border-right: 23px solid #19376d;
}
.lawyer__img span:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border-left: 14px solid #19616e;
  border-bottom: 14px solid #19616e;
}
.lawyer__info {
  background: #f7f9fa;
  padding: 30px 16px;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .lawyer__info {
    width: calc(100% - 540px);
    margin-top: 0;
    padding: 40px;
  }
}
.lawyer__head {
  background: #e4f0f2;
  border: 1px solid #19616e;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85px;
  height: 28px;
  font-size: 14px;
  font-weight: bold;
  color: #19616e;
}
.lawyer__name {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin-top: 20px;
  color: #19376d;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) {
  .lawyer__name {
    font-size: 28px;
  }
}
.lawyer__name span {
  font-size: 11px;
  font-family: "EB Garamond", serif;
}
@media screen and (min-width: 835px) {
  .lawyer__name span {
    font-size: 14px;
  }
}
.lawyer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #19376d;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .lawyer__title {
    font-size: 18px;
  }
}
.lawyer__title span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #19376d;
}
.lawyer__title span.sec {
  background: #87831f;
}
.lawyer__text {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .lawyer__text {
    font-size: 16px;
  }
}
.single {
  padding: 60px 25px;
}
@media screen and (min-width: 835px) {
  .single {
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 25px;
  }
}
.single__category {
  width: 180px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #19376d;
  border: 1px solid #19376d;
  font-size: 11px;
}
@media screen and (min-width: 835px) {
  .single__category {
    width: 200px;
    font-size: 13px;
  }
}
.single__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #19376d;
  padding-bottom: 18px;
  margin-top: 16px;
}
@media screen and (min-width: 835px) {
  .single__title {
    font-size: 32px;
    border-bottom: 2px solid #19376d;
  }
}
.single__img {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .single__img {
    max-width: 680px;
    margin: 40px auto 0;
  }
}
.single__img img {
  display: block;
  width: 100%;
  height: auto;
}
.single__content .first {
  margin-top: 0;
}
.single__content h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 12px;
  border-bottom: 1px solid #19376d;
}
.single__content h1 + h2 {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .single__content h1 + h2 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 835px) {
  .single__content h1 {
    font-size: 32px;
    border-bottom: 2px solid #19376d;
  }
}
.single__content h2 {
  font-size: 18px;
  font-weight: bold;
  background: #f7f9fa;
  line-height: 1.75;
  padding: 10px 17px;
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .single__content h2 {
    font-size: 28px;
    margin-top: 80px;
    padding: 10px 28px;
  }
}
.single__content h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 24px;
  background: #19376d;
}
@media screen and (min-width: 835px) {
  .single__content h2:before {
    width: 8px;
    height: 30px;
  }
}
.single__content h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  padding: 6px 17px;
  margin-top: 30px;
  position: relative;
  border-bottom: 1px solid #19376d;
}
@media screen and (min-width: 835px) {
  .single__content h3 {
    font-size: 24px;
    padding: 10px 28px;
    width: calc(100% - 60px);
    margin: 60px auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.single__content h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 16px;
  background: #19376d;
}
@media screen and (min-width: 835px) {
  .single__content h3:before {
    width: 8px;
    height: 20px;
  }
}
.single__content h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 30px;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (min-width: 835px) {
  .single__content h4 {
    font-size: 22px;
    width: calc(100% - 60px);
    margin: 60px auto 0;
  }
}
.single__content h4:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 8px;
  left: 0;
  bottom: 0;
  background-color: #19376d;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 1.5px, transparent 0, transparent 3px);
}
.single__content p {
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}
.single__content p.center-sp {
  text-align: center;
}
@media screen and (min-width: 835px) {
  .single__content p.center-sp {
    text-align: left;
  }
}
@media screen and (min-width: 835px) {
  .single__content p {
    font-size: 16px;
    width: calc(100% - 60px);
    margin: 40px auto 0;
  }
}
.single__content ul {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .single__content ul {
    width: calc(100% - 60px);
    margin: 40px auto 0;
  }
}
.single__content ul li {
  position: relative;
  font-size: 14px;
  padding: 10px 0;
  padding-left: 20px;
}
@media screen and (min-width: 835px) {
  .single__content ul li {
    font-size: 16px;
  }
}
.single__content ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 10px;
  height: 10px;
  background: #849fcd;
  border-radius: 50%;
}
.single__content ol {
  margin-top: 30px;
  counter-reset: item;
}
@media screen and (min-width: 835px) {
  .single__content ol {
    width: calc(100% - 60px);
    margin: 40px auto 0;
  }
}
.single__content ol li {
  position: relative;
  font-size: 14px;
  padding: 10px 0;
  padding-left: 30px;
}
@media screen and (min-width: 835px) {
  .single__content ol li {
    font-size: 16px;
  }
}
.single__content ol li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background: #849fcd;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.single__content ol li:after {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  left: 6px;
  top: 11px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  z-index: 10;
}
.single__content strong {
  font-weight: bold;
}
.single__content u {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ccf3e2));
  background: linear-gradient(transparent 65%, #ccf3e2 65%);
  text-decoration: none;
}
.single__content a {
  text-decoration: underline;
  font-size: 14px;
  color: #004cb3;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single__content a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 835px) {
  .single__content a {
    font-size: 16px;
  }
}
.single__content .button {
  width: 150px;
  height: 40px;
  background: #2d3a91;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  margin: 30px auto 0;
}
@media screen and (min-width: 835px) {
  .single__content .button {
    margin-left: 0;
    border: 1px solid #2d3a91;
    color: #2d3a91;
    background: #edf4ff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .single__content .button:hover {
    background: #2d3a91;
    color: #fff;
    opacity: 1;
  }
}
.single__content figure > div {
  width: 100% !important;
}
.single__content figure .wp-caption-text {
  text-align: center;
  margin-top: 10px;
}
.single__content img {
  display: block;
  margin: 30px auto 0;
  width: 100%;
}
@media screen and (min-width: 835px) {
  .single__content img {
    max-width: 680px;
    margin: 40px auto 0;
  }
}
.single__content .wp-caption {
  width: 100% !important;
  text-align: center;
}
.single__content .wp-caption p {
  margin-top: 10px;
}
.single__back {
  width: 200px;
  height: 56px;
  background: #283064;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 60px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .single__back {
    margin: 80px auto 0;
  }
}
.single__back:hover {
  background: #2d3a91;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 835px) {
  .slick__list {
    width: 70%;
  }
}
.slick__list--left {
  display: none;
}
@media screen and (min-width: 835px) {
  .slick__list--left {
    display: block;
    position: absolute;
    top: 0;
    left: 80px;
    width: 100%;
  }
  .slick__list--left .slick__item img {
    width: 140px;
    height: 250px;
    border-radius: 30px;
  }
}
.slick__list--left .slick__item {
  margin: 0;
}
.slick__item {
  -webkit-box-shadow: 0px 0px 10px 3px #ccc;
          box-shadow: 0px 0px 10px 3px #ccc;
  margin: 30px 20px;
  position: relative;
}
.slick__item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .slick__item img {
    height: 530px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .slick__item img {
    height: 400px;
  }
}
.slick__item__box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  padding: 25px 20px;
  background: rgba(0, 0, 0, .8);
  text-align: left;
}
.slick__item__ttl {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.slick__item__subttl {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}
.next-arrow {
  position: absolute;
  top: 45%;
  right: -10px;
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .next-arrow {
    right: 30px;
  }
}
.next-arrow img {
  width: 100%;
}
.prev-arrow {
  position: absolute;
  top: 45%;
  left: -10px;
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
}
.prev-arrow img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .slick-list {
    padding: 0 10% 0 0;
  }
}
.slick__list--left .slick-list {
  padding: 0;
}
.mv {
  padding-top: 20px;
  height: calc(100vh - 160px);
  position: relative;
}
@media screen and (min-width: 835px) {
  .mv {
    padding-top: 0;
    height: calc(100vh - 100px);
  }
}
.mv__title {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 30px;
  font-weight: bold;
  color: #19376d;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
  letter-spacing: 3.2px;
}
@media screen and (min-width: 835px) {
  .mv__title {
    font-size: 60px;
    z-index: 10;
    display: inline-block;
    margin-top: 27vh;
    padding-left: 3vw;
    letter-spacing: 6px;
  }
  .mv__title span {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 370px) {
  .mv__title {
    font-size: 28px;
  }
}
.mv__foot {
  font-size: 14px;
  font-weight: bold;
  color: #19376d;
  padding-left: 20px;
  margin-top: 10px;
  position: relative;
  z-index: 10;
  letter-spacing: 1.4px;
}
@media screen and (min-width: 835px) {
  .mv__foot {
    margin-top: 20px;
    padding-left: 3vw;
  }
  .mv__foot span {
    font-size: 20px;
    letter-spacing: 2px;
    background: #fff;
    display: inline-block;
    padding: 10px 0 10px 0;
  }
}
.mv__img {
  width: 100%;
  height: calc(100% - 220px);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 835px) {
  .mv__img {
    right: 0;
    top: 0;
    width: 60vw;
    height: calc(100vh - 100px);
    left: auto;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .mv__img {
    width: 100vw;
  }
}
.mv__img div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: bgAnime 15s infinite;
          animation: bgAnime 15s infinite;
  overflow: hidden;
  opacity: 0;
}
.mv__img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__img div:nth-of-type(2) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.mv__img div:nth-of-type(3) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.mv__img div:before {
  content: '';
  width: 200vw;
  background: #19376d;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  -webkit-animation: bgChangeSp infinite;
          animation: bgChangeSp infinite;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
@media screen and (min-width: 835px) {
  .mv__img div:before {
    width: 140vw;
    -webkit-animation: bgChangePc infinite;
            animation: bgChangePc infinite;
    -webkit-animation-delay: 4.5s;
            animation-delay: 4.5s;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
  }
}
@-webkit-keyframes bgChangeSp {
  0% {
    left: 100%;
  }
  50% {
    left: -360vw;
  }
  100% {
    left: -360vw;
  }
}
@keyframes bgChangeSp {
  0% {
    left: 100%;
  }
  50% {
    left: -360vw;
  }
  100% {
    left: -360vw;
  }
}
@-webkit-keyframes bgChangePc {
  0% {
    left: 100%;
  }
  50% {
    left: -180vw;
  }
  100% {
    left: -180vw;
  }
}
@keyframes bgChangePc {
  0% {
    left: 100%;
  }
  50% {
    left: -180vw;
  }
  100% {
    left: -180vw;
  }
}
@-webkit-keyframes bgAnime {
  0% {
    opacity: 0;
  }
  0.1% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  34% {
    opacity: 1;
  }
  34.1% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  0.1% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  34% {
    opacity: 1;
  }
  34.1% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.mv__scrollline {
  position: absolute;
  bottom: 0;
  left: 15px;
  background: #fff;
  overflow: hidden;
  width: 1px;
  height: 200px;
}
.mv__scrollline:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 150px;
  background: #19376d;
  -webkit-animation: active 2s infinite;
          animation: active 2s infinite;
}
@-webkit-keyframes active {
  from {
    top: -100%;
  }
  to {
    top: 100%;
  }
}
@keyframes active {
  from {
    top: -100%;
  }
  to {
    top: 100%;
  }
}
.about {
  position: relative;
  padding: 0 0 40px;
}
@media screen and (min-width: 835px) {
  .about {
    padding: 0 0 100px;
  }
}
.about:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 350px;
  height: 20px;
  background: #19376d;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .about:before {
    top: 0;
    width: 18vw;
    height: 360px;
  }
}
.about__inner {
  padding-top: 60px;
}
@media screen and (min-width: 835px) {
  .about__inner {
    max-width: 1250px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 80px;
    padding-top: 120px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about__box {
  padding: 0 25px;
}
@media screen and (min-width: 835px) {
  .about__box {
    width: 44%;
    padding: 0;
  }
}
.about__title__head {
  font-family: "EB Garamond", serif;
  font-size: 14px;
  font-weight: bold;
  color: #19616e;
  position: relative;
  padding-left: 18px;
}
@media screen and (min-width: 835px) {
  .about__title__head {
    font-size: 16px;
  }
}
.about__title__head:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #19616e;
}
.about__title {
  font-size: 26px;
  font-weight: bold;
  color: #19376d;
  margin-top: 15px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .about__title {
    font-size: 32px;
  }
}
.about__head {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 20px;
  letter-spacing: 2px;
}
@media screen and (min-width: 835px) {
  .about__head {
    font-size: 28px;
    margin-top: 40px;
  }
}
.about__desc {
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .about__desc {
    font-size: 16px;
    margin-top: 40px;
  }
}
.about__img {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .about__img {
    width: 51%;
    margin-top: 60px;
  }
}
.about__link {
  margin-top: 60px;
}
.service {
  padding: 0 0 60px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 835px) {
  .service {
    padding: 0 0 100px;
  }
}
.service:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 670px;
  background-image: url("../img/top/service_bg_sp.png");
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .service:before {
    background-image: url("../img/top/service_bg_pc.png");
    height: 535px;
  }
}
.service__inner {
  padding: 0 25px;
}
.service__eng {
  font-size: 60px;
  letter-spacing: 6px;
  color: #f3f3f3;
  text-align: center;
  font-family: "EB Garamond", serif;
}
@media screen and (min-width: 835px) {
  .service__eng {
    font-size: 100px;
    letter-spacing: 10px;
  }
}
.service__title {
  font-size: 26px;
  color: #19376d;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  position: relative;
  margin-top: -15px;
}
@media screen and (min-width: 835px) {
  .service__title {
    font-size: 32px;
    margin-top: -25px;
  }
}
.service__title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #19376d;
}
.service__text {
  text-align: left;
  font-size: 14px;
  line-height: 1.75;
  margin-top: 35px;
}
@media screen and (min-width: 835px) {
  .service__text {
    text-align: center;
    font-size: 16px;
    margin-top: 50px;
  }
}
.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 35px;
}
@media screen and (min-width: 835px) {
  .service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1100px;
    margin: 60px auto 0;
    gap: 20px 40px;
  }
}
.service__item {
  cursor: pointer;
  display: block;
}
@media screen and (min-width: 835px) {
  .service__item {
    width: calc(50% - 20px);
  }
}
.service__item:hover span {
  border-radius: 44px;
  width: 44px;
  height: 44px;
  left: 250px;
}
@media screen and (min-width: 835px) {
  .service__item:hover span {
    left: 90%;
  }
}
.service__item:hover span img {
  left: 15px;
}
@media screen and (min-width: 835px) {
  .service__item:hover span img {
    left: 12px;
  }
}
.service__item:hover > div:before {
  width: 100%;
}
.service__item__img {
  width: 100%;
  height: 40vw;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 835px) {
  .service__item__img {
    height: 190px;
  }
}
.service__item__title {
  background: #19376d;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .service__item__title {
    height: 90px;
    padding-left: 70px;
  }
}
.service__item__title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #1d4284;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service__item__title span {
  width: 30px;
  height: 60px;
  border-radius: 0 60px 60px 0;
  background: #e4e8ec;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .service__item__title span {
    width: 45px;
    height: 90px;
    border-radius: 0 90px 90px 0;
  }
}
.service__item__title span img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 3px;
  width: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .service__item__title span img {
    width: 20px;
    left: 5px;
  }
}
.service__item__title p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 835px) {
  .service__item__title p {
    font-size: 20px;
  }
}
.recruit {
  padding: 0 0 40px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .recruit {
    padding: 100px 0;
  }
}
@media screen and (min-width: 835px) {
  .recruit__inner {
    max-width: 1100px;
    margin: auto;
    position: relative;
  }
}
.recruit__map {
  position: absolute;
  top: 330px;
  right: 30px;
  width: 145px;
}
@media screen and (min-width: 835px) {
  .recruit__map {
    top: 0;
    left: 300px;
    width: 210px;
  }
}
.recruit__img {
  width: 100%;
  aspect-ratio: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .recruit__img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 48vw;
  }
}
.recruit__box {
  margin-top: 40px;
  padding: 0 25px;
}
@media screen and (min-width: 835px) {
  .recruit__box {
    width: 45%;
    padding: 0;
    margin-top: 0;
  }
}
.recruit__title__head {
  font-size: 14px;
  font-weight: bold;
  color: #19376d;
  position: relative;
  padding-left: 18px;
}
@media screen and (min-width: 835px) {
  .recruit__title__head {
    font-size: 16px;
  }
}
.recruit__title__head:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #19376d;
}
.recruit__title {
  font-size: 26px;
  font-weight: bold;
  color: #19376d;
  margin-top: 15px;
}
@media screen and (min-width: 835px) {
  .recruit__title {
    font-size: 32px;
    margin-top: 20px;
  }
}
.recruit__head {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.75;
}
@media screen and (min-width: 835px) {
  .recruit__head {
    font-size: 28px;
    margin-top: 40px;
  }
}
.recruit__desc {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .recruit__desc {
    font-size: 16px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 835px) {
  .recruit__link {
    margin-top: 60px;
  }
}
.vision {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .vision {
    padding: 100px 0;
  }
}
.vision__inner {
  padding: 0 24px;
}
.vision__title {
  text-align: center;
  line-height: 1.75;
  color: #19376d;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  position: relative;
  letter-spacing: 2.6px;
  font-size: 26px;
}
@media screen and (min-width: 835px) {
  .vision__title {
    font-size: 36px;
    letter-spacing: 3.2px;
  }
}
.vision__text {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 30px;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .vision__text {
    font-size: 16px;
    text-align: center;
    margin-top: 60px;
  }
}
.vision__img__sp {
  width: 100%;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .vision__img__sp {
    display: none;
  }
}
.vision__img__sp img {
  width: 100%;
  display: block;
}
.vision__img__pc {
  display: none;
}
@media screen and (min-width: 835px) {
  .vision__img__pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1100px;
    margin: 60px auto 0;
  }
  .vision__img__pc img {
    width: calc(33.33333% - 40px);
  }
  .vision__img__pc img:nth-of-type(1),
  .vision__img__pc img:nth-of-type(3) {
    margin-top: 50px;
  }
}
.vision__eng {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 130px;
  letter-spacing: 6px;
  color: #f3f3f3;
  font-family: "EB Garamond", serif;
  text-align: center;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .vision__eng {
    font-size: 440px;
    bottom: -60px;
  }
}
.message {
  position: relative;
  padding: 90vw 0 60px;
}
@media screen and (min-width: 835px) {
  .message {
    padding: 100px 0 120px;
  }
}
.message__inner {
  padding: 0 24px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .message__inner {
    max-width: 1040px;
    margin: auto;
  }
}
@media screen and (min-width: 835px) {
  .message__box {
    width: 50%;
  }
}
.message__img {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 835px) {
  .message__img {
    right: 0;
    left: auto;
    top: 0;
    width: 45%;
    height: 100%;
  }
}
.message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.message__eng {
  font-size: 14px;
  font-family: "EB Garamond", serif;
  padding-left: 18px;
  position: relative;
  font-size: 14px;
  color: #19616e;
}
@media screen and (min-width: 835px) {
  .message__eng {
    font-size: 16px;
  }
}
.message__eng:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #19616e;
}
@media screen and (min-width: 835px) {
  .message__eng:before {
    top: 4px;
  }
}
.message__title {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  color: #19376d;
  font-weight: bold;
  margin-top: 15px;
}
@media screen and (min-width: 835px) {
  .message__title {
    font-size: 32px;
  }
}
.message__text {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .message__text {
    font-size: 16px;
    margin-top: 40px;
  }
}
.message__foot {
  font-size: 14px;
  margin-top: 20px;
  text-align: right;
  line-height: 1.75;
}
@media screen and (min-width: 835px) {
  .message__foot {
    font-size: 16px;
  }
}
.company__container {
  background-image: url("../img/top/company_bg_sp.png");
  background-size: cover;
  padding: 80px 0 60px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .company__container {
    background-image: url("../img/top/company_bg_pc.png");
    padding: 120px 0;
  }
}
.company__inner {
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .company__inner {
    max-width: 1000px;
    margin: auto;
  }
}
.company__title {
  text-align: center;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 45px;
}
@media screen and (min-width: 835px) {
  .company__title {
    font-size: 32px;
    margin-bottom: 60px;
  }
}
.access {
  padding: 60px 24px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .access {
    padding: 120px 24px;
  }
}
.access__title {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 835px) {
  .access__title {
    font-size: 32px;
  }
}
.access__text {
  text-align: center;
  font-size: 14px;
  margin: 40px 0 30px;
}
@media screen and (min-width: 835px) {
  .access__text {
    font-size: 16px;
    margin: 60px 0 40px;
  }
}
.access__map {
  display: block;
  width: 100%;
  height: 100vw;
}
@media screen and (min-width: 835px) {
  .access__map {
    height: 500px;
    max-width: 1100px;
    margin: auto;
  }
}
.u-mt5 {
  margin-top: 5px;
}
.u-mt25--sp {
  margin-top: 25px;
}
@media screen and (min-width: 835px) {
  .u-mt25--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt25--pc {
    margin-top: 25px;
  }
}
.u-mb5 {
  margin-bottom: 5px;
}
.u-mr5 {
  margin-right: 5px;
}
.u-ml5 {
  margin-left: 5px;
}
.u-mt10 {
  margin-top: 10px;
}
.u-mt50--sp {
  margin-top: 50px;
}
@media screen and (min-width: 835px) {
  .u-mt50--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt50--pc {
    margin-top: 50px;
  }
}
.u-mb10 {
  margin-bottom: 10px;
}
.u-mr10 {
  margin-right: 10px;
}
.u-ml10 {
  margin-left: 10px;
}
.u-mt15 {
  margin-top: 15px;
}
.u-mt75--sp {
  margin-top: 75px;
}
@media screen and (min-width: 835px) {
  .u-mt75--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt75--pc {
    margin-top: 75px;
  }
}
.u-mb15 {
  margin-bottom: 15px;
}
.u-mr15 {
  margin-right: 15px;
}
.u-ml15 {
  margin-left: 15px;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mt100--sp {
  margin-top: 100px;
}
@media screen and (min-width: 835px) {
  .u-mt100--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt100--pc {
    margin-top: 100px;
  }
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-mr20 {
  margin-right: 20px;
}
.u-ml20 {
  margin-left: 20px;
}
.u-mt25 {
  margin-top: 25px;
}
.u-mt125--sp {
  margin-top: 125px;
}
@media screen and (min-width: 835px) {
  .u-mt125--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt125--pc {
    margin-top: 125px;
  }
}
.u-mb25 {
  margin-bottom: 25px;
}
.u-mr25 {
  margin-right: 25px;
}
.u-ml25 {
  margin-left: 25px;
}
.u-mt30 {
  margin-top: 30px;
}
.u-mt150--sp {
  margin-top: 150px;
}
@media screen and (min-width: 835px) {
  .u-mt150--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt150--pc {
    margin-top: 150px;
  }
}
.u-mb30 {
  margin-bottom: 30px;
}
.u-mr30 {
  margin-right: 30px;
}
.u-ml30 {
  margin-left: 30px;
}
.u-mt35 {
  margin-top: 35px;
}
.u-mt175--sp {
  margin-top: 175px;
}
@media screen and (min-width: 835px) {
  .u-mt175--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt175--pc {
    margin-top: 175px;
  }
}
.u-mb35 {
  margin-bottom: 35px;
}
.u-mr35 {
  margin-right: 35px;
}
.u-ml35 {
  margin-left: 35px;
}
.u-mt40 {
  margin-top: 40px;
}
.u-mt200--sp {
  margin-top: 200px;
}
@media screen and (min-width: 835px) {
  .u-mt200--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt200--pc {
    margin-top: 200px;
  }
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-mr40 {
  margin-right: 40px;
}
.u-ml40 {
  margin-left: 40px;
}
.u-mt45 {
  margin-top: 45px;
}
.u-mt225--sp {
  margin-top: 225px;
}
@media screen and (min-width: 835px) {
  .u-mt225--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt225--pc {
    margin-top: 225px;
  }
}
.u-mb45 {
  margin-bottom: 45px;
}
.u-mr45 {
  margin-right: 45px;
}
.u-ml45 {
  margin-left: 45px;
}
.u-mt50 {
  margin-top: 50px;
}
.u-mt250--sp {
  margin-top: 250px;
}
@media screen and (min-width: 835px) {
  .u-mt250--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt250--pc {
    margin-top: 250px;
  }
}
.u-mb50 {
  margin-bottom: 50px;
}
.u-mr50 {
  margin-right: 50px;
}
.u-ml50 {
  margin-left: 50px;
}
.u-mt55 {
  margin-top: 55px;
}
.u-mt275--sp {
  margin-top: 275px;
}
@media screen and (min-width: 835px) {
  .u-mt275--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt275--pc {
    margin-top: 275px;
  }
}
.u-mb55 {
  margin-bottom: 55px;
}
.u-mr55 {
  margin-right: 55px;
}
.u-ml55 {
  margin-left: 55px;
}
.u-mt60 {
  margin-top: 60px;
}
.u-mt300--sp {
  margin-top: 300px;
}
@media screen and (min-width: 835px) {
  .u-mt300--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt300--pc {
    margin-top: 300px;
  }
}
.u-mb60 {
  margin-bottom: 60px;
}
.u-mr60 {
  margin-right: 60px;
}
.u-ml60 {
  margin-left: 60px;
}
.u-mt65 {
  margin-top: 65px;
}
.u-mt325--sp {
  margin-top: 325px;
}
@media screen and (min-width: 835px) {
  .u-mt325--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt325--pc {
    margin-top: 325px;
  }
}
.u-mb65 {
  margin-bottom: 65px;
}
.u-mr65 {
  margin-right: 65px;
}
.u-ml65 {
  margin-left: 65px;
}
.u-mt70 {
  margin-top: 70px;
}
.u-mt350--sp {
  margin-top: 350px;
}
@media screen and (min-width: 835px) {
  .u-mt350--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt350--pc {
    margin-top: 350px;
  }
}
.u-mb70 {
  margin-bottom: 70px;
}
.u-mr70 {
  margin-right: 70px;
}
.u-ml70 {
  margin-left: 70px;
}
.u-mt75 {
  margin-top: 75px;
}
.u-mt375--sp {
  margin-top: 375px;
}
@media screen and (min-width: 835px) {
  .u-mt375--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt375--pc {
    margin-top: 375px;
  }
}
.u-mb75 {
  margin-bottom: 75px;
}
.u-mr75 {
  margin-right: 75px;
}
.u-ml75 {
  margin-left: 75px;
}
.u-mt80 {
  margin-top: 80px;
}
.u-mt400--sp {
  margin-top: 400px;
}
@media screen and (min-width: 835px) {
  .u-mt400--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt400--pc {
    margin-top: 400px;
  }
}
.u-mb80 {
  margin-bottom: 80px;
}
.u-mr80 {
  margin-right: 80px;
}
.u-ml80 {
  margin-left: 80px;
}
.u-mt85 {
  margin-top: 85px;
}
.u-mt425--sp {
  margin-top: 425px;
}
@media screen and (min-width: 835px) {
  .u-mt425--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt425--pc {
    margin-top: 425px;
  }
}
.u-mb85 {
  margin-bottom: 85px;
}
.u-mr85 {
  margin-right: 85px;
}
.u-ml85 {
  margin-left: 85px;
}
.u-mt90 {
  margin-top: 90px;
}
.u-mt450--sp {
  margin-top: 450px;
}
@media screen and (min-width: 835px) {
  .u-mt450--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt450--pc {
    margin-top: 450px;
  }
}
.u-mb90 {
  margin-bottom: 90px;
}
.u-mr90 {
  margin-right: 90px;
}
.u-ml90 {
  margin-left: 90px;
}
.u-mt95 {
  margin-top: 95px;
}
.u-mt475--sp {
  margin-top: 475px;
}
@media screen and (min-width: 835px) {
  .u-mt475--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt475--pc {
    margin-top: 475px;
  }
}
.u-mb95 {
  margin-bottom: 95px;
}
.u-mr95 {
  margin-right: 95px;
}
.u-ml95 {
  margin-left: 95px;
}
.u-mt100 {
  margin-top: 100px;
}
.u-mt500--sp {
  margin-top: 500px;
}
@media screen and (min-width: 835px) {
  .u-mt500--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt500--pc {
    margin-top: 500px;
  }
}
.u-mb100 {
  margin-bottom: 100px;
}
.u-mr100 {
  margin-right: 100px;
}
.u-ml100 {
  margin-left: 100px;
}
.u-mt105 {
  margin-top: 105px;
}
.u-mt525--sp {
  margin-top: 525px;
}
@media screen and (min-width: 835px) {
  .u-mt525--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt525--pc {
    margin-top: 525px;
  }
}
.u-mb105 {
  margin-bottom: 105px;
}
.u-mr105 {
  margin-right: 105px;
}
.u-ml105 {
  margin-left: 105px;
}
.u-mt110 {
  margin-top: 110px;
}
.u-mt550--sp {
  margin-top: 550px;
}
@media screen and (min-width: 835px) {
  .u-mt550--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt550--pc {
    margin-top: 550px;
  }
}
.u-mb110 {
  margin-bottom: 110px;
}
.u-mr110 {
  margin-right: 110px;
}
.u-ml110 {
  margin-left: 110px;
}
.u-mt115 {
  margin-top: 115px;
}
.u-mt575--sp {
  margin-top: 575px;
}
@media screen and (min-width: 835px) {
  .u-mt575--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt575--pc {
    margin-top: 575px;
  }
}
.u-mb115 {
  margin-bottom: 115px;
}
.u-mr115 {
  margin-right: 115px;
}
.u-ml115 {
  margin-left: 115px;
}
.u-mt120 {
  margin-top: 120px;
}
.u-mt600--sp {
  margin-top: 600px;
}
@media screen and (min-width: 835px) {
  .u-mt600--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt600--pc {
    margin-top: 600px;
  }
}
.u-mb120 {
  margin-bottom: 120px;
}
.u-mr120 {
  margin-right: 120px;
}
.u-ml120 {
  margin-left: 120px;
}
.u-mt125 {
  margin-top: 125px;
}
.u-mt625--sp {
  margin-top: 625px;
}
@media screen and (min-width: 835px) {
  .u-mt625--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt625--pc {
    margin-top: 625px;
  }
}
.u-mb125 {
  margin-bottom: 125px;
}
.u-mr125 {
  margin-right: 125px;
}
.u-ml125 {
  margin-left: 125px;
}
.u-mt130 {
  margin-top: 130px;
}
.u-mt650--sp {
  margin-top: 650px;
}
@media screen and (min-width: 835px) {
  .u-mt650--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt650--pc {
    margin-top: 650px;
  }
}
.u-mb130 {
  margin-bottom: 130px;
}
.u-mr130 {
  margin-right: 130px;
}
.u-ml130 {
  margin-left: 130px;
}
.u-mt135 {
  margin-top: 135px;
}
.u-mt675--sp {
  margin-top: 675px;
}
@media screen and (min-width: 835px) {
  .u-mt675--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt675--pc {
    margin-top: 675px;
  }
}
.u-mb135 {
  margin-bottom: 135px;
}
.u-mr135 {
  margin-right: 135px;
}
.u-ml135 {
  margin-left: 135px;
}
.u-mt140 {
  margin-top: 140px;
}
.u-mt700--sp {
  margin-top: 700px;
}
@media screen and (min-width: 835px) {
  .u-mt700--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt700--pc {
    margin-top: 700px;
  }
}
.u-mb140 {
  margin-bottom: 140px;
}
.u-mr140 {
  margin-right: 140px;
}
.u-ml140 {
  margin-left: 140px;
}
.u-mt145 {
  margin-top: 145px;
}
.u-mt725--sp {
  margin-top: 725px;
}
@media screen and (min-width: 835px) {
  .u-mt725--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt725--pc {
    margin-top: 725px;
  }
}
.u-mb145 {
  margin-bottom: 145px;
}
.u-mr145 {
  margin-right: 145px;
}
.u-ml145 {
  margin-left: 145px;
}
.u-mt150 {
  margin-top: 150px;
}
.u-mt750--sp {
  margin-top: 750px;
}
@media screen and (min-width: 835px) {
  .u-mt750--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt750--pc {
    margin-top: 750px;
  }
}
.u-mb150 {
  margin-bottom: 150px;
}
.u-mr150 {
  margin-right: 150px;
}
.u-ml150 {
  margin-left: 150px;
}
.u-mt155 {
  margin-top: 155px;
}
.u-mt775--sp {
  margin-top: 775px;
}
@media screen and (min-width: 835px) {
  .u-mt775--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt775--pc {
    margin-top: 775px;
  }
}
.u-mb155 {
  margin-bottom: 155px;
}
.u-mr155 {
  margin-right: 155px;
}
.u-ml155 {
  margin-left: 155px;
}
.u-mt160 {
  margin-top: 160px;
}
.u-mt800--sp {
  margin-top: 800px;
}
@media screen and (min-width: 835px) {
  .u-mt800--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt800--pc {
    margin-top: 800px;
  }
}
.u-mb160 {
  margin-bottom: 160px;
}
.u-mr160 {
  margin-right: 160px;
}
.u-ml160 {
  margin-left: 160px;
}
.u-mt165 {
  margin-top: 165px;
}
.u-mt825--sp {
  margin-top: 825px;
}
@media screen and (min-width: 835px) {
  .u-mt825--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt825--pc {
    margin-top: 825px;
  }
}
.u-mb165 {
  margin-bottom: 165px;
}
.u-mr165 {
  margin-right: 165px;
}
.u-ml165 {
  margin-left: 165px;
}
.u-mt170 {
  margin-top: 170px;
}
.u-mt850--sp {
  margin-top: 850px;
}
@media screen and (min-width: 835px) {
  .u-mt850--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt850--pc {
    margin-top: 850px;
  }
}
.u-mb170 {
  margin-bottom: 170px;
}
.u-mr170 {
  margin-right: 170px;
}
.u-ml170 {
  margin-left: 170px;
}
.u-mt175 {
  margin-top: 175px;
}
.u-mt875--sp {
  margin-top: 875px;
}
@media screen and (min-width: 835px) {
  .u-mt875--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt875--pc {
    margin-top: 875px;
  }
}
.u-mb175 {
  margin-bottom: 175px;
}
.u-mr175 {
  margin-right: 175px;
}
.u-ml175 {
  margin-left: 175px;
}
.u-mt180 {
  margin-top: 180px;
}
.u-mt900--sp {
  margin-top: 900px;
}
@media screen and (min-width: 835px) {
  .u-mt900--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt900--pc {
    margin-top: 900px;
  }
}
.u-mb180 {
  margin-bottom: 180px;
}
.u-mr180 {
  margin-right: 180px;
}
.u-ml180 {
  margin-left: 180px;
}
.u-mt185 {
  margin-top: 185px;
}
.u-mt925--sp {
  margin-top: 925px;
}
@media screen and (min-width: 835px) {
  .u-mt925--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt925--pc {
    margin-top: 925px;
  }
}
.u-mb185 {
  margin-bottom: 185px;
}
.u-mr185 {
  margin-right: 185px;
}
.u-ml185 {
  margin-left: 185px;
}
.u-mt190 {
  margin-top: 190px;
}
.u-mt950--sp {
  margin-top: 950px;
}
@media screen and (min-width: 835px) {
  .u-mt950--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt950--pc {
    margin-top: 950px;
  }
}
.u-mb190 {
  margin-bottom: 190px;
}
.u-mr190 {
  margin-right: 190px;
}
.u-ml190 {
  margin-left: 190px;
}
.u-mt195 {
  margin-top: 195px;
}
.u-mt975--sp {
  margin-top: 975px;
}
@media screen and (min-width: 835px) {
  .u-mt975--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt975--pc {
    margin-top: 975px;
  }
}
.u-mb195 {
  margin-bottom: 195px;
}
.u-mr195 {
  margin-right: 195px;
}
.u-ml195 {
  margin-left: 195px;
}
.u-mt200 {
  margin-top: 200px;
}
.u-mt1000--sp {
  margin-top: 1000px;
}
@media screen and (min-width: 835px) {
  .u-mt1000--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1000--pc {
    margin-top: 1000px;
  }
}
.u-mb200 {
  margin-bottom: 200px;
}
.u-mr200 {
  margin-right: 200px;
}
.u-ml200 {
  margin-left: 200px;
}
.u-mt205 {
  margin-top: 205px;
}
.u-mt1025--sp {
  margin-top: 1025px;
}
@media screen and (min-width: 835px) {
  .u-mt1025--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1025--pc {
    margin-top: 1025px;
  }
}
.u-mb205 {
  margin-bottom: 205px;
}
.u-mr205 {
  margin-right: 205px;
}
.u-ml205 {
  margin-left: 205px;
}
.u-mt210 {
  margin-top: 210px;
}
.u-mt1050--sp {
  margin-top: 1050px;
}
@media screen and (min-width: 835px) {
  .u-mt1050--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1050--pc {
    margin-top: 1050px;
  }
}
.u-mb210 {
  margin-bottom: 210px;
}
.u-mr210 {
  margin-right: 210px;
}
.u-ml210 {
  margin-left: 210px;
}
.u-mt215 {
  margin-top: 215px;
}
.u-mt1075--sp {
  margin-top: 1075px;
}
@media screen and (min-width: 835px) {
  .u-mt1075--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1075--pc {
    margin-top: 1075px;
  }
}
.u-mb215 {
  margin-bottom: 215px;
}
.u-mr215 {
  margin-right: 215px;
}
.u-ml215 {
  margin-left: 215px;
}
.u-mt220 {
  margin-top: 220px;
}
.u-mt1100--sp {
  margin-top: 1100px;
}
@media screen and (min-width: 835px) {
  .u-mt1100--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1100--pc {
    margin-top: 1100px;
  }
}
.u-mb220 {
  margin-bottom: 220px;
}
.u-mr220 {
  margin-right: 220px;
}
.u-ml220 {
  margin-left: 220px;
}
.u-mt225 {
  margin-top: 225px;
}
.u-mt1125--sp {
  margin-top: 1125px;
}
@media screen and (min-width: 835px) {
  .u-mt1125--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1125--pc {
    margin-top: 1125px;
  }
}
.u-mb225 {
  margin-bottom: 225px;
}
.u-mr225 {
  margin-right: 225px;
}
.u-ml225 {
  margin-left: 225px;
}
.u-mt230 {
  margin-top: 230px;
}
.u-mt1150--sp {
  margin-top: 1150px;
}
@media screen and (min-width: 835px) {
  .u-mt1150--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1150--pc {
    margin-top: 1150px;
  }
}
.u-mb230 {
  margin-bottom: 230px;
}
.u-mr230 {
  margin-right: 230px;
}
.u-ml230 {
  margin-left: 230px;
}
.u-mt235 {
  margin-top: 235px;
}
.u-mt1175--sp {
  margin-top: 1175px;
}
@media screen and (min-width: 835px) {
  .u-mt1175--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1175--pc {
    margin-top: 1175px;
  }
}
.u-mb235 {
  margin-bottom: 235px;
}
.u-mr235 {
  margin-right: 235px;
}
.u-ml235 {
  margin-left: 235px;
}
.u-mt240 {
  margin-top: 240px;
}
.u-mt1200--sp {
  margin-top: 1200px;
}
@media screen and (min-width: 835px) {
  .u-mt1200--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1200--pc {
    margin-top: 1200px;
  }
}
.u-mb240 {
  margin-bottom: 240px;
}
.u-mr240 {
  margin-right: 240px;
}
.u-ml240 {
  margin-left: 240px;
}
.u-mt245 {
  margin-top: 245px;
}
.u-mt1225--sp {
  margin-top: 1225px;
}
@media screen and (min-width: 835px) {
  .u-mt1225--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1225--pc {
    margin-top: 1225px;
  }
}
.u-mb245 {
  margin-bottom: 245px;
}
.u-mr245 {
  margin-right: 245px;
}
.u-ml245 {
  margin-left: 245px;
}
.u-mt250 {
  margin-top: 250px;
}
.u-mt1250--sp {
  margin-top: 1250px;
}
@media screen and (min-width: 835px) {
  .u-mt1250--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1250--pc {
    margin-top: 1250px;
  }
}
.u-mb250 {
  margin-bottom: 250px;
}
.u-mr250 {
  margin-right: 250px;
}
.u-ml250 {
  margin-left: 250px;
}
.scroll-prevent {
  overflow: hidden;
}
.u-fs5 {
  font-size: 5px;
}
.u-fs10 {
  font-size: 10px;
}
.u-fs15 {
  font-size: 15px;
}
.u-fs20 {
  font-size: 20px;
}
.u-fs25 {
  font-size: 25px;
}
.u-fs30 {
  font-size: 30px;
}
.u-fs35 {
  font-size: 35px;
}
.u-fs40 {
  font-size: 40px;
}
.u-fs45 {
  font-size: 45px;
}
.u-fs50 {
  font-size: 50px;
}
.u-fs55 {
  font-size: 55px;
}
.u-fs60 {
  font-size: 60px;
}
.u-fs65 {
  font-size: 65px;
}
.u-fs70 {
  font-size: 70px;
}
.u-fs75 {
  font-size: 75px;
}
.u-fs80 {
  font-size: 80px;
}
.u-fs85 {
  font-size: 85px;
}
.u-fs90 {
  font-size: 90px;
}
.u-fs95 {
  font-size: 95px;
}
.u-fs100 {
  font-size: 100px;
}
.u-fs105 {
  font-size: 105px;
}
.u-fs110 {
  font-size: 110px;
}
.u-fs115 {
  font-size: 115px;
}
.u-fs120 {
  font-size: 120px;
}
.u-fs125 {
  font-size: 125px;
}
.u-fs130 {
  font-size: 130px;
}
.u-fs135 {
  font-size: 135px;
}
.u-fs140 {
  font-size: 140px;
}
.u-fs145 {
  font-size: 145px;
}
.u-fs150 {
  font-size: 150px;
}
.u-fs155 {
  font-size: 155px;
}
.u-fs160 {
  font-size: 160px;
}
.u-fs165 {
  font-size: 165px;
}
.u-fs170 {
  font-size: 170px;
}
.u-fs175 {
  font-size: 175px;
}
.u-fs180 {
  font-size: 180px;
}
.u-fs185 {
  font-size: 185px;
}
.u-fs190 {
  font-size: 190px;
}
.u-fs195 {
  font-size: 195px;
}
.u-fs200 {
  font-size: 200px;
}
.u-fs205 {
  font-size: 205px;
}
.u-fs210 {
  font-size: 210px;
}
.u-fs215 {
  font-size: 215px;
}
.u-fs220 {
  font-size: 220px;
}
.u-fs225 {
  font-size: 225px;
}
.u-fs230 {
  font-size: 230px;
}
.u-fs235 {
  font-size: 235px;
}
.u-fs240 {
  font-size: 240px;
}
.u-fs245 {
  font-size: 245px;
}
.u-fs250 {
  font-size: 250px;
}
.u-tac {
  text-align: center;
}
