@charset "UTF-8";
/*
// common.scss
$commoncolor: hsla(0,0,0,1);
$commonbgcolor: hsla(0,0,100,1);
$commonlinkcolor: hsla(0,0,40,1);
$commonhovercolor: #b3c4de;
*/
/*
// テーマカラー：必要な場所は全てこの変数を使用
$maincolor: #FF9400; // orange : link color

// アクセントカラー：協調させる箇所に適用
$accentcolor: #E60012; // orange

// ベースカラー：見出しの背景など ※複数あり
$basecolor: #FFBC00; // orange
*/
/*
//@include mixin-bg-stripe($bg:#000000,$color:#1a1a1a);
@mixin mixin-bg-stripe($bg:#000000,$color:#1a1a1a){
-webkit-background-size: 18px 18px;
-moz-background-size: 18px 18px;
background-size: 18px 18px;
background-color: $bg;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, $color), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, $color),
            color-stop(.75, $color), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, $color 25%, transparent 25%,
          transparent 50%, $color 50%, $color 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, $color 25%, transparent 25%,
          transparent 50%, $color 50%, $color 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, $color 25%, transparent 25%,
          transparent 50%, $color 50%, $color 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, $color 25%, transparent 25%,
          transparent 50%, $color 50%, $color 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, $color 25%, transparent 25%,
          transparent 50%, $color 50%, $color 75%,
          transparent 75%, transparent);
}
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,700&amp;subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500);
@font-face {
  font-family: 'tegaki';
  src: url("webfont/apjapanesefont.eot");
  src: url("webfont/apjapanesefont.eot?#iefix") format("embedded-opentype"), url("webfont/apjapanesefont.woff") format("woff"), url("webfont/apjapanesefont.ttf") format("truetype");
  font-display: swap;
}

/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   header
------------------------------------- */
/* -------------------------------
    nav
*/
#header #menu .lp_cms {
  display: none;
}

#container.page #article {
  padding: 0 0 1rem;
}

/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
       aside
    ------------------------------------- */
  /* -------------------------------------
       section
    ------------------------------------- */
}

#article .aside {
  /* -------------------------------------
           main
        */
  /* -------------------------------------
           banner_main
        */
  /* -------------------------------------
           banner_contact
        */
}

#article .aside.main .inner {
  position: relative;
  overflow: hidden;
}

#article .aside.main .inner .figure img {
  width: 150%;
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

#article .aside.main .inner .item .h2.h2_1 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  text-align: center;
  color: #252525;
  font-size: 1.8rem;
  line-height: 1.4;
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 60%;
  left: 0;
  text-shadow: 0 0 4px #FFF, 0 0 10px #FFF;
}

#article .aside.main .inner .item .h2.h2_1 span {
  display: block;
  font-weight: 500;
  width: 100%;
}

#article .aside.main .inner .item .h2.h2_1 span.txt_2 {
  letter-spacing: 0.15em;
  font-size: 2.1rem;
  margin: 1rem auto 0;
}

#article .aside.main .inner .item .h3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
}

#article .aside.main .inner .item .h3.h3_1 {
  padding: 0 0 0 1.44rem;
  box-sizing: border-box;
	text-align: center;
}

#article .aside.main .inner .item .h3.h3_1 span {
  display: inline-block;
  letter-spacing: 0.4em;
  color: #252525;
  font-size: 3.6rem;
  line-height: 1.15;
}

#article .aside.main .inner .item .h3.h3_1 span.txt {
  font-weight: 100;
}

#article .aside.main .inner .item .h3.h3_1 span.txt_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  margin: 1rem auto 0;
}

#article .aside.main .inner .item .h3.h3_1 span.txt_2 b {
  display: block;
  color: #FFF;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

#article .aside.main .inner .item .h3.h3_1 span.txt_2 b:after {
  content: "";
  display: block;
  font-size: 1rem;
  line-height: 1;
  width: 4.3em;
  height: 4.3em;
  background: #252525;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: calc(50% - 0.71em);
  transform: translate(-50%, -50%);
}

#article .aside.main .inner .item .h3.h3_1 span.txt_2 b:nth-of-type(1):before {
  content: "ほぼ";
  display: block;
  letter-spacing: 0.075em;
  color: #252525;
  font-size: 1rem;
  line-height: 1;
  width: 6.5em;
  height: 6.5em;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(50% - 0.71em);
  transform: translate(-50%, -50%) rotate(-45deg);
}

#article .aside.main .inner .item .h4 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
}

#article .aside.main .inner .item .h4.h4_1 {
  display: flex;
  justify-content: center;
  margin: 0.5rem auto 0;
}

#article .aside.main .inner .item .h4.h4_1 span {
  display: block;
  letter-spacing: 0.05em;
  color: white;
  font-size: 1rem;
}

#article .aside.main .inner .item .h4.h4_1 span strong {
  font-size: 1.6rem;
  margin: 0 0 0 0.25rem;
}

#article .aside.main .inner .item .h4.h4_1 span.txt_2 {
  margin: 0 0 0 0.75rem;
}

#article .aside.main .inner .item .h4.h4_1 span.txt_2:before {
  content: "";
  display: inline-block;
  margin: 0 0.25rem 0 0;
  border: 0.4em solid transparent;
  border-left: 0.6em solid white;
  box-sizing: border-box;
}

#article .aside.main .inner .item .link a,
#article .aside.main .inner .item .link a:link {
  text-decoration: none;
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: white;
  line-height: 1;
  width: 84.375%;
  padding: 0.55rem 0 0.85rem;
  margin: 0.5rem auto 0;
  border: 1px solid white;
}

#article .aside.main .inner .item {
	border-bottom: 1px solid #999;
}

#article .aside.main .inner .item .group {
  text-align: center;
  background: rgba(255,255,255,0.6);
  padding: 1rem 0;
}

#article .aside.banner_main .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 96.875%;
  padding: 1.5rem 0 1rem;
  margin: 0 auto;
}

#article .aside.banner_main .inner .h3.h3_1 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto 1rem;
}

#article .aside.banner_main .inner .h3.h3_1 span.txt strong {
  font-weight: 500;
}

#article .aside.banner_main .inner .tel {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0.5rem auto 0;
  position: relative;
}

#article .aside.banner_main .inner .tel span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "pkna";
  line-height: 1;
  /*
                        &.txt_3{
                            display: block;
                            // proportional font
                            font-feature-settings : "pkna";
                            
                            letter-spacing: 0.075em;
                            text-align: center;
                            color: $monocolor2;
                            font-size: 1.2rem;
                            margin: 1rem 0 0;
                        }
                        */
}

#article .aside.banner_main .inner .tel span.txt {
  display: block;
  letter-spacing: 0.075em;
  text-align: center;
  color: white;
  font-size: 1.2rem;
}

#article .aside.banner_main .inner .tel span.txt_2 {
  margin: 0.5rem auto 0;
}

#article .aside.banner_main .inner .tel span.txt_2 strong {
  letter-spacing: 0.05em;
  color: white;
  font-size: 1.8rem;
}

#article .aside.banner_main .inner .tel span.txt_2 strong a,
#article .aside.banner_main .inner .tel span.txt_2 strong a:link {
  text-decoration: none;
  color: white;
}

#article .aside.banner_main .inner .item {
	position: relative;
  width: 95%;
  padding: 1rem 0;
  margin: 0 auto;
  background: #4b4b4b;
}

#article .aside.banner_main .inner .item:before {
  content: "";
  display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	width: 30px;
	height: 38px;
  margin: 0;
  background: url(../images/common/icon_sp_w.png) top center no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
	z-index: 1;
	transform: translateY(-50%);
}

#article .aside.banner_contact {
  margin: 3.5rem auto 0;
}

#article .aside.banner_contact .h3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "pkna";
  letter-spacing: 0.05em;
}

#article .aside.banner_contact .h3.h3_0 {
  padding: 0;
}

#article .aside.banner_contact .h3.h3_0 span {
  font-weight: 500;
}

#article .aside.banner_contact .h3.h3_0 span.txt {
  text-indent: -1em;
  font-size: 1rem;
  line-height: 1.25;
  padding: 0 0 0 0.5em;
}

#article .aside.banner_contact .h3.h3_0 span.txt_2 {
  font-size: 1.2rem;
  line-height: 1;
  margin: 0.5rem 0 0;
}

#article .aside.banner_contact .group {
  width: 96.875%;
  margin: 0 auto 1rem;
}

#article .aside.banner_contact .group.float {
  display: flex;
  justify-content: center;
  align-items: center;
}

#article .aside.banner_contact .group.float .figure {
  flex-shrink: 0;
  width: 16.12903%;
  margin: 0 2.41935% 0 0;
  border: 2px solid #DC0012;
  border-radius: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

#article .aside.banner_contact .group.float .h3_0 {
  display: inline;
  width: auto;
}

#article .aside.banner_contact .group.float .h3_0 span.txt {
  display: block;
}

#article .aside.banner_contact .group.float .h3_0 span.txt_2 {
  display: inline;
}

