@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese,latin-ext,vietnamese");
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: #767370;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden;
}

html.none-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.inner, .inner-1128 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: block;
  width: 100%;
}

.inner-1240 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: block;
  width: 100%;
}

.inner-1400 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: block;
  width: 100%;
}

.inner-1800 {
  max-width: 1840px;
  margin: 0 auto;
  padding: 0 20px;
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

a:hover {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.pcOnly{
	display: block;
}
.spOnly{
	display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
.pcOnly{
	display: none;
}
.spOnly{
	display: block;
}	
}

@media screen and (max-width: 990px) {
  .pc-ipad {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
Header
==================================================== */
.menu-bar {
  display: none;
  position: absolute;
  z-index: 99;
  right: 20px;
  top: 24px;
  width: 32px;
  height: 25px;
}

@media screen and (max-width: 1200px) {
  .menu-bar {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .menu-bar {
    top: 20px;
  }
}

.menu-bar i {
  width: 32px;
  display: block;
  height: 2px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #333;
}

.menu-bar i:last-child {
  margin-bottom: 0;
}

.menu-bar.on i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-bar.on i:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 10px;
}

.menu-bar.on i:nth-child(2) {
  display: none;
}

.menu-bar.on i:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 10px;
}

#main-header {
  max-width: 1440px;
  margin: 0 auto;
  position: fixed;
  width: 100%;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 5px 1px rgba(128, 128, 128, 0.3);
          box-shadow: 0px 2px 5px 1px rgba(128, 128, 128, 0.3);
}

@media screen and (max-width: 1490px) {
  #main-header {
    max-width: 100%;
    border-radius: 0;
    top: 20px;
  }
}

@media screen and (max-width: 1200px) {
  #main-header {
    top: 0;
  }
}

#main-header .flex-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 26px 13px 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  #main-header .flex-header {
    padding: 7px 20px 10px;
  }
}

#main-header .flex-header .logo {
  width: 20%;
}

#main-header .flex-header .logo img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  #main-header .flex-header .logo img {
    max-width: 185px;
  }
}

@media screen and (max-width: 1200px) {
  #main-header .flex-header .logo {
    width: 100%;
  }
}

#main-header .flex-header .navGlobal {
  padding-top: 12px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  #main-header .flex-header .navGlobal {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: fixed;
    height: calc(100vh - 60px);
    left: 0;
    display: none;
    top: 69px;
    padding: 50px 0 100px;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

#main-header .flex-header .navGlobal.show-menu {
  display: block;
}

#main-header .flex-header .navGlobal .navGlobalIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  #main-header .flex-header .navGlobal .navGlobalIn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

#main-header .flex-header .navGlobal .navGlobalIn li {
  position: relative;
}

#main-header .flex-header .navGlobal .navGlobalIn li:before {
  content: '';
  width: 1px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 42px;
}

@media screen and (max-width: 1200px) {
  #main-header .flex-header .navGlobal .navGlobalIn li {
    display: block;
    width: 100%;
    border-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  #main-header .flex-header .navGlobal .navGlobalIn li:before {
    display: none;
  }
}

/*#main-header .flex-header .navGlobal .navGlobalIn li.active a {
  background: #FBDDB2;
}*/

#main-header .flex-header .navGlobal .navGlobalIn li a.active {
  background: #FBDDB2;
}

#main-header .flex-header .navGlobal .navGlobalIn li a {
  display: block;
  padding: 5px 8px;
  min-width: 112px;
  text-align: center;
  color: #87827b;
  border-radius: 5px;
  margin: 0 8px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

#main-header .flex-header .navGlobal .navGlobalIn li a:hover {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  background: #fbddb2;
  opacity: 1;
}

@media screen and (max-width: 1490px) {
  #main-header .flex-header .navGlobal .navGlobalIn li a {
    margin: 0 5px;
    min-width: 90px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1200px) {
  #main-header .flex-header .navGlobal .navGlobalIn li a {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 2px 8px;
  }
}

#main-header .flex-header .navGlobal .navGlobalIn li a span {
  display: block;
  font-family: "Barlow", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #f18d00;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1200px) {
  #main-header .flex-header .navGlobal .navGlobalIn li a span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#main-header .flex-header .navGlobal .tel-hd {
  padding-left: 25px;
}

@media screen and (max-width: 1490px) {
  #main-header .flex-header .navGlobal .tel-hd {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1200px) {
  #main-header .flex-header .navGlobal .tel-hd {
    width: 100%;
    display: block;
    text-align: center;
    padding-left: 0;
  }
}

#main-header .flex-header .navGlobal .tel-hd a {
  color: #f18d00;
  font-family: "Barlow", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  margin-top: -7px;
  display: block;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 1490px) {
  #main-header .flex-header .navGlobal .tel-hd a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1200px) {
  #main-header .flex-header .navGlobal .tel-hd a {
    margin-top: 0;
  }
}

#main-header .flex-header .navGlobal .tel-hd a:hover {
  opacity: 1;
}

#main-header .flex-header .navGlobal .tel-hd a i {
  -webkit-transform: rotate(266deg);
      -ms-transform: rotate(266deg);
          transform: rotate(266deg);
  margin-right: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

#main-header .flex-header .navGlobal .tel-hd a span {
  display: block;
  padding-left: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-right: -5px;
  margin-top: -3px;
  font-size: 10px;
  font-size: 1rem;
}

/* ====================================================
Footer
==================================================== */
#main-footer .content-footer {
  background: #473c3c;
}

#main-footer .content-footer + .inner, #main-footer .content-footer + .inner-1128 {
  position: relative;
}

#main-footer .content-ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 35px 0;
}

@media screen and (max-width: 767px) {
  #main-footer .content-ft {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 25px 0;
  }
}

#main-footer .content-ft .ft-l {
  width: 53.5%;
  padding-right: 20px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  #main-footer .content-ft .ft-l {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (max-width: 340px) {
  #main-footer .content-ft .ft-l {
    letter-spacing: -1px;
  }
}

#main-footer .content-ft .ft-l span {
  display: block;
  margin-bottom: 12px;
  letter-spacing: -1.5px;
  font-size: 16px;
  font-size: 1.6rem;
}

#main-footer .content-ft .ft-l a {
  color: #fff;
  margin-top: 6px;
  display: inline-block;
}

#main-footer .content-ft .ft-r {
  width: 46.5%;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  #main-footer .content-ft .ft-r {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#main-footer .content-ft .ft-r dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.58;
}

#main-footer .content-ft .ft-r dl dt {
  width: 66px;
}

#main-footer .content-ft .ft-r dl dd {
  width: calc(100% - 66px);
}

#main-footer .nav-ft {
  border-top: 1px solid #9b9390;
  padding: 30px 0 23px;
}

#main-footer .nav-ft ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#main-footer .nav-ft ul li {
  position: relative;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #main-footer .nav-ft ul li {
    width: 33.333%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #main-footer .nav-ft ul li:nth-child(3n):before {
    display: none;
  }
}

#main-footer .nav-ft ul li:before {
  content: '';
  background: #9b9390;
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#main-footer .nav-ft ul li:last-child:before {
  display: none;
}

#main-footer .nav-ft ul li a {
  padding: 0 28px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #main-footer .nav-ft ul li a {
    padding: 0 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  #main-footer .nav-ft ul li.nav07 {
    position: relative;
  }
  #main-footer .nav-ft ul li.nav07:before, #main-footer .nav-ft ul li.nav07:after {
    content: '';
    background: #9b9390;
    position: absolute;
    right: 0;
    top: 50%;
    display: block !important;
    width: 2px;
    height: 16px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #main-footer .nav-ft ul li.nav07:after {
    right: auto;
    left: 0;
  }
}

#main-footer .copy-right {
  padding: 35px 0 30px;
  color: #767370;
  letter-spacing: 0.5px;
  text-align: center;
  font-family: "Barlow", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  #main-footer .copy-right {
    padding: 20px 0;
  }
}

#main-footer .btn-f {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  #main-footer .btn-f {
    position: inherit;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 20px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

#main-footer .btn-f a {
  display: block;
  padding: 8px 20px;
  background: #1a1a1a;
  color: #fff;
}

@media screen and (min-width: 768px) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
    pointer-events: none;
    cursor: default;
  }
}

