@charset "UTF-8";
/*! ================================================
****************************************************
このcssファイルはSassから生成されていますので、
編集しないようご注意ください。
****************************************************
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Yusei+Magic&display=swap");
.font_yusei {
  font-family: 'Yusei Magic', sans-serif; }

.pc_disp {
  display: block; }

.sp_disp {
  display: none; }

*:focus {
  outline: none; }

/* !Clearfix
---------------------------------------------------------- */
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  overflow: hidden; }

.clearfix::after {
  clear: both; }

body {
  font-family: 'Noto Sans JP', sans-serif,"YakuHanJP", "メイリオ", "Meiryo", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", "YakuHanJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
  -webkit-text-size-adjust: 100%;
  color: #040621; }

/* Material iconsを利用する */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  font-feature-settings: "liga"; }

.sp {
  display: none; }

abbr {
  position: relative; }

sup {
  font-size: 23px;
  position: relative;
  top: -15px;
  left: 0px; }

* {
  box-sizing: border-box;
  -webkit-appearance: none; }

/*header
*****************************************************************/
header {
  position: fixed;
  /*z-index: 9999;*/
  width: 100%;
  height: 92px;
  z-index: 200;
  background: url(../images/head_shadow.png) left bottom repeat-x; }

header .arrow_right {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  letter-spacing: normal;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  background: url(../images/arrow_right-black-18dp.svg) no-repeat center center;
  background-size: 24px auto; }

header h1 {
  display: block;
  float: left;
  background: url(../images/svg/header_logo.svg) no-repeat center center;
  background-size: 168px auto;
  width: 188px;
  height: 64px; }

header h1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer; }

header .subTitle {
  position: absolute;
  bottom: 13px;
  left: 10px;
  font-size: 14px; }

header .menu-state,
header .sp_btn {
  display: none; }

header nav {
  float: right;
  position: relative; }

header nav li {
  float: left; }

header nav li.select {
  box-shadow: 0px 0px 0px 3px #fff inset, 0px -6px 0px 0px #132ddf inset; }

header nav li a {
  position: relative;
  display: block;
  color: #5f5f5f;
  text-align: center;
  text-decoration: none;
  line-height: 18px;
  padding: 34px 20px 34px 18px;
  font-size: 14px;
  font-weight: bold; }

header nav li.contact a {
  padding: 34px 13px 34px 15px; }

header nav li.dob a {
  padding: 26px 20px 24px 20px; }

.scene header nav li.sk_02 a,
.fullstack header nav li.sk_05 a,
header nav li.select a,
header nav li.active a,
header nav li a:hover,
header nav li.select p,
header nav li.active p,
header nav li p:hover {
  color: #7bb4ba; }

.scene header nav li.sk_02 a .arrow_right,
.fullstack header nav li.sk_05 a .arrow_right,
.fullstack header nav li.sk_06 a .arrow_right,
header nav li.select a .arrow_right,
header nav li.active a .arrow_right,
header nav li a:hover .arrow_right,
header nav li.select p .arrow_right,
header nav li.active p .arrow_right,
header nav li p:hover .arrow_right {
  background: url(../images/arrow_right-blue-18dp.svg) no-repeat center center;
  background-size: 24px auto; }

header nav li a i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px; }

header nav li.blue_li p,
header nav li.blue_li a {
  display: block;
  background: #7bb4ba url(../images/svg/mail_w_icon.svg) no-repeat 10px center;
  background-size: 15px auto;
  width: 150px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  padding: 0 0 0 35px;
  font-size: 12px;
  line-height: 86px;
  cursor: pointer;
  font-weight: bold; }

header nav li.blue_li a:hover {
  background: #3ed9c3 url(../images/svg/mail_w_icon.svg) no-repeat 10px center;
  background-size: 15px auto; }

header nav li.blue_li.loginclose {
  display: none; }

.login header nav li.blue_li.splogin {
  display: none; }

header nav .pclogin {
  position: absolute;
  right: 0;
  top: 0;
  display: none; }

header nav .pclogin .close {
  padding: 0 0 0 106px;
  position: relative; }

header nav .pclogin .close p {
  display: block;
  position: relative;
  background: #142ddf;
  width: 106px;
  height: 86px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 54px 0 14px 0;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer; }

header nav .pclogin .close p::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -22px;
  margin-right: 2px; }

header nav .pclogin .close p::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -22px;
  margin-right: -19px; }

