@charset "UTF-8";
/*
Theme Name: Iwaki-Techno
Author: 株式会社いわきテクノ
Author URI: https://iwaki-techno.com/
Version: 1.1
date created: 2020.06.29
date modified: 2022.03.11 
*** basic setting on normalize.css ***
*/
/* ===============================================
import
 =============================================== */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
/* ===============================================
fonts
 =============================================== */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: 500;
}
body {
  -webkit-text-size-adjust: none;
  /* iOS対応 */
  /*   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji"; */
  font-family: "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-size: 62.5%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

/* ===============================================
IE・Edge対応
=============================================== */
/* html {
  overflow: hidden;
  height: 100%;
}

body {
  overflow: auto;
  height: 100%;
} */
/* ===============================================
variable
=============================================== */
/* ===============================================
common
=============================================== */
body {
  background: #f7f7f0;
  line-height: 1.7;
}

.wrapper {
  background: #27bead;
  overflow: hidden;
}

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

header {
  position: relative;
  display: block;
  width: 100%;
  /* z-index: -1; */
  /* アニメーション設定 */
}
header .arrow_wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
}
header .arrow {
  width: 50px;
  margin: 0 auto;
  -webkit-animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
  animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
}
header .arrow span {
  position: relative;
  display: block;
  left: 50%;
}
header .arrow span:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 1px white;
  border-right: solid 1px white;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@-webkit-keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
            transform: translate3d(-50%, -8px, 0);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
            transform: translate3d(-50%, -8px, 0);
  }
}

.logo-section {
  position: absolute;
  top: 50%;
  max-width: 634px;
  margin: 2em;
  padding: 0;
  color: #fff;
  font-size: 1.4em;
  font-weight: 900;
  letter-spacing: 0.15em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .logo-section {
    font-size: 1.8em;
  }
}
.logo-section h1 {
  height: 94px;
  width: 634px;
  max-width: calc(100vw - 2em);
  margin: 0.25em 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("/assets/img/logo_title.svg") no-repeat;
  background-size: contain;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 700px) {
  .logo-section h1 {
    max-width: calc(100vw - 2em);
  }
}

