@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Sans:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;*/
  font-size: 62.5%;
  /*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
  font-family: 'Noto Sans', 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
  /*word-break:break-all;*/
  color: #333;
  line-height: 1.75;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  display: block;
  width: 100%;
}

a img {
  border: none;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  opacity: 0.75;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

input,
select {
  appearance: none;
}

* {
  box-sizing: border-box;
}

.inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
}

.hs{
  font-size: 1.6rem;
  color:red;
  display: inline-block;
  _display: inline;}

header {
  width: 100%;
  height: 54px;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.1);
}
header .inner {
  display: flex;
  height: 100%;
  align-items: center;
}
header .inner .logo {
  display: block;
  width: 96px;
}
header .inner .logo img {
  display: block;
  width: 100%;
}
header .inner .sign_up {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  color: #ffe51d;
  font-weight: bold;
  border-radius: 45px;
  background: url(../images/sign_up_bg.png) no-repeat right center;
  background-size: cover;
  text-decoration: none;
  padding: 0 22px;
  margin-left: auto;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

footer {
  height: 47px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
}
footer .copyright {
  color: #FFF;
  font-size: 1.4rem;
}

.main {
  background: url(../images/main_img.jpg) no-repeat center top;
  background-size: 100%;
  position: relative;
  /*&:after{
  	content: "";
  	position: absolute;
  	display:block;
  	width:100%;
  	height:100%;
  	background:url(../images/main_band.png) no-repeat center bottom;
  	background-size:100%;
  	bottom:0;
  	left:0;
  	opacity:0.2;
  }*/
}
.main .main_img {
  display: block;
  width: 100%;
  opacity: 0;
}
.main.thanks_main {
  background: none;
}
.main.thanks_main .main_img {
  opacity: 1;
}

.section01 {
  padding: 0 0 27px;
}
.section01.hasbg {
  background: #fafafa;
}
.section01 .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section01 .sign_up_follow {
  text-align: center;
}
.section01 .sign_up_follow .text_wrap {
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
}
.section01 .sign_up_follow .text_wrap:before, .section01 .sign_up_follow .text_wrap:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 1px;
  height: 40px;
  background: #333;
}
.section01 .sign_up_follow .text_wrap:before {
  left: -20px;
  transform: rotate(-45deg);
}
.section01 .sign_up_follow .text_wrap:after {
  right: -20px;
  transform: rotate(45deg);
}
.section01 .sign_up_follow .limit_time {
  font-size: 4.0rem;
}

.section01.hasbg {
  padding-top: 22px;
}

section .sign_up {
  font-size: 3.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 385px;
  height: 77px;
  color: #ffe51d;
  font-weight: bold;
  border-radius: 45px;
  background: url(../images/sign_up_bg.png) no-repeat right center;
  background-size: cover;
  text-decoration: none;
  padding: 0 32px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.5);
}


section .sign_up.type_line {
  background: url(../images/line_bg.png) no-repeat right center;
  background-size: cover;
}

section .sign_up.type_line img{
  width:233px;
}
section .sign_up.addmaile img{
  width:284px;
}
section .sign_up.addmaile .in_text{
  font-size: 2.8rem;
  padding-left:46px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: #ffe51d;
  position:relative;
}
/*
section .sign_up.addmaile .in_text:after{

  content: "";
  position: absolute;
  display:block;
  width:36px;
  height:28px;
  top:50%;
  left:0;
  background:url(../images/icon_mail.png) no-repeat left top;
  background-size:36px 28px;
  transform:translateY(-50%);	

}
*/
section .contact_select{
  display:flex;
}

section .contact_select .sign_up{
margin-right:40px;
}

section .contact_select .sign_up:last-of-type{
margin-right:0;
}

section .sign_up.s_size {
  font-size: 3.0rem;
}
section .sign_up .span {
  color: #ffe51d;
  font-size: 3.9rem;
  transform: translateY(-3px);
}

