@charset "UTF-8";
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
button {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

ul,
ol {
  list-style-type: none;
}

em,
i,
strong,
th,
address {
  font-style: normal;
  /*text-align: left;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
object,
embed {
  border: 0;
  vertical-align: top;
}

hr {
  border: 0;
  height: 1px;
  background: #cccccc;
  margin: 1em 0;
  clear: both;
  width: 100%;
}

li {
  list-style-type: none;
}

area {
  outline: none !important;
  border: none !important;
}

img {
  border: 0;
  vertical-align: middle;
}

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

input[type=submit],
input[type=button],
input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline: 0;
}

a {
  text-decoration: none;
}

html {
  font-size: 62.5%;
  color: #333333;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
}

main {
  padding-top: 100px;
}

.under {
  padding-top: 110px;
}

.content__wrap {
  padding: 100px 30px;
}
@media only screen and (max-width: 768px) {
  .content__wrap {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .content__wrap {
    padding: 40px 15px;
  }
}
.content__wrap--g {
  background-color: #003347;
}
.content__wrap--recruit {
  background-image: url(/assets/image/home/home-recruit.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 90px 30px;
}
@media only screen and (max-width: 768px) {
  .content__wrap--recruit {
    padding: 60px 30px;
  }
}
.content__wrap--pnone {
  padding-left: 0;
  padding-right: 0;
}

.content__inner {
  max-width: 1200px;
  margin: auto;
}
.content__inner--1520 {
  max-width: 1520px;
}
.content__inner .breadcrumbList {
  margin-right: 0;
}

.flex-content {
  display: flex;
}

.grid-content {
  display: grid;
}
.grid-content--sidebar01 {
  grid-template-columns: 240px auto;
}
@media only screen and (max-width: 768px) {
  .grid-content--sidebar01 {
    display: block;
  }
}
.grid-content--sidebar02 {
  grid-template-columns: 290px auto;
}
@media only screen and (max-width: 768px) {
  .grid-content--sidebar02 {
    display: block;
  }
}

.headLine01 {
  font-family: Oswald;
  font-weight: 500;
  color: #003347;
  line-height: 1.1;
  font-size: 125px;
  font-size: 12.5rem;
}
@media only screen and (max-width: 1200px) {
  .headLine01 {
    font-size: 100px;
    font-size: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  .headLine01 {
    font-size: 82px;
    font-size: 8.2rem;
  }
}
@media only screen and (max-width: 480px) {
  .headLine01 {
    font-size: 60px;
    font-size: 6rem;
  }
}

.headLine02 {
  font-family: Oswald;
  color: #003347;
  line-height: 1.5;
  font-size: 85px;
  font-size: 8.5rem;
}
@media only screen and (max-width: 768px) {
  .headLine02 {
    font-size: 70px;
    font-size: 7rem;
  }
}
@media only screen and (max-width: 480px) {
  .headLine02 {
    font-size: 56px;
    font-size: 5.6rem;
  }
}

.headLine03 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .headLine03 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .headLine03 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.under-headLine__wrap {
  position: relative;
  overflow: hidden;
  position: relative;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #003347;
  height: 410px;
}
@media only screen and (max-width: 768px) {
  .under-headLine__wrap {
    height: 220px;
  }
}
@media only screen and (max-width: 480px) {
  .under-headLine__wrap {
    height: 180px;
  }
}
.under-headLine__wrap--01::after {
  background-image: url(/assets/image/mainImage/under-title01.png);
  background-position: -710px;
  background-size: 116%;
}
.under-headLine__wrap--01::before {
  background-image: url(/assets/image/mainImage/under-mainImage01.png);
}
@media only screen and (max-width: 768px) {
  .under-headLine__wrap--01::before {
    background-image: url(/assets/image/mainImage/under-mainImage-sp01.jpg);
  }
}
.under-headLine__wrap--02::after {
  background-image: url(/assets/image/mainImage/under-title02.png);
  background-position: -411px;
  background-size: 93.75%;
}
.under-headLine__wrap--02::before {
  background-image: url(/assets/image/mainImage/under-mainImage02.png);
}
@media only screen and (max-width: 768px) {
  .under-headLine__wrap--02::before {
    background-image: url(/assets/image/mainImage/under-mainImage-sp02.jpg);
  }
}
.under-headLine__wrap--03::after {
  background-image: url(/assets/image/mainImage/under-title03.png);
  background-position: 0px;
  background-size: 70%;
}
.under-headLine__wrap--03::before {
  background-image: url(/assets/image/mainImage/under-mainImage03.png);
}
@media only screen and (max-width: 768px) {
  .under-headLine__wrap--03::before {
    background-image: url(/assets/image/mainImage/under-mainImage-sp03.jpg);
    background-position-y: -90px;
  }
}
@media only screen and (max-width: 480px) {
  .under-headLine__wrap--03::before {
    background-position: -100px -100px;
  }
}
.under-headLine__wrap--04::after {
  background-image: url(/assets/image/mainImage/under-title04.png);
  background-position: -540px;
  background-size: 99.3229166667%;
}
.under-headLine__wrap--04::before {
  background-image: url(/assets/image/mainImage/under-mainImage04.png);
}
@media only screen and (max-width: 768px) {
  .under-headLine__wrap--04::before {
    background-image: url(/assets/image/mainImage/under-mainImage-sp04.jpg);
    background-position-y: -90px;
  }
}
.under-headLine__wrap--05::after {
  background-image: url(/assets/image/mainImage/under-title05.png);
  background-position: -1200px;
  background-size: 67.0833333333%;
}
.under-headLine__wrap--05::before {
  background-image: url(/assets/image/mainImage/under-mainImage05.png);
}
@media only screen and (max-width: 768px) {
  .under-headLine__wrap--05::before {
    background-image: url(/assets/image/mainImage/under-mainImage-sp05.jpg);
    background-position-y: -90px;
  }
}
@media only screen and (max-width: 480px) {
  .under-headLine__wrap--05::before {
    background-position-y: -200px;
  }
}
.under-headLine__wrap--06::after {
  background-image: url(/assets/image/mainImage/under-title06.png);
  background-position: 20px;
  background-size: 70.1041666667%;
}
.under-headLine__wrap--06::before {
  background-image: url(/assets/image/mainImage/under-mainImage06.png);
}
@media only screen and (max-width: 768px) {
  .under-headLine__wrap--06::before {
    background-image: url(/assets/image/mainImage/under-mainImage-sp06.jpg);
  }
}
@media only screen and (max-width: 480px) {
  .under-headLine__wrap--06::before {
    background-position: -140px -80px;
  }
}
.under-headLine__wrap--07::after {
  background-image: url(/assets/image/mainImage/under-title07.png);
  background-position: 10px;
  width: 114%;
}
.under-headLine__wrap--07::before {
  background-image: url(/assets/image/mainImage/under-mainImage06.png);
}
@media only screen and (max-width: 768px) {
  .under-headLine__wrap--07::before {
    background-image: url(/assets/image/mainImage/under-mainImage-sp06.jpg);
  }
}
@media only screen and (max-width: 480px) {
  .under-headLine__wrap--07::before {
    background-position: -140px -80px;
  }
}
.under-headLine__wrap--08::after {
  background-image: url(/assets/image/mainImage/under-title08.png);
  background-position: -1160px;
  background-size: 65.3125%;
}
.under-headLine__wrap--08::before {
  background-image: url(/assets/image/mainImage/under-mainImage08.png);
}
@media only screen and (max-width: 768px) {
  .under-headLine__wrap--08::before {
    background-image: url(/assets/image/mainImage/under-mainImage-sp08.jpg);
  }
}
.under-headLine__wrap--09::after {
  background-image: url(/assets/image/mainImage/under-title09.png);
  background-position: -470px;
  background-size: 94.6354166667%;
}
.under-headLine__wrap--09::before {
  background-image: url(/assets/image/mainImage/under-mainImage07.png);
}
@media only screen and (max-width: 768px) {
  .under-headLine__wrap--09::before {
    background-image: url(/assets/image/mainImage/under-mainImage-sp07.jpg);
  }
}
@media only screen and (max-width: 480px) {
  .under-headLine__wrap--09::before {
    background-position: -200px;
  }
}
.under-headLine__wrap p {
  color: #fff;
}

.under-headLine__wrap--01::after,
.under-headLine__wrap--02::after,
.under-headLine__wrap--03::after,
.under-headLine__wrap--04::after,
.under-headLine__wrap--05::after,
.under-headLine__wrap--06::after,
.under-headLine__wrap--07::after,
.under-headLine__wrap--08::after,
.under-headLine__wrap--09::after {
  content: "";
  position: absolute;
  background-repeat: repeat-x;
  z-index: 0;
  width: 100%;
  height: 411px;
  top: 0;
}
.under-headLine__wrap--01::before,
.under-headLine__wrap--02::before,
.under-headLine__wrap--03::before,
.under-headLine__wrap--04::before,
.under-headLine__wrap--05::before,
.under-headLine__wrap--06::before,
.under-headLine__wrap--07::before,
.under-headLine__wrap--08::before,
.under-headLine__wrap--09::before {
  content: "";
  position: absolute;
  right: 0;
  max-width: 577px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .under-headLine__wrap--01::after,
  .under-headLine__wrap--02::after,
  .under-headLine__wrap--03::after,
  .under-headLine__wrap--04::after,
  .under-headLine__wrap--05::after,
  .under-headLine__wrap--06::after,
  .under-headLine__wrap--07::after,
  .under-headLine__wrap--08::after,
  .under-headLine__wrap--09::after {
    background-image: none;
    background-color: rgba(0, 51, 71, 0.3019607843);
    z-index: 1;
  }
  .under-headLine__wrap--01::before,
  .under-headLine__wrap--02::before,
  .under-headLine__wrap--03::before,
  .under-headLine__wrap--04::before,
  .under-headLine__wrap--05::before,
  .under-headLine__wrap--06::before,
  .under-headLine__wrap--07::before,
  .under-headLine__wrap--08::before,
  .under-headLine__wrap--09::before {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .under-headLine__wrap--01::after,
  .under-headLine__wrap--02::after,
  .under-headLine__wrap--03::after,
  .under-headLine__wrap--04::after,
  .under-headLine__wrap--05::after,
  .under-headLine__wrap--06::after,
  .under-headLine__wrap--07::after,
  .under-headLine__wrap--08::after,
  .under-headLine__wrap--09::after {
    height: 180px;
  }
}

.under-headLine01 {
  color: #fff;
  font-weight: 700;
  font-size: 55px;
  font-size: 5.5rem;
}
@media only screen and (max-width: 768px) {
  .under-headLine01 {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 480px) {
  .under-headLine01 {
    font-size: 30px;
    font-size: 3rem;
  }
}

.under-headLine02 {
  position: relative;
  color: #003347;
  font-weight: 700;
  padding-top: 20px;
  font-size: 50px;
  font-size: 5rem;
}
@media only screen and (max-width: 768px) {
  .under-headLine02 {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 480px) {
  .under-headLine02 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.under-headLine02::before {
  content: attr(en-title);
  position: absolute;
  top: 0;
  font-family: Oswald;
  color: rgba(218, 0, 62, 0.7019607843);
  white-space: nowrap;
  font-size: 17px;
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .under-headLine02::before {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .under-headLine02::before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.under-headLine03 {
  position: relative;
  color: #003347;
  font-weight: 700;
  padding-top: 20px;
  font-size: 42px;
  font-size: 4.2rem;
}
@media only screen and (max-width: 768px) {
  .under-headLine03 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .under-headLine03 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.under-headLine03::before {
  content: attr(en);
  position: absolute;
  top: 0;
  font-family: Oswald;
  font-size: 17px;
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  .under-headLine03::before {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .under-headLine03::before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.under-title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 1360px;
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  padding-left: 10.4166666667vw;
  padding-right: 30px;
  z-index: 2;
}
@media only screen and (max-width: 480px) {
  .under-title {
    padding-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.green-text {
  color: #003347;
  font-size: 16px;
  font-size: 1.6rem;
}

.white-text {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

.basic-text {
  color: #333;
  font-size: 19px;
  font-size: 1.9rem;
}
@media only screen and (max-width: 480px) {
  .basic-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.under-marker {
  background: linear-gradient(transparent 70%, #ffff00 0%);
}

button:hover {
  cursor: pointer;
}

.btn01 {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  color: #003347;
  border: 1px solid #003347;
  text-align: center;
  font-weight: 700;
  padding: 21px 30px;
  transition: 0.5s;
  overflow: hidden;
}
.btn01 span {
  position: relative;
  z-index: 3;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 480px) {
  .btn01 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.btn01::after {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/assets/image/icon/g-right-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 8px;
  height: 13px;
  transition: 0.5s;
  z-index: 3;
}
.btn01::before {
  /*色や形状*/
  background: #003347; /*背景色*/
}
.btn01:hover {
  color: #fff;
  transition: 0.5s;
}
.btn01:hover::before {
  transform: scale(1, 2);
}
.btn01:hover::after {
  background-image: url(/assets/image/icon/w-right-arrow.svg);
  transition: 0.5s;
}
.btn01--g {
  background-color: #003347;
  color: #fff;
}
.btn01--g::before {
  /*色や形状*/
  background: #fff; /*背景色*/
}
.btn01--g::after {
  background-image: url(/assets/image/icon/w-right-arrow.svg);
}
.btn01--g:hover {
  color: #003347;
  transition: 0.5s;
}
.btn01--g:hover::before {
  transform: scale(1, 1);
}
.btn01--g:hover::after {
  background-image: url(/assets/image/icon/g-right-arrow.svg);
  transition: 0.5s;
}
.btn01--ghost {
  background-color: #003347;
  color: #fff;
  border: 1px solid #fff;
}
.btn01--ghost::before {
  /*色や形状*/
  background: #fff; /*背景色*/
}
.btn01--ghost::after {
  background-image: url(/assets/image/icon/w-right-arrow.svg);
  z-index: 3;
}
.btn01--ghost:hover {
  color: #003347;
  transition: 0.5s;
}
.btn01--ghost:hover::before {
  transform: scale(1, 1);
}
.btn01--ghost:hover::after {
  background-image: url(/assets/image/icon/g-right-arrow.svg);
  transition: 0.5s;
}
.btn01--r {
  background-color: #da003e;
  color: #fff;
  border: 1px solid #fff;
}
.btn01--r::before {
  /*色や形状*/
  background: #fff; /*背景色*/
}
.btn01--r::after {
  background-image: url(/assets/image/icon/w-right-arrow.svg);
  z-index: 3;
}
.btn01--r:hover {
  transition: 0.6s;
  background-color: #c10339;
}
.btn01--r:hover::before {
  transform: scale(0, 0);
}
.btn01--g2 {
  background-color: #003347;
  color: #fff;
}
.btn01--g2::before {
  background: #fff; /*背景色*/
}
.btn01--g2::after {
  background-image: url(/assets/image/icon/w-right-arrow.svg);
  z-index: 3;
}
.btn01--g2:hover {
  background-color: #012736;
  transition: 0.6s;
}
.btn01--g2:hover::before {
  transform: scale(0, 0);
}

.btn01::before,
.btn01--g::before,
.btn01--ghost::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
}

