@charset "utf-8";
/* common rule
**********************************************************/

* {
	box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
    font-family: 'M PLUS Rounded 1c', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Verdana, Arial, sans-serif;
    margin: 0;
    color: #4E3838;
    line-height: 1.6;
    font-size: 1.8rem;
}
body {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul {
  margin: 0;
  padding: 0;
}
li {
    list-style: none;
}
img {
    max-width: 100%;
    outline: none;
    border-style: none;
  vertical-align: bottom;
}
a {
    color: #4E3838;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
a:hover {
    color: #4E3838;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: underline;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.only_pc {
		display: inline;
	}
.only_sp {
	display: none;
}
@media screen and ( max-width:767px) {
	.only_sp {
		display: inline;
	}
    .only_pc {
    	display: none;
    }
}
.tel {
	pointer-events: none;
}
@media screen and ( max-width:767px) {
	.tel {
		pointer-events: auto;
	}
}
.flex {
  display: flex;
}
.absolute_element {
  position: absolute;
}
.content {
  max-width: 1110px;
  padding: 0 15px;
  margin: 0 auto;
}
.arrow_content {
  position: relative;
}
.arrow_content .content {
  position: relative;
  z-index: 1;
}
.arrow_bottom {
  margin-bottom: 100px;
}
@media screen and ( max-width:767px) {
  .arrow_bottom {
    margin-bottom: 50px;
  }
}
.arrow_top {
  margin-top: 100px;
}
@media screen and ( max-width:767px) {
  .arrow_top {
    margin-top: 20px;
  }
}
.arrow_content::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 49vw 0 49vw;
  position: absolute;
  left: 1vw;
}
@media screen and ( max-width:767px) {
  .arrow_content::after {
    border-width: 35px 49vw 0 49vw;
  }
}
.arrow_litegreen::after {
  border-color: #3DAD38 transparent transparent transparent;
}
.arrow_green::after {
  border-color: #2B9126 transparent transparent transparent;
}
.arrow_white::after {
  border-color: #FFF transparent transparent transparent;
}
.arrow_bottom::after {
  bottom: -80px;
}
@media screen and ( max-width:767px) {
  .arrow_bottom::after {
    bottom: -35px;
  }
}
.arrow_top::after {
  top: -100px;
}
@media screen and ( max-width:767px) {
  .arrow_top::after {
    top: -20px;
  }
}
.arrow_title {
  position: relative;
}
.arrow_title span {
  position: relative;
  z-index: 1;
}
.arrow_title::before,
.arrow_title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 177.5px 0 177.5px 90vw;
  position: absolute;
  z-index: 0;
}
@media screen and ( max-width:767px) {
  .arrow_title::before,
  .arrow_title::after {
    border-width: 50px 0 50px 90vw;
  }
}
.arrow_title::before {
  border-color: transparent transparent transparent #FFFCDB;
  left: 0;
}
.arrow_title::after {
  border-color: transparent transparent transparent #F7FFEB;
  transform:rotate(180deg);
  right: 0;
}
.arrow_title_green::before {
  border-color: transparent transparent transparent #47B542;
  left: 0;
}
.arrow_title_green::after {
  border-color: transparent transparent transparent #37A332;
  transform:rotate(180deg);
  right: 0;
}
.img_title {
  text-align: center;
  font-weight: 800;
  font-size: 4.5rem;
  padding-bottom: 45px;
}
@media screen and ( max-width:1070px) {
  .img_title {
    font-size: 3.8rem;
  }
}
@media screen and ( max-width:930px) {
  .img_title {
    font-size: 3.4rem;
  }
}
@media screen and ( max-width:830px) {
  .img_title {
    font-size: 3rem;
  }
}
@media screen and ( max-width:720px) {
  .img_title {
    font-size: 2.6rem;
  }
}
@media screen and ( max-width:630px) {
  .img_title {
    font-size: 2.2rem;
    padding-bottom: 25px;
  }
}
.img_title span,
.img_title img {
  position: relative;
  z-index: 1;
}
.img_title span .hide_br {
  display: none;
}
@media screen and ( max-width:580px) {
  .img_title span {
    display: inline-block;
    line-height: 1.3;
  }
  .img_title span .hide_br {
    display: inline;
  }
}
.img_title .title_icon {
  top: -5px;
}
@media screen and ( max-width:1070px) {
  .img_title .title_icon {
    width: 45px;
    top: -8px;
  }
}
@media screen and ( max-width:830px) {
  .img_title .title_icon {
    width: 35px;
  }
}
@media screen and ( max-width:720px) {
  .img_title .title_icon {
    width: 26px;
  }
}
@media screen and ( max-width:630px) {
  .img_title .title_icon {
    width: 21px;
  }
}
.img_title span .hide_br {
    display: none;
}
@media screen and ( max-width:430px) {
  .img_title span .hide_br {
    display: inline;
  }
  .img_title .title_icon {
    width: 23px;
    top: 50%;
    transform: translateY(-28%);
    -webkit-transform: translateY(-28%);
    -ms-transform: translateY(-28%);
  }
}
/*
@media screen and ( max-width:1070px) {
  .img_title .title_icon_main {
    width: 110px;
  }
  .img_title .title_icon_sub {
    width: 120px;
  }
}
@media screen and ( max-width:930px) {
  .img_title .title_icon_main {
    width: 90px;
    top: -8px;
  }
  .img_title .title_icon_sub {
    width: 100px;
  }
}
@media screen and ( max-width:830px) {
  .img_title .title_icon_main {
    width: 70px;
    top: -9px;
  }
  .img_title .title_icon_sub {
    width: 80px;
  }
}
@media screen and ( max-width:720px) {
  .img_title .title_icon_main {
    width: 60px;
    top: -9px;
  }
  .img_title .title_icon_sub {
    width: 70px;
  }
}
@media screen and ( max-width:630px) {
  .img_title .title_icon_main {
    top: -7px;
  }
  .img_title .title_icon_sub {
    width: 50px;
  }
}
@media screen and ( max-width:580px) {
  .img_title .title_icon_main {
    width: 50px;
  }
  .img_title .title_icon_sub {
    width: 40px;
  }
  .img_title .title_icon_main,
  .img_title .title_icon_sub {
    top: 50%;
    transform: translateY(-28%);
    -webkit-transform: translateY(-28%);
    -ms-transform: translateY(-28%);
  }
}
*/
.img_title span {
  padding: 0 5px;
}
#service .img_title span,
#faq .img_title span {
  color: #FFF;
}
@media screen and ( max-width:580px) {
  .img_title span {
    padding-left: 0;
  }
}
.button a {
  display: block;
  border-radius: 5px;
  max-width: 390px;
  padding: 16px 50px;
}
.arrow a,
.blank a {
  position: relative;
  text-decoration: none;
  text-align: center;
}
.arrow a::after {
  content: "";
  display: block;
  width: 12px;
  height: 22px;
  position: absolute;
  background: url("../img/icon_arrow.svg") no-repeat left top;
  background-size: 100%;
  right: 22px;
  top: calc(50% - 11px);
}
@media screen and ( max-width:767px) {
  .arrow a::after {
    width: 9px;
    height: 18px;
    right: 18px;
    top: calc(50% - 8px);
  }
}
.blank a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  background: url("../img/icon_link.svg") no-repeat left top;
  background-size: 100%;
  right: 22px;
  top: calc(50% - 8px);
}
@media screen and ( max-width:767px) {
  .blank a::after {
    width: 13px;
    height: 13px;
    right: 15px;
    top: calc(50% - 7px);
  }
}
.button a {
  font-weight: 800;
  font-size: 1.7rem;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  .button a {
    font-weight: 600;
    font-size: 1.5rem;
  }
}
.bg_brown a {
  color: #FFF;
  background: #4E3838;
}
.bg_orange a {
  color: #FFF;
  background: #F29335;
}
.bg_green a {
  color: #FFF;
  background: #52BCA0;
}
.bg_red a {
  color: #FFF;
  background: #DE6767;
}
.button a:hover {
  opacity: 0.7;
}
.square_number {
  display: block;
  position: relative;
  width: 76px;
  height: 76px;
  text-align: center;
  background: #5CAD58;
}
@media screen and ( max-width:767px) {
  .square_number {
    width: 40px;
    height: 40px;
  }
}
.square_number.mini {
  width: 30px;
  height: 30px;
}
.square_number.pink {
  background: #D68188;
}
.square_number.yellow {
  background: #EFCA2F;
}
.square_number::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 76px 76px 0 0;
  border-color: #2B9126 transparent transparent transparent;
}
@media screen and ( max-width:767px) {
  .square_number::after {
    border-width: 40px 40px 0 0;
  }
}
.square_number.mini::after {
  border-width: 30px 30px 0 0;
}
.square_number.pink::after {
  border-color: #BF6C73 transparent transparent transparent;
}
.square_number.yellow::after {
  border-color: #EDAE37 transparent transparent transparent;
}
.square_number span {
  position: relative;
  z-index: 1;
  font-weight: 800;
  color: #FFF;
  display: block;
  line-height: 1;
}
.square_number .number {
  font-size: 5.1rem;
  padding-top: 13px;
}
@media screen and ( max-width:767px) {
  .square_number .number {
    font-size: 2.4rem;
    padding-top: 9px;
  }
}
.square_number.mini .number {
  font-size: 1.9rem;
  padding-top: 6px;
  transform: rotate(0.05deg); /* for win */
}
.square_number .step {
  font-size: 1.6rem;
  padding-top: 13px;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  .square_number .step {
    font-size: 1.1rem;
    padding-top: 5px;
  }
}
.square_number .step .number {
  font-size: 3.6rem;
  padding-top: 0;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  .square_number .step .number {
    font-size: 2.1rem;
  }
}
.coming_soon {
  font-weight: 800;
  text-align: center;
  font-size: 4rem;
  padding-bottom: 40px;
}
@media screen and ( max-width:767px) {
  .coming_soon {
    padding: 20px 0 0;
    font-size: 2rem;
  }
}
#faq .coming_soon {
  color: #FFF;
}


/* common rule
**********************************************************/
/*
body {
  width: 100%;
  min-width: 1420px;
}
*/
.rotate_text {
  transform: rotate(0.05deg);
}


