@charset "UTF-8";
/* 変数 */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  background: #ffffff;
  font-family: 'M PLUS Rounded 1c', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
* {
  transition: all 0.3s;
}
/* 共通 */
.wrapper_a, .wrapper_c, .wrapper_w {
  width: auto;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
  position: relative;
}
.sp_only {
  display: none !important;
}
/* モーダル */
.no_scroll {
  overflow: hidden;
}
.fade {
  opacity: 0;
  -webkit-transform: translate(0, 150px);
  transform: translate(0, 150px);
  -webkit-transition: .6s;
  transition: .6s;
}
.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* header */
header {
  /* background: #403e3e; */
  /* background: linear-gradient(-225deg, #C0F1F8 0%, #EADEF8 56%, #F8E5EF 100%); */
}
.header_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: left;
  -ms-flex-pack: justify;
  /* justify-content: left; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: baseline;
  width: 100%;
  /* height: 400px; */
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
.header_content img {
  width: 360px;
  height: auto;
}
/* main */
.main {
  text-align: center;
  overflow: hidden;
}
.main_hero {
  position: relative;
  width: 100%;
  max-width: 980px;
  line-height: 1.4;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px;
}
.main_hero h3 {
  font-weight: 500;
  font-size: 1.8em;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: 0.6s 0.2s cubic-bezier(0.37, 0, 0.63, 1);
}
.main_hero h1 {
  font-weight: 500;
  font-size: 3.6em;
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-family: 'Roboto', sans-serif;
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: 0.6s 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  color: #2D384C;
}
.main_hero.effect-scroll h3, .main_hero.effect-scroll h1, section.merit.effect-scroll h4, section.flow.effect-scroll h4 {
  clip-path: inset(0);
}
.main_hero h1 span {
  display: block;
  margin-bottom: 20px;
}
.main_hero h1 span.sub {
  font-size: 0.5em;
  letter-spacing: 0.12em;
}
.main_hero h1 span.txt_ja {
  position: relative;
  font-size: 0.6em;
  letter-spacing: 0.25em;
  font-family: 'M PLUS Rounded 1c', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  ont-weight: 500;
  background: #0161A6;
  padding: 15px 55px;
  border-radius: 40px;
  color: #ffffff;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.main_content_inner {
  width: 100%;
  /*border: 6px solid #0161A6;*/
  background: #ffffff;
  padding: 50px 0;
  /*position: absolute;*/
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-image:
    linear-gradient(00deg, #0161A6, #0161A6), linear-gradient(00deg, #0161A6, #0161A6), linear-gradient(00deg, #0161A6, #0161A6), linear-gradient(00deg, #0161A6, #0161A6);
  background-repeat: no-repeat;
  background-size: 5px 100%, 100% 5px, 5px 100%, 100% 5px;
  background-position: left bottom, left top, right top, right bottom;
  animation: square_anim 1s linear forwards;
}
.main_content_inner .txt {
  display: block;
  margin-left: 20px;
  padding: 0;
  width: 75%;
}
.main_content_inner p {
  font-size: 1.1em;
  }
.main_content_inner figure {
  margin: 0;
  width: 100% !important;
}
.main_content_inner .img {
  display: block;
  min-width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_content_inner .img img {
  width: 100%;
  max-width: 300px;
}
@keyframes square_anim {
  00% {
    background-size:
      5px 0, 0 5px, 5px 0, 0 5px;
  }
  25% {
    background-size:
      5px 100%, 0 5px, 5px 0, 0 5px;
  }
  50% {
    background-size:
      5px 100%, 100% 5px, 5px 0, 0 5px;
  }
  75% {
    background-size:
      5px 100%, 100% 5px, 5px 100%, 0 5px;
  }
  100% {
    background-size:
      5px 100%, 100% 5px, 5px 100%, 100% 5px;
  }
}
.main_content_bg {
  /*
  position: relative;
  display: block;
  right: -22px;
  bottom: -22px;
  width: 100%;
  height: 370px;
  background-image:  radial-gradient(#fd2928 2px, transparent 2px), radial-gradient(#fd2928 2px, #ffffff 2px);
  background-size: 10px 10px;
  background-position: 0 0,10px 10px;
  clip-path: inset(0 100% 0 0);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
	*/
}
.main_content_inner {
  transform: translate(-20px, -20px);
}
.main_content_container {
  background-color: #0096DA;
  background-size: 10px 10px;
  background-position: 0 0, 10px 10px;
  transform: translate(20px, 20px);
}
.wrapper_w {
  text-align: center;
  background: #ffffff;
  padding: 50px;
  z-index: 10;
}
.wrapper_a {
  text-align: center;
  background: #ffffff;
  padding: 50px;
  z-index: 10;
}
.wrapper_w p {
  text-align: left;
}
.effect-scroll .wrapper_w {
  background-image:
    linear-gradient(00deg, #0161A6, #0161A6), linear-gradient(00deg, #0161A6, #0161A6), linear-gradient(00deg, #0161A6, #0161A6), linear-gradient(00deg, #0161A6, #0161A6);
  background-repeat: no-repeat;
  background-size: 5px 100%, 100% 5px, 5px 100%, 100% 5px;
  background-position: left bottom, left top, right top, right bottom;
  animation: square_anim 1.5s linear forwards;
}
.wrapper_w h2 {
  display: inline-block;
  color: #2D384C;
  font-weight: 500;
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 4.8rem;
  margin-bottom: 30px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.wrapper_w h2:after {
  position: absolute;
  display: inline-block;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #0161A6;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.5s 0.5s;
}
.effect-scroll .wrapper_w h2:after {
  transform: scale(1, 1);
}
.wrapper_a h2 {
  display: inline-block;
  color: #2D384C;
  font-weight: 500;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 4.8rem;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.wrapper_w p, .wrapper_w h3, .wrapper_w h4 {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 25px;
}
.wrapper_w li {
  text-align: left;
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 15px;
}
section.task .img {
  position: absolute;
  right: 200px;
  margin-top: -160px;
}
section.task p {
  margin-bottom: 0;
}
section.task ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
section.fade {
  padding: 50px 0;
  margin: 0 auto;
}
section.task {
  text-align: center
}
section.merit {
  margin-top: 0;
  background-image: radial-gradient(#b3e2ff 2px, transparent 2px), radial-gradient(#b3e2ff 2px, #ffffff 2px);
  background-size: 20px 20px;
  background-position: 0 0, 20px 20px;
  margin-bottom: 0;
}
section.merit h2, section.process h2 {
  font-size: 1.7em;
  margin-bottom: 15px;
}
section.merit p, section.process p {
  text-align: left;
}
section.merit h4 {
  font-size: 1.2em;
  background: #0793ff;
  display: block;
  padding: 7px 25px;
  border-radius: 40px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 15px;
  clip-path: inset(0 100% 0 0);
  transition: 0.6s 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
section.merit figure {
  margin-bottom: 50px;
}
section.process .img {
  max-width: 640px;
  margin: 0 auto;
}
section.process .txt_s {
  max-width: 640px;
  margin: 0 auto 20px;
  font-size: 0.8em;
}
section.process p span {
  border-bottom: 3px solid #0793ff;
  font-weight: 500;
}
.process {
  background: repeating-linear-gradient(90deg, /* 角度の指定 */ #8acdff, /* 色A ... 開始 */ #8acdff 8px, /* 色A ... 終了 */ #fff 8px, /* 色B ... 開始 */ #fff 16px /* 色B ... 終了 */
    );
}
section.process {
  margin: 0;
}
section.process .img_pic {
  text-align: center;
  display: flex;
  max-width: 570px;
  margin: 0 auto 50px;
}
section.process .img_pic li {
  margin: 0 20px;
}
section.process dl.menu_box {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
section.process dl.menu_box:first-of-type {
  border-bottom: 2px dotted #707070;
  padding-bottom: 4px;
  margin-bottom: 25px;
}
section.process dl.menu_box dt {
  position: relative;
  float: left;
  clear: left;
  margin: 0;
  width: 20%;
}
section.process dl.menu_box dt.box_yl span {
  background: linear-gradient(transparent 70%, #ddf5ff 0%);
}
section.process dl.menu_box dt.box_bl span {
  background: linear-gradient(transparent 70%, #90F7F3 0%);
}
section.process dl.menu_box dd {
  float: left;
  margin: 0;
  width: 80%;
}
.menu_btn {
  float: left;
  width: 48.5%;
  /*margin-left:10px;*/
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  height: 120px;
}
.menu_btn:nth-child(even) {
  float: right;
}
.menu_btn:hover {}
.menu_btn h4 {
  font-size: 1.0em;
  font-weight: 600;
  line-height: 1.0;
  margin: 5px 25px 5px 90px;
  height: 30px;
}
.menu_btn p {
  font-size: 0.8em;
  line-height: 1.6;
  margin: 5px 25px 5px 90px;
}
.menu_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px; /* くの字を山なりに見た時、左側の長さ */
  height: 13px; /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #000; /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #000; /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);
}
section.process .bl {
  /*background: #98D8D7;*/
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #82c6c6 0%, #82c6c6 50%, #98D8D7 50%, #98D8D7 100%);
  display: block;
  padding: 10px;
  border-radius: 20px;
  color: #2D384C;
}
section.process .yl {
  /*background: #ddf5ff;*/
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #0793ff 0%, #0793ff 50%, #28a1fd 50%, #28a1fd 100%);
  display: block;
  padding: 10px;
  border-radius: 20px;
  color: #2D384C;
}
section.process .menu_btn:hover {
  background-position: 0 0;
}
.menu_btn .menu01::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/list01.png");
}
.menu_btn .menu02::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/list02.png");
}
.menu_btn .menu03::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/list03.png");
}
.menu_btn .menu04::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/list04.png");
}
.menu_btn .menu05::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/list05.png");
}
section.support {
  background: #ddf5ff;
  margin: 0;
  padding: 70px 0;
}
section.support .wrapper_w h2 {
  margin-bottom: 10px;
  font-size: 3.0rem;
}
section.support .wrapper_a h2 {
  margin-bottom: 10px;
  font-size: 3.0rem;
}
section.support .wrapper_w p {
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
.inquiry .wrapper_c {
  margin: 0;
  padding: 30px 0;
}
.inquiry_content a {
  display: inline-block;
  background: #0793ff;
  padding: 7px 0;
  width: 300px;
  font-weight: 500;
  font-size: 1.6em;
  color: #ffffff;
  letter-spacing: 0.15em;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #28a1fd 0%, #28a1fd 50%, #0793ff 50%, #0793ff 100%);
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  transition: background-position ease 0.25s;
  border: 4px solid #0161A6;
}
.inquiry_content a:hover {
  background-position: 0 0;
}
.solution_cover {
  display: none;
  background: #403e3e;
  position: fixed;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.solution_content {
  background: #fff;
  display: none;
  overflow-y: scroll;
  padding: 40px 70px 50px 70px;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 500px;
  max-width: 840px;
  margin: auto;
  z-index: 10;
text-align: center;
}
.solution_content h3 {
  margin-bottom: 50px;
  position: relative;
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 25px;
}
.solution_content_1 h3::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px; /*線の上下位置*/
  display: inline-block;
  width: 60px; /*線の長さ*/
  height: 5px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #3CB5B0; /*線の色*/
}
.solution_content_2 h3::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px; /*線の上下位置*/
  display: inline-block;
  width: 60px; /*線の長さ*/
  height: 5px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #FCDE6F; /*線の色*/
}
.solution_content_3 h3::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px; /*線の上下位置*/
  display: inline-block;
  width: 60px; /*線の長さ*/
  height: 5px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #FCDE6F; /*線の色*/
}
.solution_content_4 h3::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px; /*線の上下位置*/
  display: inline-block;
  width: 60px; /*線の長さ*/
  height: 5px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #FCDE6F; /*線の色*/
}
.solution_content_5 h3::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px; /*線の上下位置*/
  display: inline-block;
  width: 60px; /*線の長さ*/
  height: 5px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #FCDE6F; /*線の色*/
}
.modal_inner_box {
  margin: 20px 0;
  color: #2D384C;
  display: inline-block;
  width: 100%;
  border: 2px solid #505E77;
}
.modal_inner_box h4 {
  background: #505E77;
  font-size: 0.8em;
  padding: 3px 5px;
  border-radius: 15px;
  color: #ffffff;
  width: 160px;
  height: 30px;
  margin-left: 10px;
  margin-right: auto;
  margin-top: -15px;
  margin-bottom: 10px;
}
.modal_inner_box dl.col1 {
  margin: 0 20px
}
.modal_inner_box dl.col2 {
  padding: 0 20px;
  margin: 0;
  width: 50%;
  float: left;
}
.modal_inner_box .txt {
  float: left;
  width: 60%;
}
.modal_inner_box img {
  float: right;
  width: 40%;
  padding: 15px;
}
.modal_inner_box dl.col2 img {
  margin: 0 20px;
  width: 90%;
  float: left;
}
.modal_inner_box dt {
  font-weight: 600;
  font-size: 1.0em;
  text-align: left;
}
.modal_inner_box dd {
  font-weight: 300;
  font-size: 0.8em;
  line-height: 1.4em;
  text-align: left;
  padding-top: 0.5em;
  padding-bottom: 0.8em;
}
.modal_inner_box p.ex {
  font-size: 0.6em;
}
.solution_content p {
  margin-bottom: 30px;
  text-align: center !important;
  font-size: 1.0em;
}
.solution_content_1 {
  overflow-y: scroll;
  border: 5px solid #3CB5B0;
}
.solution_content_2, .solution_content_3, .solution_content_4, .solution_content_5 {
  overflow-y: scroll;
  border: 5px solid #FCDE6F;
}
.solution_content_1 ul, .solution_content_2 ul, .solution_content_4 ul {
  color: #2a87bc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
}
.solution_content_1 ul p, .solution_content_2 ul p, .solution_content_4 ul p {
  color: #2a87bc;
  text-align: center;
  margin-bottom: 0;
}
.solution_content_1 ul img, .solution_content_2 ul img, .solution_content_4 ul img {
  display: block;
  width: 100%;
  max-width: 78px;
  margin: 0 auto;
}
.solution_content_1 li, .solution_content_2 li, .solution_content_4 li {
  width: 100px;
  height: auto;
  margin: 8px;
}
.solution_content_2_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto 30px 0;
}
.solution_content_2_item p {
  width: 100%;
  max-width: 450px;
  margin-bottom: 0;
}
.solution_content_2_item img {
  width: 210px;
  padding-right: 10px;
}
.solution_content_3 ul {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 3.4rem;
  text-align: start;
  width: 100%;
  max-width: 428px;
  margin: 0 auto;
}
.solution_content_3 li {
  display: inline-block;
  position: relative;
  padding-left: 1.2rem;
}
.solution_content_3 li::before {
  content: " ";
  background: #2a87bc;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 1.4rem;
  left: 0;
  width: 5px;
  height: 5px;
}
.solution_content_btn button {
  border: solid 2px #403e3e;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: .2s;
  transition: .2s;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
}
.solution_content_btn button:hover {
  background: #f5e148;
}
.solution_content_btn img {
  display: block;
  width: 20px;
  margin: 0 auto;
}
/* footer */
footer {
  background: #403e3e;
}
.footer_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
.footer_content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer_content li {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  margin-right: 24px;
  white-space: nowrap;
}
.footer_content li:hover {
  color: #89c4ff;
}
.footer_content img {
  width: 360px;
  height: auto;
}
@media screen and (max-width: 980px) {
  .wrapper_w {
    /*width: 95%;*/
	  margin: 0 20px;
  }
  .wrapper_a {
    /*width: 95%;*/
	  margin: 0 20px;
  }
  .main_hero h1 {
    font-size: 2.8em;
  }
  .main_content_inner .img img {
    max-width: 200px;
  }
  .main_content_container {
    /*transform: translate(30px, 10px);*/
    /*margin-right: 40px;*/
    background-position: 0,0,0,0;
    background-size: 10px 10px;
	margin: 0 20px;
  }
  .main_content_container p {
    font-size: 1.1em;
  }
  section.task .img {
    right: 15%;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block !important;
  }
  body {
    font-size: 1.4em;
  }
  .main_hero {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .main_content_inner .txt {
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
  .main_content_inner .img {
    display: none;
  }
  .main_hero h3 {
    font-size: 1.0em;
    display: block;
  }
  .main_hero h1 {
    font-size: 1.6em;
  }
  .main_hero h1 span.txt_j {
    margin-bottom: 0;
  }
  .main_content_inner {
	  width: auto;
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .wrapper_w {
    padding: 30px 10px;
  }
   .wrapper_a {
    padding: 30px 10px;
  }
  .wrapper_w h2, section.support .wrapper_w h2 {
    font-size: 1.8em;
    line-height: 1.4;
	  margin-bottom: 15px;
  }
  .wrapper_a h2, section.support .wrapper_a h2 {
    font-size: 1.5em;
    line-height: 1.4;
  }
  figure {
    margin-left: 0;
    margin-right: 0;
  }
  section.support .wrapper_w p {
    font-size: 1em;
  }
  section.fade.task {
    padding: 30px 0;
    margin: 0 auto 0;
  }
  section.task ul li {
    width: 60% !important;
  }
  section.task ul li p {
    padding-top: 0 !important;
    font-size: 1.0em !important;
    margin: 0 !important;
  }
  section.task .img {
    right: 5%;
  }
  section.process div.menu {
    padding: 0 20px;
  }
  section.process dl.menu_box {
    /*width:auto;*/
    display: table;
  }
  section.process dl.menu_box dt {
    width: 100%;
    font-size: 1.4em;
    line-height: 1.2em;
  }
  section.process dl.menu_box dt br {
    display: none;
  }
  section.process dl.menu_box dd {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  section.process .menu_btn {
    width: 100%;
    margin: 10px auto;
  }
  .solution_content_btn button {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  section.process .img, section.process .txt_s {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .inquiry_content a {
    width: 280px;
  }
  .footer_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 160px;
  }
  .footer_content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_content li {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    margin-right: 24px;
  }
  .footer_content li:hover {
    color: #89c4ff;
  }
  .header_content img, .footer_content img {
    width: 240px;
    height: auto;
  }
  .solution_content {
    padding: 20px 30px 30px 30px;
    width: 90%;
  }
  .solution_content h3 {
    font-size: 1.4em;
  }
  .solution_content p {
    margin-bottom: 10px;
    font-size: 1.2em;
  }
  .modal_inner_box h4 {
    font-size: 1.2em;
  }
  .modal_inner_box dl.col2 {
    width: 100%;
  }
  .modal_inner_box .txt {
    width: 100%;
  }
  .modal_inner_box img {
    width: 100%;
  }
  .modal_inner_box p.ex {
    text-align: left !important;
  }
}
section.task ul li {
  display: inline-block;
  text-align: center;
  width: 30%;
  padding-top: 10px;
  border: 1px solid #fff;
}
section.task ul li img {
  width: 90%;
}
section.task ul li p {
  font-size: 0.8em;
  padding-top: 1.0em;
  line-height: 1.4;
  text-align: center;
}
section.task ul li:nth-child(3) {
  display: inline-block;
  padding-right: 0;
}
@media screen and (max-width: 580px) {
  section.task ul {
    padding-left: 10px;
  }
  section.task ul li:nth-child(4) {
    display: inline-block;
    padding-right: 55px;
  }
}
@media screen and (max-width: 390px) {
  .main_hero h3 {
    font-size: 1.1em;
    letter-spacing: 0.1em;
  }
  .main_hero h1 span.txt_ja {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wrapper_w h2, section.support .wrapper_w h2, section.merit h2 {
    font-size: 1.4em;
  }
  .wrapper_a h2, section.support .wrapper_a h2, section.merit h2 {
    font-size: 1.4em;
  }
  section.task .img {
    margin-top: -130px;
  }
  section.task p {
    font-size: 1em;
    margin-left: 0;
    margin-right: 0;
  }
  .footer_content li {
    font-size: 1.2em;
  }
}
.pc_tips{
  position: relative;
}
.pc_tips_text {
    position: absolute;
    margin: 16px 55px 12px 10px;
    top: 0;
    left: 22%;
}
