@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url(https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap);
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px;
}

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #555555;
  font-size: 1.4rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 0.5px;
}

.inner {
  width: 1008px;
  margin: 0 auto;
  position: relative;
}

/*****************************************************

 Common - Parts
 
*****************************************************/
/*　リンク
----------------------------------------------------*/
a {
  color: #4075B5;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*　リンクボタン
----------------------------------------------------*/
.button {
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  outline: none;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  padding: 28px;
  background-color: #4075B5;
  color: #fff;
  border-radius: 8px;
}

.button:hover {
  background-color: #59b1eb;
}

/*　テーブル
----------------------------------------------------*/
/*　リスト
----------------------------------------------------*/
/* ページトップ
----------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 75px;
  right: 20px;
  font-size: 6.0rem;
  line-height: 0;
  z-index: 999;
}

#page-top a {
  background: rgba(239, 75, 134, 0.5);
  text-decoration: none;
  color: #fff;
  width: 50px;
  padding: 8px 10px;
  text-align: center;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#page-top a:hover {
  text-decoration: none;
  background: #EF4B86;
  color: #fff;
}

/* トピックパス
----------------------------------------------------*/
/* フォント
----------------------------------------------------*/
/* 共通見出し
----------------------------------------------------*/
.dot {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
}
.dot span {
  font-size: 1.4rem;
  display: block;
  margin-top: -8px;
}
.dot:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 5px;
  left: 47%;
  border-bottom: 6px dotted #FF3E55;
}

.dot_right {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 2.4rem;
  text-align: left;
}
.dot_right span {
  font-size: 1.4rem;
  display: block;
  margin-top: -8px;
}
.dot_right:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 5px;
  border-bottom: 6px dotted #FF3E55;
}

/*****************************************************

 Template - Header
 
*****************************************************/
.global_header {
  width: 100%;
  height: 100px;
  margin-top: 25px;
  background-color: transparent;
  position: absolute;
  z-index: 99;
}
.global_header .header_left {
  float: left;
  margin-left: 40px;
  position: relative;
  width: 340px;
}
.global_header .header_left h1.header_txt {
  font-size: 1.4rem;
  color: #665A5D;
  position: absolute;
  left: 78px;
}
.global_header .header_right {
  float: right;
  margin-right: 40px;
}
.global_header .header_right .txt_tel {
  color: #4075B5;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}
.global_header .header_right .box_time {
  margin-top: 8px;
  box-sizing: border-box;
  width: 275px;
  background-color: #665A5D;
  color: #FFF;
  text-align: center;
  padding: 4px;
}

/*****************************************************

 Template - Footer
 
*****************************************************/
.footer_address {
  background: #EF4B86;
  color: #FFF;
  padding: 64px 0;
}
.footer_address .office {
  width: 40%;
  float: left;
  text-align: center;
}
.footer_address .office .office_name {
  font-size: 2.4rem;
  font-weight: 500;
}
.footer_address .office .footer_btn {
  background: #FFF;
  width: 70%;
  height: auto;
  padding: 8px 0;
  font-size: 1.4rem;
  display: block;
  margin: 8px auto 0;
  cursor: pointer;
  color: #4075B5;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
}
.footer_address .office .footer_btn:hover {
  opacity: 0.7;
}
.footer_address .text {
  margin-top: 8px;
  width: 60%;
  float: right;
}
.footer_address .text p {
  margin-top: 16px;
  font-size: 1.4rem;
}
.footer_address .text p:first-child {
  margin-top: 0;
}

.copyright {
  background: #333;
  padding: 16px 0;
}
.copyright p {
  color: #fff;
  text-align: center;
}

/*****************************************************

 Page - Home
 
*****************************************************/
/* main_image
----------------------------------------------------*/
.main_image {
  position: relative;
  width: 100%;
  height: 1016px;
  background: url("../images/home/bg_mainimage.png") no-repeat top center;
}
.main_image .main_image_text {
  position: absolute;
  width: 100%;
  top: 35%;
  right: 10%;
  text-align: right;
}
.main_image .main_image_text img {
  width: 30%;
  max-width: 600px;
  min-width: 260px;
}

.main_image_contents {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -5%;
  background-color: transparent;
}
.main_image_contents nav ul {
  background: rgba(239, 75, 134, 0.8);
  border-radius: 10px;
}
.main_image_contents nav ul li {
  width: 24.5%;
  float: left;
  border-left: dotted 6px #fff;
  text-align: center;
}
.main_image_contents nav ul li:first-of-type {
  border-left: 0;
}
.main_image_contents nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2.2rem;
  position: relative;
}
.main_image_contents nav ul li a.btn_reason::before {
  content: '';
  background: url(../images/home/icon_gnavi01.png) no-repeat;
  display: block;
  width: 100px;
  height: 61px;
  margin: 0 auto 8px;
}
.main_image_contents nav ul li a.btn_example::before {
  content: '';
  background: url(../images/home/icon_gnavi02.png) no-repeat;
  display: block;
  width: 100px;
  height: 61px;
  margin: 0 auto 8px;
}
.main_image_contents nav ul li a.btn_flow::before {
  content: '';
  background: url(../images/home/icon_gnavi03.png) no-repeat;
  display: block;
  width: 100px;
  height: 61px;
  margin: 0 auto 8px;
}
.main_image_contents nav ul li a.btn_entry::before {
  content: '';
  background: url(../images/home/icon_gnavi04.png) no-repeat;
  display: block;
  width: 100px;
  height: 61px;
  margin: 0 auto 8px;
}

