@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

:root {
  --main-color: #5973a7;
  --main-light-color: #58a3e0;
  --sub-color: #F9A638;
}

html {
  line-height: 1;
}

ul, ol, dl, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  background: #f8f8f8;
  font-size: 16px;
  color: #222;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .is-pc {
    display: block;
  }
}
@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "-apple-system", "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
}
.en{
  font-family: 'Barlow', sans-serif!important;
}
a {
  color: #0d7ccc;
}
a:hover {
  color: #259cf1;
  text-decoration: underline;
}
xmp{
  background-color:#eee;
  border:1px solid #ddd;
  max-width:100%;
  overflow-x:scroll;
  padding:1rem;
  font-size:.875rem;
}
.btn.small{
  padding:.7rem 3rem;
  min-width:auto;
}
.btn.large{
  padding:1rem 3rem;
  min-width: 300px;
  font-size:1.25rem;
}
.btn:hover,
input[type="submit"].btn:hover{
  box-shadow: none;
  text-decoration:none;
  color:#fff;
  background:url(img/icon_arrow_w.svg) no-repeat right 0.9rem center / 0.9rem auto var(--main-color);
}
.button{
  display: inline-block;
  position: relative;
  overflow:hidden;
  color: #fff;
  background-color: #3d70bb;
  border: solid 1px #3d70bb;
  box-shadow: 0 4px #174d8b;
  border-radius: 4px;
  padding: 0.8rem 1rem .6rem;
  line-height: 1;
  text-align: center;
  transition:.2s;
  text-decoration:none;
}
button.btn{
  padding: 0.8rem 1rem;
}
.button:hover{
  color:#fff;
  text-decoration:none;
  box-shadow: none!important;
  transform: translateY(4px);
}
.button::after,
.btn_flat::after,
a.arrow::after{
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  transition: transform .7s;
  background-color: transparent;
  content: '';
}
.button:hover::after,
.btn_flat:hover::after,
a.arrow:hover::after{
  z-index: 0;
  background-color: rgba(255,255,255,0.2);
  -ms-transform: scale(100);
  transform: scale(100);
}
.button i{
  color:#fff;
  margin-right:.2em;
}
.button.pink{
  background-color: #fa3f5b;
  border: solid 1px #fa3f5b;
  box-shadow: 0 4px #cf364d;
}
.button.green{
  background-color: #419438;
  border: solid 1px #419438;
  box-shadow: 0 4px #327c39;
}
.button.orange{
  background-color: #fb9004;
  border: solid 1px #fb9004;
  box-shadow: 0 4px #b77d2d;
}
.button.disabled{
  background-color: #8b8b8b;
  border: solid 1px #8b8b8b;
  box-shadow: 0 4px #6b6b6b;
  pointer-events:none;
}
.btn_flat{
  padding: .7rem 1rem;
  font-size: .88rem;
  line-height: 1.33333;
  border-radius: 3px  min-width: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  touch-action: manipulation;
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0 0 2px #fff;
  box-shadow: inset 0 0 2px #fff;
  text-decoration: none;
  letter-spacing: .05em;
  color: #fff;
  background-color: #3d70bb;
  border: solid 1px #174d8b;
  position: relative;
  overflow:hidden;
}
.button.large_btn,
.btn_flat.large_btn{
  font-size:1.15rem;
  padding: .7rem 2rem;
}
@media screen and (max-width: 640px) {
  .btn_flat{
    min-width: none;
  }
}
.btn_flat.pink{
  background-color: #fa3f5b;
  border: solid 1px #cf364d;
}
.btn_flat.green{
  background-color: #419438;
  border-color: #327c39;
}
.btn_flat.orange{
  background-color: #fb9004;
  border: solid 1px #b77d2d;
}
.btn_flat.white{
  background-color: #ffffff;
  border: solid 1px #afafaf;
  color:inherit;
}
.btn_flat.white:hover{
  color:inherit;
}
.btn_flat.white i{
  color:#fa3f5b;
}
.btn_flat.disabled{
  background-color: #8b8b8b;
  border: solid 1px #8b8b8b;
  pointer-events:none;
}
.btn_flat:hover{
  color:#fff;
  text-decoration:none;
}
.btn_flat i{
  color:#fff;
}
::selection {
  color: #fff;
  background: var(--main-color);
}
.btn_cv{
  display: block;
  background-color: #c0392b;
  width: auto;
  padding: 2rem 7rem 2rem 2rem;
  margin: 2rem auto;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  transition: .4s;
  font-size:1.2rem;
  font-weight:bold;
  box-shadow: 0 4px #922a1f;
  position:relative;
  overflow:hidden;
}
.btn_cv:hover{
  box-shadow: none!important;
  transform: translateY(4px);
}
.btn_cv::before{
  color: #ffffff;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 700;
  font-size:1.5rem;
  right: 0;
  top:10%;
  width:5rem;
  height:80%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content:         center;
  border-left: 2px groove #f14533;
}
.btn_cv::after{
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  transition: transform .7s;
  background-color: transparent;
  content: '';
}
.btn_cv:hover::after{
  z-index: 0;
  background-color: rgba(255,255,255,0.2);
  -ms-transform: scale(100);
  transform: scale(100);
}
.btn_cv.pink{
  background-color: #fa3f5b;
  box-shadow: 0 4px  #cf364d;
}
.btn_cv.pink::before{
  border-color: #ff566f;
}
.btn_cv.blue{
  background-color: #3d70bb;
  box-shadow: 0 4px  #174d8b;
}
.btn_cv.blue::before{
  border-color: #4f8be4;
}
.btn_cv.orange{
  background-color: #fb9004;
  box-shadow: 0 4px  #b77d2d;
}
.btn_cv.orange::before{
  border-color: #f9b65a;
}
.btn_cv.green{
  background-color: #419438;
  box-shadow: 0 4px  #327c39;
}
.btn_cv.green::before{
  border-color: #50b346;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.require {
  color: red;
}
ul li {
  list-style-type: none;
  margin: 0 0 .5em;
}
ul li:focus {
  outline-color: transparent;
}
main ul{
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding-left:.5rem;
  margin:0.5em 0;
}
main ul li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.6em;
}
main ul li:before {
    border-radius: 50%; /*丸くする*/
    width: 5px; /*点の幅*/
    height: 5px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.65em; /*点の位置*/
    content: "";
    background: var(--main-color); /*点の色*/
}
.check_list li{
  padding-left:1.5rem;
  position:relative;
}

