@charset "UTF-8";
/* Scss Document */
/*====================================================================
	index
====================================================================

Part name///
	01 General_style
	02 Common_style
	03 Top_style
*/
/*====================================================================
	01 General_style
====================================================================*/
body {
  font-family: m-plus-rounded-1c, sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Meiryo,sans-serif,"宋体",Gulim;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-feature-settings: "palt";
  background: #FEFBF4;
}

body.on {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

p {
  color: #222;
}

a {
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a:before, a:after {
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

br.pc {
  display: initial;
}

@media screen and (max-width: 800px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 800px) {
  br.sp {
    display: initial;
  }
}

.inview {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}

.inview.view {
  opacity: 1;
}

/*====================================================================
	02 Common_style
====================================================================*/
/*---------------------------------------------------------
	header
*/
header {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
}

@media screen and (max-width: 800px) {
  header {
    height: 60px;
  }
}

header .logo_wrap {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 800px) {
  header .logo_wrap {
    left: 2%;
  }
}

header .logo_wrap img, header .logo_wrap p {
  display: inline-block;
  vertical-align: middle;
}

header .logo_wrap img {
  width: 200px;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 800px) {
  header .logo_wrap img {
    width: 150px;
    margin: 0 10px 0 0;
  }
}

header .logo_wrap p {
  color: #FFA500;
  font-size: 1.66em;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  header .logo_wrap p {
    font-size: 1.33em;
  }
}

header nav {
  position: fixed;
  top: 0;
  right: -360px;
  display: block;
  width: 360px;
  height: 100%;
  cursor: pointer;
  background: #985421;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 100px 0;
  overflow: scroll;
}

@media screen and (max-width: 800px) {
  header nav {
    right: -80%;
    width: 80%;
    padding: 80px 0;
  }
}

header nav.on {
  right: 0;
}

header nav ul {
  text-align: center;
}

header nav ul li {
  display: block;
  margin: 0 0 30px;
}

header nav ul li a:link {
  color: #fff;
  font-size: 1.66em;
  font-weight: bold;
}

header nav ul li a span {
  display: block;
  margin: 5px 0 0;
}

header .btn_area {
  position: fixed;
  top: 0;
  right: 0;
  letter-spacing: -1em;
}

header .btn_area .tel_btn {
  display: inline-block;
  width: 200px;
  height: 80px;
  vertical-align: top;
  background: #FFA500;
  letter-spacing: normal;
  padding: 20px 7px;
}

@media screen and (max-width: 800px) {
  header .btn_area .tel_btn {
    position: fixed;
    /*bottom: 100px;*/
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding: 10px 0;
  }
}

header .btn_area .tel_btn img, header .btn_area .tel_btn p {
  display: inline-block;
  vertical-align: middle;
}

header .btn_area .tel_btn img {
  margin: 0 5px 0 0;
}

@media screen and (max-width: 800px) {
  header .btn_area .tel_btn img {
    display: block;
    margin: 0 auto;
  }
}

header .btn_area .tel_btn p {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  header .btn_area .tel_btn p {
    display: none;
  }
}

header .btn_area .contact_btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  vertical-align: top;
  background: #1F8DC6;
  letter-spacing: normal;
  text-align: center;
  padding: 10px 0;
}

@media screen and (max-width: 800px) {
  header .btn_area .contact_btn {
    position: fixed;
    bottom: 20px;
    right: 0;
    width: 60px;
    height: auto;
  }
}

header .btn_area .contact_btn img {
  margin: 0 0 5px;
}

@media screen and (max-width: 800px) {
  header .btn_area .contact_btn img {
    width: 40px;
  }
}

header .btn_area .contact_btn p {
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  header .btn_area .contact_btn p {
    font-size: .89em;
  }
}

header .btn_area .sp_menu {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  vertical-align: top;
  background: #985421;
  cursor: pointer;
  letter-spacing: normal;
  z-index: 999;
}

@media screen and (max-width: 800px) {
  header .btn_area .sp_menu {
    width: 60px;
    height: 60px;
  }
}

header .btn_area .sp_menu span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  margin: auto;
}

@media screen and (max-width: 800px) {
  header .btn_area .sp_menu span {
    width: 30px;
  }
}

header .btn_area .sp_menu span:first-child {
  top: 35%;
}

header .btn_area .sp_menu span:nth-child(2) {
  top: 50%;
}

header .btn_area .sp_menu span:nth-child(3) {
  top: 65%;
}

header .btn_area .sp_menu.on span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

header .btn_area .sp_menu.on span:nth-child(2) {
  opacity: 0;
}

header .btn_area .sp_menu.on span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

/*---------------------------------------------------------
	footer
*/
footer {
  padding: 80px 0 40px;
}

footer .banner {
  position: fixed;
  bottom: -420px;
  left: 20px;
  display: block;
  width: 400px;
  max-width: 50%;
  -webkit-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  z-index: 999;
}

footer .banner.on {
  bottom: 20px;
}

footer iframe {
  display: block;
  width: 96%;
  max-width: 1100px;
  margin: 0 auto 40px;
}

footer address {
  text-align: center;
  font-style: normal;
}

/*====================================================================
	03 Top_style
====================================================================*/
/*---------------------------------------------------------
	Top
*/
#top section {
  position: relative;
  padding: 80px 0;
  z-index: 9;
}

