 @charset "UTF-8";
/* ---------------

	目次
   
	01. reset
	02. BaseSet
	03. Layout

--------------- */

/* 01.reset --- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="button"], input[type="submit"], textarea, select, button {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="button"], input[type="submit"], textarea, button {
  -webkit-appearance: none;
}

/* 02.BaseSet --- */

html {
  overflow-y: scroll;
  font-size: 62.5%;
  height: 100%;
}
body {
  /*font-family: 'Noto Sans JP', 'Montserrat', 'Libre Baskerville', sans-serif;*/
  /*font-family: YuGothic, "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;*/
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, sans-serif;
  /*font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;
  /*font-family: "Helvetica Neue", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif;*/
  font-size: 1.4rem;
  color: #333;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
body {
  font-size: 1.6rem;
}
}

@media screen and (min-width: 1200px) {
body {
  font-size: 1.8rem;
}
}

/* link
----------------------------------------------------------- */
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #333;
}
a:active {
}
::selection {
  color: #555;
  background-color: #ECECEC;
}
::-moz-selection {
 color: #555;
background: #ECECEC;
}
/*Win Firefox用*/
:focus {
  -moz-outline-style: none;
}
/*Mac Firefox用*/
a {
  outline: none;
}

/* image
----------------------------------------------------------- */
img {
  border: none;
  vertical-align: top;
  line-height: 1.0;
}
/* @group Fluid-img */
img {
  max-width: 100%;
}
/* end */

/* 外部リンクは別窓用の指定 */
.externalIcon, .pdfIcon {
  padding-left: 5px;
}
.externalIcon {
  vertical-align: baseline;
}
.pdfIcon {
  vertical-align: top;
}

/* clearfix
----------------------------------------------------------- */
.l-header__inner:after, .gloval-nav ul:after, .p-mainvisual__inner:after, .p-home-news__content:after, .main-content .inner:after, .notice:after, .search ul:after, .news li:after, .footer-info .inner:after, .content-container .inner:after, .column-container:after, .search-content:after, .message:after, .content-container .mark:after, .heading-block:after, .content-block__price .content-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.l-header__inner, .gloval-nav ul, .p-mainvisual__inner, .p-home-news__content, .main-content .inner, .notice, .search ul, .footer-info .inner, .content-container .inner, .column-container, .search-content, .message, .content-container .mark, .heading-block, .content-block__price .content-box {
  display: inline-table;
  min-height: 1%;
}
/* Hides from IE-mac \*/
* html .l-header__inner, * html .gloval-nav ul, * html .p-mainvisual__inner, * html .p-home-news__content, * html .main-content .inner, * html .notice, * html .search ul, * html .news li, * html .footer-info .inner, * html .content-container .inner, * html .column-container, * html .search-content, * html .message, * html .content-container .mark, * html .heading-block, * html .content-block__price .content-box {
  height: 1%;
}
.l-header__inner, .gloval-nav ul, .p-mainvisual__inner, .p-home-news__content, .main-content .inner, .notice, .search ul, .news li, .footer-info .inner, .content-container .inner, .column-container, .search-content, .message, .content-container .mark, .heading-block, .content-block__price .content-box {
  display: block;, 
}
/* End hide from IE-mac */


/* table
----------------------------------------------------------- */
.c-table {
}
.c-table th {
  font-weight: 500;
  text-align: left;
}
.c-table th, .c-table td, .c-form th, .c-form td {
}

/* form
----------------------------------------------------------- */
.c-form-required {
  color: #fff;
  background: #cc3300;
  padding: 3px 8px;
  margin-right: 8px;
  font-size: 83%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
@media screen and (max-width: 1200px) {
.p-form-area th,
.p-form-area td {
  display: block;
}
}
.p-form-area th {
  vertical-align: top;
  text-align: left;
  padding-bottom: 8px;
}
.p-form-area td {
  padding-bottom: 16px;
}
.p-form-area td .example {
  font-size: 83%;
  color: #999999;
}
.p-form-area .contact-type span.wpcf7-list-item {
  display: block;
  margin: 0 0 5px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
  font-size: 1.0833em;
  line-height: 1.0833em;
  width: 100%;
  padding: 13.5px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="tel"]:hover, textarea:hover {
  border: 1px solid #ccc;
  background: #f5f4f2;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 0.75em;
}
input[type="submit"] {
  font-size: 1.4rem;
  text-align: center;
  padding: 12px 24px;
  margin: 32px auto 0;
  border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  display: block;
  font-weight: 700;
  position: relative;
  color: #fff;
  width: 40%;
  border: 2px solid #16c79a;
  background-color: #16c79a;
}
input[type="submit"],
input[type="submit"]::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type="submit"]:hover {
  text-decoration: none;
  color: #16c79a;
  background-color: #fff;
  cursor: pointer;
}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #ccc;
  font-size: 0.75em;
}
.p-form-check {
  text-align: center;
  margin-top: 16px;
}