.btn02 {
  position: relative;
  display: block;
  background-color: #003347;
  border: 1px solid #003347;
  color: #fff;
  border-radius: 28px;
  text-align: center;
  padding: 10px 40px;
  transition: 0.5s;
}
.btn02 span {
  display: block;
  position: relative;
  z-index: 3;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .btn02 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 480px) {
  .btn02 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.btn02 span::before {
  content: "";
  position: absolute;
  right: -8%;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/assets/image/icon/w-right-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 8px;
  height: 13px;
  transition: 0.5s;
}
.btn02:hover {
  background-color: #fff;
  color: #003347;
}
.btn02:hover span:before {
  background-image: url(/assets/image/icon/g-right-arrow.svg);
}
.btn02--w {
  background-color: #fff;
  color: #003347;
  border-radius: 28px;
  border: 1px solid #003347;
}
.btn02--w span::before {
  background-image: url(/assets/image/icon/g-right-arrow.svg);
}
.btn02--w:hover {
  background-color: #003347;
  color: #fff;
  border: 1px solid #fff;
}
.btn02--w:hover span::before {
  background-image: url(/assets/image/icon/w-right-arrow.svg);
}

.g-map-icon {
  position: relative;
  width: 133px;
  background-color: #003347;
  color: #fff;
  padding: 3px 20px 3px 10px;
  margin-left: 33px;
}
.g-map-icon::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/assets/image/icon/g-map-icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 10px;
  height: 16px;
}

.scroll-btn {
  position: absolute;
  right: 60px;
  bottom: 300px;
  color: #003347;
  font-family: Oswald;
  writing-mode: vertical-rl;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .scroll-btn {
    right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .scroll-btn {
    right: 15px;
  }
}

.scrolldown {
  position: relative;
  color: #003347;
  z-index: 2;
}
.scrolldown::before {
  content: "";
  position: absolute;
  bottom: -83px;
  left: 50%;
  width: 2px;
  height: 65px;
  background-color: #003347;
  animation: sdl 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

.page-topBtn {
  position: fixed;
  bottom: 400px;
  right: 30px;
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
}
.page-topBtn p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 91px;
  height: 91px;
  background-color: #003347;
  color: #fff;
  padding: 4px;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media only screen and (max-width: 480px) {
  .page-topBtn p {
    width: 70px;
    height: 70px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.page-topBtn p::before {
  content: "";
  position: absolute;
  transform: rotate(270deg);
  top: 9px;
  background-image: url(/assets/image/icon/w-right-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 9px;
  height: 17px;
}

.hamburger {
  display: none;
  position: fixed;
  cursor: pointer;
  top: 25px;
  right: 30px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  transition: all 0.6s;
}
@media only screen and (max-width: 1400px) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #003347;
  width: 46px;
}
.hamburger span:nth-of-type(1) {
  top: 10px;
}
.hamburger span:nth-of-type(2) {
  top: 20px;
}
.hamburger span:nth-of-type(3) {
  top: 30px;
}

/*activeクラスが付与されると線が回転して×に*/
.hamburger.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-30deg);
  width: 46px;
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(30deg);
  width: 46px;
}

.open {
  opacity: 1;
}

.open.header-nav {
  max-width: none;
}

.open.header-nav ul {
  display: block;
}

.open + .global-btn {
  display: block;
}

.scale__wrap {
  overflow: hidden;
}

.breadcrumbList {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-right: 10.4166666667vw;
}
.breadcrumbList li {
  position: relative;
  padding-right: 20px;
}
.breadcrumbList li::before {
  content: "-";
  position: absolute;
  right: 7px;
}
.breadcrumbList li:last-child::before {
  content: none;
}
.breadcrumbList li a {
  color: #333;
}

@media only screen and (max-width: 768px) {
  .sidebar {
    padding-top: 0;
    margin-right: 80px;
    position: sticky;
    top: 40px;
    background-color: #ffffff;
    z-index: 4;
    width: 94vw;
  }
}

.sidebar-list {
  position: sticky;
  top: 12%;
  padding-top: 50px;
  border-top: 1px solid #c7d2d6;
}
@media only screen and (max-width: 768px) {
  .sidebar-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.sidebar-list li {
  margin-bottom: 20px;
}
.sidebar-list a {
  color: rgba(0, 51, 71, 0.3019607843);
  font-weight: 700;
  transition: 0.3s;
  font-size: 21px;
  font-size: 2.1rem;
}
.sidebar-list a:hover {
  color: #003347;
  transition: 0.3s;
}
.sidebar-list .sidebar-list--active {
  color: #003347;
}
.sidebar-list .sidebar-list--current {
  color: #003347;
}
.sidebar-list--min {
  padding-left: 30px;
}
.sidebar-list--min li {
  margin-bottom: 10px;
}
.sidebar-list--min a {
  font-size: 18px;
  font-size: 1.8rem;
}

.under-main-content {
  max-width: 1200px;
  overflow: hidden;
  margin-left: 15.625%;
}
.under-main-content--1080 {
  max-width: 1080px;
}
@media only screen and (max-width: 768px) {
  .under-main-content {
    margin-left: 0;
  }
}

.table__wrap {
  overflow: auto;
  white-space: nowrap;
  max-width: 1200px;
}

#platingTable a {
  text-decoration: underline;
}

#platingTable a:hover {
  text-decoration: none;
}

#platingTable th,
#platingTable td {
  text-align: center;
}

#platingTable thead th,
#platingTable thead td {
  padding: 0.5em 0.5em;
}

#platingTable thead th.th1 {
  background: #003347;
  vertical-align: middle;
  line-height: 1.4;
}

#platingTable thead th.th2 {
  vertical-align: top;
  line-height: 1.2;
  color: #333;
  text-align: left;
  white-space: pre-line;
}

#platingTable thead th.th2 span {
  display: block;
}