/* header
**********************************************************/

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.8);
}
.stea_main_lp_confirm header,
.stea_main_lp_complete header {
  position: inherit;
}
#main_lead {
  background: #3DAD38;
  text-align: center;
  font-size: 1.4rem;
  color: #FFF;
  border-bottom: solid #E6E6E6 5px;
  font-weight: normal;
  margin: 0;
  padding: 13px 15px;
}
#main_lead span {
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:970px) {
  #main_lead {
    font-size: 1.2rem;
    padding: 8px 15px;
  }
}
@media screen and ( max-width:830px) {
  #main_lead {
    font-size: 1rem;
  }
}
header .content {
  max-width: 100%;
  padding: 20px 25px;
  justify-content: space-between;
  align-items: center;
}
@media screen and ( max-width:990px) {
  header .content {
    flex-wrap: wrap;
  }
}
@media screen and ( max-width:767px) {
  header .content {
    padding: 10px 15px;
    position: relative;
    height: 60px;
  }
}
header .content h2 {
  font-size: 2.4rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.4;
}
@media screen and ( max-width:1390px) {
  header .content h2 {
    font-size: 2rem;
  }
}
@media screen and ( max-width:1020px) {
  header .content h2 {
    font-size: 1.8rem;
  }
}
@media screen and ( max-width:990px) {
  header .content h2 {
    width: 100%;
    text-align: center;
  }
}
@media screen and ( max-width:450px) {
  .stea_main_lp header .content h2 {
    text-align: left;
  }
}
header .content h2 span {
  font-size: 1.4rem;
  display: block;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:1390px) {
  header .content h2 span {
    font-size: 1.2rem;
  }
}
@media screen and ( max-width:1020px) {
  header .content h2 span {
    font-size: 1.07rem;
  }
}
@media screen and ( max-width:990px) {
  header .content h2 span {
    display: inline;
    padding-right: 10px;
  }
}
@media screen and ( max-width:767px) {
  header .content h2 span {
    display: block;
    padding-right: 0;
  }
}
header .content li {
  color: #D9D9D9;
}
@media screen and ( max-width:1160px) {
  header .content ul {
    flex-wrap: wrap;
    width: 70%;
  }
  header .content li {
    width: 25%;
    position: relative;
    text-align: center;
  }
}
@media screen and ( max-width:990px) {
  header .content ul {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 10px;
  }
  header .content li {
    width: auto;
  }
}
@media screen and ( max-width:767px) {
  header .content ul {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    background: rgba(255, 255, 255, 0.9);
    padding: 0;
    border-top: solid #D9D9D9 1px;
  }
  header .content li {
    width: 50%;
    float: left;
    border-right: solid #D9D9D9 1px;
    border-bottom: solid #D9D9D9 1px;
  }
  header .content li:nth-child(even) {
    border-right: none;
  }
  header .content li:last-child {
    border-bottom: none;
  }
}
header .content li::after {
  content: "|";
  padding: 0 15px;
}
@media screen and ( max-width:1290px) {
  header .content li::after {
    padding: 0 8px;
  }
}
@media screen and ( max-width:1160px) {
  header .content li::after {
    padding: 0;
    position: absolute;
    right: -3px;
    top: 0;
  }
}
@media screen and ( max-width:990px) {
  header .content li::after {
    padding: 0 10px;
    position: inherit;
    right: inherit;
    top: inherit;
  }
}
@media screen and ( max-width:880px) {
  header .content li::after {
    padding: 0 5px;
  }
}
header .content li:last-child::after {
  display: none;
}
@media screen and ( max-width:1160px) {
  header .content li:last-child::after {
    display: inline;
  }
}
@media screen and ( max-width:990px) {
  header .content li:last-child::after {
    display: none;
  }
}
@media screen and ( max-width:767px) {
  header .content li::after {
    display: none;
  }
}
header .content li a {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transform: rotate(0.05deg); /* for win */
  font-family:  "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", 'M PLUS Rounded 1c', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, Verdana, Arial, sans-serif;
}
@media screen and ( max-width:1460px) {
  header .content li a {
    font-size: 1.4rem;
  }
}
@media screen and ( max-width:1220px) {
  header .content li a {
    font-size: 1.3rem;
  }
}
@media screen and ( max-width:1140px) {
  header .content li a {
    font-size: 1.3rem;
  }
}
@media screen and ( max-width:840px) {
  header .content li a {
    font-size: 1.2rem;
  }
}
@media screen and ( max-width:780px) {
  header .content li a {
    font-size: 1.1rem;
  }
}
@media screen and ( max-width:767px) {
  header .content li a {
    font-size: 1.5rem;
    display: block;
    padding: 18px;
  }
}
@media screen and ( max-width:450px) {
  header .content li a {
    font-size: 1.2rem;
  }
}
header .content li a:hover {
  color: #F29335;
}
header .menu_trigger {
  display: none;
}
@media screen and ( max-width:767px) {
  header .menu_trigger,
  header .menu_trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  header .menu_trigger {
    position: absolute;
    right: 15px;
    top: calc(50% - 12px);
    width: 26px;
    height: 23px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
  }
  header .menu_trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #4E3838;
    border-radius: 4px;
  }
  header .menu_trigger span:nth-of-type(1) {
    top: 0;
  }
  header .menu_trigger span:nth-of-type(2) {
    top: 10px;
  }
  header .menu_trigger span:nth-of-type(3) {
    bottom: 0;
  }
  header .menu_trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  header .menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .menu_trigger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
}


/* contents
**********************************************************/

/* main_visual
*****************************/