@media screen and (max-width: 800px) {
  #top section {
    padding: 60px 0;
  }
}

#top section .inner {
  position: relative;
  display: block;
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  #top section .inner {
    width: 90%;
  }
}

#top section .ttl {
  display: block;
  margin: 0 auto 40px;
  text-align: center;
}

#top section .ttl h2 {
  font-size: 5em;
  color: #FFA500;
  font-weight: bold;
  margin: 0 0 20px;
}

@media screen and (max-width: 800px) {
  #top section .ttl h2 {
    font-size: 3em;
    margin: 0 0 10px;
  }
}

#top section .ttl p {
  font-size: 1.5em;
  margin: 0 0 20px;
}

@media screen and (max-width: 800px) {
  #top section .ttl p {
    font-size: 1.33em;
    margin: 0 0 10px;
  }
}

#top section .ttl ul {
  letter-spacing: -1em;
}

#top section .ttl ul li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #D3D3D3;
  border-radius: 4px;
}

#top section .ttl ul li:nth-child(2) {
  margin: 0 20px;
}

#top .main {
  display: block;
  width: 100vw;
  height: 100vh;
}

#top .main .main_img.pc {
  display: initial;
}

@media screen and (max-width: 800px) {
  #top .main .main_img.pc {
    display: none;
  }
}

#top .main .main_img.sp {
  display: none;
}

@media screen and (max-width: 800px) {
  #top .main .main_img.sp {
    display: initial;
  }
}

#top .main .main_img li {
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

#top .main .main_txt {
  position: absolute;
  bottom: 80px;
  left: 5%;
  display: block;
  max-width: 90%;
}

@media screen and (max-width: 800px) {
  #top .main .main_txt {
    bottom: 50px;
  }
}

#top .main .main_txt.pc {
  display: initial;
}

@media screen and (max-width: 800px) {
  #top .main .main_txt.pc {
    display: none;
  }
}

#top .main .main_txt.sp {
  display: none;
}

@media screen and (max-width: 800px) {
  #top .main .main_txt.sp {
    display: initial;
  }
}

#top .message {
  overflow: hidden;
}

#top .message:after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-10deg);
  -ms-transform: translate(-50%, 0) rotate(-10deg);
  -moz-transform: translate(-50%, 0) rotate(-10deg);
  -o-transform: translate(-50%, 0) rotate(-10deg);
  transform: translate(-50%, 0) rotate(-10deg);
  display: block;
  width: 120%;
  height: 70%;
  background: #FFF5E3;
  z-index: -1;
}

#top .message .inner {
  min-height: 580px;
}

#top .message .inner .ttl {
  margin: 0 0 40px;
  text-align: left;
}

#top .message .inner img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40%;
}

@media screen and (max-width: 800px) {
  #top .message .inner img {
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
  }
}

#top .message .inner .txt_wrap {
  display: block;
  width: 50%;
}

@media screen and (max-width: 800px) {
  #top .message .inner .txt_wrap {
    width: 100%;
    margin: 0 auto;
  }
}

#top .message .inner .txt_wrap h3 {
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.5;
}

@media screen and (max-width: 800px) {
  #top .message .inner .txt_wrap h3 {
    font-size: 1.5em;
  }
}

#top .message .inner .txt_wrap p {
  font-size: 1.33em;
  line-height: 1.5;
}

@media screen and (max-width: 800px) {
  #top .message .inner .txt_wrap p {
    font-size: 1.16em;
  }
}

