@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;
}
.ai_green{
  color:#13677B !important;
}
/* 共通 */
.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;
}
/* PC.SP改行 */
.br-sp {
    display: none;
}
.br-pc {
    display: block;
}
@media (max-width: 768px) {
    .br-sp {
        display: block;
    }
.br-pc {
    display: none;
}
}

/* モーダル */
.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: left;
  background-color: #13677B;
  overflow: hidden;
  background-image: url(../img/kv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main_hero {
  position: relative;
  width: 100%;
  max-width: 980px;
  line-height: 1.4;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
.main_hero h3 {
  font-weight: 500;
  font-size: 1.4em;
  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);
  transition-property: clip-path;
  color: #3CB5B0;
}
.main_hero h1 {
  font-weight: 700;
  font-size: 2.2em;
  line-height: 2.0;
  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: #fff;
}
.main_hero.effect-scroll h3, .main_hero.effect-scroll h1, section.impact.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.5em;
  letter-spacing: 0.25em;
  font-family: 'M PLUS Rounded 1c', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  ont-weight: 500;
  padding: 15px 0;
  color: #1ADCFF;
  margin-left: auto;
  margin: 0;
}
.main_content_inner {
  width: 100%;
  /*border: 6px solid #444444;*/
  padding: 0;
  /*position: absolute;*/
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  /*
  background-image:
    linear-gradient(00deg, #444, #444), linear-gradient(00deg, #444, #444), linear-gradient(00deg, #444, #444), linear-gradient(00deg, #444, #444);
    */
  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 figure {
  margin: 0;
  width: 100% !important;
}
.main_content_inner .img {
  display: block;
  margin-top: 15px;
}
.main_content_inner .img img {
  width: 100%;
}
.main_round_box{
display:table;
}
.main_round_box li{
  width: 100px;
  height: 100px;
  padding-top: 25px;
    line-height: 25px;
  background-color: #fff;
  opacity: .8;
  border-radius: 50%;
  color: #13677B;
  font-weight:600;
  display:table-cell;
  vertical-align:middle;
  -webkit-box-align: center; /* safari, Chrome対応 */
-moz-box-align: center;    /* Firefox対応 */
-o-box-align: center;      /* Opera対応 */
-ms-box-align: center;     /* IE対応 */
box-align: center; 
  text-align: center;
  float:left;
  margin-right:20px;
}
@media screen and (max-width: 768px){
  .main_round_box li {
    width: 70px;
    height: 70px;
    padding-top: 15px;
    line-height: 19px;
}}

.main_round_box{
  width:100%;
}
.kv_btn_area{
  margin-top:-92px;
  z-index:20;
}

.kv_btn{
  margin: 0 auto;
  text-align:center;
}
.kv_btn a{
display: inline-block;
    background: #A71156;
    padding: 15px 0;
    width: 450px;
    font-weight: 500;
    font-size: 1.6em;
    color: #ffffff;
    letter-spacing: 0.02em;
    border-radius: 99vh;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #C73B7B 0%, #C73B7B 50%, #A71156 50%, #A71156 100%);
    transition: background-position ease 0.25s;
}
.kv_btn a:hover {
  background-position: 0 0;
}
@media screen and (max-width: 768px){
.kv_btn_area{
  margin-top:-68px;
}
.kv_btn a {
    width: 300px;
    font-size: 1.2em;
}
}
@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 {
/*
  transform: translate(20px, 20px);
*/
}
.wrapper_w {
  text-align: center;
  padding: 50px;
  z-index: 10;
  background-color:#fff;
}
.bk_none {
  background:none !important;
}
.wrapper_w p {
  text-align: left;
}
.effect-scroll .wrapper_w {

  background-image:
    linear-gradient(00deg, #13677B, #13677B), linear-gradient(00deg, #13677B, #13677B), linear-gradient(00deg, #13677B, #13677B), linear-gradient(00deg, #13677B, #13677B);
  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: 2.6rem;
  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: #13677B;
  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_w p, .wrapper_w h3, .wrapper_w h4 {
  font-size: 1.0em;
  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 {
  margin-bottom: 0;
  padding-bottom: 0;
    background-color: #D1D1D1;
  background-image: url(../img/kadai_bk.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}
section.impact {
  margin-top: 0;
  background: #D6E5E8;

  margin-bottom: 0;
}
section.impact h2, section.flow h2 {

}
section.impact p, section.flow p {
  text-align: left;
}
section.impact h4 {
  font-size: 1.2em;
  background: #ffc107;
  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.impact figure {
  margin-bottom: 50px;
}

section.service .wrapper_w h2{
    padding-bottom: 0;
}

section.service .wrapper_w p{
    padding-bottom: 0;
    text-align: center;
}
.service {
  background: repeating-linear-gradient(90deg, /* 角度の指定 */ 
  #D6E5E8, /* 色A ... 開始 */ 
  #D6E5E8 2px, /* 色A ... 終了 */ 
  #fff 2px, /* 色B ... 開始 */ 
  #fff 12px /* 色B ... 終了 */
    );
}

section.service .service_flow_wrapper{
}
section.service .service_flow_wrapper ul{
width: 100%;
    margin: 0 auto;
    padding: 0;
}
section.service .service_flow_wrapper ul li {
    display: inline-block;
    text-align: center;
    width: 24%;
    padding-top: 10px;
    border: 1px solid #fff;
}
section.service .service_flow_wrapper ul li p.phase {
    background:#13677B;
    color:#fff;
}
section.service .service_flow_wrapper ul li p.detail {
    text-align:left;
}
section.service .service_flow_wrapper ul li img {
    width: 90%;
}

ul.service_list{
    display: flex;
    flex-wrap: wrap;
}
ul.service_list li{

    width:calc((100% - 30px)/3); 
    margin-right: 15px;
}
ul.service_list li:nth-of-type(3n){ 
     margin-right: 0; 
}
@media screen and (max-width: 768px){
ul.service_list li{
    width:calc((100% - 10px)/2); 
    margin-right: 10px;
}
ul.service_list li:nth-of-type(3n){ 
     margin-right: 10px; 
}
ul.service_list li:nth-of-type(2n){ 
     margin-right: 0; 
}
ul.service_list dl{
    margin: 5px;
}
}
.service_list dt{
    text-align:left;
    font-size: 0.8em;
    line-height: 1.6;
    color:#13677B;
    padding-left:60px;
    position:relative;
    min-height:50px;
}
.service_list dt::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.service_list dt.mn01::before {
    background-image: url(../img/list_ikusei.png);
}
.service_list dt.mn02::before {
    background-image: url(../img/list_donyu.png);
}
.service_list dt.mn03::before {
    background-image: url(../img/list_shindan.png);
}
.service_list dt.mn04::before {
    background-image: url(../img/list_poc.png);
}
.service_list dt.mn05::before {
    background-image: url(../img/list_shinto.png);
}
.service_list dt.mn06::before {
    background-image: url(../img/list_system.png);
}
.service_list dt.mn07::before {
    background-image: url(../img/list_prompt.png);
}
.service_list dt.mn08::before {
    background-image: url(../img/list_support.png);
}
.service_list dd{
    font-size: 0.6em;
    line-height: 1.6;
    padding-top: 10px;
    margin: 0;
}

section.strength{
    background: #D6E5E8;
    background-image: radial-gradient(#ffffff 2px, transparent 2px), radial-gradient(#ffffff 2px, #D6E5E8 2px);
    background-size: 20px 20px;
    background-position: 0 0, 20px 20px;
}

.wrapper_st{
    width: auto;
    max-width: 980px;
    position: relative;
    text-align:left;
    padding: 20px 30px 20px 140px;
    z-index: 10;
    background-color: #fff;
    background-image: linear-gradient(00deg, #13677B, #13677B), linear-gradient(00deg, #13677B, #13677B), linear-gradient(00deg, #13677B, #13677B), linear-gradient(00deg, #13677B, #13677B);
    background-repeat: no-repeat;
    background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
    background-position: left bottom, left top, right top, right bottom;
    animation: square_anim 1.5s linear forwards;
}
.wrapper_st:before{
    color:#fff;
    background-color:#13677B;
    padding:0 20px;
    position:absolute;
    left:30px;
    top:-15px;
}
.wrapper_st.point1:before{
    content:"Point1"
}
.wrapper_st.point2:before{
    content:"Point2"
}
.wrapper_st.point3:before{
    content:"Point3"
}
.wrapper_st.point2{
    padding: 20px 120px 20px 50px;
}
.wrapper_st img{
    width: 150px;
    position: absolute;
    bottom: 0;
    left: -29px;
}
@media screen and (max-width: 768px){
.wrapper_st{
    padding: 20px 20px 20px 120px;
}
.wrapper_st img{
    width: 130px;
    left: -25px;
    top:30px;
}
.wrapper_st.point2 {
    padding: 20px 100px 20px 20px;
}
.wrapper_st.point2 img{
    width: 120px;2
    right: -32px;
}
}
.wrapper_st.point2 img{
    width: 130px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: -32px;
}
.point1{
    margin-left: 20px;
    margin-right: 90px;
    margin-bottom:40px;
}
.point2{
    margin-left: 90px;
    margin-right: 20px;
    margin-bottom:40px;
}
.point3{
    margin-left: 20px;
    margin-right: 90px;
}
@media screen and (max-width: 768px){
.point1{
    margin-right: 20px;
}
.point2{
    margin-left: 20px;
}
.point3{
    margin-right: 20px;
}
}
.wrapper_st h3{
    color: #136778;
    font-weight:500;
    font-size: 1.2em;
    padding:0;
    margin:0;
    padding-top: 10px;
}
.wrapper_st p{
    padding:0;
    margin:10px 0 0 0;;
    font-size: 0.9em;
    line-height:2.0em;
}

section.flow .img {
  max-width: 640px;
  margin: 0 auto;
}
section.flow .txt_s {
  max-width: 640px;
  margin: 0 auto 20px;
  font-size: 0.8em;
}
section.flow p span {
  border-bottom: 3px solid #ffc107;
  font-weight: 500;
}

.flow {
  background: repeating-linear-gradient(45deg, /* 角度の指定 */ 
  #D6E5E8, /* 色A ... 開始 */ 
  #D6E5E8 2px, /* 色A ... 終了 */ 
  #fff 2px, /* 色B ... 開始 */ 
  #fff 12px /* 色B ... 終了 */
    );
}
section.flow {
  margin: 0;
}
section.flow .img_pic {
  text-align: center;
  display: flex;
  max-width: 570px;
  margin: 0 auto 50px;
}
section.flow .img_pic li {
  margin: 0 20px;
}
section.flow dl.menu_box {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
section.flow dl.menu_box:first-of-type {
  border-bottom: 2px dotted #707070;
  padding-bottom: 4px;
  margin-bottom: 25px;
}
section.flow dl.menu_box dt {
  position: relative;
  float: left;
  clear: left;
  margin: 0;
  width: 20%;
}
section.flow dl.menu_box dt.box_yl span {
  background: linear-gradient(transparent 70%, #FCDE6F 0%);
}
section.flow dl.menu_box dt.box_bl span {
  background: linear-gradient(transparent 70%, #90F7F3 0%);
}
section.flow 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.flow .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.flow .yl {
  /*background: #FCDE6F;*/
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #ffc107 0%, #ffc107 50%, #ffd200 50%, #ffd200 100%);
  display: block;
  padding: 10px;
  border-radius: 20px;
  color: #2D384C;
}
section.flow .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: #D6E5E8;
  margin: 0;
  padding: 70px 0;
}
section.support .wrapper_w h2 {
  margin-bottom: 10px;
  color:#13677B;
}
section.support .wrapper_w h2:after {
    position: absolute;
    display: inline-block;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background: #13677B;
    bottom: -1px;
    /*transform: scale(0, 1);*/
    transform-origin: left top;
    transition: transform 0.5s 0.5s;
}
section.support .effect-scroll .wrapper_w h2:after {
  transform: scale(1, 1);
}
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: #A71156;
  padding: 7px 0;
  width: 300px;
  font-weight: 500;
  font-size: 1.6em;
  color: #ffffff;
  letter-spacing: 0.15em;
  border-radius: 99vh;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #C73B7B 0%, #C73B7B 50%, #A71156 50%, #A71156 100%);
  transition: background-position ease 0.25s;
}
.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;
  }
  .main_hero h1 {
    
  }
  .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;
  }
  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 {
    
  }

  .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: 0px;
    padding-bottom: 20px;
  }
  .wrapper_w {
    padding: 30px 15px;
  }
  .wrapper_w h2, section.support .wrapper_w h2 {
    font-size: 1.8em;
    line-height: 1.4;
	  margin-bottom: 15px;
  }
  figure {
    margin-left: 0;
    margin-right: 0;
  }
  section.support .wrapper_w p {
    font-size: 1em;
    text-align:left;
  }
  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.2em !important;
    margin: 0 !important;
  }
  section.task .img {
    right: 5%;
  }
  section.flow div.menu {
    padding: 0 20px;
  }
  section.flow dl.menu_box {
    /*width:auto;*/
    display: table;
  }
  section.flow dl.menu_box dt {
    width: 100%;
    font-size: 1.4em;
    line-height: 1.2em;
  }
  section.flow dl.menu_box dt br {
    display: none;
  }
  section.flow dl.menu_box dd {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  section.flow .menu_btn {
    width: 100%;
    margin: 10px auto;
  }
  .solution_content_btn button {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  section.flow .img, section.flow .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;
}
section.task ul li img {
  width: 90%;
}
section.task ul li p {
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
}
section.task ul li p.detail {
    font-size: 0.6em;
    margin: 0;
    padding: 1em 2em;
    line-height: 1.6;
    text-align: left;
    font-weight: normal;
}
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;
  }
}

.triangle{
    margin: -50px auto 50px auto;
    text-align: center;
}
.triangle img{
    width:50px;
}

@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: 0;
    padding-right: 20px;
  }
  .wrapper_w h2, section.support .wrapper_w h2, section.impact 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;
  }
}


.prg_box_wrapper{
    background: #D6E5E8;
    padding:20px;
    display: inline-block;
    margin-bottom:10px;
}
.flow_box h3{
    color: #13677B;
    margin-left: -20px;
    padding-left: 10px;
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: left;
    border-left: 10px solid #13677B;
}

.prgtype_wrapper {
    background: #D6E5E8;
    padding: 20px;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
ul.prg_list{
    display: flex;
    flex-wrap: wrap;
    margin:10px;
}
ul.prg_list li {
    width: calc((100% - 80px)/3);
    margin-right: 40px;
    margin-bottom: 20px;
}
ul.prg_list li:nth-of-type(3n) {
    margin-right: 0;
}
ul.prg_list li img{
    width:100%;
}
ul.prg_list li p{
    text-align:center;
    font-weight:600;
    color:#1F677B;
    font-size: 0.8em;
    line-height: 1.2;
    margin-bottom: 0px;
    margin-top:10px;
}
@media screen and (max-width: 768px){
ul.prg_list li {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
    margin-bottom: 20px;
}
ul.prg_list li:nth-of-type(3n) {
    margin-right: 20px;
}
ul.prg_list li:nth-of-type(2n) {
    margin-right: 0;
}
}

.prg_box_wrapper ul{
    width:100%;
    display: flex;
    justify-content: space-between;
}
.prg_box_wrapper li{
    display: inline-flex;
    width:25%;
    margin-right:10px;
}
.prg_box_wrapper li.last{
    width:auto;
    margin-right:0;
}
@media screen and (max-width: 768px){
.prg_box_wrapper ul{
    display: block;
}
.prg_box_wrapper li{
    display: inline-block;
    width:100%;
    margin-right:0;
}
.prg_box_wrapper li.last{
    width:100%;
}

}
.prg_box{
    border:2px solid #13677B;
    background:#fff;
    padding:10px;
}
.prg_box .prg_t{
    color:#13677B;
    font-size: 0.8em;
    font-weight:600;
    text-align:center;
    border-bottom:1px solid #13677B;
    padding-bottom:5px;
    margin-bottom:5px;
}
.prg_box .prg_st{
    text-align:center;
    font-size: 0.8em;
    font-weight:500;
}
.prg_box p{
    text-align:left;
    font-size: 0.6em;
    line-height: 1.6;
    padding-top:10px;
    margin: 0;
}
.prg_section_t{
    background:#13677B;
    padding:5px;
    color:#fff;
    font-weight:500;
    font-size:0.8em;
}
.prg_section_body{
    text-align:left;
}

.prg_section_body p{
    color:#13677B;
    font-size:0.8em;
    font-weight:500;
    margin:0;
    padding:0;
}

.prg_section_body img{
    float:left;
    width:130px;
}

.prg_section_body .txt{
    float:left;
    margin-left:15px;
}
.prg_section_body dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.prg_section_body dt{
    width:30%;
    color:#13677B;
    background:#D6E5E8;
    padding:0 15px;
    text-align:center;
    font-size:0.6em;
    margin-bottom:5px;
}
.prg_section_body dd{
    width:70%;
    text-align:left;
    padding-left:10px;
    font-size:0.6em;
    margin-bottom:5px;
}
.prg_section_body ul{
    width:100%;
    margin-top:15px;
}

.prg_section_body li{
    display: inline-block;
    margin-bottom:15px;
    width:49%;
}

.coach_wrapper{
    background: #D6E5E8;
    padding:20px;
    display: inline-block;
    margin-bottom:10px;
    width: 100%;
}
.coach_wrapper h3{
    color:#13677B;
    font-size: 1.1em;
    margin-bottom:10px;
    font-weight:600;
    text-align:left;
}
.coach_wrapper ul{
    width:100%;
    display: flex;
    flex-wrap: wrap;
}
.coach_wrapper li{
    width: calc((100% - 20px)/3);
    background: #fff;
    text-align: center;
    font-size: 0.8em;
    padding:5px;
    margin-right:10px;
    margin-bottom:5px;
}
.coach_wrapper li:nth-of-type(3n) {
    margin-right: 0;
}
.coach_wrapper li.etc{
    background: none;
    text-align: left;
    font-size: 1.1em;
    margin: 0;
}
@media screen and (max-width: 768px){
.coach_wrapper li{
    width: calc((100% - 10px)/2);

}
.coach_wrapper li:nth-of-type(3n) {
    margin-right: 10px;
}
.coach_wrapper li:nth-of-type(2n) {
    margin-right: 0px;
}
.coach_wrapper li.etc{
    background: none;
    text-align: left;
    font-size: 1.1em;
    margin: 0;
}
}
.coach_wrapper p{
    text-align:right !important;
    font-size: 1.1em;
    margin: 0 10px 0 0;
}

.trainingcenter{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.trainingcenter dt{
    width:30%;
}
.trainingcenter dt img{
    width:100%;
}
.trainingcenter dd{
    width:70%;
    text-align:left;
    font-weight:300;
    float:left;
    padding-left:20px;
}

@media screen and (max-width: 768px){
.trainingcenter{
    margin: 0;
}
.trainingcenter dt {
    width: 100%;
}
.trainingcenter dd {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top:20px;
}
}

.workshop_pickup{
    background: #1F677B;
    padding: 20px;
    display: inline-block;
    margin-bottom: 10px;
}
.workshop_pickup h3{
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}
.workshop_pickup ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.workshop_pickup li{
    background: #fff;
    width:30%;
    display: inline-flex;
}
@media screen and (max-width: 768px){
.workshop_pickup{
    padding: 20px 0;
}
.workshop_pickup ul{
    display: block;
}
.workshop_pickup li{
    width:80%;
    display: inline-block;
}
}
.workshop_pickup dt{
    text-align:center;
    background: linear-gradient(transparent 70%, #FFFF79 0%);
}
.workshop_pickup dd{
    font-size: 0.6em;
    line-height: 1.6;
    padding-top: 10px;
    margin: 0;
}



.phase_outer_box li{
display: inline-block;
  vertical-align: top;
width: 22%;
margin-right:10px;
    padding-top: 10px;
}
.phase_outer_box li:last-child{
margin-right:0;
}
.phase_outer_box li img{
    width:100%;
}


.phase_box1{
    margin-top:90px;
}
.phase_box2{
    margin-top:60px;
}
.phase_box3{
    margin-top:30px;
}
.phase_box4{
    margin-top:0px;
}

@media screen and (max-width: 768px){
.phase_outer_box li{
    width:40%;
}
.phase_box1 {
    margin-top: 30px;
}
.phase_box2 {
    margin-top: 0;
}
section.impact h2{
    text-align:left;
}
}

.phase_mn_box{
    border:1px solid #13677B;
    padding:5px;
}
.phase_mn_arrow{
  display: inline-block;
  vertical-align: middle;
  color: #13677B;
  line-height: 1;
  width: 0.7em;
  height: 0.7em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  }

.phase_mn_box li:before{
    content:  ""; /* 空の要素作成 */
    width:8px;
    height:8px;
    display:inline-block;
    background-color:#13677B;
    border-radius:50%;
    margin-left: -16px;
    margin-right: 8px;
}
.phase_mn_box li{
    font-size: 0.6em !important;    
    line-height: 1.0;
    margin:0 !important;
    border none;
    display: block;
    width: 100%;
    padding: 5px 3px 5px 20px;
}
.phase_title{
    margin:5px 0 10px 0 !important;
    padding:10px 0;
    color:#ffffff;
    font-size: 0.8em !important;    
    text-align:center !important;
    font-weight:500;
    border-radius: 99vh;
}
.id_1{
    background-color: #32A790;
}
.id_2{
    background-color: #13677B;
}
.id_3{
    background-color: #233D76;
}
.id_4{
    background-color: #022253;
}
.phase_detail{
    margin-bottom:0 !important;
    margin:0;
    font-size: 0.6em !important;    
}

section.link{
    background-color:#13677B;
    padding:50px 20px;
    margin:0;
}
.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 500px;
    margin: 0 auto;
	height: 60px;
	color: #13677B;
	background-color:#fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}

.btn a:hover {
	color: #13677B;
}

.btn03 a:hover {
	background-color: #D6E5E8;
}

.btn03 a::before {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: 20px;
	transform: rotate(30deg);
	width: 15px;
	height: 1px;
	background-color: #13677B;
}

.btn03 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #13677B;
}
@media screen and (max-width: 768px){
.btn a {
	width: 90%;
	font-size: 16px;
}
.btn03 a::before {
	right: 10px;
	width: 10px;
}

.btn03 a::after {
	right: 10px;
	width: 30px;
}
}