/* heading
----------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  line-height: 1.7;
  font-weight: normal;
}


/* 03.Layout --- */

/* header
-------------------------------------------------- */
.l-header {
  /*position: fixed;
  top: 0;
  left: 0;
  width: 100%;*/
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  background-color: #fff;  /*position: fixed;
  box-shadow: 0px 0px 10px 1px rgba(230,230,230,0.5);
  -moz-box-shadow: 0px 0px 10px 1px rgba(230,230,230,0.5);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(230,230,230,0.5);
  z-index: 1;*/
}
.l-header .l-header__inner {
  height: 56px;  
}
.l-header--status_hidden {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.l-header__desc {
  position: absolute;
  font-size: 1rem;
  top: 24px;
}
.l-header__logo {
  position: absolute;
  line-height: 1.3;
  top: 48px;
}
.l-header__logo img {
  height: 16px;
  margin: 0 4px;
}
.l-header__desc {
  display: block;
}
.l-header__menu input[type="checkbox"] {
  position: absolute;
  left: -50vw;
}
.l-main-menu a {
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-main-menu a:hover {
  color: #00C899;
}

/* モバイルのみ
-------------------------------------------------- */
@media screen and (max-width: 1200px) {
.l-header {
  padding: 24px;
}
/* 🍔 */
.p-menu-trigger {
  position: fixed;
  cursor: pointer;
  top: 8px;
  right: 0px;
}
.p-menu-trigger--status_open {
  height: 60px;
  width: 24px;
  z-index: 100;/* 重なり順を一番上に */
  transition: background .5s, transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
  display: block;
  margin-right: 24px;
}
.p-menu-trigger--status_open span,
.p-menu-trigger--status_open:before,
.p-menu-trigger--status_open:after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
  border-bottom: 1px solid #333;
  transition: transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.p-menu-trigger--status_open:before {
  transform: translateY(-5px);
}
.p-menu-trigger--status_open:after {
  transform: translateY(5px);
}
.p-menu-trigger--status_back {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  transition: background-color .5s cubic-bezier(0.33, 1.01, 0.33, 0.97);
  display: block;
  /*position: absolute;左に隙間できる*/
}
#p-menu-trigger:checked + .p-menu-trigger--status_open span {
  transform: scaleX(0);
}
#p-menu-trigger:checked + .p-menu-trigger--status_open::before {
  transform: rotate(45deg);
}
#p-menu-trigger:checked + .p-menu-trigger--status_open::after {
  transform: rotate(-45deg);
}
#p-menu-trigger:checked ~ .p-menu-trigger--status_close {
  display: block;
}
.l-main-menu {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin-top: 80px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all .5s cubic-bezier(0.33, 1.01, 0.33, 0.97), visibility .5s cubic-bezier(0.33, 1.01, 0.33, 0.97);
}
input[type="checkbox"]:checked ~ .l-main-menu {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
input[type="checkbox"]:checked ~ .l-main-menu li {
  opacity: 0;
  animation: fadeIn .5s forwards;
}
input[type="checkbox"]:checked ~ .l-main-menu li:nth-child(1) {
  animation-delay: 0.01s;
}
input[type="checkbox"]:checked ~ .l-main-menu li:nth-child(2) {
  animation-delay: 0.05s;
}
input[type="checkbox"]:checked ~ .l-main-menu li:nth-child(3) {
  animation-delay: 0.1s;
}
input[type="checkbox"]:checked ~ .l-main-menu li:nth-child(4) {
  animation-delay: 0.15s;
}
input[type="checkbox"]:checked ~ .l-main-menu li:nth-child(5) {
  animation-delay: 0.2s;
}
input[type="checkbox"]:checked ~ .l-main-menu li:nth-child(6) {
  animation-delay: 0.25s;
}
input[type="checkbox"]:checked ~ .l-main-menu a:hover {
  text-decoration: none;
}
.l-main-menu__list {
  text-align: center;
}
.l-main-menu__list a {
  display: block;
  padding: 16px;
  font-weight: 500;
  font-size: 2rem;
}
input[type="checkbox"]:checked ~ .p-menu-trigger--status_back {
  background: rgba(255,255,255,1);
  z-index: 1;
}
/* 🍔 */
}