#top .point {
  background-image: url("../images/point_bg.jpg");
  background-size: cover;
  background-position: center center;
}

#top .point ul.point_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top .point ul.point_wrap li {
  position: relative;
  display: block;
  width: 32%;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 0 40px;
  padding: 0;
  background: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 800px) {
  #top .point ul.point_wrap li {
    width: 100%;
  }
}

#top .point ul.point_wrap li:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
}

#top .point ul.point_wrap li:last-child {
  opacity: 0;
}

@media screen and (max-width: 800px) {
  #top .point ul.point_wrap li:last-child {
    display: none;
  }
}

#top .point ul.point_wrap li:nth-child(3n-1) {
  margin: 0 2% 40px;
}

@media screen and (max-width: 800px) {
  #top .point ul.point_wrap li:nth-child(3n-1) {
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 800px) {
  #top .point ul.point_wrap li:nth-child(11) {
    margin: 0;
  }
}

#top .point ul.point_wrap li .point_ttl {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
}

#top .point ul.point_wrap li .point_ttl h4 {
  display: block;
  width: 80px;
  height: 80px;
  background: #555;
  text-align: center;
  line-height: 80px;
  font-size: 3.33em;
  font-weight: bold;
  color: #fff;
  border-radius: 20px 0 20px 0;
}

#top .point ul.point_wrap li .point_ttl h3 {
  position: absolute;
  top: 50%;
  left: 90px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 10px 0 0;
}

@media screen and (max-width: 800px) {
  #top .point ul.point_wrap li .point_ttl h3 {
    font-size: 1.33em;
  }
}

#top .point ul.point_wrap li:nth-child(2n-1):after {
  background: #FFA500;
}

#top .point ul.point_wrap li:nth-child(2n-1) h4 {
  background: #FFA500;
}

#top .point ul.point_wrap li:nth-child(2n-1) h3 {
  color: #FFA500;
}

#top .point ul.point_wrap li:nth-child(2n):after {
  background: #1F8DC6;
}

#top .point ul.point_wrap li:nth-child(2n) h4 {
  background: #1F8DC6;
}

#top .point ul.point_wrap li:nth-child(2n) h3 {
  color: #1F8DC6;
}

#top .point ul.point_wrap li p {
  font-size: 1.16em;
  line-height: 1.5;
  padding: 20px 20px 30px;
}

#top .voice {
  background: #FFF5E3;
}

#top .voice .voice_wrap li {
  position: relative;
  letter-spacing: -1;
  margin: 0 0 80px;
}

@media screen and (max-width: 800px) {
  #top .voice .voice_wrap li {
    margin: 0 0 40px;
  }
}

#top .voice .voice_wrap li img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 180px;
}

@media screen and (max-width: 800px) {
  #top .voice .voice_wrap li img {
    width: 90px;
    z-index: 9;
  }
}

#top .voice .voice_wrap li .txt_wrap {
  position: relative;
  display: block;
  width: calc(100% - 250px);
  background: #fff;
  padding: 40px 80px 40px 40px;
  border-radius: 20px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

@media screen and (max-width: 800px) {
  #top .voice .voice_wrap li .txt_wrap {
    width: calc(100% - 100px);
    padding: 20px;
  }
}

#top .voice .voice_wrap li .txt_wrap h3 {
  font-size: 1.66em;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}

@media screen and (max-width: 800px) {
  #top .voice .voice_wrap li .txt_wrap h3 {
    font-size: 1.33em;
  }
}

#top .voice .voice_wrap li .txt_wrap p {
  font-size: 1.16em;
  line-height: 1.5;
}

#top .voice .voice_wrap li:nth-child(2n) img {
  right: 0;
}

#top .voice .voice_wrap li:nth-child(2n) .txt_wrap {
  margin: 0 auto 0 0;
}

#top .voice .voice_wrap li:nth-child(2n) .txt_wrap:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #ffffff;
  border-right: 0;
}

@media screen and (max-width: 800px) {
  #top .voice .voice_wrap li:nth-child(2n) .txt_wrap:after {
    right: -10px;
  }
}

#top .voice .voice_wrap li:nth-child(2n-1) img {
  left: 0;
}

#top .voice .voice_wrap li:nth-child(2n-1) .txt_wrap {
  margin: 0 0 0 auto;
}

#top .voice .voice_wrap li:nth-child(2n-1) .txt_wrap:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 20px solid #ffffff;
  border-left: 0;
}