#main_visual {
  background: url("../img/mainvisual_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 90px 20px;
  position: relative;
}
@media screen and ( max-width:945px) {
  #main_visual {
    background: url("../img/mainvisual_bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
@media screen and ( max-width:767px) {
  #main_visual {
    padding: 30px 20px;
  }
}
@media screen and ( max-width:550px) {
  #main_visual {
    background-attachment: fixed;
  }
}
#main_visual .lead_image,
#main_visual .lead_image dl,
#main_visual .lead_image dd ul {
  display: flex;
  flex-wrap: wrap;
}
#main_visual .lead_image {
  max-width: 1170px;
  margin: 0 auto;
  justify-content: space-between;
}
#main_visual .lead_image dl {
  background: #FFF;
}
#main_visual .lead_image dl:first-child {
  width: calc(445 / 1170 * 100%);
}
#main_visual .lead_image dl:last-child {
  width: calc(710 / 1170 * 100%);
}
@media screen and ( max-width:950px) {
  #main_visual .lead_image dl:first-child,
  #main_visual .lead_image dl:last-child {
    width: 100%;
  }
  #main_visual .lead_image dl:first-child {
    margin-bottom: 30px;
  }
}
@media screen and ( max-width:550px) {
  #main_visual .lead_image dl:first-child {
    margin-bottom: 20px;
  }
}
#main_visual .lead_image dt,
#main_visual .lead_image dd {
  width: 100%;
}
#main_visual .lead_image dt {
  color: #FFF;
  max-width: 1080px;
  font-size: 3rem;
  font-weight: 800;
  position: relative;
  text-align: center;
  text-shadow: 0 3px 0 #552f2f;
  background: #3DAD38;
  height: 80px;
  padding: 10px 20px 0;
}
@media screen and ( max-width:1150px) {
  #main_visual .lead_image dt {
    padding: 6px 20px 0;
  }
}
@media screen and ( max-width:550px) {
  #main_visual .lead_image dt {
    height: 40px;
    line-height: 1;
    padding-top: 1px;
  }
}
#main_visual .lead_image dt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #338E2E transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and ( max-width:550px) {
  #main_visual .lead_image dt::before {
    border-width: 41px 41px 0 0;
  }
}
@media screen and ( max-width:1150px) {
  #main_visual .lead_image dt img {
    height: 26px;
  }
}
@media screen and ( max-width:950px) {
  #main_visual .lead_image dt img {
    height: 30px;
  }
}
@media screen and ( max-width:700px) {
  #main_visual .lead_image dt img {
    height: 26px;
  }
}
@media screen and ( max-width:550px) {
  #main_visual .lead_image dt img {
    height: 20px;
  }
}
#main_visual .lead_image dd {
  padding: 20px 0;
}
@media screen and ( max-width:950px) {
  #main_visual .lead_image dd {
    padding: 20px;
  }
}
@media screen and ( max-width:550px) {
  #main_visual .lead_image dd {
    padding: 0;
  }
}
#main_visual .lead_image dd ul {
  justify-content: center;
}
#main_visual .lead_image dd li {
  font-size: 2rem;
  color: #0F400C;
  font-weight: 700;
  text-align: center;
  border-right: solid #E8E8E8 1px;
  padding: 10px 25px 5px;
  min-height: 115px;
  line-height: 1.5;
}
@media screen and ( max-width:1220px) {
  #main_visual .lead_image dd li {
    font-size: 1.9rem;
    min-height: 110px;
  }
}
@media screen and ( max-width:1150px) {
  #main_visual .lead_image dd li {
    font-size: 1.8rem;
    min-height: 100px;
  }
}
@media screen and ( max-width:1100px) {
  #main_visual .lead_image dd li {
    font-size: 1.7rem;
    min-height: 95px;
  }
}
@media screen and ( max-width:1060px) {
  #main_visual .lead_image dd li {
    font-size: 1.6rem;
    min-height: 95px;
  }
}
@media screen and ( max-width:1025px) {
  #main_visual .lead_image dd li {
    font-size: 1.5rem;
    min-height: 90px;
  }
}
@media screen and ( max-width:985px) {
  #main_visual .lead_image dd li {
    font-size: 1.4rem;
    min-height: 80px;
    padding: 5px 25px 5px;
  }
}
@media screen and ( max-width:950px) {
  #main_visual .lead_image dd li {
    width: 50%;
    min-height: auto;
    font-size: 2.4rem;
  }
}
#main_visual .lead_image dd li:last-child {
  border-right: none;
}
#main_visual .lead_image dd li.line02 {
  padding-top: 25px;
}
@media screen and ( max-width:1220px) {
  #main_visual .lead_image dd li.line02 {
    padding-top: 25px;
  }
}
@media screen and ( max-width:985px) {
  #main_visual .lead_image dd li.line02 {
    padding-top: 15px;
  }
}
#main_visual .lead_image dd li .hide_br {
  display: none;
}
@media screen and ( max-width:950px) {
  #main_visual .lead_image dd li:nth-child(2) {
    border-right: none;
  }
  #main_visual .lead_image dd li:nth-child(3),
  #main_visual .lead_image dd li:nth-child(4) {
    border-top: solid #E8E8E8 1px;
  }
  #main_visual .lead_image dd li,
  #main_visual .lead_image dd li.line02 {
    padding: 15px 0;
  }
  #main_visual .lead_image dl:last-child li:nth-child(1),
  #main_visual .lead_image dl:last-child li:nth-child(2) {
    padding: 15px 0 25px;
  }
  #main_visual .lead_image dl:last-child li:nth-child(3),
  #main_visual .lead_image dl:last-child li:nth-child(4) {
    padding: 25px 0 15px;
  }
  #main_visual .lead_image dd li br {
    display: none;
  }
  #main_visual .lead_image dd li .hide_br {
    display: inline;
  }
}
@media screen and ( max-width:800px) {
  #main_visual .lead_image dd li {
    font-size: 2.2rem;
  }
}
@media screen and ( max-width:700px) {
  #main_visual .lead_image dd li {
    font-size: 2rem;
  }
}
@media screen and ( max-width:640px) {
  #main_visual .lead_image dd li {
    font-size: 1.8rem;
  }
}
@media screen and ( max-width:550px) {
  #main_visual .lead_image dd li {
    font-size: 1.2rem;
  }
  #main_visual .lead_image dd li,
  #main_visual .lead_image dd li.line02,
  #main_visual .lead_image dl:last-child li:nth-child(1),
  #main_visual .lead_image dl:last-child li:nth-child(2),
  #main_visual .lead_image dl:last-child li:nth-child(3),
  #main_visual .lead_image dl:last-child li:nth-child(4) {
    padding: 15px 0;
  }
}
/*
#main_visual .lead_image {
  text-align: center;
}
#main_visual .lead_image dl {
  padding-top: 50px;
}
@media screen and ( max-width:767px) {
  #main_visual .lead_image dl {
    padding-top: 30px;
  }
}
#main_visual .lead_image dt {
  padding-bottom: 15px;
}
@media screen and ( max-width:600px) {
  #main_visual .lead_image dt img {
    height: 30px;
  }
  #main_visual .lead_image dd img {
    width: 100%;
  }
  #main_visual .lead_image dl:first-child dd img {
    max-width: 280px;
  }
  #main_visual .lead_image dl:nth-child(2) dd img {
    max-width: 335px;
  }
}
*/
#main_visual .main_visual_content {
  text-align: center;
  padding: 70px 0 130px;
}
@media screen and ( max-width:767px) {
  #main_visual .main_visual_content {
    padding: 70px 0 110px;
  }
}
@media screen and ( max-width:550px) {
  #main_visual .main_visual_content {
    padding: 85px 0 25px;
  }
}
#main_visual .lead_text {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  max-width: 1450px;
  margin: 0 auto;
}
@media screen and ( max-width:767px) {
  #main_visual .lead_text {
    width: 680px;
  }
}
@media screen and ( max-width:680px) {
  #main_visual .lead_text {
    width: 100%;
  }
}
@media screen and ( max-width:580px) {
  #main_visual .lead_text {
    padding-bottom: 15px;
  }
}
#main_visual .lead_text p {
  font-size: 5.9rem;
  font-weight: 800;
  line-height: 1.3;
  padding: 20px 0 0;
}
@media screen and ( max-width:1240px) {
  #main_visual .lead_text p {
    font-size: 5.5rem;
  }
}
@media screen and ( max-width:1190px) {
  #main_visual .lead_text p {
    font-size: 5.2rem;
  }
}
@media screen and ( max-width:1140px) {
  #main_visual .lead_text p {
    font-size: 4.8rem;
  }
}
@media screen and ( max-width:1050px) {
  #main_visual .lead_text p {
    font-size: 4.5rem;
  }
}
@media screen and ( max-width:990px) {
  #main_visual .lead_text p {
    font-size: 4.2rem;
  }
}
@media screen and ( max-width:920px) {
  #main_visual .lead_text p {
    font-size: 4rem;
  }
}
@media screen and ( max-width:890px) {
  #main_visual .lead_text p {
    font-size: 3.8rem;
  }
}
@media screen and ( max-width:820px) {
  #main_visual .lead_text p {
    font-size: 3.5rem;
  }
}
@media screen and ( max-width:580px) {
  #main_visual .lead_text p {
    padding: 10px 0 0;
    font-size: 2rem;
    line-height: 1.2;
  }
}
#main_visual .lead_text p span {
  font-size: 3.2rem;
}
@media screen and ( max-width:1050px) {
  #main_visual .lead_text p span {
    font-size: 2.8rem;
  }
}
@media screen and ( max-width:890px) {
  #main_visual .lead_text p span {
    font-size: 2.4rem;
  }
}
@media screen and ( max-width:580px) {
  #main_visual .lead_text p span {
    font-size: 1.4rem;
  }
}
#main_visual .lead_text .image_left,
#main_visual .lead_text .image_right {
  bottom: 50px;
}
@media screen and ( max-width:650px) {
  #main_visual .lead_text .image_left,
  #main_visual .lead_text .image_right {
    bottom: 0;
  }
}
#main_visual .lead_text .image_left {
  left: 10px;
}
@media screen and ( max-width:1400px) {
  #main_visual .lead_text .image_left {
    width: 270px;
  }
}
@media screen and ( max-width:1320px) {
  #main_visual .lead_text .image_left {
    width: 240px;
  }
}
@media screen and ( max-width:1280px) {
  #main_visual .lead_text .image_left {
    width: 210px;
  }
}
@media screen and ( max-width:1190px) {
  #main_visual .lead_text .image_left {
    width: 190px;
  }
}
@media screen and ( max-width:1080px) {
  #main_visual .lead_text .image_left {
    width: 170px;
  }
}
@media screen and ( max-width:960px) {
  #main_visual .lead_text .image_left {
    width: 150px;
  }
}
@media screen and ( max-width:850px) {
  #main_visual .lead_text .image_left {
    width: 130px;
  }
}
@media screen and ( max-width:767px) {
  #main_visual .lead_text .image_left {
    width: 200px;
  }
}
@media screen and ( max-width:680px) {
  #main_visual .lead_text .image_left {
    width: 170px;
  }
}
@media screen and ( max-width:650px) {
  #main_visual .lead_text .image_left {
    width: 150px;
  }
}
@media screen and ( max-width:580px) {
  #main_visual .lead_text .image_left {
    width: 110px;
    left: -10px;
  }
}
#main_visual .lead_text .image_right {
  right: 10px;
}
@media screen and ( max-width:1400px) {
  #main_visual .lead_text .image_right {
    width: 200px;
  }
}
@media screen and ( max-width:1320px) {
  #main_visual .lead_text .image_right {
    width: 180px;
  }
}
@media screen and ( max-width:1280px) {
  #main_visual .lead_text .image_right {
    width: 160px;
  }
}
@media screen and ( max-width:1080px) {
  #main_visual .lead_text .image_right {
    width: 140px;
  }
}
@media screen and ( max-width:960px) {
  #main_visual .lead_text .image_right {
    width: 120px;
  }
}
@media screen and ( max-width:850px) {
  #main_visual .lead_text .image_right {
    width: 100px;
  }
}
@media screen and ( max-width:767px) {
  #main_visual .lead_text .image_right {
    width: 155px;
  }
}
@media screen and ( max-width:680px) {
  #main_visual .lead_text .image_right {
    width: 135px;
  }
}
@media screen and ( max-width:650px) {
  #main_visual .lead_text .image_right {
    width: 130px;
  }
}
@media screen and ( max-width:580px) {
  #main_visual .lead_text .image_right {
    width: 90px;
    right: 0;
  }
}
.button_contact {
  position: absolute;
  right: 20px;
  bottom: -84px;
  background: #FFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 84px;
}
@media screen and ( max-width:767px) {
  .button_contact {
    position: fixed;
    right: 0;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: auto;
    width: 100%;
  }
}
.button_contact a {
  background: #F29335;
  color: #FFF;
  display: block;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: 800;
  font-size: 2rem;
  padding: 15px 50px 10px 10px;
  position: relative;
  text-decoration: none;
  height: 84px;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  .button_contact a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: 800;
    font-size: 1.5rem;
    padding: 15px 50px 15px 10px;
    position: relative;
    text-decoration: none;
    height: auto;
    text-align: center;
  }
}
.button_contact a:hover {
  opacity: 0.7;
}
.button_contact a::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #FFF;
  position: absolute;
  right: 38px;
  top: 0;
}
.button_contact a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/icon_arrow_circle.svg") no-repeat left top;
  background-size: 100%;
  position: absolute;
  right: 10px;
  top: calc(50% - 9px);
}
@media screen and ( max-width:767px) {
  .button_contact a::after {
    width: 14px;
    height: 14px;
    right: 12px;
    top: calc(50% - 7px);
  }
}
.button_contact a span {
  color: #F29335;
  background: #FFF;
  display: block;
  font-size: 1.4rem;
  border-radius: 100px;
  padding: 2px 10px;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  .button_contact a span {
    display: inline-block;
    font-size: 1.1rem;
    padding: 2px 7px;
    margin-right: 5px;
    position: relative;
    top: -1px;
  }
}
.button_contact a span img {
  position: relative;
  top: -4px;
  padding-right: 5px;
}
@media screen and ( max-width:767px) {
  .button_contact a span img {
    padding-right: 3px;
    width: 15px;
  }
}
#contents {
  overflow: hidden;
}


/* problem
*****************************/

#problem {
  background: #3DAD38;
  position: relative;
  z-index: 2;
}
#problem h2 {
  font-size: 6rem;
  color: #FFF;
  background: #2B9126;
  text-align: center;
  padding: 50px 15px 0;
  font-weight: 800;
  text-shadow: 0 3px 0 #234121;
}
@media screen and ( max-width:1000px) {
  #problem h2 {
    line-height: 1.2;
  }
}
@media screen and ( max-width:767px) {
  #problem h2 {
    width: 100%;
    font-size: 2.5rem;
    padding: 25px 15px 15px;
    position: absolute;
    text-align: left;
    text-shadow: 0 2px 0 #9b5a5a;
  }
}
#problem h2 br {
  display: none;
}
@media screen and ( max-width:1000px) {
  #problem h2 br {
    display: inline;
  }
}
#problem .content {
  max-width: 1310px;
  justify-content: space-between;
  position: relative;
  padding: 0 15px;
}
@media screen and ( max-width:767px) {
  #problem .content {
    flex-wrap: wrap;
  }
}
#problem .content .image_center {
  width: calc(300 / 1280 * 100%);
  order: 2;
}
@media screen and ( max-width:767px) {
  #problem .content .image_center {
    width: 100%;
    order: 1;
    text-align: right;
    padding-top: 10px;
  }
  #problem .content .image_center img {
    width: 110px;
  }
}
#problem .content ul {
  width: calc(465 / 1280 * 100%);
  border-top: dotted #FFFFFF 3px;
}
@media screen and ( max-width:1140px) {
  #problem .content ul {
    margin-bottom: 30px;
  }
}
@media screen and ( max-width:767px) {
  #problem .content ul {
    width: 100%;
    border-top: dotted #FFFFFF 2px;
  }
}
#problem .content ul:nth-child(2) {
  order: 1;
}
@media screen and ( max-width:767px) {
  #problem .content ul:nth-child(2) {
    order: 2;
    margin-bottom: 0;
  }
}
#problem .content ul:nth-child(3) {
  order: 3;
}
@media screen and ( max-width:767px) {
  #problem .content ul:nth-child(3) {
    border-top: none;
  }
}
#problem .content li {
  color: #FFF;
  font-weight: 500;
  border-bottom: dotted #FFFFFF 3px;
  padding: 20px 20px 20px 35px;
  position: relative;
  font-size: 1.7rem;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  #problem .content li {
    border-bottom: dotted #FFFFFF 2px;
    padding: 15px 0 15px 25px;
    font-size: 1.3rem;
  }
}
#problem .content li::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 21px;
}
@media screen and ( max-width:767px) {
  #problem .content li::before {
    width: 20px;
    height: 20px;
    top: 15px;
  }
}
#problem .content .shinsei::before {
  background: url("../img/icon_shinsei.svg") no-repeat left top;
  background-size: 100%;
}
#problem .content .unei::before {
  background: url("../img/icon_unei.svg") no-repeat left top;
  background-size: 100%;
}