.section02 {
  background: url(../images/section02_bg.png) no-repeat center bottom;
  background-size: cover;
  position: relative;
  min-height: 338px;
}
.section02 .section02_contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section02 .section02_bg {
  display: block;
  width: 100%;
  opacity: 0;
}
.section02 .section_read {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section02 .section_read:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 29px;
  height: 1px;
  background: #e3e1de;
  left: 0;
  right: 0;
  margin: auto;
}
.section02 .section_read span {
  font-size: 2.9rem;
  position: relative;
  font-weight: bold;
}
.section02 .section_read span:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  width: 29px;
  height: 1px;
  background: #333;
  transform: rotate(-45deg);
  left: 0;
  right: -9px;
  margin: auto;
}
.section02 .section_read span:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333;
  left: 0;
}
.section02 .section_catch {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 10px;
}
.section02 .section_catch .section_catch_text {
  font-size: 2.9rem;
  position: relative;
  font-weight: bold;
  text-shadow: 1px 0px 7px rgba(249, 226, 116, 0.5);
}
.section02 .section_catch .section_catch_text em {
  position: relative;
}
.section02 .section_catch .section_catch_text em span {
  font-size: 2.9rem;
  position: relative;
  font-weight: bold;
  font-style: normal;
  z-index: 1;
  color: #e4171d;
}
.section02 .section_catch .section_catch_text em:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  display: block;
  bottom: 0;
  left: 0;
  background: #ffe51d;
  z-index: 0;
}
.section02 .imagin_check {
  width: 100%;
  max-width: 450px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.section02 .imagin_check li {
  width: calc((100% - 20px)/3);
  margin: 0 10px 0 0;
  font-size: 2.6rem;
  background: url(../images/imagin_check.png) no-repeat left center;
  background-size: 33px;
  padding-left: 45px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: bold;
}
.section02 .imagin_check li:nth-of-type(3n) {
  margin-right: 0;
}
.section02 .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 20px 0;
}
.section02 .section02_img {
  display: block;
  width: 100%;
}

.section02_img_wrap {
  width: 100%;
  margin-top: -100px;
}