/* ===============================================
header
=============================================== */
header {
  position: relative;
  /* align-items: flex-end; IEでバグが起きるためNG*/
  width: 100%;
  background: #27bead;
  margin: 0;
  padding: 0;
}
header .header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  margin: 0;
  padding: 9px;
  background: #fff;
}
header .header_top .left {
  margin-right: auto;
  padding-top: 6px;
}
header .header_top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
}
header .header_top .right img {
  max-height: 37px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .header_top .right img:not(first-child) {
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  header .header_top {
    position: fixed;
    top: 0;
    width: 100%;
    height: 44px;
    z-index: 99;
  }
  header .header_top .left {
    display: none;
  }
  header .header_top .right {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header_top .right img {
    width: auto;
    max-height: 28px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
header .header_middle {
  height: 364px;
}
header .header_middle h1 {
  height: 162px;
  width: 707px;
  max-width: calc(100vw - 2em);
  margin: 80px auto 42px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("/assets/img/logo_title.svg") no-repeat;
  background-size: contain;
}
header .header_middle .box {
  position: relative;
  width: 100%;
  max-width: 707px;
  margin: 0 auto;
  text-align: right;
}
header .header_middle .box .abs_left {
  position: absolute;
  top: 0;
  left: -130px;
}
@media screen and (max-width: 767px) {
  header .header_middle .box .abs_left {
    top: -120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .header_middle .box .abs_left img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  header .header_middle .box img {
    max-width: 100vw;
  }
}
header .header_bottom {
  width: 100%;
  height: 274px;
  padding-top: 60px;
  background: url(../img/header_bg_round.svg) no-repeat center top, #040a3a;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  header .header_bottom {
    padding-top: 20px;
    padding-bottom: 380px;
  }
}
header .header_inner {
  max-width: 707px;
  margin: 0 auto;
}
header .header_inner .text {
  position: relative;
  max-width: 484px;
  margin: 0 0 0 auto;
  text-align: left;
  color: #fff;
  font-size: 1.8em;
  font-weight: 900;
}
header .header_inner .text p {
  margin: 0;
  padding: 6px 0;
}
header .header_inner .text .gomi {
  position: absolute;
  top: 60px;
  right: -160px;
}
@media screen and (max-width: 767px) {
  header .header_inner .text {
    padding: 4px 2%;
  }
  header .header_inner .text img {
    max-width: 95vw;
  }
  header .header_inner .text .gomi {
    position: relative;
    top: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .header_inner .text .gomi img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  header .header_middle .box {
    max-width: 100vw;
  }
  header .header_middle .box img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

/* ===============================================
section
=============================================== */
section {
  padding-top: 158px;
}
section .section_box .section_content .read {
  margin: 1.6rem auto;
  padding: 0.5rem;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 1rem;
  text-align: center;
}

.content_inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.section_cap {
  color: #040a3a;
  text-align: left;
  letter-spacing: 0.5em;
}
.section_cap span {
  font-size: 80px;
  font-weight: 900;
  margin: 0;
  padding: 0 1%;
  line-height: 1;
}
.section_cap h2 {
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 20px 0;
  padding: 0 1.5%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section_cap {
    padding: 0 1em;
  }
  .section_cap span {
    font-size: 3.4rem;
    padding: 0 1rem;
  }
  .section_cap h2 {
    font-size: 1.5rem;
    padding: 0 1rem;
  }
}

.section_content {
  width: 100%;
  padding: 1rem;
  border: 1px solid #707070;
  background: #fff;
  font-size: 1.6em;
}
.section_content h3 {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  background: #2e404d;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .section_content h3 {
    height: 106px;
    line-height: 106px;
  }
}
.section_content h4 {
  margin: 0;
  padding: 0;
  color: #27bead;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0;
}
.section_content table {
  border-collapse: separate;
  border-spacing: 5px;
}
.section_content table th {
  background: #333;
  color: #fff;
}
.section_content table td {
  background: #f7f7f7;
}
@media screen and (min-width: 769px) {
  .section_content table {
    width: 100%;
  }
}
.section_content table ul,
.section_content table li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section_content table li {
  margin: 8px auto;
}
.section_content table th {
  width: 30%;
  font-weight: 900;
}
.section_content table td {
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .section_content table {
    width: 100%;
  }
  .section_content table th,
.section_content table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}

.recruit {
  background: url(/assets/img/section_bg_recruit.jpg) no-repeat top center, #ebfafb;
}
.recruit .flexbox {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2e2e2e;
}
.recruit .flexbox > div {
  margin: 30px 0;
}
.recruit .flexbox > div p {
  margin: 0 auto;
  padding: 0 0 0.5rem;
}
@media screen and (max-width: 850px) {
  .recruit .flexbox > div {
    width: 100%;
  }
}
.recruit .recruit_entry {
  max-width: 480px;
  margin: 10px auto;
  padding: 4px;
  background: #ffa638;
  border: 3px solid #e2881a;
  text-align: center;
}
.recruit .recruit_entry a {
  display: block;
  color: #f7f7f0;
  font-weight: 900;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .recruit {
    background: url(/assets/img/section_bg_recruit.jpg) no-repeat top right 12%, #ebfafb;
  }
}

.business {
  background: url(/assets/img/section_bg_business.jpg) no-repeat top right, #ebfafb;
}
.business .section_box .section_content .read {
  margin: 1.6rem auto;
  padding: 0.5rem;
  border: 1px solid #2e2e2e;
  font-size: 1.2rem;
  text-align: center;
  background: #fff;
}
.business .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.business .flex div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: calc(50% - 12px);
}
@media screen and (min-width: 769px) {
  .business .flex div:nth-of-type(2n) {
    margin-left: 24px;
  }
}
.business .flex div img {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .business .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .business .flex div {
    width: 100%;
    max-width: 100%;
  }
}
.business .ex {
  margin: 0;
  padding: 10px;
  background: #ffe359;
  border-radius: 8px;
}
.business .ex li {
  list-style-type: none;
  margin: 0;
  margin-left: 0.5rem;
  padding: 0;
}
.business .ex li::before {
  content: "\f058";
  padding-right: 0.5rem;
  color: #27bead;
  font-family: "FontAwesome";
  font-weight: 900;
}
.business .lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: auto;
      -ms-flex-positive: auto;
          flex-grow: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: auto;
  margin: 0 auto;
  padding: 6px 2px 6px;
  list-style-type: none;
  background: #f3f3f3;
}
.business .lineup li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  min-width: 9rem;
  width: 22%;
  margin: 8px;
  padding: 4px 6px;
  background: #fff;
  border-radius: 4px;
  list-style-type: none;
  font-size: 1.1rem;
  font-weight: 900;
  text-align: center;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .business .lineup li {
    width: 30%;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .business {
    background: url(/assets/img/section_bg_business.jpg) no-repeat top right 45%, #ebfafb;
  }
}

.company {
  background: url(/assets/img/section_bg_company.jpg) no-repeat top right, #ebfafb;
}
.company dl dt,
.company dl dd {
  margin: 0;
  padding: 0;
}
.company dl dt:not(:last-of-type),
.company dl dd:not(:last-of-type) {
  border-bottom: 1px dashed #b8b8b8;
}
.company dl dt {
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .company dl dt:last-of-type,
.company dl dd:last-of-type {
    border-bottom: 1px dashed #b8b8b8;
  }
  .company dl dd {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .company dl dt {
    float: left;
    width: 230px;
  }
  .company dl dd {
    margin-left: 240px;
  }
}
.company .company_photo {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 50% 0 0;
}
.company .company_photo .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: url("/assets/img/company_photo.jpg") center no-repeat;
  background-size: cover;
}
.company .company_about {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.company .company_about > div {
  width: calc(50% - 30px);
  margin: 20px 15px;
}
@media screen and (max-width: 768px) {
  .company .company_about > div:first-child {
    margin-bottom: 0;
  }
  .company .company_about > div + .company_about_inner {
    margin-top: 0;
  }
}
@media screen and (max-width: 850px) {
  .company .company_about > div {
    width: 100%;
  }
}
.company .company_about > div table {
  width: 100%;
}
.company .company_about > div table ul,
.company .company_about > div table li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.company .company_about > div table li {
  margin: 8px auto;
}
.company .gmap {
  width: 100%;
  height: 500px;
  padding: 15px;
}
@media screen and (min-width: 850px) {
  .company .gmap {
    max-width: 1200px;
  }
}
.company .gmap_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1184px;
  padding: 1em;
  background: #2e2e2e;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .company .gmap_details {
    margin: 0 10px;
  }
}
.company .gmap_details > div {
  width: 30%;
  min-width: 200px;
  margin: 12px 6px;
}
@media screen and (max-width: 769px) {
  .company .gmap_details > div {
    width: 100%;
  }
}
.company .gmap_details > div h3 {
  margin: 0;
  padding: 12px auto;
  background: #fff;
  text-align: center;
  font-weight: 900;
}
.company .gmap_details > div .gmap_address {
  margin: 10px auto;
  color: #fff;
  text-align: left;
  font-size: 0.85rem;
  line-height: 1.4rem;
}
.company .gmap_details > div .gmap_link {
  border: 1px solid #707070;
  text-align: center;
}
.company .gmap_details > div .gmap_link a {
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 0.9rem;
}
.company .gmap_details > div .gmap_link a:hover {
  display: block;
  background: #707070;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 0;
}

.contact {
  background: url(/assets/img/section_bg_contact.jpg) no-repeat top center, #ebfafb;
}
.contact .read {
  width: 100%;
  margin: 40px auto;
  background: #f7f7f7;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .contact .read {
    max-width: 560px;
  }
}
@media screen and (max-width: 768px) {
  .contact .read {
    font-size: 0.75rem;
  }
}
.contact .read .inner {
  margin: 0 auto;
  padding: 28px 0;
  max-width: 100vw;
  max-width: 800px;
}

footer {
  margin: 0;
  padding: 0;
  background: #27bead;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
}
footer div {
  margin: auto auto;
}
footer .logo {
  padding-top: 30px;
  max-width: 300px;
}
footer .logo img {
  width: 280px;
}
footer .tel_box {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
  border-radius: 12px;
  color: #f17d00;
  font-size: 1.2rem;
  text-align: center;
}
footer .tel_box img {
  max-width: 100%;
  height: auto;
}
footer .tel_box a {
  color: #f17d00;
  text-decoration: none;
}
footer .address {
  padding-bottom: 8px;
}
footer .copyright {
  width: 100%;
  margin: 4px 0 0;
  background: #27bead;
}

/* ===============================================
メールフォーム
=============================================== */
form#mail_form {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 30px;
  /* font */
  /* メールフォームの横スペース細かい調整 */
  /* -- for JavaScript -- */
}
@media screen and (max-width: 768px) {
  form#mail_form {
    width: 100%;
  }
}
form#mail_form input,
form#mail_form select,
form#mail_form textarea {
  font-family: "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}