/* .breadcrumbs
-------------------------------------------------- */
.l-breadcrumbs {
  position: relative;
  letter-spacing: -.4em;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
}
.l-breadcrumbs:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-right: 24px solid #fff;
  border-bottom: 24px solid #fff;
  border-left: 24px solid transparent;
  position: absolute;
  left: -24px;
  top: 0px;
}
.l-breadcrumbs__inner {
  font-size: 1.2rem;
  color: #999;
  padding: 16px 0;
  margin: 0 16px;
  background-color: #fff;
}
.l-breadcrumbs__item {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.l-breadcrumbs__item:not(:last-child) {
  position: relative;
  margin-right: 16px;
  padding-right: 16px;
}
.l-breadcrumbs__item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 40%;
  width: 4px;
  height: 4px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
}
.l-breadcrumbs a {
  color: #b3b3b3;
}

/* .container
-------------------------------------------------- */
.c-emphasis-marking {
  color: #24A19C;
}
.c-underline {
  background: linear-gradient(transparent 64%, #ffda90 64%);
  display: inline;
}
.c-sentence + .c-sentence {
  margin-top: 1em;
}
.c-heading-block__inner {
  padding: 40px 0;
}
.p-heading-block {
}
.p-heading-block__bg {
  position: relative;
}
.p-heading-block__bg::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 58px;
  margin: auto;
  top: -140px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: url(../img/common/bg_heading-block_sp.png) no-repeat 50% 50%;
}
.c-heading-block__bg {
  background-color: #d3eceb;
}
.l-contact-block .p-heading-1 {
  margin-bottom: 32px;
}
.c-heading-block .c-heading-1 {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 2.4em;
}
.p-section-heading--align_center {
  text-align: center;
}
.c-heading-block .c-heading-1--align_center::before {
  font-size: 4rem;
  font-family: 'Libre Baskerville', sans-serif;
  position: absolute;
  color: #cae8e7;
  display: block;
  margin: auto;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}
.c-heading-1__en {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #d92027;
  font-family: 'Montserrat', sans-serif;
}
.c-heading-3 {
  font-size: 2rem;
  position: relative;
  padding-left: 32px;
  border-left: 2px solid #007965;
  font-weight: 700;
}
.c-heading-3::before {
  position: absolute;
  content: '';
  left: -2px;
  bottom: 0;
  width: 2px;
  height: 50%;
  background-color: #16c79a;
}
.l-content-container {
  padding-top: 80px;
}
.c-heading-2,
.c-heading-1--type_contact,
.c-heading-3__sub {
  color: #16c79a;
  font-size: 1.4rem;
}
.c-heading-3__sub {
  display: block;
  font-family: 'Libre Baskerville', sans-serif;
}
.c-heading--align_center {
  text-align: center;
}
.p-section-heading + div,.p-section-heading + .c-media,.p-heading-3 + .c-sentence,.c-media + .c-sentence {
  margin-top: 32px;
}
.c-media + div,.c-media + .p-heading-3 {
  margin-top: 40px;
}
div + .p-heading-3 {
  margin-top: 64px;
}
.p-section-heading {
  line-height: 1.4;
}
.p-section-heading__sub,.p-visual-menu__sub {
  font-size: 3.2rem;
  display: block;
  font-weight: 700;
  font-family: 'Libre Baskerville', sans-serif;
}
.p-heading-sub {
  margin: 0 calc(50% - 50vw) 16px;
}
.p-heading-sub--border {
  padding-left: 32px;
  position: relative;
}
.p-heading-sub--border::before {
  content: "";
  position: absolute;
  background-color: #16c79a;
  width: 24px;
  height: 1px;
  vertical-align: middle;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}