/* suggestion
*****************************/

#suggestion {
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
#suggestion h2 {
  font-size: 5.2rem;
  text-align: center;
  font-weight: 800;
  line-height: 1.3;
  padding: 0 15px 40px;
}
@media screen and ( max-width:840px) {
  #suggestion h2 {
    font-size: 4.2rem;
  }
}
@media screen and ( max-width:767px) {
  #suggestion h2 {
    font-size: 2rem;
    padding: 0 15px 25px;
    line-height: 1.5;
  }
}
#suggestion h2 span {
  position: relative;
  z-index: 1;
}
#suggestion h2 .small {
  font-size: 2.9rem;
}
@media screen and ( max-width:840px) {
  #suggestion h2 .small {
    font-size: 2.4rem;
  }
}
@media screen and ( max-width:767px) {
  #suggestion h2 .small {
    font-size: 1.4rem;
  }
}
#suggestion h2 .medium {
  font-size: 3.8rem;
}
@media screen and ( max-width:840px) {
  #suggestion h2 .medium {
    font-size: 3.2rem;
  }
}
@media screen and ( max-width:767px) {
  #suggestion h2 .medium {
    font-size: 1.8rem;
  }
}
#suggestion h2 .works {
  font-size: 3.3rem;
  color: #FFF;
  border-radius: 100px;
  padding: 5px 25px;
  margin: 0 5px;
  position: relative;
  top: -5px;
}
#suggestion h2 .sharoshi {
  background: #FFF258;
  color: #3DAD38;
  padding: 5px 30px 5px 25px;
}
@media screen and ( max-width:840px) {
  #suggestion h2 .works {
    font-size: 2.8rem;
    font-weight: 600;
    padding: 5px 20px;
  }
}
@media screen and ( max-width:767px) {
  #suggestion h2 .works {
    font-size: 1.6rem;
    padding: 1px 12px;
    position: relative;
    top: -1px;
  }
}
#suggestion h2 .sharoshi .caption {
  background: #FFF;
  font-size: 1.9rem;
  padding: 3px 10px;
  border-radius: 5px;
  position: relative;
  right: -10px;
  top: -4px;
}
@media screen and ( max-width:767px) {
  #suggestion h2 .sharoshi .caption {
    font-size: 0.2rem;
    right: -5px;
    top: -2px;
    padding: 2px 5px;
  }
}
#suggestion h2 .unei {
  background: #DE6767;
}
#suggestion h2 .gyoseishoshi {
  background: #6EA339;
}
#suggestion .arrow_title::before,
#flow .arrow_title::before,
#application .arrow_title::before {
  top: -160px;
}
@media screen and ( max-width:767px) {
  #suggestion .arrow_title::before,
  #flow .arrow_title::before,
  #application .arrow_title::before {
    top: -60px;
  }
}
#suggestion .arrow_title::after,
#flow .arrow_title::after,
#application .arrow_title::after {
  top: 15px;
}
@media screen and ( max-width:767px) {
  #suggestion .arrow_title::after,
  #flow .arrow_title::after,
  #application .arrow_title::after {
    top: -5px;
  }
}
#suggestion .content_list {
  justify-content: space-between;
  padding-bottom: 50px;
}
@media screen and ( max-width:767px) {
  #suggestion .content_list {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
#suggestion .content_list dl {
  width: 33.3333%;
  border-right: dotted #C6B7B7 2px;
  padding: 25px 30px;
  margin: 0;
}
@media screen and ( max-width:767px) {
  #suggestion .content_list dl {
    width: 100%;
    align-items: center;
    border-top: dotted #C6B7B7 2px;
    border-right: none;
  }
}
#suggestion .content_list dl:last-child {
  border-right: none;
}
@media screen and ( max-width:1050px) {
  #suggestion .content_list dl {
    padding: 25px 40px;
  }
}
@media screen and ( max-width:970px) {
  #suggestion .content_list dl {
    padding: 25px 15px;
  }
}
@media screen and ( max-width:767px) {
  #suggestion .content_list dl {
    flex-wrap: wrap;
  }
}
#suggestion .content_list dt {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and ( max-width:767px) {
  #suggestion .content_list dt {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
}
#suggestion .content_list dd {
  font-weight: 500;
  line-height: 1.8;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:870px) {
  #suggestion .content_list dd {
    font-size: 1.7rem;
  }
}
@media screen and ( max-width:767px) {
  #suggestion .content_list dd {
    width: 100%;
    font-size: 1.4rem;
  }
}
#suggestion .content_list dd span {
  background:linear-gradient(transparent 60%, #FFEE24 75%);
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:970px) {
  #suggestion .content_list dd .hide_br {
    display: none;
  }
}
#suggestion .content_list dd .button {
  padding-top: 20px;
}
#suggestion .content_list dd .button a {
  max-width: 290px;
  padding: 16px 30px;
  text-align: left;
}
@media screen and ( max-width:767px) {
  #suggestion .content_list dd .button a {
    margin: 0 auto;
    padding: 14px 50px 14px 30px;
    text-align: center;
  }
}
#suggestion .only_1050 {
  display: none;
}
@media screen and ( max-width:1050px) {
  #suggestion .only_1050 {
    display: inline;
  }
}


/* contact
*****************************/