header nav .pclogin .close p:hover {
  background: #7584ef; }

header nav .pclogin .list {
  width: 212px;
  background: #142ddf;
  padding: 6px; }

header nav .pclogin .list dt {
  width: 100%;
  background: #fff;
  border-top: 1px solid #d7d7d7;
  text-align: center; }

header nav .pclogin .list dt a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 12px 0;
  text-decoration: none;
  background: #fff; }

header nav .pclogin .list dt a:hover {
  background: #f0f0f0; }

header nav .pclogin .list dt a:hover span {
  color: #132ddf; }

header nav .pclogin .list dt img {
  width: 128px;
  vertical-align: top;
  padding: 0 0 5px 0; }

header nav .pclogin .list dt span {
  display: block;
  text-align: center;
  color: #040621;
  font-size: 14px;
  line-height: 20px; }

header .scenemenu {
  display: none;
  position: absolute;
  top: 86px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  border-bottom: 2px solid #142dde;
  padding: 30px 0 60px 0;
  z-index: 9999; }

header .scenemenu .inner {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 5px; }

header .scenemenu .inner .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 35px 5px; }

header .scenemenu .inner ul {
  width: 100%; }

header .scenemenu .inner li {
  float: left;
  width: 25%;
  padding: 0 8px 0 8px; }

header .scenemenu .inner li .liinner {
  background: #fff;
  border-radius: 3px;
  padding: 10px 10px 0 10px;
  overflow: hidden; }

header .scenemenu .inner li .liinner dt {
  background-size: cover;
  padding: 10px 15px; }

header .scenemenu .inner li .liinner dt a {
  display: block;
  position: relative;
  background: rgba(20, 45, 222, 0.9);
  padding: 20px 20px 20px 5px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none; }

header .scenemenu .inner li .liinner dt a::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -5px; }

header .scenemenu .inner li .liinner dt a:hover {
  background: rgba(43, 66, 224, 0.6); }

header .scenemenu .inner li .liinner dd {
  position: relative;
  border-bottom: 1px solid #d8d8d8; }

header .scenemenu .inner li .liinner dd a {
  display: block;
  /*padding:13px 0;*/
  line-height: 20px;
  font-size: 16px;
  color: #040621;
  padding: 15px 30px 15px 15px;
  text-decoration: none; }

header .scenemenu .inner li .liinner dd ::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 1px #142dde;
  border-right: solid 1px #142dde;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px; }

header .scenemenu .inner li .liinner dd a:hover {
  color: #142dde; }

header .scenemenu .inner li .liinner dd:first-child {
  border-top: none; }

header .scenemenu .inner .close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 50px; }

header .scenemenu .inner .close::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -22px;
  margin-right: 2px; }

header .scenemenu .inner .close::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -22px;
  margin-right: -27px; }

header .scenemenu .inner .close:hover {
  opacity: 0.7; }

.spnavigation {
  opacity: 0;
  display: no;
  width: 0;
  height: 0; }

.floatlink {
  width: 56px;
  cursor: pointer;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99;
  opacity: 1;
  background: #142ddf;
  padding: 25px 0;
  margin-top: -130px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5); }

.floatlink p {
  background: url(../images/icon_cart.png) no-repeat center top;
  background-size: auto 26px;
  padding: 0 20px 0 50px;
  text-align: center;
  color: #fff;
  width: 56px;
  padding: 40px 0 40px 0;
  line-height: 22px;
  font-size: 20px; }

.floatlink p::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
  position: absolute;
  bottom: 25px;
  right: 25px;
  margin-top: -10px; }

.floatlink:hover {
  opacity: 0.8; }

/*footer
*****************************************************************/
footer {
  color: #fff;
  background: #7bb4ba;
  padding: 15px 15px 10px 15px;
  width: 100%; }

footer .footer_guide {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 0 35px 0; }

footer .footer_guide dt {
  display: inline-block;
  border-right: 1px solid #ffff;
  line-height: 20px;
  padding: 0 10px; }

footer .footer_guide dt:last-child {
  border-right: none; }

footer .footer_guide dt {
  display: inline-block; }

footer .footer_guide dt a {
  color: #fff;
  text-decoration: none; }

footer .footer_guide dt a:hover {
  opacity: 0.8; }

footer .copyright {
  text-align: center;
  font-size: 12px;
  line-height: 30px; }

/*pageTop
*****************************************************************/
.pageTop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999; }

/*top
*****************************************************************/
#slider {
  padding: 85px 0 0 0; }

#slider .outer {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background: url(../images/bg_01.jpg) no-repeat center top;
  background-size: cover; }

#slider .slide-item {
  position: relative; }
  #slider .slide-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 225px;
    height: 90px;
    background: url(../images/svg/top_slide_af.svg) no-repeat center top;
    background-size: 100% auto; }

#slider .inner li .slideinner {
  max-width: 1040px;
  margin: 0 auto;
  color: #fff;
  padding: 0 10px;
  position: relative;
  padding: 150px 0 80px 10px; }

#slider .inner li .slidebox {
  width: 60%; }

#slider .inner li .slidebox .title {
  width: 95%;
  height: 230px;
  margin-bottom: 20px;
  background: url(../images/top_text.png) no-repeat center top;
  /* background: url(../images/top_text.png) no-repeat center bottom; */
  background-size: 100% auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  /* margin-bottom: 30px; */ }

#slider .inner li .slidebox .text {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 15px 25px;
  margin: 0 0 40px 0; }

#slider .inner li .slidebox .btn {
  max-width: 500px;
  /* margin:0 auto; */
  background: #7bb4ba;
  color: #fff;
  padding: 20px;
  border-radius: 15px;
  -moz-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3); }