#article .aside.banner_contact .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 96.875%;
  padding: 1.5rem 0 1rem;
  margin: 0 auto;
  border: 2px solid #252525;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#article .aside.banner_contact .inner .h3.h3_1 {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto 1rem;
}

#article .aside.banner_contact .inner .h3.h3_1 span {
  display: block;
  font-weight: 500;
}

#article .aside.banner_contact .inner .h3.h3_1 span.txt {
  color: #a6a6a6;
  font-size: 1rem;
}

#article .aside.banner_contact .inner .h3.h3_1 span.txt_2 {
  margin: 1rem auto 0;
}

#article .aside.banner_contact .inner .h3.h3_1 span.txt_2 strong {
}

#article .aside.banner_contact .inner .h4.h4_1 {
  width: 95%;
  padding: 2rem 0;
  margin: 0 auto 2rem;
  background: white;
  border: 2px solid #4c4c4c;
  border-radius: 5em;
  box-sizing: border-box;
  position: relative;
  z-index: -2;
}

#article .aside.banner_contact .inner .h4.h4_1 span {
  display: block;
  line-height: 1.25;
  font-weight: 700;
}

#article .aside.banner_contact .inner .h4.h4_1 span.txt {
  text-indent: -1em;
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
  margin: 0 0 0 2.5%;
}

#article .aside.banner_contact .inner .h4.h4_1 span.txt_2 {
  text-align: right;
  font-size: 1rem;
  width: 97%;
}
#article .aside.banner_contact .inner .h4.h4_1:before, #article .aside.banner_contact .inner .h4.h4_1:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -1rem;
	border: 1.2rem solid transparent;
	border-bottom: 0 solid transparent;
	box-sizing: border-box;
	z-index: 1;
}
#article .aside.banner_contact .inner .h4.h4_1:before {
	border-top: 2rem solid white;
	z-index: 2;
	bottom: -1.6rem;
}
#article .aside.banner_contact .inner .h4.h4_1:after {
	border-top: 2rem solid #4c4c4c;
	z-index: 1;
	bottom: -2rem;
}

#article .aside.banner_contact .inner .tel {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#article .aside.banner_contact .inner .tel span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "pkna";
  line-height: 1;
}

#article .aside.banner_contact .inner .tel span.txt {
  display: block;
  letter-spacing: 0.075em;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

#article .aside.banner_contact .inner .tel span.txt_2 {
  margin: 0.5rem auto 0;
}

#article .aside.banner_contact .inner .tel span.txt_2 strong {
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}

#article .aside.banner_contact .inner .tel span.txt_2 strong a,
#article .aside.banner_contact .inner .tel span.txt_2 strong a:link {
  text-decoration: none;
  font-weight: 500;
}

#article .aside.banner_contact .inner .tel span.txt_3 {
  display: block;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0;
}

#article .aside.banner_contact .inner .chara {
  display: flex;
  justify-content: flex-end;
  width: 38.70968%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}

#article .aside.banner_contact .inner .chara .figure {
  width: 100%;
}

#article .aside.banner_contact .inner .item {
	position: relative;
  width: 80%;
  padding: 0.75rem 0 0.5rem;
  margin: 0 auto;
  background: #FFF;
	border: 1px solid #4b4b4b;
  box-sizing: border-box;
}

#article .aside.banner_contact .inner .item:before {
	content: "";
	display: block;
	width: 30px;
	height: 38px;
	background: url(../images/common/icon_sp.png) top center no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}

#article .aside.banner_contact .link {
  width: 96.875%;
  padding: 1rem 0;
  margin: 0 auto;
  background: #252525;
}

#article .aside.banner_contact .link a,
#article .aside.banner_contact .link a:link {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-decoration: none;
  display: block;
  color: white;
  width: 93.54839%;
  padding: 0.5rem 0;
  margin: 0 auto;
  border: 1px solid white;
  border-radius: 4rem;
  box-sizing: border-box;
  position: relative;
}

#article .aside.banner_contact .link a:after,
#article .aside.banner_contact .link a:link:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid white;
  border-right: 2px solid white;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%) rotate(45deg);
}

#article .aside.banner_contact .link a span,
#article .aside.banner_contact .link a:link span {
  display: block;
}

#article .aside.banner_contact .link a span.txt,
#article .aside.banner_contact .link a:link span.txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0;
  color: #252525;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 500;
  width: 5rem;
  height: 5rem;
  padding: 0.2rem 0 0;
  background: white;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -0rem;
  transform: translateY(-50%) rotate(-20deg);
  box-sizing: border-box;
}

#article .aside.banner_contact .link a span.txt strong,
#article .aside.banner_contact .link a:link span.txt strong {
  display: block;
  letter-spacing: 0.05em;
  font-size: 2.1rem;
  font-weight: 500;
}

#article .aside.banner_contact .link a span.txt_2,
#article .aside.banner_contact .link a:link span.txt_2 {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.25;
  width: 79.31034%;
  margin: 0 0 0 20.68966%;
}

#article .aside.banner_contact .link a span.txt_2:before,
#article .aside.banner_contact .link a:link span.txt_2:before {
  content: "";
  display: block;
  width: 13.04348%;
  height: 6.25vw;
  margin: 0 4.34783% 0 0;
  background: url(../images/common/icon_mail.png) top center no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
}

#article .section {
  /* -------------------------------------
           section_1
        */
  /* -------------------------------------
           section_2
        */
}

#article .section .inner {
  width: 100%;
  /* -------------------------------------
               content
            ------------------------------------- */
}

#article .section .inner .h3 span strong {
  font-weight: 700;
  text-decoration: underline;
}

#article .section .inner .h3.h3_2 {
  letter-spacing: 0.075em;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0;
  margin: 0 auto 1rem;
}

#article .section .inner .h3.h3_2 span.txt {
  font-weight: 500;
}

#article .section .inner .h3.h3_4 {
  letter-spacing: 0.075em;
  color: #252525;
  text-align: center;
  font-size: 1.4rem;
  width: 100%;
  padding: 1rem 0;
  margin: 0 auto 1rem;
  background: #CCC;
}

#article .section .inner .h3.h3_4 span.txt {
  font-weight: 700;
}

#article .section .inner .content .h4.h4_1 {
  margin: 1.5rem auto 0;
}

#article .section .inner .content .h4.h4_1 span.txt {
  text-align: center;
  width: 100%;
}

#article .section .inner .content p.lead {
  text-align: center;
}

#article .section.section_1 .inner {
  /* -------------------------------------
                   content
                ------------------------------------- */
}

#article .section.section_1 .inner .content {
  /* -------------------------------------
                       content_1
                    */
  /* -------------------------------------
                       content_2
                    */
  /* -------------------------------------
                       content_3
                    */
  /* -------------------------------------
                       content_4
                    */
  /* -------------------------------------
                       content_5
                    */
  /* -------------------------------------
                       content_6
                    */
  /* -------------------------------------
                       content_7
                    */
  /* -------------------------------------
                       content_8
                    */
  /* -------------------------------------
                       content_12
                    */
}

#article .section.section_1 .inner .content.content_1 {
  width: 93.75%;
  padding: 3rem 0;
  margin: 0 auto;
}

#article .section.section_1 .inner .content.content_1 .h3.h3_2 {
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #999999;
}

#article .section.section_1 .inner .content.content_1 .h4.h4_1 span.txt {
  font-size: 1.2rem;
}

#article .section.section_1 .inner .content.content_1 .item {
  width: 100%;
  margin: 1rem auto 0;
}

#article .section.section_1 .inner .content.content_1 .item.float {
  display: flex;
  justify-content: space-between;
}

#article .section.section_1 .inner .content.content_1 .item.float .float_l,
#article .section.section_1 .inner .content.content_1 .item.float .float_r {
  width: 49.5%;
}

#article .section.section_1 .inner .content.content_1 .item.float .float_l {
  margin: 0 1% 0 0;
}

#article .section.section_1 .inner .content.content_1 .item.float .float_c {
  margin: 0 1% 0 0;
}

#article .section.section_1 .inner .content.content_1 .item.float:nth-of-type(2) {
  margin: 0.1rem auto 0;
}

#article .section.section_1 .inner .content.content_1 .item.float:nth-of-type(2) .float_c,
#article .section.section_1 .inner .content.content_1 .item.float:nth-of-type(2) .float_l,
#article .section.section_1 .inner .content.content_1 .item.float:nth-of-type(2) .float_r {
  width: 32.66667%;
}

#article .section.section_1 .inner .content.content_2 {
  width: 100%;
  padding: 0;
}

#article .section.section_1 .inner .content.content_2 .h3.h3_2 {
  width: 100%;
  position: relative;
  z-index: 1;
}

#article .section.section_1 .inner .content.content_2 .h3.h3_2 span.txt {
  line-height: 1.5;
  font-weight: 700;
}

#article .section.section_1 .inner .content.content_2 .h3.h3_2.color {
  height: 7.5rem;
}

#article .section.section_1 .inner .content.content_2 .h3.h3_2.color span.txt_2 {
  font-size: 1rem;
  margin: 0.5rem auto 0;
}