.contact {
  max-width: 1170px;
  margin: 40px auto 0;
  position: relative;
}
@media screen and ( max-width:1200px) {
  .contact {
    margin: 40px 15px 0;
  }
}
.contact h3 {
  color: #FFF;
  max-width: 1080px;
  font-size: 3rem;
  font-weight: 800;
  position: relative;
  text-align: center;
  text-shadow: 0 3px 0 #552F2F;
  background: #3DAD38;
  height: 80px;
  padding: 15px 20px 0;
}
@media screen and ( max-width:1000px) {
  .contact h3 {
    text-align: left;
    text-shadow: 0 2px 0 #552F2F;
    height: 65px;
    padding: 10px 20px 0 50px;
  }
}
@media screen and ( max-width:915px) {
  .contact h3 {
    font-size: 3rem;
    padding: 11px 20px 0 50px;
  }
}
@media screen and ( max-width:890px) {
  .contact h3 {
    font-size: 2.6rem;
    padding: 13px 20px 0 50px;
  }
}
@media screen and ( max-width:800px) {
  .contact h3 {
    font-size: 2.3rem;
    padding: 16px 20px 0 50px;
  }
}
@media screen and ( max-width:767px) {
  .contact h3 {
    font-size: 2rem;
    padding: 21px 20px 7px 20px;
    height: 67px;
    line-height: 1.4;
    text-align: center;
  }
  .contact h3 .only_sp {
    display: none;
  }
}
@media screen and ( max-width:665px) {
  .contact h3 {
    text-align: left;
  }
}
@media screen and ( max-width:600px) {
  .contact h3 {
    font-size: 1.8rem;
    padding: 24px 20px 7px 20px;
  }
}
@media screen and ( max-width:550px) {
  .contact h3 {
    padding: 10px 20px 7px 20px;
    line-height: 1.4;
    text-align: center;
  }
  .contact h3 .only_sp {
    display: inline;
  }
}
@media screen and ( max-width:440px) {
  .contact h3 {
    padding: 10px 60px 7px 20px;
  }
}
@media screen and ( max-width:400px) {
  .contact h3 {
    text-align: left;
  }
}
.contact h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #338E2E transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and ( max-width:1000px) {
  .contact h3::before {
    border-width: 65px 65px 0 0;
  }
}
@media screen and ( max-width:767px) {
  .contact h3::before {
    border-width: 35px 35px 0 0;
  }
}
.contact .flex {
  max-width: 1080px;
  border: solid #3DAD38 3px;
  border-top: none;
  padding: 28px 0 25px;
}
@media screen and ( max-width:915px) {
  .contact .flex {
    border: solid #3DAD38 2px;
    padding: 20px 0;
  }
}
@media screen and ( max-width:767px) {
  .contact .flex {
    flex-wrap: wrap;
    padding: 15px 0;
  }
}
.contact .flex dl {
  width: calc(540 / 1170 * 100%);
  text-align: center;
}
@media screen and ( max-width:1150px) {
  .contact .flex dl {
    width: calc(500 / 1170 * 100%);
  }
}
@media screen and ( max-width:1070px) {
  .contact .flex dl {
    width: calc(470 / 1170 * 100%);
    padding: 0 15px;
  }
}
@media screen and ( max-width:767px) {
  .contact .flex dl {
    width: 100%;
    padding: 0 15px;
  }
}
.contact .flex dl:first-child {
  border-right: solid #3DAD38 3px;
}
@media screen and ( max-width:767px) {
  .contact .flex dl:first-child {
    border-right: none;
    padding-bottom: 20px;
  }
}
.contact .flex dt,
.contact .flex dd {
  max-width: 425px;
  margin: 0 auto;
}
.contact .flex dt {
  color: #FFF;
  background: #552F2F;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: 800;
  padding: 6px 10px 4px;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:890px) {
  .contact .flex dt {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 6px 10px 4px;
    max-width: 100%;
  }
}
.contact .flex dd {
  padding: 10px 0 0;
}
.contact .flex dl:first-child dd {
  font-size: 4.6rem;
  font-weight: 800;
  line-height: 1.3;
}
@media screen and ( max-width:1070px) {
  .contact .flex dl:first-child dd {
    font-size: 4rem;
  }
}
@media screen and ( max-width:1000px) {
  .contact .flex dl:first-child dd {
    font-size: 3rem;
  }
}
@media screen and ( max-width:800px) {
  .contact .flex dl:first-child dd {
    font-size: 2.6rem;
  }
}
@media screen and ( max-width:767px) {
  .contact .flex dl:first-child dd {
    font-size: 3.3rem;
  }
}
.contact .flex dl:first-child dd img {
  position: relative;
  top: -14px;
  padding-right: 10px;
}
@media screen and ( max-width:1070px) {
  .contact .flex dl:first-child dd img {
    top: -10px;
  }
}
@media screen and ( max-width:1000px) {
  .contact .flex dl:first-child dd img {
    width: 35px;
    top: -8px;
    padding-right: 5px;
  }
}
@media screen and ( max-width:800px) {
  .contact .flex dl:first-child dd img {
    width: 30px;
    top: -7px;
  }
}
@media screen and ( max-width:767px) {
  .contact .flex dl:first-child dd img {
    width: 35px;
    top: -10px;
  }
}
.contact .flex dl:first-child dd span {
  display: block;
  font-size: 1.6rem;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:1000px) {
  .contact .flex dl:first-child dd span {
    font-size: 1.4rem;
  }
}
@media screen and ( max-width:890px) {
  .contact .flex dl:first-child dd span {
    font-size: 1.2rem;
  }
}
@media screen and ( max-width:800px) {
  .contact .flex dl:first-child dd span {
    font-size: 1.05rem;
  }
}
@media screen and ( max-width:767px) {
  .contact .flex dl:first-child dd span {
    font-size: 1.3rem;
  }
}
.contact .flex .button {
  padding-top: 20px;
}
@media screen and ( max-width:767px) {
  .contact .flex .button {
    padding-top: 15px;
  }
}
.contact .flex .button a {
  margin: 0 auto;
}
@media screen and ( max-width:960px) {
  .contact .flex .button a {
    padding: 16px 50px 16px 10px;
  }
}
@media screen and ( max-width:890px) {
  .contact .flex .button a {
    padding: 12px 35px 12px 10px;
    font-size: 1.5rem;
  }
}
.contact .image_right {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and ( max-width:1160px) {
  .contact .image_right {
    width: 220px;
  }
}
@media screen and ( max-width:915px) {
  .contact .image_right {
    width: 180px;
  }
}
@media screen and ( max-width:767px) {
  .contact .image_right {
    bottom: inherit;
    top: -35px;
    width: 90px;
    height: 104px;
  }
}


/* service
*****************************/

#service {
  background: #3DAD38;
  padding-top: 100px;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and ( max-width:580px) {
  #service {
    padding-top: 70px;
  }
}
#service::after {
  top: 0;
}
#service .arrow_title::before {
  top: -100px;
}
#service .arrow_title::after {
  top: 75px;
}
@media screen and ( max-width:767px) {
  #service .arrow_title::before {
    top: -60px;
  }
  #service .arrow_title::after {
    top: -5px;
  }
}
#service .content .lead_text {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.9;
  padding-bottom: 60px;
  transform: rotate(0.05deg); /* for win */
  color: #FFF;
}
@media screen and ( max-width:767px) {
  #service .content .lead_text {
    font-size: 1.4rem;
    line-height: 1.9;
    padding-bottom: 25px;
  }
}
#service .service_frame {
  background: #FFF;
  border-radius: 5px;
  padding: 45px 50px 50px;
  margin-bottom: 60px;
}
@media screen and ( max-width:1080px) {
  #service .service_frame {
    padding: 25px 30px 40px;
    margin-bottom: 30px;
  }
}
@media screen and ( max-width:767px) {
  #service .service_frame {
    padding: 20px 20px 25px;
    margin-bottom: 30px;
  }
}
#service .service_title {
  position: relative;
}
#service .service_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: dotted #4E3838 1px;
  position: absolute;
  top: 50%;
  left: 0;
}
#service .service_title h3 {
  background: #FFF;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 800;
  position: relative;
  z-index: 1;
  padding: 0 25px 0 0;
}
@media screen and ( max-width:767px) {
  #service .service_title h3 {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0 10px 0 0;
  }
}
#service .service_title h3 img {
  margin-right: 15px;
  position: relative;
  top: -5px;
  width: 40px;
}
@media screen and ( max-width:767px) {
  #service .service_title h3 img {
    width: 23px;
    margin-right: 7px;
    position: relative;
    top: -2px;
  }
}
#service .service_content {
  padding-top: 15px;
}
#service .service_content .service_text,
#service .service_content .service_cation {
  font-weight: 400;
  line-height: 1.9;
  padding-bottom: 15px;
  transform: rotate(0.05deg); /* for win */
}
#service .service_content .service_text {
  font-size: 1.8rem;
}
@media screen and ( max-width:767px) {
  #service .service_content .service_text {
    font-size: 1.4rem;
  }
}
#service .service_content .service_text span {
  color: #A04219;
  background:linear-gradient(transparent 60%, #FFEE24 75%);
  transform: rotate(0.05deg); /* for win */
}
#service .service_content .service_cation {
  font-size: 1.4rem;
  position: relative;
  padding-left: 16px;
}
@media screen and ( max-width:767px) {
  #service .service_content .service_cation {
    font-size: 1.2rem;
  }
}
#service .service_content .service_cation::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#service .service_content .button_title {
  display: inline-block;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 800;
  border-radius: 100px;
  position: relative;
  padding: 8px 25px 7px 55px;
  margin: 20px 0 15px;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  #service .service_content .button_title {
    font-size: 1.3rem;
    font-weight: 600;
    padding: 6px 10px 5px 22px;
    margin: 10px 0;
  }
}
#service .service_content .button_title::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background: #FFF;
  position: absolute;
  left: 15px;
  top: calc(50% - 13px);
}
@media screen and ( max-width:767px) {
  #service .service_content .button_title::before {
    width: 10px;
    height: 10px;
    border-radius: 7px;
    left: 9px;
    top: calc(50% - 5px);
  }
}
#service .service_content .button_title.number_header::before {
  content: "1";
  display: block;
  color: #552F2F;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background: #FFF;
  position: absolute;
  left: 15px;
  top: calc(50% - 13px);
  text-align: center;
  line-height: 1.2;
}
#service .service_content .button_title.number01::before {
  content: "1";
}
#service .service_content .button_title.number02::before {
  content: "2";
}
#service .service_content .button_title.number03::before {
  content: "3";
}
@media screen and ( max-width:767px) {
  #service .service_content .button_title.number_header::before {
    width: 10px;
    height: 10px;
    border-radius: 7px;
    left: 9px;
    top: calc(50% - 5px);
  }
}
#service .service_content .orange {
  background: #EF7C49;
}
#service .service_content .green {
  background: #2B9126;
}
#service .service_content .brown {
  background: #552F2F;
}
/*
#service .service_content .green {
  background: #6EA339;
}
*/
#service .service_content .blue {
  background: #62A2E3;
}
#service .service_content .service01_content01 {
  border-top: solid #C6B7B7 1px;
  border-left: solid #C6B7B7 1px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and ( max-width:767px) {
  #service .service_content .service01_content01 {
    margin-bottom: 15px;
  }
}
#service .service_content .service01_content01 dl {
  width: 50%;
  border-bottom: solid #C6B7B7 1px;
  border-right: solid #C6B7B7 1px;
  padding: 25px;
}
@media screen and ( max-width:767px) {
  #service .service_content .service01_content01 dl {
    width: 100%;
    padding: 15px;
  }
}
#service .service_content .service01_content01 dt {
  justify-content: space-between;
  align-items: center;
}
#service .service_content .service01_content01 dt .title {
  width: calc(100% - 90px);
  color: #A04219;
  font-weight: 600;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  #service .service_content .service01_content01 dt .title {
    font-size: 1.5rem;
    width: calc(100% - 50px);
  }
}
#service .service_content .service01_content01 dd {
  font-size: 1.6rem;
  font-weight: 400;
  padding-top: 30px;
  line-height: 1.8;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  #service .service_content .service01_content01 dd {
    font-size: 1.4rem;
    padding-top: 15px;
  }
}
#service .service_content .service01_content01 dd a {
  color: #EF7C49;
  text-decoration: underline;
  transform: rotate(0.05deg); /* for win */
}
#service .service_content .service01_content01 dd a:hover {
  text-decoration: none;
}
#service .anchor_button {
  max-width: 610px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 15px 0 0 0;
}
@media screen and ( max-width:767px) {
  #service .anchor_button {
    width: calc(100% + 10px);
    padding: 5px 0 0 0;
  }
}
@media screen and ( max-width:675px) {
  #service .anchor_button {
    margin-left: -5px;
  }
}
#service .anchor_button .button {
  width: 100%;
  max-width: 290px;
}
@media screen and ( max-width:767px) {
  #service .anchor_button .button {
    width: 49%;
  }
  #service .anchor_button .button a {
    font-size: 1.1rem;
    padding: 15px 10px;
  }
  #service .anchor_button .button a::after {
    width: 7px;
    height: 13px;
    display: inline-block;
    position: inherit;
    right: inherit;
    top: 2px;
    margin-left: 6px;
  }
}
#service .circle_number {
  counter-reset: number 0;
  padding-top: 5px;
}
#service .circle_number li {
  color: #A04219;
  font-weight: 600;
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
  padding-bottom: 5px;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  #service .circle_number li {
    padding-left: 20px;
  }
}
#service .circle_number li:before {
  counter-increment: number 1;
  content: counter(number);
  color: #FFF;
  background: #A04219;
  border-radius: 100px;
  display: block;
  width: 18px;
  height: 18px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.4;
  position: absolute;
  left: 0;
  top: 4px;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  #service .circle_number li:before {
    width: 16px;
    height: 16px;
    font-size: 1.2rem;
    top: 2px;
  }
}
#service .inner_frame {
  border-radius: 5px;
  position: relative;
  padding: 45px 75px 25px;
  margin: 55px 0 35px 0;
}
@media screen and ( max-width:820px) {
  #service .inner_frame {
    padding: 45px 45px 25px;
  }
}
@media screen and ( max-width:767px) {
  #service .inner_frame {
    margin: 25px 0 20px 0;
    padding: 25px 15px 10px;
  }
  #service #service01 .inner_frame:nth-child(3),
  #service #service02 .inner_frame:nth-child(2) {
    padding: 10px 15px 10px;
    margin: 25px 0 20px 0;
  }
  #service #service03 .inner_frame {
    margin: 25px 0 20px 0;
  }
  #service #service04 .inner_frame.unjoin {
    margin: 25px 0 20px 0;
  }
  #service #service05 .inner_frame.frame_orange {
    margin: 25px 0 20px 0;
  }
  #service #service06 .inner_frame.frame_orange {
    margin: 25px 0 15px 0;
  }
  #service #service07 .inner_frame.frame_orange {
    margin: 25px 0 20px 0;
  }
}
#service .frame_orange {
  border: solid #EF7C49 2px;
}
#service .frame_green {
  border: solid #2B9126 2px;
}
#service .frame_blue {
  border: solid #62A2E3 2px;
}
#service .frame_brown {
  border: solid #552F2F 2px;
}
#service .inner_frame .button_title {
  margin: 0;
  position: absolute;
  left: 15px;
  top: -25px;
}
@media screen and ( max-width:767px) {
  #service .inner_frame .button_title {
    left: 3px;
    top: -18px;
  }
}
#service .service_flow {
  justify-content: space-between;
}
#service .service_flow .square_number {
  margin-top: 27px;
  z-index: 2;
}
#service .service_flow_text {
  width: calc(100% - 100px);
  border-bottom: dotted #C6B7B7 1px;
  padding-top: 30px;
  position: relative;
}
@media screen and ( max-width:767px) {
  #service .service_flow_text {
    width: calc(100% - 50px);
    padding-top: 20px;
  }
}
#service .service_flow_text::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: #C2C6B7;
  position: absolute;
  left: -66px;
  top: 45px;
}
@media screen and ( max-width:767px) {
  #service .service_flow_text::before {
    width: 5px;
    left: -32px;
  }
}
#service .service_flow:last-child .service_flow_text::before {
  display: none;
}
#service .service_flow:first-child .service_flow_text {
  padding-top: 0;
}
#service .service_flow:last-child .service_flow_text {
  border-bottom: none;
}
#service .service_flow_text dl {
  margin-bottom: 30px;
}
@media screen and ( max-width:767px) {
  #service .service_flow_text dl {
    margin-bottom: 20px;
  }
}
#service .border_frame {
  border: solid #C6B7B7 1px;
  border-radius: 5px;
  padding: 20px;
}
@media screen and ( max-width:767px) {
  #service .border_frame {
    padding: 12px 15px;
  }
}
#service .service_flow_text .border_frame {
  margin-bottom: 40px;
}
@media screen and ( max-width:767px) {
  #service .service_flow_text .border_frame {
    margin-bottom: 30px;
  }
}
#service .service_flow_text dt {
  font-size: 2rem;
  font-weight: 600;
  color: #A04219;
  padding-bottom: 10px;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  #service .service_flow_text dt {
    font-size: 1.5rem;
    padding-top: 3px;
  }
}
#service .service_flow_text dt span {
  color: #FFF;
  background: #DE6767;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 3px 10px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