#slider .inner li .slidebox .btn a {
  display: block;
  width: 100%;
  font-size: 30px;
  padding: 0 0 0 50px;
  line-height: 50px;
  background: url(../images/svg/mail_w_icon.svg) no-repeat left center;
  background-size: 35px auto;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: center; }

#slider .inner li .slidebox .btn a:hover {
  opacity: 0.8; }

#slider .inner li img {
  bottom: 5%;
  position: absolute;
  right: 5%;
  width: 36%; }

/*top_section
*****************************************************************/
#top_section {
  padding: 80px 0 100px 0;
  background: #fff; }

#top_section .inner {
  max-width: 960px;
  margin: 0 auto; }

#top_section .inner .title {
  font-size: 34px;
  line-height: 45px;
  text-align: center;
  margin: 0 0 40px 0; }

#top_section .inner .text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 0 0 70px 0; }

/*point_section
*****************************************************************/
#point_section {
  padding: 80px 0 100px 0;
  background: #eaf7f5; }

#point_section .inner {
  max-width: 960px;
  margin: 0 auto; }

#point_section .inner .title {
  font-size: 26px;
  line-height: 45px;
  text-align: center;
  margin: 0 0 15px 0;
  background: url(../images/text_side.png) no-repeat center center;
  background-size: 280px auto; }

#point_section .inner .subTitle {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  color: #7bb4ba;
  text-align: center;
  padding: 0 0 10px 0;
  margin: 0 0 65px 0; }

#point_section .inner .text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 0 0 70px 0; }

#point_section .inner .pintlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#point_section .inner .pintlist li {
  width: 45%;
  padding: 0 10px 20px 10px;
  display: flex; }

#point_section .inner .pintlist li .box {
  width: 100%;
  padding: 25px 0;
  background: #fff;
  color: #000; }

#point_section .inner .pintlist li .box .count {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  padding: 0 0 5px 0;
  text-align: center; }

#point_section .inner .pintlist li .box .step {
  font-size: 18px;
  padding: 0 0 5px 0;
  text-align: center; }

#point_section .inner .pintlist li .box .icon {
  width: 100%;
  height: 70px;
  border-left: 5px solid #7bb4ba;
  margin: 0 0 8px 0; }

#point_section .inner .pintlist li:nth-child(1) .box .icon {
  background: url(../images/svg/point_01_icon.svg) no-repeat center center;
  background-size: 70px auto; }

#point_section .inner .pintlist li:nth-child(2) .box .icon {
  background: url(../images/svg/point_02_icon.svg) no-repeat center center;
  background-size: 70px auto; }

#point_section .inner .pintlist li .box .pointTitle {
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0 10px 8px 10px;
  text-align: center; }

#point_section .inner .pintlist li .box .pointText {
  padding: 0 20px; }

/*plan_section
*****************************************************************/
#plan_section {
  padding: 80px 0 100px 0;
  background: #fff url(../images/bg_02.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover; }

#plan_section .inner {
  max-width: 1100px;
  margin: 0 auto; }

#plan_section .inner .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  padding: 0 0 15px 0; }

#plan_section .inner .subTitle {
  font-size: 25px;
  line-height: 28px;
  text-align: center;
  padding: 0 0 10px 0;
  background: url(../images/subtitle_line.png) no-repeat center bottom;
  font-weight: normal;
  margin: 0 0 65px 0; }

#plan_section .inner .text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 0 0 70px 0; }

#plan_section .inner .planBlock {
  max-width: 540px;
  margin: 0 auto; }

#plan_section .inner .planBlock .planInner {
  width: 100%;
  background: #fff;
  padding: 40px 70px 30px 70px;
  border-radius: 15px;
  -moz-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3); }

#plan_section .inner .planBlock .planInner .planIcon {
  margin: 0 auto 20px auto;
  width: 80px;
  height: 80px;
  background: url(../images/svg/wp_logo.svg) no-repeat center center;
  background-size: 80px auto; }

#plan_section .inner .planBlock .planInner .planPrice {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 0 0; }

#plan_section .inner .planBlock .planInner .planPrice span:nth-child(1) {
  font-size: 35px;
  font-weight: normal;
  padding: 0 5px; }

#plan_section .inner .planBlock .planInner .planPrice span:nth-child(2) {
  font-size: 20px;
  font-weight: normal; }

#plan_section .inner .planBlock .planInner .planText {
  font-size: 18px;
  text-align: center;
  padding: 0 0 50px 0; }

#plan_section .inner .planBlock .planInner dl {
  display: table;
  border-bottom: 1px solid #d2d2d2;
  width: 100%;
  margin: 0 0 5px 0; }

#plan_section .inner .planBlock .planInner dt {
  display: table-cell;
  text-align: left;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold; }

#plan_section .inner .planBlock .planInner dd {
  display: table-cell;
  text-align: right;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold; }

#plan_section .inner .planBlock .planInner dd .check_icon {
  float: right;
  width: 20px;
  height: 20px;
  background: url(../images/svg/check_icon.svg) no-repeat center center;
  background-size: 20px auto; }