.section03 {
  margin-top: 75px;
}
.section03 .section_catch {
  font-size: 2.8rem;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #333;
  line-height: 1.2;
}
.section03 .section_catch span {
  font-size: 3.6rem;
  line-height: 1.2;
}
.section03 .section_caption {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 12px;
}
.section03 .q_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}
.section03 .q_wrap .q_list {
  width: calc((100% - 60px)/2);
}
.section03 .q_wrap .q_list:first-of-type {
  margin-right: 60px;
}
.section03 .q_wrap .q_list:last-of-type {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 60px;
}
.section03 .q_wrap .q_list .img_graph {
  margin: 20px auto 0;
  width: calc(100% - 40px);
}
.section03 .q_wrap .q_list .graph_ballon1 {
  width: 371px;
  margin: 20px auto 0;
}
.section03 .q_wrap .q_list .graph_ballon2 {
  width: 289px;
  margin: 5px auto 0;
}
.section03 .q_title {
  position: relative;
}
.section03 .q_title img {
  width: 100%;
  display: block;
}
.section03 .q_title span {
  font-size: 2.6rem;
  color: #FFF;
  position: absolute;
  top: 5px;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 80px;
  align-items: center;
}
.section03 .one_day_flow {
  display: flex;
  width: 100%;
  margin-top: 30px;
}
.section03 .one_day_flow .day_flow {
  width: calc((100% - 55px)/2);
  margin-right: 55px;
  display: flex;
}
.section03 .one_day_flow .day_flow:last-of-type {
  margin-right: 0;
}
.section03 .one_day_flow .day_flow .hum_name {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.section03 .one_day_flow .day_flow .hum_name span {
  font-size: 3.1rem;
  font-weight: bold;
}
.section03 .one_day_flow .day_flow .hum_spec {
  font-size: 1.6rem;
  text-align: center;
}
.section03 .one_day_flow .day_flow .hum img {
  max-width: 135px;
  margin: auto;
}
.section03 .one_day_flow .info_hum {
  width: calc(100% - 240px);
}
.section03 .one_day_flow .flow {
  width: 240px;
  padding: 0;
}

.section01 + .section03 {
  margin-top: 0;
}

.section03.hasbg {
  background: #fafafa;
}
.section03 .section03_list_type01 {
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-top: 42px;
}
.section03 .section03_list_type01 .list {
  width: 100%;
  background: #FFF;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.08);
  padding: 0 0 30px;
  position: relative;
}
.section03 .section03_list_type01 .list:last-of-type {
  padding-bottom: 0;
}
.section03 .section03_list_type01 .list .list_title {
  display: flex;
  box-shadow: 38px 0px 23px -7px rgba(232, 232, 232, 0.9) inset;
}
.section03 .section03_list_type01 .list .list_title .number {
  width: 60px;
  margin-right: 11px;
}
.section03 .section03_list_type01 .list .list_title .number .num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.0rem;
  width: 60px;
  height: 60px;
  color: #FFF;
  background: #207ff1;
}
.section03 .section03_list_type01 .list .list_title .title {
  font-size: 2.8rem;
  color: #207ff1;
  display: flex;
  align-items: center;
}
.section03 .section03_list_type01 .list .list_title .en {
  font-size: 3.2rem;
  color: #207ff1;
}
.section03 .section03_list_type01 .list .list_title .ja {
  font-size: 2.2rem;
  color: #207ff1;
}
.section03 .section03_list_type01 .list .list_content {
  padding: 10px 15px;
}
.section03 .section03_list_type01 .list .list_content .text {
  font-size: 1.6rem;
}
.section03 .section03_list_type01 .list .list_content .text .attention {
  font-size: 1.6rem;
}
.section03 .section03_list_type01 .list .list_content .text .att {
  background: #e4171d;
  color: #FFF;
  padding: 4px;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: bold;
}
.section03 .section03_list_type01 .list .list_content .text .att + .att {
  margin-left: 4px;
}
.section03 .section03_list_type01 .list .list_content .text .rec {
  font-size: 2.2rem;
  font-weight: bold;
  color: #207ff1;
}
.section03 .section03_list_type01 .list .list_content .text.t_flex {
  text-align: center;
  transform: translateY(20px);
}
.section03 .section03_list_type01 .list .list_content.has_img {
  padding-right: 315px;
}
.section03 .section03_list_type01 .list .list_content.has_img .img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 295px;
}
.section03 .section03_list_type01 .list .list_content_m {
  padding: 15px;
  background: #fafafa;
  border: 3px solid #f1f1f1;
  width: 70%;
  margin: 30px auto 0;
}
.section03 .section03_list_type01 .list .list_content_m .title {
  text-align: center;
}
.section03 .section03_list_type01 .list .list_content_m .title span {
  color: #e4171d;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #e4171d;
}
.section03 .section03_list_type01 .list .list_content_m .text {
  font-size: 1.4rem;
  text-align: center;
}
.section03 .section03_list_type01 .list .list_content_m .text .attention {
  font-size: 1.6rem;
}
.section03 .section03_list_type01 .list .out_type {
  display: none;
}
.section03 .section03_list_type01 .list .list_content_f {
  padding: 15px;
}
.section03 .section03_list_type01 .list .flow_list {
  display: flex;
}
.section03 .section03_list_type01 .list .flow_list .list_item {
  width: calc((100% - 0px)/3);
  display: flex;
}
.section03 .section03_list_type01 .list .flow_list .list_item .text_wrap {
  width: calc(100% - 89px);
}
.section03 .section03_list_type01 .list .flow_list .list_item .text_wrap .text {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
.section03 .section03_list_type01 .list .flow_list .list_item .text_wrap .text span {
  font-size: 1.1rem;
}
.section03 .section03_list_type01 .list .flow_list .list_item .text_wrap .text span.msize {
  font-size: 2.0rem;
  color: #207ff1;
}
.section03 .section03_list_type01 .list .flow_list .list_item .text_wrap .text.lsize {
  font-size: 1.6rem;
}
.section03 .section03_list_type01 .list .flow_list .list_item .text_wrap .text.lsize span {
  font-size: 3.0rem;
}
.section03 .section03_list_type01 .list .flow_list .list_item .img {
  width: 89px;
}
.section03 .section03_list_type01 .list .flow_list .list_item.list02 {
  background: url(../images/section03_f_bg.png) no-repeat right top;
  background-size: auto 100%;
}
.section03 .section03_list_type01 .list .flow_list .list_item.list02 .text_wrap {
  width: 100%;
}
.section03 .section03_list_type01 .list .flow_list .list_item.list03 .text_wrap .text.lsize {
  font-size: 1.6rem;
}
.section03 .section03_list_type01 .list .flow_list .list_item.list03 .text_wrap .text.lsize span {
  color: #e4171d;
}
.section03 .section03_list_type01 .list:last-of-type {
  background: none;
  box-shadow: none;
  margin-top: -3px !important;
}
.section03 .section03_list_type01 .list:last-of-type img {
  width: 100%;
  display: block;
}
.section03 .section03_list_type01 .list + .list {
  margin-top: 22px;
}

.section_title {
  background: #1e5799;
  background: -moz-linear-gradient(left, #1e5799 0%, #2b92fc 0%, #0243d0 50%, #001585 100%);
  background: -webkit-linear-gradient(left, #1e5799 0%, #2b92fc 0%, #0243d0 50%, #001585 100%);
  background: linear-gradient(to right, #1e5799 0%, #2b92fc 0%, #0243d0 50%, #001585 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#001585',GradientType=1 );
  height: 98px;
  display: flex;
  align-items: center;
}
.section_title .section03_title01 {
  max-width: 489px;
  margin: auto;
}
.section_title .section04_title01 {
  max-width: 327px;
  margin: auto;
}
.section_title .section05_title01 {
  max-width: 608px;
  margin: auto;
}
.section_title .section06_title01 {
  max-width: 775px;
  margin: auto;
}
.section_title .section07_title01 {
  max-width: 278px;
  margin: auto;
}
.section_title .thanks_title01 {
  max-width: 173px;
  margin: auto;
}

.section04 {
  background: url(../images/section04_bg01.png) no-repeat center top;
  background-size: cover;
  padding: 0 0 60px;
}
.section04 .inner {
  max-width: 990px;
}
.section04 .section04_list_type01 {
  display: flex;
  margin-top: 40px;
}
.section04 .section04_list_type01 .list {
  width: calc((100% - 60px)/3);
  margin-right: 30px;
}
.section04 .section04_list_type01 .list:last-of-type {
  margin-right: 0;
}
.section04 .section04_list_type01 .list .point_num {
  width: 115px;
  margin: auto;
}
.section04 .section04_list_type01 .list .point_num img {
  width: 100%;
  display: block;
}
.section04 .section04_list_type01 .list .point_title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #207ff1;
  position: relative;
  line-height: 1.25;
}
.section04 .section04_list_type01 .list .point_title:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -9px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #207ff1 transparent transparent transparent;
}
.section04 .section04_list_type01 .list .point_text {
  font-size: 1.6rem;
  margin-top: 18px;
}

.section05 {
  padding: 0;
}
.section05 .block_01 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edf1f4+20,e7ecee+30 */
  background: #edf1f4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #edf1f4 20%, #e7ecee 30%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #edf1f4 20%, #e7ecee 30%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #edf1f4 20%, #e7ecee 30%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf1f4', endColorstr='#e7ecee',GradientType=1 );
  /* IE6-9 */
  padding-top: 15px;
}
.section05 .block_02 {
  background: #1e5799;
  background: -moz-linear-gradient(left, #1e5799 0%, #e7ecee 0%, #f3f5f7 48%);
  background: -webkit-linear-gradient(left, #1e5799 0%, #e7ecee 0%, #f3f5f7 48%);
  background: linear-gradient(to right, #1e5799 0%, #e7ecee 0%, #f3f5f7 48%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#f3f5f7',GradientType=1 );
}
.section05 .block_03 {
  background: #f5f6f8;
}
.section05 .section05_list_type01 {
  width: 100%;
  max-width: 710px;
  margin: auto;
}
.section05 .section05_list_type01 .list {
  display: flex;
}
.section05 .section05_list_type01 .list .img {
  width: 150px;
  display: flex;
  align-items: flex-end;
}
.section05 .section05_list_type01 .list .voice_area {
  width: calc(100% - 150px);
  padding-bottom: 20px;
}
.section05 .section05_list_type01 .list .voice_area .ballon {
  width: 80%;
  background: #FFF;
  border: 2px solid #98d3e2;
  padding: 16px 8px;
  border-radius: 24px;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  margin: auto;
}
.section05 .section05_list_type01 .list .voice_area .ballon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -20px;
  width: 30px;
  height: 20px;
}
.section05 .section05_list_type01 .list .voice_area .ballon.ballon01:after {
  left: 50px;
  background: url(../images/ballon_01.png) no-repeat left top;
  background-size: cover;
}
.section05 .section05_list_type01 .list .voice_area .ballon.ballon02:after {
  right: 50px;
  background: url(../images/ballon_02.png) no-repeat left top;
  background-size: cover;
}
.section05 .section05_list_type01 .list .voice_area .ballon .ballon_text {
  color: #207ff1;
  font-size: 1.7rem;
  text-align: center;
  font-weight: bold;
}
.section05 .section05_list_type01 .list .voice_area .ballon .spec {
  font-size: 1.4rem;
  text-align: center;
}
.section05 .section05_list_type01 .list .voice_area .text {
  font-size: 1.4rem;
  margin-top: 24px;
}
.section05 .section05_list_type01 .list .voice_area .text .attention {
  font-size: 1.4rem;
}

.section06 {
  padding: 0;
}
.section06 .section06_list_type01 {
  display: flex;
  position: relative;
  margin-top: 48px;
}
.section06 .section06_list_type01:after {
  content: "";
  position: absolute;
  display: block;
  width: 440px;
  height: 77px;
  bottom: -55px;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../images/img_section06_07.png) no-repeat left top;
  background-size: 100% 77px;
}
.section06 .section06_list_type01 .list {
  width: calc((100% - 0px)/4);
  padding-right: 25px;
  padding-bottom: 48px;
  background: #FFF;
  position: relative;
  z-index: 1;
}
.section06 .section06_list_type01 .list .img {
  width: 100%;
  position: relative;
  margin-bottom: 18px;
}
.section06 .section06_list_type01 .list .img img {
  width: 100%;
  display: block;
}
.section06 .section06_list_type01 .list .img:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: -21px;
  width: 25px;
  height: 100%;
  background: url(../images/img_section06_06.png) no-repeat left top;
  background-size: 25px 100%;
}
.section06 .section06_list_type01 .list:last-of-type .img:after {
  display: none;
}
.section06 .section06_list_type01 .list .list_title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
}
.section06 .section06_list_type01 .list .list_title .num_wrap {
  width: 38px;
}
.section06 .section06_list_type01 .list .list_title .num_wrap .num {
  width: 38px;
  height: 38px;
  display: flex;
  border: 1px solid #207ff1;
  color: #207ff1;
  font-size: 2.8rem;
  align-items: center;
  justify-content: center;
}
.section06 .section06_list_type01 .list .list_title .title {
  width: calc(100% - 38px);
  padding-left: 12px;
  font-size: 2.2rem;
  color: #207ff1;
  font-weight: bold;
  line-height: 1.2;
}
.section06 .section06_list_type01 .list .text {
  font-size: 1.6rem;
  margin-top: 12px;
}
.section06 .img_area {
  width: 100%;
  background: #1e5799;
  background: -moz-linear-gradient(left, #1e5799 0%, #f8f7f5 0%, #fdfbfa 100%);
  background: -webkit-linear-gradient(left, #1e5799 0%, #f8f7f5 0%, #fdfbfa 100%);
  background: linear-gradient(to right, #1e5799 0%, #f8f7f5 0%, #fdfbfa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#fdfbfa',GradientType=1 );
}
.section06 .img_area img {
  width: 100%;
  max-width: 572px;
  display: block;
  margin: auto;
}

.section07 {
  padding-bottom: 60px;
}

.form_box {
  margin: 40px auto 0;
  max-width: 611px;
}
.form_box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.form_box .form_list dt {
  font-size: 2.2rem;
  font-weight: bold;
}
.form_box .form_list dt span {
  font-size: 1.8rem;
}
.form_box .form_list dd + dd {
  margin-top: 9px;
}
.form_box .form_list.name_type {
  display: flex;
  flex-wrap: wrap;
}
.form_box .form_list.name_type dt {
  width: 100%;
  margin-bottom: 9px;
}
.form_box .form_list.name_type dd {
  width: calc((100% - 13px)/2);
  margin-right: 13px;
}
.form_box .form_list.name_type dd:last-of-type {
  margin-right: 0;
  margin-top: 0;
}
.form_box .form_list.birtthday {
  display: flex;
  flex-wrap: wrap;
}
.form_box .form_list.birtthday dt {
  width: 100%;
  margin-bottom: 9px;
}
.form_box .form_list.birtthday dd {
  width: calc((100% - 26px)/3);
  margin: 0;
  margin-right: 13px;
}
.form_box .form_list.birtthday dd:last-of-type {
  margin-right: 0;
}
.form_box .form_list + .form_list {
  margin-top: 26px;
}
.form_box input[type="tel"],
.form_box input[type="email"],
.form_box input[type="text"],
.form_box select {
  width: 100%;
  height: 55px;
  background: #f1f1f1;
  border: none;
  border-radius: 4px;
  font-size: 2.2rem;
  padding: 0 13px;
  position: relative;
  font-weight: bold;
}
.form_box .day,
.form_box .month,
.form_box .year {
  position: relative;
}
.form_box .day:after,
.form_box .month:after,
.form_box .year:after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 0;
  width: 55px;
  height: 55px;
  font-size: 2.2rem;
  opacity: 0.5;
}
.form_box .selector_wrap {
  position: relative;
}
.form_box .selector_wrap:after {
  content: "";
  position: absolute;
  display: flex;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
  transform: translateY(-40%);
}
.form_box .year:after {
  content: "年";
}
.form_box .month:after {
  content: "月";
}
.form_box .day:after {
  content: "日";
}
.form_box .next_btn_area {
  display: flex;
  justify-content: center;
  padding: 40px 0 55px;
}
.form_box .next_btn_area .sign_up {
  font-size: 2.6rem;
  color: #FFF;
  width: 230px;
  height: 65px;
  cursor: pointer;
}
.form_box .submit_btn {
  margin-top: 25px;
}
.form_box .submit_btn input[type="submit"].sign_up {
  font-size: 2.6rem;
  color: #FFF;
  width: 230px;
  height: 65px;
  cursor: pointer;
  border: none;
  margin: auto;
}
.form_box .submit_btn.off {
  opacity: 0.5;
}
.form_box .submit_btn.off input[type="submit"].sign_up {
  opacity: 0.5;
  cursor: default;
}
.form_box .submit_btn.off:hover input[type="submit"].sign_up {
  opacity: 0.5;
}

.attention {
  color: #e4171d;
  font-weight: bold;
  position: relative;
  background: linear-gradient(transparent 70%, #efd50f 0%);
  display: inline;
  padding: 0 0 0px;
}

.section03 .section03_list_type01 .list .list_content .text.t_flex .sp,
.section03 .section_catch .sp,
.section02 .section_catch .section_catch_text .sp,
.section02 .section_read span .sp {
  display: none;
}

.form_box .selector_wrap.job4,
.form_box .selector_wrap.job5,
.hidde_box {
  display: none;
}

.thanks {
  margin: 60px 0 50px;
}
.thanks .thanks_text {
  font-size: 1.6rem;
}
.thanks .thanks_text span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e4171d;
}
.thanks a {
  font-size: 1.6rem;
  margin-top: 12px;
  display: block;
}

.thanks .thanks_text .sp {
  display: none;
}

section .sign_up {
  -webkit-transition: all .3s;
  transition: all .3s;
}
section .sign_up:hover {
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  header .inner .logo {
    width: 77px;
  }

  header .inner .sign_up {
    width: 145px;
    height: 33px;
    font-size: 1.3rem;
    padding: 0;
  }

  .main .main_img {
    background: none;
    opacity: 1;
  }

  .section01 {
    padding: 15px 0 20px;
  }

  .section01 .sign_up_follow .text_wrap {
    font-size: 2.0rem;
  }

  .section01 .sign_up_follow .limit_time {
    font-size: 3.2rem;
  }

  .section01 .sign_up_follow .text_wrap:before,
  .section01 .sign_up_follow .text_wrap:after {
    height: 30px;
  }

  section .sign_up {
    font-size: 2.4rem;
    min-width: 275px;
    height: 55px;
  }
  section .contact_select .sign_up {
    margin-right: 10px;
  }
  section .sign_up.addmaile,
  section .sign_up.type_line {
    min-width: 165px;
    height: 75px;
  }

  section .sign_up.addmaile {
    background: url(../images/sign_up_bg_sp.png) no-repeat right center;
    background-size: cover;
    padding: 0;
  }


  section .sign_up.type_line {
    background: url(../images/sign_up_bg_line_sp.png) no-repeat right center;
    background-size: cover;
  }


  section .sign_up.type_line img{
    width:90px;
  }
  section .sign_up.addmaile img{
    width:102px;
  }

  .section02 {
    background: url(../images/section02_bg_sp.png) no-repeat center top;
    background-size: cover;
    position: relative;
    height: auto;
    min-height: auto;
  }

  .section02 .inner {
    padding: 20px 20px;
  }

  .section02 .section_read {
    position: relative;
    width: 100%;
  }

  .section02 .section_read span {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .section02 .section_read:after {
    width: 22px;
  }

  .section02 .section_read span:before {
    bottom: -5px;
    width: 15px;
    right: -13px;
  }

  .section02 .section_read span {
    font-size: 2.4rem;
  }
  .section02 .section_read span .sp {
    display: block;
  }

  .section02 .imagin_check {
    max-width: 210px;
    margin-top: 23px;
  }

  .section02 .imagin_check li {
    width: calc((100% - 20px)/2);
    margin: 0 10px 0 0;
    font-size: 2.2rem;
    background: url(../images/imagin_check.png) no-repeat left center;
    background-size: 25px;
    padding-left: 35px;
  }

  .section02 .imagin_check li:nth-of-type(3n) {
    margin-right: 10px;
  }

  .section02 .imagin_check li:nth-of-type(2n) {
    margin-right: 0;
  }

  .section02 .section_catch .section_catch_text em span,
  .section02 .section_catch .section_catch_text {
    font-size: 2.4rem;
  }
  .section02 .section_catch .section_catch_text em span .sp,
  .section02 .section_catch .section_catch_text .sp {
    display: block;
  }

  .section02_img_wrap {
    margin-top: -60px;
  }

  .section03 {
    margin-top: 18px;
  }

  .section03 .section_catch {
    font-size: 2.4rem;
    display: block;
    width: 100%;
    border-bottom: 1px solid #333;
    transform: translateX(10px);
  }
  .section03 .section_catch .sp {
    display: block;
  }

  .section03 .section_catch span {
    font-size: 3.0rem;
  }

  .section03 .section_caption {
    font-size: 1.4rem;
    text-align: right;
    margin-top: 8px;
  }

  .section03 .q_wrap {
    display: block;
    margin-top: 20px;
  }

  .section03 .q_wrap .q_list {
    width: 100%;
  }

  .section03 .q_wrap .q_list:first-of-type {
    margin-right: 0;
  }

  .section03 .q_wrap .q_list:last-of-type {
    padding-bottom: 30px;
  }

  .section03 .q_title {
    width: calc(100% + 20px);
    transform: translateX(-10px);
  }

  .section03 .q_title span {
    font-size: 2.2rem;
    padding-left: 60px;
  }

  .section03 .q_wrap .q_list .graph_ballon1 {
    width: 100%;
    max-width: 371px;
    margin: 20px auto 0;
  }

  .section03 .q_wrap .q_list .graph_ballon2 {
    width: 100%;
    max-width: 289px;
    margin: 20px auto 0;
  }

  .section03 .q_wrap .q_list + .q_list {
    margin-top: 27px;
  }

  .section03 .one_day_flow {
    display: block;
    margin-top: 20px;
  }

  .section03 .one_day_flow .day_flow {
    width: 100%;
    margin-right: 0;
  }

  .section03 .one_day_flow .day_flow:last-of-type {
    margin-top: 25px;
  }

  .section03 .one_day_flow .flow {
    width: 200px;
  }

  .section03 .one_day_flow .info_hum {
    width: calc(100% - 200px);
  }

  .section03 .one_day_flow .day_flow .hum_name {
    font-size: 2.0rem;
  }

  .section03 .one_day_flow .day_flow .hum_name span {
    font-size: 2.6rem;
  }

  .section03 .one_day_flow .day_flow .hum_spec {
    font-size: 1.3rem;
  }

  .section_title {
    padding: 12px 6px 6px;
    height: auto;
  }

  .section_title .section03_title01 {
    max-width: 216px;
  }

  .section_title .section04_title01 {
    max-width: 240px;
  }

  .section_title .section05_title01 {
    max-width: 270px;
  }

  .section_title .section06_title01 {
    max-width: 331px;
  }

  .section_title .section07_title01 {
    max-width: 215px;
  }

  .section_title .thanks_title01 {
    max-width: 150px;
  }

  .section03 .section03_list_type01 .list:nth-of-type(2) {
    padding-bottom: 15px;
  }

  .section03 .section03_list_type01 .list .flow_list .list_item:last-of-type .img {
    display: flex;
    align-items: flex-end;
  }

  .section03 .section03_list_type01 .list .list_content.has_img {
    padding-right: 10px;
  }

  .section03 .section03_list_type01 .list .list_content.has_img .img {
    position: static;
    display: none;
  }

  .section03 .section03_list_type01 .list .list_content_m {
    padding: 15px;
    width: calc(100% - 40px);
    margin: 0px auto 0;
  }
  .section03 .section03_list_type01 .list .list_content_m .attention {
    display: block;
    background: none;
  }

  .section03 .section03_list_type01 .list .list_content_m + .img {
    width: calc(100% - 20px);
    margin: 10px auto 0;
  }

  .section03 .section03_list_type01 .list .list_content_f {
    padding: 0;
  }

  .section03 .section03_list_type01 .list .flow_list {
    display: block;
  }

  .section03 .section03_list_type01 .list .flow_list .list_item {
    width: 100%;
    display: flex;
  }

  .section03 .section03_list_type01 .list .flow_list .list_item:last-of-type {
    margin-top: 15px;
  }

  .section03 .section03_list_type01 .list .list_title .title {
    line-height: 1.2;
    font-size: 2.4rem;
  }

  .section03 .section03_list_type01 .list .flow_list .list_item.list02 {
    background: url(../images/section03_f_bg_sp.png) no-repeat left bottom;
    background-size: cover;
    padding-bottom: 40px;
  }

  .section03 .section03_list_type01 .list .list_content .text.t_flex .sp {
    display: block;
  }

  .section04 .section04_list_type01 {
    display: block;
    width: calc(100% - 20px);
    margin: 25px auto 0;
  }

  .section04 .section04_list_type01 .list {
    width: 100%;
    margin-right: 0;
  }

  .section04 .section04_list_type01 .list + .list {
    margin-top: 25px;
  }

  section {
    overflow: hidden;
  }

  .section05 .section05_list_type01 .list {
    display: block;
  }

  .section05 .section05_list_type01 .list .voice_area {
    width: 100%;
  }

  .section05 .section05_list_type01 .list .img {
    display: none;
  }

  .section05 .block_03,
  .section05 .block_02,
  .section05 .block_01,
  .section05 .section05_list_type01 .list .voice_area.voice03,
  .section05 .section05_list_type01 .list .voice_area.voice02,
  .section05 .section05_list_type01 .list .voice_area.voice01 {
    background: #e7ecee;
  }

  .section05 .section05_list_type01 .list .voice_area {
    width: calc(100% + 10px);
    transform: translateX(-10px);
  }

  .section05 .section05_list_type01 .list .voice_area.voice02 {
    transform: translateX(10px);
  }

  .section05 .section05_list_type01 .list .voice_area.voice01 {
    background: url(../images/img_section05_01_sp.png) no-repeat left bottom;
    background-size: 140px;
  }

  .section05 .section05_list_type01 .list .voice_area.voice02 {
    background: url(../images/img_section05_02_sp.png) no-repeat right bottom;
    background-size: 140px;
  }

  .section05 .section05_list_type01 .list .voice_area.voice03 {
    background: url(../images/img_section05_03_sp.png) no-repeat left bottom;
    background-size: 140px;
  }

  .section05 .section05_list_type01 .list .voice_area .ballon {
    width: calc(100% - 20px);
    transform: translateX(10px);
  }

  .section05 .section05_list_type01 .list .voice_area.voice02 .ballon {
    transform: translateX(-10px);
  }

  .section05 .section05_list_type01 .list .voice_area.voice03 .text,
  .section05 .section05_list_type01 .list .voice_area.voice01 .text {
    padding-left: 87px;
  }

  .section05 .section05_list_type01 .list .voice_area.voice02 .text {
    padding-right: 87px;
  }

  .section05 .section05_list_type01 .list .voice_area .ballon .ballon_text {
    font-size: 1.5rem;
  }

  .section06 .section06_list_type01 {
    display: block;
    margin-top: 24px;
  }

  .section06 .section06_list_type01 .list {
    width: calc(100% + 20px);
    padding-right: 0;
    padding: 0 20px 80px;
    transform: translateX(-10px);
    position: relative;
    background: #f8f8f8 url(../images/img_section06_07_sp.png) no-repeat left bottom;
    background-size: 100%;
  }

  .section06 .section06_list_type01 .list .list_title {
    position: absolute;
    top: 0;
    left: 10px;
    background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.1) 100%);
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.1) 100%);
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1affffff',GradientType=1 );
  }
  .section06 .section06_list_type01 .list .list_title br {
    display: none;
  }

  .section06 .section06_list_type01 .list .img:after {
    display: none;
  }

  .section06 .section06_list_type01:after {
    display: none;
  }

  .section06 .img_area {
    width: 100%;
    background: #f8f8f8;
  }

  section .sign_up.s_size {
    font-size: 2.0rem;
  }

  section .sign_up .span {
    font-size: 2.9rem;
  }

  .form_box .submit_btn input[type="submit"].sign_up,
  .form_box .next_btn_area .sign_up {
    font-size: 2.2rem;
    width: 230px;
    height: 55px;
  }

  .section03 .section03_list_type01 .list .out_type {
    display: block;
  }

  .thanks {
    margin: 35px 0 35px;
    padding: 0 10px;
  }

  .thanks .thanks_text .sp {
    display: block;
  }
}