@media screen and ( max-width:767px) {
  #service .service_flow_text dt span {
    font-size: 0.2rem;
    padding: 3px 5px;
  }
}
#service .service_flow_text dt .hide_br {
  display: none;
}
@media screen and ( max-width:400px) {
  #service .service_flow_text dt .hide_br {
    display: inline;
  }
  #service .service_flow_text dt span {
    margin-left: 0;
  }
}
#service .service_flow_text dd {
  font-weight: 400;
  font-size: 1.6rem;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  #service .service_flow_text dd {
    font-size: 1.4rem;
  }
}
#service .service_flow_text dd .cation {
  padding-top: 5px;
  font-size: 1.4rem;
}
#service .service_flow_text dd .border_separate {
  border-top: dotted #C6B7B7 1px;
  padding-top: 30px;
  margin-top: 30px;
}
#service .service_flow_text dd ul.cation {
  text-indent: -1em;
}
#service .service_flow_text dd ul.cation li {
  margin-left: 1em;
}
#service .service_content .cation_list,
#service .service_content .text_list {
  text-indent: -1em;
}
#service .service_content .cation_list li,
#service .service_content .text_list li {
  margin-left: 1em;
}
#service .service_content .cation_list li {
  margin-left: 1em;
  font-size: 2rem;
  color: #A04219;
  padding-bottom: 25px;
}
@media screen and ( max-width:767px) {
  #service .service_content .cation_list li {
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
  #service .service_content .text_list li {
    font-size: 1.4rem;
  }
}
#service .service_content .example {
  position: relative;
  border: solid #C6B7B7 1px;
  border-radius: 5px;
  margin: 20px 0;
}
@media screen and ( max-width:767px) {
  #service .service_content .example {
    margin: 20px 0 5px;
  }
}
#service .service_content .example dt {
  color: #FFF;
  background: #A04219;
  display: block;
  width: 26px;
  height: 26px;
  padding-top: 1px;
  border-radius: 13px;
  font-size: 1.5rem;
  text-align: center;
  position: absolute;
  left: -8px;
  top: -8px;
}
@media screen and ( max-width:767px) {
  #service .service_content .example dt {
    width: 22px;
    height: 22px;
    font-size: 1.2rem;
  }
}
#service .service_content .example dd {
  font-size: 1.6rem;
  text-align: center;
  padding: 20px;
}
@media screen and ( max-width:767px) {
  #service .service_content .example dd {
    font-size: 1.4rem;
    padding: 15px;
  }
}
#service .service_content .align_left dd {
  text-align: left;
  padding: 20px 25px 25px;
}
@media screen and ( max-width:580px) {
  #service .service_content .align_left dd {
    padding: 15px;
  }
}
#service .service_content .example .example_title {
  color: #C3525B;
  font-size: 2rem;
  padding-bottom: 0;
}
@media screen and ( max-width:767px) {
  #service .service_content .example .example_title {
    font-size: 1.5rem;
  }
}
#service .service_content .example .example_text {
  padding-top: 10px;
}
#service .service_content .contrast {
  justify-content: space-between;
  padding: 20px 0 35px;
}
@media screen and ( max-width:767px) {
  #service .service_content .contrast {
    padding: 10px 0 20px;
  }
}
@media screen and ( max-width:580px) {
  #service .service_content .contrast {
    flex-wrap: wrap;
    padding: 0 0 20px;
  }
}
#service .service_content .contrast dl {
  width: calc(400 / 820 * 100%);
  border: solid #C6B7B7 4px;
  border-radius: 5px;
  color: #A04219;
}
@media screen and ( max-width:767px) {
  #service .service_content .contrast dl {
    border: solid #C6B7B7 3px;
  }
}
@media screen and ( max-width:580px) {
  #service .service_content .contrast dl {
    width: 100%;
    border: solid #C6B7B7 2px;
  }
  #service .service_content .contrast dl:first-child {
    margin-bottom: 20px;
  }
}
#service .service_content .contrast dt {
  text-align: center;
  font-size: 2rem;
  border-bottom: solid #C6B7B7 4px;
  padding: 15px 20px;
}
@media screen and ( max-width:767px) {
  #service .service_content .contrast dt {
    font-size: 1.5rem;
    border-bottom: solid #C6B7B7 3px;
    padding: 10px 20px;
  }
}
@media screen and ( max-width:580px) {
  #service .service_content .contrast dt {
    border-bottom: solid #C6B7B7 2px;
  }
}
#service .service_content .contrast dd {
  font-size: 1.8rem;
  padding: 30px 40px;
}
@media screen and ( max-width:767px) {
  #service .service_content .contrast dd {
    font-size: 1.5rem;
    padding: 20px;
  }
}
@media screen and ( max-width:580px) {
  #service .service_content .contrast dd {
    padding: 15px;
  }
}
#service .merit {
  padding-bottom: 40px;
}
@media screen and ( max-width:767px) {
  #service .merit {
    padding-bottom: 0; 
  }
}
#service .merit_career .service_text {
  padding-bottom: 35px;
}
#service .merit_career .border_frame {
  padding: 20px 35px;
  margin-bottom: 20px;
}
@media screen and ( max-width:767px) {
  #service .merit_career .border_frame {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
}
#service .merit_career dt {
  color: #A04219;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  #service .merit_career dt {
    font-size: 1.5rem;
  }
}
#service .dt_only .merit_career dt {
  padding-bottom: 0;
}
#service .merit_career dt .square_number {
  position: absolute;
  left: -45px;
  top: -25px;
}
@media screen and ( max-width:767px) {
  #service .merit_career dt .square_number {
    left: -20px;
    top: -30px;
  }
}
#service .merit_career dd {
  font-weight: 400;
  line-height: 1.9;
  font-size: 1.6rem;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  #service .merit_career dd {
    line-height: 1.8;
    font-size: 1.4rem;
  }
}
#service .service_list li {
  color: #A04219;
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 20px;
}
@media screen and ( max-width:767px) {
  #service .service_list li {
    font-size: 1.5rem;
    padding: 0 0 0 25px;
    margin-bottom: 15px;
  }
}
#service .service_list .number {
  display: block;
  width: 22px;
  height: 22px;
  background: #A04219;
  border-radius: 11px;
  text-align: center;
  color: #FFF;
  position: absolute;
  left: 0;
  top: 3px;
  line-height: 1;
  padding-top: 2px;
}
@media screen and ( max-width:767px) {
  #service .service_list .number {
    width: 18px;
    height: 18px;
    top: 4px;
    padding-top: 3px;
    font-size: 1.2rem;
  }
}
#service .service_list .label {
  color: #FFF;
  background: #DE6767;
  border-radius: 5px;
  font-size: 1.5rem;
  padding: 3px 10px;
  position: relative;
  top: -2px;
  display: inline-block;
}
@media screen and ( max-width:965px) {
  #service .service_list li:nth-child(2) .label {
    margin-top: 5px;
  }
}
@media screen and ( max-width:767px) {
  #service .service_list .label {
    font-size: 1.2rem;
    padding: 1px 7px;
    top: -2px;
  }
}
#service .example.style_cation {
  border: none;
  background: #F8E9E9;
}
#service .example.style_cation dd {
  font-size: 1.8rem;
  color: #4E3838;
}
@media screen and ( max-width:767px) {
  #service .example.style_cation dd {
    font-size: 1.5rem;
  }
  #service05 .inner_frame {
    margin: 45px 0 20px 0;
  }
  #service05 .inner_frame .button_title {
    padding: 6px 25px 5px 27px;
    line-height: 1.4;
    top: -25px;
  }
}
#service .box {
  border: solid #C6B7B7 1px;
  margin: 15px 0 20px;
  border-radius: 5px;
}
@media screen and ( max-width:767px) {
  #service .box {
    margin: 5px 0 5px;
  }
}
#service .box h5 {
  border-bottom: solid #C6B7B7 1px;
  text-align: center;
  font-size: 2rem;
  color: #4E3838;
  padding: 20px;
}
@media screen and ( max-width:767px) {
  #service .box h5 {
    font-size: 1.5rem;
    padding: 10px 20px;
  }
}
#service .box h5 br {
  display: none;
}
@media screen and ( max-width:470px) {
  #service .box h5 br {
    display: inline;
  }
}
#service .box_content {
  padding: 30px 0;
}
@media screen and ( max-width:767px) {
  #service .box_content {
    padding: 15px 0;
  }
}
@media screen and ( max-width:650px) {
  #service .box_content {
    flex-wrap: wrap;
    padding: 0 15px 3px;
  }
  #service #service06 .box_content {
    padding: 0 5px 3px;
  }
}
#service .box_content dl {
  text-align: center;
  padding: 5px 0;
}
#service .box_content dl:first-child {
  border-right: solid #C6B7B7 1px;
  width: calc(320 / 820 * 100%);
}
#service .box_content dl:last-child {
  width: calc(500 / 820 * 100%);
}
@media screen and ( max-width:650px) {
  #service .box_content dl {
    padding: 15px 0;
  }
  #service .box_content dl:first-child,
  #service .box_content dl:last-child {
    width: 100%;
    border: none;
  }
  #service .box_content dl:first-child {
    border-bottom: solid #C6B7B7 1px;
  }
}
#service .box_content dt {
  color: #A04219;
  font-size: 2rem;
  padding-bottom: 5px;
}
@media screen and ( max-width:767px) {
  #service .box_content dt {
    font-size: 1.5rem;
  }
}
#service .box_content dd {
  font-size: 1.8rem;
}
@media screen and ( max-width:767px) {
  #service .box_content dd {
    font-size: 1.5rem;
  }
}
#service .box_content dd span {
  font-size: 1.4rem;
}
@media screen and ( max-width:767px) {
  #service .box_content dd span {
    font-size: 1.2rem;
  }
}
#service .box_content dd .tax {
  font-size: 1.2rem;
}
@media screen and ( max-width:767px) {
  #service .box_content dd .tax {
    font-size: 1.1rem;
  }
}
#service .box_content .list_number {
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 30px;
}
@media screen and ( max-width:767px) {
  #service .box_content .list_number {
    padding: 10px 15px 0;
  }
}
@media screen and ( max-width:650px) {
  #service .box_content .list_number {
    padding: 15px 0px 5px;
  }
}
#service .box_content .list_number li {
  width: calc(50% - 25px);
  list-style: disc;
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin-left: 25px;
}
@media screen and ( max-width:767px) {
  #service .box_content .list_number li {
    font-size: 1.5rem;
  }
}
#service .box_content .list_number01 li,
#service .box_content .list_number02 li {
  width: calc(58% - 25px);
  padding-right: 20px;
}
#service .box_content .list_number01 li:nth-child(even),
#service .box_content .list_number02 li:nth-child(even) {
  width: calc(42% - 25px);
  padding-right: 0;
}
#service .box_content .list_number02 li {
  width: calc(58% - 25px);
}
#service .box_content .list_number02 li:nth-child(even) {
  width: calc(42% - 25px);
}
@media screen and ( max-width:650px) {
  #service .box_content .list_number01 li,
  #service .box_content .list_number02 li,
  #service .box_content .list_number01 li:nth-child(even),
  #service .box_content .list_number02 li:nth-child(even) {
    width: calc(100% - 25px);
  }
}
/*
#service .box_content .list_number02 li:first-child {
  width: calc(100% - 25px);
}
*/
#service #service07 .inner_frame ul {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}
#service #service07 .inner_frame li {
  list-style: disc;
  /*width: calc(351 / 826 * 100%);*/
  width: calc(50% - 25px);
  margin-left: 25px;
  font-size: 2rem;
  color: #A04219;
  padding-bottom: 20px;
}
@media screen and ( max-width:767px) {
  #service #service07 .inner_frame li {
    font-size: 1.5rem;
  }
}
#service #service07 .inner_frame li:nth-child(even) {
  padding-right: 20px;
}
@media screen and ( max-width:650px) {
  #service #service07 .inner_frame li {
    width: calc(100% - 25px);
    padding-bottom: 10px;
  }
}
/*
#service #service07 .inner_frame li:nth-child(even) {
  width: calc(425 / 826 * 100%);
}
*/
#service #service07 .inner_frame li:first-child {
  width: calc(100% - 25px);
}
#service .border_content {
  border: solid #C6B7B7 1px;
  border-radius: 5px;
}
#service .border_content h5 {
  border-bottom: solid #C6B7B7 1px;
  font-weight: 600;
  font-size: 2rem;
  color: #A04219;
  text-align: center;
  padding: 15px;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  #service .border_content h5 {
    font-size: 1.6rem;
    padding: 10px;
  }
}