@media screen and (max-width: 800px) {
  #top .voice .voice_wrap li:nth-child(2n-1) .txt_wrap:after {
    left: -10px;
  }
}

#top .feature {
  background-image: url("../images/feature_bg.jpg");
  background-size: cover;
  background-position: center center;
}

#top .feature .feature_wrap li {
  position: relative;
  height: 330px;
  background: #fff;
  margin: 0 0 40px;
  padding: 40px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  #top .feature .feature_wrap li {
    height: auto;
    padding: 0 0 40px;
  }
}

#top .feature .feature_wrap li .img_wrap {
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 330px;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 800px) {
  #top .feature .feature_wrap li .img_wrap {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 0 20px;
    padding: 60% 0 0;
  }
}

#top .feature .feature_wrap li .txt_wrap {
  display: block;
  width: 45%;
}

@media screen and (max-width: 800px) {
  #top .feature .feature_wrap li .txt_wrap {
    width: 90%;
    margin: 0 auto;
  }
}

#top .feature .feature_wrap li .txt_wrap h4 {
  position: relative;
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  background: #FFA500;
  color: #fff;
  font-size: 1.33em;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 0 0 0 10px;
  z-index: 9;
}

@media screen and (max-width: 800px) {
  #top .feature .feature_wrap li .txt_wrap h4 {
    font-size: 1.25em;
  }
}

#top .feature .feature_wrap li .txt_wrap h4:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 90px;
  height: 100%;
  background: #FFBD45;
  clip-path: polygon(0% 100%, 50% 0%, 100% 0%, 100% 100%);
  z-index: -1;
}

#top .feature .feature_wrap li .txt_wrap h3 {
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 30px;
}

@media screen and (max-width: 800px) {
  #top .feature .feature_wrap li .txt_wrap h3 {
    font-size: 1.66em;
    line-height: 1.5;
    margin: 0 0 20px;
  }
}

#top .feature .feature_wrap li .txt_wrap p {
  font-size: 1.16em;
  line-height: 1.5;
}

#top .feature .feature_wrap li:nth-child(2n-1) .img_wrap {
  right: 0;
  clip-path: polygon(0% 100%, 17.5% 0%, 100% 0%, 100% 100%);
}

@media screen and (max-width: 800px) {
  #top .feature .feature_wrap li:nth-child(2n-1) .img_wrap {
    clip-path: none;
  }
}

#top .feature .feature_wrap li:nth-child(2n) .img_wrap {
  left: 0;
  clip-path: polygon(0% 100%, 0% 0%, 82.5% 0%, 100% 100%);
}

@media screen and (max-width: 800px) {
  #top .feature .feature_wrap li:nth-child(2n) .img_wrap {
    clip-path: none;
  }
}

#top .feature .feature_wrap li:nth-child(2n) .txt_wrap {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 800px) {
  #top .feature .feature_wrap li:nth-child(2n) .txt_wrap {
    margin: 0 auto;
  }
}

#top .info .wrap {
  position: relative;
}

#top .info .info_wrap {
  display: block;
  width: 48%;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 800px) {
  #top .info .info_wrap {
    width: 100%;
  }
}

#top .info .info_wrap img {
  margin: 0 0 20px;
}

#top .info .info_wrap ul {
  margin: 0 0 20px;
}

#top .info .info_wrap ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
}

#top .info .info_wrap ul li:last-child {
  border-bottom: none;
}

#top .info .info_wrap ul li h3, #top .info .info_wrap ul li p {
  font-size: 1.16em;
}

#top .info .info_wrap ul li h3 {
  width: 30%;
  background: #FFA500;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

#top .info .info_wrap ul li p {
  width: 70%;
  background: #fff;
  padding: 10px 10px;
  line-height: 1.5;
}

#top .info .info_wrap table {
  width: 100%;
  background: #fff;
  margin: 0 0 10px;
  border-top: 1px solid #C7ECFF;
  border-left: 1px solid #C7ECFF;
}

#top .info .info_wrap table tr {
  border-bottom: 1px solid #C7ECFF;
}

#top .info .info_wrap table tr th {
  width: 30%;
  padding: 10px 0;
  background: #1F8DC6;
  color: #fff;
  font-size: 1.16em;
  font-weight: bold;
  line-height: 1.5;
  border-right: 1px solid #C7ECFF;
}

#top .info .info_wrap table tr td {
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 1.16em;
  line-height: 1.5;
  color: #66BEEB;
  border-right: 1px solid #C7ECFF;
}