.check_list li::before{
  color: var(--main-color);
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 700;
  left: 0;
  top:.05rem;
  background:none;
}
ol {
  padding: 1rem 0 1rem 1.5rem;
}
ol li {
  padding: 0 0 1em;
}
ol li::marker {
  font-weight: 700;
  color: var(--main-color);
}
ul.inline li {
  display: inline-block;
  margin-right: 2.5em;
}
main table td dl{
  display:flex;
  flex-wrap:wrap;
  gap:0.5rem;
}
main table td dt{
  font-weight:bold;
  color:var(--main-color);
}
main table td dt{
  width:4em;
}
main table td dd{
  width:calc(100% - 4.5rem);
}
main table ul li:last-child{
	margin-bottom:0;
}
figcaption {
  margin-top: .5rem;
  font-size: .9rem;
  line-height: 1.5;
}
.lead {
  font-size: 1.8rem;
  line-height: 1.75;
  color: var(--main-color);
}
i {
  color: var(--main-color);
  padding-right:0.2rem;
}
i.white {
  color: #FFF;
}
.text_center{
  text-align:center;
}
.pc_text_center{
  text-align:center;
}
.text_right{
  text-align:right;
}
.pc_text_right{
  text-align:right;
}
@media screen and (max-width: 768px) {
  .pc_text_center{
    text-align:left;
  }
  .pc_text_right{
    text-align:left;
  }
}
.well{
  background-color: #ddecff;
  padding:2rem;
  margin:1rem 0;
}
.well.danger{
  background-color:#ffe6e6;
  color:#bf0000;
}
.well *:last-child{
  margin-bottom:0;
}
.well.border{
  background-color:transparent;
  border:1px solid var(--main-color);
}
.highlight {
  background-color: #F8F8F8;
}
section.highlight{
  padding:5rem 0;
}
.container {
  max-width: 1280px;
  width: 100%;
  padding: 0 1rem;
  margin:0 auto;
}
main section{
  padding: 5rem 0;
}
section h2{
  font-size: 1.75rem;
  text-align: left;
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 2em;
  padding:0;
  line-height:1.25;
  clear:both;
  border-left:3px solid var(--main-color);
  padding-left:.5em;
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
main h2 small{
  display:flex;
  align-items:center;
  gap:0.5em;
  font-size:0.875rem;
  font-family: 'Barlow','Noto Sans JP', sans-serif;
  color:var(--main-color);
  background: linear-gradient(90deg, var(--main-light-color), var(--main-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight:700;
  margin:0;
  letter-spacing:0.05em;
}

section h2.center small{
  display:inline-block;
  font-size:1rem;
  font-weight:700;
  margin-left:1em;
  background: linear-gradient(90deg, var(--main-light-color) 0%, var(--main-color) 100%);
  color:var(--main-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Barlow', sans-serif!important;
  letter-spacing:0.1em;
}
section h2.center{
  display: flex;
  align-items: center;
  flex-direction:column;
  justify-content: center;
  gap:0.5rem;
  padding:0;
  border:none;
}
section h2.center:before{
	content:'';
	width:1px;
	height:1.75em;
	background: linear-gradient(180deg, var(--main-light-color) 0%, var(--main-color) 100%);
	animation: elasticus 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
section h2.center small{
  margin:0 0 0 0;
}

@media screen and (max-width: 768px) {
  section h2{
    font-size:1.5rem;
    margin-bottom:1em;
  }
  section h2 small,
  section h2.center small{
    font-size:0.875rem;
  }
}
main .container h2:first-child {
  padding-top:0;
  margin-top:0;
}
section h3{
  color:var(--text-color);
  font-weight: 700;
  padding:0.25em 0;
  font-size: 1.4rem;
  margin-bottom: 10px;
  margin-top: 2rem;
  clear:both;
  border-bottom:2px solid #eee;
}
section h4 {
	font-weight:700;
	font-size: 1.15rem;
	color:var(--main-color);
	margin:1em 0 .25rem;
}
section h5 {
	font-weight:700;
	font-size: 1.1rem;
	margin-bottom:.15rem;
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0)
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0)
  }
}
/* end/title */
section p {
  line-height: 2;
  margin-bottom: 1rem;
}
.box {
  padding:2rem 2.5rem;
  margin:2rem 0;
}
.box.gray{
  background-color:#f8f8f8;
  border:none;
  box-shadow:none;
}
.box.bule{
  background-color:#ddf5ff;
  border:none;
  box-shadow:none;
}
.box *:first-child,
.well *:first-child{
  margin-top:0;
}
.box *:last-child,
.well *:last-child{
  margin-bottom:0;
}
.box h3,
.well h3{
  border:none;
  background:none;
  padding:0;
  font-weight:700;
  color:var(--main-color);
}
@media screen and (max-width: 640px) {
  .box {
    padding:2rem 1.5rem;
  }
}
section{
  padding:4rem 0;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}
.xs_only{
  display:none;
}

main table{
  margin-bottom:1rem;
  width:100%;
  table-layout: fixed;
}
main table th{
  width:25%;
  min-width:10rem;
  font-weight:normal;
}
main table th,
main table td{
  border:1px solid #ddd;
  padding:1rem;
}

main table th{
  background-color:#f8f8f8;
  vertical-align: middle;
  text-align:center;
}
/* animetion */
.img_slide_anim {
  position: relative;
  overflow: hidden;
  z-index: 0;
  transform: translateY(40px);
  opacity: 0;
  transition: 1s cubic-bezier(0.5, 0.1, 0.2, 1) 0.2s;
}
.img_slide_anim:nth-child(1) {transition-delay: 0.1s;}
.img_slide_anim:nth-child(2) {transition-delay: 0.3s;}
.img_slide_anim:nth-child(3) {transition-delay: 0.5s;}
.img_slide_anim:nth-child(4) {transition-delay: 0.7s;}
.img_slide_anim:nth-child(5) {transition-delay: 0.9s;}
.img_slide_anim:nth-child(6) {transition-delay: 1.1s;}
.img_slide_anim:nth-child(7) {transition-delay: 1.3s;}
.img_slide_anim:nth-child(8) {transition-delay: 1.5s;}
.img_slide_anim:nth-child(9) {transition-delay: 1.7s;}
.img_slide_anim:nth-child(10) {transition-delay: 1.9s;}
.img_slide_anim:nth-child(11) {transition-delay: 2.1s;}
.img_slide_anim:nth-child(12) {transition-delay: 2.3s;}
.img_slide_anim:nth-child(13) {transition-delay: 2.5s;}
@media screen and (max-width: 768px) {
  .img_slide_anim:nth-child(1) {transition-delay: 0.1s;}
  .img_slide_anim:nth-child(2) {transition-delay: 0.1s;}
  .img_slide_anim:nth-child(3) {transition-delay: 0.1s;}
  .img_slide_anim:nth-child(4) {transition-delay: 0.1s;}
  .img_slide_anim:nth-child(5) {transition-delay: 0.1s;}
  .img_slide_anim:nth-child(6) {transition-delay: 0.1s;}
  .img_slide_anim:nth-child(7) {transition-delay: 0.1s;}
  .img_slide_anim:nth-child(8) {transition-delay: 0.1s;}
  .img_slide_anim:nth-child(9) {transition-delay: 0.1s;}
  .img_slide_anim:nth-child(10) {transition-delay: 0.1s;}
  .img_slide_anim:nth-child(11) {transition-delay: 0.1s;}
  .img_slide_anim:nth-child(12) {transition-delay: 0.1s;}
  .img_slide_anim:nth-child(13) {transition-delay: 0.1s;}
}
.img_slide_anim.imgStart {
  transform: translateY(0);
  opacity: 1;
}
@keyframes head_anim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes head_anim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes head_anim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes leftFade {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-webkit-keyframes leftFade {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-moz-keyframes leftFade {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes bottomFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes bottomFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes bottomFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* end/animetion */
/*====================
header
====================*/
.header {
  height: 120px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .header {
    height: 80px;
  }
}

.header__inner {
  width: 96%;
  margin: 0 auto;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .header__inner {
    height: 80px;
  }
}

.header__logo {
  width: 20%;
  max-width: 212px;
}
@media (max-width: 767px) {
  .header__logo {
    width: 36%;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .header__right {
    display: none;
  }
}

.header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__list:not(:first-child) {
  margin-left: min(2vw, 36px);
}
.header__list a {
  font-size: 14px;
  color: #000;
}
.header a:hover{
	text-decoration:none;
}
.dropdown {
  position: relative;
  padding: 20px 0;
}
.dropdown:hover .dropdown__lists {
  display: block;
}

.dropdown-icon {
  position: relative;
}
.dropdown-icon::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(img/dropdown-icon.png) no-repeat center center/contain;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.dropdown__lists {
  display: none;
  width: 210px;
  height: auto;
  padding:0.5rem 0 0.5rem;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  z-index: 10;
}

.dropdown__list a {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  color: #000;
  line-height: 3;
  position: relative;
}
.dropdown__list a::after {
  content: "";
  width: 3vw;
  height: 3vw;
  max-width: 20px;
  max-height: 20px;
  background: url(img/arrow-icon.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dropdown__list.external a::after {
  background: url(img/icon_external_b.svg) no-repeat center center/contain;
  width: 2vw;
  height: 2vw;
  max-width: 16px;
  max-height: 16px;
}
.header__btn {
  margin-left: min(2vw, 41px);
}
.header__btn a {
  padding: 12px 32px 12px 62px;
  position: relative;
}
.header__btn a::before {
  content: "";
  width: 20px;
  height: 16px;
  background: url(img/contact-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__btn a::after{
  content:none;
}
.drawer__icon {
  position: fixed;
  top: 33px;
  right: 25px;
  z-index: 200;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.drawer__icon.is-active .drawer__bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}
.drawer__icon.is-active .drawer__bar2 {
  display: none;
}
.drawer__icon.is-active .drawer__bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}

.drawer__bars {
  width: 22px;
  height: 16px;
  position: relative;
}

.drawer__bar1,
.drawer__bar2,
.drawer__bar3 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--main-color);
  width: 100%;
  height: 2px;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.drawer__bar1 {
  top: 0;
}

.drawer__bar2 {
  top: 8px;
}

.drawer__bar3 {
  top: 16px;
}

.drawer__content {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 199;
  padding: 80px 0 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  overflow: scroll;
}
.drawer__content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer__item {
  padding: 0 30px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.drawer__item:first-child {
  border-top: 1px solid #ddd;
}
.drawer__item a {
  display: block;
  padding: 20px 0;
  color: #000;
}

.drawer__btn {
  margin-top: 30px;
  text-align: center;
}
.drawer__btn a {
  padding: 12px 32px 12px 62px;
  position: relative;
}
.drawer__btn a::before {
  content: "";
  width: 20px;
  height: 16px;
  background: url(img/contact-icon.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.drawer__btn a::after{
  content:none;
}
.drawer__bg {
  z-index: 198;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.drawer__bg.is-active {
  display: block;
}

.plus-icon {
  padding: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.plus-icon.open::after {
  opacity: 0;
}
.plus-icon::before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: var(--main-color);
  transform:translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.plus-icon::after {
  content: "";
  width: 2px;
  height: 16px;
  background-color: #2B5077;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  opacity: 1;
}

.drawer__service-lists {
  background-color: #eee;
  padding: 10px;
  display: none;
}

.drawer__service-list a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  color: #000;
  line-height: 1.8;
}

body.is-active {
  height: 100%;
  overflow: hidden;
}

/*====================
fv
====================*/
.fv {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.fv__bg {
  padding-top: 44%;
  position: relative;
  top: 0;
  left: 0;
  z-index: -10;
}
.fv__bg::before{
  position:absolute;
  top:0;
  left:0;
  content:'';
  width:100%;
  height:100%;
  background-color:#000;
  z-index:10;
  opacity:0.3;
}
@media (max-width: 767px) {
  .fv__bg {
    padding-top: 120%;
  }
}
.fv__bg img {
  position: absolute;
  top: 0;
  left: 0;
}

.fv__wrapper {
  width: 30%;
  height:80%;
  position: absolute;
  bottom: 10%;
  right: 10%;
  z-index: 10;
  display:flex;
  flex-direction:row-reverse;
  gap: 2vw;
}
@media (max-width: 767px) {
  .fv__wrapper {
    width: 60%;
    right:5%;
  }
}

.fv__copy {
  writing-mode: vertical-rl;
  font-size: 2.4vw;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "-apple-system", "Helvetica Neue", serif;
  line-height: 1.4;
}
.fv__copy .copy02{
  font-size: 2.4vw;
}
@media (max-width: 767px) {
  .fv__copy,
  .fv__copy .copy02{
    font-size: 6vw;
  }
}

.fv__copy span {
  position: relative;
}
/* .fv__copy span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 12%;
  left: 0;
} */

.fv__txt {
  font-size: 1.2vw;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 2;
  writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .fv__txt {
    margin-top: min(1vw, 15px);
    font-size: 3vw;
  }
}

/*====================
service
====================*/
.service {
  margin-top: min(15vw, 203px);
}
@media (max-width: 767px) {
  .service {
    margin-top: min(15vw, 90px);
  }
}

.service__inner {
  width: 85%;
  max-width: 1340px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .service__inner {
    width: 90%;
    display: block;
  }
}

.service__img {
  width: 45%;
}
@media (max-width: 767px) {
  .service__img {
    width: 100%;
  }
}

.service__wrapper {
  width: 45%;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .service__wrapper {
    width: 100%;
    padding-top: 0;
    margin-top: min(12vw, 40px);
  }
}

.section__heading {
  font-size: 34px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767px) {
  .section__heading {
    font-size: min(6vw, 32px);
  }
}

.service__heading {
  color: #222;
}

.section__heading-en {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: absolute;
  bottom: calc(100% - 5px);
}
@media (max-width: 767px) {
  .section__heading-en {
    font-size: min(2.6vw, 14px);
  }
}
.section__heading-en::after {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
}
@media (max-width: 767px) {
  .section__heading-en::after {
    left: calc(100% + 5px);
  }
}

.service__heading-en {
  color: #2B5077;
  left: 0;
}
.service__heading-en::after {
  content: "";
  width: 50px;
  background-color: #2B5077;
}
@media (max-width: 767px) {
  .service__heading-en::after {
    width: 60%;
  }
}

.service__lists {
  margin-top: 29px;
}
@media (max-width: 767px) {
  .service__lists {
    margin-top: 5vw;
  }
}

.service__list {
  border-top: 1px #DDDDDD solid;
}
.service__list:last-child {
  border-bottom: 1px #DDDDDD solid;
}
.service__list a {
  display: block;
  padding: 29px 0;
  font-size: 20px;
  color: #000;
  position: relative;
}
@media (max-width: 767px) {
  .service__list a {
    padding: 20px 0;
    font-size: min(4vw, 18px);
  }
}
.service__list a::after {
  content: "";
  width: 3vw;
  height: 3vw;
  max-width: 30px;
  max-height: 30px;
  background: url(img/arrow-icon.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .service__list a::after {
    width: 5vw;
    height: 5vw;
    max-width: 25px;
    max-height: 25px;
  }
}

/* top_sec01 */
.top_sec01 .lead{
  font-size: 1.25rem;
  font-weight:400;
  margin-bottom:2rem;
}
.top_sec01 .inner{
  display: flex;
  flex-wrap: wrap;
  max-width:1100px;
  margin: 2.5rem auto 1rem;
}
.top_sec01 .inner .item{
  width:50%;
  border:1px solid #dcdcdc;
  background-color:#fff;
}
.top_sec01 .inner .item:first-child{
  border-right:none;
}
.top_sec01 .inner .item a{
  display:block;
  color:inherit;
  text-decoration:none;
  position:relative;
  height:100%;
}
.top_sec01 .inner .item a:hover{
	opacity:1;
}
.top_sec01 .inner .item a figure{
  display:block;
  overflow:hidden;
}
.top_sec01 .inner .item a figure img{
  transition:.4s;
  aspect-ratio: 1/0.5;
  object-fit: cover;
}
.top_sec01 .inner .item a:hover figure img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity:1;
}
.top_sec01 .inner .item .txt{
  padding:1.5rem 3rem 1.5rem 2rem;
  position:relative;
}
.top_sec01 .inner .item a .txt::after{
  content:"";
  width:16px;
  height:16px;
  border-top:2px solid var(--main-color);
  border-right:2px solid  var(--main-color);
  display:block;
  position:absolute;
  right:1rem;
  top: 50%;
  margin-top: -16px;
  transform:rotate(45deg);
  transition:.4s;
}
.top_sec01 .inner .item a:hover .txt::after{
 right:.5rem;
}
.top_sec01 .inner .item h3{
  border-bottom:none;
  font-weight:700;
  padding:0;
  margin:0;
  color: var(--main-color);
}
.top_sec01 .inner .item h3::after{
  content:none;
}
@media screen and (max-width: 768px) {
  .top_sec01 .inner .item{
    width:100%;
    max-width:600px;
    margin:0 auto;
  }
  .top_sec01 .inner .item:first-child{
    border-right:1px solid #dcdcdc;
    margin-bottom:2rem;
  }
}
@media screen and (max-width: 640px) {
  .top_sec01 .inner .item .txt{
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  }
  .top_sec01 .inner .item .txt p{
    line-height:1.8;
  }
}
/* end/top_sec01 */

/* top_sec03 */
.top_sec03 {
	position:relative;
	background-color:#fff;
}
.top_sec03:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background-color:var(--main-light-color);
	opacity:0.15;
	top:0;
	left:0;
	clip-path: polygon(67% 0, 100% 0, 100% 100%, 45% 100%);
}
.top_sec03 .container{
	position:relative;
	z-index:10;
}
.top_sec03 .inner {
	display:flex;
	gap:3rem;
	flex-wrap:wrap;
}
.top_sec03 .inner .item{
	width:calc(50% - 1.5rem);
	position:relative;
}
.top_sec03 .inner .item .img{
	position:relative;
	margin-bottom:1rem;
}
.top_sec03 .inner .item .img .num{
	position:absolute;
	background: linear-gradient(180deg, var(--main-light-color) 0%, var(--main-color) 100%);
	color:#fff;
	font-weight:700;
	font-size:2.25rem;
	width:4rem;
	height:4rem;
	display: grid;
	place-content: center;
	bottom:-1rem;
	left:1rem;
}
.top_sec03 .inner .item h3{
	border:none;
	margin:1.5em 0 0.25em;
	font-size:1.25rem;
}
.top_sec03 .inner .item h3 strong{
	color:var(--main-color);
}
@media screen and (max-width: 768px) {
	.top_sec03:before{
		clip-path: polygon(80% 0, 100% 0, 100% 100%, 20% 100%);
	}
	.top_sec03 .inner {
		display:flex;
		gap:3rem;
		flex-wrap:wrap;
	}
	.top_sec03 .inner .item{
		width:100%;
		max-width:580px;
		margin:0 auto;
	}
	.top_sec03 .inner .item .img{
		position:relative;
		margin-bottom:1rem;
	}
	.top_sec03 .inner .item .img .num{
		position:absolute;
		color:#fff;
		font-weight:700;
		font-size:2.25rem;
		width:4rem;
		height:4rem;
		display: grid;
		place-content: center;
		bottom:-1rem;
		left:1rem;
	}
	.top_sec03 .inner .item h3{
		border:none;
		margin:1.5em 0 0.25em;
		font-size:1.25rem;
	}
	.top_sec03 .inner .item h3 strong{
		color:var(--main-color);
	}
}
/* end/top_sec03 */

/* top_sec04 */
.top_sec04{
	background:url(img/sec04_bg.jpg) no-repeat center / cover;
	position:relative;
}
.top_sec04:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background-color:var(--main-light-color) ;
	top:0;
	left:0;
	clip-path: polygon(0 0, 45% 0, 29% 100%, 0 100%);
	z-index:20;
	opacity:0.9;
}
.top_sec04:after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.2);
	z-index:10;
}
.top_sec04 h2{
	color:#fff;
	border-color:#fff;
}
.top_sec04 h2 small{
  color:#fff;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top_sec04 .container{
	position:relative;
	z-index:30;
}
.top_sec04 .container > p{
	color:#fff;
}
.top_sec04 .swiper{
	z-index:30;
}
.swiper-wrapper{
	margin:2rem 0 0;
	padding:0;
}
.swiper-wrapper a {
	color: var(--text-color);
	text-decoration: none;
}
.swiper-wrapper h3{
	font-size:1.125rem;
	margin:0.5em 0;
}
.swiper-wrapper .nenshu{
	background-color:#f1f5fa;
	padding:0.25em 0.5em;
	margin-bottom:0.5rem;
}
.swiper-wrapper .nenshu p{
	color:var(--main-color);
	font-weight:700;
	margin:0;
	line-height:1.5;
}
.swiper-wrapper .info p{
	margin:0;
	line-height:1.5;
}
.swiper-slide:before{
  content:none;
}
.swiper-slide{
  background-color:rgba(255,255,255,0.9);
  display:block;
  border-radius:10px;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.09);
  padding:1.5rem;
  text-decoration:none;
  height:auto;
}
@media screen and (max-width: 768px) {
	.swiper-slide{
	  padding:1rem;
	}
}
/* end/top_sec04 */


/*====================
company
====================*/
.company_sec{
	background-color:#fff;
}



.company__wrapper01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .company__wrapper01 {
    display: flex;
	  flex-direction:column-reverse;
  }
}

.company__left {
  width: 48%;
}
@media (max-width: 767px) {
  .company__left {
    width: 100%;
  }
}


.company__left-ttl {
  padding-left: 30px;
  font-size: 20px;
  font-weight: 700;
  color: var(--main-color);
  margin:1em 0 0.5em;
}
@media (max-width: 767px) {
  .company__left-ttl {
    padding-left: 0;
  }
}

.company__left-txt {
  margin-top: 1rem;
  padding-left: 30px;
  font-size: 1rem;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .company__left-txt {
    padding-left: 0;
    line-height:1.75;
  }
}

.company__left-link {
  margin-top: 20px;
  text-align: right;
}
@media (max-width: 767px) {
  .company__left-link {
    margin-top: 10px;
  }
}
.company__left-link a {
  padding-right: 40px;
  font-size: 16px;
  color: #2B5077;
  position: relative;
}
@media (max-width: 767px) {
  .company__left-link a {
    padding-right: 30px;
  }
}
.company__left-link a::after {
  content: "";
  width: 3vw;
  height: 3vw;
  max-width: 30px;
  max-height: 30px;
  background: url(img/arrow-icon.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .company__left-link a::after {
    width: 5vw;
    height: 5vw;
    max-width: 20px;
    max-height: 20px;
  }
}

.company__right {
  width: 48%;
}
@media (max-width: 767px) {
  .company__right {
    width: 100%;
    margin-bottom: 6vw;
  }
}

.company__wrapper02 {
  margin-top: min(5vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .company__wrapper02 {
    margin-top: 4vw;
  }
}

.company__wrapper02-wrap {
  display: block;
  width: 49%;
  color:inherit;
}

.company__wrapper02-txt {
  margin-top: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .company__wrapper02-txt {
    margin-top: 5px;
    font-size: 14px;
  }
}

/* top_sec05 */
.top_sec05 ul{
	margin:0 auto;
	padding:0;
	max-width:1000px;
}
.top_sec05 ul li:before{
	content:none;
}
.top_sec05 ul li{
	margin:0;
	padding:0;
}
.top_sec05 ul li a{
	display:flex;
	gap:2rem;
	line-height:1.5;
	color:inherit;
	text-decoration:none;
	padding:1.5em 1em;
	border-bottom:1px solid #ccc;
	transition:.2s ease;
}
.top_sec05 ul li a:hover{
	background-color:#e7f1fa;
	opacity:1;
}
.top_sec05 ul li a time{
	font-weight:700;
}
.top_sec05 ul li a p{
	margin:0;
	line-height:1.5;
}
.top_sec05 .btn_wrap{
	margin:3rem 0 0;
	text-align:center;
}
.top_sec05 ul {
  width: 100%;
  padding: 0;
  border: unset;
  margin:0 auto 2rem;
  max-width:960px;
}
.top_sec05 ul li {
  line-height: 2;
}
.top_sec05 ul:not(.projects_list) li:last-child {
  margin-bottom: 0;
}
.top_sec05 ul li::before {
  content: unset;
}
.top_sec05 ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items:center;
  color: inherit;
  text-decoration: unset;
  padding: 1rem;
  transition: 0.3s;
  border-bottom:1px solid #ddd;
}
.top_sec05 ul li a:hover {
  color: unset;
  text-decoration: none;
  opacity: 1;
}
.top_sec05 ul:not(.projects_list) li:last-child {
  margin-bottom: 0;
}
.top_sec05 ul li::before {
  content: unset;
}
.top_sec05 ul li a .info__item{
  height:100%;
}
.top_sec05 ul li a .info__item h3{
  line-height:1.5;
  text-align:left;
  padding-bottom:0;
  border:none;
}
.top_sec05 ul li a .info__item .info__row-content{
  line-height:1.5;
}
.top_sec05 ul li a .news-info {
  width: 100%;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:0.5rem 0;
}
.top_sec05 ul li a .news-content {
  width: 100%;
}

.top_sec05 ul li .data {
  display:inline-block;
  color: #202F52;
  font-weight:700;
  margin-right: 1rem;
}
.top_sec05 ul li p.category {
  display: inline-block;
  min-width: 80px;
  text-align: center;
  margin-right: 1rem;
  padding: 0 0.5em;
}
.top_sec05 ul li p.category.news {
  color: #fff;
  background-color:var(--main-light-color);
  margin-top: 0;
  font-size:.875rem;
}
.top_sec05 ul li h3.news-text {
  display: inline-block;
  font-size: 1rem;
  color: inherit;
  border:none;
  margin:0;
  font-weight:normal;
}
@media screen and (max-width: 768px) {
	.top_sec05 ul li h3.news-text {
		width:100%;
	}
}
/* end/top_sec05 */

/* sec_contact */
.sec_contact{
  background: linear-gradient(120deg,#1558d4,#82bbe8,#5973a7);
  background-size: 180% 180%;
  animation: gradient-animation 4s ease infinite;
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.sec_contact .container{
	position:relative;
	z-index:10;
}
.sec_contact h2{
	border:none;
	padding:0;
	margin:0 0 0.5em;
	color:#fff;
}
.sec_contact .inner{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:2rem;
	color:#fff;
	max-width:1000px;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
	.sec_contact .inner{
		flex-direction:column;
		justify-content:center;
		gap:1rem;
	}
}
/* end/sec_contact */

/*====================
footer
====================*/
.footer {
    padding: 4rem 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 4rem 0;
  }
}

.footer__inner {
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer__inner {
    width: 90%;
    max-width: 500px;
  }
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .footer__wrapper {
    display: block;
  }
}

.footer__column-left {
  width: 240px;
}
@media (max-width: 767px) {
  .footer__column-left {
    width: 100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
  }
}

.footer__column-wrapper {
  width: calc(100% - 260px);
  max-width:740px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__column-wrapper {
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    gap:2rem 1rem;
  }
  .footer__column-wrapper .footer__column {
    width:calc(50% - 0.5rem);
  }
}

.footer__logo {
  width: 90%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .footer__logo {
    width: 40%;
    margin-top: 50px;
  }
}

.footer__info {
  margin-top: 35px;
  font-size: min(1.8vw, 15px);
  color: #222;
  line-height: 2.2;
}
@media (max-width: 767px) {
  .footer__info {
    margin-top: 15px;
    font-size: 12px;
  }
}

.footer__list-caption {
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.footer__lists {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .footer__lists {
    margin-top: 5px;
  }
}

.footer__list:not(:first-child) {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .footer__list:not(:first-child) {
    margin-top: 3px;
  }
}
.footer__list a {
  font-size: min(1.4vw, 14px);
  color: #222;
  display:flex;
  align-items:center;
  padding:0.1em 0;
  position:relative;
}
.footer__list.external a::after{
  content:'';
  width:1em;
  height:1em;
  display:inline-block;
  margin-left:0.5em;
  background:url(img/icon_external.svg) no-repeat right center / contain;
}
@media (max-width: 767px) {
  .footer__list a {
    font-size: 12px;
  }
}

.footer__copyright {
  margin-top: 2rem;
  text-align: center;
  font-size: 14px;
  color: #222;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 12px;
  }
}

/*====================
btn
====================*/
.btn {
  display: inline-block;
  background-color: var(--main-color);
  font-size: 14px;
  color: #fff;
}
.btn,
input[type="submit"].btn{
  display: inline-block;
  background-color: var(--main-color);
  font-size: 0.875rem;
  color: #fff;
  padding: 12px 55px 12px 45px;
  position: relative;
}
.btn::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(img/case__btn-arrow.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@charset "utf-8";
table{border-collapse:collapse;border-spacing:0}
.subpage strong{
  font-weight:700;
  color:#212f50;
  font-size:1.2em;
}
.subpage a {
  color: #19549E;
}
.subpage a:hover {
  color: #7DC6E8;
  text-decoration: underline;
}
.subpage xmp{
  background-color:#eee;
  border:1px solid #ddd;
  max-width:100%;
  overflow-x:scroll;
  padding:1rem;
  font-size:.875rem;
}
.subpage .btn,
.subpage input[type="submit"].btn{
  display: inline-block;
  background-color: var(--main-color);
  font-size: 0.875rem;
  color: #fff;
  padding: 12px 55px 12px 45px;
  position: relative;
}
.subpage .btn::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(img/case__btn-arrow.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.subpage .btn:hover,
.subpage input[type="submit"].btn:hover{
  opacity:0.7;
  text-decoration:none;
  color:#fff;
}
.subpage .button{
  display: inline-block;
  position: relative;
  overflow:hidden;
  color: #fff;
  background-color: #3d70bb;
  border: solid 1px #3d70bb;
  box-shadow: 0 4px #174d8b;
  border-radius: 4px;
  padding: 0.8rem 1rem .6rem;
  line-height: 1;
  text-align: center;
  transition:.2s;
  text-decoration:none;
}
.subpage .button::after,
.subpage .btn_flat::after,
.subpage a.arrow::after{
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  transition: transform .7s;
  background-color: transparent;
  content: '';
}
.subpage .button:hover::after,
.subpage .btn_flat:hover::after,
.subpage a.arrow:hover::after{
  z-index: 0;
  background-color: rgba(255,255,255,0.2);
  -ms-transform: scale(100);
  transform: scale(100);
}
.subpage .button i{
  color:#fff;
  margin-right:.2em;
}
.subpage .button.pink{
  background-color: #fa3f5b;
  border: solid 1px #fa3f5b;
  box-shadow: 0 4px #cf364d;
}
.subpage .button.green{
  background-color: #419438;
  border: solid 1px #419438;
  box-shadow: 0 4px #327c39;
}
.subpage .button.orange{
  background-color: #fb9004;
  border: solid 1px #fb9004;
  box-shadow: 0 4px #b77d2d;
}
.subpage .button.disabled{
  background-color: #8b8b8b;
  border: solid 1px #8b8b8b;
  box-shadow: 0 4px #6b6b6b;
  pointer-events:none;
}
.subpage .btn_flat{
  padding: .7rem 1rem;
  font-size: .88rem;
  line-height: 1.33333;
  border-radius: 3px  min-width: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  touch-action: manipulation;
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0 0 2px #fff;
  box-shadow: inset 0 0 2px #fff;
  text-decoration: none;
  letter-spacing: .05em;
  color: #fff;
  background-color: #3d70bb;
  border: solid 1px #174d8b;
  position: relative;
  overflow:hidden;
}
.subpage .button.large_btn,
.subpage .btn_flat.large_btn{
  font-size:1.15rem;
  padding: .7rem 2rem;
}
@media screen and (max-width: 640px) {
  .subpage .btn_flat{
    min-width: none;
  }
}
.subpage .btn_flat.pink{
  background-color: #fa3f5b;
  border: solid 1px #cf364d;
}
.subpage .btn_flat.green{
  background-color: #419438;
  border-color: #327c39;
}
.subpage .btn_flat.orange{
  background-color: #fb9004;
  border: solid 1px #b77d2d;
}
.subpage .btn_flat.white{
  background-color: #ffffff;
  border: solid 1px #afafaf;
  color:inherit;
}
.subpage .btn_flat.white:hover{
  color:inherit;
}
.subpage .btn_flat.disabled{
  background-color: #8b8b8b;
  border: solid 1px #8b8b8b;
  pointer-events:none;
}
.subpage .btn_flat:hover{
  color:#fff;
  text-decoration:none;
}
.subpage .btn_flat i{
  color:#fff;
}
.subpage .btn_cv{
  display: block;
  background-color: #c0392b;
  width: auto;
  padding: 2rem 7rem 2rem 2rem;
  margin: 2rem auto;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  transition: .4s;
  font-size:1.2rem;
  font-weight:bold;
  box-shadow: 0 4px #922a1f;
  position:relative;
  overflow:hidden;
}
.subpage .btn_cv:hover{
  box-shadow: none!important;
  transform: translateY(4px);
}
.subpage .btn_cv::before{
  color: #ffffff;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 700;
  font-size:1.5rem;
  right: 0;
  top:10%;
  width:5rem;
  height:80%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content:         center;
  border-left: 2px groove #f14533;
}
.subpage .btn_cv::after{
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  transition: transform .7s;
  background-color: transparent;
  content: '';
}
.subpage .btn_cv:hover::after{
  z-index: 0;
  background-color: rgba(255,255,255,0.2);
  -ms-transform: scale(100);
  transform: scale(100);
}
.subpage .btn_cv.pink{
  background-color: #fa3f5b;
  box-shadow: 0 4px  #cf364d;
}
.subpage .btn_cv.pink::before{
  border-color: #ff566f;
}
.subpage .btn_cv.blue{
  background-color: #3d70bb;
  box-shadow: 0 4px  #174d8b;
}
.subpage .btn_cv.blue::before{
  border-color: #4f8be4;
}
.subpage .btn_cv.orange{
  background-color: #fb9004;
  box-shadow: 0 4px  #b77d2d;
}
.subpage .btn_cv.orange::before{
  border-color: #f9b65a;
}
.subpage .btn_cv.green{
  background-color: #419438;
  box-shadow: 0 4px  #327c39;
}
.subpage .btn_cv.green::before{
  border-color: #50b346;
}
.subpage img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.subpage .require {
  color: red;
}
.subpage ul li {
  list-style-type: none;
  margin: 0 0 .5em;
}
.subpage ul li:focus {
  outline-color: transparent;
}
.subpage ul{
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding-left:.5rem;
}
.subpage ul li {
    list-style-type: none;
    position: relative;
    padding-left: 0.6em;
}
.subpage ul li:before {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.65rem;
    content: "";
    background: #19549E;
}
.subpage ul.check_list{
  padding:0;
}
.subpage ul.check_list li{
  padding:0 0 0 1.25em;
}
.subpage ul.check_list li::before{
  background:url(img/icon_check.svg) no-repeat left top / contain transparent;
  width:1em;
  height:1em;
  border-radius:0;
  top:0.35em;
}
.subpage ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0.5em;
}
.subpage ol ol{
  padding-left: 1em;
}
.subpage ol li{
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.subpage ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  font-weight: bold;
  color: #19549E;
}
.subpage ul ol{
  padding-left: 0.5em;
  margin:0.75em 0 1.25em;
}
.subpage ul ol li{
  padding-left: 1.25em;
  margin: 0 0 0.5em;
  text-indent:0;
  font-size:0.875rem;
}
.subpage ul ol li::before{
  background:none;
  width:auto;
  height:auto;
  top:0;
}
.subpage ul.inline li {
  display: inline-block;
  margin-right: 2.5em;
}
.subpage figcaption {
  margin-top: .5rem;
  font-size: .9rem;
  line-height: 1.5;
}
.subpage .lead {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #1e225e;
}
.subpage i {
  color: #202F52;
  padding-right:0.2rem;
}
.subpage i.white {
  color: #FFF;
}
.subpage .text_center{
  margin-top:3rem;
  text-align:center;
}
.subpage .pc_text_center{
  text-align:center;
}
.subpage .text_left{
  text-align:left;
}
.subpage .text_right{
  text-align:right;
}
.subpage .pc_text_right{
  text-align:right;
}
@media screen and (max-width: 640px) {
  .subpage .pc_text_center{
    text-align:left;
  }
  .subpage .pc_text_right{
    text-align:left;
  }
}
.subpage .well{
  background-color:#eee;
  padding:1rem;
  margin:1rem 0;
}
.subpage .highlight .well{
  background-color:#fff;
  padding:1rem;
}
.subpage .well.danger{
  background-color:#ffe6e6;
  color:#bf0000;
}
.subpage .well *:last-child{
  margin-bottom:0;
}
.subpage .well.border{
  background-color:transparent;
  border:1px solid #202F52;
}
.subpage {
  background-color: #fff;
}
.subpage .highlight {
  background-color: #f8f8f8;
}
.subpage section.highlight{
  padding:4rem 0;
}
.subpage .container {
  max-width: 1180px;
  width: 100%;
  padding: 0 1rem;
  margin:0 auto;
}
.subpage section{
  padding: 4rem 0;
}

/* intro */
.intro{
	padding:0;
}
.intro .tit_en{
  display:inline-block;
  font-size:5rem;
  font-weight:bold;
  background: -webkit-linear-gradient(0deg, #7DC6E8, #19549E);
  color:#2B5077;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin:5rem 2rem 0 4rem;
  letter-spacing:0.075em;
}
.intro h1{
  margin:0 2rem 5rem 4.5rem;
  color:#2B5077;
  font-weight:700;
  font-size:1.25rem;
}
.intro .sv img{
  width:100%;
  max-height:600px;
  height:37vw;
  min-height:240px;
  object-fit:cover;
}
@media screen and (max-width: 1200px) {
  .intro .tit_en{
    font-size:max(6.8vw,2rem);
    margin:7vw 1rem 0 4vw;
  }
  .intro h1{
    margin:0 1rem 7vw 4.5vw;
    font-size:max(1.8vw,0.8rem);
  }
  .intro .sv img{
    width:100%;
    max-height:600px;
    height:37vw;
    object-fit:cover;
  }
}
/* end/intro */

/* title */
.subpage .container h2:first-child {
  padding-top:0;
  margin-top:0;
}
.subpage h3{
  color:#212f50;
  font-weight: 700;
  padding:0.25em 0;
  font-size: 1.175rem;
  margin-bottom: 10px;
  margin-top: 2rem;
  clear:both;
  border-bottom:2px solid #eee;
}
.subpage h4 {
	font-weight:bold;
	font-size: 1.15rem;
	color:#19549E;
	margin-bottom:.15rem;
}
.subpage h5 {
	font-weight:bold;
	font-size: 1.1rem;
	margin-bottom:.15rem;
}
.subpage .center_tit{
  border:none;
  text-align:center;
  font-size:2rem;
  display:block;
  background:none;
  color:inherit;
  border:none;
  text-align:center;
  font-size:2rem;
  font-weight:bold;
  padding:0;
  margin-bottom:1em;
  text-shadow:none;
}
.subpage .center_tit::after{
  content:none;
}
/* end/title */
.subpage p {
  line-height: 2;
  margin-bottom: 1rem;
}
.subpage .box {
  padding:2rem 1.5rem;
  margin:2rem 0;
}
.subpage .box.gray{
  background-color:#f8f8f8;
  border:none;
  box-shadow:none;
}
.subpage .box.bule{
  background-color:#ddf5ff;
  border:none;
  box-shadow:none;
}
.subpage .box *:first-child,
.subpage .well *:first-child{
  margin-top:0;
}
.subpage .box *:last-child,
.subpage .well *:last-child{
  margin-bottom:0;
}
.subpage .box h3,
.subpage .well h3{
  background:none;
  padding:0;
  font-weight:700;
  color:#202F52;
}
@media screen and (max-width: 640px) {
  .subpage .box {
    padding:2rem 1rem;
  }
}
.subpage section{
  padding:4rem 0;
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 880px;
  }
}
@media screen and (max-width: 960px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (max-width: 960px) {
  .pc_only {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .sp_only {
    display: none;
  }
}
.xs_only{
  display:none;
}

.subpage table{
  margin-bottom:1rem;
  width:100%;
  table-layout: fixed;
}
.subpage table th{
  width:25%;
  min-width:10rem;
  font-weight:normal;
}
.subpage table th,
.subpage table td{
  border:1px solid #ddd;
  padding:1rem;
  vertical-align:middle;
}

.subpage table th{
  background-color:#f8f8f8;
  vertical-align: middle;
  text-align:center;
}
@media (max-width: 640px) {
  table.responsive_stack, table.responsive_stack thead, table.responsive_stack tbody, table.responsive_stack tr, table.responsive_stack th, table.responsive_stack td {
    display: block;
    width: auto!important;
  }
  table.responsive_stack th {
    background-color: #F3F3F3;
    border-bottom: none!important;
    padding: .4rem;
    text-align: center;
    line-height: 1.5;
  }
  table.responsive_stack td {
    border-bottom: none!important;
  }
  table.responsive_stack {
    border-bottom: 1px solid #ddd;
  }
}
.orange_txt{
  color:#ff7f00;
}
.red_txt{
  color:red;
}
.blue_txt{
  color:blue;
}
.marker {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  background: linear-gradient(transparent 20%, #fbbdcd 80%);
  background-size: 100% 60%;
  background-position: left .5em;
  background-repeat: no-repeat;
}
.strong{
  color:#f00;
  font-weight:bold;
  font-size:1.3rem;
}
.wavy{
  text-decoration: underline wavy #fa3f5b;
  font-weight:bold;
  font-size:1rem;
}
/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
  .wavy {
    border-bottom: double 6px #fa3f5b;
  }
}
.dot {
  -webkit-text-emphasis: dot #fa3f5b;
  text-emphasis: dot #37ab9d;
  font-weight:bold;
  font-size:1rem;
}
.subpage .pull_left{
  float:left;
  padding: 0 .5rem .5rem 0;
  max-width:40%;
}
.subpage .pull_right{
  float:right;
  padding:0 0 .5rem .5rem ;
  max-width:40%;
}
.subpage .btn_area{
  clear:both;
}
/* animetion */
.img_slide_anim {
  position: relative;
  overflow: hidden;
  z-index: 0;
  transform: translateY(40px);
  opacity: 0;
  transition: 1s cubic-bezier(0.5, 0.1, 0.2, 1) 0.2s;
}
.img_slide_anim:nth-child(1) {transition-delay: 0.1s;}
.img_slide_anim:nth-child(2) {transition-delay: 0.3s;}
.img_slide_anim:nth-child(3) {transition-delay: 0.5s;}
.img_slide_anim:nth-child(4) {transition-delay: 0.7s;}
.img_slide_anim:nth-child(5) {transition-delay: 0.9s;}
.img_slide_anim:nth-child(6) {transition-delay: 1.1s;}
.img_slide_anim.imgStart {
  transform: translateY(0);
  opacity: 1;
}
@keyframes head_anim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes head_anim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes head_anim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes leftFade {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-webkit-keyframes leftFade {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-moz-keyframes leftFade {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes bottomFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes bottomFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes bottomFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* end/animetion */

/* subvisual */

/* breadcrumb */
.breadcrumb{
  margin-bottom:0!important;
  font-size:.88rem;
  background:none;
  margin-top: 72px;
}
.breadcrumb ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left:.5rem;
}
.breadcrumb li{
  margin:0 .5rem;
  display: flex;
  align-items: center;
}
.breadcrumb li a{
  padding:.5rem 0;
  display:inline-block;
  color:inherit;
  text-decoration:none;
  margin-right:.75rem;
  max-width:9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb li a:hover{
  text-decoration:underline;
}
.breadcrumb li.is-active a{
  pointer-events:none;
}
.breadcrumb li::after{
  content:"";
  display:inline-block;
  width:.36rem;
  height:.36rem;
  border-right:1px solid #9a9a9a;
  border-bottom:1px solid #9a9a9a;
  transform:rotate(-45deg);
}
.breadcrumb li:last-child::after{
  content:none;
}
@media screen and (max-width: 1120px) {
  .breadcrumb{
    margin-top:60px;
  }
}

/************************************
form
*************************************/

/* reset */

button,
option,
select,
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="select"],
input[type="option"],
input[type="password"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    outline: 0;
    margin: 0;
    background: #fff;
}
input:focus{
     box-shadow:none;
}

/* for firefox */
select {
    text-indent: 0.01px;
    text-overflow: '';
}
/* for ie10 ie11 ie系のプルダウンの矢印を消す ie9は非対応 */
select::-ms-expand {
    display: none;
}
textarea,
input[type="number"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"]{
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    height: 2.5rem;
    box-shadow:none;
    margin:0;
}
textarea {
    height: 10em;
}

/* フォーカス時の色変更 */

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
textarea:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="text"]:hover,
.select select:hover{
    border: 1px solid #7DC6E8;
    box-shadow:none;
}
/* ラジオボタン */
.radio_area{
  display: flex;
  align-items: center;
  flex-wrap:wrap;
  margin:-0.25rem 0;
}
.radio_area label{
  display: flex;
  align-items: center;
  margin:.25rem 1.5rem .25rem 0;
  border:none;
}
.radio_area label input[type="radio"]{
  transform:scale(1.25);
  margin-right:.5rem;
}


/* チェックボックス */
.checkbox_area{
  display: flex;
  align-items: center;
  flex-wrap:wrap;
  margin:-0.25rem 0;
}
.checkbox_area label{
  display: flex;
  align-items: center;
  margin:.25rem 1.5rem .25rem 0;
  border:none;
}
.checkbox_area label input[type="checkbox"]{
  transform:scale(1.25);
  margin-right:.5rem;
}


.select {
    display: inline-block;
    position: relative;
    width: auto;
    height: 2.5rem!important;
    margin: .5rem;
    border: none;
}
.select::before{
    position: absolute;
    top: 0;
    right: 1.8rem;
    height:100%;
    width: 10px;
    z-index:1;
    content:"";
    display:block;
    border-left: 1px solid #ddd;
}
.select::after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent!important;
    border-left: 6px solid transparent!important;
    border-bottom: 6px solid transparent!important;
    border-right: 6px solid transparent!important;
    border-top: 6px solid #333!important;
    top: 50%!important;
    right: 13.5px!important;
    -webkit-transform: rotate(0deg)!important;
    transform: rotate(0deg)!important;
    margin-top: -3px!important;
    pointer-events: none;
}
.select select {
    width: 100%;
    height: 2.5rem;
    font-size: .88rem;
    padding: 0 3rem 0 10px!important;
    border:1px solid #ddd;
    border-radius:0;
    position: relative;
    box-sizing:border-box;
}

/* ie9対策 */

/* Google Chrome, Safari, Opera 15+, Android, iOS */

::-webkit-input-placeholder {
    color: #ccc;
    font-size: 1rem;
}

/* Firefox 18- */

:-moz-placeholder {
    color: #ccc;
    opacity: 1;
    font-size: 1rem;
}

/* Firefox 19+ */

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
    font-size: 1rem;
}

/* IE 10+ */

:-ms-input-placeholder {
    color: #ccc;
    font-size: 1rem;
}
label{
  display: flex;
  align-items: center;
  border:1px solid #ddd;
}
label + label,
.group + label{
  margin-top:1rem;
}
label input[type="number"],
label input[type="text"],
label input[type="email"],
label input[type="tel"],
label input[type="password"]{
  border:1px solid transparent;
  margin:0;
}
.group{
  position:relative;
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  margin:-0.5rem;
}
.group label{
  margin:0.5rem;
}
.row{
  margin:0;
}
.row + .row{
  margin-top:.5rem;
}
.row label{
  border:none;
  margin:0;
}
.row .group{
  margin:0;
}
.row .group label{
  border:1px solid #ddd;
}
label span,
label b,
label button{
  background-color:#eee;
  height: 2.5rem;
  width: auto;
  padding: 0 0.8rem;
  line-height:2.5rem;
  font-weight: normal;
  display:inline-block;
  word-break:keep-all;
}
.group input{
    margin:0;
    width: auto;
}
@media screen and (max-width: 640px) {
  textarea, input[type="number"], input[type="text"], input[type="email"], input[type="tel"], input[type="password"]{
      max-width: 100%!important;
      width: 100%;
  }
  .group input{
      margin-right:0;
      max-width: 100%!important;
      width: 100%;
  }
}
.group_flex_nowrap{
  display:flex;
  align-items:center;
  margin:-.5rem;
}
.group_flex_nowrap input{
  width:auto;
  margin:.5rem;
}

/************************************
form_end
*************************************/

/* ScrollHint */
.table_scroll {
  clear: both;
}
.table_scroll {
  width:auto;
  max-width:100%;
  overflow-x: unset!important;
  overflow-y: hidden!important;
  padding: 1rem 0 0;
}
.table_scroll table{
  min-width: 800px;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 95px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}
.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
  display: block;
}
.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}
.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}
.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}
.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}
.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}
.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}
/* ScrollHint */


/* company */
.message_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom:5rem;
}
.message_wrap .img{
  width:300px;
}
.vertical-rl{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "-apple-system", "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  margin:0;
  border:1px solid #ddd;
  padding:3rem;
  background-color:#fff;
  width:calc(100% - 340px);
}
.vertical-rl h3{
  border:none;
  padding:0;
  font-weight:bold;
  font-size:1.5rem;
}
.vertical-rl h3::after{
  content:none;
}
.vertical-rl p{
  line-height:2.5;
}
.vertical-rl p:last-child{
  margin-bottom:0;
}
@media screen and (max-width: 960px) {
  .message_wrap .img{
    max-width:100%;
    width:640px;
    margin:0 auto;
  }
  .vertical-rl{
	  padding:2rem;
  }
  .vertical-rl h3{
    font-size:1.125rem;
  }
  .vertical-rl{
    width:100%;
    margin-bottom:2rem;
  }
  .vertical-rl p{
    line-height:1.75;
  }
}
@media screen and (max-width: 640px) {
  .vertical-rl{
    padding:1.5rem 1rem;
  }
}
#message ul{
  margin: 5rem 0 1rem;
  padding:0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#message ul li{
  margin:0;
  padding:0;
  width:33.3%;
  padding: 2rem 2rem;
  border-right:1px solid #bdbdbd;
}
#message ul li::before{
  content:none;
}
#message ul li:last-child{
  border:none;
}
#message ul li h4{
  font-size:2.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "-apple-system", "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight:bold;
  background: -webkit-linear-gradient(0deg, #7DC6E8, #19549E);
  color:#2B5077;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Barlow', sans-serif!important;
  letter-spacing:0.1em;
  margin-bottom:.5rem;
  text-align:center;
}
#message ul li p{
  font-weight:bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "-apple-system", "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 1.125rem;
  line-height:1.75;
  margin:0;
  text-align:center;
}
@media screen and (max-width: 768px) {
  #message ul li{
    width:100%;
    border:none;
    border-bottom:1px solid #bdbdbd;
    padding:3rem 1rem;
  }
  #message ul {
    margin:1rem 0;
  }
  #message ul li:first-child{
    margin-bottom:0;
  }
  #mission#message ul li:last-child{
    border:none;
  }
  #message .container{
    padding:1rem;
  }
  #message .word {
    background: transparent url(img/about_catch.svg) 0 10% repeat-x;
    background-size: 3898px auto;
  }
}
#overview{
  margin:5rem 0 4rem;
}
/* end/company */