/* lead
----------------------------------------------------*/
.lead {
  margin-top: 150px;
  font-family: "Zen Maru Gothic", serif;
}
.lead .text {
  color: #665A5D;
  text-align: center;
  font-size: 2.1rem;
}

.info_box {
  margin-top: 80px;
}
.info_box .box_tel {
  width: 496px;
  height: 224px;
  /*float:left;*/
  margin: 0 auto;
  border: solid 4px #A5989C;
  border-radius: 10px;
  padding: 40px 0 32px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.info_box .box_tel::before {
  content: url("../images/home/icon_box_tel.jpg");
  position: absolute;
  top: -18%;
  left: 40%;
}
.info_box .box_tel .title {
  font-size: 2.1rem;
}
.info_box .box_tel .telnum {
  margin-top: 24px;
  color: #4075B5;
  font-size: 3.0rem;
  line-height: 1;
}
.info_box .box_tel .time {
  box-sizing: border-box;
  width: 318px;
  margin: 16px auto 0;
  background-color: #665A5D;
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  padding: 4px;
}
.info_box .box_form {
  width: 496px;
  height: 224px;
  float: right;
  border: solid 4px #A5989C;
  border-radius: 10px;
  padding: 40px 0 32px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.info_box .box_form::before {
  content: url("../images/home/icon_box_form.jpg");
  position: absolute;
  top: -20%;
  left: 40%;
}
.info_box .box_form .entry {
  margin-top: 24px;
}
.info_box .box_form .entry .button {
  padding: 28px 0 24px;
  width: 424px;
  background-color: #4075B5;
  color: #fff;
  border-radius: 8px;
  font-size: 2.4rem;
}
.info_box .box_form .text {
  margin-top: 16px;
  font-size: 1.8rem;
}

/* pink
----------------------------------------------------*/
.pink {
  margin-top: 80px;
  background: #F9F2F2;
  padding: 80px 0;
}

/* ribbon
----------------------------------------------------*/
.ribbon {
  width: 100%;
  max-width: 1008px;
  margin-bottom: 35px;
  display: inline-block;
  position: relative;
  height: 45px;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  z-index: 10;
}

.ribbon:before {
  /*左側のリボン端*/
  content: '';
  position: absolute;
  width: 0;
  bottom: -35px;
  left: 12px;
  border: 30px solid #665A5D;
  border-left-color: transparent;
  /*山形に切り抜き*/
  z-index: 5;
}

.ribbon:after {
  /*右側のリボン端*/
  content: '';
  position: absolute;
  width: 0;
  bottom: -35px;
  right: 12px;
  border: 30px solid #665A5D;
  border-right-color: transparent;
  /*山形に切り抜き*/
  z-index: 5;
}

@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */
  .ribbon:after {
    /*右側のリボン端*/
    content: '';
    position: absolute;
    width: 0;
    bottom: -35px;
    right: 72px;
    border: 30px solid #665A5D;
    border-right-color: transparent;
    /*山形に切り抜き*/
    z-index: 5;
  }
}
.ribbon h2 {
  width: 854px;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 20px;
  line-height: 1;
  font-size: 3.0rem;
  font-family: "Zen Maru Gothic", serif;
  color: #FFF;
  background: #665A5D;
  z-index: 6;
}

.ribbon h2:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #ED88B4;
  /*左の折り返し部分*/
  z-index: 1;
}

.ribbon h2:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #ED88B4;
  /*右の折り返し部分*/
  z-index: 1;
}

.reason {
  text-align: center;
}
.reason h3 {
  margin-top: 30px;
  color: #EF4B86;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.0rem;
}
.reason p {
  margin-top: 8px;
  font-size: 1.8rem;
}
.reason figure {
  margin-top: 60px;
}
.reason figure img {
  width: 100%;
  max-width: 1819px;
  height: auto;
}

/* example
----------------------------------------------------*/
.example {
  margin-top: 80px;
  background: #fff;
  padding: 80px 0 0;
}
.example p.text {
  margin-top: 46px;
  font-size: 2.0rem;
  text-align: center;
}
.example figure {
  width: 100%;
  max-width: 1238px;
  margin: 0 auto;
  line-height: 0;
}