#top .info .info_wrap table tr td.color_bl {
  color: #222;
}

#top .info .info_wrap table tr.head td {
  background: #1F8DC6;
  color: #fff;
  font-weight: bold;
}

#top .info .info_wrap .annotation {
  font-size: 1em;
  line-height: 1.5;
}

#top .info .info_wrap .annotation span {
  color: #66BEEB;
}

#top .info .info_img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-position: bottom center;
}

@media screen and (max-width: 800px) {
  #top .info .info_img {
    position: relative;
    width: 100%;
    height: 0;
    margin: 20px 0 0;
    padding: 60% 0 0;
  }
}

#top .flow {
  background: #FFF5E3;
}

#top .flow .flow_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px 0 40px;
}

@media screen and (max-width: 800px) {
  #top .flow .flow_wrap {
    display: block;
  }
}

#top .flow .flow_wrap li {
  position: relative;
  display: block;
  width: 22%;
  background: #fff;
  padding: 20px 20px 30px;
}

@media screen and (max-width: 800px) {
  #top .flow .flow_wrap li {
    width: 100%;
    margin: 0 0 60px;
  }
}

#top .flow .flow_wrap li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow.svg");
  background-size: cover;
}

@media screen and (max-width: 800px) {
  #top .flow .flow_wrap li:after {
    display: none;
  }
}

#top .flow .flow_wrap li:last-child:after {
  display: none;
}

#top .flow .flow_wrap li h4 {
  position: absolute;
  top: -30px;
  left: 0;
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 1.33em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #FFA500;
}

#top .flow .flow_wrap li h3 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}

#top .flow .flow_wrap li p {
  line-height: 1.5;
}

#top .flow .annotation {
  text-align: center;
  font-size: 1.33em;
  line-height: 1.5;
}

@media screen and (max-width: 800px) {
  #top .flow .annotation {
    font-size: 1.16em;
  }
}

#top .faq .faq_wrap {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

#top .faq .faq_wrap li {
  border-bottom: 1px solid #fff;
}

#top .faq .faq_wrap li h3, #top .faq .faq_wrap li p {
  padding: 30px 40px 30px 100px;
}

@media screen and (max-width: 800px) {
  #top .faq .faq_wrap li h3, #top .faq .faq_wrap li p {
    padding: 15px 40px 15px 50px;
  }
}

#top .faq .faq_wrap li h3:before, #top .faq .faq_wrap li p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  #top .faq .faq_wrap li h3:before, #top .faq .faq_wrap li p:before {
    left: 15px;
    font-size: 2rem;
  }
}

#top .faq .faq_wrap li h3 {
  position: relative;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  background: #FFA500;
}

@media screen and (max-width: 800px) {
  #top .faq .faq_wrap li h3 {
    font-size: 1.66em;
    line-height: 1.5;
  }
}

#top .faq .faq_wrap li h3:before {
  content: "Q.";
  color: #fff;
}

#top .faq .faq_wrap li h3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #ffffff;
  border-bottom: 0;
}

@media screen and (max-width: 800px) {
  #top .faq .faq_wrap li h3:after {
    right: 15px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 8px solid #ffffff;
  }
}

#top .faq .faq_wrap li h3.on:after {
  -webkit-transform: translate(0, -50%) rotate(-180deg);
  -ms-transform: translate(0, -50%) rotate(-180deg);
  -moz-transform: translate(0, -50%) rotate(-180deg);
  -o-transform: translate(0, -50%) rotate(-180deg);
  transform: translate(0, -50%) rotate(-180deg);
}

#top .faq .faq_wrap li p {
  position: relative;
  display: none;
  font-size: 1.16em;
}

@media screen and (max-width: 800px) {
  #top .faq .faq_wrap li p {
    line-height: 1.5;
  }
}

#top .faq .faq_wrap li p:before {
  content: "A.";
}

#top .slider {
  padding: 20px 0;
  background: #fff;
}

#top .slider ul li {
  padding: 0 5px;
}

#top .recruit .recruit_wrap li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 20px;
}

@media screen and (max-width: 800px) {
  #top .recruit .recruit_wrap li {
    display: block;
  }
}

#top .recruit .recruit_wrap li:last-child {
  margin: 0;
}

#top .recruit .recruit_wrap li h3, #top .recruit .recruit_wrap li p {
  font-size: 1.16em;
}