#platingTable tbody td {
  line-height: 2.2;
}

#platingTable tbody th {
  padding: 0 0.5em;
}

#platingTable tbody th.th1 {
  background: #003347;
  line-height: 1.4;
}

#platingTable tbody th.th2 {
  text-align: left;
}

#platingTable .corner {
  border-top: none;
  border-left: none;
}

.lead,
.foot,
.legend {
  text-align: left;
  font-size: 14px;
  padding: 13px 0;
}

.bg1 {
  background: rgba(0, 51, 71, 0.05);
}

.bg2 {
  background: rgba(0, 51, 71, 0.1);
}

.basic-table {
  border-collapse: collapse;
  width: 100%;
}
.basic-table th {
  background-color: #003347;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 35px;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .basic-table th {
    padding: 8px;
  }
}
.basic-table td {
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  padding: 10px 35px;
}
@media only screen and (max-width: 480px) {
  .basic-table td {
    padding: 8px;
  }
}
.basic-table td:last-child {
  border-right: 0;
}
.basic-table .td-text-left {
  text-align: left;
}
.basic-table--flow th {
  border-right: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
  border-top: 1px solid #9b9b9b;
}
.basic-table--flow td {
  border-right: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
  border-top: 1px solid #9b9b9b;
}
.basic-table a {
  color: #003347;
  font-weight: 700;
}

.drawer__wrap {
  margin-bottom: 40px;
}
.drawer__wrap dl {
  margin-bottom: 4px;
}
.drawer__wrap dt {
  position: relative;
  background: rgba(0, 51, 71, 0.08);
  color: #003347;
  cursor: pointer;
  font-weight: 700;
  padding: 26px;
  font-size: 21px;
  font-size: 2.1rem;
}
.drawer__wrap dt::before, .drawer__wrap dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  width: 1px;
  height: 14px;
  background: #003347;
  z-index: 2;
}
.drawer__wrap dt::before {
  transition: all 0.5s;
  transform: translateY(-50%) rotate(0deg);
}
.drawer__wrap dt::after {
  transform: translateY(-50%) rotate(90deg);
}
.drawer__wrap dt .drawer-mark-span {
  display: inline-block;
  max-width: 48px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #003347;
  color: #fff;
  border-radius: 50%;
  margin-right: 30px;
  font-weight: 400;
  font-size: 25px;
  font-size: 2.5rem;
}
.drawer__wrap .drawer-mark {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 50px;
}
.drawer__wrap .drawer-mark::before {
  content: "";
  position: absolute;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
}
.drawer__wrap .dt-active::before {
  transition: all 0.5s;
  transform: translateY(-50%) rotate(90deg);
}
.drawer__wrap dd {
  display: none;
  background: rgba(0, 51, 71, 0.03);
  color: #003347;
  padding: 26px;
  font-size: 19px;
  font-size: 1.9rem;
}
.drawer__wrap dd .answer-mark-span {
  display: inline-block;
  max-width: 48px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #fff;
  color: #003347;
  border-radius: 50%;
  margin-right: 30px;
  font-weight: 400;
  font-size: 25px;
  font-size: 2.5rem;
}
.drawer__wrap dd .dd__wrap {
  display: flex;
}
.drawer__wrap .small-text {
  color: rgba(0, 51, 71, 0.6);
  font-size: 13px;
  font-size: 1.3rem;
}

.sp-btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp-btn {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .sidebar-list {
    height: 0;
    padding: 0;
    opacity: 0;
  }
}

.flow-list {
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  .flow-list {
    margin-left: 0;
  }
}
.flow-list .flex-content {
  align-items: center;
}
.flow-list li {
  position: relative;
  border-left: 1px solid #003347;
  padding-left: 88px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .flow-list li {
    padding-left: 0;
    padding-bottom: 50px;
    border-left: 0;
  }
}
.flow-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 70px;
  border-left: none;
}
.flow-list li .icon-img {
  position: absolute;
  left: -50px;
  max-width: 100px;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .flow-list li .icon-img {
    position: static;
    max-width: 70px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .flow-list li p {
    margin-top: 20px;
  }
}

.flow-list-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .flow-list-title {
    margin-bottom: 0;
  }
}

.bg--g {
  background-color: rgba(0, 51, 71, 0.1019607843);
}