#plan_section .inner .planBlock .planlink {
  width: 150px;
  margin: 40px auto 0 auto;
  color: #7bb4ba;
  border: 3px solid #7bb4ba;
  border-radius: 5px;
  background: #fff; }

#plan_section .inner .planBlock .planlink a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #7bb4ba;
  background: #fff;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  font-size: 20px; }

#plan_section .inner .planPlus {
  display: block;
  width: 50px;
  height: 50px;
  margin: 25px auto;
  background: url(../images/plus_icon.png) no-repeat center center;
  background-size: 50px auto; }

#plan_section .inner .planServer {
  max-width: 540px;
  margin: 0 auto; }

#plan_section .inner .planServer .planInner {
  position: relative;
  width: 100%;
  background: #7bb4ba;
  color: #fff;
  padding: 20px;
  border-radius: 15px;
  height: 87px;
  -moz-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3); }

#plan_section .inner .planServer .planInner .planRight {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 40px;
  font-weight: bold;
  text-align: right;
  padding: 0 0 0 0;
  line-height: 50px; }

#plan_section .inner .planServer .planInner .planRight span:nth-child(1) {
  font-size: 30px;
  font-weight: normal;
  padding: 0 5px; }

#plan_section .inner .planServer .planInner .planRight span:nth-child(2) {
  font-size: 18px;
  font-weight: normal; }

#plan_section .inner .planServer .planInner .planLeft {
  font-size: 20px;
  text-align: left;
  padding: 0 0 0 45px;
  line-height: 50px;
  background: url(../images/svg/server_icon.svg) no-repeat left center;
  background-size: 35px auto; }

/*design_section
*****************************************************************/
#design_section {
  padding: 80px 0 100px 0;
  background: #fff;
  background-attachment: fixed;
  background-size: cover; }

#design_section .inner {
  max-width: 1100px;
  margin: 0 auto; }

#design_section .inner .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  padding: 0 0 15px 0;
  color: #7bb4ba; }

#design_section .inner .subTitle {
  font-size: 25px;
  line-height: 28px;
  text-align: center;
  padding: 0 0 10px 0;
  background: url(../images/subtitle_line.png) no-repeat center bottom;
  font-weight: normal;
  margin: 0 0 65px 0; }

#design_section .inner .text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 0 0 70px 0; }

#design_section .inner .imagelist ul {
  max-width: 980px; }

#design_section .inner .imagelist li {
  float: left;
  width: 33.3%;
  padding: 0 10px 20px 10px; }

#design_section .inner .imagelist li img {
  width: 100%; }

/*flow_section
*****************************************************************/
#flow_section {
  padding: 80px 0 100px 0;
  background: #fff url(../images/bg_03.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover; }

#flow_section .inner {
  max-width: 1100px;
  margin: 0 auto; }

#flow_section .inner .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  padding: 0 0 15px 0; }

#flow_section .inner .subTitle {
  font-size: 25px;
  line-height: 28px;
  text-align: center;
  padding: 0 0 10px 0;
  background: url(../images/subtitle_line.png) no-repeat center bottom;
  font-weight: normal;
  margin: 0 0 65px 0; }

#flow_section .inner .text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 0 0 70px 0; }

#flow_section .inner .flowStep li {
  float: left;
  width: 180px;
  padding: 0 5px 20px 5px; }

#flow_section .inner .flowStep li .box {
  width: 100%;
  height: 170px;
  padding: 20px;
  margin: 0 0 20px 0;
  border: 3px solid #7bb4ba;
  border-radius: 5px;
  background: #7bb4ba;
  color: #fff; }

#flow_section .inner .flowStep li:nth-child(1) .box,
#flow_section .inner .flowStep li:nth-child(6) .box {
  background: #fff;
  color: #7bb4ba; }

#flow_section .inner .flowStep li .box .count {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  padding: 0 0 5px 0;
  text-align: center; }

#flow_section .inner .flowStep li .box .step {
  font-size: 18px;
  padding: 0 0 5px 0;
  text-align: center; }

#flow_section .inner .flowStep li .box .icon {
  margin: 0 auto;
  width: 50px;
  height: 40px; }

#flow_section .inner .flowStep li:nth-child(1) .box .icon {
  background: url(../images/svg/flow_01_icon.svg) no-repeat center center; }

#flow_section .inner .flowStep li:nth-child(2) .box .icon {
  background: url(../images/svg/flow_02_icon.svg) no-repeat center center; }

#flow_section .inner .flowStep li:nth-child(3) .box .icon {
  background: url(../images/svg/flow_03_icon.svg) no-repeat center center; }

#flow_section .inner .flowStep li:nth-child(4) .box .icon {
  background: url(../images/svg/flow_04_icon.svg) no-repeat center center; }

#flow_section .inner .flowStep li:nth-child(5) .box .icon {
  background: url(../images/svg/flow_05_icon.svg) no-repeat center center; }

#flow_section .inner .flowStep li:nth-child(6) .box .icon {
  background: url(../images/svg/flow_06_icon.svg) no-repeat center center; }

#flow_section .inner .flowStep li .steText {
  height: 200px; }

