@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: #00AAC1;
  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;
}

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

#page-top a {
  background: rgba(255, 62, 85, 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: #FF3E55;
  color: #fff;
}

/* トピックパス
----------------------------------------------------*/
/* フォント
----------------------------------------------------*/
/* 共通見出し
----------------------------------------------------*/
.dot {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
}
.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: 46%;
  border-bottom: 6px dotted #FF3E55;
}

.dot_right {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 2.4rem;
  text-align: left;
  font-family: "Zen Maru Gothic", serif;
}
.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;
  background-color: #FFF;
}
.global_header .header_left {
  float: left;
}
.global_header .header_left h1.header_txt {
  font-size: 1.4rem;
  color: #E73D76;
}
.global_header .header_right {
  float: right;
}
.global_header .header_right .txt_tel {
  color: #00AAC1;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 600;
}
.global_header .header_right .box_time {
  box-sizing: border-box;
  width: 275px;
  background-color: #00AAC1;
  color: #FFF;
  text-align: center;
  padding: 4px;
}

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

 Template - Footer
 
*****************************************************/
.footer_address {
  background: #FF3E55;
  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: #00AAC1;
  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
 
*****************************************************/
/* right_btn
----------------------------------------------------*/
.right_btn .btn_tel {
  position: fixed;
  top: 10px;
  right: -20px;
  z-index: 100;
}
.right_btn .btn_tel img {
  width: 80%;
}
.right_btn .btn_member {
  position: fixed;
  top: 180px;
  right: -20px;
  z-index: 100;
}
.right_btn .btn_member img {
  width: 80%;
}

/* main_image
----------------------------------------------------*/
.main_image {
  position: relative;
  width: 100%;
  height: 982px;
  background-image: url("../images/home/main_image.jpg");
}
.main_image .main_image_text {
  position: relative;
  width: 100%;
  top: 7%;
  right: 20%;
  text-align: right;
}

.main_image_contents {
  position: absolute;
  width: 100%;
  height: 400px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.main_image_contents .box_entry {
  display: flex;
  justify-content: center;
  padding: 32px;
}
.main_image_contents .box_entry .entry_title {
  font-size: 1.8rem;
  color: #555555;
}
.main_image_contents .box_entry .left {
  box-sizing: border-box;
  width: 40%;
  color: #00AAC1;
  background: #FFF;
  border: solid 3px #00AAC1;
  border-radius: 10px;
  background-color: #C6EDF7;
  padding: 16px;
  margin-right: 16px;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
}
.main_image_contents .box_entry .left .box_time_tel {
  box-sizing: border-box;
  width: 275px;
  background-color: #00AAC1;
  color: #FFF;
  text-align: center;
  padding: 4px;
  margin: 0 auto;
}
.main_image_contents .box_entry .left .txt_tel {
  font-size: 2.8rem;
  color: #00AAC1;
}
.main_image_contents .box_entry .right {
  box-sizing: border-box;
  width: 40%;
  color: #FF3E55;
  background: #FFF;
  border: solid 3px #FF3E55;
  border-radius: 10px;
  background-color: #FFDCE2;
  padding: 16px;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
}
.main_image_contents .box_entry .right a {
  color: #00AAC1;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main_image_contents .box_entry .right a:hover {
  opacity: 0.7;
}
.main_image_contents .box_entry .right .box_time_web {
  box-sizing: border-box;
  width: 275px;
  background-color: #FF3E55;
  color: #FFF;
  text-align: center;
  padding: 4px;
  margin: 0 auto;
}
.main_image_contents .box_entry .right .txt_web {
  font-size: 2.8rem;
  color: #FF3E55;
}
.main_image_contents .column {
  text-align: center;
  font-size: 2.1rem;
  font-family: "Zen Maru Gothic", serif;
}

/* qualification
----------------------------------------------------*/
.qualification {
  background: url("../images/home/bg_stripe_blue.png") repeat;
  padding: 80px;
  text-align: center;
}

/* point4
----------------------------------------------------*/
.point4 {
  position: relative;
}
.point4 h2 {
  position: relative;
  padding: 0.6em;
  background: #FF3E55;
  text-align: center;
}
.point4 h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 25px solid transparent;
  border-top: 25px solid #FF3E55;
  width: 0;
  height: 0;
}
.point4 h3 {
  font-size: 2.4rem;
  color: #00AAC1;
  margin: 0 0 16px 170px;
  padding: 24px 0 0 0;
  font-family: "Zen Maru Gothic", serif;
}
.point4 .left_photo {
  width: 100%;
}
.point4 .left_photo .l_photo {
  width: 45%;
  height: 540px;
  background: url("../images/home/photo_point01.jpg") no-repeat;
  background-size: cover;
  float: left;
}
.point4 .left_photo .l_text {
  position: relative;
  box-sizing: border-box;
  padding: 72px 40px 0;
  width: 55%;
  height: 540px;
  float: left;
}
.point4 .left_photo .box_text {
  position: relative;
}
.point4 .left_photo .box_text .point01 {
  position: absolute;
  top: -20px;
  left: 0px;
}
.point4 .left_photo .box_text .point02 {
  position: absolute;
  top: -50px;
  left: 0px;
}
.point4 .right_photo {
  width: 100%;
}
.point4 .right_photo .r_photo {
  width: 45%;
  height: 540px;
  background: url("../images/home/photo_point02.jpg") no-repeat;
  background-size: cover;
  float: left;
  margin-bottom: 80px;
}
.point4 .right_photo .r_text {
  position: relative;
  box-sizing: border-box;
  padding: 72px 40px 0;
  width: 55%;
  height: 540px;
  float: left;
}
.point4 .right_photo .box_text {
  position: relative;
}
.point4 .right_photo .box_text .point01 {
  position: absolute;
  top: -20px;
  left: 0px;
}
.point4 .right_photo .box_text .point02 {
  position: absolute;
  top: -50px;
  left: 0px;
}
.point4 .right_photo .box_text .point03 {
  position: absolute;
  top: -50px;
  left: 0px;
}
.point4 .right_photo .box_text .point04 {
  position: absolute;
  top: -50px;
  left: 0px;
}

/* job
----------------------------------------------------*/
.job {
  background-color: #FFF8D6;
  padding: 80px;
}
.job .box_job {
  position: relative;
  padding: 32px;
  background: #FFF;
  border-radius: 8px;
  /*角の丸み*/
}
.job .box_job h2 {
  position: relative;
  width: 60%;
  background: repeating-linear-gradient(-45deg, #F9DEE4, #F9DEE4 2px, #FFF 0, #FFF 10px);
  padding: 8px;
  /*文字まわりの余白*/
  color: #454545;
  /*文字色*/
  transform: rotate(-2deg);
  /*見出しの角度*/
  text-align: center;
  font-size: 2.8rem;
  margin: 0 auto;
  top: -60px;
  font-family: "Zen Maru Gothic", serif;
}
.job .box_job .ribbon {
  display: block;
  width: 60%;
  margin: 40px auto;
}
.job .box_job .ribbon_job {
  display: inline-block;
  position: relative;
  height: 80px;
  /*リボンの高さ*/
  line-height: 25px;
  /*リボンの高さ*/
  vertical-align: middle;
  text-align: center;
  padding: 14px 30px;
  font-size: 18px;
  /*文字の大きさ*/
  background: #FF3E55;
  /*塗りつぶし色*/
  color: #FFF;
  /*文字色*/
  box-sizing: border-box;
  width: 100%;
}
.job .box_job .ribbon_job:before, .job .box_job .ribbon_job:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.job .box_job .ribbon_job:before {
  top: 0;
  left: 0;
  border-width: 42px 0px 42px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.job .box_job .ribbon_job:after {
  top: 0;
  right: 0;
  border-width: 42px 15px 42px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

/* flow
----------------------------------------------------*/
.flow {
  background: url("../images/home/bg_stripe_blue.png") repeat;
  padding: 80px;
}
.flow ul {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  margin: 100px 100px 0 100px;
}
.flow ul li {
  position: relative;
  box-sizing: border-box;
  width: 25%;
  background: #FFF;
  border: solid 3px #00AAC1;
  border-radius: 10px;
  background-color: #FFF;
  padding: 60px 16px 16px;
  margin: 0 8px;
  text-align: center;
}
.flow ul li .step {
  position: absolute;
  top: -50px;
  left: 30%;
}
.flow ul li h3 {
  font-size: 2.0rem;
  color: #FF3E55;
  text-align: center;
  margin: 8px 0;
  font-family: "Zen Maru Gothic", serif;
}
.flow ul li p {
  text-align: left;
}

/* qa_contents
----------------------------------------------------*/
.qa_contents {
  padding: 80px;
  background-color: #DEF9E8;
}
.qa_contents .qa_title {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 250px;
  background: #FFF;
  border-radius: 10px;
  background-color: #FFF;
  padding: 60px 16px 16px;
}
.qa_contents .qa_title .qa_title_text {
  width: 400px;
  float: right;
}
.qa_contents .qa_title .qa_title_text p {
  margin: 32px 0 0;
}
.qa_contents .qa_title img {
  position: absolute;
  bottom: 0;
}
.qa_contents .qa {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: #FFF;
  border-radius: 10px;
  background-color: #FFF;
  margin: 56px 0 0;
  padding: 32px;
}
.qa_contents .qa h3 {
  color: #00AAC1;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
}
.qa_contents .qa p {
  font-size: 1.6rem;
  margin: 16px;
}

/* contact
----------------------------------------------------*/
.contact {
  background: url("../images/home/bg_stripe_blue.png") repeat;
  padding: 80px;
}
.contact .box_contact {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background: #FFF;
  border-radius: 10px;
  border: solid 3px #00AAC1;
  background-color: #FFF;
  padding: 56px 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: #00AAC1;
  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 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: #C6EDF7;
  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 #00AAC1;
}

.box_contact .backhome {
  text-decoration: none;
  background: #00AAC1;
  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;
}