.bg-g-text {
  background-color: rgba(0, 51, 71, 0.1019607843);
  padding: 35px 39px;
  line-height: 1.8;
  font-size: 19px;
  font-size: 1.9rem;
}
@media only screen and (max-width: 480px) {
  .bg-g-text {
    padding: 15px 15px;
  }
}
.bg-g-text--dec {
  position: relative;
}
.bg-g-text--dec .dec01 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 43px;
  background-color: #003347;
  color: #fff;
  border-radius: 0 0 25px 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-size: 26px;
  font-size: 2.6rem;
}
@media only screen and (max-width: 1400px) {
  .bg-g-text--dec .dec01 {
    width: 140px;
    height: 43px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.bg-g-text--700 {
  max-width: 700px;
}

.bg-g-text--center {
  text-align: center;
}

.bg-g-text--dec__inner {
  max-width: 800px;
  margin: auto;
}
.bg-g-text--dec__inner li {
  margin-right: 15px;
  font-size: 17px;
  font-size: 1.7rem;
}

.bg-g-text--dec-title {
  color: #333;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
}
@media only screen and (max-width: 1024px) {
  .bg-g-text--dec-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.nav-links {
  color: #003347;
  font-size: 18px;
  font-size: 1.8rem;
}
.nav-links .page-numbers {
  display: flex;
}
.nav-links .page-numbers li {
  border: 0;
}
.nav-links .page-numbers li:first-child {
  border-top: 0;
}
.nav-links .page-numbers li span {
  margin-right: 0;
}
.nav-links .page-numbers li::before {
  content: none;
}
.nav-links a {
  color: #003347;
}

header .flex-content {
  max-width: 1840px;
  margin-left: auto;
  align-items: center;
  justify-content: space-between;
}
header .flex-content--right {
  max-width: 1400px;
  width: 100%;
}

.header__wrap--pc {
  position: fixed;
  background-color: #fff;
  width: 100%;
  right: 0;
  padding-left: 30px;
  z-index: 999;
}
@media only screen and (max-width: 1400px) {
  .header__wrap--pc {
    padding: 27.5px 30px;
  }
}

.header-logo img {
  max-width: 240px;
}
@media only screen and (max-width: 1400px) {
  .header-logo img {
    max-width: 240px;
  }
}

.header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-nav ul {
  display: flex;
  justify-content: flex-end;
  margin-left: 30px;
}
@media only screen and (max-width: 1400px) {
  .header-nav ul {
    display: none;
  }
}
.header-nav li {
  font-weight: 700;
  margin-right: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1800px) {
  .header-nav li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1600px) {
  .header-nav li {
    margin-right: 15px;
  }
}
.header-nav a {
  position: relative;
  color: #003347;
  padding-bottom: 5px;
  transition: 0.8s;
}
.header-nav a::before {
  position: absolute;
  bottom: -4px;
  left: 50%;
  content: "";
  width: 32px;
  height: 2px;
  background: #003347;
  transform: scale(0, 1) translateX(-50%);
  transform-origin: left;
  transition: transform 0.3s;
}
.header-nav a:hover::before {
  transform: scale(1, 1) translateX(-50%);
  left: 50%;
  width: 32px;
}
.header-nav .header--current {
  position: relative;
}
.header-nav .header--current::before {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 32px;
  height: 2px;
  background: #003347;
}

.header-nav--sp {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  padding: 27.5px 30px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.2s linear;
  overflow: auto;
  z-index: -1;
}
.header-nav--sp li {
  border-top: 2px solid rgba(0, 51, 71, 0.1019607843);
}
.header-nav--sp li:last-child {
  border-bottom: 2px solid rgba(0, 51, 71, 0.1019607843);
}
.header-nav--sp li a {
  display: block;
  padding: 15px 15px;
  color: #003347;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
.header-nav--sp .sp-nav-drawer {
  position: relative;
  cursor: pointer;
}
.header-nav--sp .sp-nav-drawer::before, .header-nav--sp .sp-nav-drawer::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 50px;
  width: 1px;
  height: 14px;
  background: #003347;
  z-index: 2;
}
.header-nav--sp .sp-nav-drawer::before {
  transition: all 0.5s;
  transform: translateY(-50%) rotate(0deg);
}
.header-nav--sp .sp-nav-drawer::after {
  transform: translateY(-50%) rotate(90deg);
}
.header-nav--sp .drawer-active::before {
  transition: all 0.5s;
  transform: translateY(-50%) rotate(90deg);
}
.header-nav--sp .sp-under-nav {
  display: none;
  padding-left: 15px;
}
.header-nav--sp .sp-under-nav li {
  border-top: 0;
}
.header-nav--sp .sp-under-nav li:last-child {
  border-bottom: 0;
}
.header-nav--sp .sp-under-nav a {
  font-weight: 400;
}
.header-nav--sp .basic-text a {
  color: #003347;
  font-weight: 700;
  padding: 15px 15px;
}
.header-nav--sp .header-logo {
  margin-bottom: 30px;
}
.header-nav--sp .sp-nav {
  margin-bottom: 30px;
}

.header-nav--sp.open {
  opacity: 1;
  transition: opacity 0.2s linear;
  height: 100%;
  z-index: 999;
}

.global-btn {
  display: flex;
  justify-content: end;
  align-items: center;
  max-width: 543px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .global-btn {
    max-width: 463px;
  }
}
@media only screen and (max-width: 1400px) {
  .global-btn {
    display: none;
  }
}
.global-btn a {
  display: block;
}
.global-btn--tel {
  max-width: 233px;
  width: 100%;
  margin-right: 30px;
  pointer-events: none;
  font-size: 33px;
  font-size: 3.3rem;
}
@media only screen and (max-width: 1800px) {
  .global-btn--tel {
    max-width: 205px;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1600px) {
  .global-btn--tel {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .global-btn--tel {
    pointer-events: auto;
  }
}
.global-btn--tel span {
  font-size: 15px;
  font-size: 1.5rem;
}
.global-btn--tel a {
  color: #003347;
  font-weight: bold;
  font-family: Oswald;
}
.global-btn--tel a::before {
  content: none;
}
.global-btn--calendar {
  max-width: 70px;
  width: 100%;
}
.global-btn--calendar a {
  position: relative;
  background-color: #003347;
  color: #fff;
  height: 110px;
  line-height: 110px;
  padding: 20px 10px 0;
  text-align: center;
  font-weight: 700;
  transition: 0.6s;
  font-size: 15px;
  font-size: 1.5rem;
}
.global-btn--calendar a::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/assets/image/icon/calendar.svg);
  background-repeat: no-repeat;
  width: 32px;
  height: 29px;
}
.global-btn--calendar a:hover {
  background-color: #012736;
  transition: 0.6s;
}
.global-btn--contact {
  max-width: 210px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .global-btn--contact {
    max-width: 160px;
  }
}
.global-btn--contact a {
  background-color: #da003e;
  color: #fff;
  height: 110px;
  line-height: 110px;
  padding: 0 10px;
  text-align: center;
  transition: 0.6s;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "Noto Sans CJK JP";
  font-weight: 700;
}
.global-btn--contact a:hover {
  background-color: #c10339;
  transition: 0.6s;
}
.global-btn--contact a::before {
  content: none;
}

.global-btn-sp {
  background-color: rgba(0, 51, 71, 0.1019607843);
  padding: 26px;
  margin-top: 30px;
}
.global-btn-sp .basic-text {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  color: #003347;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 600px) {
  .global-btn-sp .basic-text {
    font-size: 20px;
    font-size: 2rem;
  }
}
.global-btn-sp .sp-contact-btn__wrap {
  position: relative;
  margin-bottom: 16px;
}
.global-btn-sp .sp-contact-btn__wrap::before {
  content: "";
  position: absolute;
  top: -139px;
  right: 30px;
  background-image: url(/assets/image/development/person4.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 136px;
  height: 139px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .global-btn-sp .sp-contact-btn__wrap::before {
    top: -99px;
    right: 15px;
    width: 100px;
    height: 103px;
  }
}
@media only screen and (max-width: 600px) {
  .global-btn-sp .sp-contact-btn__wrap::before {
    content: none;
  }
}
.global-btn-sp .sp-contact-btn__wrap .btn01::after {
  right: 40px;
}
.global-btn-sp .global-btn--tel {
  max-width: 365px;
  line-height: 1.2;
  font-size: 57px;
  font-size: 5.7rem;
}
@media only screen and (max-width: 600px) {
  .global-btn-sp .global-btn--tel {
    max-width: none;
    text-align: center;
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.global-btn-sp .global-btn--tel + p {
  font-weight: 700;
  color: #003347;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 600px) {
  .global-btn-sp .global-btn--tel + p {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.global-btn-sp__inner {
  max-width: 578px;
  margin: auto;
}

footer {
  background-color: #003347;
  color: #fff;
  padding: 70px 30px 60px;
}
footer .btn--150 {
  width: 100%;
  margin: 0 20px 0 0;
}
footer .btn01 {
  padding: 21px 20px;
}
footer .btn01 span {
  padding: 8px 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
footer .btn01::after {
  right: 15px;
}
footer .flex-content {
  max-width: 1520px;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
footer .flex-content--left {
  margin-right: 70px;
}
footer .flex-content--left .flex-content {
  margin-bottom: 60px;
}
footer .flex-content--left img {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  footer .flex-content--left {
    margin-right: 0;
  }
}
footer .flex-content--right {
  display: flex;
}
@media only screen and (max-width: 600px) {
  footer .flex-content--right {
    display: block;
  }
}
footer .flex-content--right img {
  max-width: 110px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  footer .flex-content {
    display: block;
  }
}
footer .footer-btn {
  display: flex;
}
footer .footer-btn img {
  margin-bottom: 0;
}
footer .footer-btn .btn01 {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media only screen and (max-width: 1024px) {
  footer .flex-content--right img {
    margin-top: 15px;
    margin-bottom: 0;
  }
}

.footer-address p {
  margin-bottom: 10px;
}
.footer-address p a {
  color: #fff;
}

.footer-nav {
  margin-right: 30px;
  padding-left: 1em;
}
@media only screen and (max-width: 1024px) {
  .footer-nav {
    max-width: 300px;
    width: 100%;
  }
}
.footer-nav li {
  text-indent: -1em;
}
.footer-nav a {
  color: #fff;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-nav--p {
  margin-bottom: 20px;
}
.footer-nav--c li {
  margin-top: 10px;
}

.footer-logo img {
  max-width: 426px;
  width: 100%;
}

.face-btn {
  position: relative;
}
.face-btn::before {
  content: "";
  position: absolute;
  background-image: url(/assets/image/icon/face-logo.svg);
  background-size: 100%;
  width: 40px;
  height: 40px;
  transition: 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.face-btn:hover::before {
  background-image: url(/assets/image/icon/face-logo-re.svg);
  transition: 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.footer-logo-img__wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mainVisual__wrap {
  padding-left: 30px;
}

.slide01 {
  background-image: url(/assets/image/home/main-image01.png);
  background-repeat: no-repeat;
  background-position: 486px 9px;
  background-size: cover;
  padding-top: 904px;
}
@media only screen and (max-width: 1200px) {
  .slide01 {
    background-position: 155px 10px;
    padding-top: 700px;
  }
}
@media only screen and (max-width: 768px) {
  .slide01 {
    background-position: 85px 10px;
    background-image: url(/assets/image/home/main-image01-t.png);
  }
}
@media only screen and (max-width: 480px) {
  .slide01 {
    background-position: 85px 10px;
    background-image: url(/assets/image/home/main-image01-s.png);
  }
}

.slide02 {
  background-image: url(/assets/image/home/main-image02.png);
  background-repeat: no-repeat;
  background-position: 486px 9px;
  background-size: cover;
  padding-top: 904px;
}
@media only screen and (max-width: 1200px) {
  .slide02 {
    background-position: 155px 10px;
    padding-top: 700px;
  }
}
@media only screen and (max-width: 768px) {
  .slide02 {
    background-position: 85px 10px;
    background-image: url(/assets/image/home/main-image02-t.png);
  }
}
@media only screen and (max-width: 480px) {
  .slide02 {
    background-position: 85px 10px;
    background-image: url(/assets/image/home/main-image02-s.png);
  }
}

.slide03 {
  background-image: url(/assets/image/home/main-image03.png);
  background-repeat: no-repeat;
  background-position: 486px 9px;
  background-size: cover;
  padding-top: 904px;
}
@media only screen and (max-width: 1200px) {
  .slide03 {
    background-position: 155px 10px;
    padding-top: 700px;
  }
}
@media only screen and (max-width: 768px) {
  .slide03 {
    background-position: 85px 10px;
    background-image: url(/assets/image/home/main-image03-t.png);
  }
}
@media only screen and (max-width: 480px) {
  .slide03 {
    background-position: 85px 10px;
    background-image: url(/assets/image/home/main-image03-s.png);
  }
}

.slide04 {
  background-image: url(/assets/image/home/main-image04.png);
  background-repeat: no-repeat;
  background-position: 486px 9px;
  background-size: cover;
  padding-top: 904px;
}
@media only screen and (max-width: 1200px) {
  .slide04 {
    background-position: 155px 10px;
    padding-top: 700px;
  }
}
@media only screen and (max-width: 768px) {
  .slide04 {
    background-position: 85px 10px;
    background-image: url(/assets/image/home/main-image04-t.png);
  }
}
@media only screen and (max-width: 480px) {
  .slide04 {
    background-position: 85px 10px;
    background-image: url(/assets/image/home/main-image04-s.png);
  }
}

.mainVisual__inner {
  position: relative;
}

.mainVisual {
  max-width: 1790px;
  margin-left: auto;
  position: absolute;
}

.mainVisual-text__wrap {
  position: absolute;
  top: -760px;
  left: 100px;
}
@media only screen and (max-width: 1200px) {
  .mainVisual-text__wrap {
    top: -570px;
    left: 15px;
  }
}
.mainVisual-text__wrap h1 {
  margin-bottom: 20px;
}
.mainVisual-text__wrap .green-text--b27 {
  margin-bottom: 53px;
  padding-right: 30px;
}
@media only screen and (max-width: 1200px) {
  .mainVisual-text__wrap .green-text--b27 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 37px;
  }
}
.mainVisual-text__wrap .mainVisual-contact {
  position: relative;
  padding-bottom: 15px;
  padding-left: 10px;
  font-size: 21px;
  font-size: 2.1rem;
}
.mainVisual-text__wrap .mainVisual-contact::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  background-image: url(/assets/image/icon/link-arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: -8px;
  max-width: 285px;
  width: 100%;
  height: 19px;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.mainVisual-text__wrap .mainVisual-contact:hover::before {
  right: -15px;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.mainVisual-text__wrap .mainVisual-news__wrap {
  max-width: 250px;
  margin: 30px 0 30px 10px;
}
.mainVisual-text__wrap .mainVisual-news__wrap .btn01 {
  z-index: 1;
}
.mainVisual-text__wrap .mainVisual-news__wrap .btn01:hover {
  color: #fff;
}
.mainVisual-text__wrap .mainVisual-news__wrap .btn01::before {
  z-index: -1;
}

.strengths-list01 {
  position: absolute;
  bottom: -145px;
  left: 100px;
  display: flex;
  padding-right: 30px;
  max-width: 90vw;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .strengths-list01 {
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 900px) {
  .strengths-list01 {
    flex-wrap: wrap;
    left: auto;
    transform: translateX(0);
    bottom: -210px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .strengths-list01 {
    bottom: -145px;
  }
}
@media only screen and (max-width: 480px) {
  .strengths-list01 {
    padding-right: 15px;
  }
}
.strengths-list01 a {
  position: relative;
  display: flex;
  background-color: #003347;
  color: #fff;
  padding: 24px 10px;
  transition: 0.6s;
}
.strengths-list01 a::before {
  content: "";
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/assets/image/icon/w-right-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15px;
  height: 23px;
}
.strengths-list01 a:hover {
  background-color: #012736;
  transition: 0.6s;
}
@media only screen and (max-width: 1400px) {
  .strengths-list01 a {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 10px;
  }
  .strengths-list01 a::before {
    right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .strengths-list01 a::before {
    right: 5px;
    width: 10px;
    height: 16px;
  }
}
.strengths-list01 li {
  max-width: 393px;
  width: 100%;
  margin-right: 5px;
}
.strengths-list01 li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 900px) {
  .strengths-list01 li {
    max-width: none;
    width: calc((100% - 5px) / 2);
    margin-bottom: 5px;
  }
  .strengths-list01 li:nth-of-type(2n) {
    margin-right: 0;
  }
}

.strengths-number {
  font-family: Oswald;
  font-weight: 100;
  margin-right: 14px;
  line-height: 1;
  font-size: 45px;
  font-size: 4.5rem;
}
@media only screen and (max-width: 1500px) {
  .strengths-number {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1400px) {
  .strengths-number {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .strengths-number {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-title {
  font-weight: 700;
  font-size: 25px;
  font-size: 2.5rem;
}
@media only screen and (max-width: 1500px) {
  .list-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .list-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1200px) {
  .list-text--none {
    display: none;
  }
}

.product-list__wrap h2 {
  text-align: center;
}
.product-list__wrap .green-text--b23 {
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .product-list__wrap .green-text--b23 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.product-list__wrap .btn--270 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .product-list__wrap .btn--270 {
    margin-bottom: 35px;
  }
}

.product-list {
  display: grid;
  gap: 53px;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  margin-bottom: 100px;
}
@media only screen and (max-width: 900px) {
  .product-list {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .product-list {
    margin-bottom: 40px;
    gap: 30px;
  }
}
.product-list--title {
  color: #003347;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
}
.product-list img {
  width: 100%;
  transition: 0.5s;
}
.product-list a {
  color: #707070;
}
.product-list a:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.card-box__wrap .grid-content {
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(590px, 1fr));
}
@media only screen and (max-width: 900px) {
  .card-box__wrap .grid-content {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .card-box__wrap .grid-content {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
.card-box__wrap .btn--270 {
  margin-bottom: 0;
}

.card-box {
  border: 2px solid #003347;
  padding: 38px 34px;
}
.card-box-title {
  color: #003347;
  font-weight: 700;
  text-align: center;
  font-size: 37px;
  font-size: 3.7rem;
}
@media only screen and (max-width: 768px) {
  .card-box-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.card-box-text {
  color: #003347;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 480px) {
  .card-box-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.news-area__wrap {
  color: #fff;
}
.news-area__wrap a .date {
  color: #fff;
}
.news-area__wrap a .news-list-text {
  color: #fff;
}
.news-area__wrap a .date,
.news-area__wrap a .headLine03,
.news-area__wrap a .news-list-text {
  transition: 0.3s;
}
.news-area__wrap a:hover .date,
.news-area__wrap a:hover .headLine03,
.news-area__wrap a:hover .news-list-text {
  color: #dddddd;
  transition: 0.3s;
}
.news-area__wrap .flex-content--left {
  margin-right: 38px;
}
@media only screen and (max-width: 900px) {
  .news-area__wrap .flex-content--left {
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .news-area__wrap .flex-content--right {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .news-area__wrap .flex-content {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.news-area__wrap h2 {
  color: #fff;
  text-align: right;
}
.news-area__wrap p {
  text-align: right;
  font-size: 19px;
  font-size: 1.9rem;
}
@media only screen and (max-width: 900px) {
  .news-area__wrap p {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .news-area__wrap p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.news-area__wrap li {
  border-bottom: 1px dashed #fff;
  padding-bottom: 20px;
  margin-bottom: 63px;
}
@media only screen and (max-width: 768px) {
  .news-area__wrap li {
    margin-bottom: 30px;
  }
}
.news-area__wrap li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.news-area__wrap .btn--270 {
  margin: 0;
  margin-left: auto;
  margin-top: 25px;
}
@media only screen and (max-width: 900px) {
  .news-area__wrap .btn--270 {
    margin-right: auto;
  }
}
.news-area__wrap .news-list-text {
  text-align: left;
}

.date {
  font-size: 18px;
  font-size: 1.8rem;
}

.bnr-area__wrap ul {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  text-align: center;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .bnr-area__wrap ul {
    max-width: 790px;
  }
}
.bnr-area__wrap li {
  margin: auto;
}
@media only screen and (max-width: 480px) {
  .bnr-area__wrap li {
    max-width: 310px;
  }
}
.bnr-area__wrap img {
  max-width: 370px;
}
@media only screen and (max-width: 480px) {
  .bnr-area__wrap img {
    max-width: 310px;
  }
}

.recruit-area__wrap {
  text-align: center;
}
.recruit-area__wrap .white-text--b30 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1200px) {
  .recruit-area__wrap .white-text--b30 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 480px) {
  .recruit-area__wrap .white-text--b30 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.recruit-area__wrap .btn01 span {
  border: none;
}
@media only screen and (max-width: 1200px) {
  .recruit-area__wrap .white-text--b65 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 480px) {
  .recruit-area__wrap .white-text--b65 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.strengths__wrap #anchor01,
.strengths__wrap #anchor02,
.strengths__wrap #anchor03,
.strengths__wrap #anchor04 {
  padding-top: 120px;
  margin-top: -120px;
}
@media only screen and (max-width: 768px) {
  .strengths__wrap #anchor01,
  .strengths__wrap #anchor02,
  .strengths__wrap #anchor03,
  .strengths__wrap #anchor04 {
    margin-top: -150px;
  }
}
.strengths__wrap .flex-content {
  margin-bottom: 220px;
}
@media only screen and (max-width: 768px) {
  .strengths__wrap .flex-content {
    display: block;
    margin-bottom: 120px;
  }
}
.strengths__wrap .flex-content--left {
  max-width: 250px;
  width: 100%;
  margin-right: 100px;
}
@media only screen and (max-width: 1024px) {
  .strengths__wrap .flex-content--left {
    max-width: 200px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .strengths__wrap .flex-content--left {
    margin: auto;
    margin-bottom: 25px;
  }
}
.strengths__wrap .flex-content--left img {
  display: block;
  margin: auto;
}
.strengths__wrap .flex-content--right {
  width: 100%;
}
.strengths__wrap .flex-content.mb--0 {
  margin-bottom: 0;
}

.strengths-anchor-tabs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(292px, 1fr));
  margin-bottom: 140px;
}

.strengths-anchor-tab {
  background-color: #003347;
  text-align: center;
}
.strengths-anchor-tab a {
  display: block;
  padding: 18px 5px;
  color: #fff;
  transition: 0.6s;
  font-size: 23px;
  font-size: 2.3rem;
}
.strengths-anchor-tab a:hover {
  background-color: #012736;
  transition: 0.6s;
}
@media only screen and (max-width: 480px) {
  .strengths-anchor-tab a {
    font-size: 20px;
    font-size: 2rem;
  }
}
.strengths-anchor-tab span {
  position: relative;
  font-weight: 700;
}
.strengths-anchor-tab span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -29px;
  transform: translateY(-50%);
  background-image: url(/assets/image/icon/w-down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 12px;
}

.strong-point {
  font-weight: bold;
  color: #003347;
}
@media only screen and (max-width: 768px) {
  .strong-point {
    text-align: center;
  }
}
.strong-point .title-deco {
  font-family: Oswald;
  font-size: 17px;
  font-size: 1.7rem;
}

.strong-point-title {
  font-weight: bold;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin-bottom: 35px;
  font-size: 50px;
  font-size: 5rem;
}
@media only screen and (max-width: 1024px) {
  .strong-point-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .strong-point-title {
    -moz-text-align-last: initial;
         text-align-last: initial;
  }
}

.strong-point-text--l {
  line-height: 1.8;
  margin-bottom: 22px;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 480px) {
  .strong-point-text--l {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.strong-point-text--s {
  line-height: 2.6;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 480px) {
  .strong-point-text--s {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .strong-point-text--s.mb--80 {
    margin-bottom: 40px;
  }
}
.strong-point-text--s img {
  display: block;
  max-width: 186px;
  margin-left: 33px;
}
@media only screen and (max-width: 600px) {
  .strong-point-text--s img {
    margin-left: 0;
  }
}

.study-img--flex {
  display: flex;
}
@media only screen and (max-width: 480px) {
  .study-img--flex {
    display: block;
  }
  .study-img--flex .mr--20 {
    margin-right: auto;
  }
}

.study-img__wrap {
  max-width: 385px;
  margin: auto;
}
@media only screen and (max-width: 480px) {
  .study-img__wrap:last-child {
    margin-top: 20px;
  }
}

.strong-point__logo__wrap {
  display: flex;
  gap: 10px;
}

.technology__wrap {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .technology__wrap {
    margin-top: 50px;
  }
}
.technology__wrap #anchor01,
.technology__wrap #anchor02,
.technology__wrap #anchor03,
.technology__wrap #anchor04,
.technology__wrap #anchor05 {
  margin-bottom: 100px;
  padding-top: 130px;
  margin-top: -130px;
}
@media only screen and (max-width: 768px) {
  .technology__wrap #anchor01,
  .technology__wrap #anchor02,
  .technology__wrap #anchor03,
  .technology__wrap #anchor04,
  .technology__wrap #anchor05 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .technology__wrap #anchor01,
  .technology__wrap #anchor02,
  .technology__wrap #anchor03,
  .technology__wrap #anchor04,
  .technology__wrap #anchor05 {
    margin-bottom: 25px;
  }
}
.technology__wrap .under-main-content {
  margin-left: 12.1951219512%;
}
@media only screen and (max-width: 768px) {
  .technology__wrap .under-main-content {
    margin-left: 0;
  }
}
.technology__wrap .under-main-content--secondary {
  margin-left: 6.25%;
}
@media only screen and (max-width: 768px) {
  .technology__wrap .under-main-content--secondary {
    margin-left: 0;
  }
}

.technology-text__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.technology-text__wrap a {
  color: #333333;
}

.technology-item {
  display: flex;
  align-items: center;
  max-width: 530px;
}
@media only screen and (max-width: 1400px) {
  .technology-item {
    display: block;
  }
}
.technology-item img {
  margin-right: 20px;
  transition: 0.5s;
}
@media only screen and (max-width: 1400px) {
  .technology-item img {
    width: 100%;
  }
}
.technology-item img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.technology-item .scale__wrap {
  width: 260px;
  margin-right: 20px;
}
@media only screen and (max-width: 1400px) {
  .technology-item .scale__wrap {
    width: auto;
    margin-right: 0;
  }
}

.technology-item-title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
.technology-item-title span {
  font-size: 15px;
  font-size: 1.5rem;
}

.technology-item-text {
  font-size: 18px;
  font-size: 1.8rem;
}

.technology-area {
  margin-bottom: 120px;
}
.technology-area .gird-content {
  display: grid;
  gap: 60px 150px;
  grid-template-columns: repeat(auto-fit, minmax(392px, 1fr));
}
@media only screen and (max-width: 1600px) {
  .technology-area .gird-content {
    gap: 60px 30px;
  }
}
@media only screen and (max-width: 1400px) {
  .technology-area .gird-content {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}
.technology-area .under-headLine03 {
  margin-bottom: 30px;
}

.spec-area h2 {
  margin-bottom: 30px;
}
.spec-area .basic-table {
  margin-bottom: 30px;
}
.spec-area ol li {
  color: #003347;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 26px;
  font-size: 2.6rem;
}
.spec-area ol li p {
  color: #333;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.9rem;
}

#platingTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
#platingTable th {
  color: #fff;
}
#platingTable .th1--c {
  writing-mode: vertical-rl;
  white-space: pre-line;
  width: 55px;
  border-bottom: 1px solid #fff;
}
#platingTable .th2 {
  color: #333;
}
#platingTable .th2 a {
  color: #333;
}
#platingTable .th2--w250 {
  width: 250px;
}
#platingTable .th2--c {
  max-width: 44px;
}

_::-webkit-full-page-media,
_:future,
:root #platingTable .th1--c {
  writing-mode: initial;
}

.sub-title {
  color: #003347;
  font-size: 22px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .sub-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.lineup-image .flex-content {
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .lineup-image .flex-content {
    display: block;
  }
}
.lineup-image .flex-content--left {
  margin-right: 11.1842105263%;
  width: 36.1842105263%;
}
@media only screen and (max-width: 1024px) {
  .lineup-image .flex-content--left {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.lineup-image .flex-content--right {
  max-width: 800px;
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  .lineup-image .flex-content--right {
    width: 100%;
    margin: auto;
  }
}
.lineup-image img {
  width: 100%;
}

.merit-area h2 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .merit-area .flex-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.merit-area .flex-content--left {
  max-width: 320px;
  width: 100%;
  margin-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .merit-area .flex-content--left {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.merit-area .flex-content--left img {
  max-width: 320px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .merit-area .flex-content--left img {
    max-width: none;
    width: calc((100% - 20px) / 2);
    margin-bottom: 0;
  }
  .merit-area .flex-content--left img:first-child {
    margin-right: 20px;
  }
}
.merit-area .flex-content--left img:first-child {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .merit-area .flex-content--left img:first-child {
    margin-bottom: 0;
  }
}
.merit-area .flex-content--right .basic-text {
  line-height: 2.2;
}
@media only screen and (max-width: 1024px) {
  .merit-area .flex-content--right ol {
    text-align: left;
  }
}
.merit-area .flex-content--right li {
  color: #003347;
  font-weight: 700;
  margin-bottom: 45px;
  font-size: 26px;
  font-size: 2.6rem;
}
.merit-area .flex-content--right li:last-child {
  margin-bottom: 0;
}
.merit-area .flex-content--right li p {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .merit-area .flex-content--right li {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 30;
  }
}
.merit-area .basic-text {
  text-align: left;
}
.merit-area .bg-g-text--dec {
  padding: 50px 30px;
  margin-top: 30px;
}
.merit-area .bg-g-text--dec img {
  max-width: 320px;
  width: 100%;
}
.merit-area .bg-g-text--dec ul {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .merit-area .bg-g-text--dec ul {
    text-align: left;
  }
}
.merit-area .bg-g-text--dec a {
  text-align: center;
  color: #003347;
  font-weight: 700;
}
.merit-area .bg-g-text--dec span {
  display: block;
}
.merit-area .bg-g-text--dec .modal-arrow__margin {
  max-width: 90px;
  margin-right: 35px;
  margin-left: 35px;
}
@media only screen and (max-width: 1024px) {
  .merit-area .bg-g-text--dec .modal-arrow__margin {
    margin: 35px;
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 1024px) {
  .merit-area .merit-chi {
    width: calc((100% - 20px) / 2);
    max-width: 301px;
  }
  .merit-area .merit-chi:first-child {
    margin-right: 20px;
  }
  .merit-area .merit-chi img {
    width: 100%;
  }
}
.merit-area .g-tri-lead-text__wrap img {
  width: 100%;
}

.g-tri-lead-text__wrap {
  margin-bottom: 60px;
}
.g-tri-lead-text__wrap .g-tri-lead-text {
  margin-bottom: 0;
}

.g-tri-lead-text {
  position: relative;
  color: #003347;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 25px;
  font-size: 26px;
  font-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .g-tri-lead-text {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 480px) {
  .g-tri-lead-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.g-tri-lead-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 13px;
  border-color: transparent transparent transparent #003347;
  top: 10px;
  left: 0;
  border-radius: 5px;
}

.app-area h2 {
  margin-bottom: 25px;
}
.app-area .basic-table {
  margin-bottom: 30px;
}

.contact-area h2 {
  margin-bottom: 25px;
}
.contact-area .flex-content {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  .contact-area .flex-content {
    display: block;
  }
}
.contact-area .flex-content--left {
  padding: 25px 15px;
  background-color: #003347;
  color: #fff;
  width: 50%;
}
@media only screen and (max-width: 1300px) {
  .contact-area .flex-content--left {
    width: 100%;
  }
}
.contact-area .flex-content--right {
  padding: 25px 15px;
  width: 50%;
  border: 1px solid #003347;
}
@media only screen and (max-width: 1300px) {
  .contact-area .flex-content--right {
    width: 100%;
  }
}
.contact-area .flex-content--right .contact-means {
  color: #003347;
}
.contact-area .flex-content--right .btn--350 {
  margin-bottom: 30px;
}
.contact-area .basic-text {
  margin-bottom: 80px;
}
.contact-area .btn--360 {
  margin-right: auto;
  margin-left: 0;
}
.contact-area .basic-text.basic-text--b29 {
  margin-bottom: 35px;
}

.contact-means {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 26px;
  font-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .contact-means {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 480px) {
  .contact-means {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.contact-tel {
  font-size: 52px;
  font-size: 5.2rem;
}
@media only screen and (max-width: 768px) {
  .contact-tel {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .contact-tel {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.faq-area h2 {
  margin-bottom: 25px;
}
.faq-area .btn--360 {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .faq-area .btn--360 {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .faq-area .flex-content {
    display: block;
  }
}

.advice-area .img-boxLayout {
  border: 0;
}
@media only screen and (max-width: 1300px) {
  .advice-area .img-boxLayout {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1300px) {
  .advice-area .img-boxLayout img {
    margin-bottom: 30px;
  }
}
.advice-area .img-boxLayout:last-child {
  padding-top: 32%;
}
@media only screen and (max-width: 1024px) {
  .advice-area .img-boxLayout-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1300px) {
  .advice-area .speech-bubble__wrap {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 30px;
    padding: 15px;
    margin-bottom: 20px;
  }
  .advice-area .speech-bubble__wrap:last-child {
    margin-bottom: 0;
  }
}
.advice-area .speech-bubble__wrap--01 {
  left: 0;
}
@media only screen and (max-width: 1300px) {
  .advice-area .speech-bubble__wrap--01 {
    left: 30px;
  }
  .advice-area .speech-bubble__wrap--01::before {
    content: none;
  }
}
.advice-area .speech-bubble__wrap--02 {
  top: 0;
}
@media only screen and (max-width: 1300px) {
  .advice-area .speech-bubble__wrap--02 {
    transform: translateX(0);
  }
  .advice-area .speech-bubble__wrap--02::before {
    content: none;
  }
}
.advice-area .speech-bubble__wrap--03 {
  right: 0;
}
@media only screen and (max-width: 1300px) {
  .advice-area .speech-bubble__wrap--03 {
    left: 30px;
  }
  .advice-area .speech-bubble__wrap--03::before {
    content: none;
  }
}

.resolution-area {
  overflow: hidden;
  margin-bottom: 120px;
}
.resolution-area .under-headLine03 {
  margin-bottom: 30px;
}
.resolution-area .under-headLine03 + .basic-text {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .resolution-area {
    margin-bottom: 48px;
  }
}

.speech-bubble__wrap {
  position: absolute;
  display: flex;
  align-items: center;
  width: 298px;
  height: 208px;
  padding: 30px;
  background-color: #003347;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .speech-bubble__wrap {
    width: 24.8333333333vw;
    height: 17.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .speech-bubble__wrap {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 30px;
    padding: 15px;
    margin-bottom: 20px;
  }
  .speech-bubble__wrap:last-child {
    margin-bottom: 0;
  }
}
.speech-bubble__wrap--01 {
  transition: 0.6s;
  top: 50%;
  left: 110px;
}
.speech-bubble__wrap--01::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 37px 44px;
  border-color: transparent transparent #003347 transparent;
  right: -24px;
  transform: rotate(205deg);
}
@media only screen and (max-width: 1000px) {
  .speech-bubble__wrap--01 {
    left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .speech-bubble__wrap--01 {
    left: 30px;
  }
  .speech-bubble__wrap--01::before {
    content: none;
  }
}
.speech-bubble__wrap--02 {
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.6s;
}
.speech-bubble__wrap--02::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39px 23.5px 0 23.5px;
  border-color: #003347 transparent transparent transparent;
}
@media only screen and (max-width: 768px) {
  .speech-bubble__wrap--02 {
    transform: translateX(0);
  }
  .speech-bubble__wrap--02::before {
    content: none;
  }
}
.speech-bubble__wrap--03 {
  top: 50%;
  right: 110px;
  transition: 0.6s;
}
.speech-bubble__wrap--03::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 37px 44px;
  border-color: transparent transparent #003347 transparent;
  left: -24px;
  transform: rotate(10deg);
}
@media only screen and (max-width: 1000px) {
  .speech-bubble__wrap--03 {
    right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .speech-bubble__wrap--03 {
    left: 30px;
  }
  .speech-bubble__wrap--03::before {
    content: none;
  }
}

@media only screen and (max-width: 768px) {
  .speech-bubble {
    text-align: left;
  }
}

.img-boxLayout {
  position: relative;
  border: 1px solid #707070;
  padding: 50px;
  padding-top: 26%;
  text-align: center;
}
.img-boxLayout:last-child {
  padding: 50px;
}
@media only screen and (max-width: 480px) {
  .img-boxLayout:last-child {
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .img-boxLayout {
    padding-top: 10%;
  }
}
@media only screen and (max-width: 480px) {
  .img-boxLayout {
    padding: 15px;
    padding-top: 16%;
  }
}
.img-boxLayout .resolution-list {
  max-width: 854px;
  text-align: left;
  margin: auto;
  margin-top: 55px;
  margin-bottom: 65px;
}
.img-boxLayout .resolution-list li {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 26px;
  font-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .img-boxLayout .resolution-list li {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 480px) {
  .img-boxLayout .resolution-list li {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1000px) {
  .img-boxLayout img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 1000px) {
  .img-boxLayout img {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .img-boxLayout img {
    max-width: 150px;
  }
}

.img-boxLayout--bn {
  border: 0;
  padding-top: 0;
}
.img-boxLayout--bn .speech-bubble__wrap {
  display: block;
  max-width: 630px;
  width: 100%;
  height: auto;
  color: #003347;
  background-color: #fff;
  margin: auto;
}
.img-boxLayout--bn .speech-bubble__wrap ul {
  width: 100%;
  background-color: #fff;
  padding: 60px 15px;
  border: 3px solid #003347;
  border-radius: 61px;
  margin-bottom: 75px;
}
.img-boxLayout--bn .speech-bubble__wrap ul li {
  max-width: 456px;
  margin: auto;
  font-weight: 700;
  text-align: left;
  font-size: 19px;
  font-size: 1.9rem;
}
.img-boxLayout--bn .speech-bubble__wrap--01 {
  position: relative;
  top: auto;
  left: auto;
  transform: translateX(0);
  padding: 0;
}
.img-boxLayout--bn .speech-bubble__wrap--01::before {
  content: "" !important;
  bottom: -37px;
  left: 50%;
  right: auto;
  transform: translateX(-50%) rotate(0deg);
  background-image: url(/assets/image/icon/g-right-arrow02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 58px;
  height: 41px;
  border: 0;
}
@media only screen and (max-width: 768px) {
  .img-boxLayout--bn .speech-bubble__wrap--01::before {
    content: "";
  }
}

.img-boxLayout-title {
  position: absolute;
  top: -30px;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  background-color: #fff;
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
}
@media only screen and (max-width: 768px) {
  .img-boxLayout-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 480px) {
  .img-boxLayout-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.down-arrow {
  background-image: url(/assets/image/common/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 90px;
  padding-bottom: 185px;
  text-align: center;
}
.down-arrow .img-boxLayout-title {
  position: static;
  top: auto;
  left: auto;
  transform: inherit;
  background-color: initial;
}

.development__wrap .flow-area h2 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 480px) {
  .development__wrap .flow-area h2 {
    margin-bottom: 30px;
  }
}
.development__wrap .bg-g-text {
  margin-bottom: 100px;
  font-size: 14px;
  font-size: 1.4rem;
}

.contact-box {
  border: 2px solid #003347;
  padding: 40px 10px;
  text-align: center;
}
.contact-box .basic-text {
  font-weight: bold;
  color: #003347;
  margin-bottom: 30px;
}

.contact-box-title {
  color: #003347;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 36px;
  font-size: 3.6rem;
}
@media only screen and (max-width: 768px) {
  .contact-box-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 480px) {
  .contact-box-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.flow__wrap .flow-area .basic-text {
  margin-bottom: 30px;
}
.flow__wrap .flow-area h2 {
  margin-bottom: 50px;
}
.flow__wrap .flow-area .basic-table--flow {
  margin-bottom: 60px;
}
.flow__wrap .flow-area .basic-table--flow th {
  text-align: center;
}
.flow__wrap .flow-area .basic-table--flow td {
  text-align: left;
}
.flow__wrap .flow-area .basic-table--flow td span {
  font-weight: 700;
}
.flow__wrap .flow-area .basic-table--flow .tel {
  font-weight: 700;
  min-width: 350px;
  width: 22.65625vw;
  font-size: 31px;
  font-size: 3.1rem;
}
@media only screen and (max-width: 768px) {
  .flow__wrap .flow-area .basic-table--flow .tel {
    min-width: 250px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 480px) {
  .flow__wrap .flow-area .basic-table--flow .tel {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.flow__wrap .flow-area .basic-table--flow .tel span {
  font-size: 16px;
  font-size: 1.6rem;
}
.flow__wrap .flow-area .basic-table--flow .fax {
  font-weight: 700;
  font-size: 31px;
  font-size: 3.1rem;
}
@media only screen and (max-width: 768px) {
  .flow__wrap .flow-area .basic-table--flow .fax {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 480px) {
  .flow__wrap .flow-area .basic-table--flow .fax {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.flow__wrap .flow-area .basic-table--flow .fax span {
  font-size: 16px;
  font-size: 1.6rem;
}
.flow__wrap .flow-area .basic-table--flow .btn02--w span {
  font-weight: 700;
}
.flow__wrap .flow-area .basic-table--flow .btn02--w span::before {
  right: -15px;
}
.flow__wrap .flow-area .basic-table--account th {
  min-width: 200px;
  width: 17.2916666667vw;
}
.flow__wrap .parson-flex:last-child {
  margin-top: 70px;
}

@media only screen and (max-width: 600px) {
  .parson-flex {
    display: block;
  }
}
.parson-flex-title {
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
  font-size: 25px;
  font-size: 2.5rem;
}
.parson-flex-text {
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .parson-flex-text {
    text-align: left;
  }
}
.parson-flex .flex-content--left {
  max-width: 220px;
  width: 100%;
  text-align: center;
  margin-right: 50px;
}
@media only screen and (max-width: 600px) {
  .parson-flex .flex-content--left {
    margin-bottom: 50px;
  }
}
.parson-flex .flex-content--left img {
  max-width: 190px;
}
.parson-flex .flex-content--right {
  position: relative;
  width: 100%;
  background-color: rgba(0, 51, 71, 0.1019607843);
  border-radius: 23px;
  padding: 25px 20px;
  text-align: center;
}
.parson-flex .flex-content--right::before {
  content: "";
  position: absolute;
  left: -41px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19.5px 41px 19.5px 0;
  border-color: transparent rgba(0, 51, 71, 0.1019607843) transparent transparent;
}
@media only screen and (max-width: 600px) {
  .parson-flex .flex-content--right::before {
    top: -20px;
    left: 70px;
    transform: translateY(-50%) rotate(90deg);
    border-width: 19.5px 40px 19.5px 0;
  }
}
.parson-flex .flex-content--right .btn02 span {
  font-size: 15px;
  font-size: 1.5rem;
}
.parson-flex .flex-content--right .btn--380 {
  justify-content: center;
}

.company__wrap #anchor01,
.company__wrap #anchor02,
.company__wrap #anchor03,
.company__wrap #anchor04 {
  padding-top: 120px;
  margin-top: -120px;
  margin-bottom: 120px;
}

.basic-history .flex-content:last-child .event {
  border-left: 2px solid transparent;
}
.basic-history .calendar {
  max-width: 127px;
  width: 100%;
}
.basic-history .event {
  flex: 1;
  position: relative;
  border-left: 2px solid #003347;
  padding-left: 48px;
  padding-bottom: 20px;
}
.basic-history .event::before {
  content: "";
  position: absolute;
  left: -8px;
  width: 15px;
  height: 15px;
  border: 1px solid #003347;
  background-color: #fff;
  border-radius: 50%;
}

.message-area h2 {
  margin-bottom: 30px;
}
.message-area .basic-text {
  line-height: 2.1;
}
.message-area .flex-content {
  align-items: flex-end;
}
@media only screen and (max-width: 1400px) {
  .message-area .flex-content {
    display: block;
  }
}
.message-area .flex-content--left {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .message-area .flex-content--left {
    margin-right: 0;
  }
}
.message-area .message-area-title {
  margin-bottom: 40px;
  font-size: 30px;
  font-size: 3rem;
}

.overview-area h2 {
  margin-bottom: 30px;
}
.overview-area .basic-table th {
  width: 28.9814814815%;
}
.overview-area .basic-table td {
  text-align: left;
}
.overview-area .basic-table td .flex-content {
  margin-bottom: 30px;
}
.overview-area .basic-table td .flex-content--left {
  margin-right: 50px;
}
.overview-area .basic-table td .flex-content .tel-link {
  color: #333333;
}
.overview-area .basic-table td .flex-content {
  justify-content: space-between;
}

.history-area h2 {
  margin-bottom: 30px;
}

.access-area iframe {
  aspect-ratio: 27/10;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

.access__wrap {
  margin-bottom: 60px;
}
.access__wrap .basic-table th:nth-child(1) {
  width: 32%;
}
.access__wrap .basic-table td {
  text-align: left;
}
.access__wrap .basic-table td .tel-link {
  color: #333;
}

.philosophy-area h2 {
  margin-bottom: 40px;
}

.philosophy-text {
  font-size: 26px;
  font-size: 2.6rem;
}

.quality-area .flex-content {
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  .quality-area .flex-content {
    display: block;
  }
}
.quality-area .flex-content--left {
  margin-right: 50px;
  line-height: 2.1;
}
@media only screen and (max-width: 1024px) {
  .quality-area .flex-content--left {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.quality-area .flex-content--right img {
  max-width: 300px;
}
.quality-area .green-text {
  margin-bottom: 50px;
}

.environment-area .flex-content {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .environment-area .flex-content {
    display: block;
  }
}
.environment-area h2 {
  margin-bottom: 40px;
}
.environment-area .flex-content--left {
  margin-right: 54px;
  line-height: 2.1;
  font-size: 19px;
  font-size: 1.9rem;
}
.environment-area .flex-content--right img {
  max-width: 300px;
}
.environment-area ol li {
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
}
.environment-area ol p {
  font-weight: 400;
  margin-top: 15px;
  font-size: 19px;
  font-size: 1.9rem;
}

.environment-area__logo__wrap {
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}

.environment-area__logo__wrap__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .environment-area__logo__wrap__item {
    margin-top: 20px;
  }
}
.environment-area__logo__wrap__item img {
  margin-bottom: 20px;
}

.installation-area .basic-table th:nth-child(1) {
  width: 540px;
}
.installation-area .basic-table th:nth-child(2) {
  width: 198px;
}
.installation-area .basic-table th:nth-child(3) {
  width: 340px;
}
.installation-area .basic-table td:nth-child(1) {
  background-color: rgba(0, 51, 71, 0.1019607843);
}
.installation-area .basic-table td:nth-child(3) {
  background-color: rgba(0, 51, 71, 0.1019607843);
}

.remodal {
  max-width: 740px !important;
  background: initial !important;
}

.privacy-list {
  margin-top: 60px;
}
.privacy-list li {
  line-height: 2.1;
  margin-bottom: 50px;
}

.privacy-list-title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 26px;
  font-size: 2.6rem;
}

.news__wrap h2 {
  margin-bottom: 60px;
}

.news-list--under li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 51, 71, 0.1019607843);
  padding: 25px 50px 25px 30px;
}
.news-list--under li:first-child {
  border-top: 1px solid rgba(0, 51, 71, 0.1019607843);
}
.news-list--under li::before {
  content: "";
  position: absolute;
  background-image: url(/assets/image/icon/g-right-arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 10px;
  height: 19px;
  right: 30px;
}
.news-list--under li span {
  display: block;
  margin-right: 100px;
}
.news-list--under li a {
  display: flex;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .news-list--under li a {
    display: block;
  }
}
.news-list--under li a:hover {
  text-decoration: underline;
}
.news-list--under .page-nation li {
  padding: 25px 5px 25px 5px;
}

.contact__wrap .sidebar-list .event {
  margin-bottom: 0;
  border-left: 2px solid rgba(0, 51, 71, 0.3019607843);
  color: #b2c1c7;
}
.contact__wrap .sidebar-list .event::before {
  background-color: #b2c1c7;
  border: 1px solid #b2c1c7;
}
.contact__wrap .sidebar-list .event:last-child {
  border-left: 2px solid transparent;
}
.contact__wrap .sidebar-list .current {
  color: #003347;
}
.contact__wrap .sidebar-list .current::before {
  background-color: #003347;
}

.cms-content__wrap h1 {
  font-weight: 700;
  color: #003347;
  font-size: 42px;
  font-size: 4.2rem;
}
@media only screen and (max-width: 768px) {
  .cms-content__wrap h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 480px) {
  .cms-content__wrap h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.cms-content__wrap h2 {
  font-weight: 700;
  background-color: rgba(0, 51, 71, 0.1019607843);
  color: #333;
  padding: 15px 20px;
  font-size: 30px;
  font-size: 3rem;
}
.cms-content__wrap h3 {
  padding-left: 10px;
  border-left: 15px solid #003347;
  font-size: 26px;
  font-size: 2.6rem;
}
.cms-content__wrap p {
  font-size: 19px;
  font-size: 1.9rem;
}
@media only screen and (max-width: 480px) {
  .cms-content__wrap p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.cms-content__wrap a {
  color: #003347;
}
.cms-content__wrap a:hover {
  text-decoration: underline;
}
.cms-content__wrap ul {
  padding-left: 22px;
}
.cms-content__wrap ul li {
  list-style-type: disc;
}
.cms-content__wrap ul li::marker {
  color: #003347;
}
.cms-content__wrap ol {
  padding-left: 22px;
}
.cms-content__wrap ol li {
  list-style-type: decimal;
}
.cms-content__wrap ol li::marker {
  color: #003347;
}

.cms-news__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

form {
  margin-bottom: 40px;
  max-width: 800px;
}
form .border--top {
  padding-top: 20px;
}
form .flex-content {
  align-items: center;
}
form::-moz-placeholder {
  color: rgba(74, 71, 71, 0.3019607843);
}
form::placeholder {
  color: rgba(74, 71, 71, 0.3019607843);
}

.form__wrap .confirm-table {
  margin-bottom: 70px;
}

.red-text {
  color: #da003e;
  font-weight: 700;
  margin-bottom: 10px;
}

.mandatory {
  display: inline-block;
  width: 45px;
  height: 20px;
  text-align: center;
  vertical-align: baseline;
  line-height: 20px;
  background-color: #da003e;
  color: #fff;
  padding: 0 5px;
  margin-left: 18px;
  font-size: 14px;
  font-size: 1.4rem;
}
.mandatory--block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 20px;
  text-align: center;
  vertical-align: baseline;
  line-height: 20px;
  margin-left: 0;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .mandatory--block {
    display: inline-block;
    margin-left: 18px;
  }
}

.form-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media only screen and (max-width: 1000px) {
  .form-item {
    display: block;
  }
}
.form-item--address input {
  margin-bottom: 10px;
}
.form-item label {
  display: block;
  max-width: 228px;
  width: 49%;
  color: #333;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1000px) {
  .form-item label {
    margin-bottom: 10px;
    max-width: none;
    width: 100%;
  }
}
.form-item span {
  font-size: 14px;
  font-size: 1.4rem;
}
.form-item .input-checkbox label {
  max-width: 122px;
  display: inline-block;
}

select {
  border: 0;
  background-color: rgba(0, 51, 71, 0.0509803922);
  width: 250px;
  height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px;
  margin-bottom: 10px;
}

input[type=submit],
input[type=button],
input[type=text],
input[type=email],
textarea {
  border: 0;
  background-color: rgba(0, 51, 71, 0.0509803922);
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px;
}

input.form-itt {
  height: 60px;
  width: 100%;
}
input.form-itt--184 {
  width: 184px;
}
input.form-itt--250 {
  width: 250px;
}
input.form-itt--300 {
  width: 300px;
}
input.form-itt--auto {
  width: auto;
}
input.form-itt--hn {
  height: auto;
}

.form-input {
  flex: 1;
}

.form-input a {
  color: #003347;
  border-bottom: 1px solid transparent;
}

.form-input a:hover {
  border-bottom: 1px solid #003347;
}

textarea {
  height: 150px;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  margin-right: 12px;
  width: 33px;
  height: 33px;
}
input[type=radio]::before {
  content: "";
  position: absolute;
  bottom: -7px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
input[type=radio]:checked::before {
  content: "";
  position: absolute;
  background-color: #003347;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  margin-right: 12px;
  width: 20px;
  height: 20px;
}
input[type=checkbox]::before {
  content: "";
  position: absolute;
  bottom: -7px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  background-color: #003347;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

.input-radio span {
  margin-right: 60px;
}

.form-note-text {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.5;
}

.thanks-text {
  color: #d86872;
  font-weight: 700;
  font-size: 32px;
  font-size: 3.2rem;
}

.privacy-box {
  height: 250px;
  padding: 20px 80px 20px 20px;
  margin-top: 10px;
  border: 1px solid #333;
  overflow: scroll;
}

.mw_wp_form .error-none ~ .error {
  display: none;
}

.confirm__wrap .form-item {
  display: block;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 51, 71, 0.3019607843);
}
.confirm__wrap .mandatory,
.confirm__wrap .red-text {
  display: none;
}
.confirm__wrap .border--top {
  border-top: 0;
}
.confirm__wrap .mb--120 {
  border-bottom: 0;
}

.backbtn {
  position: relative;
  display: block;
  max-width: 800px;
  margin: auto;
  border: none;
  background-color: transparent;
  color: #003347;
  margin-top: 100px;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}
.backbtn::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 0;
  transform: rotate(180deg);
  background-image: url(/assets/image/icon/g-right-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 8px;
  height: 23px;
  transition: 0.5s;
  z-index: 3;
}

.mw_wp_form_preview .confirm-none {
  display: none;
}
.mw_wp_form_preview .border--top {
  padding-top: 0;
}
.mw_wp_form_preview .privacy {
  display: none;
}

.basic-text--b29 {
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
}

.green-text--b21 {
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
}
.green-text--b23 {
  font-weight: 700;
  font-size: 23px;
  font-size: 2.3rem;
}
.green-text--b26 {
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
}
.green-text--b27 {
  font-weight: 700;
  font-size: 27px;
  font-size: 2.7rem;
}

.white-text--b65 {
  font-weight: 700;
  font-size: 65px;
  font-size: 6.5rem;
}
.white-text--b30 {
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
}

.text--left {
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .tab-text--left {
    text-align: left;
  }
}

.fs--18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.btn {
  display: flex;
}
.btn--150 {
  max-width: 150px;
  margin: auto;
  display: flex;
}
.btn--180 {
  max-width: 180px;
  margin: auto;
  display: flex;
}
.btn--240 {
  max-width: 240px;
  margin: auto;
  display: flex;
}
.btn--250 {
  max-width: 250px;
  margin: auto;
  display: flex;
}
.btn--270 {
  max-width: 270px;
  margin: auto;
  display: flex;
}
.btn--350 {
  max-width: 350px;
  margin: auto;
  display: flex;
}
.btn--360 {
  max-width: 360px;
  margin: auto;
  display: flex;
}
.btn--380 {
  max-width: 380px;
  margin: auto;
  display: flex;
}
.btn--420 {
  max-width: 420px;
  display: flex;
}
.btn--460 {
  max-width: 480px;
  margin: auto;
  display: flex;
}
.btn--578 {
  max-width: 578px;
  margin: auto;
  display: flex;
}
.btn--800 {
  max-width: 800px;
  margin: auto;
  display: flex;
}

.strengths__wrap .btn01::after,
.contact-box .btn01::after {
  right: 20px;
}
.strengths__wrap .btn--180,
.strengths__wrap .btn--240,
.strengths__wrap .btn--460,
.contact-box .btn--180,
.contact-box .btn--240,
.contact-box .btn--460 {
  margin-left: 0;
  margin-top: 50px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .strengths__wrap .btn--180,
  .strengths__wrap .btn--240,
  .strengths__wrap .btn--460,
  .contact-box .btn--180,
  .contact-box .btn--240,
  .contact-box .btn--460 {
    margin-top: 25px;
  }
}
.strengths__wrap .btn--180 a,
.strengths__wrap .btn--240 a,
.strengths__wrap .btn--460 a,
.contact-box .btn--180 a,
.contact-box .btn--240 a,
.contact-box .btn--460 a {
  padding: 7px 30px;
}

.content__wrap--0 {
  padding-top: 0;
}
.content__wrap--150 {
  padding-top: 150px;
}
@media only screen and (max-width: 768px) {
  .content__wrap--150 {
    padding-top: 60px;
  }
}
.content__wrap--200 {
  padding-top: 200px;
}

.pt--30 {
  padding-top: 30px;
}

.mr--20 {
  margin-right: 20px;
}

.mb--0 {
  margin-bottom: 0;
}
.mb--14 {
  margin-bottom: 14px;
}
.mb--40 {
  margin-bottom: 40px;
}
.mb--60 {
  margin-bottom: 60px;
}
.mb--80 {
  margin-bottom: 80px;
}
.mb--100 {
  margin-bottom: 100px;
}
.mb--120 {
  margin-bottom: 120px;
}

.br--480 {
  display: none;
}
@media only screen and (max-width: 480px) {
  .br--480 {
    display: block;
  }
}
.br--500 {
  display: none;
}
@media only screen and (max-width: 500px) {
  .br--500 {
    display: block;
  }
}
.br--600 {
  display: none;
}
@media only screen and (max-width: 600px) {
  .br--600 {
    display: block;
  }
}
.br--768 {
  display: none;
}
@media only screen and (max-width: 768px) {
  .br--768 {
    display: block;
  }
}
.br--1000 {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .br--1000 {
    display: block;
  }
}
.br--1200 {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .br--1200 {
    display: block;
  }
}

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

.border--top {
  border-top: 1px solid rgba(0, 51, 71, 0.3019607843);
}