/* ====================================================
Scroll fadeIn css
==================================================== */
.scrEvent {
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

.scrEvent.fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

/*
#overview
モジュールスタイルガイド

これはサイト全体に適用されるモジュールのパーツ群です。
必ずこちらのパーツを使用してコーディングするようにお願いします。
*/
/*
#colors
@背景色 #996600
@文字色 #333
@リンク #ccc
*/
/*
#styleguide
パンくずモジュール

パンくずのモジュールです。

@depulicated
@非推奨
@todo
@common

```
<div class="breadcrumb">
<a href='/'>トップページ</a> <i class='fa fa-angle-right' aria-hidden='true'></i> <span>ページ1</span>
</div>

```

*/
/*
#styleguide
見出しモジュール　識別子はttl

見出しモジュールは、セクションごとの見出しとなる要素（HTML5の分類で、「ヘッディングコンテンツ(Heading Content)」となるh1やh2などの要素、見出しとみなすことが出来そうなp要素の事です。
クラス名として識別子、「 ttl 」をつけて管理します。

```
<h1 class="ttlCom01"><span class="ttlCom01In">見出しモジュール</span></h1>
<h2 class="ttlCom02">見出しモジュール</h2>
<h3 class="ttlCom03">見出しモジュール</h3>

```

*/
/*
#styleguide
テキストモジュール　識別子はtxt

テキストモジュールは、p要素やテキストに該当するspan要素などのコンテンツ内の本文のことです。
基本的に、サイト内のテキストはテキストモジュールに該当します。クラス名として識別子「txt」をつけます。

```
<p class="txtBasic">テキストモジュール、識別子は～</p>

```

*/
/*
#styleguide
リンクモジュール　識別子はlink

リンクモジュールは、基本的にa要素のようにリンクが関係するモジュールの事です。クラス名として識別子「link」をつけます。
通常は、テキスト内にリンクが存在する場合にモジュールとして分ける事が多いです。

```
<a href="" class="linkCmn">OOCSS</a>

```

*/
/*
#styleguide
ボタンモジュール　識別子はbtn

ボタンモジュールは、見た目や役割がボタン上の要素の事です。クラス名をつける要素は特に指定はありませんが、button要素やa要素、a要素を囲むdiv要素に付与するパターンが多いです。
クラス名として識別子「btn」をつけます。

```
<div class="btn btnRed">ボタン</div>
<br>
<div class="btn btnBlue">ボタン</div>

```

*/
/*
#styleguide
リストモジュール　識別子はlist

リストモジュールは、リスト状の同じものが連続して並ぶものが該当します。基本的には、ul、ol、dl要素の様な明確にリスト分けされるものが該当しますが、div要素でも構いません。クラス名として識別子「list」をつけます。
また、クラス名を付与する場所はリストの親要素、つまり連続するリストの子要素がliだとすると、ul要素やol要素に識別子「list」を付与したクラス名をつけます。

```
<ul class="listOption">
	<li class="item">HTML</li>
	<li class="item">CSS</li>
	<li class="item">JavaScript</li>
</ul>

```

*/
/*
#styleguide
ボックスモジュール　識別子はbox

ボックスモジュールは、ボックス状のものが該当します。基本的には見出しやテキストなどの要素を含み込むボーダー付きの箱をボックスモジュールとしてみなします。クラス名として識別子「box」をつけます。

```
<div class="boxReading">
	<h2 class="ttlCom01">ボックスモジュールとは</h2>
		<p class="txtCom01">モジュールコーディングという考え方～</p>
		<a href="" class="linkCom01">続きを読む</a>
</div>

```

*/
/*
#styleguide
グリッドモジュール　識別子はgrid（子要素にはcol)

2カラムや3カラムなど、カラム分けするレイアウトのモジュールが該当します。識別子「grid」を付与します。
子要素には「col」を付与します。基本的に、親に「gridXXX」というメインクラスを付与して、「column-2」や「column-3」などカラム数と対応する数字込みのサブクラスを付与します。

```

<div class="gridCom column-3">
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
</div>


```

*/
/*
#styleguide
FORMモジュール　

フォーム用の部品になります。

```

<form actione="">
<dl>
	<dt>テキスト</dt>
	<dd><input type="text" name="" value=""></dd>
	<dt>パスワード</dt>
	<dd><input type="password" name="passwd" value=""></dd>
	<dt>ラジオボタン</dt>
	<dd><input type="radio" name="" value="" checked="checked" />テスト1
	<input type="radio" name="" value="" />テスト2
	<input type="radio" name="" value="" />テスト3</dd>
	<dt>チェックボックス</dt>
	<dd><input type="checkbox" name="" value="" checked="checked" />テスト1
	<input type="checkbox" name="" value="" />テスト2
	<input type="checkbox" name="" value="" checked="checked" />テスト3</dd>
	<dt>プルダウン</dt>
	<dd><select name="">
	<option value="" selected="selected">テスト1</option>
	<option value="">テスト2</option>
	<option value="">テスト3</option>
	</select></dd>
	<dt>テキストエリア</dt>
	<dd><textarea name="" rows="5" cols="20">テキストエリア</textarea></dd>
</dl>
<div>
	<input type="button" name="btn1" value="汎用ボタン">
	<input type="reset" name="btn2" value="リセット" >
	<input type="submit" name="btn3" value="送信" >
</div>
</form>


```

*/
/* ====================================================
MODULE
==================================================== */
/*パンくずMODULE*/
/*見出しMODULE*/
.ttlCom01 {
  color: #e78913;
  font-family: "Barlow", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 51px;
  padding-left: 4px;
  letter-spacing: 1.75px;
  margin-top: 1px;
  font-size: 45px;
  font-size: 4.5rem;
}

@media screen and (max-width: 990px) {
  .ttlCom01 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.ttlCom01:before {
  content: '';
  width: 110px;
  background: #f6d9b0;
  height: 3px;
  left: 4px;
  bottom: 0;
  position: absolute;
}

.ttlCom01 span {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

.ttlCom01.style-01 {
  text-align: center;
}

.ttlCom01.style-01:before {
  left: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.btnCom01 {
  border: 3px solid #f6d9b0;
  border-radius: 30px;
  padding: 0 40px;
  max-width: 290px;
  width: 100%;
  height: 58px;
  display: inline-block;
  line-height: 50px;
  color: #e78913;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .btnCom01 {
    height: 40px;
    line-height: 35px;
    padding: 0 20px;
    border: 2px solid #f6d9b0;
    max-width: 250px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.btnCom01:before {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 2px solid #f6dbb4;
  border-top: 2px solid #f6dbb4;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 23px;
  top: 22px;
}

@media screen and (max-width: 767px) {
  .btnCom01:before {
    right: 17px;
    top: 14px;
  }
}

.btnCom01.style01 {
  border: 2px solid #f6d9b0;
  height: 40px;
  line-height: 36px;
  max-width: 158px;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .btnCom01.style01 {
    height: 35px;
    line-height: 30px;
    max-width: 140px;
  }
}

.btnCom01.style01:before {
  width: 5px;
  height: 5px;
  right: 13px;
  top: 15px;
}

@media screen and (max-width: 767px) {
  .btnCom01.style01:before {
    right: 8px;
    top: 12px;
  }
}

.ttlCom02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 34px;
}

@media screen and (max-width: 990px) {
  .ttlCom02 {
    margin-bottom: 20px;
  }
}

.ttlCom02 .number {
  color: #e78913;
  font-family: "Barlow", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1;
  margin-right: 35px;
  font-size: 80px;
  font-size: 8rem;
}

@media screen and (max-width: 990px) {
  .ttlCom02 .number {
    margin-right: 20px;
    font-size: 65px;
    font-size: 6.5rem;
  }
}

@media screen and (max-width: 767px) {
  .ttlCom02 .number {
    margin-right: 10px;
    font-size: 50px;
    font-size: 5rem;
  }
}

.ttlCom02 .ttl {
  color: #e89130;
  letter-spacing: 3px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 990px) {
  .ttlCom02 .ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.ttlCom02 .ttl span {
  font-family: "Barlow", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  display: block;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
}

@media screen and (max-width: 990px) {
  .ttlCom02 .ttl span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ttlCom02.style01 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ttlCom03 {
  text-align: center;
  color: #767370;
  font-weight: 500;
  margin-bottom: 35px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 990px) {
  .ttlCom03 {
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (max-width: 340px) {
  .ttlCom03 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

/*テキストMODULE*/
.desc-pickup {
  color: #767370;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 990px) {
  .desc-pickup {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 340px) {
  .desc-pickup {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.text-pickup {
  line-height: 2;
  color: #767370;
  letter-spacing: -1px;
  max-width: 560px;
  margin: 0 auto 43px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 990px) {
  .text-pickup {
    margin: 0 auto 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.desc-base {
  line-height: 2;
  color: #767370;
  margin-bottom: 80px;
  max-width: 582px;
  text-align: left;
  margin: 0 auto 88px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 990px) {
  .desc-base {
    margin: 0 auto 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .desc-base {
    margin: 0 auto 30px;
    line-height: 1.6;
  }
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

/*リンクMODULE*/
/*ボタンMODULE*/
.btn {
  width: 100px;
  height: 50px;
  border: 2px solid #FFCCCC;
  text-align: center;
  line-height: 50px;
}

.btnRed {
  color: red;
  background-color: #FFCCCC;
}

.btnBlue {
  color: white;
  border-color: blue;
  background-color: blue;
}

/*リストMODULE*/
/*ボックスMODULE*/
/*グリッドMODULE*/
/*フォームMODULE*/
.sec_coming .ttl_style01 {
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .sec_coming .ttl_style01 {
    font-size: 30px;
    font-size: 3rem;
  }
}

.sec_coming .txt-comming {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 150px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .sec_coming .txt-comming {
    line-height: 1.5;
    margin-bottom: 50px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.txt-price-note {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 113px;
  padding: 20px 20px;
}

@media screen and (max-width: 767px) {
  .txt-price-note {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 50px;
    padding: 0px 20px;
  }
}

@-webkit-keyframes flow {
  from {
    top: -100%;
  }
  to {
    top: 105%;
  }
}

@keyframes flow {
  from {
    top: -100%;
  }
  to {
    top: 105%;
  }
}

.main-visual {
  padding: 68px 80px 50px;
  background: #fbddb2;
  position: relative;
}

@media screen and (max-width: 1490px) {
  .main-visual {
    padding: 68px 40px 50px;
  }
}

@media screen and (max-width: 1200px) {
  .main-visual {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .main-visual:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
  }
}

.main-visual .slide-slick .item {
  background-size: cover !important;
  width: 100%;
  background-repeat: no-repeat !important;
  height: calc(100vh - 118px);
  background-position: center center !important;
}

.main-visual .ttl-mv {
  position: absolute;
  z-index: 99;
  color: #ffffff;
  top: 33.5%;
  left: 10%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .main-visual .ttl-mv {
    left: 0;
    width: 100%;
    padding: 0 15px;
  }
}

.main-visual .ttl-mv span {
  display: block;
  margin-bottom: 31px;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .main-visual .ttl-mv span {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -1px;
  }
}

.main-visual .ttl-mv img {
  margin-left: 9px;
}

@media screen and (max-width: 767px) {
  .main-visual .ttl-mv img {
    max-width: 240px;
  }
}

.main-visual .scroll {
  position: absolute;
  z-index: 999;
  bottom: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 100px;
  text-align: center;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 300;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1200px) {
  .main-visual .scroll {
    bottom: 12%;
  }
}

@media screen and (max-width: 767px) {
  .main-visual .scroll {
    bottom: 1%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.main-visual .scroll span {
  display: block;
  position: absolute;
  bototm: 0;
  top: 30px;
  left: 50%;
  width: 2px;
  overflow: hidden;
  height: 90px;
}

.main-visual .scroll span:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  -webkit-animation: flow 2s infinite;
  /* Safari 4.0 - 8.0 */
  animation: flow 2s infinite;
}

@media screen and (max-width: 1200px) {
  .main-visual .scroll span {
    height: 55px;
  }
}

.list-post-new {
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  max-width: 1088px;
  padding: 35px 5px 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.list-post-new:before {
  content: '';
  width: 95%;
  height: 2px;
  background: #faf6f1;
  bottom: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .list-post-new {
    position: static;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    padding: 30px 20px;
  }
}

.list-post-new .cate-l {
  width: 150px;
  padding: 0 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .list-post-new .cate-l {
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
  }
}

.list-post-new .cate-l:after {
  content: '';
  background: #dadada;
  top: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3px;
  position: absolute;
  width: 2px;
  height: 32px;
}

@media screen and (max-width: 767px) {
  .list-post-new .cate-l:after {
    display: none;
  }
}

.list-post-new .cate-l .name-cate {
  display: block;
  color: #fff;
  margin: 0 auto;
  background: #e78913;
  border-radius: 4px;
  max-width: 79px;
  width: 100%;
  text-align: center;
  height: 22px;
  line-height: 19px;
  font-family: "Barlow", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .list-post-new .cate-l .name-cate {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-post-new .posts-r {
  width: calc(100% - 150px);
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .list-post-new .posts-r {
    width: 100%;
    padding: 0;
  }
}

.list-post-new .posts-r .list-post li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

.list-post-new .posts-r .list-post li .date {
  color: #e78913;
  display: inline-block;
  margin-right: 45px;
  letter-spacing: 0.5px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .list-post-new .posts-r .list-post li .date {
    margin-right: 20px;
  }
}

.list-post-new .posts-r .list-post li .ttl-post {
  color: #767370;
  padding-right: 70px;
  letter-spacing: -1px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .list-post-new .posts-r .list-post li .ttl-post {
    padding-right: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.list-post-new .slick-arrow {
  cursor: pointer;
}

.list-post-new .slick-arrow.next, .list-post-new .slick-arrow.prev {
  position: absolute;
  z-index: 99;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  cursor: pointer;
  color: #d7d7d7;
  top: -5px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .list-post-new .slick-arrow.next, .list-post-new .slick-arrow.prev {
    top: -40px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.list-post-new .slick-arrow.next {
  right: -15px;
  text-align: center;
}

.list-post-new .slick-arrow.prev {
  right: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .list-post-new .slick-arrow.prev {
    right: 13px;
  }
}

.list-post-new .slick-arrow.prev:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 30px;
  right: -30px;
  background: #fff;
  z-index: 98;
}

.sec-our-policy {
  padding: 112px 0 113px;
}

@media screen and (max-width: 990px) {
  .sec-our-policy {
    padding: 50px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .sec-our-policy {
    padding: 50px 0 50px;
  }
}

.sec-our-policy .content-policy {
  max-width: 920px;
  margin: 0 auto;
  padding-left: 8px;
}

@media screen and (max-width: 1200px) {
  .sec-our-policy .content-policy {
    padding-left: 0;
  }
}

.sec-our-policy .content-policy .box-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .sec-our-policy .content-policy .box-policy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec-our-policy .content-policy .box-policy .box-left {
  width: 47.5%;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .sec-our-policy .content-policy .box-policy .box-left {
    padding-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}

.sec-our-policy .content-policy .box-policy .box-left .ttl-policy {
  color: #767370;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 990px) {
  .sec-our-policy .content-policy .box-policy .box-left .ttl-policy {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-our-policy .content-policy .box-policy .box-left .ttl-policy {
    margin-bottom: 15px;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.sec-our-policy .content-policy .box-policy .box-left .desc-olicy {
  color: #767370;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 53px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 990px) {
  .sec-our-policy .content-policy .box-policy .box-left .desc-olicy {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-our-policy .content-policy .box-policy .box-left .desc-olicy {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sec-our-policy .content-policy .box-policy .box-left img {
    display: block;
    margin: 0 auto;
  }
}

.sec-our-policy .content-policy .box-policy .box-right {
  width: 52.5%;
  margin-top: -29px;
}

@media screen and (max-width: 767px) {
  .sec-our-policy .content-policy .box-policy .box-right {
    margin-top: 0;
    width: 100%;
  }
}

.sec-our-policy .content-policy .box-policy .box-right p {
  color: #767370;
  line-height: 3.2;
  margin-bottom: 45px;
  letter-spacing: -1.5px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 990px) {
  .sec-our-policy .content-policy .box-policy .box-right p {
    line-height: 2;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-our-policy .content-policy .box-policy .box-right p {
    letter-spacing: 0;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sec-our-policy .content-policy .box-policy .box-right .btnCom01 {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#wrapper {
  margin: 0 auto;
  padding-bottom: 100px;
}

@media screen and (max-width: 1490px) {
  #wrapper {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #wrapper {
    padding-bottom: 0;
  }
}

#wrapper .loopSlider {
  margin: 0 auto;
  max-width: 100%;
  height: 230px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper .loopSlider {
    height: 210px;
  }
}

#wrapper .loopSlider ul {
  width: 250px;
  height: 230px;
  float: left;
  overflow: hidden;
}

#wrapper .loopSlider ul li {
  width: 280px;
  height: 230px;
  padding: 0 15px;
  float: left;
  display: inline;
  overflow: hidden;
}

@media screen and (max-width: 990px) {
  #wrapper .loopSlider ul li {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  #wrapper .loopSlider ul li {
    width: 260px;
    height: 210px;
  }
}

#wrapper .loopSliderWrap {
  top: 0;
  left: 0;
  height: 250px;
  overflow: hidden;
  position: absolute;
}

#wrapper.wrapper02 {
  padding-bottom: 90px;
}

@media screen and (max-width: 1490px) {
  #wrapper.wrapper02 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #wrapper.wrapper02 {
    padding-bottom: 0;
  }
}

#wrapper.wrapper02 .loopSlider {
  height: 348px;
}

@media screen and (max-width: 767px) {
  #wrapper.wrapper02 .loopSlider {
    height: 210px;
  }
}

#wrapper.wrapper02 .loopSlider ul {
  width: 380px;
  height: 348px;
}

#wrapper.wrapper02 .loopSlider ul li {
  width: 380px;
  height: 348px;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  #wrapper.wrapper02 .loopSlider ul li {
    width: 260px;
    height: 210px;
  }
}

#wrapper.wrapper02 .loopSlider ul li a {
  display: block;
}

#wrapper.wrapper02 .loopSlider ul li img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#wrapper.wrapper02 .loopSliderWrap {
  height: 348px;
}

@media screen and (max-width: 767px) {
  #wrapper.wrapper02 .loopSliderWrap {
    height: 210px;
  }
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:before,
.loopSliderWrap:after,
.loopSlider ul:before,
.loopSlider ul:after {
  content: " ";
  display: table;
}

.loopSliderWrap:after,
.loopSlider ul:after {
  clear: both;
}

.loopSliderWrap,
.loopSlider ul {
  *zoom: 1;
}

.sec-main-menu {
  padding: 30px 0 47px;
}

@media screen and (max-width: 767px) {
  .sec-main-menu {
    padding: 50px 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .sec-main-menu .ttlCom01 {
    margin-bottom: 42px;
  }
}

.sec-main-menu .list-link-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1060px;
  margin: 0 auto;
}

@media screen and (max-width: 990px) {
  .sec-main-menu .list-link-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec-main-menu .list-link-menu li {
  display: inline-block;
}

@media (min-width: 1101px) {
  .sec-main-menu .list-link-menu li:nth-child(1) {
    margin-right: 70px;
  }
  .sec-main-menu .list-link-menu li:nth-child(2) {
    margin-right: 67px;
  }
  .sec-main-menu .list-link-menu li:nth-child(3) {
    margin-right: 68px;
  }
  .sec-main-menu .list-link-menu li:nth-child(4) {
    margin-right: 62px;
  }
  .sec-main-menu .list-link-menu li:nth-child(5) {
    margin-right: 56px;
  }
}

@media (min-width: 991px) and (max-width: 1100px) {
  .sec-main-menu .list-link-menu li {
    margin-right: 12px !important;
    width: calc((100% - 60px)/6) !important;
  }
  .sec-main-menu .list-link-menu li:nth-child(6) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 990px) {
  .sec-main-menu .list-link-menu li {
    width: calc(100%/3 - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sec-main-menu .list-link-menu li {
    width: calc(100%/2 - 10px);
    margin-right: 20px;
  }
}

.sec-main-menu .list-link-menu li:nth-child(6) {
  margin-right: 0;
}

@media screen and (max-width: 990px) {
  .sec-main-menu .list-link-menu li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-main-menu .list-link-menu li:nth-child(3n) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec-main-menu .list-link-menu li:nth-child(2n) {
    margin-right: 0;
  }
}

.sec-main-menu .list-link-menu li:nth-child(2) .img img {
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
}

.sec-main-menu .list-link-menu li:nth-child(3) .img img {
  -webkit-transform: translate(3px, 4px);
      -ms-transform: translate(3px, 4px);
          transform: translate(3px, 4px);
}

.sec-main-menu .list-link-menu li:nth-child(4) .img img {
  -webkit-transform: translate(8px, 0px);
      -ms-transform: translate(8px, 0px);
          transform: translate(8px, 0px);
}

.sec-main-menu .list-link-menu li:nth-child(5) .img img {
  -webkit-transform: translate(-13px, -11px);
      -ms-transform: translate(-13px, -11px);
          transform: translate(-13px, -11px);
}

.sec-main-menu .list-link-menu li a {
  text-align: center;
  display: block;
}

.sec-main-menu .list-link-menu li a .img {
  margin-bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .sec-main-menu .list-link-menu li a .img {
    margin-bottom: 15px;
  }
}

.btn-picup {
  display: inline-block;
  border: 2px solid #f6d9b0;
  color: #767370;
  font-weight: 500;
  padding: 2px 10px 3px;
  border-radius: 25px;
  min-width: 122px;
  text-align: center;
  background: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .btn-picup {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-pickup {
  background: #faf6f1;
  padding: 69px 0 101px;
}

.sec-pickup .inner, .sec-pickup .inner-1128 {
  position: relative;
}

.sec-pickup .inner:after, .sec-pickup .inner-1128:after {
  content: "";
  position: absolute;
  width: 137px;
  background: url(../img/index/ttl-img.png) no-repeat;
  top: 50px;
  right: -70px;
  height: 953px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .sec-pickup .inner:after, .sec-pickup .inner-1128:after {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  .sec-pickup {
    padding: 50px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .sec-pickup {
    padding: 50px 0;
  }
}

@media screen and (min-width: 768px) {
  .sec-pickup .content-box02 .text-pickup {
    margin-bottom: 50px;
  }
}

.list-pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  max-width: 377px;
  margin: 0 auto 43px;
}

@media screen and (max-width: 990px) {
  .list-pickup {
    margin: 0 auto 30px;
  }
}

.list-pickup li {
  width: 50%;
  background: #f6d9b0;
  color: #fff;
  text-align: center;
  padding: 4px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 990px) {
  .list-pickup li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-pickup li.active {
  background: #e78913;
}

.list-pickup li span {
  font-family: "Barlow", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  margin-right: 5px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .list-pickup li span {
    margin-right: 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.box-alignment {
  margin-bottom: 95px;
}

@media screen and (max-width: 767px) {
  .box-alignment {
    margin-bottom: 50px;
  }
}

.box-alignment .mv-alignment {
  position: relative;
  text-align: center;
  z-index: 2;
}

.box-alignment .mv-alignment img {
  width: 100%;
}

.box-alignment .mv-alignment .title-mv {
  background: #ffffff;
  color: #e78913;
  display: inline-block;
  min-width: 285px;
  padding: 19px 15px 11px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .box-alignment .mv-alignment .title-mv {
    padding: 15px 0 30px 0;
    background: none;
    position: static;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.box-alignment .list-alignment {
  background: #fff;
  border-radius: 5px;
  padding: 66px 79px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1490px) {
  .box-alignment .list-alignment {
    padding: 40px 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .box-alignment .list-alignment {
    padding: 30px 15px;
  }
}

.box-alignment .list-alignment li {
  width: calc(100%/3 - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  margin-right: 30px;
}

.box-alignment .list-alignment li:nth-child(3n) {
  margin-right: 0;
  padding-left: 10px;
}

@media screen and (max-width: 1200px) {
  .box-alignment .list-alignment li:nth-child(3n) {
    padding-left: 0;
    margin-right: 30px;
  }
}

.box-alignment .list-alignment li:nth-child(2n) {
  padding-left: 8px;
}

@media screen and (max-width: 1200px) {
  .box-alignment .list-alignment li:nth-child(2n) {
    padding-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .box-alignment .list-alignment li:nth-child(2n) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 1200px) {
  .box-alignment .list-alignment li {
    width: calc(100%/2 - 30px);
  }
}

@media screen and (max-width: 767px) {
  .box-alignment .list-alignment li {
    width: calc(100%/2 - 10px);
    margin-right: 20px !important;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box-alignment .list-alignment li .img {
  width: 135px;
}

.box-alignment .list-alignment li .img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .box-alignment .list-alignment li .img img {
    width: 90%;
  }
}

@media screen and (max-width: 1490px) {
  .box-alignment .list-alignment li .img {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .box-alignment .list-alignment li .img {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
}

.box-alignment .list-alignment li .content {
  width: calc(100% - 135px);
  padding-left: 20px;
}

@media screen and (max-width: 1490px) {
  .box-alignment .list-alignment li .content {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 767px) {
  .box-alignment .list-alignment li .content {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
}

.box-alignment .list-alignment li .content .ttl {
  color: #767370;
  font-weight: 500;
  margin-bottom: 10px;
  min-height: 65px;
  line-height: 2.25;
  padding-top: 6px;
  padding-left: 7px;
  letter-spacing: -1px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1490px) {
  .box-alignment .list-alignment li .content .ttl {
    min-height: 50px;
    line-height: 2;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .box-alignment .list-alignment li .content .ttl {
    min-height: auto;
    padding-left: 0;
    padding-top: 0;
    line-height: 1.6;
  }
}

.news-cate-pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 73px;
}

@media screen and (max-width: 990px) {
  .news-cate-pickup {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .news-cate-pickup {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0px;
  }
}

.news-cate-pickup .item-news {
  width: calc(100%/3 - 18px);
  margin-right: 27px;
}

.news-cate-pickup .item-news:nth-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .news-cate-pickup .item-news {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.news-cate-pickup .item-news a {
  display: block;
  color: #767370;
}

.news-cate-pickup .item-news img {
  margin-bottom: 20px;
  width: 100%;
}

.news-cate-pickup .item-news .ttl-news {
  color: #e78913;
  margin-bottom: 11px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .news-cate-pickup .item-news .ttl-news {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.news-cate-pickup .item-news .ttl-news span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

.news-cate-pickup .item-news .ttl-news span:before, .news-cate-pickup .item-news .ttl-news span:after {
  content: '';
  top: 2px;
  position: absolute;
  width: 20px;
  height: 25px;
}

.news-cate-pickup .item-news .ttl-news span:before {
  left: -4px;
  background: url("../img/index/before-icon.png") no-repeat;
}

.news-cate-pickup .item-news .ttl-news span:after {
  right: -3px;
  background: url("../img/index/after-icon.png") no-repeat;
}

.news-cate-pickup .item-news .desc-news {
  text-align: center;
  color: #767370;
  line-height: 2;
  margin-bottom: 17px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 990px) {
  .news-cate-pickup .item-news .desc-news {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.news-cate-pickup .item-news .desc-news span {
  margin-top: -3px;
  font-size: 21px;
  font-size: 2.1rem;
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #beebe5), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, #beebe5 50%, transparent 50%);
  background-image: linear-gradient(to right, #beebe5 50%, transparent 50%);
  background-size: 200% 13px;
  background-repeat: no-repeat;
  background-position: 0% 17px;
  letter-spacing: -1.5px;
}

@media screen and (max-width: 990px) {
  .news-cate-pickup .item-news .desc-news span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .news-cate-pickup .item-news .desc-news span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.news-cate-pickup .item-news p {
  line-height: 2;
  padding-left: 16px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 990px) {
  .news-cate-pickup .item-news p {
    padding-left: 0;
  }
}

.about-anything {
  padding-top: 100px;
}

@media screen and (max-width: 990px) {
  .about-anything {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .about-anything {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1490px) {
  .about-anything .inner, .about-anything .inner-1128 {
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .about-anything .inner, .about-anything .inner-1128 {
    padding: 0 20px;
  }
}

.about-anything .slick-arrow {
  position: absolute;
  top: 62%;
  font-weight: bold;
  color: #f8ead7;
  cursor: pointer;
  font-size: 65px;
  font-size: 6.5rem;
}

@media screen and (max-width: 1490px) {
  .about-anything .slick-arrow {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .about-anything .slick-arrow {
    display: none !important;
  }
}

.about-anything .slick-arrow.prev {
  left: -11vw;
}

@media screen and (max-width: 1700px) {
  .about-anything .slick-arrow.prev {
    left: -45px;
  }
}

@media screen and (max-width: 1490px) {
  .about-anything .slick-arrow.prev {
    left: -35px;
  }
}

.about-anything .slick-arrow.next {
  right: -12vw;
}

@media screen and (max-width: 1700px) {
  .about-anything .slick-arrow.next {
    right: -45px;
  }
}

@media screen and (max-width: 1490px) {
  .about-anything .slick-arrow.next {
    right: -35px;
  }
}

.about-anything .about-slider {
  position: relative;
  padding-bottom: 60px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .about-anything .about-slider {
    padding-bottom: 50px;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

.about-anything .about-slider .slider-01 {
  width: 43.5%;
  padding-right: 30px;
}

.about-anything .about-slider .slider-01 .slick-arrow {
  top: calc(((100% + 76px)/100)*62);
}

@media screen and (max-width: 1490px) {
  .about-anything .about-slider .slider-01 .slick-arrow {
    top: calc(((100% + 61px)/100)*62);
  }
}

@media screen and (max-width: 990px) {
  .about-anything .about-slider .slider-01 {
    width: 55%;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .about-anything .about-slider .slider-01 {
    width: 100%;
    padding-right: 0;
  }
}

.about-anything .about-slider .slider-01 .next {
  display: none !important;
}

.about-anything .about-slider .slider-02 {
  width: 56.5%;
}

.about-anything .about-slider .slider-02 .slider {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}

.about-anything .about-slider .slider-02 .prev {
  display: none  !important;
}

@media screen and (max-width: 990px) {
  .about-anything .about-slider .slider-02 {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .about-anything .about-slider .slider-02 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.about-anything .about-slider .slider-02 img {
  width: 100%;
}

.about-anything .about-slider .item-text .content-about {
  max-width: 405px;
  padding-top: 24px;
}

@media screen and (max-width: 990px) {
  .about-anything .about-slider .item-text .content-about {
    padding-top: 0;
  }
}

.about-anything .about-slider .item-text .desc-about {
  color: #767370;
  font-weight: 500;
  line-height: 1.66;
  margin-bottom: 25px;
  margin-top: 74px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 990px) {
  .about-anything .about-slider .item-text .desc-about {
    margin-top: 0px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .about-anything .about-slider .item-text .desc-about {
    margin-bottom: 15px;
  }
}

.about-anything .about-slider .item-text p {
  color: #767370;
  line-height: 1.92;
  margin-bottom: 39px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .about-anything .about-slider .item-text p {
    margin-bottom: 30px;
    line-height: 1.6;
  }
}

.about-anything .btnCom01 {
  border-color: #e78913;
  color: #e78913;
}

.about-anything .btnCom01:before {
  border-color: #e78913;
}

@media screen and (max-width: 767px) {
  .about-anything .btnCom01 {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.about-anything .slick-about {
  position: relative;
}

.about-anything .slick-about:before {
  content: '';
  background: #f6d9b0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 77%;
}

.sec-doctor {
  padding: 145px 0 135px;
}

@media screen and (max-width: 990px) {
  .sec-doctor {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-doctor {
    padding: 50px 0;
  }
}

.sec-doctor .box-doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 135px;
}

@media screen and (max-width: 990px) {
  .sec-doctor .box-doctor {
    margin-bottom: 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .sec-doctor .box-doctor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec-doctor .box-doctor .box-img {
  width: 70%;
}

@media screen and (max-width: 990px) {
  .sec-doctor .box-doctor .box-img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .sec-doctor .box-doctor .box-img {
    width: 100%;
  }
}

.sec-doctor .box-doctor .box-text {
  width: 30%;
  position: relative;
  left: -26px;
  padding-bottom: 35px;
}

@media screen and (max-width: 990px) {
  .sec-doctor .box-doctor .box-text {
    width: 50%;
    left: 0;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec-doctor .box-doctor .box-text {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}

.sec-doctor .box-doctor .box-text .desc-doctor {
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 990px) {
  .sec-doctor .box-doctor .box-text .desc-doctor {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-doctor .box-doctor .box-text .desc-doctor span {
  display: block;
  margin-top: 9px;
  letter-spacing: 0;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 990px) {
  .sec-doctor .box-doctor .box-text .desc-doctor span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.sec-doctor .box-doctor .box-text p {
  line-height: 2;
  margin-bottom: 17px;
  max-width: 350px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 990px) {
  .sec-doctor .box-doctor .box-text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-doctor .box-doctor .box-text .btnCom01 {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.sec-doctor .list-doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e78913;
  padding: 70px 100px 55px;
}

@media screen and (max-width: 1490px) {
  .sec-doctor .list-doctor {
    padding: 30px;
  }
}

@media screen and (max-width: 990px) {
  .sec-doctor .list-doctor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .sec-doctor .list-doctor {
    padding: 30px 15px;
  }
}

.sec-doctor .list-doctor .item-doctor {
  width: calc(100%/3 - 22px);
  margin-right: 33px;
}

.sec-doctor .list-doctor .item-doctor:nth-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 990px) {
  .sec-doctor .list-doctor .item-doctor:nth-child(3) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 990px) {
  .sec-doctor .list-doctor .item-doctor {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.sec-doctor .list-doctor .item-doctor a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.sec-doctor .list-doctor .item-doctor a .img {
  width: 38%;
}

@media screen and (max-width: 767px) {
  .sec-doctor .list-doctor .item-doctor a .img {
    width: 30%;
  }
}

.sec-doctor .list-doctor .item-doctor a .img img {
  width: 100%;
}

.sec-doctor .list-doctor .item-doctor a .content {
  width: 62%;
  padding-left: 26px;
}

@media screen and (max-width: 767px) {
  .sec-doctor .list-doctor .item-doctor a .content {
    width: 70%;
    padding-left: 15px;
  }
}

.sec-doctor .list-doctor .item-doctor a .content span {
  display: block;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 12px;
  padding-top: 10px;
  position: relative;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .sec-doctor .list-doctor .item-doctor a .content span {
    padding-top: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-doctor .list-doctor .item-doctor a .content span:after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 6px;
  top: 20px;
}

@media screen and (max-width: 767px) {
  .sec-doctor .list-doctor .item-doctor a .content span:after {
    top: 10px;
  }
}

.sec-doctor .list-doctor .item-doctor a .content p {
  line-height: 1.64;
  font-size: 14px;
  font-size: 1.4rem;
}

.sec-contact {
  background: #faf6f1;
  padding: 64px 0 89px;
}

@media screen and (max-width: 767px) {
  .sec-contact {
    padding: 50px 0;
  }
}

.sec-contact .logo-contact {
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .sec-contact .logo-contact {
    margin-bottom: 30px;
  }
}

.sec-contact .box-contant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .sec-contact .box-contant {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec-contact #googleMap {
  width: 58.3%;
  height: 430px;
}

@media screen and (max-width: 1200px) {
  .sec-contact #googleMap {
    width: 50%;
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .sec-contact #googleMap {
    width: 100%;
    height:auto;
    margin-bottom: 20px;
  }
}

.sec-contact .ct-contant {
  width: 41.7%;
  padding-left: 74px;
  padding-top: 18px;
}

@media screen and (max-width: 1200px) {
  .sec-contact .ct-contant {
    width: 50%;
    padding-left: 20px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-contact .ct-contant {
    width: 100%;
    padding-left: 0;
  }
}

.sec-contact .ct-contant .address {
  color: #767370;
  margin-bottom: 13px;
  display: block;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .sec-contact .ct-contant .address {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-contact .ct-contant .link-ggm {
  color: #767370;
  margin-bottom: 19px;
  display: inline-block;
  border-bottom: 1px solid #767370;
  letter-spacing: 0.5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .sec-contact .ct-contant .link-ggm {
    margin-bottom: 10px;
  }
}

.sec-contact .ct-contant .tel-contact {
  color: #f18d00;
  margin-bottom: 32px;
  letter-spacing: -0.5px;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Barlow", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .sec-contact .ct-contant .tel-contact {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.sec-contact .ct-contant .tel-contact a {
  color: #f18d00;
  font-weight: 700;
}

.sec-contact .ct-contant .table-contact {
  border-collapse: collapse;
  width: 100%;
  max-width: 417px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .sec-contact .ct-contant .table-contact {
    margin-bottom: 10px;
  }
}

.sec-contact .ct-contant .table-contact tr th, .sec-contact .ct-contant .table-contact tr td {
  height: 53px;
  padding: 0 8px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .sec-contact .ct-contant .table-contact tr th, .sec-contact .ct-contant .table-contact tr td {
    height: 50px;
    padding: 0 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sec-contact .ct-contant .table-contact tr th:nth-child(1), .sec-contact .ct-contant .table-contact tr td:nth-child(1) {
  width: 33.33%;
  padding-left: 15px;
  text-align: left;
  color: #767370;
}

@media screen and (max-width: 767px) {
  .sec-contact .ct-contant .table-contact tr th:nth-child(1), .sec-contact .ct-contant .table-contact tr td:nth-child(1) {
    padding-left: 5px;
  }
}

.sec-contact .ct-contant .table-contact tr th {
  background: #f6d9b0;
  border-right: 1px solid #fff;
}

.sec-contact .ct-contant .table-contact tr th:last-child {
  border-right: 1px solid #f6d9b0;
}

.sec-contact .ct-contant .table-contact tr td {
  border-right: 1px solid #f6d9b0;
  border-bottom: 1px solid #f6d9b0;
  width: calc(66.66%/7);
  color: #f18d00;
}

.sec-contact .ct-contant .table-contact tr td span {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  background: #f18d00;
}

.sec-contact .ct-contant .date-contact {
  font-size: 14px;
  font-size: 1.4rem;
}

.inner-1128 {
  max-width: 1168px;
}

.mv-style {
  padding-bottom: 0;
  margin-bottom: 103px;
}

@media screen and (max-width: 1200px) {
  .mv-style {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mv-style {
    margin-bottom: 50px;
  }
}

.mv-style img {
  width: 100%;
}

.mv-style:before {
  display: none;
}

.mv-style.mv-child {
  margin-bottom: 0;
}

.mv-style img {
  max-height: 363px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 767px) {
  .mv-style img {
    height: 28vw;
    min-height: 100px;
  }
}

.sec_menu {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .sec_menu {
    margin-bottom: 50px;
  }
}

.ttl-mv02 {
  font-family: "Barlow", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  padding: 5px 5px 9px;
}

.ttl-mv02.jp {
  font-size: 34px;
  font-size: 3.4rem;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ttl-mv02.jp {
    padding-bottom: 11px;
  }
}

@media screen and (max-width: 767px) {
  .ttl-mv02.jp {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl-mv02 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.ttl-mv03 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 5px 5px 9px;
}

@media screen and (max-width: 767px) {
  .ttl-mv03 {
    font-size: 30px;
    font-size: 3rem;
  }
}

.ttl_custom01 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.75;
  color: #E89136;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 53px;
}

@media screen and (max-width: 1200px) {
  .ttl_custom01 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .ttl_custom01 {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.btn_custom01 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.75;
  color: #fff;
  padding: 14px 90px 15px 76px;
  background: #E89136;
  border-radius: 32px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  max-width: 360px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btn_custom01 {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 10px 20px 10px 10px;
    margin-left: 0;
  }
}

.btn_custom01:before {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  right: 67px;
  top: 49%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .btn_custom01:before {
    font-size: 24px;
    font-size: 2.4rem;
    right: 30px;
  }
}

.btn_custom02 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 500;
  width: 100%;
  max-width: 172px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px auto 0;
  padding: 0 11px 6px 5px;
  border-bottom: 2px dotted #A5D2E7;
  color: #E89136;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .btn_custom02 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.btn_custom02 .ico-l {
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
  background: #E89136;
  margin-right: auto;
  position: relative;
  margin-top: 7px;
}

@media screen and (max-width: 767px) {
  .btn_custom02 .ico-l {
    width: 22px;
    height: 22px;
  }
}

.btn_custom02 .ico-l:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .btn_custom02 .ico-l:before {
    top: 44%;
    left: 54%;
  }
}

.list_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -15px;
}

@media screen and (max-width: 767px) {
  .list_menu {
    margin: 0 -10px;
  }
}

.list_menu .item {
  padding: 28px 15px 24px;
  width: 33.33%;
  font-size: 15px;
  font-size: 1.5rem;
  color: #767370;
  line-height: 1.75;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

@media screen and (max-width: 990px) {
  .list_menu .item {
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .list_menu .item {
    width: 50%;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 500px) {
  .list_menu .item {
    width: 100%;
  }
}

.list_menu .item:first-child {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 29px 15px;
}

@media screen and (max-width: 990px) {
  .list_menu .item:first-child {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 767px) {
  .list_menu .item:first-child {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px 10px 25px;
  }
}

.list_menu .item:first-child .wrapper {
  padding: 56px 140px 47px 169px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
}

@media screen and (max-width: 1200px) {
  .list_menu .item:first-child .wrapper {
    padding: 40px 100px;
  }
}

@media screen and (max-width: 990px) {
  .list_menu .item:first-child .wrapper {
    padding: 30px 70px;
  }
}

@media screen and (max-width: 640px) {
  .list_menu .item:first-child .wrapper {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .list_menu .item:first-child .wrapper {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 640px) {
  .list_menu .item:first-child .wrapper {
    padding: 20px;
  }
}

.list_menu .item:first-child .wrapper .box_pickup {
  margin: 0 76px 0 0;
}

@media screen and (max-width: 990px) {
  .list_menu .item:first-child .wrapper .box_pickup {
    margin-right: 50px;
  }
}

@media screen and (max-width: 640px) {
  .list_menu .item:first-child .wrapper .box_pickup {
    width: 100px;
    margin: 0 auto 10px;
  }
}

.list_menu .item:first-child .wrapper .content {
  width: calc(100% - 202px);
}

@media screen and (max-width: 990px) {
  .list_menu .item:first-child .wrapper .content {
    width: calc(100% - 170px);
  }
}

@media screen and (max-width: 640px) {
  .list_menu .item:first-child .wrapper .content {
    width: 100%;
  }
}

.list_menu .item:first-child .wrapper .content .btn_custom01 {
  margin: 33px 0 0 16px;
}

@media screen and (max-width: 767px) {
  .list_menu .item:first-child .wrapper .content .btn_custom01 {
    margin: 15px auto 0;
  }
}

.list_menu .item:nth-of-type(2) .wrapper .box_pickup .img {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateX(6px);
      -ms-transform: translateX(6px);
          transform: translateX(6px);
  margin-bottom: 23px;
}

.list_menu .item:nth-of-type(3) .wrapper .box_pickup {
  margin-bottom: 24px;
}

.list_menu .item:nth-of-type(3) .wrapper .box_pickup .img {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.list_menu .item:nth-of-type(4) .wrapper .box_pickup {
  margin-bottom: 30px;
}

.list_menu .item:nth-of-type(4) .wrapper .box_pickup .img {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  margin-bottom: 24px;
}

.list_menu .item:nth-of-type(5) .wrapper .box_pickup {
  margin-bottom: 33px;
}

.list_menu .item:nth-of-type(5) .wrapper .box_pickup .img {
  -webkit-transform: translate(-10px, 0px);
      -ms-transform: translate(-10px, 0px);
          transform: translate(-10px, 0px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 36px;
}

.list_menu .item:nth-of-type(6) .wrapper .box_pickup {
  margin-bottom: 28px;
}

.list_menu .item:nth-of-type(6) .wrapper .box_pickup .img {
  margin-bottom: 25px;
}

.list_menu .item .wrapper {
  padding: 39px 50px 38px;
  border: 2px solid #E89136;
  border-radius: 43px;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 990px) {
  .list_menu .item .wrapper {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .list_menu .item .wrapper {
    border-radius: 25px !important;
  }
}

@media screen and (max-width: 640px) {
  .list_menu .item .wrapper {
    padding: 20px;
  }
}

.list_menu .item .wrapper .box_pickup {
  width: 100%;
  max-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .list_menu .item .wrapper .box_pickup {
    margin-bottom: 15px !important;
  }
}

.list_menu .item .wrapper .box_pickup .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 26px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list_menu .item .wrapper .box_pickup .btn-picup {
  display: block;
  width: 100%;
  line-height: normal;
  padding: 0px 10px 1px;
}

.sec_equipment_intro {
  padding: 0px 0px 95px;
}

.sec_equipment_intro .intro_inner {
  max-width: 640px;
  margin: auto;
  padding: 0px 20px;
}

@media screen and (max-width: 767px) {
  .sec_equipment_intro {
    padding: 0px 0px 50px;
  }
}

.sec_equipment {
  background: #faf6f1;
  position: relative;
}

.sec_equipment:before {
  content: '';
  position: absolute;
  top: 0px;
  height: 80px;
  background: #ffffff;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec_equipment:before {
    height: 40px;
  }
}

.sec_equipment .equipment_item {
  padding-bottom: 160px;
  padding-top: 135px;
}

@media screen and (min-width: 768px) {
  .sec_equipment .equipment_item-01 {
    padding-top: 85px;
  }
}

@media screen and (max-width: 767px) {
  .sec_equipment .equipment_item {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.sec_equipment .equipment_item .ttlCom02 {
  margin-bottom: 25px;
}

.sec_equipment .equipment_item .ttlCom02 + p {
  margin-bottom: -5px;
}

@media screen and (max-width: 767px) {
  .sec_equipment .equipment_item .ttlCom02 + p {
    text-align: left;
  }
  .sec_equipment .equipment_item .ttlCom02 + p br {
    display: none;
  }
}

.sec_equipment .equipment_item:nth-child(odd) {
  background: #ffffff;
}

.sec_equipment .equipment_item:nth-child(odd) .list_style01 .item {
  background: #faf6f1;
}

.sec_equipment .equipment_item:nth-child(odd) .list_style01 .item:before {
  background: #ffffff;
}

.ttl_style01 {
  text-align: center;
  color: #767370;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.33;
  font-weight: 500;
  margin-bottom: 40px;
}


@media screen and (max-width: 767px) {
  .ttl_style01 {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 340px) {
  .ttl_style01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.ttl_style02 {
  text-align: center;
  font-size: 150px;
  font-size: 15rem;
  font-family: "Barlow", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  color: rgba(231, 137, 19, 0.2);
  line-height: 0.6;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .ttl_style02 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1;
  }
}

.list_style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .list_style01 {
    display: block;
  }
}

.list_style01 .item {
  width: calc(50% - 20px);
  background: #ffffff;
  margin-top: 50px;
  position: relative;
  text-align: center;
  padding: 0px 40px 60px;
  margin-right: 40px;
}

@media screen and (max-width: 900px) {
  .list_style01 .item {
    padding: 0px 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .list_style01 .item {
    width: 100%;
    margin-top: 30px;
    padding: 0px 15px 15px;
  }
}

.list_style01 .item:before {
  content: '';
  position: absolute;
  top: 0px;
  height: 45px;
  background: #faf6f1;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .list_style01 .item:before {
    height: 30px;
  }
}

.list_style01 .item:first-child {
  width: 100%;
  margin-right: 0;
  padding: 0px 80px 80px;
}

@media screen and (max-width: 900px) {
  .list_style01 .item:first-child {
    padding: 0px 40px 40px;
  }
}

@media screen and (max-width: 767px) {
  .list_style01 .item:first-child {
    padding: 0px 15px 15px;
  }
}

.list_style01 .item:nth-child(2n+1) {
  margin-right: 0;
}

.box_orange {
  color: #fff;
  text-align: center;
  background: #fbddb2;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  width: 90%;
  max-width: 410px;
  margin: auto;
  font-weight: 500;
  padding: 20px 10px;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.box_orange span {
  font-size: 25px;
  font-size: 2.5rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .box_orange {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 10px;
    margin-bottom: 20px;
  }
  .box_orange span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.list_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .list_img {
    margin-top: 20px;
    display: block;
  }
}

.list_img-01 li {
  width: 100%;
}

.list_img-02 li {
  margin-right: 40px;
  width: calc(50% - 20px);
}

.list_img-02 li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .list_img-02 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.txtBasic, .sec_equipment_intro .intro_inner p, .list_style01 .item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
}

.page-access_index .sec-ct-access {
  padding-top: 12px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .page-access_index .sec-ct-access {
    padding-bottom: 92px;
  }
}

@media screen and (max-width: 767px) {
  .page-access_index .sec-ct-access {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.page-access_index #googleMap {
  width: 100%;
  height: 542px;
}

@media screen and (max-width: 767px) {
  .page-access_index #googleMap {
    height: 240px;
    margin-bottom: 20px;
  }
}

.page-access_index .ct-contant {
  padding-left: 0;
  max-width: 1020px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-access_index .ct-contant {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

.page-access_index .ct-contant .ct-left {
  width: 54.5%;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .page-access_index .ct-contant .ct-left {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.page-access_index .ct-contant .ct-left .table-contact {
  max-width: 422px;
  border-left: 1px solid #f6d9b0;
}

@media screen and (max-width: 767px) {
  .page-access_index .ct-contant .ct-left .table-contact {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .page-access_index .ct-contant .ct-left {
    width: 100%;
  }
}

.page-access_index .ct-contant .ct-right {
  width: 44.5%;
  margin-top: -6px;
}

@media screen and (max-width: 767px) {
  .page-access_index .ct-contant .ct-right {
    margin-top: 0;
    width: 100%;
  }
}

.page-access_index .ct-contant .ct-right .link-access {
  display: block;
  color: #e78913;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .page-access_index .ct-contant .ct-right .link-access {
    margin-bottom: 12px;
  }
}

.page-access_index .ct-contant .ct-right .desc-access {
  color: #767370;
  line-height: 1.85;
  margin-bottom: 26px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .page-access_index .ct-contant .ct-right .desc-access {
    margin-bottom: 12px;
  }
}

.page-access_index .ct-contant .ct-right .tel-contact {
  letter-spacing: 0.5px;
}

.page-access_index .sec-main-menu {
  background: #faf6f1;
}

@media screen and (min-width: 768px) {
  .page-access_index .sec-main-menu {
    padding: 98px 0 146px;
  }
}

@media screen and (min-width: 991px) {
  .page-access_index .sec-main-menu .ttlCom01 {
    margin-bottom: 62px;
  }
}

.page-price_index {
  padding-bottom: 160px;
}

@media screen and (max-width: 990px) {
  .page-price_index {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .page-price_index {
    padding-bottom: 50px;
  }
}

.sec-intro {
  padding-top: 20px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .sec-intro {
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.sec-intro .ttl-intro {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  color: #767370;
  line-height: 1.3;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 38px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .sec-intro .ttl-intro {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}

.sec-intro p {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #767370;
  line-height: 1.8;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .sec-intro p {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  .sec-price {
    padding-bottom: 25px;
  }
}

.sec-price .ttl-price {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #fff;
  font-size: 34px;
  font-size: 3.4rem;
  background: #CADAEC;
  padding: 26.5px 0;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .sec-price .ttl-price {
    font-size: 26px;
    font-size: 2.6rem;
    padding: 15px 0;
  }
}

.sec-price .box-content {
  position: relative;
  background: url("../img/price/img-01.jpg") no-repeat center;
  background-size: cover;
  padding: 7.35% 0;
}

@media screen and (max-width: 767px) {
  .sec-price .box-content {
    background: none;
    padding: 0;
  }
}

.sec-price .box-content .wp-inner {
  max-width: calc(100% - 214px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1600px) {
  .sec-price .box-content .wp-inner {
    max-width: calc(100% - 60px);
  }
}

@media screen and (max-width: 767px) {
  .sec-price .box-content .wp-inner {
    max-width: 100%;
    display: block;
  }
}

.sec-price .box-content .wp-inner .box-info {
  padding: 60px 63px 84px 70px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  width: 59.39%;
}

@media screen and (max-width: 1600px) {
  .sec-price .box-content .wp-inner .box-info {
    width: 68%;
  }
}

@media screen and (max-width: 1250px) {
  .sec-price .box-content .wp-inner .box-info {
    padding: 30px 40px 30px 20px;
  }
}

@media screen and (max-width: 990px) {
  .sec-price .box-content .wp-inner .box-info {
    padding: 30px 20px;
    position: static;
    width: 100%;
    top: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-price .box-content .wp-inner .box-info {
    padding: 0 20px;
    margin-top: 25px;
  }
}

.sec-price .box-content .wp-inner .box-info .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .sec-price .box-content .wp-inner .box-info .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec-price .box-content .wp-inner .box-info .flex .item-price {
  position: relative;
}

@media screen and (max-width: 1700px) {
  .sec-price .box-content .wp-inner .box-info .flex .item-price {
    width: calc((100% - 100px)/3);
    margin-right: 50px;
  }
  .sec-price .box-content .wp-inner .box-info .flex .item-price:last-child {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .sec-price .box-content .wp-inner .box-info .flex .item-price {
    width: 100%;
    margin-right: 0;
    margin-bottom: 65px;
  }
  .sec-price .box-content .wp-inner .box-info .flex .item-price:after {
    content: '';
    width: 40px;
    height: 40px;
    background: url("../img/price/icon-02.svg") no-repeat center;
    position: absolute;
    top: auto;
    bottom: -50px;
    right: auto !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.sec-price .box-content .wp-inner .box-info .flex .item-price .icon {
  max-width: 178px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1490px) {
  .sec-price .box-content .wp-inner .box-info .flex .item-price .icon {
    max-width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .sec-price .box-content .wp-inner .box-info .flex .item-price .icon {
    width: 50%;
    text-align: center;
  }
}

.sec-price .box-content .wp-inner .box-info .flex .item-price .icon:after {
  content: '';
  width: 53px;
  height: 53px;
  background: url("../img/price/icon-02.svg") no-repeat center;
  position: absolute;
  top: 56%;
  right: -53%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sec-price .box-content .wp-inner .box-info .flex .item-price .icon:after {
    right: -53%;
  }
}

@media screen and (max-width: 1490px) {
  .sec-price .box-content .wp-inner .box-info .flex .item-price .icon:after {
    width: 40px;
    height: 40px;
    right: -68% !important;
  }
}

@media screen and (max-width: 1250px) {
  .sec-price .box-content .wp-inner .box-info .flex .item-price .icon:after {
    right: -78% !important;
  }
}

@media screen and (max-width: 990px) {
  .sec-price .box-content .wp-inner .box-info .flex .item-price .icon:after {
    right: -63% !important;
  }
}

@media screen and (max-width: 767px) {
  .sec-price .box-content .wp-inner .box-info .flex .item-price .icon:after {
    display: none;
    top: auto;
    bottom: -50px;
    right: auto !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.sec-price .box-content .wp-inner .box-info .flex .item-price .ttl-item-price {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #5A8BC3;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1490px) {
  .sec-price .box-content .wp-inner .box-info .flex .item-price .ttl-item-price {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 1250px) {
  .sec-price .box-content .wp-inner .box-info .flex .item-price .ttl-item-price {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.sec-price .box-content .wp-inner .box-info .flex .item-price .ttl-item-price span {
  position: relative;
}

.sec-price .box-content .wp-inner .box-info .flex .item-price .ttl-item-price span.price-empty:after {
  display: none;
}

.sec-price .box-content .wp-inner .box-info .flex .item-price .ttl-item-price span:after {
  content: '(税別)';
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #5A8BC3;
  position: absolute;
  right: -34%;
  bottom: 3px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1490px) {
  .sec-price .box-content .wp-inner .box-info .flex .item-price .ttl-item-price span:after {
    right: -30%;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1250px) {
  .sec-price .box-content .wp-inner .box-info .flex .item-price .ttl-item-price span:after {
    right: -35%;
  }
}

.sec-price .box-content .wp-inner .box-info .flex .item-price .ttl-item-price small {
  text-align: center;
}

.sec-price .box-content .wp-inner .box-info .flex .item-price .ttl-item-price small:nth-child(1) {
  font-size: 27px;
  font-size: 2.7rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #5A8BC3;
  display: block;
}

@media screen and (max-width: 1490px) {
  .sec-price .box-content .wp-inner .box-info .flex .item-price .ttl-item-price small:nth-child(1) {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 1250px) {
  .sec-price .box-content .wp-inner .box-info .flex .item-price .ttl-item-price small:nth-child(1) {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec-price .box-content .wp-inner .box-info .flex .item-price .cate-item {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #767370;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 1490px) {
  .sec-price .box-content .wp-inner .box-info .flex .item-price .cate-item {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.sec-price .box-content .wp-inner .box-info .flex .item-price .des-item {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #767370;
  display: block;
  line-height: 1.8;
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}

@media screen and (max-width: 1250px) {
  .sec-price .box-content .wp-inner .box-info .flex .item-price .des-item {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
  .sec-price .box-content .wp-inner .box-info .flex .item-price .des-item {
    text-align: center;
  }
}

.sec-price .box-content .wp-inner .box-info .flex .item-price:nth-child(2) .icon:after {
  right: -60%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sec-price .box-content .wp-inner .box-info .flex .item-price:nth-child(2) .icon:after {
    right: -58%;
  }
}

.sec-price .box-content .wp-inner .box-info .flex .item-price:last-child .icon:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .sec-price .box-content .wp-inner .box-info .flex .item-price:last-child:after {
    display: none;
  }
}

.sec-price.style01 .ttl-price {
  background: #FBDDB2;
}

.sec-price.style01 .box-content {
  background: url("../img/price/img-02.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .sec-price.style01 .box-content {
    background: none;
  }
}

.sec-price.style01 .box-content .wp-inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sec-price.style01 .box-content .wp-inner .box-info {
  padding-top: 65px;
  padding-bottom: 80px;
  margin-right: auto;
  margin-left: 0;
}

@media screen and (max-width: 990px) {
  .sec-price.style01 .box-content .wp-inner .box-info {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec-price.style01 .box-content .wp-inner .box-info {
    padding-top: 0;
  }
}

.sec-price.style01 .box-content .wp-inner .box-info .flex .item-price .ttl-item-price {
  color: #E78913;
}

.sec-price.style01 .box-content .wp-inner .box-info .flex .item-price .ttl-item-price:after {
  color: #E78913;
}

.sec-price.style01 .box-content .wp-inner .box-info .flex .item-price .ttl-item-price small {
  color: #E78913;
}

.sec-equiment {
  padding-top: 67px;
  margin-bottom: -50px;
}

@media screen and (max-width: 767px) {
  .sec-equiment {
    padding-top: 20px;
    margin-bottom: -25px;
  }
}

.sec-equiment .ttl-equiment {
  font-size: 150px;
  font-size: 15rem;
  font-family: "Barlow", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #FAEDDC;
  text-align: center;
}

@media screen and (max-width: 990px) {
  .sec-equiment .ttl-equiment {
    font-size: 90px;
    font-size: 9rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-equiment .ttl-equiment {
    font-size: 65px;
    font-size: 6.5rem;
  }
}

.sec-equiment .ttl-equiment .ttl-equiment-sub {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #E89130;
  line-height: 1.6;
  text-align: center;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  letter-spacing: 3px;
  margin-bottom: -7px;
  display: block;
}

@media screen and (max-width: 990px) {
  .sec-equiment .ttl-equiment .ttl-equiment-sub {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-equiment .ttl-equiment .ttl-equiment-sub {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    -webkit-transform: translate(-10px);
        -ms-transform: translate(-10px);
            transform: translate(-10px);
  }
}

.sec-equiment .txt-intro {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #767370;
  line-height: 1.8;
  text-align: center;
}

.sec-equiment .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 118px;
}

@media screen and (max-width: 767px) {
  .sec-equiment .list-item {
    margin-top: 50px;
  }
}

.sec-equiment .list-item .item {
  width: calc(50% - 25px);
  margin-right: 50px;
  padding: 35px 28.5px;
  background: #FAF6F1;
  border-radius: 10px;
  margin-bottom: 50px;
}

@media screen and (max-width: 990px) {
  .sec-equiment .list-item .item {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sec-equiment .list-item .item {
    width: 100%;
    padding: 20px;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.sec-equiment .list-item .item:nth-child(2n + 2) {
  margin-right: 0;
}

.sec-equiment .list-item .item .box-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 21px;
}

@media screen and (max-width: 767px) {
  .sec-equiment .list-item .item .box-ttl {
    margin-bottom: 15px;
  }
}

.sec-equiment .list-item .item .box-ttl span {
  width: 50%;
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  background: #FBE9D1;
}

@media screen and (max-width: 1490px) {
  .sec-equiment .list-item .item .box-ttl span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1250px) {
  .sec-equiment .list-item .item .box-ttl span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 990px) {
  .sec-equiment .list-item .item .box-ttl span {
    font-size: 20px;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .sec-equiment .list-item .item .box-ttl span {
    font-size: 16px;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 374px) {
  .sec-equiment .list-item .item .box-ttl span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-equiment .list-item .item .box-ttl span.ttl-tag {
  color: #fff;
  background: #FCDDB1;
  padding: 21.5px 0;
}

@media screen and (max-width: 990px) {
  .sec-equiment .list-item .item .box-ttl span.ttl-tag {
    padding: 21.5px 10px;
  }
}

@media screen and (max-width: 767px) {
  .sec-equiment .list-item .item .box-ttl span.ttl-tag {
    padding: 15.5px 10px;
  }
}

.sec-equiment .list-item .item .box-ttl span.price {
  color: #E78913;
  font-size: 36px;
  font-size: 3.6rem;
  padding: 13px 0;
}

@media screen and (max-width: 1250px) {
  .sec-equiment .list-item .item .box-ttl span.price {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 990px) {
  .sec-equiment .list-item .item .box-ttl span.price {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 13px 5px;
  }
}

@media screen and (max-width: 767px) {
  .sec-equiment .list-item .item .box-ttl span.price {
    font-size: 20px;
    font-size: 2rem;
    padding: 12.5px 0;
  }
}

@media screen and (max-width: 374px) {
  .sec-equiment .list-item .item .box-ttl span.price {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.sec-equiment .list-item .item .box-ttl span b {
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  display: inline-block;
  -webkit-transform: translate(2px, -3px);
      -ms-transform: translate(2px, -3px);
          transform: translate(2px, -3px);
}

@media screen and (max-width: 1490px) {
  .sec-equiment .list-item .item .box-ttl span b {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
}

@media screen and (max-width: 990px) {
  .sec-equiment .list-item .item .box-ttl span b {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 5px;
    line-height: 1.5;
    display: block;
  }
}

.sec-equiment .list-item .item .txt-des {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #767370;
  line-height: 1.8;
  margin-bottom: 27px;
  padding-left: 37px;
}

@media screen and (max-width: 990px) {
  .sec-equiment .list-item .item .txt-des {
    margin-bottom: 15px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-equiment .list-item .item .txt-des {
    margin-bottom: 15px;
    padding-left: 0;
  }
}

.pc-1700 {
  display: block;
}

@media screen and (max-width: 1700px) {
  .pc-1700 {
    display: none;
  }
}

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

.sec_doctor_intro {
  position: relative;
  padding-top: 48px;
  margin-bottom: -75px;
  margin-bottom: -4%;
}

@media screen and (max-width: 1500px) {
  .sec_doctor_intro {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec_doctor_intro {
    padding-top: 0;
    margin-bottom: 0;
  }
}

.sec_doctor_intro .doctor_intro-inner {
  max-width: calc(1640px + 9%);
  padding: 0px 4.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .sec_doctor_intro .doctor_intro-inner {
    display: block;
    padding: 0px 20px;
    max-width: 100%;
  }
}

.sec_doctor_intro .doctor_intro-inner .img {
  width: 55%;
}

@media screen and (max-width: 1100px) {
  .sec_doctor_intro .doctor_intro-inner .img {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .sec_doctor_intro .doctor_intro-inner .img {
    width: 100%;
  }
}

.sec_doctor_intro .doctor_intro-inner .intro_content {
  width: 45%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  padding-left: 4.8%;
  max-width: calc(490px + 4.8%);
  padding-top: 43px;
}

@media screen and (max-width: 1100px) {
  .sec_doctor_intro .doctor_intro-inner .intro_content {
    width: 55%;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec_doctor_intro .doctor_intro-inner .intro_content {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.85;
    max-width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
}

.sec_doctor_intro .doctor_intro-inner .intro_content .ttl {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 43px;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .sec_doctor_intro .doctor_intro-inner .intro_content .ttl {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec_doctor_intro .doctor_intro-inner .intro_content .ttl {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

.sec_doctor_intro .doctor_intro-inner .intro_content .area_name {
  margin-top: 14.5%;
  margin-bottom: 30px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .sec_doctor_intro .doctor_intro-inner .intro_content .area_name {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .sec_doctor_intro .doctor_intro-inner .intro_content .area_name {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

.sec_doctor_intro .doctor_intro-inner .intro_content .area_name .name_jp, .sec_doctor_intro .doctor_intro-inner .intro_content .area_name .name_en {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .sec_doctor_intro .doctor_intro-inner .intro_content .area_name .name_jp, .sec_doctor_intro .doctor_intro-inner .intro_content .area_name .name_en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec_doctor_intro .doctor_intro-inner .intro_content .area_name .name_en {
  font-family: "Barlow", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 300;
  color: #b7b7b7;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .sec_doctor_intro .doctor_intro-inner .intro_content .area_name .name_en {
    margin-left: 0;
    display: block;
  }
}

.sec_doctor_intro .doctor_intro-inner .intro_content .area_name p {
  margin-bottom: 6px;
}

.sec_interview {
  padding-top: calc(115px + 4%);
  padding-bottom: 63px;
  background: #faf6f1;
}

@media screen and (max-width: 767px) {
  .sec_interview {
    padding-top: 50px;
    padding-bottom: 1px;
  }
}

.sec_interview .interview_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 93px;
}

@media screen and (max-width: 767px) {
  .sec_interview .interview_item {
    margin-bottom: 30px;
    display: block;
  }
}

.sec_interview .interview_item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec_interview .interview_item:nth-child(even) .item_content {
  padding: 4px 45px 0px 43px;
}

@media screen and (max-width: 1000px) {
  .sec_interview .interview_item:nth-child(even) .item_content {
    padding: 4px 30px 0px 10px;
  }
}

.sec_interview .interview_item .img {
  width: 56.42%;
}

@media screen and (max-width: 1200px) {
  .sec_interview .interview_item .img {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .sec_interview .interview_item .img {
    width: 100%;
  }
}

.sec_interview .interview_item .item_content {
  width: calc(100% - 56.42%);
  padding: 4px 45px 0px 55px;
}

@media screen and (max-width: 1200px) {
  .sec_interview .interview_item .item_content {
    width: 60%;
  }
}

@media screen and (max-width: 1000px) {
  .sec_interview .interview_item .item_content {
    padding: 4px 10px 0px 30px;
  }
}

@media screen and (max-width: 767px) {
  .sec_interview .interview_item .item_content {
    width: 100%;
    padding: 20px 0px 0px !important;
  }
}

.sec_interview .interview_item .item_content .box_theme {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-weight: 500;
  border-radius: 4px;
  background: #e78913;
  margin-bottom: 16px;
  padding: 4px 17px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .sec_interview .interview_item .item_content .box_theme {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 15px;
  }
}

.sec_interview .interview_item .item_content .box_theme span {
  display: inline-block;
  font-family: "Barlow", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  margin-left: 10px;
}

.sec_interview .interview_item .item_content .ttl span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #e78913;
  font-weight: 500;
  margin-bottom: 29px;
  border-bottom: 1px solid #e78913;
  padding-bottom: 22px;
  display: block;
}

@media screen and (max-width: 767px) {
  .sec_interview .interview_item .item_content .ttl span {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: block !important;
  }
}

@media screen and (max-width: 340px) {
  .sec_interview .interview_item .item_content .ttl span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec_interview .interview_item .item_content .txt01 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #767370;
  margin-bottom: 23px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .sec_interview .interview_item .item_content .txt01 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.sec_interview .interview_item .item_content p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: -1.4px;
}

@media screen and (max-width: 767px) {
  .sec_interview .interview_item .item_content p {
    letter-spacing: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.85;
  }
}

.sec_interview .interview_item:last-child {
  display: block;
}

.sec_interview .interview_item:last-child .img, .sec_interview .interview_item:last-child .item_content {
  width: 100%;
}

.sec_interview .interview_item:last-child .img {
  margin-bottom: -72px;
}

@media screen and (max-width: 767px) {
  .sec_interview .interview_item:last-child .img {
    margin-bottom: 0;
  }
}

.sec_interview .interview_item:last-child .item_content {
  padding: 4px 20px 0px 42px;
}

@media screen and (max-width: 767px) {
  .sec_interview .interview_item:last-child .item_content {
    padding: 20px 0px 20px !important;
  }
}

.sec_interview .interview_item:last-child .item_content .ttl span {
  display: inline-block;
}

.sec_interview .interview_item:last-child .item_content .txt01 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .sec_interview .interview_item:last-child .item_content .txt01 {
    margin-bottom: 15px;
  }
}

.sec_interview .interview_item:last-child .item_content .txt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .sec_interview .interview_item:last-child .item_content .txt02 {
    display: block;
  }
}

.sec_interview .interview_item:last-child .item_content .txt02 span {
  width: 47.5%;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .sec_interview .interview_item:last-child .item_content .txt02 span {
    width: 100%;
    padding-right: 0;
  }
}

.sec_profile {
  padding: 150px 0px 77px;
  position: relative;
  margin-bottom: 55px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sec_profile {
    padding: 50px 0px 50px;
    margin-bottom: 0px;
  }
}

.sec_profile .profile_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1140px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .sec_profile .profile_inner {
    display: block;
  }
}

.sec_profile .profile_inner .img {
  width: 29.74%;
}

@media screen and (max-width: 767px) {
  .sec_profile .profile_inner .img {
    width: 100%;
  }
}

.sec_profile .profile_inner .profile_content {
  width: calc(100% - 29.74%);
  padding-left: 6.5%;
}

@media screen and (max-width: 1200px) {
  .sec_profile .profile_inner .profile_content {
    padding-left: 3%;
  }
}

@media screen and (max-width: 767px) {
  .sec_profile .profile_inner .profile_content {
    width: 100%;
    padding-left: 0;
  }
}

.sec_profile .profile_inner .profile_content .content_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .sec_profile .profile_inner .profile_content .content_top {
    padding-top: 30px;
    display: block;
  }
}

.sec_profile .profile_inner .profile_content .content_top .ttl_style04 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #e78913;
  line-height: 1;
  padding-bottom: 28px;
  position: relative;
  width: 150px;
  margin-right: 7%;
}

@media screen and (max-width: 767px) {
  .sec_profile .profile_inner .profile_content .content_top .ttl_style04 {
    width: 100%;
    padding-bottom: 20px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.sec_profile .profile_inner .profile_content .content_top .ttl_style04:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 2px;
  background: #e78913;
}

.sec_profile .profile_inner .profile_content .content_top .ttl_style04 span {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 300;
  margin-bottom: 11px;
  display: block;
}

@media screen and (max-width: 767px) {
  .sec_profile .profile_inner .profile_content .content_top .ttl_style04 span {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.sec_profile .profile_inner .profile_content .content_top p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.92;
  width: calc(100% - 125px - 7%);
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .sec_profile .profile_inner .profile_content .content_top p {
    width: 100%;
    line-height: 1.85;
  }
}

.sec_profile .profile_inner .profile_content .content_bottom {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.714;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 13%;
  background: #f6d9b0;
  position: relative;
  padding-top: 51px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  .sec_profile .profile_inner .profile_content .content_bottom {
    margin-top: 7%;
  }
}

@media screen and (max-width: 767px) {
  .sec_profile .profile_inner .profile_content .content_bottom {
    display: block;
    line-height: 1.85;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.sec_profile .profile_inner .profile_content .content_bottom:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: -3000px;
  right: -3000px;
  background: #f6d9b0;
  z-index: -1;
}

.sec_profile .profile_inner .profile_content .content_bottom .content_bottom-inner {
  margin-right: 50px;
  width: calc(50% - 25px);
}

@media screen and (max-width: 767px) {
  .sec_profile .profile_inner .profile_content .content_bottom .content_bottom-inner {
    margin-bottom: 30px;
  }
  .sec_profile .profile_inner .profile_content .content_bottom .content_bottom-inner:last-child {
    margin-bottom: 0;
  }
}

.sec_profile .profile_inner .profile_content .content_bottom .content_bottom-inner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  letter-spacing: -1px;
}

.sec_profile .profile_inner .profile_content .content_bottom .content_bottom-inner p span {
  min-width: 63px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .sec_profile .profile_inner .profile_content .content_bottom .content_bottom-inner p span {
    min-width: 55px;
  }
}

@media screen and (max-width: 1200px) {
  .sec_profile .profile_inner .profile_content .content_bottom .content_bottom-inner {
    margin-right: 20px;
    width: calc(50% - 10px);
  }
}

.sec_profile .profile_inner .profile_content .content_bottom .content_bottom-inner:last-child {
  margin-right: 0;
  padding-left: 35px;
}

@media screen and (max-width: 767px) {
  .sec_profile .profile_inner .profile_content .content_bottom .content_bottom-inner:last-child {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec_profile .profile_inner .profile_content .content_bottom .content_bottom-inner {
    width: 100%;
    margin-right: 0;
  }
}

.ttl_style03 {
  text-align: center;
  font-weight: 500;
  color: #9e9c9b;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 111px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .ttl_style03 {
    line-height: 1.4;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

.ttl_style03 span {
  display: block;
  font-family: "Barlow", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 60px;
  font-size: 6rem;
  color: #f6d9b0;
  font-weight: 300;
  margin-top: 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .ttl_style03 span {
    font-size: 40px;
    font-size: 4rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 340px) {
  .ttl_style03 span {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.sec_policy {
  padding-bottom: 107px;
  padding-top: 38px;
}

@media screen and (max-width: 767px) {
  .sec_policy {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

.sec_policy .mw-670 {
  max-width: 670px;
  margin: auto;
}

.sec_policy .mw-540 {
  max-width: 540px;
  margin: auto;
}

.sec_policy .policy_item {
  max-width: 1370px;
  margin: 0px auto 135px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec_policy .policy_item {
    margin: 0px 0px 50px;
  }
}

.sec_policy .policy_item .txt_abs {
  color: rgba(251, 221, 178, 0.3);
  font-size: 190px;
  font-size: 19rem;
  font-weight: 300;
  position: absolute;
  font-family: "Barlow", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  line-height: 0.6;
  top: 42px;
  right: -10px;
}

@media screen and (max-width: 1200px) {
  .sec_policy .policy_item .txt_abs {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .sec_policy .policy_item .txt_abs {
    font-size: 70px;
    font-size: 7rem;
  }
}

.sec_policy .policy_item:last-child {
  margin-bottom: 0;
}

.sec_policy .policy_item .ttl {
  font-weight: 500;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  color: #767370;
  text-align: center;
  margin-bottom: 45px;
}

.sec_policy .policy_item .ttl span {
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .sec_policy .policy_item .ttl span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .sec_policy .policy_item .ttl {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 340px) {
  .sec_policy .policy_item .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec_policy .policy_item p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 31px;
  letter-spacing: -0.5px;
}

.sec_policy .policy_item p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sec_policy .policy_item p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.85;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}

.sec_policy .policy_item img {
  display: block;
  margin: 40px auto 0px;
}

@media screen and (max-width: 767px) {
  .sec_policy .policy_item img {
    margin: 20px auto 0px;
  }
}

.sec_policy .policy_item-02 .txt_abs {
  right: auto;
  left: 40px;
  top: -29px;
}

@media screen and (max-width: 767px) {
  .sec_policy .policy_item-02 .txt_abs {
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .sec_policy .policy_item-02 .ttl {
    margin-bottom: 33px;
  }
}

.sec_policy .policy_item-02 p {
  letter-spacing: -1.2px;
}

@media screen and (max-width: 767px) {
  .sec_policy .policy_item-02 p {
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) {
  .sec_policy .policy_item-02 img {
    margin-top: 54px;
  }
}

.sec_policy-interview {
  background: #faf6f1;
  padding: 115px 0px 145px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .sec_policy-interview {
    padding: 50px 0px 70px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.875;
  }
}

.sec_policy-interview .ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 34px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .sec_policy-interview .ttl {
    letter-spacing: 0;
  }
}

.sec_policy-interview .ttl + p {
  max-width: 700px;
  margin: 0px auto 183px;
  letter-spacing: -1.2px;
}

@media screen and (max-width: 767px) {
  .sec_policy-interview .ttl + p {
    margin: 0px auto 50px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec_policy-interview .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.sec_policy-interview .list_interview .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 191px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec_policy-interview .list_interview .item {
    display: block;
    margin-bottom: 50px;
  }
}

.sec_policy-interview .list_interview .item:last-child {
  margin-bottom: 0;
}

.sec_policy-interview .list_interview .item .img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .sec_policy-interview .list_interview .item .img {
    width: 100%;
  }
}

.sec_policy-interview .list_interview .item .img img {
  position: absolute;
  top: -5vw;
  right: auto;
  left: 0;
  z-index: 2;
  max-width: 677px;
}

@media screen and (max-width: 1300px) {
  .sec_policy-interview .list_interview .item .img img {
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .sec_policy-interview .list_interview .item .img img {
    position: static;
    width: 100%;
    max-width: inherit;
  }
}

.sec_policy-interview .list_interview .item .item_content {
  width: 50%;
  background: #f6d9b0;
  position: relative;
  min-height: 420px;
}

@media screen and (max-width: 767px) {
  .sec_policy-interview .list_interview .item .item_content {
    min-height: inherit;
    width: 100%;
  }
}

.sec_policy-interview .list_interview .item .item_content-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  padding: 6% 11% 6% 20.7%;
}

@media screen and (max-width: 1000px) {
  .sec_policy-interview .list_interview .item .item_content-inner {
    padding: 6% 11% 6% 15%;
  }
}

@media screen and (max-width: 767px) {
  .sec_policy-interview .list_interview .item .item_content-inner {
    padding: 20px 15px 30px !important;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
  }
}

.sec_policy-interview .list_interview .item .item_content-inner p {
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .sec_policy-interview .list_interview .item .item_content-inner {
    position: static !important;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
  }
}

.sec_policy-interview .list_interview .item .item_content .bg_txt {
  font-size: 135px;
  font-size: 13.5rem;
  line-height: 1;
  position: absolute;
  right: 4%;
  top: 6px;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1000px) {
  .sec_policy-interview .list_interview .item .item_content .bg_txt {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .sec_policy-interview .list_interview .item .item_content .bg_txt {
    right: 10px;
  }
}

.sec_policy-interview .list_interview .item .item_content .item_ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.65;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: -1px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1000px) {
  .sec_policy-interview .list_interview .item .item_content .item_ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 767px) {
  .sec_policy-interview .list_interview .item .item_content .item_ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 340px) {
  .sec_policy-interview .list_interview .item .item_content .item_ttl {
    letter-spacing: -1px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.sec_policy-interview .list_interview .item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec_policy-interview .list_interview .item:nth-child(odd) .bg_txt {
  right: 15%;
}

@media screen and (max-width: 767px) {
  .sec_policy-interview .list_interview .item:nth-child(odd) .bg_txt {
    right: 10px;
  }
}

.sec_policy-interview .list_interview .item:nth-child(odd) .item_content-inner {
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  padding: 6% 21% 6% 9.7%;
}

@media screen and (max-width: 1000px) {
  .sec_policy-interview .list_interview .item:nth-child(odd) .item_content-inner {
    padding: 6% 13% 6% 5.7%;
  }
}

.sec_policy-interview .list_interview .item:nth-child(odd) .img img {
  right: 0;
  left: auto;
}

.br340 {
  display: none;
}

@media screen and (max-width: 340px) {
  .br340 {
    display: block;
  }
}

.sec-intro-top {
  background: #FAF6F1;
  padding: 100px 0 108px;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #767370;
}

@media screen and (max-width: 990px) {
  .sec-intro-top {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-intro-top {
    padding: 50px 0;
  }
}

.sec-intro-top .wp-inner {
  max-width: 630px;
  margin: 0 auto;
  padding: 0 15px;
}

.ttl-intro {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.7;
  margin-bottom: 15px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 990px) {
  .ttl-intro {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl-intro {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0px;
    line-height: 1.2;
  }
}

.txt-orange {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
  color: #E78913;
  margin-bottom: 20px;
  display: block;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 990px) {
  .txt-orange {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-orange {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.paragraph {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .paragraph {
    text-align: justify;
  }
}

.sec-children-page {
  padding-top: 105px;
  padding-bottom: 165px;
}

.sec-children-page.pt0 {
  padding-top: 0;
}

@media screen and (max-width: 990px) {
  .sec-children-page {
    padding: 50px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .sec-children-page {
    padding: 50px 0 20px;
  }
}

.sec-children-page .box-content {
  position: relative;
  padding: 86px 0 95px;
}

@media screen and (max-width: 990px) {
  .sec-children-page .box-content {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-children-page .box-content {
    padding: 30px 0;
  }
}

.sec-children-page .box-content:after {
  content: '';
  display: block;
  position: absolute;
  width: 56%;
  height: 100%;
  background: #FAF6F1;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
}

.box-intro {
  max-width: 960px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 990px) {
  .box-intro {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .box-intro {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

.box-intro .ttl-children-page {
  font-family: "Barlow", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 150px;
  font-size: 15rem;
  color: rgba(231, 137, 19, 0.15);
  line-height: 1;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 990px) {
  .box-intro .ttl-children-page {
    font-size: 110px;
    font-size: 11rem;
  }
}

@media screen and (max-width: 767px) {
  .box-intro .ttl-children-page {
    font-size: 50px;
    font-size: 5rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 374px) {
  .box-intro .ttl-children-page {
    font-size: 43px;
    font-size: 4.3rem;
  }
}

.box-intro .ttl-children-page .ttl-sub {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #E78913;
  display: inline-block;
  margin: 0 auto 8px;
  background: #FBDDB2;
  border-radius: 20px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  padding: 1px 16px 3px;
  min-width: 160px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-intro .ttl-children-page .ttl-sub {
    padding: 3px 16px;
  }
}

@media screen and (max-width: 767px) {
  .box-intro .ttl-children-page .ttl-sub {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.box-intro .ttl-children-page span {
  display: block;
  width: 100%;
}

.box-intro .ttl-secondary {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6;
  color: #E78913;
  margin-bottom: 26px;
  letter-spacing: 1px;
}

@media screen and (max-width: 990px) {
  .box-intro .ttl-secondary {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .box-intro .ttl-secondary {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 374px) {
  .box-intro .ttl-secondary {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.box-intro .paragraph {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
  color: #767370;
  padding-left: 24px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .box-intro .paragraph {
    padding: 0;
    text-align: justify;
  }
}

.box-principle-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 130px;
}

@media screen and (max-width: 990px) {
  .box-principle-01 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .box-principle-01 {
    margin-bottom: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box-principle-01 .img {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .box-principle-01 .img {
    width: 100%;
  }
}

.box-principle-01 .img img {
  width: 100%;
  -webkit-box-shadow: 3px 5px 10px rgba(170, 170, 170, 0.75);
          box-shadow: 3px 5px 10px rgba(170, 170, 170, 0.75);
}

.box-principle-01.flx-direct {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.box-principle-01 .box-info {
  width: 50%;
  background: #EEF7FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 70px;
  padding-right: 70px;
}

@media screen and (min-width: 991px) {
  .box-principle-01 .box-info {
    height: auto !important;
  }
}

@media screen and (max-width: 990px) {
  .box-principle-01 .box-info {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .box-principle-01 .box-info {
    width: 100%;
    padding: 0 15px 15px 15px;
  }
}

.box-principle-01 .wp-inner {
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .box-principle-01 .wp-inner {
    margin-top: 0;
  }
}

@media screen and (max-width: 990px) {
  .box-principle-01 .wp-inner {
    margin-top: 0;
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .box-principle-01 .wp-inner {
    padding: 0 0 10px;
    margin-top: 30px;
  }
}

.box-principle-02 {
  padding-top: 72px;
  padding-bottom: 75px;
  position: relative;
  margin-bottom: 130px;
}

@media screen and (max-width: 990px) {
  .box-principle-02 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .box-principle-02 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
    background: #EEF7FA;
  }
}

.box-principle-02:before {
  content: "";
  display: block;
  position: absolute;
  height: 255px;
  width: 100%;
  top: 0;
  left: 0;
  background: #EEF7FA;
  z-index: -1;
}

.box-principle-02:after {
  content: "";
  display: block;
  position: absolute;
  height: 255px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #EEF7FA;
  z-index: -1;
}

.box-principle-02 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 27px;
}

@media screen and (max-width: 767px) {
  .box-principle-02 .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

.box-principle-02.style02 .box-heading {
  margin-bottom: 20px;
}

.box-heading {
  max-width: 740px;
  margin: 0 auto 17px;
}

@media screen and (max-width: 990px) {
  .box-heading {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .box-heading {
    margin-bottom: 15px;
    padding: 15px;
  }
}

.box-heading .ttl-principle {
  padding-left: 25px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .box-heading .ttl-principle {
    padding-left: 0;
    margin-top: 10px;
  }
}

.box-heading .box-tag {
  margin-bottom: 0;
}

.box-tag {
  display: inline-block;
  background: #E78913;
  color: #fff;
  text-align: center;
  padding: 5px 15px 3px;
  margin-bottom: 25px;
  min-height: 36px;
}

@media screen and (max-width: 767px) {
  .box-tag {
    margin-bottom: 10px;
    min-height: auto;
  }
}

.box-tag span {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .box-tag span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-tag span.txt_small {
  font-size: 8px;
  font-size: 0.8rem;
  letter-spacing: -0.5px;
  margin-bottom: -3px;
}

@media screen and (max-width: 767px) {
  .box-tag span.txt_small {
    letter-spacing: 0;
    margin-bottom: 0;
  }
}

.tag-blue {
  width: 180px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #29A5CE;
  color: #29A5CE;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  display: block;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tag-blue {
    padding-top: 1px;
  }
}

@media screen and (max-width: 767px) {
  .tag-blue {
    height: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.ttl-principle {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.4;
  color: #767370;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .ttl-principle {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

.ttl-principle span {
  color: #CDB4EC;
}

.txt-des {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #767370;
}

@media screen and (max-width: 767px) {
  .txt-des {
    line-height: 1.85;
  }
}

.list-principle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
  padding: 0 32px;
}

@media screen and (max-width: 990px) {
  .list-principle {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .list-principle {
    padding: 0;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.list-principle .item {
  width: 33.33%;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .list-principle .item {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
}

.list-principle .item .img {
  margin-bottom: 30px;
  -webkit-box-shadow: 5px 5px 10px rgba(170, 170, 170, 0.75);
          box-shadow: 5px 5px 10px rgba(170, 170, 170, 0.75);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .list-principle .item .img {
    -webkit-box-shadow: -3px 5px 10px rgba(170, 170, 170, 0.75);
            box-shadow: -3px 5px 10px rgba(170, 170, 170, 0.75);
  }
}

.list-principle .item .img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .list-principle .item .img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .list-principle .item .box-info {
    padding: 0 15px;
  }
}

.list-principle .item .txt-des {
  padding-left: 38px;
  padding-right: 34px;
  line-height: 1.7;
}

@media screen and (max-width: 990px) {
  .list-principle .item .txt-des {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .list-principle .item .txt-des {
    padding: 0 5px;
    line-height: 1.85;
  }
}

.list-principle.style02 {
  padding: 0 75px;
}

@media screen and (max-width: 990px) {
  .list-principle.style02 {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .list-principle.style02 {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.list-principle.style02 .item {
  width: calc((100% - 55px*2)/3);
  margin-right: 55px;
  padding: 0;
}

.list-principle.style02 .item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 990px) {
  .list-principle.style02 .item {
    width: calc((100% - 30px*2)/3);
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .list-principle.style02 .item {
    width: 100%;
    padding: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.list-principle.style02 .item .img {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}

.list-principle.style02 .item .img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .list-principle.style02 .item .img {
    padding: 0;
    width: 80%;
    margin: 0 auto;
  }
}

.list-principle.style02 .item .box-info {
  padding: 0 10px;
  margin-top: -5px;
}

@media screen and (max-width: 767px) {
  .list-principle.style02 .item .box-info {
    margin-top: 0;
    padding: 0 15px;
  }
}

.list-principle.style02 .item .tag-blue {
  border: none;
  width: auto;
  height: auto;
  background: none;
}

.list-principle.style02 .item .txt-des {
  padding: 0;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .list-principle.style02 .item .txt-des {
    padding: 0 15px;
    line-height: 1.85;
  }
}

.sec-maintenance {
  background: #FAF6F1;
  padding: 100px 0 70px;
}

@media screen and (max-width: 990px) {
  .sec-maintenance {
    padding: 80px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .sec-maintenance {
    padding: 50px 0;
  }
}

.sec-maintenance .box-heading {
  max-width: 860px;
  margin: 0 auto 102px;
}

@media screen and (max-width: 767px) {
  .sec-maintenance .box-heading {
    margin-bottom: 30px;
  }
}

.sec-maintenance .box-heading .ttl-maintenance {
  font-size: 30px;
  font-size: 3rem;
  color: #767370;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .sec-maintenance .box-heading .ttl-maintenance {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
  }
}

.sec-maintenance .box-heading .txt-des {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
  color: #767370;
}

.sec-maintenance .list-item-baby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin: 0 auto 100px;
  position: relative;
}

@media screen and (max-width: 990px) {
  .sec-maintenance .list-item-baby {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -7px;
  }
}

@media screen and (max-width: 767px) {
  .sec-maintenance .list-item-baby {
    margin: 0;
  }
}

.sec-maintenance .list-item-baby:after {
  content: '';
  width: 100%;
  border-radius: 50px;
  height: 5px;
  background: #C9CACA;
  position: absolute;
  left: 0;
  bottom: 7px;
}

@media screen and (max-width: 990px) {
  .sec-maintenance .list-item-baby:after {
    display: none;
  }
}

.sec-maintenance .list-item-baby .item {
  width: calc((100% - 14px*7)/8);
  margin-right: 14px;
  position: relative;
  padding-bottom: 42px;
}

@media screen and (max-width: 990px) {
  .sec-maintenance .list-item-baby .item {
    width: 25%;
    margin-bottom: 40px;
    margin-right: 0;
    padding: 0 7px 42px;
  }
}

@media screen and (max-width: 767px) {
  .sec-maintenance .list-item-baby .item {
    width: calc((100% - 10px*2)/3);
    margin-right: 10px;
    margin-bottom: 30px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 374px) {
  .sec-maintenance .list-item-baby .item {
    width: calc((100% - 10px)/2);
    margin-right: 10px !important;
    margin-bottom: 30px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 374px) {
  .sec-maintenance .list-item-baby .item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .sec-maintenance .list-item-baby .item:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 374px) {
  .sec-maintenance .list-item-baby .item:nth-of-type(3n) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 990px) {
  .sec-maintenance .list-item-baby .item:nth-of-type(4n + 4) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-maintenance .list-item-baby .item:nth-of-type(4n + 4) {
    margin-right: 10px;
  }
}

.sec-maintenance .list-item-baby .item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 990px) {
  .sec-maintenance .list-item-baby .item:before {
    content: '';
    width: 100%;
    border-radius: 50px;
    height: 5px;
    background: #C9CACA;
    position: absolute;
    left: 0;
    bottom: 7px;
  }
}

.sec-maintenance .list-item-baby .item:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #E79EC3;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.sec-maintenance .list-item-baby .item .txt-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: rgba(231, 158, 195, 0.3);
  border-radius: 5px;
  text-align: center;
  height: 74px;
  color: #E79EC3;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: -1px;
  margin-bottom: 17px;
  position: relative;
  line-height: 1.1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sec-maintenance .list-item-baby .item .txt-spec {
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 990px) {
  .sec-maintenance .list-item-baby .item .txt-spec {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .sec-maintenance .list-item-baby .item .txt-spec {
    font-size: 16px;
    font-size: 1.6rem;
    height: 60px;
    line-height: 1.2;
  }
}

.sec-maintenance .list-item-baby .item .txt-spec.fz-18 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .sec-maintenance .list-item-baby .item .txt-spec.fz-18 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-maintenance .list-item-baby .item .txt-spec:after {
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 13px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: -21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  border-color: rgba(231, 158, 195, 0.3) transparent transparent transparent;
}

.sec-maintenance .list-item-baby .item.green:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #99CC66;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.sec-maintenance .list-item-baby .item.green .txt-spec {
  background: rgba(153, 204, 102, 0.3);
  color: #99CC66;
}

.sec-maintenance .list-item-baby .item.green .txt-spec img {
  position: absolute;
  top: -4px;
  right: -4px;
}

.sec-maintenance .list-item-baby .item.green .txt-spec:after {
  border-color: rgba(153, 204, 102, 0.3) transparent transparent transparent;
}

.sec-maintenance .list-item-baby .item.blue:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #8BD2F5;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.sec-maintenance .list-item-baby .item.blue .txt-spec {
  background: rgba(139, 210, 245, 0.3);
  color: #8BD2F5;
}

.sec-maintenance .list-item-baby .item.blue .txt-spec:after {
  border-color: rgba(139, 210, 245, 0.3) transparent transparent transparent;
}

.sec-maintenance .list-item-baby .item.red:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #E76B44;
  border-radius: 50%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.sec-maintenance .list-item-baby .item.red .txt-spec {
  background: rgba(231, 107, 68, 0.3);
  color: #E76B44;
}

.sec-maintenance .list-item-baby .item.red .txt-spec:after {
  border-color: rgba(231, 107, 68, 0.3) transparent transparent transparent;
}

.sec-maintenance .list-item-baby .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 120px;
  margin: 0 auto;
}

.sec-maintenance .list-item-baby .item .img img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .sec-maintenance .list-item-baby .item .img {
    width: 100%;
  }
}

.sec-maintenance .list-item-maintenance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-maintenance .list-item-maintenance .item {
  width: calc(33.33% - 24px);
  margin-right: 36px;
  margin-bottom: 30px;
  padding: 29px 19px;
  background: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 990px) {
  .sec-maintenance .list-item-maintenance .item {
    width: calc(33.33% - 10px);
    margin-right: 15px;
    padding: 15px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec-maintenance .list-item-maintenance .item {
    width: 100%;
    margin-right: 0;
    padding: 20px 15px;
  }
}

.sec-maintenance .list-item-maintenance .item:nth-child(3n) {
  margin-right: 0;
}

.sec-maintenance .list-item-maintenance .item .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  padding-left: 25px;
  margin-bottom: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#FBDDB2), to(rgba(251, 221, 178, 0.5)));
  background: -o-linear-gradient(left, #FBDDB2 0%, rgba(251, 221, 178, 0.5) 100%);
  background: linear-gradient(to right, #FBDDB2 0%, rgba(251, 221, 178, 0.5) 100%);
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #E78913;
}

@media screen and (max-width: 1200px) {
  .sec-maintenance .list-item-maintenance .item .tag {
    height: auto;
    padding: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 990px) {
  .sec-maintenance .list-item-maintenance .item .tag {
    height: auto;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 767px) {
  .sec-maintenance .list-item-maintenance .item .tag {
    height: 40px;
    padding-left: 15px;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.sec-maintenance .list-item-maintenance .item .txt-des {
  padding: 0 16px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #767370;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media screen and (max-width: 990px) {
  .sec-maintenance .list-item-maintenance .item .txt-des {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-maintenance .list-item-maintenance .item .txt-des {
    padding: 0 10px;
    line-height: 1.85;
    margin-bottom: 15px;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.sec-oral {
  padding: 95px 0 64px;
  background: #faf7f2;
}

.sec-oral.bg-white {
  background: #ffffff;
}

.sec-oral.pt0 {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .sec-oral {
    padding: 50px 0;
  }
}

.sec-oral .inner, .sec-oral .inner-1128 {
  max-width: 1475px;
}

.sec-oral .txtBase {
  max-width: 905px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .sec-oral .txtBase {
    margin-bottom: 30px;
  }
}

.sec-oral .box-img-main {
  position: relative;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sec-oral .box-img-main {
    text-align: center;
    margin: 0px -20px;
  }
}

.sec-oral .box-img-main:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url("../img/menu/general/bg01.png") no-repeat center/cover;
  width: 681px;
  height: 100%;
  background-size: 100% 100%;
  z-index: 2;
}

@media screen and (max-width: 1800px) {
  .sec-oral .box-img-main:before {
    width: 43.6vw;
  }
}

@media screen and (max-width: 767px) {
  .sec-oral .box-img-main:before {
    display: none;
  }
}

.sec-oral .box-img-main > img {
  display: inline-block;
  text-align: right;
  height: 39.2vw;
  max-height: 641px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .sec-oral .box-img-main > img {
    height: auto;
    margin-bottom: 45px;
  }
}

.sec-oral .box-img-main .img_abs {
  max-width: 432px;
  position: absolute;
  top: 95px;
  left: 62px;
  z-index: 3;
  width: 100%;
  text-align: left;
}

.sec-oral .box-img-main .img_abs img {
  display: inline-block;
}

@media screen and (max-width: 1800px) {
  .sec-oral .box-img-main .img_abs {
    top: 5.8vw;
    left: 4vw;
  }
}

@media screen and (max-width: 1200px) {
  .sec-oral .box-img-main .img_abs {
    left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sec-oral .box-img-main .img_abs {
    position: static;
    text-align: center;
    max-width: inherit;
  }
}

.sec-oral .box-img-main .img_abs img {
  width: 26.1vw;
  max-width: 432px;
}

@media screen and (max-width: 767px) {
  .sec-oral .box-img-main .img_abs img {
    padding: 0px 30px;
    text-align: center;
    margin: auto;
    width: 100%;
  }
}

.btn_type01 {
  font-weight: 500;
  padding: 0px 20px 2px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 25px;
  color: #e78913;
  background: #fcddb1;
  margin-bottom: 34px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .btn_type01 {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 20px;
  }
}

.ttl_type01 {
  font-family: "Barlow", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 150px;
  line-height: 0.66667;
  margin-bottom: 57px;
  text-align: center;
  color: #f7e7d0;
}

@media screen and (max-width: 767px) {
  .ttl_type01 {
    font-size: 50px;
    font-size: 5rem;
    margin-bottom: 20px;
  }
}

.ttl_type02 {
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  color: #e99130;
  margin-bottom: 22px;
}

@media screen and (max-width: 990px) {
  .ttl_type02 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl_type02 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.txtBase {
  font-size: 14px;
  line-height: 1.85714;
}

@media screen and (max-width: 767px) {
  .txtBase {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.ttl_type03 {
  font-size: 22px;
  line-height: 2.18182;
  letter-spacing: 1px;
  color: #767370;
  position: relative;
  text-align: center;
  max-width: 910px;
  margin: 0 auto 20px;
}

.ttl_type03:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #767370;
  left: 0;
}

.ttl_type03 span {
  display: inline-block;
  padding: 0 43px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .ttl_type03 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .ttl_type03 span {
    padding: 0 10px;
  }
}

.btn_type02 {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  background: #e88913;
  min-width: 155px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btn_type02 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.ttl_type04 {
  font-size: 25px;
  line-height: 1.44;
  margin-bottom: 30px;
}

.ttl_type04 .btn_type02 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .ttl_type04 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .ttl_type04 .btn_type02 {
    margin-bottom: 5px;
  }
}

.sec-general {
  padding: 100px 0 100px;
}

@media screen and (max-width: 767px) {
  .sec-general {
    padding: 30px 0 50px;
  }
  .sec-general .ttl_type02 {
    margin-bottom: 5px;
  }
}

.sec-general .txt-des {
  max-width: 760px;
  margin: 0 auto 62px;
}

@media screen and (max-width: 767px) {
  .sec-general .txt-des {
    margin-bottom: 30px;
  }
}

.sec-general .inner, .sec-general .inner-1128 {
  max-width: 1280px;
}

.sec-general .content {
  padding: 65px 0 74px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec-general .content {
    padding: 30px 0;
  }
}

.sec-general .content:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 56%;
  height: 100%;
  background: #faf6f1;
  z-index: 0;
}

.list-general {
  position: relative;
  z-index: 1;
}

.list-general .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .list-general .item {
    margin-bottom: 50px;
  }
}

.list-general .item > * {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .list-general .item > * {
    width: 100%;
  }
}

.list-general .item_img img {
  -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .list-general .item_img img {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .list-general .item_img {
    margin-bottom: 30px;
  }
}

.list-general .item_content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 92px;
  background: #eef7fa;
  padding-right: 20px;
}

@media screen and (max-width: 990px) {
  .list-general .item_content {
    padding-left: 30px;
  }
}

@media screen and (max-width: 990px) {
  .list-general .item_content .ttl_type04 {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .list-general .item_content .ttl_type04 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-general .item_content .txtBase {
  max-width: 465px;
}

@media screen and (max-width: 767px) {
  .list-general .item_content {
    padding: 20px;
  }
}

.list-general .item:nth-child(2n+2) .item_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 767px) {
  .list-general .item:nth-child(2n+2) .item_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.list-general .item:nth-child(2n+2) .item_content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 89px;
  padding-right: 69px;
}

@media screen and (max-width: 990px) {
  .list-general .item:nth-child(2n+2) .item_content {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .list-general .item:nth-child(2n+2) .item_content {
    padding: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.box-condition {
  background: #eef8fa;
  padding: 74px 0 77px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .box-condition {
    padding: 30px 20px 50px;
  }
}

.box-condition .head-box {
  max-width: 738px;
  margin: 0 auto 0;
}

.box-condition .ttl_type04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .box-condition .ttl_type04 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-condition .ttl_type04 p {
    width: 100%;
  }
}

.box-condition .ttl_type04 .btn_type02 {
  margin-right: 23px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .box-condition .ttl_type04 .btn_type02 {
    margin-right: 20px;
    margin-bottom: 10px;
  }
}

.list-condition {
  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;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .list-condition {
    margin-left: 0;
    margin-right: 0;
  }
}

.list-condition:before {
  content: "";
  position: absolute;
  top: 158px;
  height: 186px;
  left: 20px;
  width: calc(50% - 20px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffffff;
  pointer-events: none;
  z-index: 0;
}

@media screen and (max-width: 1200px) {
  .list-condition:before {
    top: 35%;
    height: 40%;
  }
}

@media screen and (max-width: 767px) {
  .list-condition:before {
    display: none;
  }
}

.list-condition:after {
  content: "";
  position: absolute;
  top: 35%;
  right: 20px;
  width: calc(50% - 20px);
  height: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #faf7f2;
  pointer-events: none;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .list-condition:after {
    display: none;
  }
}

.list-condition .item {
  display: inline-block;
  padding: 0 26px;
  position: relative;
  z-index: 1;
  width: 33.33%;
}

@media screen and (max-width: 1200px) {
  .list-condition .item {
    width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  .list-condition .item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .list-condition .item:last-child {
    margin-bottom: 0;
  }
}

.list-condition .item img {
  display: block;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .list-condition .item img {
    max-width: 150px;
    margin-bottom: 0;
  }
}

.list-condition .item .ttl {
  font-size: 14px;
  line-height: 1.85714;
  text-align: center;
}

.list-condition .item .ttl .btn_type03 {
  margin-bottom: 5px;
}

.btn_type03 {
  display: inline-block;
  border-radius: 25px;
  padding: 5px 5px;
  border: solid 1px #29a5ce;
  min-width: 180px;
  text-align: center;
  color: #29a5ce;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  background: #ffffff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn_type03 {
    padding-bottom: 7px;
  }
}

@media screen and (max-width: 767px) {
  .btn_type03 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.bg-white {
  background: #ffffff !important;
}

.txt-basic {
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .txt-basic {
    line-height: 1.85;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.txt-basic .ttl {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #e99137;
}

@media screen and (max-width: 767px) {
  .txt-basic .ttl {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 376px;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 45px;
  font-weight: 500;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .note {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.note span {
  display: block;
  width: 50%;
  text-align: center;
  padding: 3px;
}

@media screen and (min-width: 0\0) {
  .note span {
    padding-bottom: 4px;
  }
}

.note span.adv {
  background: #e78913;
}

.note span.note-time {
  background: #f6d9b0;
}

.procedure-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -20px;
}

@media screen and (max-width: 767px) {
  .procedure-item {
    margin: 0 -10px;
  }
}

.procedure-item .item {
  width: 25%;
  padding: 0 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .procedure-item .item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .procedure-item .item:nth-child(2n) .txt-basic .ttl:after {
    display: none;
  }
  .procedure-item .item:nth-child(3), .procedure-item .item:nth-child(4) {
    margin-bottom: 0;
  }
}

.procedure-item .item:last-child .txt-basic .ttl:after {
  display: none;
}

.procedure-item .item .img {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .procedure-item .item .img {
    margin-bottom: 15px;
  }
}

.procedure-item .item .img img {
  max-width: 160px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .procedure-item .item .img img {
    max-width: 120px;
  }
}

.procedure-item .item .txt-basic .ttl {
  position: relative;
}

.procedure-item .item .txt-basic .ttl:after {
  content: "";
  width: 22px;
  height: 41px;
  background: url(../img/flow/arrow-right.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .procedure-item .item .txt-basic .ttl:after {
    width: 15px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .procedure-item .item .txt-basic .ttl:after {
    width: 10px;
    height: 20px;
    right: -15px;
  }
}

.procedure-item .item .txt-basic .ttl span {
  display: block;
  border: 3px solid #f6d9b0;
  margin: 0 auto 33px;
  max-width: 239px;
  padding: 5px;
  text-align: center;
  border-radius: 30px;
}

@media screen and (max-width: 1024px) {
  .procedure-item .item .txt-basic .ttl span {
    font-size: 18px;
    font-size: 1.8rem;
    border: 2px solid #f6d9b0;
  }
}

@media screen and (max-width: 767px) {
  .procedure-item .item .txt-basic .ttl span {
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px solid #f6d9b0;
    margin-bottom: 0;
  }
}

.support-news .items {
  position: relative;
  background: white;
  margin-bottom: 77px;
  padding: 80px 0 78px;
}

@media screen and (max-width: 767px) {
  .support-news .items {
    padding: 30px 0;
    margin-bottom: 50px;
  }
}

.support-news .items:after {
  content: "";
  width: 74px;
  height: 90px;
  background: url("../img/flow/arrow-dow.png") no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -59px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .support-news .items:after {
    width: 35px;
    height: 44px;
    bottom: -30px;
  }
}

@media screen and (min-width: 991px) {
  .support-news .items .support-list .item:nth-child(3), .support-news .items .support-list .item:nth-child(4) {
    margin-bottom: 10px;
  }
}

.support-news .items:last-child {
  margin-bottom: 0;
}

.support-news .items:last-child:after {
  display: none;
}

.support-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 62px;
}

@media screen and (max-width: 767px) {
  .support-block {
    margin-bottom: 35px;
  }
}

.support-block:last-child {
  margin-bottom: 0;
}

.support-block .img {
  width: 48.4%;
}

@media screen and (max-width: 767px) {
  .support-block .img {
    margin-bottom: 30px;
    width: 100%;
  }
}

.support-block .txt-basic {
  width: 51.6%;
  padding: 3px 40px 0 66px;
}

@media screen and (max-width: 990px) {
  .support-block .txt-basic {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .support-block .txt-basic {
    width: 100%;
    padding: 0 15px;
  }
}

.support-block .txt-basic p {
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .support-block .txt-basic p {
    margin-bottom: 15px;
  }
}

.support-block .txt-basic .ttl {
  color: #e78913;
}

@media screen and (min-width: 768px) {
  .support-block .txt-basic .ttl {
    margin-bottom: 14px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.support-block .txt-basic .dose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 433px;
}

.support-block .txt-basic .dose li {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .support-block .txt-basic .dose li {
    width: 100%;
  }
}

.dose {
  padding-left: 6px;
}

@media screen and (max-width: 767px) {
  .dose {
    padding-left: 0;
  }
}

.dose li {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .dose li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.dose li:before {
  content: "・";
  position: absolute;
  top: 2px;
  left: -5px;
}

@media screen and (max-width: 767px) {
  .dose li:before {
    top: 1px;
  }
}

.support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 42px;
}

@media screen and (max-width: 767px) {
  .support-list {
    padding: 0;
  }
}

.support-list .item {
  width: 47.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 58px;
}

@media screen and (max-width: 990px) {
  .support-list .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .support-list .item:last-child {
    margin-bottom: 0;
  }
}

.support-list .item .img {
  width: 47.8%;
}

.support-list .item .img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .support-list .item .img {
    padding-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .support-list .item .img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.support-list .item .txt-basic {
  width: 52.2%;
  padding-left: 27px;
}

@media screen and (max-width: 767px) {
  .support-list .item .txt-basic {
    width: 100%;
    padding: 0 15px;
  }
}

.support-list .item .txt-basic p {
  margin-bottom: 12px;
}

.support-list .item .txt-basic p:last-child {
  margin-bottom: 0;
}

.support-list .item .txt-basic .ttl {
  color: #e78913;
}

@media screen and (min-width: 768px) {
  .support-list .item .txt-basic .ttl {
    margin-bottom: 22px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.listed-confusion {
  margin-bottom: 72px;
}

@media screen and (min-width: 768px) {
  .listed-confusion {
    padding-top: 11px;
  }
}

@media screen and (max-width: 767px) {
  .listed-confusion {
    margin-bottom: 30px;
  }
}

.listed-confusion .txt-basic {
  max-width: 600px;
  margin: auto;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .listed-confusion .txt-basic {
    line-height: 1.9;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.listed-confusion .txt-basic .ttl {
  color: #767370;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .listed-confusion .txt-basic .ttl {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -2px;
    padding-right: 8px;
    margin-bottom: 34px;
  }
}

.listed-confusion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 67px;
}

@media screen and (max-width: 767px) {
  .listed-confusion-item {
    padding: 0 20px;
  }
}

.listed-confusion-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47%;
  margin-bottom: 49px;
}

@media screen and (max-width: 990px) {
  .listed-confusion-item .item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .listed-confusion-item .item {
    margin-bottom: 30px;
  }
  .listed-confusion-item .item:last-child {
    margin-bottom: 0;
  }
}

.listed-confusion-item .item .img {
  width: 33.8%;
}

@media screen and (max-width: 767px) {
  .listed-confusion-item .item .img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .listed-confusion-item .item .img img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
  }
}

.listed-confusion-item .item .txt-basic {
  width: 66.2%;
  padding-left: 55px;
}

@media screen and (max-width: 767px) {
  .listed-confusion-item .item .txt-basic {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .listed-confusion-item .item .txt-basic p {
    text-align: left;
  }
}

.listed-confusion-item .item .txt-basic .ttl {
  display: inline-block;
  border-bottom: 2px solid #f6d9b0;
  padding-bottom: 7px;
  color: #e78913;
}

@media screen and (max-width: 767px) {
  .listed-confusion-item .item .txt-basic .ttl {
    border-bottom: 1px solid #f6d9b0;
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 768px) {
  .listed-confusion-item .item .txt-basic .ttl {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -2px;
    margin-bottom: 39px;
  }
}

.result-block .txt-basic {
  max-width: 650px;
  margin: 0 auto 63px;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .result-block .txt-basic {
    line-height: 1.9;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .result-block .txt-basic {
    margin-bottom: 30px;
  }
}

.result-block .txt-basic .ttl {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  color: #e78913;
}

@media screen and (min-width: 768px) {
  .result-block .txt-basic .ttl {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 767px) {
  .result-block .txt-basic .ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.result-block .note {
  margin: 0 auto 45px;
}

@media screen and (max-width: 767px) {
  .result-block .note {
    margin: 20px auto;
  }
}

.result-step {
  padding: 0 43px;
}

@media screen and (max-width: 767px) {
  .result-step {
    padding: 0 15px;
  }
}

.result-step .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .result-step .heading {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.result-step .heading span {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .result-step .heading span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .result-step .heading span {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.result-step .heading span.step {
  background: #f6d9b0;
  color: white;
  padding: 15px;
  width: 152px;
  margin-right: 22px;
  border-radius: 28px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .result-step .heading span.step {
    padding: 5px 10px 7px;
  }
}

@media screen and (max-width: 767px) {
  .result-step .heading span.step {
    margin-bottom: 15px;
  }
}

.result-step .heading span.step.odd {
  background: #88e2de;
}

.result-step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -16px 76px;
}

@media screen and (max-width: 767px) {
  .result-step-item {
    margin-bottom: 30px;
  }
}

.result-step-item:last-child {
  margin-bottom: 0;
}

.result-step-item .item {
  width: 25%;
  padding: 0 16px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .result-step-item .item {
    width: 50%;
    margin-bottom: 30px;
  }
  .result-step-item .item:nth-child(2n):after {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .result-step-item .item {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .result-step-item .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .result-step-item .item:last-child:after {
    display: none !important;
  }
}

.result-step-item .item:after {
  content: "";
  width: 22px;
  height: 41px;
  background: url(../img/flow/arrow-right.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: -11px;
  top: 31%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .result-step-item .item:after {
    display: block !important;
    background: url(../img/flow/arrow-dow-02.png) no-repeat;
    background-size: 100%;
    width: 41px;
    height: 31ppx;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.result-step-item .item:last-child:after {
  display: none;
}

.result-step-item .item .img img {
  width: 100%;
}

.result-step-item .item .txt-basic .ttl {
  color: #e99137;
  display: inline-block;
  background: white;
  font-size: 18px;
  font-size: 1.8rem;
  border: 3px solid #f6d9b0;
  min-width: 243px;
  padding: 8px 34px;
  text-align: center;
  border-radius: 40px;
  position: relative;
  top: -22px;
  margin-bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1490px) {
  .result-step-item .item .txt-basic .ttl {
    padding: 8px;
    min-width: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .result-step-item .item .txt-basic .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    width: 90%;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -10px;
  }
}

.sec-support-news {
  background: #faf6f1;
  padding: 105px 0 117px;
}

@media screen and (max-width: 767px) {
  .sec-support-news {
    padding: 50px 0;
  }
}

.mbpc-113 {
  margin-bottom: 113px !important;
}

@media screen and (max-width: 767px) {
  .mbsp-50 {
    margin-bottom: 50px !important;
  }
}

.page-menu_beauty .sec-intro-top {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .page-menu_beauty .sec-intro-top .txt-orange {
    line-height: 1.45;
  }
}

.page-menu_beauty .sec-intro-top .paragraph {
  text-align: left;
}

.page-menu_beauty .img-page-beauty {
  margin: 25px -13px 0;
}

@media screen and (max-width: 1200px) {
  .page-menu_beauty .img-page-beauty {
    margin: 25px auto 0;
  }
}

.page-menu_beauty .sec-children-page {
  background: #FAF6F1;
  padding-bottom: 67px;
}

@media screen and (max-width: 767px) {
  .page-menu_beauty .sec-children-page {
    padding-bottom: 50px;
  }
}

.page-menu_beauty .sec-children-page .box-intro {
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .page-menu_beauty .sec-children-page .box-intro {
    margin-bottom: 35px;
  }
}

.page-menu_beauty .sec-children-page.style02 {
  padding-bottom: 98px;
  margin-bottom: 106px;
}

@media screen and (max-width: 767px) {
  .page-menu_beauty .sec-children-page.style02 {
    padding-bottom: 35px;
    margin-bottom: 50px;
  }
}

.sec-balance {
  padding: 95px 0 105px;
}

@media screen and (max-width: 990px) {
  .sec-balance {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-balance {
    padding: 50px 0 25px;
  }
}

.sec-balance .box-content {
  position: relative;
  padding: 65px 0 90px;
}

@media screen and (max-width: 990px) {
  .sec-balance .box-content {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-balance .box-content {
    padding: 50px 0 25px;
  }
}

.sec-balance .box-content:before {
  content: '';
  width: 56%;
  background: #FAF6F1;
  right: 0;
  position: absolute;
  top: 0;
  height: 100%;
}

.sec-balance .title-balance {
  text-align: center;
  margin-bottom: 76px;
}

@media screen and (max-width: 767px) {
  .sec-balance .title-balance {
    margin-bottom: 50px;
  }
}

.sec-balance .title-balance .ttl-balance {
  line-height: 1.33;
  color: #E78913;
  margin-bottom: 26px;
  letter-spacing: 1.5px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 990px) {
  .sec-balance .title-balance .ttl-balance {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-balance .title-balance .ttl-balance {
    letter-spacing: 0;
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.sec-balance .title-balance .desc-balance {
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .sec-balance .title-balance .desc-balance {
    letter-spacing: 0;
    margin-bottom: 15px;
  }
}

.sec-balance .title-balance .desc-balance:before {
  content: '';
  background: #CDCDCD;
  top: 50%;
  max-width: 900px;
  width: 100%;
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sec-balance .title-balance .desc-balance span {
  position: relative;
  z-index: 2;
  background: #fff;
  display: inline-block;
  padding: 0 27px;
  color: #767370;
  line-height: 1.5;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .sec-balance .title-balance .desc-balance span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-balance .title-balance .paragraph {
  text-align: center;
}

.mb0 {
  margin-bottom: 0 !important;
}

.box-principle-01.violet {
  position: relative;
  z-index: 2;
  margin-bottom: 117px;
}

@media screen and (max-width: 1200px) {
  .box-principle-01.violet {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .box-principle-01.violet {
    margin-bottom: 50px;
  }
}

.box-principle-01.violet .box-info {
  background: #F0EDF3;
}

@media screen and (min-width: 768px) {
  .box-principle-01.violet .box-info .wp-inner {
    margin-top: 13px;
  }
}

.box-principle-01.violet .box-info .pd-ct {
  padding: 20px 22px;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}

@media screen and (max-width: 990px) {
  .box-principle-01.violet .box-info .pd-ct {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 767px) {
  .box-principle-01.violet .box-info .pd-ct {
    padding: 10px 0 0;
    border-bottom: 0;
  }
}

.whitening {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  height: 46px;
  margin-bottom: 17px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  background: url("../img/menu/beauty/bg-01.png") no-repeat;
  background-size: cover;
  background-position: center center;
  font-weight: 500;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .whitening {
    height: 38px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .wrap-sp02 {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

@media screen and (min-width: 768px) {
  .wrap-sp02 .img img {
    -webkit-box-shadow: -3px 5px 10px rgba(170, 170, 170, 0.75);
            box-shadow: -3px 5px 10px rgba(170, 170, 170, 0.75);
  }
}

.ct-aesthetic {
  background: #F0EDF3;
  padding: 55px 33px 31px;
  margin-bottom: 62px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .ct-aesthetic {
    padding: 50px 15px 25px;
    margin-bottom: 50px;
  }
}

.ct-aesthetic .box-aesthetic {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}

.ct-aesthetic .box-aesthetic .whitening {
  margin: 0 auto 31px;
}

.ct-aesthetic .box-aesthetic .ttl-principle {
  padding-left: 0;
  margin-bottom: 15px;
}

.ct-aesthetic .box-aesthetic .list-ceramic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 18px;
  top: 11px;
}

@media screen and (max-width: 1200px) {
  .ct-aesthetic .box-aesthetic .list-ceramic {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

.ct-aesthetic .box-aesthetic .list-ceramic li {
  width: 120px;
  max-width: 120px;
  font-weight: 500;
  border: 1px solid #767370;
  border-radius: 20px;
  text-align: center;
  padding: 2px 5px 3px;
  background: #fff;
  margin-left: 8px;
  line-height: 1.2;
  font-size: 13px;
  font-size: 1.3rem;
}

.ct-aesthetic .box-aesthetic .list-ceramic li:first-child {
  margin-left: 0;
}

.ct-aesthetic .list-principle {
  padding: 0;
}

.ct-aesthetic .list-principle .ttl {
  text-align: center;
  margin-bottom: 10px;
  color: #CDB4EC;
  font-weight: 500;
  line-height: 1.2;
  font-size: 21px;
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .ct-aesthetic .list-principle .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 991px) {
  .ct-aesthetic .list-principle .txt-des {
    line-height: 1.85;
  }
}

.content-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 820px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content-price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.content-price .box-price {
  width: 50%;
  position: relative;
}

.content-price .box-price .txt-abs {
  position: absolute;
  font-size: 17px;
  font-size: 1.7rem;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .content-price .box-price .txt-abs {
    position: static;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0px 0px;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .content-price .box-price {
    width: 100%;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .content-price .box-price:last-child {
    margin-bottom: 0;
  }
}

.content-price .box-price:nth-child(1) {
  padding-right: 77px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .content-price .box-price:nth-child(1) {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .content-price .box-price:nth-child(1) {
    padding-right: 0;
  }
}

.content-price .box-price:nth-child(1):after {
  content: '';
  border-right: 1px dashed #767370;
  position: absolute;
  width: 1px;
  right: -7px;
  top: 47px;
  height: 87%;
}

@media screen and (max-width: 767px) {
  .content-price .box-price:nth-child(1):after {
    display: none;
  }
}

.content-price .box-price:nth-child(2) {
  padding-left: 77px;
}

@media screen and (max-width: 1200px) {
  .content-price .box-price:nth-child(2) {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .content-price .box-price:nth-child(2) {
    padding-left: 0;
  }
}

.content-price .box-price .ttl-price {
  color: #E78913;
  font-weight: 500;
  padding: 10px;
  line-height: 1.36;
  margin-bottom: 34px;
  text-align: center;
  background: #fff;
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
  .content-price .box-price .ttl-price {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.content-price .box-price .list-price02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #767370;
  line-height: 1.5;
  margin-bottom: 13px;
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .content-price .box-price .list-price02 li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.content-price .box-price .list-price02 li span {
  display: inline-block;
}

.content-price .box-price .list-price02 li span:nth-child(1) {
  padding-right: 5px;
  letter-spacing: -1.5px;
}

@media screen and (max-width: 767px) {
  .content-price .box-price .list-price02 li span:nth-child(1) {
    letter-spacing: -0.5px;
  }
}

.content-price .box-price .list-price02 li span:nth-child(2) {
  text-align: right;
}

.content-price .box-price .list-price02 li span span {
  display: block;
  width: 100% !important;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .content-price .box-price .list-price02 li span span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.w100 img {
  width: 100%;
}

.ttl_custom02 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 500;
  color: #e89130;
  text-align: center;
  letter-spacing: 2.5px;
  margin-bottom: 44px;
}

@media screen and (max-width: 767px) {
  .ttl_custom02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 374px) {
  .ttl_custom02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.ttl_custom02 small {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: -2px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .ttl_custom02 small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.txt-custom01 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  color: #767370;
}

@media screen and (max-width: 767px) {
  .txt-custom01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .sec_price-policy.sec_equipment_intro {
    padding-bottom: 88px;
  }
}

.sec_price-policy .intro_inner {
  margin-bottom: 147px;
}

@media screen and (max-width: 1200px) {
  .sec_price-policy .intro_inner {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .sec_price-policy .intro_inner {
    margin-bottom: 30px;
  }
}

.box-orthodontic .ttl_custom02 {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .box-orthodontic .ttl_custom02 {
    margin-bottom: 30px;
  }
}

.list-orthodontic {
  margin-bottom: 113px;
}

@media screen and (max-width: 1200px) {
  .list-orthodontic {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .list-orthodontic {
    margin-bottom: 20px;
  }
}

.list-orthodontic .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 57px;
  margin-bottom: 35px;
}

@media screen and (max-width: 1200px) {
  .list-orthodontic .item {
    padding-bottom: 37px;
  }
}

@media screen and (max-width: 767px) {
  .list-orthodontic .item {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}

.list-orthodontic .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.list-orthodontic .item .box-img {
  width: 18.9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3;
  font-weight: bold;
  padding-left: 31px;
}

@media screen and (max-width: 1200px) {
  .list-orthodontic .item .box-img {
    width: 200px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .list-orthodontic .item .box-img {
    width: 100%;
    padding-left: 0;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-orthodontic .item .box-img span {
  padding-bottom: 4px;
  margin-right: 19px;
}

@media screen and (max-width: 767px) {
  .list-orthodontic .item .box-img span {
    margin-right: 0;
  }
}

.list-orthodontic .item .content-orthodontic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  width: 81.1%;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .list-orthodontic .item .content-orthodontic {
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 767px) {
  .list-orthodontic .item .content-orthodontic {
    width: 100%;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.list-orthodontic .item .content-orthodontic p {
  width: calc(25.2% - 30px);
  margin-right: 30px;
  min-height: 90px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 19px;
}

@media screen and (max-width: 1200px) {
  .list-orthodontic .item .content-orthodontic p {
    width: calc(50% - 30px);
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .list-orthodontic .item .content-orthodontic p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    min-height: 75px;
  }
}

.list-orthodontic .item .content-orthodontic p:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/price/plus.png) no-repeat;
  background-size: 100% auto;
  background-position: center center;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .list-orthodontic .item .content-orthodontic p:before {
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
  }
}

.list-orthodontic .item .content-orthodontic p:last-child {
  margin-right: 0;
}

.list-orthodontic .item .content-orthodontic p:last-child:before {
  display: none;
}

.list-orthodontic .item .content-orthodontic p small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: normal;
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .list-orthodontic .item .content-orthodontic p small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-orthodontic .item .content-orthodontic p.orthodontic-a {
  background: #eaba88 url(../img/price/bg1.png) no-repeat;
  background-size: auto 100%;
  background-position: top left 9px;
}

.list-orthodontic .item .content-orthodontic p.orthodontic-b {
  background: #eeac68 url(../img/price/bg2.png) no-repeat;
  background-size: auto 100%;
  background-position: top left 22px;
}

.list-orthodontic .item .content-orthodontic p.orthodontic-c {
  background: #e7943f url(../img/price/bg3.png) no-repeat;
  background-size: auto 100%;
  background-position: top left 17px;
}

.list-orthodontic .item .content-orthodontic p.orthodontic-d {
  background: #de7a14 url(../img/price/bg4.png) no-repeat;
  background-size: auto 100%;
  background-position: top left 20px;
}

.list-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

@media screen and (max-width: 990px) {
  .list-price {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 767px) {
  .list-price {
    margin: 0;
  }
}

.list-price .item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 31px;
}

@media screen and (max-width: 990px) {
  .list-price .item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .list-price .item {
    padding: 0;
    width: 100%;
  }
}

.list-price .item .price-wrap {
  padding: 30px 20px 26px 20px;
  border: 3px solid #eaba88;
  border-radius: 21px;
}

.list-price .item .price-wrap .price-content {
  max-width: 595px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .list-price .item .price-wrap .price-content {
    max-width: 100%;
  }
}

.list-price .item .price-wrap .price-content .box-l {
  width: 40.84%;
  text-align: center;
  color: #e99137;
  padding-top: 8px;
}

@media only screen and (max-width: 1300px) {
  .list-price .item .price-wrap .price-content .box-l {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }
}

.list-price .item .price-wrap .price-content .box-l .img {
  margin-bottom: 26px;
}

.list-price .item .price-wrap .price-content .box-l .btn-custom01 {
  margin-bottom: 11px;
}

.list-price .item .price-wrap .price-content .box-l .policy-price {
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2857;
}

@media screen and (max-width: 767px) {
  .list-price .item .price-wrap .price-content .box-l .policy-price {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.list-price .item .price-wrap .price-content .box-l .policy-price small {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .list-price .item .price-wrap .price-content .box-l .policy-price small {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.list-price .item .price-wrap .price-content .box-l .note-price {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  padding-right: 30px;
  margin-top: -8px;
}

@media screen and (max-width: 767px) {
  .list-price .item .price-wrap .price-content .box-l .note-price {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.list-price .item .price-wrap .price-content .box-l .note-price strong {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7333;
  font-weight: bold;
  display: block;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 767px) {
  .list-price .item .price-wrap .price-content .box-l .note-price strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-price .item .price-wrap .price-content .box-r {
  width: 59.16%;
  padding-left: 36px;
}

@media only screen and (max-width: 1300px) {
  .list-price .item .price-wrap .price-content .box-r {
    width: 100%;
    padding-left: 0;
  }
}

.list-price .item .price-wrap .price-content .box-r .note-price {
  border-top: 1px solid #e5e5e5;
  margin-top: 36px;
  padding-top: 14px;
}

@media screen and (max-width: 767px) {
  .list-price .item .price-wrap .price-content .box-r .note-price {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.list-price .item:first-child .price-wrap {
  background: url("../img/price/a.png") no-repeat;
  background-position: right -12px bottom -18px;
}

.list-price .item:nth-of-type(2) .price-wrap {
  background: url("../img/price/b.png") no-repeat;
  background-position: right -12px bottom -18px;
}

.list-price .item:nth-of-type(3) .price-wrap {
  background: url("../img/price/c.png") no-repeat;
  background-position: right -12px bottom -18px;
}

.list-price .item:last-child .price-wrap {
  background: url("../img/price/d.png") no-repeat;
  background-position: right -12px bottom -18px;
}

.txt-custom02 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  color: #767370;
}

@media screen and (max-width: 767px) {
  .txt-custom02 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.btn-custom01 {
  display: block;
  padding: 3px 10px;
  border: 3px solid #f6d9b0;
  border-radius: 40px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6363;
  color: #e99137;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btn-custom01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.ttl_custom03 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #767370;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .ttl_custom03 {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}

.ttl_custom03 span {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(131, 225, 217, 0.5)), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, rgba(131, 225, 217, 0.5) 50%, transparent 50%);
  background-image: linear-gradient(to right, rgba(131, 225, 217, 0.5) 50%, transparent 50%);
  background-size: 200% 15px;
  background-repeat: no-repeat;
  background-position: 0% .8em;
}

.ttl_custom03 small {
  display: block;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .ttl_custom03 small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec_correction {
  background: #faf6f1;
  padding: 151px 0 173px;
}

@media screen and (max-width: 1200px) {
  .sec_correction {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .sec_correction {
    padding: 50px 0;
  }
}

.list-correction {
  background: #fff;
  padding: 68px 20px 63px;
}

@media screen and (max-width: 1200px) {
  .list-correction {
    padding: 40px 20px;
  }
}

.list-correction .item {
  max-width: 1085px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 35px 37px;
  margin-bottom: 40px;
}

@media screen and (max-width: 990px) {
  .list-correction .item {
    padding: 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .list-correction .item {
    margin-bottom: 20px;
  }
}

.list-correction .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.list-correction .item .img {
  width: 30.4%;
  text-align: center;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .list-correction .item .img {
    width: 100%;
    margin-bottom: 10px;
  }
}

.list-correction .item .content {
  width: 69.6%;
  padding-left: 3px;
  padding-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .list-correction .item .content {
    width: 100%;
  }
}

.list-correction .item .content .ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500;
  color: #e78913;
  margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .list-correction .item .content .ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.list-correction .item .content .txt-custom01 {
  letter-spacing: -0.4px;
}

@media only screen and (max-width: 420px) {
  .sp-420 {
    display: none;
  }
}

.page-menu_prevention .sec-children-page .box-content {
  padding-bottom: 35px;
}

.page-menu_prevention .sec-maintenance .box-heading {
  margin-bottom: 70px;
}

.sec_doctor_intro.style02 .doctor_intro-inner .intro_content .ttl {
  color: #e78913;
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .sec_doctor_intro.style02 .doctor_intro-inner .intro_content .ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 374px) {
  .sec_doctor_intro.style02 .doctor_intro-inner .intro_content .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec_doctor_intro.style02 .doctor_intro-inner .intro_content p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 990px) {
  .sec_doctor_intro.style02 .doctor_intro-inner .intro_content p {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .sec_doctor_intro.style02 .doctor_intro-inner .intro_content p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec_doctor_intro.style02 .doctor_intro-inner .intro_content .area_name {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 18.5%;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 990px) {
  .sec_doctor_intro.style02 .doctor_intro-inner .intro_content .area_name {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .sec_doctor_intro.style02 .doctor_intro-inner .intro_content .area_name {
    letter-spacing: 0;
    margin-top: 30px;
  }
}

.sec_concept_oral {
  padding-top: calc(110px + 4%);
  padding-bottom: 95px;
  background: #faf6f1;
}

@media screen and (max-width: 767px) {
  .sec_concept_oral {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.ttl_concept_oral {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  color: #e78913;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .ttl_concept_oral {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}

.tag {
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .tag {
    margin-bottom: 10px;
  }
}

.tag span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.85;
  color: #fff;
  background: #e78913;
  font-weight: 500;
  display: inline-block;
  padding: 0 59px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .tag span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 0 25px;
  }
}

@media screen and (max-width: 374px) {
  .tag span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.box-content {
  background: #fff;
  padding: 78px 0 80px;
}

@media screen and (max-width: 767px) {
  .box-content {
    padding: 30px 15px 0;
  }
}

.box-content .ttl-content {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #767370;
  font-weight: 500;
  margin-bottom: 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .box-content .ttl-content {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.box-content .box-des {
  max-width: 565px;
  margin: 0 auto 53px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #767370;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .box-content .box-des {
    margin-bottom: 30px;
    letter-spacing: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.list-item {
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .list-item {
    padding: 0;
  }
}

.list-item .wp-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
}

@media screen and (max-width: 767px) {
  .list-item .wp-inner {
    margin: 0;
  }
}

.list-item .item {
  width: 33.33%;
  padding: 0 16px;
}

@media screen and (max-width: 767px) {
  .list-item .item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

.list-item .item .tag {
  color: #e99137;
  display: inline-block;
  background: white;
  font-size: 18px;
  font-size: 1.8rem;
  border: 3px solid #f6d9b0;
  min-width: 243px;
  padding: 8px 34px;
  text-align: center;
  border-radius: 40px;
  position: relative;
  top: -22px;
  margin-bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .list-item .item .tag {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 0;
    width: 90%;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -10px;
  }
}

.list-item .item .des {
  font-size: 16px;
  font-size: 1.6rem;
  color: #767370;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .list-item .item .des {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.list-item .item .img img {
  width: 100%;
}

.sec-oral-surgery {
  margin-top: 155px;
}

@media screen and (max-width: 767px) {
  .sec-oral-surgery {
    margin-top: 30px;
  }
}

.sec-oral-surgery .head-menu {
  margin-bottom: 45px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .sec-oral-surgery .head-menu {
    margin-bottom: 20px;
  }
}

.sec-oral-surgery .head-menu .ttl_custom02 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sec-oral-surgery .head-menu .ttl_custom02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.sec-oral-surgery .list-menu {
  background: #faf6f1;
}

.sec-oral-surgery .list-menu .item {
  margin-bottom: 0;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .sec-oral-surgery .list-menu .item {
    padding-bottom: 30px;
  }
}

.sec-oral-surgery .list-menu .item .content-menu .intro-menu.style02 {
  padding: 3px 42px 3px 40px;
}

.sec-oral-surgery .list-menu .support-list .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .sec-oral-surgery .list-menu .support-list .item {
    margin-bottom: 30px;
  }
}

.sec-oral-surgery .list-menu .support-list .item .txt-basic .ttl {
  margin-top: -5px;
}

.sec-oral-surgery .list-menu .support-list .item p {
  letter-spacing: -0.5px;
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .sec-oral-surgery .list-menu .support-list .item p {
    margin-bottom: 0;
  }
}

.sec-oral-surgery .list-menu .support-list .item .img {
  padding-top: 0;
}

.sec_diagnosis {
  margin-top: 70px;
  margin-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .sec_diagnosis {
    margin: 50px 0;
  }
}

.sec_diagnosis .flex {
  background: #faf6f1;
  padding: 110px 48px 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
}

@media screen and (max-width: 990px) {
  .sec_diagnosis .flex {
    padding: 50px 15px;
  }
}

@media screen and (max-width: 767px) {
  .sec_diagnosis .flex {
    padding: 30px 15px;
  }
}

.sec_diagnosis .flex .box-content {
  width: 50%;
  background: transparent;
  padding-top: 86px;
  padding-right: 36px;
  padding-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .sec_diagnosis .flex .box-content {
    padding-top: 0;
  }
}

@media screen and (max-width: 990px) {
  .sec_diagnosis .flex .box-content {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec_diagnosis .flex .box-content {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.sec_diagnosis .flex .box-content .tag {
  text-align: left;
  max-width: 190px;
  width: 100%;
}

.sec_diagnosis .flex .box-content .tag span {
  padding: 0;
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

.sec_diagnosis .flex .box-content .ttl-diagnosis {
  font-size: 28px;
  font-size: 2.8rem;
  color: #e78913;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 50px;
  margin-top: 45px;
}

@media screen and (max-width: 990px) {
  .sec_diagnosis .flex .box-content .ttl-diagnosis {
    margin: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .sec_diagnosis .flex .box-content .ttl-diagnosis {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 15px 0;
  }
}

.sec_diagnosis .flex .box-content .box-des {
  max-width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sec_diagnosis .flex .box-content .box-des {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.sec_diagnosis .flex .box-img {
  width: 50%;
  padding-left: 33px;
}

@media screen and (max-width: 990px) {
  .sec_diagnosis .flex .box-img {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec_diagnosis .flex .box-img {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.head_concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 69px;
}

@media screen and (max-width: 767px) {
  .head_concept {
    display: block;
    margin-bottom: 30px;
  }
}

.head_concept .img {
  width: 48.357%;
}

@media screen and (max-width: 767px) {
  .head_concept .img {
    width: 100%;
  }
  .head_concept .img img {
    width: 100%;
  }
}

.head_concept .content-concept {
  width: 51.643%;
  margin-right: auto;
  padding-left: 40px;
  margin-top: -8px;
}

@media screen and (max-width: 990px) {
  .head_concept .content-concept {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .head_concept .content-concept {
    width: 100%;
    padding: 20px 0 0;
  }
}

.head_concept .content-concept .wrap {
  width: 100%;
  max-width: 586px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .head_concept .content-concept .wrap {
    max-width: 100%;
    padding-right: 0;
  }
}

.head_concept .content-concept .wrap .ttl_custom02 {
  text-align: left;
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .head_concept .content-concept .wrap .ttl_custom02 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.head_concept .content-concept .wrap .ttl_custom02:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #e89130;
  bottom: 0;
  left: 0;
}

.head_concept .content-concept .wrap .des-menu {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 37px;
}

@media screen and (max-width: 767px) {
  .head_concept .content-concept .wrap .des-menu {
    margin-bottom: 15px;
  }
}

.head_concept .content-concept .wrap .txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .head_concept .content-concept .wrap .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec-menu {
  margin-bottom: 162px;
}

@media screen and (max-width: 1200px) {
  .sec-menu {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 990px) {
  .sec-menu {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .sec-menu {
    margin-bottom: 50px;
  }
}

.des-menu {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .des-menu {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 374px) {
  .des-menu {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.head-menu {
  margin-bottom: 46px;
  margin-top: 167px;
}

@media screen and (max-width: 1200px) {
  .head-menu {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .head-menu {
    margin-bottom: 30px;
    margin-top: 50px;
  }
}

.head-menu .ttl_custom02 {
  margin-bottom: 21px;
  text-align: center;
  letter-spacing: 3px;
}

.head-menu .txt-menu {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.857;
  width: 100%;
  max-width: 503px;
  margin: 0 auto;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .head-menu .txt-menu {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.list-menu .item {
  background: #faf6f1;
  padding: 78px 0 80px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .list-menu .item {
    display: block;
    padding: 30px 0;
    margin-bottom: 50px;
  }
}

.list-menu .item:last-child {
  margin-bottom: 0;
}

.list-menu .item .img-menu {
  width: 48.36%;
}

@media screen and (max-width: 767px) {
  .list-menu .item .img-menu {
    width: 100%;
    margin-bottom: 30px;
    margin-top: -30px;
  }
}

.list-menu .item .content-menu {
  width: 51.64%;
  padding: 3px 65px 0 43px;
  margin-right: auto;
}

@media screen and (max-width: 990px) {
  .list-menu .item .content-menu {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .list-menu .item .content-menu {
    width: 100%;
    padding: 0 20px;
  }
}

.list-menu .item .content-menu .intro-menu {
  display: inline-block;
  padding: 4px 16px 3px 14px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.667;
  font-weight: 500;
  color: #fff;
  background: #e78913;
  border-radius: 4px;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .list-menu .item .content-menu .intro-menu {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 374px) {
  .list-menu .item .content-menu .intro-menu {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-menu .item .content-menu .ttl-menu {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2857;
  color: #e78913;
  font-weight: 500;
  margin-bottom: 61px;
}

@media screen and (max-width: 990px) {
  .list-menu .item .content-menu .ttl-menu {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .list-menu .item .content-menu .ttl-menu {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 374px) {
  .list-menu .item .content-menu .ttl-menu {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.list-menu .item.odd {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (min-width: 991px) {
  .list-menu .item.odd .content-menu {
    padding: 3px 35px 0 67px;
  }
}

.list-mechanism {
  width: 100%;
  max-width: 1135px;
  margin: 61px auto 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .list-mechanism {
    margin-top: 30px;
  }
}

.list-mechanism .item-mechanism {
  width: calc(33.33% - 54px);
  margin-right: 80px;
  position: relative;
}

@media screen and (max-width: 990px) {
  .list-mechanism .item-mechanism {
    width: calc(33.33% - 30px);
    margin-right: 45px;
  }
}

@media screen and (max-width: 767px) {
  .list-mechanism .item-mechanism {
    width: 100%;
    margin-right: 0;
    margin-bottom: 80px;
  }
  .list-mechanism .item-mechanism:last-child {
    margin-bottom: 0;
  }
}

.list-mechanism .item-mechanism .img {
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}

.list-mechanism .item-mechanism .img:after {
  content: '';
  position: absolute;
  width: 90px;
  height: 74px;
  background: url(../img/menu/kyousei/left-arrow.png) no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: -68px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 990px) {
  .list-mechanism .item-mechanism .img:after {
    width: 50px;
    height: 42px;
    right: -40px;
  }
}

@media screen and (max-width: 767px) {
  .list-mechanism .item-mechanism .img:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .list-mechanism .item-mechanism .img img {
    max-width: 220px;
  }
}

.list-mechanism .item-mechanism:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 49px;
  background: url(../img/menu/kyousei/left-arrow.png) no-repeat;
  background-size: 100% auto;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  display: none;
}

@media screen and (max-width: 767px) {
  .list-mechanism .item-mechanism:after {
    display: block;
  }
}

.list-mechanism .item-mechanism:last-child {
  margin-right: 0;
}

.list-mechanism .item-mechanism:last-child .img:after {
  display: none;
}

.list-mechanism .item-mechanism:last-child:after {
  display: none;
}

.list-malocclusion {
  width: 100%;
  max-width: 1356px;
  margin: 60px auto -48px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-malocclusion .item-malocclusion {
  width: calc(50% - 29px);
  margin-right: 58px;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .list-malocclusion .item-malocclusion {
    width: 100%;
    margin-right: 0;
  }
}

.list-malocclusion .item-malocclusion:nth-child(even) {
  margin-right: 0;
}

.list-malocclusion .item-malocclusion .ttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.636;
  font-weight: 500;
  color: #e78913;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .list-malocclusion .item-malocclusion .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.list-malocclusion .item-malocclusion .ttl small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  color: #767370;
  font-weight: normal;
  background: #fff;
  border: 1px solid #f6d9b0;
  border-radius: 30px;
  margin: 3px 0 0 11px;
  padding: 0 16px 0 15px;
  letter-spacing: -0.9px;
}

@media screen and (max-width: 767px) {
  .list-malocclusion .item-malocclusion .ttl small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-malocclusion .item-malocclusion .img {
  margin-bottom: 11px;
}

.list-item .item .des-menu {
  margin: -17px 0 10px 0;
}

@media screen and (max-width: 990px) {
  .list-item .item .tag {
    padding: 8px 5px;
  }
}

.list-item .item .tag u {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #e78913), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, #e78913 50%, transparent 50%);
  background-image: linear-gradient(to right, #e78913 50%, transparent 50%);
  background-size: 200% 2px;
  background-repeat: no-repeat;
  background-position: 0% bottom;
}


/*20201113追加*/
.mapimg{
	margin: 20px auto;
}

.mapimg img{
	width: 100%;
}
.mapimg p{
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.6em;
	margin: 15px auto;
}
.mapimg span.red{
	color: #be6260;
}
.mapimg span.red img{
		width: 35px;
	margin-right: 10px;
}
.mapimg span.blue{
	color: #4677a5;

}
.mapimg span.blue img{
		width: 35px;
	vertical-align: middle;
		margin-right: 10px;

}
@media screen and (max-width: 767px) {
	.mapimg img{
		width: 100%;
		float: none;
	}
	.mapimg p{
		width: 100%;
}
.mapimg span.red {
	font-size: 15px;
}
.mapimg span.blue {
	font-size: 15px;
}
.mapimg span.red img{
		width: 25px;
	margin-right: 5px;
}	
.mapimg span.blue img{
		width: 25px;
		margin-right: 5px;
}	
}
/*# sourceMappingURL=maps/styles.css.map */