/* flow
*****************************/

@media screen and ( max-width:767px) {
  #flow {
    padding-bottom: 30px;
    padding-top: 85px;
  }
}
@media screen and ( max-width:580px) {
  #flow {
    padding-top: 55px;
  }
}
#flow .content .lead_text {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.9;
  padding-bottom: 60px;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  #flow .content .lead_text {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
}
#flow .flow_content {
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
@media screen and ( max-width:490px) {
  #flow .flow_content {
    flex-wrap: wrap;
    padding: 30px 0 15px;
  }
}
#flow .flow_content dl {
  width: calc(230 / 1080 * 100%);
  position: relative;
}
@media screen and ( max-width:490px) {
  #flow .flow_content dl {
    width: 100%;
  }
}
#flow .flow_content dt,
#flow .flow_content dd span {
  position: absolute;
  z-index: 1;
}
#flow .flow_content dt {
  top: -38px;
  left: calc(50% - 38px);
}
@media screen and ( max-width:767px) {
  #flow .flow_content dt {
    top: -10px;
    left: -5px;
  }
}
#flow .flow_content dd {
  padding-top: 100%;
  background: #FFF;
  border: solid #C6B7B7 1px;
  border-radius: 5px;
  position: relative;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:490px) {
  #flow .flow_content dd {
    padding: 15px;
  }
}
#flow .flow_content dd span {
  top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  display: block;
  width: 100%;
}
@media screen and ( max-width:900px) {
  #flow .flow_content dd span {
    transform: translate(-50%, -40%);
  }
}
@media screen and ( max-width:767px) {
  #flow .flow_content dd span {
    font-size: 1.6rem;
  }
}
@media screen and ( max-width:650px) {
  #flow .flow_content dd span {
    font-size: 1.4rem;
  }
}
@media screen and ( max-width:530px) {
  #flow .flow_content dd span {
    font-size: 1.2rem;
  }
}
@media screen and ( max-width:490px) {
  #flow .flow_content dd span {
    top: inherit;
    left: inherit;
    transform: none;
    text-align: center;
    font-size: 2rem;
    position: inherit;
  }
}
#flow .flow_content dd span img {
  padding-bottom: 20px;
}
@media screen and ( max-width:960px) {
  #flow .flow_content dd span img {
    padding-bottom: 5px;
  }
}
@media screen and ( max-width:767px) {
  #flow .flow_content dd span img {
    height: 45px;
  }
}
@media screen and ( max-width:530px) {
  #flow .flow_content dd span img {
    height: 35px;
  }
}
@media screen and ( max-width:490px) {
  #flow .flow_content dd span img {
    height: 24px;
    padding: 0 5px 0 0;
    position: relative;
    top: -4px;
  }
  #flow .flow_content dd span br {
    display: none;
  }
}
#flow .flow_content dl:first-child dd span img {
  padding: 13px 0 33px;
}
@media screen and ( max-width:960px) {
  #flow .flow_content dl:first-child dd span img {
    padding: 13px 0;
  }
}
@media screen and ( max-width:767px) {
  #flow .flow_content dl:first-child dd span img {
    height: 30px;
    margin: 8px 0;
    padding: 0;
  }
}
@media screen and ( max-width:530px) {
  #flow .flow_content dl:first-child dd span img {
    height: 20px;
  }
}
@media screen and ( max-width:490px) {
  #flow .flow_content dl:first-child dd span img {
    height: 19px;
    margin: 0;
    padding: 0 5px 0 0;
    top: -7px;
  }
}
@media screen and ( max-width:850px) {
  #flow .flow_content .arrow {
    text-align: center;
  }
  #flow .flow_content .arrow img {
    width: 14px;
  }
}
@media screen and ( max-width:650px) {
  #flow .flow_content .arrow img {
    width: 10px;
  }
}
@media screen and ( max-width:490px) {
  #flow .flow_content .arrow {
    width: 100%;
    padding-bottom: 10px;
  }
  #flow .flow_content .arrow img {
    transform: rotate(90deg);
  }
}


/* faq
*****************************/

#faq {
  background: #3DAD38;
  padding-top: 100px;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and ( max-width:580px) {
  #faq {
    padding-top: 70px;
  }
}
#faq::after {
  top: 0;
}
#faq .arrow_title::before {
  top: -100px;
}
#faq .arrow_title::after {
  top: 75px;
}
@media screen and ( max-width:767px) {
  #faq .arrow_title::before {
    top: -60px;
  }
  #faq .arrow_title::after {
    top: -5px;
  }
}
#faq .content .lead_text {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.9;
  padding-bottom: 60px;
  transform: rotate(0.05deg); /* for win */
  color: #FFF;
}
@media screen and ( max-width:767px) {
  #faq .content .lead_text {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
}
#faq .content {
  padding-bottom: 50px;
}
#faq .content .faq_list {
  background: #FFF;
  border-radius: 5px;
  margin-bottom: 25px;
}
#faq .content .faq_list:last-child {
  margin-bottom: 0;
}
#faq .content .faq_list h3 {
  padding: 25px 60px 22px 95px;
  font-size: 2rem;
  font-weight: 800;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
#faq .content .faq_list h3:hover,
#faq .content .faq_list .open {
  color: #EF7C49;
}
#faq .content .faq_list h3::before,
#faq .content .faq_list h3::after {
  display: block;
	content: "";
	position: absolute;
	top: 50%; 
	right: 25px;
	margin: auto;
  width: 20px;
	height: 4px;
  background-color: #EF7C49;
}
#faq .content .faq_list h3::before {
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#faq .content .faq_list h3:after {
	transition: .3s;
}
#faq .content .faq_list .open::before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.menu-icon .accordion .open::after{
	background-color: transparent;
}
#faq .content .faq_list h3 .icon {
  width: 60px;
  position: absolute;
  left: 25px;
  top: 22px;
  text-align: center;
}
#faq .content .gyoseishyoshi.sharoshi .icon img {
  width: 26px;
}
#faq .content .faq_list .faq_text {
  border-top: solid #C6B7B7 1px;
  margin: 0 25px;
  padding: 25px 0;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.9;
  display: none;
}


/* application
*****************************/

#application {
  padding-bottom: 140px;
}
@media screen and ( max-width:767px) {
  #application {
    padding-bottom: 50px;
    padding-top: 80px;
  }
}
@media screen and ( max-width:580px) {
  #application {
    padding-top: 50px;
  }
}
#application .content .lead_text {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.9;
  padding-bottom: 60px;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  #application .content .lead_text {
    font-size: 1.6rem;
    padding-bottom: 30px;
  }
}
#application .privacy_confirm {
  border: solid #C6B7B7 1px;
  border-radius: 5px;
  background: #FFF;
  padding: 25px 40px;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
  font-weight: 500;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  #application .privacy_confirm {
    padding: 20px 15px;
    font-size: 1.4rem;
  }
}
#application .privacy_confirm a {
  color: #338E2E;
  text-decoration: underline;
  transform: rotate(0.05deg); /* for win */
}
#application .privacy_confirm a:hover {
  text-decoration: none;
}
#application .privacy_confirm img {
  position: relative;
  top: -6px;
  padding: 0 5px 0 2px;
}
#application .form_contents .required_text,
#application .form_contents dd .form_caption,
#application .form_contents #investigation dd label,
#application .form_contents #privacy dd label {
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  #application .privacy_confirm img {
    width: 20px;
  }
  #application .form_contents {
    margin-top: 20px;
  }
  #application .form_contents dl {
    padding-bottom: 20px;
  }
}
#application .form_contents dt {
  color: #4E3838;
  border-left: solid #4E3838 2px;
  transform: rotate(0.05deg); /* for win */
}
@media screen and ( max-width:767px) {
  #application .form_contents dt {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #application .form_contents span.required_icon {
    line-height: 1;
  }
}
#application .form_contents dd input[type="text"],
#application .form_contents dd input[type="email"],
#application .form_contents dd textarea {
    width: 100%;
}
#application .form_contents dd textarea {
  border: solid #CCC 1px;
}
#application .form_contents #investigation,
#application .form_contents #privacy {
  background: none;
  padding: 0;
}
#application #privacy dt {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #4E3838;
  border-left: solid #4E3838 2px;
  margin-bottom: 15px;
  line-height: 1.4;
  padding: 0 0 0 10px;
  transform: rotate(0.05deg); /* for win */
}
#application .form_contents #privacy dd label input {
  top: 18px;
}
@media screen and ( max-width:767px) {
  #application #privacy dt {
    font-size: 14px;
  }
}
#application .form_contents dd .check_text,
#application .form_contents dd input[type="text"]:focus,
#application .form_contents dd input[type="email"]:focus,
#application .form_contents dd textarea:focus {
  border-bottom: solid #3DAD38 1px;
}
#application .form_contents dd label:hover {
  border: solid #3DAD38 1px;
}
#application .form_contents .submit_button input {
  background: #DE6767;
  transition: all 0.3s;
  transform: rotate(0.05deg); /* for win */
}
#application .form_contents .submit_button input:hover {
  opacity: 0.7;
}