/* fee */
.fee_lead .lead{
  font-size:1.25rem;
  font-weight:700;
}
.other_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.other_item{
  margin:2rem 0;
  width:calc(50% - 1rem);
}
.other_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .other_item{
    width:100%;
    margin:1rem 0;
  }
}
/* end/fee */

/* contact */
.mwform-radio-field-text {
  background: unset;
  padding: 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0!important;
}
.mwform-radio-field label {
  margin-right: 1rem;
}
.mw_wp_form .submit_area span {
  position: relative;
}
.mw_wp_form .submit_area span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(img/case__btn-arrow.png) no-repeat center center/contain;
  position: absolute;
  top: calc(50% + 2px);
  left: 85%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-id-38 .mw_wp_form .submit_area span::after {
  left: 90%;
}
.subpage .mw_wp_form .submit_area input[type="submit"].btn {
  padding: 12px 50px 12px 50px;
  transition: 0.1s;
}
.subpage .mw_wp_form .submit_area input[type="submit"].btn:hover {
  cursor: pointer;
}
.mw_wp_form .submit_area [name="submitBack"] {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .mw_wp_form .submit_area [name="submitBack"] {
    margin-right: 0.5rem;
  }
}
/* end/contact */

/* single */
.page-tit {
	padding: 30px 0;
	margin-top: 146px;
}
.page-tit h1 {
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
}