form#mail_form input,
form#mail_form select,
form#mail_form textarea {
  border-radius: 3px;
}
form#mail_form input {
  min-height: 28px;
  margin: 2px 0;
  padding: 0 4px;
  border: 1px solid #ccc;
}
form#mail_form input#postal + a {
  display: inline-block;
  padding: 7px 12px;
  vertical-align: middle;
  line-height: 1;
  background: #5bc0de;
  border: 1px solid #46b8da;
  border-radius: 3px;
  color: #ffffff;
  font-size: 0.8rem;
  text-decoration: none;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 769px) {
  form#mail_form input#postal + a {
    margin-top: 4px;
  }
}
form#mail_form input#postal + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}
form#mail_form #form_submit {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 90px 0;
  border-top: 1px solid #cccccc;
  text-align: center;
}
form#mail_form input#form_submit_button {
  margin: 0 auto;
}
form#mail_form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
form#mail_form dt {
  width: 30%;
  min-width: 190px;
  padding: 8px;
  font-weight: 900;
  font-size: 0.85rem;
}
form#mail_form dd {
  padding: 8px 10px;
  margin: 0;
  width: 70%;
}
form#mail_form input[type=text],
form#mail_form select {
  max-width: 240px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 769px) {
  form#mail_form input[type=text],
form#mail_form select {
    width: 100%;
  }
}
form#mail_form input.address {
  width: 460px;
  max-width: 460px;
}
@media screen and (max-width: 769px) {
  form#mail_form input.address {
    width: 100%;
  }
}
form#mail_form textarea {
  width: 460px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 769px) {
  form#mail_form textarea {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  form#mail_form dl dt {
    width: 100%;
    margin-top: 4px;
  }
}
form#mail_form dl dt span.required {
  display: block;
  float: left;
  margin-right: 6px;
  padding: 4px 7px;
  background: #b93e28;
  border-radius: 3px;
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1;
}
form#mail_form dl dt span.optional {
  display: block;
  float: left;
  margin-right: 6px;
  padding: 4px 7px;
  background: #b6b6b6;
  border-radius: 3px;
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1;
}
form#mail_form dl dt span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
@media screen and (max-width: 768px) {
  form#mail_form dl dd {
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #cfcfcf;
  }
}
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #b93e28;
  font-size: 0.8rem;
  margin-top: 3px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* thanksページ */