#top .recruit .recruit_wrap li .cts {
  position: relative;
  width: 20%;
  background: #FFA500;
}

@media screen and (max-width: 800px) {
  #top .recruit .recruit_wrap li .cts {
    width: 100%;
    padding: 10px 0;
  }
}

#top .recruit .recruit_wrap li .cts h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.66em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 800px) {
  #top .recruit .recruit_wrap li .cts h3 {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: 1.33em;
  }
}

#top .recruit .recruit_wrap li p {
  width: 78%;
  background: #fff;
  padding: 15px 20px;
  font-size: 1.33em;
  line-height: 1.5;
}

@media screen and (max-width: 800px) {
  #top .recruit .recruit_wrap li p {
    width: 100%;
    font-size: 1.16em;
  }
}

#top .contact {
  background-image: url("../images/contact_bg.jpg");
  background-size: cover;
  background-position: center center;
}

#top .contact .cts {
  letter-spacing: -1em;
}

#top .contact .cts .tel, #top .contact .cts .form {
  position: relative;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  background: #fff;
  padding: 40px 0;
}

@media screen and (max-width: 800px) {
  #top .contact .cts .tel, #top .contact .cts .form {
    display: block;
  }
}

#top .contact .cts .tel:after, #top .contact .cts .form:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#top .contact .cts .tel h3, #top .contact .cts .form h3 {
  text-align: center;
  font-size: 1.66em;
  font-weight: bold;
}

#top .contact .cts .tel {
  width: 100%;
  /*
  width: 33%;
  margin: 0 2% 0 0;
  */
  text-align: center;
}

@media screen and (max-width: 800px) {
  #top .contact .cts .tel {
    width: 100%;
    margin: 0 0 40px;
  }
}

#top .contact .cts .tel:after {
  background: #FFA500;
}

#top .contact .cts .tel h3 {
  color: #FFA500;
  margin: 0 0 30px;
}

#top .contact .cts .tel a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 20px;
}

#top .contact .cts .tel a img {
  margin: 0 10px 0 0;
}

#top .contact .cts .tel a p {
  font-size: 3em;
  font-weight: bold;
  color: #FFA500;
}

#top .contact .cts .tel p.annotation {
  font-size: 1.33em;
  margin: 0 0 30px;
}

#top .contact .cts .tel p.date {
  font-size: 1.66em;
  line-height: 1.5;
}

#top .contact .cts .form {
  width: 65%;
}

@media screen and (max-width: 800px) {
  #top .contact .cts .form {
    width: 100%;
    padding: 0 2%;
  }
}

#top .contact .cts .form:after {
  background: #1F8DC6;
}

#top .contact .cts .form h3 {
  color: #1F8DC6;
  margin: 0 0 30px;
}

#top .contact .cts .form form {
  width: 98%;
  max-width: 800px;
  margin: 0 auto;
}

#top .contact .cts .form form .input_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 20px;
}

@media screen and (max-width: 800px) {
  #top .contact .cts .form form .input_wrap {
    display: block;
  }
}

#top .contact .cts .form form .form_label {
  width: 35%;
  font-size: 1.25em;
  font-weight: bold;
  text-align: right;
  margin: 0 0 5px;
  padding: 0 2% 0 0;
  line-height: 46px;
}

@media screen and (max-width: 800px) {
  #top .contact .cts .form form .form_label {
    width: 100%;
    text-align: left;
  }
}

#top .contact .cts .form form .form_label span {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 5px 10px;
  font-size: .75em;
  color: #fff;
  background: #1F8DC6;
  border-radius: 5px;
  line-height: 1;
}

#top .contact .cts .form form .input_area {
  display: block;
  width: 65%;
}

@media screen and (max-width: 800px) {
  #top .contact .cts .form form .input_area {
    width: 100%;
  }
}

#top .contact .cts .form form .input_area.birthdate .wpcf7-form-control-wrap {
  position: relative;
}

#top .contact .cts .form form .input_area.birthdate .wpcf7-form-control-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  -moz-transform: translate(0, -50%) rotate(45deg);
  -o-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
}

#top .contact .cts .form form .input_area.birthdate p {
  font-size: 1.33em;
}

#top .contact .cts .form form .input_area.birthdate select {
  width: 80px;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 800px) {
  #top .contact .cts .form form .input_area.birthdate select {
    width: 60px;
  }
}

#top .contact .cts .form form .input_area.age p {
  font-size: 1.33em;
}