.c-heading__sub-copy {
  display: block;
}
.c-heading__sub-copy {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 4px;
}
.c-heading-3__number {
  font-family: 'Libre Baskerville', sans-serif;
}
.c-list li {
}
.c-list li:not(:last-of-type) {
}
.c-button a {
  text-align: center;
  padding: 10px 24px;
  margin: 0 auto;
  border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  display: block;
  font-weight: 500;
  position: relative;
  color: #fff;
  background-color: #333;
  box-shadow: 0 2.5rem 2rem -2rem rgba(96,169,169,0.5);
  -moz-box-shadow: 0 2.5rem 2rem -2rem rgba(96,169,169,0.5);
  -webkit-box-shadow: 0 2.5rem 2rem -2rem rgba(96,169,169,0.5);
  font-size: 1.6rem;
}
.c-button a,
.c-button a:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-button a:hover {
  text-decoration: none;
  color: #fff;
  transform: translateY(-2px);
}
.c-button a:hover:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 45%;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-arrow::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-arrow::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto 24px auto auto;
}
.c-content-block__inner {
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.c-heading-2--align_center,.c-heading-3--align_center {
  text-align: center;
}
.l-contact-block {
  background-color: #f4f9f9;
  margin-top: 80px;
}
.l-contact-block__inner {
  padding: 40px 16px;
}
.c-contact-column {
  background-color: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  text-align: center;
}
.c-contact-column__item {
  padding: 40px;
}
.c-contact-column__item:not(:last-of-type) {
  border-bottom: 1px solid #f4f9f9;
}
.p-section-heading__desc {
  margin-top: 24px;
  line-height: 1.6;
}
.c-contact-column__heading {
  margin-bottom: 16px;
}
.c-contact-column__tel {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
}
.l-main-menu__item--button a,
.c-button--type_contact a {
  color: #fff;
  background-color: #16c79a;
  border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  position: relative;
  width: auto;
  font-size: 1.6rem;
  border: 2px solid #16c79a;
}
.l-main-menu__item--button a {
  padding: 12px 24px;
  margin: 16px auto 0 auto;
  width: 60%;
}
.c-button--type_contact a {
  margin: 24px auto 0 auto;
}
.c-button--type_contact a .c-arrow::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.c-button--type_contact a .c-arrow::after {
  background-color: #16c79a;
}
.l-main-menu__item--button a:hover,
.c-button--type_contact a:hover {
  text-decoration: none;
  color: #16c79a;
  background-color: #fff;
  border: 2px solid #16c79a;
}
.c-button--type_contact a:hover .c-arrow::before {
  border-top: solid 2px #16c79a;
  border-right: solid 2px #16c79a;
}
.c-button--type_contact a:hover .c-arrow::after {
  border-top: solid 2px #16c79a;
  border-right: solid 2px #16c79a;
  background-color: #fff;
}
.c-button--type_contact a:hover .c-arrow::before,.c-button--type_contact a:hover .c-arrow::after {
  margin-right: 20px;
}
.c-pc-only {
  display: none;
}

/* #footer
-------------------------------------------------- */
.page-top {
  width: 1040px;
  text-align: right;
  margin: 100px auto 20px;
}
.copyright {
  font-size: 0.9375em;
  padding: 24px 16px;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
input[type="submit"] {
  font-size: 1.6rem;
}

/* header
-------------------------------------------------- */


/* .container
-------------------------------------------------- */
.c-button--type_contact a {
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
}
.l-content-container {
  padding-top: 108px;
}
.c-heading-block--page .c-heading-1 {
  font-size: 3.2rem;
}
.c-content-block__inner {
  padding: 0 32px;
}
.c-heading-2,
.c-heading-1--type_contact {
  font-size: 1.6rem;
}
.c-heading-3 + .c-sentence {
}
.p-section-heading__sub,.p-visual-menu__sub {
  font-size: 3.4rem;
}
.l-contact-block {
  margin-top: 160px;
}
.l-contact-block__inner {
  padding: 56px 32px;
}
.l-contact-block .c-heading__sub-copy {
  display: inline-block;
  margin-left: 16px;
}
.c-contact-column {
  letter-spacing: -0.4em;
}
.c-contact-column__item {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: calc(100% / 2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.c-contact-column__item:not(:last-of-type) {
  border-right: 1px solid #f4f9f9;
  border-bottom: none;
}
.c-contact-column__tel {
  font-size: 3.2rem;
}
.c-contact-column__text {
  font-size: 1.2rem;
  margin-top: -8px;
}
.c-button--type_contact a {
  padding: 16px 64px 16px 40px;
}

/* #footer
-------------------------------------------------- */

}

@media screen and (min-width: 1200px) {
input[type="submit"] {
  font-size: 1.8rem;
}
.p-section-heading + div {
  margin-top: 40px;
}
.c-media + div,.c-media + .p-heading-3 {
  margin-top: 0;
}
.l-header {
  position: relative;
}
.l-header__inner {
  width: 1200px;
  padding: 56px 0 64px;
  margin: 0 auto;
  overflow: hidden;
}
.l-header__desc {
  font-size: 1.2rem;
  top: 40px;
}
.l-header__logo {
  position: absolute;
  line-height: 1.3;
  top: 72px;
}
.l-header__logo img {
  height: 100%;
}
.l-header a {
  text-decoration: none;
}
/*.header.fixed .site-title img,
.header .site-title img {
  height: 49px;
}*/
.l-main-menu {
  float: right;
  letter-spacing: -.4em;
}
.l-main-menu li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.l-main-menu li:not(:last-child) {
  margin-right: 40px;
}

/* .breadcrumbs
-------------------------------------------------- */
.l-breadcrumbs {
  position: relative;
  letter-spacing: -.4em;
}
.l-breadcrumbs:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-right: 24px solid #fff;
  border-bottom: 24px solid #fff;
  border-left: 24px solid transparent;
  position: absolute;
  left: -24px;
  top: 0px;
}
.l-breadcrumbs__inner {
  width: 1040px;
  font-size: 1.2rem;
  color: #999;
  padding: 16px 0;
  margin: 0 auto;
  background-color: #fff;
}
.l-breadcrumbs__item {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.l-breadcrumbs__item:not(:last-of-type) {
  position: relative;
  margin-right: 16px;
  padding-right: 16px;
}
.l-breadcrumbs__item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 40%;
  width: 4px;
  height: 4px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
}
.l-breadcrumbs a {
  color: #b3b3b3;
}

/* .container
-------------------------------------------------- */
.c-sp-only {
  display: none;
}
.c-pc-only {
  display: inherit;
}
.l-content-container {
  padding-top: 149px;
}
.c-heading-3 + .c-sentence {
}
.c-content-block__inner,
.l-contact-block__inner {
  width: 1200px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.c-heading-2,
.c-heading-1--type_contact {
  font-size: 1.8rem;
}
.p-section-heading__sub,.p-visual-menu__sub {
  font-size: 4rem;
}
.c-heading-3 {
  font-size: 2.8rem;
}
.l-contact-block__inner {
  padding: 80px 0;
}
.c-contact-column__item {
}
.c-contact-column__tel {
  font-size: 4rem;
}
.c-contact-column__text {
  font-size: 1.4rem;
}
.c-pc {
  display: inherit;
}

/* #footer
-------------------------------------------------- */
.footer {
  font-size: 0.8333em;
}
.footer .inner {
  padding: 56px 0;
  margin: 0 auto;
}
.corp-info {
  float: left;
}
.corp-info .logo img {
}
.corp-info .number {
  padding-top: 8px;
  margin-top: 8px;
  border-top: solid 1px #e6e6e6;
}
.footer-nav {
  border-top: none;
  float: right;
  padding-top: 0px;
  margin-top: 0px;
  display: inherit;
}
.footer-nav .column {
  float: left;
}
.footer-nav .column:not(:first-child) {
  margin-top: 0;
}
.footer-nav .column:not(:last-child) {
  margin-right: 80px;
}
.footer-nav .column ul {
  margin-top: 16px;
}
.footer-nav .column p,
.footer-nav .column p a {
  font-weight: 500;
  color: #f67280;
}
.footer-nav .column p + p {
  margin-top: 8px;
}
.footer-nav li:not(:last-child) {
  margin: 0 0 8px 0;
}
.copyright {
  font-size: 0.8125em;
}
}


/* 下層ページ共通
------------------------ */