html {
  min-height: 100vh;
}

body.thanks {
  /*   .section_cap {
    background: url('/assets/img/bg_cap-line.gif') bottom repeat-x;
  } */
}
body.thanks .wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
}
body.thanks .section_cap {
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  body.thanks .section_cap {
    font-size: 1.3rem;
  }
  body.thanks .section_cap span {
    font-size: 2.4rem;
  }
}
body.thanks .section_cap h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  body.thanks .section_cap h2 {
    font-size: 1.3rem;
  }
}
body.thanks h3 {
  font-size: 1.8rem;
  color: #27bead;
  border-bottom: 1px solid #27bead;
}
@media screen and (max-width: 768px) {
  body.thanks h3 {
    font-size: 1.2rem;
  }
}
body.thanks .contents {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 4%;
  text-align: left;
  background: #fff;
}
body.thanks .signature {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0rem 2rem;
  border: 1px solid #9a9a9a;
  background: #fff;
  text-align: left;
}
body.thanks .btn_return {
  display: block;
  width: 220px;
  margin: 40px auto 40px;
  border: solid 2px #27bead;
  border-radius: 3px;
  background: #fff;
  color: #27bead;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body.thanks .btn_return a {
  display: block;
  width: 100%;
  padding: 0.3em 1em;
  color: #27bead;
  text-decoration: none;
}
body.thanks .btn_return a:hover {
  background: #27bead;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}
body.thanks footer {
  bottom: 0;
  width: 100%;
}

/* ===============================================
ボタン類
 =============================================== */
input[type=button] {
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 200ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  display: block;
  width: 320px;
  height: 48px;
  margin: 20px auto;
  padding: 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 900;
}

input[type=button] {
  background: #d9534f;
  color: #fff;
  -webkit-box-shadow: rgba(0, 51, 23, 0.4) 0 0px 0px 2px inset;
          box-shadow: rgba(0, 51, 23, 0.4) 0 0px 0px 2px inset;
}

input[type=button]:hover {
  background: #911c18;
  color: #fff;
  -webkit-box-shadow: rgba(0, 51, 23, 0.1) 0 0px 0px 40px inset;
          box-shadow: rgba(0, 51, 23, 0.1) 0 0px 0px 40px inset;
  cursor: pointer;
}

/* トップへ戻るボタン */
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 10px;
  width: 54px;
  height: 54px;
  background-color: #c6c6c6;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* 電話用リンク */
.gmap_address a,
.gmap_address a.tel {
  color: #fff !important;
  text-decoration: underline;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .gmap_address a,
.gmap_address a.tel {
    text-decoration: none;
    font-weight: 400;
  }
}

.pc_hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_hidden {
    display: inline;
  }
}