/*faq_section
*****************************************************************/
#faq_section {
  padding: 80px 0 100px 0;
  background: #7bb4ba;
  color: #fff; }

#faq_section .inner {
  max-width: 980px;
  margin: 0 auto; }

#faq_section .inner .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  padding: 0 0 5px 0; }

#faq_section .inner .subTitle {
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  padding: 0 0 10px 0;
  font-weight: normal; }

#faq_section .inner .text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 0 0 70px 0; }

#faq_section .faq_ac {
  padding: 0 20px 40px 20px;
  margin: 0 auto;
  max-width: 980px;
  color: #000; }

#faq_section .faq_ac dt {
  position: relative;
  margin: 0 0 0 0;
  padding: 20px 45px 20px 70px;
  width: 100%;
  background: #fff;
  cursor: pointer;
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  line-height: 1.2;
  font-family: 'Yusei Magic', sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  background: #fff url(../images/svg/faq_q.svg) no-repeat 10px 18px;
  background-size: 30px auto; }

#faq_section .faq_ac dt::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(135deg);
  position: absolute;
  top: 28px;
  right: 20px;
  margin: auto; }

#faq_section .faq_ac dt.active {
  border-bottom: 1px solid #fff; }

#faq_section .faq_ac dt.active::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(-45deg);
  position: absolute;
  top: 28px;
  right: 20px;
  margin: auto; }

#faq_section .faq_ac dd {
  display: none;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  padding: 10px 25px 25px 25px;
  width: 100%;
  background: #fff;
  font-size: 20px; }

#faq_section .btn {
  width: 180px;
  height: 40px;
  background: #fff;
  margin: 0 auto;
  border-radius: 5px;
  -moz-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3); }

#faq_section .btn:hover {
  opacity: 0.8; }

#faq_section .btn a {
  display: block;
  color: #7bb4ba;
  text-decoration: none;
  width: 100%;
  line-height: 40px;
  text-align: center; }

/*form_section
*****************************************************************/
#form_section {
  padding: 80px 0 100px 0; }

#form_section .form_inner {
  max-width: 980px;
  margin: 0 auto; }

#form_section .form_inner .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  padding: 0 0 15px 0;
  color: #7bb4ba; }

#form_section .form_inner .subTitle {
  font-size: 25px;
  line-height: 28px;
  text-align: center;
  padding: 0 0 10px 0;
  background: url(../images/subtitle_line.png) no-repeat center bottom;
  font-weight: normal;
  margin: 0 0 65px 0; }

#form_section .form_inner .text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 0 0 70px 0; }

/***** #form_sectiontion*************/
#form_section .form_notice {
  margin: 0 auto;
  width: calc(100% - 2em);
  line-height: 1.6; }

#form_section .form_notice .h2note {
  text-align: center;
  font-size: 1.125rem;
  color: #37acb7;
  font-weight: bolder;
  margin-bottom: 20px; }

#form_section .form_notice .fn_txt {
  text-align: center;
  padding-bottom: 10px;
  font-size: 1.125rem; }

#form_section .form_notice .fn_box {
  color: #000;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
  font-weight: bold; }

#form_section .steps {
  margin: 2em auto 2em;
  width: calc(100% - 2em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#form_section .steps li {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 0.5em;
  background-color: #37acb7;
  color: #fff;
  font-size: 1.125rem;
  margin-right: 2em;
  text-align: center; }

#form_section .steps li:last-child {
  margin-right: 0; }

#form_section .steps li:last-child::after {
  content: none; }

#form_section .steps li::after {
  position: absolute;
  display: block;
  content: "";
  width: 2em;
  height: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -2em;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23F1E986" d="M4,15V9H12V4.16L19.84,12L12,19.84V15H4Z" /></svg>') no-repeat center center;
  background-size: contain; }

#form_section .udr_steps {
  margin-left: 55%;
  margin-right: 4em;
  padding-left: 1em;
  text-indent: -1em; }

#form_section .udr_steps li + li {
  margin-top: 1em; }

#form_section .form_outer {
  width: calc(100% - 10em);
  margin: 0 auto; }

#form_section .form_inner {
  text-align: left;
  padding-left: 1em;
  font-size: 1rem;
  line-height: 1.6; }

#form_section .form_inner .timearea2 + .bikou_wrap {
  margin-top: 1em; }

#form_section .form_inner .bikou_wrap {
  display: inline;
  padding-left: 1em; }

#form_section .form_inner .bikou_wrap .bikounote {
  font-size: 0.8125rem; }

#form_section .form_inner .bikou_wrap .bikounote a {
  color: #c94642; }

#form_section .form_inner .settlement {
  margin: 2em 0;
  font-size: 0.8125rem; }

#form_section .form_inner .settlement .bullets {
  padding-left: 1em; }

#form_section .form_inner .settlement .bullets li {
  font-size: 0.75rem;
  padding-left: 1em;
  text-indent: -1em; }

#form_section .form_inner .settlement .mop {
  padding: 0.5em 0 0 1em; }

#form_section .form_inner .settlement .method {
  padding: 0.5em 0 0; }

#form_section .form_inner .form_item {
  padding-bottom: 30px; }