main.single,
main.category {
  background: #fff;
}
.archive-news_sec .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.archive-news_sec .news_area {
  width: 100%;
  padding: 0;border: unset;
}
.archive-news_sec ul {
  width: 100%;
  padding: 0;
  border: unset;
  margin:0 auto 2rem;
  max-width:960px;
}
.archive-news_sec ul li {
  line-height: 2;
  margin:0;
}
.archive-news_sec ul:not(.projects_list) li:last-child {
  margin-bottom: 0;
}
.archive-news_sec ul li::before {
  content: unset;
}
.archive-news_sec ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items:center;
  color: inherit;
  text-decoration: unset;
  padding: 1rem;
  transition: 0.3s;
  border-bottom:1px solid #ddd;
}
.archive-news_sec ul li a:hover {
  color: unset;
  text-decoration: none;
  background-color:#e7f1fa;
  opacity:1;
}
.archive-news_sec ul:not(.projects_list) li:last-child {
  margin-bottom: 0;
}
.archive-news_sec ul li::before {
  content: unset;
}
.archive-news_sec ul li a .info__item{
  height:100%;
}
.archive-news_sec ul li a .info__item h3{
  line-height:1.5;
  text-align:left;
  padding-bottom:0;
  border:none;
}
.archive-news_sec ul li a .info__item .info__row-content{
  line-height:1.5;
}
.archive-news_sec ul li a .news-info {
  width: 100%;
}
.archive-news_sec ul li a .news-content {
  width: 100%;
}