.sp_hidden {
  display: inline;
}
@media screen and (max-width: 767px) {
  .sp_hidden {
    display: none;
  }
}

.sp_tel {
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 24px;
  background: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.sp_tel a {
  margin: 0;
  padding: 0;
  height: 24px;
  overflow: hidden;
}
.sp_tel img {
  width: 264px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .sp_tel {
    display: none;
  }
}

/* ===============================================
RWD
 =============================================== */
@media screen and (max-width: 768px) {
  .side-menu-btn {
    height: 120px;
  }

  .suppliers img {
    max-width: 140px;
  }

  h2 {
    letter-spacing: 0 !important;
  }

  .section_cap {
    background-size: contain !important;
  }
}
.acc label {
  display: block;
  margin: 0 auto 1rem;
  padding: 1rem;
  line-height: 1;
  border: 1px solid #ddd;
  background: #333;
  color: #fff;
  cursor: pointer;
}
.acc label:hover {
  background: #fafafa;
  color: #333;
}
.acc input {
  display: none;
}
.acc .acc_show {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.75s;
  transition: all ease-in-out 0.75s;
}
.acc .acc_input + label::before {
  content: "\f103";
  font-family: FontAwesome;
  margin-right: 0.5rem;
  font-weight: 900;
}
.acc .acc_input:checked + label {
  background: #fafafa;
  color: #333;
}
.acc .acc_input:checked + label::before {
  content: "\f102";
}
.acc .acc_input:checked ~ .acc_show {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.75s;
  transition: all ease-in-out 0.75s;
}
@media screen and (max-width: 768px) {
  .acc {
    max-width: 100%;
  }
  .acc label {
    max-width: 100%;
  }
}