#form_section .form_inner .form_item .head {
  padding-bottom: 10px; }

#form_section .form_inner .form_item .head span {
  font-size: 0.875rem;
  color: white;
  background-color: #f50057;
  padding: 0 5px;
  margin-left: 10px;
  border-radius: 3px; }

#form_section .form_inner .form_item .body {
  padding-left: 1em; }

#form_section .form_inner .form_item .body input,
#form_section .form_inner .form_item .body textarea {
  border: 1px solid #95989a;
  padding: 1em;
  max-width: 100%; }

#form_section .form_inner .form_item .body input[type="text"],
#form_section .form_inner .form_item .body input[type="tel"],
#form_section .form_inner .form_item .body textarea[type="text"],
#form_section .form_inner .form_item .body textarea[type="tel"] {
  width: 300px; }

#form_section .form_inner .form_item .body input[type="email"],
#form_section .form_inner .form_item .body textarea[type="email"] {
  max-width: 360px;
  width: 100%; }

#form_section .form_inner .form_item .body input.p-region,
#form_section .form_inner .form_item .body textarea.p-region {
  width: 8em; }

#form_section .form_inner .form_item .body input.zip,
#form_section .form_inner .form_item .body textarea.zip {
  width: 8em; }

#form_section .form_inner .form_item .body input[name="muni"],
#form_section .form_inner .form_item .body textarea[name="muni"] {
  width: 8em; }

#form_section .form_inner .form_item .body textarea {
  width: 100%; }

#form_section .form_inner .form_item .body select {
  border: 1px solid #95989a;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 5px; }

#form_section .form_inner .form_item .body select[name="timearea1"].wpcf7-not-valid,
#form_section .form_inner .form_item .body select[name="timearea2"].wpcf7-not-valid {
  position: relative;
  margin-bottom: 3em; }

#form_section .form_inner .form_item .body select[name="timearea1"] + span.wpcf7-not-valid-tip,
#form_section .form_inner .form_item .body select[name="timearea2"] + span.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -4.5em; }

#form_section .form_inner .form_item .body .wpcf7-list-item {
  display: block;
  padding: 0.5em 0 0; }

#form_section .form_inner .btn_area {
  padding: 50px 0 0 0;
  text-align: center; }

#form_section .form_inner .btn_area p {
  display: block; }

#form_section .form_inner .btn_area input {
  background-color: #37acb7;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0 2%;
  max-width: 330px; }

#form_section .form_inner .btn_area input[type="reset"] {
  width: 45%; }

#form_section .form_inner .btn_area input[type="submit"] {
  width: 40%;
  max-width: 200px;
  min-width: 150px;
  margin: 0 auto; }

#form_section .form_inner .btn_area input:hover {
  background-color: #f50057;
  cursor: pointer; }

#form_section .form_inner .reCAPTCHA_branding {
  padding: 3em 0;
  font-size: 0.75rem; }

#form_section .form_inner .reCAPTCHA_branding a {
  text-decoration: underline; }

#form_section .form_inner .wpcf7c-conf {
  background-color: white; }

#form_section .form_inner input:-webkit-autofill,
#form_section .form_inner .input:focus:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px white inset; }

#form_section span.wpcf7-not-valid-tip {
  font-size: 12px; }

#form_section input[type="checkbox"].wpcf7c-conf:checked {
  border-color: #ff6798; }

#form_section .callTel {
  margin: 30px auto 10px;
  max-width: 860px;
  width: calc(100% - 50px); }

#form_section .callTel a {
  display: block;
  padding: 20px;
  color: #936f30;
  border: 2px solid #936f30;
  border-radius: 5px;
  font-size: 1.875rem;
  font-weight: bolder;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

#form_section .callTel a:hover,
#form_section .callTel a:focus {
  -webkit-box-shadow: 0 0.5em 0.5em -0.4em #936f30;
  box-shadow: 0 0.5em 0.5em -0.4em #936f30;
  -webkit-transform: translateY(-0.25em);
  transform: translateY(-0.25em); }

#form_section p.description {
  padding-left: 20px;
  color: #936f30;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: left;
  display: none; }

/*ad_section
*****************************************************************/
#ad_section {
  padding: 50px 0 70px 0; }

#ad_section .inner {
  max-width: 980px;
  margin: 0 auto; }

#ad_section .inner .logo {
  font-size: 16px;
  margin: 0 auto 20px auto;
  width: 168px;
  height: 54px;
  background: url(../images/svg/web_logo.svg) no-repeat center top;
  background-size: 168px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

#ad_section .inner .text {
  font-size: 1.25rem;
  line-height: 1.8;
  text-align: center; }

/*page_section
*****************************************************************/
#page_section {
  padding: 85px 0 0 0;
  background: url(../images/bg_01.jpg) no-repeat top 45px center;
  background-size: cover; }

#page_section .inner {
  padding: 85px 0 40px 0; }

#page_section .inner .title {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  padding: 0 0 20px 0; }

#page_section .inner .line {
  max-width: 400px;
  height: 5px;
  margin: 0 auto;
  -moz-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  background: #7bb4ba; }