/* application(stea_main_lp_confirm / stea_main_lp_complete)
*****************************/

.stea_main_lp_complete {
  background: #3C2A2A;
}
.stea_main_lp_complete header,
.stea_main_lp_complete #contents {
  background: #FFF;
}
.stea_main_lp_confirm header,
.stea_main_lp_complete header {
  border-bottom: solid #C6B7B7 1px;
}
.stea_main_lp_confirm header .content,
.stea_main_lp_complete header .content {
  justify-content: center;
}
.stea_main_lp_confirm .page_title,
.stea_main_lp_complete .page_title {
  text-align: center;
  padding-top: 60px;
}
@media screen and ( max-width:767px) {
  .stea_main_lp_confirm .page_title,
  .stea_main_lp_complete .page_title {
    font-size: 2rem;
    padding-top: 40px;
  }
  .stea_main_lp_confirm #form_confirm .lead_text,
  .stea_main_lp_complete #form_complete .lead_text {
    font-size: 1.4rem;
  }
}
.stea_main_lp_confirm .form_contents dt {
  color: #4E3838;
  border-left: solid #4E3838 2px;
}
@media screen and ( max-width:767px) {
  .stea_main_lp_confirm .form_contents dt {
    font-size: 14px;
  }
}
.stea_main_lp_confirm #form_confirm.form_contents #investigation,
.stea_main_lp_confirm #form_confirm.form_contents #privacy {
  background: none;
  padding: 0;
}
.stea_main_lp_confirm .form_contents #investigation dt,
.stea_main_lp_confirm .form_contents #privacy dt {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #4E3838;
  border-left: solid #4E3838 2px;
  margin-bottom: 15px;
  line-height: 1.4;
  padding: 0 0 0 10px;
}
@media screen and ( max-width:767px) {
  .stea_main_lp_confirm .form_contents #investigation dt,
  .stea_main_lp_confirm .form_contents #privacy dt {
    font-size: 14px;
  }
  #form_confirm.form_contents .submit_button button {
    color: #333;
  }
}
.stea_main_lp_confirm #form_confirm.form_contents .submit_button {
  padding: 80px 0 140px;
}
@media screen and ( max-width:767px) {
  .stea_main_lp_confirm #form_confirm.form_contents .submit_button {
    padding: 50px 0 60px;
  }
}
.stea_main_lp_confirm #form_confirm.form_contents .submit_button input {
  background: #EF7C49;
}
.stea_main_lp_complete #form_complete.form_contents .submit_button {
  padding: 20px 0 140px;
}
@media screen and ( max-width:767px) {
  .stea_main_lp_complete #form_complete.form_contents .submit_button {
    padding: 0 0 60px;
  }
}
.stea_main_lp_complete #form_complete.form_contents .submit_button a {
  background: #EF7C49;
  text-decoration: none;
}




/* footer
**********************************************************/

footer {
  background: #4E3838;
  position: relative;
  z-index: 1;
  color: #FFF;
  padding: 45px 15px;
}
@media screen and ( max-width:980px) {
  footer {
    padding: 25px 15px 30px;
  }
}
footer .content {
  justify-content: space-between;
}
@media screen and ( max-width:980px) {
  footer .content {
    flex-wrap: wrap;
  }
}
@media screen and ( max-width:590px) {
  footer .content {
    padding: 0;
  }
}
footer a {
  color: #FFF;
}
footer ul {
  width: calc(350 / 1080 * 100%);
  border-right: solid #3C2C2C 1px;
  padding: 10px 0;
}
@media screen and ( max-width:1080px) {
  footer ul {
    width: calc(325 / 1080 * 100%);
  }
}
@media screen and ( max-width:980px) {
  footer ul {
    width: 100%;
    border-right: none;
    border-bottom: solid #3C2C2C 1px;
    padding: 0 0 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
@media screen and ( max-width:630px) {
  footer ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    border-top: solid #3C2C2C 1px;
  }
}
footer li {
  padding-bottom: 12px;
}
footer li:last-child {
  padding-bottom: 0;
}
@media screen and ( max-width:980px) {
  footer li {
    padding-bottom: 0;
    padding-right: 50px;
  }
}
@media screen and ( max-width:630px) {
  footer li {
    width: 50%;
    padding: 0;
    border-right: solid #3C2C2C 1px;
    border-bottom: solid #3C2C2C 1px;
  }
  footer li:last-child {
    border-bottom: none;
  }
  footer li:nth-child(2) {
    border-right: none;
  }
}
@media screen and ( max-width:590px) {
  footer li {
    width: 100%;
    border-right: none;
  }
}
footer li a {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  transform: rotate(0.04deg); /* for win */
}
@media screen and ( max-width:1080px) {
  footer li a {
    font-size: 1.4rem;
  }
}
@media screen and ( max-width:980px) {
  footer li a {
    font-size: 1.2rem;
  }
}
@media screen and ( max-width:630px) {
  footer li a {
    display: block;
    padding: 20px;
  }
}
@media screen and ( max-width:590px) {
  footer li a {
    font-size: 1.4rem;
  }
}
footer li a:hover {
  color: #FFF;
}
footer li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  position: absolute;
  background: url("../img/icon_arrow.svg") no-repeat left top;
  background-size: 100%;
  right: -20px;
  top: 5px;
}
@media screen and ( max-width:1080px) {
  footer li a::after {
    top: 3px;
  }
}
@media screen and ( max-width:980px) {
  footer li a::after {
    width: 7px;
    top: 2px;
  }
}
@media screen and ( max-width:630px) {
  footer li a::after {
    right: 20px;
    top: calc(50% - 7px);
  }
}
footer .footer_address {
  width: calc(685 / 1080 * 100%);
  align-items: center;
}
@media screen and ( max-width:1080px) {
  footer .footer_address {
    width: calc(710 / 1080 * 100%);
  }
}
@media screen and ( max-width:980px) {
  footer .footer_address {
    width: 100%;
    justify-content: center;
  }
}
@media screen and ( max-width:700px) {
  footer .footer_address {
    flex-wrap: wrap;
  }
}
@media screen and ( max-width:590px) {
  footer .footer_address {
    display: block;
  }
}
footer .footer_address h3 {
  width: calc(155 / 685 * 100%);
}
@media screen and ( max-width:1080px) {
  footer .footer_address h3 {
    width: calc(120 / 710 * 100%);
    padding-right: 20px;
  }
}
@media screen and ( max-width:980px) {
  footer .footer_address h3 {
    width: 130px;
    padding-right: 20px;
  }
}
@media screen and ( max-width:700px) {
  footer .footer_address h3 {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    text-align: center;
  }
}
footer .footer_address .address,
footer .footer_address .contact_tel_mail {
  width: calc(265 / 685 * 100%);
}
@media screen and ( max-width:1080px) {
  footer .footer_address .address,
  footer .footer_address .contact_tel_mail {
    width: calc(295 / 710 * 100%);
  }
}
@media screen and ( max-width:980px) {
  footer .footer_address .address,
  footer .footer_address .contact_tel_mail {
    width: 260px;
  }
}
@media screen and ( max-width:590px) {
  footer .footer_address .address,
  footer .footer_address .contact_tel_mail {
    width: 260px;
    margin: 0 auto;
  }
  footer .footer_address .contact_tel_mail {
    padding-top: 20px;
  }
}
footer .footer_address .address {
  font-size: 1.2rem;
}
@media screen and ( max-width:980px) {
  footer .footer_address .address {
    font-size: 1.2rem;
  }
}
footer .footer_address .address dl:first-child,
footer .footer_address .contact_tel_mail dl:first-child {
  padding-bottom: 20px;
}
footer .footer_address .address dd,
footer .footer_address .contact_tel_mail dd {
  padding-top: 3px;
}
footer .footer_address .address dt {
  font-weight: 800;
  transform: rotate(0.05deg); /* for win */
}
footer .footer_address .address dd {
  font-weight: 500;
  transform: rotate(0.05deg); /* for win */
}
footer .footer_address .contact_tel_mail dl {
  position: relative;
  padding: 0 0 0 35px;
}
footer .footer_address .contact_tel_mail .tel::before,
footer .footer_address .contact_tel_mail .mail::before {
  content: "";
  display: block;
  width: 25px;
  position: absolute;
  left: 0;
}
footer .footer_address .contact_tel_mail .tel::before {
  height: 25px;
  top: 9px;
  background: url("../img/icon_tel.svg") no-repeat left top;
  background-size: 100%;
}
footer .footer_address .contact_tel_mail .mail::before {
  height: 18px;
  top: 12px;
  background: url("../img/icon_mail.svg") no-repeat left top;
  background-size: 100%;
}
footer .footer_address .contact_tel_mail dt,
footer .footer_address .contact_tel_mail dt a {
  font-size: 1.4rem;
  font-weight: 800;
  transform: rotate(0.05deg); /* for win */
}
footer .footer_address .contact_tel_mail dd {
  font-size: 1rem;
  font-weight: 500;
  transform: rotate(0.05deg); /* for win */
}
footer .footer_address .contact_tel_mail dd .hide_br {
  display: none;
}
footer .footer_address .contact_tel_mail dt a {
  text-decoration: underline;
}
footer .footer_address .contact_tel_mail dt a:hover {
  color: #FFF;
  text-decoration: none;
}
.copyright {
  background: #3C2A2A;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  padding: 32px 15px;
}
@media screen and ( max-width:767px) {
  .copyright {
    padding: 20px 15px 75px;
  }
  .stea_main_lp_confirm .copyright,
  .stea_main_lp_complete .copyright {
    padding: 20px 15px;
  }
}
@media screen and ( max-width:590px) {
  .copyright {
    font-size: 1rem;
  }
  .copyright a span {
    display: none;
  }
}
.copyright_text {
  transform: rotate(0.05deg); /* for win */
}
.copyright a {
  color: #FFF;
  text-decoration: underline;
  transform: rotate(0.05deg); /* for win */
}
.copyright a:hover {
  text-decoration: none;
}
.return {
  position: fixed;
  right: 25px;
  bottom: 10px;
  z-index: 2;
}
@media screen and ( max-width:767px) {
  .return {
    right: 15px;
    bottom: 65px;
  }
  .stea_main_lp_confirm .return,
  .stea_main_lp_complete .return {
    right: 15px;
    bottom: 10px;
  }
}
.return a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #3C2A2A;
  text-align: center;
  padding-top: 11px;
}
@media screen and ( max-width:767px) {
  .return a {
    width: 40px;
    height: 40px;
    padding-top: 0;
  }
}
.return a:hover {
  background: #4E3838;
}
.return a img {
  transform:rotate(-90deg);
  width: 14px;
}
@media screen and ( max-width:767px) {
  .return a img {
    width: 10px;
  }
}