#article .section.section_1 .inner .content.content_2 .h3.h3_2.color:before {
  content: "";
  display: block;
  width: 100%;
  border: 50vw solid transparent;
  border-top: 7.5rem solid rgba(0,0,0,0.2);
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

#article .section.section_1 .inner .content.content_2 .h4.h4_1 {
  width: 87.5%;
  padding: 1rem 0;
  margin: 0 auto 1rem;
  background: white;
  border: 2px solid #4c4c4c;
  border-radius: 5em;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#article .section.section_1 .inner .content.content_2 .h4.h4_1 span.txt {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  width: 85.71429%;
  margin: 0 auto 0;
  position: relative;
  left: 0.075em;
}

#article .section.section_1 .inner .content.content_2 .h4.h4_1:before, #article .section.section_1 .inner .content.content_2 .h4.h4_1:after {
  content: "";
  display: block;
  border: 1.2rem solid transparent;
  border-bottom: 0 solid transparent;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  left: 17.85714%;
}

#article .section.section_1 .inner .content.content_2 .h4.h4_1:before {
  border-top: 2rem solid white;
  z-index: 2;
  bottom: -1.6rem;
}

#article .section.section_1 .inner .content.content_2 .h4.h4_1:after {
  border-top: 2rem solid #4c4c4c;
  z-index: 1;
  bottom: -2rem;
}

#article .section.section_1 .inner .content.content_2 ul {
  list-style: none;
  width: 93.75%;
  padding: 1.5rem 0;
  margin: 0 auto;
  background: white;
  border: 2px solid #4c4c4c;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content.content_2 ul li {
  line-height: 1.25;
  font-weight: bold;
  width: 90%;
  padding: 0 0 0 7.40741%;
  margin: 0 auto 0.75rem;
  box-sizing: border-box;
  position: relative;
}

#article .section.section_1 .inner .content.content_2 ul li strong {
  text-decoration: underline;
  font-weight: bold;
}

#article .section.section_1 .inner .content.content_2 ul li:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 5.55556%;
  height: 1.25em;
  padding: 0;
  margin: 0;
  background: #DC0012 url(../images/common/icon_check.png) left top no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
}

#article .section.section_1 .inner .content.content_2 ul li:last-of-type {
  margin: 0 auto;
}

#article .section.section_1 .inner .content.content_2 .figure {
  width: 46.875%;
  margin: 0 auto;
  border: 2px solid white;
  box-sizing: border-box;
  border-radius: 100%;
  overflow: hidden;
}

#article .section.section_1 .inner .content.content_2 .item {
  width: 100%;
  padding: 2rem 0 0;
  margin: 0 auto;
  background: rgba(0,0,0,0.2);
}

#article .section.section_1 .inner .content.content_2 .item:last-of-type {
  padding: 2rem 0;
}

#article .section.section_1 .inner .content.content_3 {
  width: 93.75%;
  padding: 2rem 0 0;
  margin: 0 auto;
}

#article .section.section_1 .inner .content.content_3 .item {
  width: 100%;
}

#article .section.section_1 .inner .content.content_3 .item:last-of-type {
  margin: 0 auto;
}

#article .section.section_1 .inner .content.content_3 .item.item_1 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#article .section.section_1 .inner .content.content_3 .item.item_1 .h4.h4_1 {
  width: 100%;
  margin: 0 auto;
  text-shadow: 0 0 8px black, 0 0 4px black;
}

#article .section.section_1 .inner .content.content_3 .item.item_1 .h4.h4_1 span.txt {
  letter-spacing: 0.05em;
  color: white;
  font-size: 1.2rem;
  line-height: 1.5;
}

#article .section.section_1 .inner .content.content_3 .item.item_1 ul.nolist {
  list-style: none;
  display: flex;
  justify-content: space-between;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "pkna";
  letter-spacing: 0.025em;
  width: 96.66667%;
  padding: 0;
  margin: 0 auto;
}

#article .section.section_1 .inner .content.content_3 .item.item_1 ul.nolist li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 0;
  text-align: center;
  color: #252525;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  width: 24.5614%;
  padding: 0.5rem 0;
  background: white;
  border: 1px solid #4c4c4c;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content.content_3 .item.item_1 .group {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0.5rem;
  left: 0;
}

#article .section.section_1 .inner .content.content_4 {
  width: 93.75%;
  padding: 0;
  margin: 2rem auto 0;
  background: white;
  border: 2px solid #252525;
  box-sizing: border-box;
  position: relative;
}

#article .section.section_1 .inner .content.content_4 .h3.h3_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 0;
}

#article .section.section_1 .inner .content.content_4 .h3.h3_2 span.txt {
  font-size: 1.2rem;
  line-height: 1.5;
  width: 83.33333%;
}

#article .section.section_1 .inner .content.content_4 .h3.h3_2:before, #article .section.section_1 .inner .content.content_4 .h3.h3_2:after {
  content: "";
  display: block;
  width: 1px;
  height: 6rem;
  border-left: 1px solid #666666;
}

#article .section.section_1 .inner .content.content_4 .h3.h3_2:before {
  transform: rotate(-30deg);
}

#article .section.section_1 .inner .content.content_4 .h3.h3_2:after {
  transform: rotate(30deg);
}

#article .section.section_1 .inner .content.content_4 .h4.h4_1 {
  text-align: center;
  width: 34.48276%;
  padding: 0.1rem 0;
  margin: 0.25rem 0 0;
  background: #e9e9e9;
  border-radius: 100%;
}

#article .section.section_1 .inner .content.content_4 .h4.h4_1:nth-of-type(3) {
  transform: translateX(1rem);
}

#article .section.section_1 .inner .content.content_4 .h4.h4_1:nth-of-type(4) {
  transform: translateX(-1rem);
}

#article .section.section_1 .inner .content.content_4 .h4.h4_1 span.txt {
  font-family: tegaki, "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.25;
}

#article .section.section_1 .inner .content.content_4 .item {
  width: 100%;
  padding: 0;
  margin: 0;
}

#article .section.section_1 .inner .content.content_4 .item .figure {
  width: 100%;
  height: 81.25vw;
  margin: 0;
  position: relative;
  overflow: hidden;
}

#article .section.section_1 .inner .content.content_4 .item .figure img {
  width: 160%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#article .section.section_1 .inner .content.content_4 .item .group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 96.66667%;
  position: absolute;
  z-index: 1;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
}

#article .section.section_1 .inner .content.content_5 {
  width: 93.75%;
  padding: 0 0 0.5rem;
  margin: 3rem auto 2rem;
  background: #f2f2f2;
}

#article .section.section_1 .inner .content.content_5 .h3.h3_2 {
  color: white;
  width: 100%;
  padding: 1rem 0;
  background: #252525;
}

#article .section.section_1 .inner .content.content_5 .h4.h4_1 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  margin: 0;
}

#article .section.section_1 .inner .content.content_5 .h4.h4_1 span.num {
  flex-shrink: 0;
  display: flex;
  align-items: baseline;
  letter-spacing: -0.025em;
  color: #252525;
  font-size: 4.2rem;
  font-weight: 100;
}

#article .section.section_1 .inner .content.content_5 .h4.h4_1 span.num:after {
  content: "";
  display: block;
  width: 1px;
  height: 0.8em;
  margin: 0 0 0 0.5rem;
  border-left: 1px solid #252525;
  box-sizing: border-box;
  transform: rotate(5deg);
}

#article .section.section_1 .inner .content.content_5 .h4.h4_1 span.txt {
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2;
  width: 100%;
}

#article .section.section_1 .inner .content.content_5 .figure {
  border: 2px solid #4c4c4c;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content.content_5 .figure:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #4c4c4c;
  position: absolute;
  z-index: -1;
  top: 1rem;
  left: 1rem;
}

#article .section.section_1 .inner .content.content_5 .item {
  width: 90%;
  padding: 0;
  margin: 0 auto 2rem;
  position: relative;
}

#article .section.section_1 .inner .content.content_6 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 93.75%;
  padding: 1rem 0 0.5rem;
  margin: 3rem auto 2rem;
  border: 2px solid #252525;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content.content_6 .h3.h3_3 {
  letter-spacing: 0.075em;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
  padding: 0;
  margin: 0 auto 0.75rem;
}

#article .section.section_1 .inner .content.content_6 .h3.h3_3 span.txt {
  font-size: 1.2rem;
  font-weight: 500;
}

#article .section.section_1 .inner .content.content_6 .h3.h3_3 span.txt_2 {
  font-weight: 500;
  margin: 1rem 0 0;
}

#article .section.section_1 .inner .content.content_6 .h4.h4_1 {
  letter-spacing: 0.05em;
  margin: 0;
}

#article .section.section_1 .inner .content.content_6 .h4.h4_1 span {
  text-align: left;
  line-height: 1.25;
  font-weight: 500;
}

#article .section.section_1 .inner .content.content_6 .h4.h4_1 span.txt {
  font-size: 1rem;
}

#article .section.section_1 .inner .content.content_6 .figure {
  margin: 0;
}

#article .section.section_1 .inner .content.content_6 .item {
  width: 43.33333%;
  margin: 1rem 0.83333% 0;
}