.archive-news_sec ul li .data {
  display:inline-block;
  color: #202F52;
  font-weight:700;
  margin-right: 1rem;
}
.archive-news_sec ul li p.category {
  display: inline-block;
  min-width: 80px;
  text-align: center;
  margin:0 1rem 0 0;
  padding: 0 0.5em;
}
.archive-news_sec ul li p.category.news {
  color: #fff;
  background-color:var(--main-light-color);
  margin-top: 0;
  font-size:.875rem;
}
.archive-news_sec ul li h3.news-text {
  display: inline-block;
  font-size: 1rem;
  color: inherit;
  border:none;
  margin:0;
  font-weight:normal;
}

.archive-news_sec .wp-pagenavi {
  clear: both;
  display: flex;
  justify-content: center;
}
.archive-news_sec .wp-pagenavi a:hover,
.archive-news_sec .wp-pagenavi span.current {
  color: #fff;
  border-color: #202F52;
  background: #202F52;
}
.archive-news_sec .wp-pagenavi a,
.archive-news_sec .wp-pagenavi span {
  text-decoration: none;
  color: #202F52;
  border: 1px solid #202F52;
  padding: 3px 5px;
  margin: 2px;
}
.archive-news_sec .wp-pagenavi a,
.archive-news_sec .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #202F52;
  padding: 10px 12px;
  line-height:1;
  margin: 4px;
  transition: 0.3s;
}