/*top_section
*****************************************************************/
#d_section {
  padding: 80px 0 100px 0;
  background: #fff; }

#d_section .inner {
  max-width: 960px;
  margin: 0 auto; }

#d_section .inner .title {
  font-size: 34px;
  line-height: 45px;
  text-align: center;
  margin: 0 0 40px 0; }

#d_section .inner .text {
  margin: 0 auto;
  max-width: 540px;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  padding: 0 0 0 0; }
  #d_section .inner .text .font_yusei {
    font-size: 1.5625rem;
    text-align: center;
    margin: 1em auto 0; }

/*faq_section
*****************************************************************/
#faq_d_section {
  padding: 80px 0 100px 0;
  background: #7bb4ba;
  color: #fff; }

#faq_d_section .inner {
  max-width: 980px;
  margin: 0 auto; }

#faq_d_section .inner .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  padding: 0 0 25px 0;
  color: #fff; }

#faq_d_section .inner .subTitle {
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  padding: 0 0 10px 0;
  font-weight: normal; }

#faq_d_section .inner .text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 0 0 70px 0; }

#faq_d_section .faq_ac {
  padding: 0 20px 40px 20px;
  margin: 0 auto;
  max-width: 980px;
  color: #000; }

#faq_d_section .faq_ac dt {
  position: relative;
  margin: 0 0 0 0;
  padding: 25px 45px 25px 50px;
  width: 100%;
  background: #fff;
  cursor: pointer;
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  line-height: 20px;
  font-size: 20px;
  background: #fff url(../images/svg/faq_q.svg) no-repeat 10px 18px;
  background-size: 30px auto; }

#faq_d_section .faq_ac dt::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(135deg);
  position: absolute;
  top: 28px;
  right: 20px;
  margin: auto; }

#faq_d_section .faq_ac dt.active {
  border-bottom: 1px solid #fff; }

#faq_d_section .faq_ac dt.active::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(-45deg);
  position: absolute;
  top: 28px;
  right: 20px;
  margin: auto; }

#faq_d_section .faq_ac dd {
  display: none;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  padding: 10px 25px 25px 25px;
  width: 100%;
  background: #fff;
  font-size: 20px; }

#faq_d_section .btn {
  width: 180px;
  height: 40px;
  background: #fff;
  margin: 0 auto;
  border-radius: 5px;
  -moz-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3); }

#faq_d_section .btn:hover {
  opacity: 0.8; }

#faq_d_section .btn a {
  display: block;
  color: #7bb4ba;
  text-decoration: none;
  width: 100%;
  line-height: 40px;
  text-align: center; }

/*price_d_section
*****************************************************************/
#price_d_section {
  padding: 80px 0 100px 0;
  background: #fefefe;
  color: #fff; }

#price_d_section .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px; }

#price_d_section .inner .table {
  width: 100%;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  -moz-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px; }

#price_d_section .inner .table .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding: 10px 10px 10px 10px;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #707070;
  background: #7bb4ba; }

#price_d_section .inner .table .tbody {
  display: table;
  width: 100%;
  border-bottom: 1px solid #707070; }

#price_d_section .inner .table .tTitle {
  display: table-cell;
  border-right: 1px solid #707070;
  width: 220px;
  color: #000;
  background: #fff;
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  vertical-align: middle; }

#price_d_section .inner .table .tText {
  display: table-cell;
  border-right: 1px solid #707070;
  color: #000;
  background: #fff;
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  vertical-align: middle; }

#price_d_section .inner .table .tPrice {
  display: table-cell;
  width: 150px;
  color: #000;
  background: #fff;
  padding: 10px 10px 10px 10px;
  text-align: right;
  font-size: 16px;
  vertical-align: middle; }

#price_d_section .inner .text {
  color: #000; }

/*privacy_d_section
*****************************************************************/
#privacy_d_section {
  padding: 80px 0 100px 0;
  background: #fefefe; }

#privacy_d_section .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px; }

#privacy_d_section .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px; }

#privacy_d_section .text {
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 50px 0;
  text-align: left; }

#privacy_d_section .privacy h5 {
  font-size: 24px;
  line-height: 34px;
  padding: 20px 0 30px 0;
  text-align: center; }

#privacy_d_section .privacy dt {
  font-size: 20px;
  line-height: 28px;
  padding: 0 0 20px 0; }

#privacy_d_section .privacy dd {
  font-size: 16px;
  line-height: 28px;
  padding: 0 0 50px 1em; }

#privacy_d_section .privacy dd .ddin {
  text-indent: -2.1em;
  padding: 0 0 3px 2.1em; }

#privacy_d_section .privacy dd .ddsp {
  padding: 0 0 3px 1em; }

#formWrap h3 {
  font-size: 24px;
  text-align: center; }

#formWrap h4 {
  padding: 0 0 30px 0; }

#formWrap .formtext {
  padding: 0 0 30px 0; }

#formWrap .error_messe {
  max-width: 700px;
  margin: 0 auto; }

#formWrap .btn_area {
  padding: 50px 0 0 0;
  text-align: center; }