#article .section.section_1 .inner .content.content_7 {
  width: 93.75%;
  padding: 1rem 0 1rem;
  margin: 3rem auto 2rem;
  border: 2px solid #DC0012;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content.content_7 .h3.h3_3 {
  letter-spacing: 0.075em;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  width: 71.875%;
  padding: 0 0 0.5rem;
  margin: 0 auto 0.75rem;
  border-bottom: 1px solid #cccccc;
}

#article .section.section_1 .inner .content.content_7 .h3.h3_3 span.txt {
  font-size: 1.2rem;
  font-weight: 500;
}

#article .section.section_1 .inner .content.content_7 .h3.h3_3 span.txt_2 {
  font-weight: 500;
  margin: 1rem 0 0;
}

#article .section.section_1 .inner .content.content_7 .item {
  width: 90%;
}

#article .section.section_1 .inner .content.content_7 .item:last-of-type {
  margin: 1rem auto 0;
}

#article .section.section_1 .inner .content.content_8 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 93.75%;
  padding: 1rem 0 1rem;
  margin: 3rem auto 2rem;
  border: 2px solid #252525;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content.content_8 .h3.h3_3 {
  letter-spacing: 0.075em;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  width: 71.875%;
  margin: 0 auto 0.75rem;
}

#article .section.section_1 .inner .content.content_8 .h3.h3_3 span.txt {
  font-size: 1.2rem;
  font-weight: 500;
}

#article .section.section_1 .inner .content.content_8 .h3.h3_3 span.txt_2 {
  font-weight: 500;
  padding: 0 0 0.5rem;
  margin: 1rem 0 0.75rem;
  border-bottom: 1px solid #cccccc;
}

#article .section.section_1 .inner .content.content_8 .h3.h3_3 span.txt_3 {
  color: #a6a6a6;
  font-size: 1.2rem;
  font-weight: 500;
}

#article .section.section_1 .inner .content.content_8 .h4.h4_2 {
  text-align: center;
  width: 29.62963%;
  padding: 0.25rem 0 0.1rem;
  margin: 0;
  background: #252525;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#article .section.section_1 .inner .content.content_8 .h4.h4_2 span.txt {
  letter-spacing: 0.05em;
  color: white;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0;
}

#article .section.section_1 .inner .content.content_8 .h4.h4_2:after {
  content: "";
  display: block;
  width: 2rem;
  border: 1rem solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 1rem solid #252525;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -1rem;
}

#article .section.section_1 .inner .content.content_8 .item {
  width: 90%;
  margin: 0.5rem auto 1.5rem;
  position: relative;
}

#article .section.section_1 .inner .content.content_8 .item:last-of-type {
  margin: 1rem auto 0;
}

#article .section.section_1 .inner .content.content_12 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 93.75%;
  padding: 1rem 0 1rem;
  margin: 3rem auto 2rem;
  border: 2px solid #DC0012;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content.content_12 .h3.h3_3 {
  letter-spacing: 0.075em;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  width: 71.875%;
  padding: 0 0 0.5rem;
  margin: 0 auto 0.75rem;
  border-bottom: 1px solid #999999;
}

#article .section.section_1 .inner .content.content_12 .h3.h3_3 span.txt {
  font-weight: 500;
}

#article .section.section_1 .inner .content.content_12 .h4.h4_2 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  width: 100%;
  padding: 0;
  margin: 0 0 0.75rem;
}

#article .section.section_1 .inner .content.content_12 .h4.h4_2 span {
  display: block;
  line-height: 1;
  margin: 0;
  position: relative;
}

#article .section.section_1 .inner .content.content_12 .h4.h4_2 span.txt {
  letter-spacing: 0.05em;
  color: white;
  font-size: 1.2rem;
  background: #DC0012;
  padding: 0.25rem 1rem;
}

#article .section.section_1 .inner .content.content_12 .h4.h4_2 span.txt_2 {
  letter-spacing: 0.25em;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0 0 0 1.5rem;
  margin: 1rem 0 0;
}

#article .section.section_1 .inner .content.content_12 .h4.h4_2 span.txt_2:before {
  content: "";
  display: block;
  height: 100%;
  border-left: 4px solid #cccccc;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

#article .section.section_1 .inner .content.content_12 p {
  margin: 0 0 0.75rem;
}

#article .section.section_1 .inner .content.content_12 p.property {
  font-size: 1rem;
  line-height: 1.25;
  margin: 0.25rem 0 0 0;
}

#article .section.section_1 .inner .content.content_12 p.property strong {
  font-weight: bold;
}

#article .section.section_1 .inner .content.content_12 .item {
  width: 90%;
  margin: 0.5rem auto 1.5rem;
  position: relative;
}

#article .section.section_1 .inner .content.content_12 .item .figure {
  height: 56.25vw;
  margin: 0;
  overflow: hidden;
}

#article .section.section_1 .inner .content.content_12 .item:last-of-type {
  margin: 1rem auto 0;
}

#article .section.section_2 {
  background: #252525;
  padding: 2rem 0 1rem;
}

#article .section.section_2 .inner {
  /* -------------------------------------
                   content
                ------------------------------------- */
}

#article .section.section_2 .inner:last-of-type {
  padding: 0;
}

#article .section.section_2 .inner .h3.h3_3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  letter-spacing: 0.075em;
  text-align: center;
  font-size: 1.4rem;
  width: 100%;
  margin: 0 auto 1.5rem;
  position: relative;
}

#article .section.section_2 .inner .h3.h3_3 span {
  display: block;
  color: white;
}

#article .section.section_2 .inner .h3.h3_3 span.txt {
  font-size: 1.2rem;
  font-weight: 500;
}

#article .section.section_2 .inner .h3.h3_3 span.txt_2 {
  font-weight: 500;
  margin: 1rem 0 0;
}

#article .section.section_2 .inner .h3.h3_3:before, #article .section.section_2 .inner .h3.h3_3:after {
  content: "";
  display: block;
  width: 1px;
  height: 5.5rem;
  border-left: 1px solid white;
  position: absolute;
  z-index: 1;
  top: 50%;
}

#article .section.section_2 .inner .h3.h3_3:before {
  left: 1.5rem;
  transform: translateY(-50%) rotate(-20deg);
}

#article .section.section_2 .inner .h3.h3_3:after {
  right: 1.5rem;
  transform: translateY(-50%) rotate(20deg);
}

#article .section.section_2 .inner .content {
  width: 93.75%;
  padding: 1rem 0 1rem;
  margin: 0 auto 1rem;
  background: white;
  /* -------------------------------------
                       content_9
                    */
  /* -------------------------------------
                       content_10
                    */
  /* -------------------------------------
                       content_11
                    */
}

#article .section.section_2 .inner .content .h4.h4_2 {
  width: 90%;
  padding: 0.25rem 0 0.1rem;
  margin: 0 auto;
}

#article .section.section_2 .inner .content .h4.h4_2 span {
  display: block;
  color: white;
  line-height: 1;
  padding: 0.5rem 0.5rem 0.25rem;
  box-sizing: border-box;
}

#article .section.section_2 .inner .content .h4.h4_2 span.txt {
  display: flex;
  align-items: baseline;
  flex-shrink: 0;
  letter-spacing: 0.05em;
  font-size: 1rem;
  width: 6em;
  margin: 0;
  background: #252525;
}

#article .section.section_2 .inner .content .h4.h4_2 span.txt strong {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 0 0 0.5rem;
  margin: 0 0 0 0.25rem;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

#article .section.section_2 .inner .content .h4.h4_2 span.txt_2 {
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  width: 100%;
  background: #f2f2f2;
	color: #252525;
}

#article .section.section_2 .inner .content p.lead {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
  width: 90%;
  margin: 1rem auto 0;
}

#article .section.section_2 .inner .content .figure {
  width: 90%;
  margin: 0.5rem auto 1.5rem;
}

#article .section.section_2 .inner .content .item {
  width: 90%;
  margin: 0.5rem auto 1.5rem;
  position: relative;
}

#article .section.section_2 .inner .content .item .figure {
  width: 100%;
}

#article .section.section_2 .inner .content .item:last-of-type {
  margin: 1rem auto 0;
}

#article .section.section_2 .inner .content.content_9 {
  margin: 0 auto;
}

#article .section.section_2 .inner .content.content_9 .item.float {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#article .section.section_2 .inner .content.content_9 .item.float .float_l {
  width: 100%;
  margin: 0 0 0.5rem;
}

#article .section.section_2 .inner .content.content_9 .item.float .float_l .tel {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#article .section.section_2 .inner .content.content_9 .item.float .float_l .tel span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "pkna";
  line-height: 1;
}

#article .section.section_2 .inner .content.content_9 .item.float .float_l .tel span.txt {
  display: block;
  letter-spacing: 0.075em;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

#article .section.section_2 .inner .content.content_9 .item.float .float_l .tel span.txt_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0;
}

#article .section.section_2 .inner .content.content_9 .item.float .float_l .tel span.txt_2 strong {
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}

