@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;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
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__pcmenu__contact {
    height: 80px;
  }
  .header.active .header__pcmenu__item__child {
    top: 80px;
  }
}
@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__pcmenu {
  display: none;
}
@media screen and (min-width: 835px) {
  .header__pcmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
@media screen and (min-width: 835px) {
  .header__pcmenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.header__pcmenu__item {
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__pcmenu__item a {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .header__pcmenu__item {
    font-size: 14px;
  }
}
.header__pcmenu__item:hover {
  opacity: 0.7;
}
.header__pcmenu__item--ac {
  display: block;
  color: #333;
  font-size: 16px;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .header__pcmenu__item--ac {
    font-size: 14px;
  }
}
.header__pcmenu__item--ac span {
  position: absolute;
  right: 0;
  bottom: 47%;
  margin: auto;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #30c2e4 #30c2e4;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__pcmenu__item--ac:hover +.header__pcmenu__item__child {
  opacity: 1;
  visibility: visible;
}
.header__pcmenu__item--ac:hover span {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  bottom: 40%;
}
.header__pcmenu__item__child {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 220px;
  top: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgba(0, 139, 196, .9);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
          box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  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;
}
.header__pcmenu__item__child ul {
  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;
  gap: 12px;
}
.header__pcmenu__item__child a {
  color: #333;
  font-size: 14px;
  position: relative;
  display: block;
  width: 220px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .header__pcmenu__item__child a {
    width: 190px;
  }
}
.header__pcmenu__item__child a div {
  width: 100%;
  height: 110px;
}
.header__pcmenu__item__child a div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.header__pcmenu__item__child a p {
  height: 55px;
  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;
  color: #115096;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}
.header__pcmenu__item__child a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .header__pcmenu__item__child a {
    font-size: 14px;
  }
}
.header__pcmenu__item__child:hover {
  opacity: 1;
  visibility: visible;
}
.header__pcmenu__contact {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 136px;
  height: 100px;
  background: #30c2e4;
  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;
}
.header__pcmenu__contact:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #005b97;
}
.header__pcmenu__contact:hover:before {
  width: 100%;
}
.header__pcmenu__contact:hover p {
  letter-spacing: 0.75px;
}
.header__pcmenu__contact p {
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__logo {
  width: 220px;
  margin-top: 4px;
  display: block;
}
@media screen and (min-width: 835px) {
  .header__logo {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 286px;
  }
}
.header__logo a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.header__logo a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__logo a img {
  width: 100%;
  display: block;
}
.header__spbtn {
  width: 60px;
  height: 60px;
  background: #30c2e4;
  -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__spbtn:before,
.header__spbtn:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 1px;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
}
.header__spbtn:before {
  top: 26px;
}
.header__spbtn:after {
  top: 35px;
}
@media screen and (min-width: 835px) {
  .header__spbtn {
    display: none;
  }
}
.header__spmenu {
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 100%;
  top: 0;
  padding: 60px 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#005b97), to(#30c2e4));
  background: linear-gradient(90deg, #005b97 0%, #30c2e4 100%);
  z-index: 9999;
  overflow: auto;
}
.header__spmenu.active {
  left: 0;
}
.header__spmenu__closebtn {
  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__spmenu__closebtn:before,
.header__spmenu__closebtn:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 1px;
  background: #30c2e4;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.header__spmenu__closebtn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__spmenu__closebtn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__spmenu__item a {
  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;
  gap: 12px;
  width: 100%;
  height: 62px;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  position: relative;
  color: #fff;
}
.header__spmenu__accordion {
  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;
  gap: 12px;
  width: 100%;
  height: 62px;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  position: relative;
  color: #fff;
}
.header__spmenu__accordion img {
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header__spmenu__accordion.is-active img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header__spmenu__accordion__list {
  display: none;
}
.header__spmenu__accordion__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 62px;
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .1);
}
.header__spmenu__btn {
  margin-top: 30px;
}
.header__spmenu__btn > a:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 370px) {
  .header__spmenu__btn > a:not(:first-of-type) {
    margin-top: 10px;
  }
}
.contact__btn {
  background: #30c2e4;
  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: 18px;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Roboto", sans-serif;
}
.contact__btn:before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #005b97;
  -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: #52ccb8;
  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: #00bed3;
  -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%;
}
.header__language {
  position: absolute;
  right: 70px;
  top: 0px;
  width: 60px;
  height: 60px;
  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;
  gap: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.header__language:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .header__language {
    width: 140px;
    height: 25px;
    background: #e2e2e2;
    border-radius: 0 0 10px 10px;
    right: 150px;
    -webkit-transition: border-radius 0.1s;
    transition: border-radius 0.1s;
  }
  .header__language.is-active {
    border-radius: 0;
  }
}
.header__language img {
  width: 24px;
}
@media screen and (min-width: 835px) {
  .header__language img {
    width: 14px;
  }
}
.header__language span {
  display: none;
}
@media screen and (min-width: 835px) {
  .header__language span {
    display: block;
    font-size: 12px;
    color: #1a3a52;
  }
}
.header__language__list {
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  z-index: 30;
}
@media screen and (min-width: 835px) {
  .header__language__list {
    top: 25px;
    right: 150px;
    left: auto;
    width: 140px;
  }
}
.header__language__list a {
  color: #333;
  text-decoration: none;
  height: 60px;
  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: #30c2e4;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  font-size: 13px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__language__list a:hover {
  background: #005b97;
  text-decoration: none !important;
}
@media screen and (min-width: 835px) {
  .header__language__list a {
    height: 40px;
  }
}
.header__language__list a:hover {
  text-decoration: underline;
}
.header__spmenu__language {
  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;
  gap: 6px;
  width: 225px;
  height: 50px;
  background: #e2e2e2;
  border-radius: 30px;
  -webkit-transition: border-radius 0.1s;
  transition: border-radius 0.1s;
  margin: 30px auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.header__spmenu__language:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__spmenu__language.is-active {
  border-radius: 30px 30px 0 0;
}
.header__spmenu__language img {
  width: 14px;
}
.header__spmenu__language span {
  display: block;
  font-size: 12px;
  color: #1a3a52;
}
.header__spmenu__language__list {
  width: 225px;
  margin: auto;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.header__spmenu__language__list a {
  color: #333;
  text-decoration: none;
  height: 40px;
  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: #30c2e4;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  font-size: 13px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__spmenu__language__list a:hover {
  background: #005b97;
  text-decoration: none !important;
}
.header__spmenu__language__list a:hover {
  text-decoration: underline;
}
.head {
  padding: 100px 0px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .head {
    padding: 180px 0px 40px;
  }
}
.head:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .4))), -webkit-gradient(linear, left top, right top, from(rgba(0, 91, 151, .6)), to(rgba(48, 194, 228, .6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .4) 100%), linear-gradient(90deg, rgba(0, 91, 151, .6) 0%, rgba(48, 194, 228, .6) 100%);
  z-index: -1;
}
.head__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.head__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.head__inner {
  padding: 0 25px;
}
@media screen and (min-width: 835px) {
  .head__inner {
    max-width: 1200px;
    margin: auto;
  }
}
.head__eng {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .head__eng {
    font-size: 20px;
  }
}
.head__title {
  background: #fff;
  font-size: 28px;
  font-weight: bold;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .head__title {
    font-size: 48px;
    padding: 10px 20px;
    margin-top: 15px;
  }
}
.page__container {
  padding: 40px 0 60px;
}
@media screen and (min-width: 835px) {
  .page__container {
    padding: 80px 0 160px;
  }
}
.section__container,
.section__container--bg {
  padding: 60px 0 40px;
}
@media screen and (min-width: 835px) {
  .section__container,
  .section__container--bg {
    padding: 120px 0 100px;
  }
}
.section__container--bg {
  background: #f0f2f4;
}
.page__inner {
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .page__inner {
    max-width: 1000px;
    margin: auto;
  }
}
.page__text {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .page__text {
    font-size: 16px;
    margin-top: 40px;
  }
}
.page__title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #30c2e4;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 835px) {
  .page__title {
    font-size: 32px;
  }
}
.page__back {
  width: 240px;
  height: 56px;
  background: #30c2e4;
  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;
}
.page__back:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pageBtn {
  background: #30c2e4;
  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: #005b97;
  letter-spacing: 0.8px;
}
.table {
  width: 100%;
  border: 2px solid #30c2e4;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .table tr:not(:last-child) th {
    border-bottom: 1px solid #fff;
  }
  .table tr:not(:last-child) td {
    border-bottom: 1px solid #bababa;
  }
}
.table th,
.table td {
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (min-width: 835px) {
  .table th,
  .table td {
    display: table-cell;
    font-size: 16px;
  }
}
.table th {
  background: #30c2e4;
  padding: 10px 16px;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .table th {
    width: 200px;
    text-align: left;
    padding: 12px 16px;
  }
}
.table td {
  padding: 12px 10px;
  background: #fff;
}
@media screen and (min-width: 835px) {
  .table td {
    padding: 12px 16px;
  }
}
.table td a {
  color: #005b97;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.table td a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.table td a img {
  width: 10px;
  margin-left: 4px;
}
.table td ul {
  list-style-type: disc;
  padding-left: 20px;
}
.table td ol {
  margin-left: 40px;
}
@media screen and (min-width: 835px) {
  .table td ol {
    margin-left: 45px;
  }
}
.table td ol li {
  list-style-type: none;
  counter-increment: cnt;
}
.table td ol li:before {
  content: "（" counter(cnt) "）";
  display: inline-block;
  margin-left: -40px;
  width: 40px;
}
@media screen and (min-width: 835px) {
  .table td ol li:before {
    margin-left: -45px;
    width: 45px;
  }
}
.table__foot {
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
}
.table__foot a {
  color: #333;
  text-decoration: underline;
}
.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 #30c2e4;
  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 #30c2e4;
  }
}
.pageTop:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #30c2e4;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pageTop svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 20px;
  height: 19px;
  fill: #30c2e4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pageTop:hover:before {
  width: 100%;
  height: 100%;
}
.pageTop:hover svg {
  fill: #fff;
}
.movie__video img {
  cursor: pointer;
}
.movie__video a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.movie__video a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit__img {
  width: 100%;
  margin: 30px 0 10px;
}
.mt-60-80 {
  margin-top: 60px;
}
@media screen and (min-width: 835px) {
  .mt-60-80 {
    margin-top: 80px;
  }
}
.mt-30-40 {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .mt-30-40 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 835px) {
  .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ctaPhone {
  background: #005b97;
  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) {
  .ctaPhone {
    width: 50%;
    height: 375px;
  }
}
@media screen and (min-width: 835px) {
  .ctaPhone:hover img {
    width: 45px;
  }
}
.ctaPhoneBox {
  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: 40px;
  font-weight: bold;
  -webkit-transition: letter-spacing 0.3s;
  transition: letter-spacing 0.3s;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 835px) {
  .ctaPhoneBox {
    font-size: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ctaPhoneBox img {
  width: 23px;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .ctaPhoneBox img {
    width: 0;
    margin-bottom: 20px;
  }
}
.ctaPhoneBox span {
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .ctaPhoneBox span {
    font-size: 16px;
  }
}
.ctaContact {
  background: #30c2e4;
  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) {
  .ctaContact {
    width: 50%;
    height: 375px;
  }
}
@media screen and (min-width: 835px) {
  .ctaContact:hover img {
    width: 60px;
  }
}
.ctaContactBox {
  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: 40px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 835px) {
  .ctaContactBox {
    font-size: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ctaContactBox img {
  width: 30px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .ctaContactBox img {
    width: 0;
    margin-bottom: 20px;
  }
}
.ctaContactBox span {
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  text-align: center;
  line-height: 1.75;
}
@media screen and (min-width: 835px) {
  .ctaContactBox span {
    font-size: 16px;
  }
}
.footer {
  background: #333;
  padding: 40px 0 50px;
}
@media screen and (min-width: 835px) {
  .footer {
    padding: 56px 0 64px;
  }
}
.footer__inner {
  padding: 0 30px;
}
@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 {
  width: 280px;
  display: block;
  margin: auto;
}
.footer__logo img {
  width: 100%;
}
.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: 60%;
  }
}
@media screen and (min-width: 835px) {
  .footer__menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 40px;
  }
}
.footer__menu__item {
  font-size: 14px;
  color: #fff;
  padding: 12px 0;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .footer__menu__item {
    font-size: 16px;
    opacity: 0.7;
    padding: 0;
  }
}
.footer__menu__item img {
  width: 10px;
  margin-left: 6px;
}
.footer__menu__item:hover {
  opacity: 1;
}
.copyright {
  font-size: 12px;
  color: #fff;
  background: #505050;
  text-align: center;
  padding: 10px 0;
  line-height: 1.5;
}
.copyright a {
  color: #005b97;
  text-decoration: underline;
  padding-left: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.copyright a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn {
  height: 54px;
  width: 100%;
  margin: auto;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, .08);
}
@media screen and (min-width: 835px) {
  .btn {
    max-width: 300px;
  }
}
.btn p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.btn span {
  width: 30px;
  height: 30px;
  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;
  border-radius: 50%;
  margin-left: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .btn span {
    width: 18px;
    height: 18px;
  }
}
.btn span img {
  width: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .btn span img {
    width: 0;
  }
}
.btn:hover span {
  border-radius: 44px;
  width: 30px;
  height: 30px;
}
.btn:hover span img {
  left: 8px;
  width: 10px;
}
.btn__more {
  height: 40px;
  width: 200px;
  margin: auto;
  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: #30c2e4;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.btn__more span {
  width: 28px;
  height: 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;
  background: #30c2e4;
  border-radius: 50%;
  margin-left: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .btn__more span {
    width: 18px;
    height: 18px;
  }
}
.btn__more span img {
  width: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .btn__more span img {
    width: 0;
  }
}
.btn__more:hover span {
  border-radius: 44px;
  width: 32px;
  height: 32px;
  left: 265px;
}
.btn__more:hover span img {
  left: 8px;
  width: 10px;
}
.circle {
  position: absolute;
  border-radius: 50%;
  display: inline-block;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 5px solid #a2acbd;
  width: 100px;
  height: 100px;
  top: 5px;
  opacity: 0.07;
}
@media screen and (min-width: 835px) {
  .circle {
    width: 150px;
    height: 150px;
  }
}
.circle:before,
.circle:after {
  content: '';
  position: absolute;
  border: 5px solid #a2acbd;
  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;
  opacity: 0.3;
}
.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: #656565;
}
.breadcrumbs a:hover {
  opacity: 0.7;
}
.breadcrumbs .arw {
  margin: 0 10px;
}
@media screen and (min-width: 835px) {
  .breadcrumbs .arw {
    margin: 0 16px;
  }
}
.business__content {
  padding: 60px 24px 100px;
}
@media screen and (min-width: 835px) {
  .business__content {
    max-width: 1200px;
    margin: 0 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;
    padding: 100px 24px 160px;
  }
}
@media screen and (min-width: 835px) {
  .business__content__main {
    width: calc(100% - 300px);
  }
}
.business__content__main > h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #30c2e4;
  padding-bottom: 18px;
}
@media screen and (min-width: 835px) {
  .business__content__main > h1 {
    font-size: 32px;
    border-bottom: 2px solid #30c2e4;
  }
}
.business__content__main > h2 {
  font-size: 18px;
  font-weight: bold;
  background: #f7f7fa;
  padding: 12px 16px;
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .business__content__main > h2 {
    font-size: 28px;
    margin-top: 80px;
    padding: 16px 30px;
  }
}
.business__content__main > h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 24px;
  margin: auto;
  background: #30c2e4;
}
@media screen and (min-width: 835px) {
  .business__content__main > h2:before {
    width: 8px;
    height: 30px;
  }
}
.business__content__main > p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .business__content__main > p {
    font-size: 16px;
    margin-top: 40px;
  }
}
.business__list {
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .business__list {
    margin-top: 40px;
  }
}
.business__item {
  border-bottom: 1px solid #dcdee8;
  display: block;
  padding: 20px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .business__item {
    padding: 40px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.business__item:hover {
  background: #fafafa;
}
.business__item:hover .business__item__title {
  color: #005b97;
}
.business__item__category {
  color: #30c2e4;
  border: 1px solid #30c2e4;
  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: 175px;
  height: 20px;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .business__item__category {
    font-size: 13px;
    width: 200px;
    height: 25px;
    margin-right: 20px;
  }
}
.business__item__title {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  margin-top: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .business__item__title {
    margin-top: 0;
    font-size: 16px;
    width: calc(100% - 220px);
  }
}
.business__side {
  margin-top: 60px;
}
@media screen and (min-width: 835px) {
  .business__side {
    width: 260px;
    margin-top: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
}
.business__side__head {
  background: #30c2e4;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 12px 0;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .business__side__head {
    font-size: 16px;
  }
}
.business__side__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  background: #f7f7fa;
  color: #333;
  padding: 0 12px;
  height: 60px;
  border-bottom: 1px solid #d3d4db;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.business__side__item img {
  width: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.business__side__item:hover {
  background: #f0f0f5;
}
.business__side__item:hover img {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__text--contact {
  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: #30c2e4;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(2) {
  background: #30c2e4;
  border: 2px solid #30c2e4;
}
@media screen and (min-width: 835px) {
  .wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(2) {
    border: 4px solid #30c2e4;
  }
}
.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__text,
.contact__text--contact,
.contact__text--confirm {
  font-size: 12px;
  line-height: 1.6;
  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: #30c2e4;
  border: 2px solid #30c2e4;
}
@media screen and (min-width: 835px) {
  .contact__step__item.is-active {
    border: 4px solid #30c2e4;
  }
}
.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: auto;
    font-size: 20px;
  }
}
.contact__form__item > p span {
  background: #005b97;
  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: #30c2e4;
  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: #30c2e4;
}
.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: 20px;
  height: 20px;
  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: 10px;
  left: 3px;
}
.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: 8px;
  left: 6px;
}
.acceptance .wpcf7-list-item label p {
  font-size: 14px;
  padding-left: 10px;
  margin-bottom: 2px;
}
@media screen and (min-width: 835px) {
  .acceptance .wpcf7-list-item label p {
    font-size: 15px;
  }
}
.acceptance .wpcf7-list-item label p a {
  color: #005b97;
  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: 100%;
  height: 56px;
  background: #30c2e4;
  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;
    max-width: 360px;
  }
}
.contact__form__confirm:disabled {
  background: #a1abb8;
  cursor: not-allowed;
  opacity: 1;
}
.contact__form__submit {
  width: 204px;
  height: 56px;
  background: #30c2e4;
  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: #30c2e4;
}
.contact__thanks__text {
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
  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: #30c2e4;
  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: #005b97;
  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;
}
.pagenation {
  display: block;
  width: 100%;
  margin-top: 40px;
}
ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.page-numbers span,
ul.page-numbers a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #30c2e4;
  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: 0 4px;
  background: #cce3ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  ul.page-numbers span,
  ul.page-numbers a {
    width: 48px;
    height: 48px;
    margin: 0 4px;
  }
}
ul.page-numbers span.current,
ul.page-numbers a.current {
  background: #30c2e4;
  color: #fff;
}
ul.page-numbers span.prev,
ul.page-numbers a.prev {
  position: relative;
  margin-right: 14px;
}
ul.page-numbers span.prev:before,
ul.page-numbers a.prev:before {
  content: url("../img/common/arw_prev.svg");
  vertical-align: middle;
}
ul.page-numbers span.next,
ul.page-numbers a.next {
  position: relative;
  margin-left: 14px;
}
ul.page-numbers span.next:before,
ul.page-numbers a.next:before {
  content: url("../img/common/arw_next.svg");
  vertical-align: middle;
}
ul.page-numbers a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
ul.page-numbers a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single {
  padding: 40px 24px;
}
@media screen and (min-width: 835px) {
  .single {
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 24px 80px;
  }
}
.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: #30c2e4;
  border: 1px solid #30c2e4;
  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 #30c2e4;
  padding-bottom: 18px;
  margin-top: 16px;
}
@media screen and (min-width: 835px) {
  .single__title {
    font-size: 32px;
    border-bottom: 2px solid #30c2e4;
  }
}
.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 h1 {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 12px;
  border-bottom: 1px solid #30c2e4;
}
@media screen and (min-width: 835px) {
  .single__content h1 {
    font-size: 32px;
    border-bottom: 2px solid #30c2e4;
  }
}
.single__content h2 {
  font-size: 18px;
  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: #30c2e4;
}
@media screen and (min-width: 835px) {
  .single__content h2:before {
    width: 8px;
    height: 30px;
  }
}
.single__content h3 {
  font-size: 16px;
  line-height: 1.75;
  padding: 6px 17px;
  margin-top: 30px;
  position: relative;
  border-bottom: 1px solid #30c2e4;
}
@media screen and (min-width: 835px) {
  .single__content h3 {
    font-size: 24px;
    padding: 10px 28px;
    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: #30c2e4;
}
@media screen and (min-width: 835px) {
  .single__content h3:before {
    width: 8px;
    height: 20px;
  }
}
.single__content h4 {
  background: #f7f9fa;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .single__content h4 {
    margin-top: 40px;
    font-size: 20px;
    padding: 10px 20px;
  }
}
.single__content p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
  word-break: break-all;
}
@media screen and (min-width: 835px) {
  .single__content p {
    font-size: 16px;
    margin: 40px auto 0;
  }
}
.single__content ul {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .single__content ul {
    margin: 40px auto 0;
  }
}
.single__content ul li {
  position: relative;
  font-size: 14px;
  padding: 10px 0;
  padding-left: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 835px) {
  .single__content ul li {
    font-size: 16px;
  }
}
.single__content ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 17px;
  width: 10px;
  height: 10px;
  background: #30c2e4;
  border-radius: 50%;
}
@media screen and (min-width: 835px) {
  .single__content ul li:before {
    top: 18px;
  }
}
.single__content > ol {
  margin-top: 30px;
  counter-reset: item;
}
@media screen and (min-width: 835px) {
  .single__content > ol {
    margin: 40px auto 0;
  }
}
.single__content > ol > li {
  position: relative;
  font-size: 14px;
  padding: 10px 0;
  padding-left: 30px;
  line-height: 1.6;
  counter-increment: item;
}
.single__content > ol > li > ul {
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .single__content > ol > li > ul {
    margin-top: 20px;
  }
}
@media screen and (min-width: 835px) {
  .single__content > ol > li {
    font-size: 16px;
  }
}
.single__content > ol > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  background: #30c2e4;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.single__content > ol > li:after {
  content: counter(item);
  position: absolute;
  left: 6px;
  top: 13px;
  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 .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ace7f4));
  background: linear-gradient(transparent 60%, #ace7f4 0%);
  display: inline;
  padding: 0 1px 0px;
}
.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 .wp-block-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single__content .wp-block-buttons .wp-block-button a {
  width: 240px;
  height: 56px;
  background: #30c2e4;
  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;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  margin: 30px auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.single__content .wp-block-buttons .wp-block-button a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .single__content .wp-block-buttons .wp-block-button a {
    margin-top: 40px;
  }
}
.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 {
  background: #f7f9fa;
  padding: 40px 0;
}
@media screen and (min-width: 835px) {
  .single__back {
    padding: 80px 0;
  }
}
.single__back a {
  height: 40px;
  width: 200px;
  margin: auto;
  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: #30c2e4;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.single__back a span {
  width: 28px;
  height: 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;
  background: #30c2e4;
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .single__back a span {
    width: 18px;
    height: 18px;
  }
}
.single__back a span img {
  width: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 835px) {
  .single__back a span img {
    width: 0;
  }
}
.single__back a:hover span {
  border-radius: 44px;
  width: 32px;
  height: 32px;
  left: 265px;
}
.single__back a:hover span img {
  left: 8px;
  width: 10px;
}
@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;
}
.section__title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media screen and (min-width: 835px) {
  .section__title {
    font-size: 40px;
    margin-bottom: 60px;
  }
}
.mv {
  padding-top: 40px;
  height: calc(100vh - 100px);
  position: relative;
}
@media screen and (min-width: 835px) {
  .mv {
    padding-top: 0;
  }
}
.mv__deco {
  position: absolute;
  width: 375px;
  left: -150px;
  top: 0;
}
@media screen and (min-width: 835px) {
  .mv__deco {
    width: 630px;
    left: 50px;
    top: 30px;
  }
}
.mv__box {
  padding-left: 20px;
}
@media screen and (min-width: 835px) {
  .mv__box {
    padding-left: 10vw;
    padding-top: 27vh;
  }
}
.mv__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 835px) {
  .mv__title {
    font-size: 60px;
    z-index: 10;
    letter-spacing: 3px;
  }
  .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__title__foot {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-top: 14px;
  position: relative;
  z-index: 10;
  background: -webkit-gradient(linear, left top, right top, from(#005b97), to(#30c2e4));
  background: linear-gradient(90deg, #005b97 0%, #30c2e4 100%);
  display: inline-block;
  padding: 8px 10px;
}
@media screen and (min-width: 835px) {
  .mv__title__foot {
    margin-top: 20px;
    font-size: 20px;
    padding: 12px 24px;
  }
}
.mv__img {
  width: 100%;
  height: calc(100% - 220px);
  position: absolute;
  left: 0;
  bottom: 0px;
}
@media screen and (min-width: 835px) {
  .mv__img {
    position: absolute;
    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 25s infinite;
          animation: bgAnime 25s infinite;
  overflow: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(23, 58, 71, .12);
          box-shadow: 0px 0px 16px 0px rgba(23, 58, 71, .12);
}
.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:nth-of-type(4) {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.mv__img div:nth-of-type(5) {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}
.mv__img div:before {
  content: '';
  width: 300vw;
  background: #30c2e4;
  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: 200vw;
    -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: -220vw;
  }
  100% {
    left: -220vw;
  }
}
@keyframes bgChangePc {
  0% {
    left: 100%;
  }
  50% {
    left: -220vw;
  }
  100% {
    left: -220vw;
  }
}
@-webkit-keyframes bgAnime {
  0% {
    opacity: 0;
  }
  0.1% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  20.1% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  0.1% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  20.1% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.mv__scrollline {
  position: absolute;
  bottom: 0;
  left: 15px;
  background: #fff;
  overflow: hidden;
  width: 1px;
  height: 200px;
}
@media screen and (min-width: 835px) {
  .mv__scrollline {
    left: 65px;
  }
}
.mv__scrollline:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 150px;
  background: #30c2e4;
  -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: 80px 0 40px;
}
@media screen and (min-width: 835px) {
  .about {
    padding: 130px 0 100px;
  }
}
.about:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 350px;
  height: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#005b97), to(#30c2e4));
  background: linear-gradient(90deg, #005b97 0%, #30c2e4 100%);
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .about:before {
    top: 0;
    width: 18vw;
    height: 120px;
  }
}
.about__inner {
  padding: 0 24px;
}
.about__text {
  font-size: 16px;
  line-height: 1.4;
  margin: 30px 0 20px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .about__text {
    font-size: 24px;
    margin: 60px 0 20px;
  }
}
.about__img01 {
  width: 100%;
  display: block;
  max-width: 700px;
  margin: auto;
}
.about__img02 {
  width: 100%;
  display: block;
  max-width: 900px;
  margin: auto;
}
.about__btn {
  width: 100%;
  margin: auto;
  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;
  gap: 10px;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .about__btn {
    margin-top: 45px;
  }
}
.about__btn p {
  color: #333;
  font-size: 15px;
  text-decoration: underline;
}
@media screen and (min-width: 835px) {
  .about__btn p {
    font-size: 16px;
  }
}
.about__btn span {
  width: 30px;
  height: 30px;
  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: #30c2e4;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .about__btn span {
    width: 18px;
    height: 18px;
  }
}
.about__btn span img {
  width: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .about__btn span img {
    width: 0;
  }
}
.about__btn:hover span {
  border-radius: 44px;
  width: 30px;
  height: 30px;
  left: 265px;
}
.about__btn:hover span img {
  left: 8px;
  width: 10px;
}
.service {
  padding: 60px 0 40px;
  background: #f0f2f4;
}
@media screen and (min-width: 835px) {
  .service {
    padding: 130px 0 80px;
  }
}
.service__inner {
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .service__inner {
    max-width: 1000px;
    margin: auto;
  }
}
.service__text {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .service__text {
    font-size: 18px;
  }
}
.service__info {
  font-size: 12px;
  line-height: 1.6;
  background: #fff;
  padding: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .service__info {
    max-width: 800px;
    margin: 40px auto 0;
    font-size: 15px;
    padding: 40px;
  }
}
.service__info span {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  text-align: right;
  margin-top: 10px;
}
.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: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .service__list {
    margin-top: 40px;
    gap: 20px;
  }
}
.service__item {
  background-image: url("../img/top/service_bg_sp.png");
  background-size: cover;
  padding: 20px 0 30px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .service__item {
    background-image: url("../img/top/service_bg_pc.png");
  }
}
.service__item span {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  color: #30c2e4;
}
@media screen and (min-width: 835px) {
  .service__item span {
    font-size: 80px;
  }
}
.service__item h3 {
  font-size: 22px;
  line-height: 1.6;
  color: #fff;
  margin: 10px 0;
}
@media screen and (min-width: 835px) {
  .service__item h3 {
    font-size: 28px;
  }
}
.service__item p {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .service__item p {
    font-size: 18px;
  }
}
.activity {
  padding: 60px 0;
}
@media screen and (min-width: 835px) {
  .activity {
    padding: 120px 0 160px;
  }
}
.activity__text {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 835px) {
  .activity__text {
    font-size: 24px;
  }
}
.scroll__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  overflow: hidden;
  margin-top: 40px;
}
.scroll__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -webkit-animation: loopSlideLeft 220s infinite linear both;
          animation: loopSlideLeft 220s infinite linear both;
}
@media screen and (min-width: 835px) {
  .scroll__list {
    gap: 16px;
  }
}
.scroll__list img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  min-width: 280px;
  width: 280px;
  height: 280px;
}
@media screen and (min-width: 835px) {
  .scroll__list img {
    min-width: 500px;
    width: 500px;
    height: 500px;
  }
}
.activity__box {
  background-image: url("../img/top/service_bg_sp.png");
  background-size: cover;
  padding: 40px 15px;
  text-align: center;
  max-width: 330px;
  margin: 80px auto 0;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .activity__box {
    background-image: url("../img/top/service_bg_pc.png");
    max-width: 1000px;
    margin: 180px auto 0;
    padding: 54px 0;
  }
}
.activity__box > h3 {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .activity__box > h3 {
    font-size: 40px;
  }
}
.activity__box > p {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin: 15px 0 20px;
}
@media screen and (min-width: 835px) {
  .activity__box > p {
    font-size: 16px;
    margin: 25px 0 40px;
  }
}
@-webkit-keyframes loopSlideLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loopSlideLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.work__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 300px;
  margin: 40px auto 0;
}
@media screen and (min-width: 835px) {
  .work__nav {
    -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;
    gap: 10px;
    width: 100%;
    max-width: 1100px;
  }
  .work__nav li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.work__nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 56px;
  border: 1px solid #30c2e4;
  color: #30c2e4;
  font-size: 15px;
  font-weight: bold;
  padding: 0 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .work__nav__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    height: 70px;
  }
}
.work__nav__item:hover {
  background: rgba(0, 104, 225, .2);
}
.work__section,
.work__section--bg {
  padding: 80px 0 60px;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .work__section,
  .work__section--bg {
    padding: 120px 0 160px;
  }
}
.work__section--bg {
  background: #f7f9fa;
}
.work__inner {
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .work__inner {
    max-width: 1100px;
    margin: auto;
  }
}
.work__box {
  position: relative;
}
@media screen and (min-width: 835px) {
  .work__box {
    padding-right: 400px;
  }
}
.work__title {
  font-size: 26px;
  font-weight: bold;
  color: #30c2e4;
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .work__title {
    font-size: 32px;
  }
}
.work__title .circle {
  right: auto;
  left: -10px;
}
@media screen and (min-width: 835px) {
  .work__title .circle {
    left: -130px;
  }
}
.work__title--c {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #30c2e4;
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .work__title--c {
    font-size: 32px;
  }
}
.work__imgdeco {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .work__imgdeco {
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
    margin: 0;
  }
}
.work__imgdeco img {
  width: 100%;
  display: block;
}
.work__imgdeco:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -50px;
  width: calc(100% + 100px);
  height: 100%;
  background: #30c2e4;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .work__imgdeco:before {
    width: 240px;
    height: 330px;
    top: -60px;
    right: -100px;
    left: auto;
  }
}
.work__imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 0 24px;
  margin-top: 30px;
}
.work__imglist img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 835px) {
  .work__imglist {
    position: absolute;
    right: 0;
    top: 60px;
    width: 350px;
    margin: 0;
  }
}
.work__video {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .work__video {
    width: 420px;
    margin: 40px auto;
  }
}
.work__video img:nth-of-type(1) {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.work__video img:nth-of-type(2) {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 70px;
}
@media screen and (min-width: 835px) {
  .work__video img:nth-of-type(2) {
    width: 100px;
  }
}
.work__video span {
  display: block;
  position: absolute;
  font-size: 14px;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.work__video span a {
  color: #30c2e4;
  text-decoration: underline;
}
.work__interview__text {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 835px) {
  .work__interview__text {
    font-size: 16px;
  }
}
.work__interview__foot {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 835px) {
  .work__interview__foot {
    font-size: 20px;
  }
}
.work__interview__list {
  margin-top: 60px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 835px) {
  .work__interview__list {
    gap: 60px;
    margin-bottom: 60px;
  }
}
.work__interview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media screen and (min-width: 835px) {
  .work__interview__item {
    -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;
  }
  .work__interview__item:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .work__interview__item:nth-of-type(2n) .work__interview__item__content:before {
    border-color: transparent transparent transparent #fff;
    border-width: 17px 0px 17px 29.44px;
    left: auto;
    right: -28px;
  }
}
.work__interview__item__icon {
  background: #fff;
  border-radius: 20px;
  position: relative;
  width: 160px;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .work__interview__item__icon {
    width: 215px;
  }
}
.work__interview__item__icon img {
  width: 100%;
  display: block;
}
.work__interview__item__icon:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #30c2e4;
  top: -12px;
  right: -12px;
  z-index: -1;
}
.work__interview__item__icon:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #00d3ea;
  bottom: -8px;
  left: -8px;
  z-index: -1;
}
.work__interview__item__content {
  background: #fff;
  padding: 20px 15px;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .work__interview__item__content:before {
    content: "";
    position: absolute;
    left: -28px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 17px 29.44px 17px 0px;
  }
}
@media screen and (min-width: 835px) {
  .work__interview__item__content {
    width: calc(100% - 300px);
    padding: 40px 35px;
  }
}
.work__interview__item__content p {
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .work__interview__item__content p {
    font-size: 16px;
  }
}
.work__interview__item__content span {
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
}
@media screen and (min-width: 835px) {
  .work__interview__item__content span {
    margin-top: 20px;
    font-size: 18px;
  }
}
.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;
}