/* flow
----------------------------------------------------*/
.flow {
  padding: 80px 0;
}
.flow.pink {
  margin-top: 0;
}
.flow p.text {
  margin-top: 46px;
  font-size: 2.0rem;
  text-align: center;
}
.flow .flow_content {
  margin-top: 40px;
  /*通し番号*/
  counter-increment: number;
}
.flow .flow_content figure {
  width: 384px;
  float: left;
}
.flow .flow_content dl {
  width: 624px;
  float: right;
  background: #fff;
  padding: 32px;
  box-sizing: border-box;
  height: 204px;
}
.flow .flow_content dl dt {
  color: #EF4B86;
  font-size: 2.0rem;
  font-family: "Zen Maru Gothic", serif;
}
.flow .flow_content dl dt::before {
  content: counter(number,decimal-leading-zero);
  color: #EF4B86;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  margin-right: 16px;
  vertical-align: sub;
}
.flow .flow_content dl dd {
  margin-top: 16px;
  color: #555;
  font-size: 1.6rem;
}

/* qa_contents
----------------------------------------------------*/
.faq {
  padding: 80px 0;
  background: url(../images/home/bg_faq.jpg) top center no-repeat;
  background-size: cover;
}
.faq .text {
  margin-top: 40px;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 500;
}
.faq .faq_content {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: #FFF;
  background-color: transparent;
  margin: 24px 0;
  padding: 0 0 24px 0;
  border-bottom: dotted 6px #A5989C;
}
.faq .faq_content:first-of-type {
  margin-top: 90px;
}
.faq .faq_content h3 {
  color: #EF4B86;
  font-size: 1.8rem;
  font-weight: 700;
}
.faq .faq_content h3::before {
  content: '';
  background: url(../images/home/icon_question.png) no-repeat;
  width: 65px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}
.faq .faq_content p {
  display: flex;
  font-size: 1.6rem;
  margin: 16px auto 0;
  font-weight: 500;
  letter-spacing: 0;
}
.faq .faq_content p::before {
  content: '';
  background: url(../images/home/icon_answer.png) no-repeat;
  width: 65px;
  height: 50px;
  display: block;
  vertical-align: middle;
}

/* contact
----------------------------------------------------*/
.contact {
  padding: 80px;
}
.contact.pink {
  margin-top: 0;
}
.contact .box_contact {
  margin-top: 56px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background: #FFF;
  border-radius: 10px;
  border: solid 3px #fff;
  background-color: #FFF;
  padding: 32px 32px;
}

/* form
----------------------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  border: #ccc solid 1px;
  background: #f2f2f2;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  height: 40px;
}

select {
  width: 180px;
  border: 1px solid #ccc;
  padding: 11px;
  margin: 0 5px 0 0;
}

textarea {
  height: 200px;
}

input[type="submit"] {
  background: #4075B5;
  width: 400px;
  height: auto;
  padding: 14px 0;
  font-size: 2.0rem;
  letter-spacing: 0.3rem;
  display: block;
  margin: 32px auto 0;
  cursor: pointer;
  color: #FFF;
  border-radius: 8px;
}
input[type="submit"]:hover {
  opacity: 0.7;
}

.contact_form ul {
  width: 100%;
}
.contact_form ul li {
  width: 49%;
  float: left;
  color: #003150;
  margin-top: 32px;
}
.contact_form ul li span {
  color: #FF3E55;
}
.contact_form ul li span.etc {
  color: #003150;
}
.contact_form ul li span.etc input[type="text"] {
  width: 50%;
  display: inline-block;
}
.contact_form ul li dd {
  margin-top: 8px;
}
.contact_form ul li:nth-child(2) {
  margin-left: 2%;
}
.contact_form ul li:nth-child(4) {
  margin-left: 2%;
}
.contact_form ul li:nth-child(n+5) {
  width: 100%;
}
.contact_form ul .checkbox {
  margin: 0 24px 0 0;
}

/*フォームプログラム内で使用*/
input[type="button"] {
  width: 200px;
  height: auto;
  padding: 5px 0;
  font-size: 16px;
  /*letter-spacing: 0.3rem;*/
  display: block;
  cursor: pointer;
  margin: 30px auto;
  border-radius: 8px;
}
input[type="button"]:hover {
  opacity: 0.7;
}

table.form_table {
  width: 80%;
  margin: 50px auto;
}
table.form_table th {
  width: 30%;
  background: #F9F2F2;
  padding: 15px 10px;
  font-size: 14px;
  border-bottom: 1px solid #FFF;
}
table.form_table td {
  width: 70%;
  background: #FFF;
  padding: 15px 10px;
  font-size: 14px;
  border-bottom: 1px solid #F9F2F2;
}

.box_contact .backhome {
  text-decoration: none;
  background: #EF4B86;
  width: 400px;
  height: auto;
  padding: 14px 0;
  font-size: 2.0rem;
  letter-spacing: 0.3rem;
  display: block;
  margin: 32px auto 0;
  color: #FFF;
  border-radius: 8px;
}
.box_contact .backhome:hover {
  opacity: 0.7;
}