#article .section.section_2 .inner .content.content_9 .item.float .float_l .tel span.txt_2 strong a,
#article .section.section_2 .inner .content.content_9 .item.float .float_l .tel span.txt_2 strong a:link {
  text-decoration: none;
  font-weight: 500;
}

#article .section.section_2 .inner .content.content_9 .item.float .float_l .tel span.txt_2:before {
  content: "";
  display: block;
  width: 9.25926%;
  height: 10.9375vw;
  margin: 0 0 0 -9.25926%;
  background: url(../images/common/icon_sp.png) top center no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
}

#article .section.section_2 .inner .content.content_9 .item.float .float_l .tel span.txt_3 {
  display: block;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0;
}

#article .section.section_2 .inner .content.content_9 .item.float .float_c,
#article .section.section_2 .inner .content.content_9 .item.float .float_r {
  width: 48.14815%;
}

#article .section.section_2 .inner .content.content_9 .item.float .float_r .figure {
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

#article .section.section_2 .inner .content.content_9 .item .figure {
  margin: 0;
}

#article .section.section_2 .inner .content.content_9 .item:last-of-type {
  margin: 1rem auto 0;
}

#article .section.section_2 .inner .content.content_11 {
  margin: 0 auto;
}

#article .section.section_2 .inner .content.content_11 .item.float {
  display: flex;
  justify-content: space-between;
}

#article .section.section_2 .inner .content.content_11 .item.float .float_l {
  margin: 0 1.85185% 0 0;
}

#article .section.section_2 .inner .content.content_11 .item.float .float_c {
  margin: 0 1.85185% 0 0;
}

#article .section.section_2 .inner .content.content_11 .item:last-of-type {
  margin: 0 auto 0;
}

#article .section.section_2 .link {
  width: 96.875%;
  padding: 1.5rem 0;
  margin: 0 auto;
  background: #252525;
}

#article .section.section_2 .link a,
#article .section.section_2 .link a:link {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-decoration: none;
  display: block;
  color: white;
  width: 93.54839%;
  padding: 0.5rem 0;
  margin: 0 auto;
  border: 1px solid white;
  border-radius: 4rem;
  box-sizing: border-box;
  position: relative;
}

#article .section.section_2 .link a span,
#article .section.section_2 .link a:link span {
  display: block;
}

#article .section.section_2 .link a span.txt,
#article .section.section_2 .link a:link span.txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0;
  color: #252525;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 500;
  width: 5rem;
  height: 5rem;
  padding: 0rem 0 0;
  background: white;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -0rem;
  transform: translateY(-50%) rotate(-20deg);
  box-sizing: border-box;
}

#article .section.section_2 .link a span.txt strong,
#article .section.section_2 .link a:link span.txt strong {
  display: block;
  letter-spacing: 0;
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0.25rem;
}

#article .section.section_2 .link a span.txt_2,
#article .section.section_2 .link a:link span.txt_2 {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.25;
  width: 79.31034%;
  margin: 0 0 0 20.68966%;
}

#article .section.section_2 .link a span.txt_2:before,
#article .section.section_2 .link a:link span.txt_2:before {
  content: "";
  display: block;
  width: 13.04348%;
  height: 6.25vw;
  margin: 0 4.34783% 0 0;
  background: url(../images/common/icon_mail.png) top center no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
}