#formWrap .btn_area input {
  background-color: #37acb7;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0 2%;
  max-width: 330px; }

#formWrap .btn_area input[type="reset"] {
  width: 45%; }

#formWrap .btn_area input[type="submit"] {
  width: 40%;
  max-width: 200px;
  min-width: 150px; }

#formWrap .btn_area input:hover {
  background-color: #f50057;
  cursor: pointer; }

#formWrap .btn_area input[type="button"] {
  width: 40%;
  max-width: 200px;
  min-width: 150px;
  margin: 0 auto; }

#formWrap .formTable {
  display: block; }

#formWrap .formTable tr {
  display: block;
  padding-bottom: 30px; }

#formWrap .formTable th {
  display: block;
  padding-bottom: 10px;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: normal; }

#formWrap .formTable td {
  display: block;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: normal;
  padding: 5px 0 5px 20px; }

/*company_section
*****************************************************************/
#company_section {
  margin: 0 auto 4em;
  max-width: 500px;
  width: calc(100% - 4em); }
  #company_section dl {
    display: table;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #707070; }
    #company_section dl:first-child {
      border-top: 1px solid #707070; }
  #company_section dt, #company_section dd {
    display: table-cell;
    text-align: left;
    line-height: 1.3;
    font-size: 1rem;
    vertical-align: middle; }
  #company_section dt {
    width: 10em;
    padding-right: 1em;
    text-align: right;
    background: #e9ecf1;
    border-right: 1px solid #707070; }
  #company_section dd {
    padding-left: 1em; }
  @media only screen and (max-width: 2560px) {
  body {
    margin: 0; } }
  @media only screen and (max-width: 1920px) {
  body {
    margin: 0; } }
  @media only screen and (max-width: 1200px) {
  body {
    margin: 0; } }
  @media only screen and (max-width: 1000px) {
  body {
    margin: 0; }
    .pc_disp {
      display: none; }
    .sp_disp {
      display: block; }
    header nav li a {
      position: relative;
      display: block;
      color: #5f5f5f;
      text-align: center;
      text-decoration: none;
      line-height: 18px;
      padding: 34px 15px 34px 15px; }
      #slider .slide-item::after {
        top: inherit;
        bottom: 20px; }
    #slider .inner li img {
      bottom: 30%; } }
  @media only screen and (max-width: 900px) {
  body {
    margin: 0; }
    header nav li a {
      position: relative;
      display: block;
      color: #5f5f5f;
      text-align: center;
      text-decoration: none;
      line-height: 18px;
      padding: 34px 5px 34px 5px; }
    #slider {
      padding: 85px 0 0 0;
      min-height: auto; }
    #slider .inner li .slideinner {
      padding: 80px 0 150px 10px; }
    #slider .inner li .slidebox {
      width: 60%; }
    #slider .inner li .slidebox .title {
      width: 90%;
      height: 212px;
      background: url(../images/top_text.png) no-repeat center bottom;
      background-size: 100% auto;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      margin: 0 auto 20px; } }
  @media only screen and (max-width: 736px) {
  body {
    margin: 0; }
      #slider .slide-item::after {
        width: 195px;
        height: 78px;
        right: inherit;
        top: inherit;
        left: 20px;
        bottom: 20px; }
    #slider .inner li .slidebox .title {
      width: 400px;
      margin: 0 auto 20px;
      height: 200px;
      background: url(../images/top_text.png) no-repeat center bottom;
      background-size: 100% auto;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
    #slider .inner li .slidebox .btn {
      padding: 10px;
      margin: 20px auto;
      max-width: 320px; }
    #slider .inner li .slidebox .btn a {
      font-size: 20px;
      padding: 0 0 0 30px;
      line-height: 30px;
      background: url(../images/svg/mail_w_icon.svg) no-repeat left center;
      background-size: 25px auto; }
    #form_section .form_inner .title {
      font-size: 1.375rem; }
    #page_section {
      padding: 76px 0 0 0;
      background: url(../images/bg_01.jpg) no-repeat top 70px center;
      background-size: cover; }
    #d_section .inner .text {
      max-width: 500px;
      text-align: left; } }
  @media only screen and (max-width: 580px) {
  body {
    margin: 0; }
    #slider .inner li .slidebox .title {
      width: 90%; }
    #ad_section .inner .text {
      font-size: 1.125rem; }
    #company_section {
      width: calc(100% - 2em); }
      #company_section dt, #company_section dd {
        font-size: 0.875rem; }
      #company_section dt {
        width: 6em;
        padding-right: 0.5em; } }
  @media only screen and (max-width: 420px) {
  body {
    margin: 0; }
    #slider .inner li .slideinner {
      padding: 30px 0 100px 0; }
    #slider .inner li .slidebox .title {
      height: 150px; }
    #form_section .form_inner .title {
      font-size: 1.25rem; }
    #ad_section .inner .text {
      font-size: 0.9375rem; } }
  @media only screen and (max-width: 340px) {
  body {
    margin: 0; } }

/*# sourceMappingURL=maps/style.css.map */