.single-news_sec .container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.single-news_cont {
  margin-bottom: 2rem;
}
.single-news_sec .btn-area {
  display: flex;
  justify-content: center;
}
.single-news_sec .btn-area .btn_default {
  min-width: 240px;
}
.single-news_sec .btn-area a.btn {
  color: #fff;
}
@media (max-width: 640px) {
  table.responsive_stack, table.responsive_stack thead, table.responsive_stack tbody, table.responsive_stack tr, table.responsive_stack th, table.responsive_stack td {
    display: block;
    width: auto!important;
  }
  table.responsive_stack th {
    background-color: #F3F3F3;
    border-bottom: none!important;
    padding: .4rem;
    text-align: center;
    line-height: 1.5;
  }
  table.responsive_stack td {
    border-bottom: none!important;
  }
  table.responsive_stack {
    border-bottom: 1px solid #ddd;
  }
}
.single-news_sec table.table_default {
  margin-bottom:1rem;
  width:100%;
  table-layout: fixed;
}
.single-news_sec table.table_default th {
  width:25%;
  min-width:10rem;
  font-weight:normal;
}
.single-news_sec table.table_default th,
.single-news_sec table.table_default td {
  border:1px solid #202F52;
  padding:1rem;
}
.single-news_sec table.table_default th {
  background-color:#FFF8F8;
  vertical-align: middle;
  text-align:center;
}
.single-news_sec img {
  width: unset;
  max-width: 100%;
}
.single-news_sec img.alignleft {
  float: left;
  padding: 0 1rem 1rem 0;
}
.single-news_sec img.aligncenter {
  display: block;
  margin: 0 auto;
}
.single-news_sec img.alignright {
  float: right;
  padding: 0 0 1rem 1rem;
}
.news__tag {
  min-width: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-tit {
    padding: 20px 0;
    margin-top: 58px;
  }
  .page-tit h1 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
  }

  .archive-news_sec .container {
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .archive-news_sec h2 {

  }
  .archive-news_sec ul li h3.news-text {
    display: block;
  }

  .single-news_sec .container {
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .single-news_sec h2 {
    font-size: 2rem;
  }
  .single-news_sec h3 {
    font-size: 1.6rem;
  }
  .single-news_sec h4 {
    font-size: 1.4rem;
  }
  .single-news_sec table.table_default th,
  .single-news_sec table.table_default td {
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  .single-news_sec table.table_default tr:last-child td {
    border-bottom: 1px solid #202F52;
  }
  .single-news_sec img {
    width: unset;
    max-width: 100%;

  }
  .single-news_sec img.alignleft {
    display: block;
    float: unset;
    width: unset;
    padding: 0;
    margin: 0 auto;
  }
  .single-news_sec img.aligncenter {
    display: block;
    float: unset;
    width: unset;
    padding: 0;
  }
  .single-news_sec img.alignright {
    display: block;
    float: unset;
    width: unset;
    padding: 0;
  }
}
/* end/news */

/* service */
.problems .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.problems .inner .txt{
  width:50%;
  padding:0 3rem;
}
.problems .inner .img{
  width:50%;
}
.subpage .problems ul.check_list li{
  font-size:1.125rem;
}
@media screen and (max-width: 960px) {
  .subpage .problems ul.check_list li{
    font-size:1rem;
  }
}
@media screen and (max-width: 960px) {
  .problems .inner .txt{
    width:100%;
    max-width:640px;
    margin:0 auto;
    padding:0;
  }
  .problems .inner .img{
    width:100%;
    margin:2rem auto 0;
    max-width:640px;
  }
}
.reason_cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reason_cards .reason_card{
  width:calc(50% - 1rem);
  margin-bottom:2rem;
}
.reason_cards .reason_wrapper{
  position:relative;
  margin-top:1rem;
}
.reason_cards .reason_num{
  position:absolute;
  font-size:2.25rem;
  width:3.5rem;
  height:3.5rem;
  background: -webkit-linear-gradient(0deg, #7DC6E8, #19549E);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  padding:0;
  top:0;
  left:1rem;
  transform:translateY(-100%);
}
.reason_cards .reason_summary{
  margin:0;
}
@media screen and (max-width: 640px) {
  .reason_cards .reason_card{
    width:100%;
  }
}
.flow .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flow .inner .sell{
  width:calc(50% - 1rem);
}
.flow .inner .buy{
  width:calc(50% - 1rem);
}
.flow .inner table th,
.flow .inner table td{
  padding:5px;
}
.flow .inner table th{
  font-size:1rem;
  font-weight:700;
}
.flow .inner table th span{
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing:1em;
  white-space: pre;
  display: inline-block;
}
.flow .inner table td{
  background-color:#fff;
}
.flow .inner table .num{
  text-align:center;
  font-size:1.25rem;
  font-weight:bold;
  height:100%;
  padding:0;
  color:#212f50;
}
.flow .inner table .flow_tit{
  font-weight:bold;
  color:#1d549a;
}
.flow .inner .flow_item01{
  background-color:#7DC6E8;
  color:#fff;
}
.flow .inner .flow_item02{
  background-color:#4f8dc0;
  color:#fff;
}
.flow .inner .flow_item03{
  background-color:#19549E;
  color:#fff;
}
.flow .btn_area{
  margin-top:2rem;
}
@media screen and (max-width: 960px) {
  .flow .inner .sell{
    width:100%;
  }
  .flow .inner .buy{
    width:100%;
  }
}
.sec_value_up .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_value_up .inner .txt{
  width:calc(50% - 1rem);
}
.sec_value_up .inner .img{
  width:calc(50% - 1rem);
}
@media screen and (max-width: 960px) {
  .sec_value_up .inner .txt{
    width:100%;
    max-width:640px;
    margin:0 auto;
  }
  .sec_value_up .inner .img{
    width:100%;
    max-width:640px;
    margin:2rem auto 0;
  }
}
.sec_approach{
  background-color:#e6eeee;
}
.sec_approach table th{
  background-color:#c6e2e2;
}
.sec_approach table td{
  background-color:#fff;
}
.sec_approach .well{
  background-color:#fff;
}
.sec_approach .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction:row-reverse;
}
.sec_approach .inner .txt{
  width:calc(50% - 1rem);
}
.sec_approach .inner .img{
  width:calc(50% - 1rem);
}
@media screen and (max-width: 960px) {
  .sec_approach .inner .txt{
    width:100%;
    max-width:640px;
    margin:0 auto;
  }
  .sec_approach .inner .img{
    width:100%;
    max-width:640px;
    margin:2rem auto 0;
  }
}
/* end/service */

/* projects */
body.single-projects {
  background: #;
}
.single_projects {

}
.cont_single_projects {
  width: 100%;
  max-width: 1200px;
  padding: 4rem 4rem;
  background-color: #F8F8F8;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.cont_single_projects table {
  margin-bottom: 0;
}
.cont_single_projects table tr {
  border-top: 1px solid #AFAFAF;
  display: block;
}
.cont_single_projects table tr:last-child {
  border-bottom: 1px solid #AFAFAF;
}
.cont_single_projects table th,
.cont_single_projects table td{
  border: unset;
}
.cont_single_projects table th{
  background: unset;
  width: 180px;
  padding-right: 20px;
  color: #212F52;
  padding: 2rem 0;
  line-height: 1.5;
  font-weight: bold;
}
.cont_single_projects table td{
  padding: 2rem 0;
}

@media screen and (max-width: 960px) {
  .cont_single_projects {
    padding: 2rem 1rem;
  }
  .cont_single_projects table th{
    width: 120px;
    min-width: unset;
    padding: 2rem 0;
  }
}
.archive-news_sec {
  overflow:hidden;
}
.archive-news_sec .projects_list {
  padding: 0;
  border: unset;
  max-width:none;
  margin:0 -1.5rem 2rem 0;
  display: flex;
  flex-wrap: wrap;
  width: auto;
}
.archive-news_sec .projects_list li {
  line-height: 2;
  width:33.33%;
  padding:0 1.5rem 0 0;
  margin-bottom:1.5rem;
}
.archive-news_sec .projects_list li a {
  display:block;
  color: inherit;
  text-decoration: unset;
  transition: 0.3s;
  height:100%;
  padding:0;
}
.archive-news_sec .projects_list li a:hover {
  color: unset;
  text-decoration: none;
  opacity: 1;
  transform:translateY(-3px);
}
@media screen and (max-width: 960px) {
  .archive-news_sec .projects_list li {
    width:50%;
  }
}
@media screen and (max-width: 640px) {
  .archive-news_sec .projects_list li {
    width:100%;
  }
  .archive-news_sec .projects_list li a {
    width:100%;
  }
}
/* end/projects */
.case_info{
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  flex-direction:row-reverse;
  justify-content: space-between;
  margin-bottom:3rem;
}
.case_info .img{
  width:calc(50% - 1rem);
}
.case_info .txt{
  width:calc(50% - 1rem);
}
.case_info .txt h3{
  margin-top:0;
}
@media screen and (max-width: 768px) {
  .case_info .img{
    width:100%;
  }
  .case_info .txt{
    width:100%;
  }
}
.flex_two{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 4rem 0;
}
.flex_two.reverse{
  flex-direction:row-reverse;
}
.flex_two .item{
  width:calc(50% - 1rem);
}
@media screen and (max-width: 960px) {
  .flex_two{
    flex-direction:column;
  }
  .flex_two .item{
    width:100%;
    max-width:640px;
    margin:0 auto;
  }
}
/* flow_area */
.flow_area {
  margin:2rem 0 3rem;
}
.flow_area .flow_area_wrap .row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flow_area .flow_area_wrap .row .col.mod_18_head {
  margin-bottom: 20px;
  padding-top: 25px;
  position: relative;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow_area .flow_area_wrap .row .col.mod_18_head > * {
  width: 100%;
}
.flow_area .flow_area_wrap .row .col.mod_18_head p {
  text-align: center;
  font-size: 40px;
  font-size: 3.2rem;
  font-weight:700;
  line-height: 1;
  display: block;
  padding: 0.5em;
  color:#1f79f1;
}
@media (max-width: 767px) {
  .flow_area .flow_area_wrap .row .col.mod_18_head p {
    font-size: 28px;
    font-size: 2.2rem;
  }
}
.flow_area .flow_area_wrap .row .col.mod_18_head p small {
  font-size: 16px;
  font-size: 1.5rem;
  line-height: 1;
  display: block;
}
@media (max-width: 767px) {
  .flow_area .flow_area_wrap .row .col.mod_18_head p small {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.flow_area .flow_area_wrap .row .col.mod_18_head:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 60px 0 60px;
  border-color: #ffffff transparent transparent transparent;
}
.flow_area .flow_area_wrap .row .col.mod_18_head:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 60px 0 60px;
  border-color: #1f79f1 transparent transparent transparent;
  clear: both;
}
.flow_area .flow_area_wrap .row .col.mod_18_content {
  float: left;
  padding: 1em 0 1em 0;
  width: calc(100% - 120px - 20px);
  margin-left: 20px;
}
.flow_area .flow_area_wrap .row .col.mod_18_content small{
  display:block;
  background-color:#eee;
  padding:1em;
  margin-top:0.5rem;
}
.flow_area .flow_area_wrap .row .col.mod_18_content .mod_18_title {
  color: #1f79f1;
  margin:0 0 0.25em;
  font-size:1.25rem;
  font-weight:700;
}
.flow_area .flow_area_wrap .row .col.mod_18_content p:not(.mod_18_title){
  line-height:1.75;
}
@media (max-width: 767px) {
  .flow_area .flow_area_wrap .row .col.mod_18_head {
    margin-bottom: 12px;
    padding-top: 17px;
    width: 80px;
  }
  .flow_area .flow_area_wrap .row .col.mod_18_head:before {
    border-width: 12px 40px 0 40px;
  }
  .flow_area .flow_area_wrap .row .col.mod_18_head:after {
    bottom: -12px;
    border-width: 12px 40px 0 40px;
  }
  .flow_area .flow_area_wrap .row .col.mod_18_content {
    padding: 12px 0.5em 0.5em 0;
    width: calc(100% - 80px - 12px);
    margin-left: 12px;
  }
}
.flow_area.typeA .flow_area_wrap .row .col.mod_18_head {
  background: #1f79f1;
}
.flow_area.typeA .flow_area_wrap .row .col.mod_18_head:before {
  border-color: #ffffff transparent transparent transparent;
}
.flow_area.typeA .flow_area_wrap .row .col.mod_18_head:after {
  border-color: #1f79f1 transparent transparent transparent;
}
.flow_area.highlight.typeA .flow_area_wrap .row .col.mod_18_head:before {
  border-color: #FDF8E6 transparent transparent transparent;
}
.flow_area.typeB .flow_area_wrap .row .col.mod_18_head {
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.flow_area.typeB .flow_area_wrap .row .col.mod_18_head:before, .flow_area.typeB .flow_area_wrap .row .col.mod_18_head:after {
  border-width: 30px 120px 0 120px;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flow_area.typeB .flow_area_wrap .row .col.mod_18_head:before {
  top: auto;
  bottom: 2px;
  z-index: 1;
}
@media (max-width: 767px) {
  .flow_area.typeB .flow_area_wrap .row .col.mod_18_head:before {
    bottom: 2px;
  }
}
.flow_area.typeB .flow_area_wrap .row .col.mod_18_head:after {
  bottom: 0;
}
@media (max-width: 767px) {
  .flow_area.typeB .flow_area_wrap .row .col.mod_18_head:after {
    bottom: 0;
  }
}
.flow_area.typeC .flow_area_wrap .row:first-child .col.mod_18_head, .flow_area.typeC .flow_area_wrap .row:nth-child(1) .col.mod_18_head {
  border-top: 1px solid #1f79f1;
}
.flow_area.typeC .flow_area_wrap .row .col.mod_18_head {
  border-left: 1px solid #1f79f1;
  border-right: 1px solid #1f79f1;
  margin-bottom: 0;
}
.flow_area.typeC .flow_area_wrap .row .col.mod_18_head:before {
  top: auto;
  bottom: -20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .flow_area.typeC .flow_area_wrap .row .col.mod_18_head:before {
    bottom: -12px;
  }
}
.flow_area.typeC .flow_area_wrap .row .col.mod_18_head:after {
  bottom: -21px;
}
@media (max-width: 767px) {
  .flow_area.typeC .flow_area_wrap .row .col.mod_18_head:after {
    bottom: -13px;
  }
  .flow_area.typeC .flow_area_wrap .row h3{
	  font-size:1rem;
  }
  .flow_area.typeC .flow_area_wrap .row p{
	  font-size:0.875rem;
  }
}
/* end/flow_area */
.border_sec{
	border-top:1px solid #cdcdcd;
}
#recruitment .container{
	max-width:960px;
}

.single-recruitment_cont {

}
.single-recruitment_cont .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem;
}
.single-recruitment_cont .flex .img,
.single-recruitment_cont .flex .txt {
	width: calc(50% - 1rem);
}
.single-recruitment_cont .flex .txt .nenshu p {
	font-size: 1.2rem;
	color:var(--main-color);
	font-weight:700;
	line-height:1.5;
}
.single-recruitment_cont .flex .txt .info {
	background-color: #f1f5fa;
	padding: 1rem;
}
.single-recruitment_cont .flex .txt .info h3 {
	font-size: 1.1rem;
	padding: 0;
	border: 0;
	margin: 0 0 0.5rem 0;
}
.single-recruitment_cont .flex .txt .info p:last-child {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.single-recruitment_cont h2 {
	    font-size: 1.5rem;
	}
	.single-recruitment_cont .flex .img,
	.single-recruitment_cont .flex .txt {
		width: 100%;
	}
	.single-recruitment_cont .flex .img {
		margin-bottom: 1rem;
	}
}