/*
@mixin webfont( $weightF : 100 , $lineH : 1 ){
font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN","游ゴシック","游ゴシック体",YuGothic,"Yu Gothic","メイリオ", Meiryo, sans-serif;
font-weight: $weightF;
line-height: $lineH;
}
*/
@media screen and (min-device-width: 767px) {
  /* =================================================
   unique layout
================================================= */
  #container.page #article {
    padding: 0;
  }
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       aside
    ------------------------------------- */
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article .aside {
    /* -------------------------------------
           main
        */
    /* -------------------------------------
           banner_main
        */
    /* -------------------------------------
           banner_contact
        */
  }
  #article .aside.main .inner {
    width: 960px;
    margin: 0 auto;
		text-align: center;
  }
  #article .aside.main .inner .figure img {
    width: 100%;
  }
  #article .aside.main .inner .item {
		display: inline-block;
		margin: 20px 0;
		padding: 10px 10px 20px 30px;
		border: 1px solid #999;
		border-radius: 10px;
  }
  #article .aside.main .inner .item .h2.h2_1 {
    position: absolute;
    z-index: 1;
    top: 510px;
    left: 0;
		right: 0;
    letter-spacing: 0.075em;
    text-align: left;
    font-size: 3.0rem;
    line-height: 1.4;
    padding: 16px 0;
		text-shadow: 0px -2px 1px #FFF, 2px 0 1px #FFF, 0 2px 1px #FFF, -2px 0 1px #FFF, 2px 2px 1px #FFF, 2px -2px 1px #FFF, -2px 2px 1px #FFF, -2px -2px 1px #FFF;
  }
  #article .aside.main .inner .item .h2.h2_1 span {
    padding: 0 0 0 20px;
  }
  #article .aside.main .inner .item .h2.h2_1 span.txt_2 {
    letter-spacing: 0.075em;
    font-size: 2.4rem;
    margin: 10px 0 0;
  }
  #article .aside.main .inner .item .h3.h3_1 {
    padding: 0;
  }
  #article .aside.main .inner .item .h3.h3_1 span {
    letter-spacing: 0.4em;
    font-size: 5.6rem;
    line-height: 1;
  }
  #article .aside.main .inner .item .h3.h3_1 span.txt_2 {
    margin: 35px auto 0;
  }
  #article .aside.main .inner .item .h3.h3_1 span.txt_2 b:after {
    width: 7em;
    height: 7em;
    top: calc(50% + 0.2em);
    left: calc(50% - 1.1em);
  }
  #article .aside.main .inner .item .h3.h3_1 span.txt_2 b:nth-of-type(1):before {
    font-size: 1.6rem;
    width: 110px;
    height: 110px;
    left: calc(50% - 10px);
  }
  #article .aside.main .inner .item .h4.h4_1 {
    margin: 16px auto 0;
  }
  #article .aside.main .inner .item .h4.h4_1 span {
    font-size: 1.4rem;
    line-height: 1;
  }
  #article .aside.main .inner .item .h4.h4_1 span strong {
    font-size: 2.4rem;
    margin: 0 0 0 8px;
  }
  #article .aside.main .inner .item .h4.h4_1 span.txt_2 {
    margin: 0 0 0 14px;
  }
  #article .aside.main .inner .item .h4.h4_1 span.txt_2:before {
    margin: 0 14px 0 0;
    border: 7px solid transparent;
    border-right: 0 solid transparent;
    border-left: 13px solid white;
  }
  #article .aside.main .inner .item .link a,
  #article .aside.main .inner .item .link a:link {
    font-size: 2.1rem;
    width: 400px;
    padding: 11px 0 12px;
    margin: 10px auto 0;
  }
  #article .aside.main .inner .item .group {
    padding: 20px 0;
  }
  #article .aside.banner_main .inner {
    justify-content: center;
    width: 960px;
    padding: 24px 0 10px;
  }
  #article .aside.banner_main .inner .h3.h3_1 {
    letter-spacing: 0.025em;
    font-size: 2.8rem;
    line-height: 1;
    margin: 0 auto 20px;
  }
  #article .aside.banner_main .inner .h3.h3_1 span {
    font-weight: 500;
  }
  #article .aside.banner_main .inner .h3.h3_1 span.txt strong {
    font-size: 3rem;
    font-weight: 500;
  }
  #article .aside.banner_main .inner .tel {
    margin: 0 auto;
  }
  #article .aside.banner_main .inner .tel span {
    display: block;
    /*
                        &.txt_3{
                            letter-spacing: 0.075em;
                            font-size: 1.8rem;
                            margin: 1rem 0 0;
                        }
                        */
  }
  #article .aside.banner_main .inner .tel span.txt {
    letter-spacing: 0.075em;
    font-size: 1.8rem;
  }
  #article .aside.banner_main .inner .tel span.txt_2 {
    margin: 6px auto 0;
  }
  #article .aside.banner_main .inner .tel span.txt_2 strong {
    letter-spacing: 0.05em;
    font-size: 1.8rem;
  }
  #article .aside.banner_main .inner .tel span.txt_2 strong span {
    font-weight: 400;
  }
  #article .aside.banner_main .inner .item {
    width: 350px;
    height: 80px;
    padding: 20px 0 0 28px;
    position: relative;
    box-sizing: border-box;
  }
  #article .aside.banner_main .inner .item:before {
    width: 40px;
    height: 48px;
    margin: 0;
    background-size: 100% auto;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  #article .aside.banner_contact {
    margin: 60px auto;
  }
  #article .aside.banner_contact .h3.h3_0 span {
    text-align: center;
    font-weight: 500;
  }
  #article .aside.banner_contact .h3.h3_0 span.txt {
    font-size: 1.8rem;
    line-height: 1;
    padding: 0;
  }
  #article .aside.banner_contact .h3.h3_0 span.txt_2 {
    font-size: 3.2rem;
    margin: 20px 0 0;
  }
  #article .aside.banner_contact .group {
    width: 960px;
    margin: 0 auto 50px;
  }
  #article .aside.banner_contact .group.float {
    display: block;
    position: relative;
  }
  #article .aside.banner_contact .group.float .figure {
    width: 120px;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #article .aside.banner_contact .group.float .h3_0 {
    display: block;
    text-align: center;
    width: 100%;
  }
  #article .aside.banner_contact .group.float .h3_0 span.txt_2 {
    display: block;
  }
  #article .aside.banner_contact .inner {
    justify-content: center;
    width: 960px;
    padding: 40px 0 20px;
    border: 6px solid #252525;
  }
  #article .aside.banner_contact .inner .h3.h3_1 {
    font-size: 3.6rem;
    line-height: 1;
    margin: 0 auto 30px;
  }
  #article .aside.banner_contact .inner .h3.h3_1 span {
    font-weight: 500;
  }
  #article .aside.banner_contact .inner .h3.h3_1 span.txt {
    font-size: 2.1rem;
    font-weight: 600;
  }
  #article .aside.banner_contact .inner .h3.h3_1 span.txt_2 {
    margin: 30px auto 0;
  }
  #article .aside.banner_contact .inner .h3.h3_1 span.txt_2 strong {
    font-weight: 500;
  }
  #article .aside.banner_contact .inner .h4.h4_1 {
    width: 630px;
    padding: 22px 0 20px;
    margin: 0 auto 30px;
    border: 3px solid #4c4c4c;
    border-radius: 200px;
  }
  #article .aside.banner_contact .inner .h4.h4_1 span {
    line-height: 1;
    font-weight: 700;
  }
  #article .aside.banner_contact .inner .h4.h4_1 span.txt {
    text-indent: 0;
    font-size: 2.8rem;
    width: 100%;
    margin: 0;
  }
  #article .aside.banner_contact .inner .h4.h4_1 span.txt_2 {
    font-size: 1.8rem;
    width: 560px;
    margin: 12px 0 0;
  }
  #article .aside.banner_contact .inner .h4.h4_1:before, #article .aside.banner_contact .inner .h4.h4_1:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
		top: auto;
    bottom: 0;
		right: auto;
		margin-left: -1rem;
    border: 1.2rem solid transparent;
    border-bottom: 0 solid transparent;
    box-sizing: border-box;
		transform: none;
    z-index: 1;
	}
  #article .aside.banner_contact .inner .h4.h4_1:before {
		border-top: 2rem solid white;
		z-index: 2;
		bottom: -1.6rem;
  }
  #article .aside.banner_contact .inner .h4.h4_1:after {
		border-top: 2rem solid #4c4c4c;
		z-index: 1;
		bottom: -2rem;
  }
  #article .aside.banner_contact .inner .tel {
    width: 100%;
  }
  #article .aside.banner_contact .inner .tel span {
    display: block;
  }
  #article .aside.banner_contact .inner .tel span.txt {
    font-size: 1.8rem;
    font-weight: 500;
  }
  #article .aside.banner_contact .inner .tel span.txt_2 {
    padding: 0 0 0 14px;
    margin: 8px auto 0;
  }
  #article .aside.banner_contact .inner .tel span.txt_2 strong {
    letter-spacing: 0.0em;
    font-size: 3rem;
  }
  #article .aside.banner_contact .inner .tel span.txt_2 strong span {
    font-weight: 400;
  }
  #article .aside.banner_contact .inner .tel span.txt_3 {
    font-size: 1.4rem;
    line-height: 1;
    margin: 8px auto 0;
  }
  #article .aside.banner_contact .inner .chara {
    width: 240px;
    right: 0;
  }
  #article .aside.banner_contact .inner .item {
    width: 350px;
    padding: 20px 0 16px;
    margin: 0 5px 0;
    position: relative;
		color: #252525;
  }
  #article .aside.banner_contact .inner .item:before {
    content: "";
    display: block;
    width: 40px;
    height: 48px;
    background: url(../images/common/icon_sp.png) top center no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  #article .aside.banner_contact .link {
    width: 960px;
    padding: 14px 0 20px;
    margin: 0 auto;
  }
  #article .aside.banner_contact .link a,
  #article .aside.banner_contact .link a:link {
    width: 750px;
    height: 80px;
    padding: 24px 0 0;
    border-radius: 40px;
  }
  #article .aside.banner_contact .link a:after,
  #article .aside.banner_contact .link a:link:after {
    width: 15px;
    height: 15px;
    border-top: 3px solid white;
    border-right: 3px solid white;
    right: 35px;
  }
  #article .aside.banner_contact .link a span.txt,
  #article .aside.banner_contact .link a:link span.txt {
    font-size: 1.6rem;
    font-weight: 500;
    width: 100px;
    height: 100px;
    padding: 0.2rem 0 0;
  }
  #article .aside.banner_contact .link a span.txt strong,
  #article .aside.banner_contact .link a:link span.txt strong {
    font-size: 4rem;
    font-weight: 500;
  }
  #article .aside.banner_contact .link a span.txt_2,
  #article .aside.banner_contact .link a:link span.txt_2 {
    font-size: 2.4rem;
    line-height: 1;
    width: 460px;
    margin: 0 0 0 150px;
  }
  #article .aside.banner_contact .link a span.txt_2:before,
  #article .aside.banner_contact .link a:link span.txt_2:before {
    width: 40px;
    height: 28px;
    margin: 0 16px 0 0;
  }
  #article .section {
    /* -------------------------------------
           section_1
        */
    /* -------------------------------------
           section_2
        */
  }
  #article .section .inner {
    width: 960px;
    /* -------------------------------------
               content
            ------------------------------------- */
  }
  #article .section .inner .h3 span strong {
    font-weight: 700;
  }
  #article .section .inner .h3.h3_2 {
    letter-spacing: 0.075em;
    font-size: 3.6rem;
    font-weight: 700;
    margin: 0 auto 20px;
  }
  #article .section .inner .h3.h3_2 span.txt {
    font-weight: 500;
  }
  #article .section .inner .h3.h3_4 {
    font-size: 3.6rem;
    padding: 20px 0;
    margin: 0 auto 40px;
  }
  #article .section .inner .h3.h3_4 span.txt {
    font-weight: 500;
  }
  #article .section.section_1 .inner {
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.section_1 .inner .content {
    /* -------------------------------------
                       content_1
                    */
    /* -------------------------------------
                       content_2
                    */
    /* -------------------------------------
                       content_3
                    */
    /* -------------------------------------
                       content_4
                    */
    /* -------------------------------------
                       content_5
                    */
    /* -------------------------------------
                       content_6
                    */
    /* -------------------------------------
                       content_7
                    */
    /* -------------------------------------
                       content_8
                    */
    /* -------------------------------------
                       content_12
                    */
  }
  #article .section.section_1 .inner .content.content_1 {
    width: 880px;
    padding: 0;
    margin: 60px auto 0;
  }
  #article .section.section_1 .inner .content.content_1 .h3.h3_2 {
    padding: 0 0 14px;
  }
  #article .section.section_1 .inner .content.content_1 .h4.h4_1 {
    margin: 10px auto 0;
  }
  #article .section.section_1 .inner .content.content_1 .h4.h4_1 span.txt {
    font-size: 2.4rem;
    line-height: 1.75;
  }
  #article .section.section_1 .inner .content.content_1 p.lead {
    font-size: 2.1rem;
    margin: 14px 0 0;
  }
  #article .section.section_1 .inner .content.content_1 .item {
    width: 100%;
    margin: 20px auto 0;
  }
  #article .section.section_1 .inner .content.content_1 .item.float .float_l,
  #article .section.section_1 .inner .content.content_1 .item.float .float_r {
    width: 435px;
  }
  #article .section.section_1 .inner .content.content_1 .item.float .float_l {
    margin: 0;
  }
  #article .section.section_1 .inner .content.content_1 .item.float .float_c {
    margin: 0;
  }
  #article .section.section_1 .inner .content.content_1 .item.float:nth-of-type(2) {
    margin: 10px auto 0;
  }
  #article .section.section_1 .inner .content.content_1 .item.float:nth-of-type(2) .float_c,
  #article .section.section_1 .inner .content.content_1 .item.float:nth-of-type(2) .float_l,
  #article .section.section_1 .inner .content.content_1 .item.float:nth-of-type(2) .float_r {
    width: 287px;
  }
  #article .section.section_1 .inner .content.content_2 {
    width: 880px;
    margin: 60px auto 140px;
  }
  #article .section.section_1 .inner .content.content_2 .h3.h3_2 span.txt {
    font-size: 3rem;
    font-weight: 700;
  }
  #article .section.section_1 .inner .content.content_2 .h3.h3_2.color {
    letter-spacing: 0.05em;
    height: 7.5rem;
    margin: -30px auto 0;
  }
  #article .section.section_1 .inner .content.content_2 .h3.h3_2.color span.txt {
    font-size: 3.2rem;
  }
  #article .section.section_1 .inner .content.content_2 .h3.h3_2.color span.txt_2 {
    font-size: 2.1rem;
    margin: 10px auto 0;
  }
  #article .section.section_1 .inner .content.content_2 .h3.h3_2.color:before {
    border: 440px solid transparent;
    border-top: 140px solid rgba(0,0,0,0.2);
    top: 30px;
  }
  #article .section.section_1 .inner .content.content_2 .h4.h4_1 {
    width: 560px;
    padding: 30px 0;
    margin: 0 30px 20px 0;
    border-radius: 5em;
  }
  #article .section.section_1 .inner .content.content_2 .h4.h4_1 span.txt {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    width: 100%;
    margin: 0;
    left: 50px;
  }
  #article .section.section_1 .inner .content.content_2 .h4.h4_1:before, #article .section.section_1 .inner .content.content_2 .h4.h4_1:after {
    content: "";
    display: block;
    border: 1.2rem solid transparent;
    border-bottom: 0 solid transparent;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    left: 17.85714%;
  }
  #article .section.section_1 .inner .content.content_2 .h4.h4_1:before {
    border-top: 2rem solid white;
    z-index: 2;
    bottom: -1.6rem;
  }
  #article .section.section_1 .inner .content.content_2 .h4.h4_1:after {
    border-top: 2rem solid #4c4c4c;
    z-index: 1;
    bottom: -2rem;
  }
  #article .section.section_1 .inner .content.content_2 ul {
    width: 800px;
    padding: 40px 0;
  }
  #article .section.section_1 .inner .content.content_2 ul li {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    width: 680px;
    padding: 0 0 0 40px;
    margin: 0 auto 20px;
  }
  #article .section.section_1 .inner .content.content_2 ul li strong {
    font-weight: bold;
  }
  #article .section.section_1 .inner .content.content_2 ul li:before {
    width: 24px;
    height: 21px;
    top: -2px;
  }
  #article .section.section_1 .inner .content.content_2 ul li:last-of-type {
    margin: 0 auto;
  }
  #article .section.section_1 .inner .content.content_2 .figure {
    width: 220px;
    margin: 0;
  }
  #article .section.section_1 .inner .content.content_2 .item {
    padding: 40px 0 0;
  }
  #article .section.section_1 .inner .content.content_2 .item:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #article .section.section_1 .inner .content.content_2 .item:last-of-type {
    padding: 2rem 0;
  }
  #article .section.section_1 .inner .content.content_3 {
    width: 880px;
    padding: 0;
    margin: 60px auto 0;
  }
  #article .section.section_1 .inner .content.content_3 .item:last-of-type {
    margin: 0 auto;
  }
  #article .section.section_1 .inner .content.content_3 .item.item_1 .h4.h4_1 span.txt {
    font-size: 2.1rem;
    line-height: 1;
    font-weight: 700;
  }
  #article .section.section_1 .inner .content.content_3 .item.item_1 ul.nolist {
    letter-spacing: 0.025em;
    width: 830px;
    padding: 0;
    margin: 20px auto 0;
  }
  #article .section.section_1 .inner .content.content_3 .item.item_1 ul.nolist li {
    font-size: 1.8rem;
    font-weight: 700;
    width: 200px;
    height: 44px;
    padding: 1px 0 0;
    border: 2px solid #4c4c4c;
  }
  #article .section.section_1 .inner .content.content_3 .item.item_1 .group {
    bottom: 30px;
  }
  #article .section.section_1 .inner .content.content_4 {
    width: 960px;
    margin: 80px auto 0;
    border: 6px solid #252525;
  }
  #article .section.section_1 .inner .content.content_4 .h3.h3_2 {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
  #article .section.section_1 .inner .content.content_4 .h3.h3_2 span.txt {
    font-size: 3.6rem;
    line-height: 1.25;
    width: 790px;
  }
  #article .section.section_1 .inner .content.content_4 .h3.h3_2:before, #article .section.section_1 .inner .content.content_4 .h3.h3_2:after {
    height: 140px;
  }
  #article .section.section_1 .inner .content.content_4 .h4.h4_1 {
    width: 250px;
    padding: 20px 0;
    margin: 40px 0 0;
  }
  #article .section.section_1 .inner .content.content_4 .h4.h4_1:nth-of-type(1) {
    margin: 0 200px 0 20px;
  }
  #article .section.section_1 .inner .content.content_4 .h4.h4_1:nth-of-type(2) {
    margin: 0 5px -10px 0;
  }
  #article .section.section_1 .inner .content.content_4 .h4.h4_1:nth-of-type(3) {
    margin: 40px 0 40px;
    transform: none;
  }
  #article .section.section_1 .inner .content.content_4 .h4.h4_1:nth-of-type(4) {
    margin: 40px 10px 0 0;
    transform: none;
  }
  #article .section.section_1 .inner .content.content_4 .h4.h4_1 span.txt {
    font-size: 2.4rem;
    line-height: 1.25;
  }
  #article .section.section_1 .inner .content.content_4 .item {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #article .section.section_1 .inner .content.content_4 .item .figure {
    height: auto;
  }
  #article .section.section_1 .inner .content.content_4 .item .figure img {
    width: 100%;
    position: static;
    transform: none;
  }
  #article .section.section_1 .inner .content.content_4 .item .group {
    align-items: flex-end;
    width: 900px;
    bottom: 16px;
  }
  #article .section.section_1 .inner .content.content_5 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 960px;
    padding: 0;
    margin: 80px auto 0;
  }
  #article .section.section_1 .inner .content.content_5 .h3.h3_2 {
    padding: 20px 0;
    margin: 0 auto 40px;
  }
  #article .section.section_1 .inner .content.content_5 .h4.h4_1 {
    height: auto;
  }
  #article .section.section_1 .inner .content.content_5 .h4.h4_1 span.num {
    align-items: center;
    font-size: 10rem;
    font-weight: 100;
  }
  #article .section.section_1 .inner .content.content_5 .h4.h4_1 span.num:after {
    height: 80px;
    margin: 11px 0 0 22px;
    transform: rotate(20deg);
  }
  #article .section.section_1 .inner .content.content_5 .h4.h4_1 span.txt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 9px 0 0 0;
  }
  #article .section.section_1 .inner .content.content_5 .figure {
    border: 2px solid #4c4c4c;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
  }
  #article .section.section_1 .inner .content.content_5 .figure:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #4c4c4c;
    position: absolute;
    z-index: -1;
    top: 1rem;
    left: 1rem;
  }
  #article .section.section_1 .inner .content.content_5 .item {
    width: 430px;
    margin: 0 10px 40px;
  }
  #article .section.section_1 .inner .content.content_6 {
    width: 960px;
    padding: 40px 0;
    margin: 80px auto 0;
  }
  #article .section.section_1 .inner .content.content_6 .h3.h3_3 {
    font-size: 3.6rem;
    font-weight: 700;
    margin: 0 auto 30px;
  }
  #article .section.section_1 .inner .content.content_6 .h3.h3_3 span.txt {
    font-size: 2.1rem;
    font-weight: 500;
  }
  #article .section.section_1 .inner .content.content_6 .h3.h3_3 span.txt_2 {
    font-weight: 500;
    margin: 30px 0 0;
  }
  #article .section.section_1 .inner .content.content_6 .h4.h4_1 span {
    font-weight: 500;
  }
  #article .section.section_1 .inner .content.content_6 .h4.h4_1 span.txt {
    font-size: 1.4rem;
  }
  #article .section.section_1 .inner .content.content_6 .figure {
    margin: 0;
  }
  #article .section.section_1 .inner .content.content_6 .item {
    width: 430px;
    margin: 20px 10px 0;
  }
  #article .section.section_1 .inner .content.content_7 {
    width: 960px;
    padding: 40px 0 55px;
    margin: 80px auto 0;
  }
  #article .section.section_1 .inner .content.content_7 .h3.h3_3 {
    font-size: 3.6rem;
    font-weight: 700;
    width: 640px;
    padding: 0 0 20px;
    margin: 0 auto 20px;
  }
  #article .section.section_1 .inner .content.content_7 .h3.h3_3 span.txt {
    font-size: 2.4rem;
    font-weight: 500;
  }
  #article .section.section_1 .inner .content.content_7 .h3.h3_3 span.txt_2 {
    font-weight: 500;
    margin: 30px 0 0;
  }
  #article .section.section_1 .inner .content.content_7 p.lead {
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner .content.content_7 .item {
    width: 780px;
  }
  #article .section.section_1 .inner .content.content_7 .item:last-of-type {
    margin: 20px auto 0;
  }
  #article .section.section_1 .inner .content.content_8 {
    width: 960px;
    padding: 40px 0;
    margin: 80px auto 0;
  }
  #article .section.section_1 .inner .content.content_8 .h3.h3_3 {
    font-size: 3.6rem;
    font-weight: 700;
    width: 640px;
    margin: 0 auto 30px;
  }
  #article .section.section_1 .inner .content.content_8 .h3.h3_3 span.txt {
    font-size: 2.1rem;
    font-weight: 500;
  }
  #article .section.section_1 .inner .content.content_8 .h3.h3_3 span.txt_2 {
    font-weight: 500;
    padding: 0 0 20px;
    margin: 40px 0 20px;
  }
  #article .section.section_1 .inner .content.content_8 .h3.h3_3 span.txt_3 {
    font-size: 2.1rem;
    font-weight: 500;
  }
  #article .section.section_1 .inner .content.content_8 .h4.h4_2 {
    width: 100px;
    padding: 6px 0 2px;
    margin: 0 0 20px;
    position: relative;
  }
  #article .section.section_1 .inner .content.content_8 .h4.h4_2 span.txt {
    font-size: 1.4rem;
  }
  #article .section.section_1 .inner .content.content_8 .h4.h4_2:after {
    width: 20px;
    border: 10px solid transparent;
    border-top: 0 solid transparent;
    border-bottom: 10px solid #252525;
    right: -10px;
  }
  #article .section.section_1 .inner .content.content_8 .item {
    width: 880px;
    margin: 10px auto 40px;
  }
  #article .section.section_1 .inner .content.content_8 .item.float .float_l,
  #article .section.section_1 .inner .content.content_8 .item.float .float_r {
    width: 430px;
  }
  #article .section.section_1 .inner .content.content_8 .item:last-of-type {
    margin: 10px auto 0;
  }
  #article .section.section_1 .inner .content.content_12 {
    width: 960px;
    padding: 60px 0 40px;
    margin: 80px auto;
  }
  #article .section.section_1 .inner .content.content_12 .h3.h3_3 {
    font-size: 3rem;
    width: 640px;
    padding: 0 0 20px;
    margin: 0 auto 40px;
  }
  #article .section.section_1 .inner .content.content_12 .h3.h3_3 span.txt {
    font-weight: 500;
  }
  #article .section.section_1 .inner .content.content_12 .h4.h4_2 {
    margin: 0;
  }
  #article .section.section_1 .inner .content.content_12 .h4.h4_2 span.txt {
    font-size: 1.6rem;
    font-weight: 300;
    padding: 5px 16px;
  }
  #article .section.section_1 .inner .content.content_12 .h4.h4_2 span.txt_2 {
    font-size: 3rem;
    font-weight: 300;
    padding: 0 0 0 30px;
    margin: 20px 0 14px;
  }
  #article .section.section_1 .inner .content.content_12 .h4.h4_2 span.txt_2:before {
    border-left: 5px solid #cccccc;
  }
  #article .section.section_1 .inner .content.content_12 p {
    margin: 0 0 8px;
  }
  #article .section.section_1 .inner .content.content_12 p.property {
    font-size: 1.2rem;
    line-height: 1.75;
    margin: 0;
  }
  #article .section.section_1 .inner .content.content_12 p.property strong {
    font-weight: bold;
  }
  #article .section.section_1 .inner .content.content_12 .item {
    width: 780px;
    margin: 0 auto 20px;
  }
  #article .section.section_1 .inner .content.content_12 .item.float .float_l {
    width: 300px;
  }
  #article .section.section_1 .inner .content.content_12 .item.float .float_r {
    width: 460px;
  }
  #article .section.section_1 .inner .content.content_12 .item .figure {
    height: auto;
    margin: 0;
  }
  #article .section.section_1 .inner .content.content_12 .item:last-of-type {
    margin: 0 auto 0;
  }
  #article .section.section_2 {
    width: 960px;
    padding: 40px 0;
    margin: 80px auto 0;
  }
  #article .section.section_2 .inner {
    width: 880px;
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.section_2 .inner .h3.h3_3 {
    font-size: 3.6rem;
    margin: 0 auto 30px;
  }
  #article .section.section_2 .inner .h3.h3_3 span.txt {
    font-size: 2.1rem;
    font-weight: 500;
  }
  #article .section.section_2 .inner .h3.h3_3 span.txt_2 {
    font-weight: 500;
    margin: 30px 0 0;
  }
  #article .section.section_2 .inner .h3.h3_3:before, #article .section.section_2 .inner .h3.h3_3:after {
    height: 140px;
  }
  #article .section.section_2 .inner .h3.h3_3:before {
    left: 40px;
    transform: translateY(-50%) rotate(-30deg);
  }
  #article .section.section_2 .inner .h3.h3_3:after {
    right: 40px;
    transform: translateY(-50%) rotate(30deg);
  }
  #article .section.section_2 .inner .content {
    width: 100%;
    padding: 40px 0;
    margin: 0 auto 40px;
    /* -------------------------------------
                       content_9
                    */
    /* -------------------------------------
                       content_10
                    */
    /* -------------------------------------
                       content_11
                    */
  }
  #article .section.section_2 .inner .content .h4.h4_2 {
    display: flex;
    width: 760px;
    padding: 0;
  }
  #article .section.section_2 .inner .content .h4.h4_2 span {
    height: 47px;
  }
  #article .section.section_2 .inner .content .h4.h4_2 span.txt {
    align-items: center;
    font-size: 3rem;
    width: auto;
    padding: 8px 5px 0 8px;
  }
  #article .section.section_2 .inner .content .h4.h4_2 span.txt strong {
    font-size: 3.8rem;
    padding: 0 0 0 6px;
    margin: 0 0 4px 4px;
  }
  #article .section.section_2 .inner .content .h4.h4_2 span.txt_2 {
    font-size: 2.8rem;
    padding: 11px 5px 0 10px;
    margin: 0 0 0 5px;
  }
  #article .section.section_2 .inner .content p.lead {
    font-size: 1.4rem;
    line-height: 1.75;
    width: 760px;
    margin: 14px auto 0;
  }
  #article .section.section_2 .inner .content .figure {
    width: 760px;
    margin: 20px auto 0;
  }
  #article .section.section_2 .inner .content .item {
    width: 760px;
    margin: 20px auto;
  }
  #article .section.section_2 .inner .content .item .figure {
    margin: 0;
  }
  #article .section.section_2 .inner .content .item:last-of-type {
    margin: 20px auto 0;
  }
  #article .section.section_2 .inner .content.content_9 .item.float {
    flex-wrap: nowrap;
  }
  #article .section.section_2 .inner .content.content_9 .item.float .float_l {
    display: flex;
    align-items: center;
    width: 280px;
    margin: 0;
    border: 1px solid #4c4c4c;
  }
  #article .section.section_2 .inner .content.content_9 .item.float .float_l .tel {
    margin: 0;
  }
  #article .section.section_2 .inner .content.content_9 .item.float .float_l .tel span.txt {
    font-size: 1.8rem;
    font-weight: 500;
  }
  #article .section.section_2 .inner .content.content_9 .item.float .float_l .tel span.txt_2 {
    margin: 6px auto 0;
    transform: translateX(-4px);
  }
  #article .section.section_2 .inner .content.content_9 .item.float .float_l .tel span.txt_2 strong {
    letter-spacing: 0;
    font-size: 3rem;
  }
  #article .section.section_2 .inner .content.content_9 .item.float .float_l .tel span.txt_2 strong span {
    font-weight: 400;
  }
  #article .section.section_2 .inner .content.content_9 .item.float .float_l .tel span.txt_2:before {
    width: 30px;
    height: 36px;
    margin: 0 5px 0 0;
    transform: translateY(-3px);
  }
  #article .section.section_2 .inner .content.content_9 .item.float .float_l .tel span.txt_3 {
    letter-spacing: 0.05em;
    font-size: 1.4rem;
    line-height: 1;
    margin: 6px auto 0;
    transform: translateX(0.2em);
  }
  #article .section.section_2 .inner .content.content_9 .item.float .float_c,
  #article .section.section_2 .inner .content.content_9 .item.float .float_r {
    width: 230px;
  }
  #article .section.section_2 .inner .content.content_9 .item:last-of-type {
    margin: 20px auto 0;
  }
  #article .section.section_2 .inner .content.content_10 .item.float .float_l {
    margin: 0 10px 0 0;
  }
  #article .section.section_2 .inner .content.content_10 .item.float .float_c {
    margin: 0 10px 0 0;
  }
  #article .section.section_2 .inner .content.content_10 .item:last-of-type {
    margin: 20px auto 0;
  }
  #article .section.section_2 .link {
    width: 960px;
    padding: 14px 0 14px;
    margin: 14px auto;
  }
  #article .section.section_2 .link a,
  #article .section.section_2 .link a:link {
    width: 750px;
    height: 80px;
    padding: 24px 0 0;
    border-radius: 40px;
  }
  #article .section.section_2 .link a span.txt,
  #article .section.section_2 .link a:link span.txt {
    font-size: 1.6rem;
    font-weight: 500;
    width: 100px;
    height: 100px;
    padding: 0 0 8px;
  }
  #article .section.section_2 .link a span.txt strong,
  #article .section.section_2 .link a:link span.txt strong {
    font-size: 3.2rem;
    font-weight: 500;
    margin: 8px 0 0;
  }
  #article .section.section_2 .link a span.txt_2,
  #article .section.section_2 .link a:link span.txt_2 {
    font-size: 2.4rem;
    line-height: 1;
    width: 460px;
    margin: 0 0 0 150px;
  }
  #article .section.section_2 .link a span.txt_2:before,
  #article .section.section_2 .link a:link span.txt_2:before {
    width: 40px;
    height: 28px;
    margin: 0 16px 0 0;
  }
}