#top .contact .cts .form form .input_area.age input[type="number"] {
  width: 80px;
  margin: 0 5px 0 0;
}

#top .contact .cts .form form input, #top .contact .cts .form form textarea, #top .contact .cts .form form select, #top .contact .cts .form form button {
  width: 100%;
}

#top .contact .cts .form form input[type="text"], #top .contact .cts .form form input[type="tel"], #top .contact .cts .form form input[type="email"], #top .contact .cts .form form input[type="date"], #top .contact .cts .form form input[type="number"], #top .contact .cts .form form select {
  border: 1px solid #707070;
  height: 46px;
  line-height: 46px;
  padding: 0 0 0 10px;
  font-size: 1.08em;
  letter-spacing: .04em;
  background: none;
}

#top .contact .cts .form form input[type="text"].wpcf7c-conf, #top .contact .cts .form form input[type="tel"].wpcf7c-conf, #top .contact .cts .form form input[type="email"].wpcf7c-conf, #top .contact .cts .form form input[type="date"].wpcf7c-conf, #top .contact .cts .form form input[type="number"].wpcf7c-conf, #top .contact .cts .form form select.wpcf7c-conf {
  border: none;
}

#top .contact .cts .form form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

#top .contact .cts .form form .wpcf7-radio label {
  display: block;
}

#top .contact .cts .form form .wpcf7-radio label input[type="radio"] {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #222;
  margin: 0 10px 0 0;
  border-radius: 50%;
}

#top .contact .cts .form form .wpcf7-radio label input[type="radio"]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1F8DC6;
}

#top .contact .cts .form form .wpcf7-radio label .wpcf7-list-item-label {
  display: inline-block;
  line-height: 46px;
  font-size: 1.33em;
  margin: 0 40px 0 0;
}

#top .contact .cts .form form select {
  position: relative;
}

#top .contact .cts .form form .requirement {
  position: relative;
}

#top .contact .cts .form form .requirement:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #707070 transparent transparent transparent;
}

#top .contact .cts .form form textarea {
  border: 1px solid #707070;
  height: 200px;
  padding: 10px;
  font-size: 1.08em;
  line-height: 1.5;
  letter-spacing: .04em;
}

#top .contact .cts .form form textarea.wpcf7c-conf {
  border: none;
  background: none;
}

#top .contact .cts .form form input[type="submit"],
#top .contact .cts .form form input[type="button"] {
  display: block;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  border: 2px solid #1F8DC6;
  cursor: pointer;
  font-size: 1.33em;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background: #1F8DC6;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#top .contact .cts .form form input[type="submit"]:hover,
#top .contact .cts .form form input[type="button"]:hover {
  background: #fff;
  color: #1F8DC6;
}

#top .contact .cts .form form .btn_wrap {
  text-align: center;
}

#top .contact .cts .form form div.wpcf7-validation-errors, #top .contact .cts .form form div.wpcf7-acceptance-missing {
  border: none;
  margin: 0;
  padding: 0;
  color: #ff0000;
}

#top .contact .cts .form .acceptance {
  text-align: center;
  margin: 0 0 40px;
}

#top .contact .cts .form .acceptance input[type="checkbox"] {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #555;
}

#top .contact .cts .form .acceptance input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  width: 5px;
  height: 10px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
}

#top .contact .cts .form .comment {
  display: table;
  margin: 0 auto 40px;
  text-align: center;
  border: 1px solid #222;
  padding: 20px 60px;
}

@media screen and (max-width: 800px) {
  #top .contact .cts .form .comment {
    padding: 20px 2%;
  }
}

#top .contact .cts .form .comment p {
  font-size: 1.16em;
  line-height: 1.5;
}

@media screen and (max-width: 800px) {
  #top .contact .cts .form .comment p {
    font-size: 1.08em;
  }
}

#top .contact .privacy-policy {
  text-align: center;
  margin: 40px 0 0;
}

#top .contact .privacy-policy h3 {
  font-size: 1.33em;
  font-weight: bold;
  margin: 0 0 10px;
}

@media screen and (max-width: 800px) {
  #top .contact .privacy-policy h3 {
    font-size: 1.16em;
  }
}

#top .contact .privacy-policy p {
  font-size: 1.33em;
  line-height: 1.5;
}

@media screen and (max-width: 800px) {
  #top .contact .privacy-policy p {
    font-size: 1.16em;
    text-align: left;
  }
}
