@charset "utf-8";
/* CSS Document */

/*
* "Zen Maru Gothic" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Zen+Maru+Gothic

@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ZMG-400.woff2') format('woff2'),
    url('fonts/ZMG-400.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/ZMG-700.woff2') format('woff2'),
    url('fonts/ZMG-700.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Zen Maru Gothic vt';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/ZMG-700-vertical.woff2') format('woff2'),
    url('fonts/ZMG-700-vertical.woff') format('woff');
  font-display: swap;
}
*/
/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  font-size: 100%;
}

ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  vertical-align: top;
}

li {
  list-style-type: none;
  vertical-align: baseline;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*--------------------------------------
　Base
---------------------------------------*/
* {
  box-sizing: border-box;
}
img {
  -webkit-backface-visibility: hidden;
}

body {
  font-family: 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', Meiryo,
    'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.9;
  color: #314349;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #314349;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p a {
  text-decoration: underline;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.strong {
  font-weight: bold;
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f150 {
  font-size: 150%;
}

.f200 {
  font-size: 200%;
}

.f300 {
  font-size: 300%;
}

/* Micro clearfix */

/* For modern browsers */
.cf:before,
.cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

.flImg {
  float: left;
}
.frImg {
  float: right;
}

h1,
h2 {
  position: relative;
  font-family: 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', Meiryo,
    'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  padding: 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', Meiryo,
    'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  padding: 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.sttl {
  position: relative;
  margin: 0 0 12px;
  font-size: 2.2rem;
  font-family: 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', Meiryo,
    'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.catch {
  position: relative;
  margin: 0 0 12px;
  font-size: 2.2rem;
  font-family: 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', Meiryo,
    'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.fontS {
  font-size: 67%;
}
.fontL {
  font-size: 110%;
}

.fontBold {
  font-weight: 700;
}

.fontLs0 {
  letter-spacing: 0;
}

html {
  font-size: 62.5%;
}

/*------------
600px--common
------------*/

.sp,
.sp_br {
  display: none !important;
}
.sp2 {
  display: none;
}

body {
  position: relative;
  width: 100%;
  min-width: 1000px;
}

.forTab {
  overflow: hidden;
}

a {
  transition: all 0.2s ease-in-out;
}
a:hover,
a:hover img {
  opacity: 0.7;
}

.mainWrap h1 a,
.mainWrap h2 a,
.mainWrap h3 a,
.mainWrap h4 a,
.mainWrap h5 a,
.mainWrap h6 a {
  text-decoration: none;
}

.areaInner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

/*--------------------------------------
　body_PC
---------------------------------------*/
body {
}

/*--------------------------------------
　header_PC
---------------------------------------*/
#header {
  position: relative;
  z-index: 12;
  overflow: visible;
  height: 320px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 231, 206, 1) 50%
  );
  padding: 8px 30px 10px;
}

#header::before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url('./img/wave1.svg') 0 0 no-repeat;
  background-size: 100% 80px;
}

#header::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background: url('./img/head_deco.png') 50% 0 no-repeat;
}

#header .sps,
#header .siteName,
#header .siteName a {
  position: relative;
  z-index: 1;
  text-align: right;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
}

/*--------------------------------------
　headLogo_PC
---------------------------------------*/
.headLogo {
  position: absolute;
  z-index: 15;
  top: -22px;
  left: 50px;
  width: 328px;
}
.headLogo .logo {
}
#header .headLogo .sps {
  position: absolute;
  /*left: 82px;*/
  bottom: 28px;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
}

/*--------------------------------------
　pankuzu_PC
---------------------------------------*/
#pankuzuWrap {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 150px 0 30px;
}
#pankuzu {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0 15px;
  font-size: 1.2rem;
  color: #666;
  font-feature-settings: normal;
  letter-spacing: 0;
}
#pankuzu a {
  text-decoration: underline;
  color: #666;
}

/*--------------------------------------
　mokuji_PC
---------------------------------------*/

.mokuji {
  position: relative;
  width: 800px;
  margin: 30px auto;
}
.mokuji::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 27px;
  left: 90px;
  width: 46px;
  height: 15px;
  background: url('./img/eng_idx.svg') 0 0 no-repeat;
  background-size: 46px auto;
}
.mokuji::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 15px;
  right: 30px;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
}
.mokuji .sttl {
  margin: 0;
  padding: 15px 30px;
  background: #533b2d;
  border-radius: 15px 15px 0 0;
  font-size: 2.2rem;
  color: #fff;
}
.mokuji .sttl.tglMenu::before {
  content: '';
  display: inline-block;
  z-index: 1;
  width: 16px;
  height: 1px;
  background-color: #533b2d;
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}
.mokuji .sttl.tglMenu::after {
  content: '';
  display: inline-block;
  z-index: 1;
  width: 16px;
  height: 1px;
  background-color: #533b2d;
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.5s;
}
.mokuji .sttl.open::before {
  opacity: 0;
}
.mokuji .sttl.open::after {
  transform: translateY(-50%) rotate(-180deg);
}
.mokuji .sttl:hover {
  cursor: pointer;
}

.mokuji #toc {
  position: relative;
  padding: 20px 40px 30px;
  border: 3px solid #cccccc;
  border-top: none;
  border-radius: 0 0 15px 15px;
}

.mokuji ul {
  margin: 0;
  padding: 0;
}
.mokuji ul li {
  position: relative;
  margin: 0;
  padding: 1px 0 1px 2.5rem;
  text-align: left;
  line-height: 1.6;
}

.mokuji ul li::before {
  width: 0;
  height: 0;
  background: none;
  border: none;
}

.mokuji #toc > ul > li {
  counter-increment: count;
}
.mokuji #toc > ul > li::after {
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 16px;
  left: 0;
  transform: translate(0, -50%);
  font-size: 1.8rem;
  font-weight: 700;
  color: #e84000;
}

.mokuji #toc ul ul li {
  padding: 0 0 0 5rem;
}
.mokuji #toc ul ul li::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 3.5rem;
  width: 8px;
  height: 100%;
  background: url('./img/l_deco.png') 0 6px no-repeat;
  background-size: 8px auto;
}

.mokuji li a {
  padding: 0;
  width: 0;
  background: none;
  font-weight: 700;
  text-decoration: none;
}
.mokuji li a:last-child {
  display: inline-block;
  width: auto;
  padding: 4px 0 6px;
  font-size: 1.6rem;
  font-weight: 700;
}

.mokuji li br {
  display: none;
}

/*--------------------------------------
　page-top_PC
---------------------------------------*/
#page-top {
  position: fixed;
  z-index: 101;
  bottom: 30px;
  right: 30px;
  width: 70px;
}

#page-top {
  transition: 0.3s;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
/*このクラスが付与されると表示する*/
#page-top.active {
  opacity: 1;
  visibility: visible;
}
/*このクラスが付与されると停止する*/
#page-top.absolute {
}

/*--------------------------------------
　fixBan_PC
---------------------------------------*/
#fixBan {
  position: fixed;
  z-index: 101;
  bottom: 130px;
  right: 0;

  transition: 0.3s;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
/*このクラスが付与されると表示する*/
#fixBan.active {
  opacity: 1;
  visibility: visible;
}
/*このクラスが付与されると停止する*/
#fixBan.absolute {
  /*position: absolute;
z-index: 10000;
top: -300px;
bottom: auto;
opacity: 0;*/
}

/*--------------------------------------
　Global Nav
---------------------------------------*/
#sp_nav {
  display: none;
}

/*--------------------------------------
　Global Nav
---------------------------------------*/
#gNav_pc {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;

  transition: 0.3s;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
/*このクラスが付与されると表示する*/
#gNav_pc.active {
  opacity: 1;
  visibility: visible;
}

/* ハンバーガーメニュー */

#gNav_pc #showRight2 {
  z-index: 10000;
}

#gNav_pc button {
  transition: all 0.2s ease-in-out;
}
#gNav_pc button:hover {
  opacity: 0.7;
}
#gNav_pc button.active {
  background: url(./img/sp-btn-menu_off.png) 0 0 no-repeat;
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
}
#gNav_pc button.active img {
  opacity: 0;
}

/* General styles for all menus */
.cbp-spmenu {
  position: fixed;
  padding: 140px 0 0;
  background: #53443b;
}

.cbp-spmenu #mainMenu2 {
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  position: relative;
  z-index: 1;
  overflow: auto;
  margin: 0 0;
  height: 100%;
}
.cbp-spmenu #mainMenu2::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}

.cbp-spmenu a {
  display: block;
  padding: 14px 20px 14px 4px;
  text-decoration: none;
  line-height: 1.3;
  cursor: pointer;
  color: #fff;
}
.cbp-spmenu .sttl {
  margin: 0;
  font-size: 1.6rem;
}
.cbp-spmenu .sttl a {
  position: relative;
  background: url(./img/arrow_wt.svg) 96% 50% no-repeat;
  background-size: 16px auto;
}

/*.cbp-spmenu .sttl.tglMenu a {
background: url("./img/arrow2_down.svg") 95% 50% no-repeat;
background-size: 13px auto;
}

.cbp-spmenu .sttl.open a {
background: url("./img/arrow2_up.svg") 95% 50% no-repeat;
background-size: 13px auto;
}*/

.cbp-spmenu .sttl.tglMenu a {
  background: none;
}
.cbp-spmenu .sttl.tglMenu a::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}
.cbp-spmenu .sttl.tglMenu a::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.5s;
}
.cbp-spmenu .sttl.open a::before {
  opacity: 0;
}
.cbp-spmenu .sttl.open a::after {
  transform: translateY(-50%) rotate(-180deg);
}

.cbp-spmenu .home a {
  background: url(./img/arrow_wt.svg) 96% 50% no-repeat;
  background-size: 16px auto;
}

.cbp-spmenu li a {
  background: url(./img/arrow_wt.svg) 96% 50% no-repeat #655348;
  background-size: 16px auto;
  padding: 14px 50px 14px calc(14px + 1em);
}

.cbp-spmenu a:hover {
  opacity: 0.7;
}
.cbp-spmenu a:active {
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
  width: 500px;
  height: 100%;
  top: 0;
  z-index: -1;
}
.cbp-spmenu-vertical a {
  border-bottom: 1px solid #cccccc;
  padding: 14px 50px 14px 14px;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-right {
  opacity: 0;
  right: -500px;
  /*right: 0;*/
}
.cbp-spmenu-right.cbp-spmenu-open {
  opacity: 1;
  right: 0;
  z-index: 1000;
}

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  transition: all 0.5s ease;
}

#gNav_pc .accChild {
  display: none;
}

/*--------------------------------------
　Main Contents_PC
---------------------------------------*/

#contents {
  position: relative;
  z-index: 14;
  width: 100%;
  padding: 0 0 0;
  /*overflow-x: hidden;*/
}

.mainWrap {
  position: relative;
  z-index: 1;
  padding: 0 0 50px;
}

.smappage {
}

.index {
  width: 100%;
  padding: 50px 0 100px;
}
.index a,
.mainWrap a {
  display: block;
}
.index p,
.mainWrap p {
  letter-spacing: 0.1em;
}

.index p a,
.mainWrap p a,
.index li a,
.mainWrap li a,
.index td a,
.mainWrap td a {
  display: inline;
}

/*--------------------------------------
　Footer_PC
---------------------------------------*/

footer {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #53443b;
}

footer .footInner {
  width: 80vw;
  min-width: 1000px;
  margin: 0 auto;
  padding: 75px 0 20px;
}

footer .about {
  margin: 0 0 70px;
  padding: 40px 50px 20px;
  border: 4px solid #fff0e0;
  border-radius: 15px;
  color: #fff;
}
footer .about .sttl {
  width: 450px;
  float: left;
  padding: 55px 0 0;
  background: url('./img/eng_about.svg') 0 10px no-repeat;
}
footer .about .txtArea {
  width: calc(100% - 450px);
  float: right;
}
footer .about p {
  line-height: 2.1;
}
footer .about a {
  background: url(./img/arrow_ccl_wt.svg) 99% calc(50% + 0px) no-repeat;
  background-size: 17px auto;
  color: #fff;
}

footer .footInner .areaL {
  width: 445px;
  float: left;
}

.footLogo {
  position: relative;
  width: 392px;
  margin: 0 auto 25px;
}
.footLogo .sps {
  position: absolute;
  /*left: 82px;*/
  bottom: 32px;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
}

footer .noticeArea {
  color: #fff;
}
footer .noticeArea p {
  font-size: 1.2rem;
}
footer .noticeArea p:nth-child(1) {
}
footer .noticeArea .botPrg {
  padding: 12px 0 0;
}

footer .footInner .areaR {
  width: calc(100% - 540px);
  float: right;
}

footer .footBox {
  position: relative;
  z-index: 9;
  margin: 0 0 30px;
  text-align: left;
}

.footBox .sttl {
  margin: 0 0 12px;
  padding: 0 0 10px;
  border-bottom: 1px solid #a6978a;
}
.footBox .sttl a {
  position: relative;
  display: block;
  padding: 4px 0 4px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #fff;
}

footer .smap .sttl a {
  font-size: 1.8rem;
}

.footBox > ul {
  padding: 0 0;
}
.footBox li {
  display: inline-block;
}

.footBox li ul {
}

.footBox li a {
  font-size: 1.5rem;
  color: #fff;
}
.footBox li:after {
  content: '　/　';
  color: #fff;
}
.footBox li:last-child:after {
  content: '';
}

.footBox li.subCat {
  display: inline;
  margin: 0 20px 0 0;
}
.footBox li.subCat:after {
  content: '';
}
.footBox li.subCat > a {
}
.footBox li.subCat > a:after {
}
.footBox ul.subList {
  display: inline;
}

.footBox ul.subList > li:first-child::before {
  content: '：';
  color: #fff;
}
.footBox ul.subList li:after {
  content: ' / ';
  color: #fff;
}
.footBox ul.subList li:last-child::after {
  content: '';
}
.footBox ul.subList a {
  font-weight: 400;
}

footer .botArea {
  position: relative;
  width: 80vw;
  min-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 30px;
}
footer .botArea .botInner {
}
footer .botArea .copy {
  padding: 0 0 30px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}
footer .botArea .copy a {
  text-decoration: none;
  color: #fff;
}
footer .botArea .btn-link2 {
  position: absolute;
  bottom: 20px;
  right: 0;
}
footer .botArea .btn-link2 a {
  background: url(./img/arrow_ccl_wt.svg) 99% calc(50% + 0px) no-repeat;
  background-size: 17px auto;
  color: #fff;
}

/*--------------------------------------
　h1Area_PC
---------------------------------------*/
.h1Area {
  padding: 0 0 40px;
}
.h1Box {
  position: relative;
  z-index: 2;
  margin: 0 0 40px;
  padding: 0px 0 10px;
}
.h1Box::before {
  content: '';
  position: absolute;
  top: -30px;
  left: -100px;
  width: 240px;
  height: 200px;
  background: url('./img/h1_deco.png') 0 0 no-repeat;
  background-size: 240px auto;
}

.h1Box h1 {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 25px;
  font-size: 4.8rem;
}
.h1Box h1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url('./img/wave_deco.svg') 0 100% no-repeat;
  background-size: 84px auto;
}

.h1Box .cap {
  font-size: 1.2rem;
}

/* ================== */
/*  PC共通パーツ　*/
/* ================== */
/* p */
.mainWrap p,
.index p {
  margin: 10px 0;
  padding: 0 0;
  word-break: break-all;
  line-height: 1.9;
  color: black;
}

.mainWrap h2 {
  position: relative;
  margin: 60px 0 30px;
  padding: 16px 20px 18px 36px;
  background: #ffeb71;
  border-radius: 10px;
  font-size: 3.4rem;
}
.mainWrap h2::before {
  content: '';
  position: absolute;
  top: calc(50% - 18px);
  left: -18px;
  width: 36px;
  height: 36px;
  background: rgb(255 255 255 / 61%);
  border-radius: 50%;
}
.mainWrap h2::after {
}
.mainWrap h2 a {
  position: relative;
  display: block;
  padding: 0 45px 0 0;
}
.mainWrap h2 a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 100%;
  background: url('./img/arrow_ccl.svg') 99% 50% no-repeat;
  background-size: 32px auto;
}

.mainWrap h3 {
  position: relative;
  margin: 50px 0 20px;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 2.8rem;
}
.mainWrap h3::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -14px;
  left: -20px;
  width: 84px;
  height: 70px;
  background: url('./img/h3_deco.png') 0 0 no-repeat;
  background-size: 84px auto;
}
.mainWrap h3 a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 45px 0 0;
}
.mainWrap h3 a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 100%;
  background: url('./img/arrow_ccl.svg') 99% 50% no-repeat;
  background-size: 32px auto;
}

.mainWrap h4,
.mainWrap h5,
.mainWrap h6 {
  position: relative;
  margin: 40px 0 20px;
  padding: 10px 10px 12px 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 2.2rem;
}
.mainWrap h4::before,
.mainWrap h5::before,
.mainWrap h6::before {
}
.mainWrap h4 a,
.mainWrap h5 a,
.mainWrap h6 a {
  position: relative;
  display: block;
  padding: 0 40px 0 0;
}
.mainWrap h4 a::before,
.mainWrap h5 a::before,
.mainWrap h6 a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: url('./img/arrow_ccl.svg') 99% 50% no-repeat;
  background-size: 30px auto;
}

/* ulol */
.mainWrap ul,
.index ul,
#mainVis ul {
  margin: 20px 0 20px;
  padding: 10px 10px 0;
}
.mainWrap ul li,
.index ul li,
#mainVis ul li {
  position: relative;
  padding: 3px 0 3px 20px;
}
.mainWrap ul li::before,
.index ul li::before {
  position: absolute;
  content: '';
  top: 11px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: #3ca0aa;
  border-radius: 50%;
}

.mainWrap ol {
  margin: 20px 0 20px;
  padding: 10px 10px 0;
}
.mainWrap ol li {
  padding: 3px 0 3px 22px;
  list-style: none;
  position: relative;
  counter-increment: number;
}

.mainWrap ol li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 12px;
  padding: 2px 0 2px;
  background: #533b2d;
  color: #fff;
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 1;
  font-size: 1.2rem;
  font-family: Arial, Helvetica, ' sans-serif';
  font-weight: 700;
}

.mainWrap ol li::before {
  content: counter(number);
}

.mainWrap li a,
.index li a {
  text-decoration: underline;
}
.mainWrap li a:hover,
.index li a:hover {
  text-decoration: none;
}

/* btns */
.btn-internal,
.btn-web,
.btn-tel {
  position: relative;
  z-index: 1;
  margin: 30px auto;
  text-align: center;
}
.btn-internal a,
.btn-web a,
.btn-tel a {
  position: relative;
  display: inline-block !important;
  width: 400px;
  padding: 26px 60px 26px;
  box-shadow: 0 8px 10px rgba(83, 59, 45, 0.15);
  border-radius: 9999px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}

.btn-internal a::before,
.btn-web a::before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  right: 20px;
  width: 24px;
  height: 100%;
  background: url('./img/arrow_ccl_wt.svg') 99% calc(50% - 0px) no-repeat;
  background-size: 24px auto;
}

.btn-internal a {
  overflow: hidden;
  z-index: 9;
  background: #533b2d;
}

.btn-web {
}
.btn-web a {
  overflow: hidden;
  z-index: 9;
  background: #86c600;
}

.btn-tel {
  display: none;
}
.btn-tel a {
  background: #3ca0aa;
  color: #fff;
}
.btn-tel a::before {
  content: '';
  top: 0;
  left: 30px;
  position: absolute;
  width: 20px;
  height: 100%;
  background: url(./img/ico_tel.svg) 0 50% no-repeat;
  background-size: 20px auto;
}
.btn-tel a::after {
}
.btn-tel a:hover {
}
.btn-tel a:hover::after {
}

.btn-link {
  margin: 5px 0;
  text-align: right;
}
.btn-link a {
  position: relative;
  display: inline-block;
  padding: 4px 28px 5px 0;
  background: url('./img/arrow_ccl.svg') 99% calc(50% + 0px) no-repeat;
  background-size: 17px auto;
  line-height: 1.5;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.btn-link2 {
  margin: 5px 0;
  text-align: right;
}
.btn-link2 a {
  position: relative;
  display: inline-block;
  padding: 4px 28px 5px 0;
  background: url('./img/arrow_ccl.svg') 99% calc(50% + 0px) no-repeat;
  background-size: 17px auto;
  line-height: 1.5;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}
.btn-link a:hover {
}

/* ================== */
/*  テーブル　　　　　*/
/* ================== */
table {
  width: 98%;
  margin: 60px auto;
}
table th {
  width: 22%;
  padding: 20px 16px;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
  word-break: break-all;
}
table td {
  background: #fff;
  border: 1px solid #cccccc;
  padding: 20px 16px;
  line-height: 1.6;
  word-break: break-all;
}
table a {
  text-decoration: underline;
}
table a:hover {
  text-decoration: none;
}

table td .caption {
  white-space: normal;
}

/* ================== */
/*  PCカスタマイズ共通　*/
/* ================== */
.caption,
.source {
  margin: 8px 0 0;
  padding: 0 0 4px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: #999;
  /*overflow: auto;*/
  letter-spacing: 0;
  text-align: center;
  word-break: break-all;
}

.caption a {
  display: inline;
  color: #999;
  text-decoration: underline;
}
.caption a:hover {
  text-decoration: none;
}

.marker {
  position: relative;
  background: linear-gradient(transparent 65%, rgba(255, 226, 52, 0.5) 0%)
    no-repeat bottom 0 left;
  /*border-bottom: 3px solid #ee983d;*/
  padding: 1px 0 1px;
  font-weight: 700;
}
.txt_bold {
  font-weight: 700;
  color: #e84000;
}

/* float-wrap */

.float-wrap {
  margin: 50px 0;
  padding: 0 20px;
}
.float-wrap .catch {
  margin: 0 0 15px;
  font-size: 2.2rem;
  color: #3ca0aa;
}

.float-wrap .flame {
  position: relative;
}

.float-wrap img {
  width: auto;
}
.float-wrap p {
  margin: 10px 0;
  padding: 0;
}
.float-wrap ul {
  display: inline-block;
  margin: 10px 0;
}
.float-wrap .fl {
  width: 320px;
  padding: 0 30px 20px 0;
  text-align: left;
}
.float-wrap .fr {
  width: 180px;
  padding: 0 0 20px 30px;
  text-align: left;
}

.float-wrap .ct {
  width: auto;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
}

/* ================== */
/*  サイトマップ*/
/* ================== */
.smap h2 {
  margin: 0 0 25px;
}
.smap ul {
  margin: 0 0 70px;
}

/* ================== */
/*  追加パーツ*/
/* ================== */

/* links_PC */
.links {
  position: relative;
  width: 800px;
  margin: 30px auto;
}
.links::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 27px;
  left: 140px;
  width: 46px;
  height: 15px;
  background: url('./img/eng_links.svg') 0 0 no-repeat;
  background-size: 46px auto;
}
.links .sttl {
  margin: 0;
  padding: 15px 30px;
  background: #533b2d;
  border-radius: 15px 15px 0 0;
  font-size: 2.2rem;
  color: #fff;
}

.links .sttl:hover {
  cursor: default;
}

.links #toc2 {
  position: relative;
  padding: 20px 40px 30px;
  border: 3px solid #cccccc;
  border-top: none;
  border-radius: 0 0 15px 15px;
}

.links ul {
  margin: 0;
  padding: 0;
}
.links ul li {
  position: relative;
  margin: 0;
  padding: 3px 0 3px 3rem;
  text-align: left;
  line-height: 1.6;
}

.links ul li::before {
  width: 0;
  height: 0;
  background: none;
  border: none;
}

.links li a {
  padding: 0;
  width: 0;
  background: none;
  text-decoration: none;
}
.links li a:last-child {
  display: inline-block;
  width: auto;
  padding: 4px 0 6px;
  font-size: 1.6rem;
}

.links li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 100%;
  background: url('./img/arrow_ccl.svg') 99% 7px no-repeat;
  background-size: 25px auto;
}

/* motome_PC */
.motome {
  position: relative;
  width: 800px;
  margin: 150px auto 100px;
  padding: 60px 40px 10px;
  background: url('./img/matome_cl.png') calc(100% - 30px) 20px no-repeat
    #fff0e0;
  background-size: 128px auto;
  border-radius: 15px;
}

.motome .sttl {
  position: absolute;
  top: -40px;
  left: calc(50% - 97px);
  width: 194px;
  height: 90px;
  padding: 27px 0 0;
  background: url('./img/fuki1.png') 0 0 no-repeat;
  background-size: 194px auto;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.motome .sttl span {
  position: relative;
}
.motome .sttl span::before {
  content: '';
  position: absolute;
  top: 8px;
  left: -22px;
  width: 10px;
  height: 20px;
  background: none;
  background-size: 10px auto;
}
.motome .sttl span::after {
  content: '';
  position: absolute;
  top: 8px;
  right: -22px;
  width: 10px;
  height: 20px;
  background: none;
  background-size: 10px auto;
}

.motome .catch {
  margin: 0 0 15px;
  padding: 0 0 25px;
}
.motome .catch::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(./img/wave_deco.svg) 0 100% no-repeat;
  background-size: 84px auto;
}

.motome .btnArea {
  text-align: center;
}
.motome .btnArea div {
  display: inline-block;
  margin: 20px 0;
}

/* cards_PC */
.cards {
  margin: 100px 0;
}
.cards .ulBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cards .card {
  position: relative;
  width: calc((100% - 60px) / 2);
  margin: 0 0 75px 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.cards .card:nth-child(2n) {
  top: 50px;
  margin: 0 0 75px 60px;
}
.cards .card:hover {
  opacity: 0.7;
}

.cards .-front .flame,
.cards .-back .flame {
  position: absolute;
  top: -46px;
  right: 18px;
  width: 86px;
}

.cards .-front .upper {
  background: #ffeb71;
  padding: 60px 30px 30px;
  border-radius: 10px 10px 0 0;
}
.cards .-front .fuki {
  position: absolute;
  top: -48px;
  left: -20px;
  width: 122px;
}

.cards .-front .sttl {
  position: static;
 margin: 2rem auto 0;
	text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0;
}
.cards .-front .sttl .fontS {
  font-size: 1.9rem;
}

.cards .-front .lower {
  position: relative;
  width: calc(100% - 60px);
  height: 60px;
  background: #ffeb71;
  padding: 0 0 0 230px;
  border-radius: 0 0 0 10px;
}
.cards .-front .lower::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: -60px;
  width: 60px;
  height: 60px;
  background: url('./img/cards_deco1.png') 0 0 no-repeat #fff;
  background-size: 60px auto;
}
.cards .-front .btn {
  width: 160px;
  padding: 10px 30px 12px 18px;
  background: url(./img/arrow_ccl_wt.svg) calc(99% - 10px) calc(50% - 0px)
    no-repeat #533b2d;
  background-size: 17px auto;
  border-radius: 9999px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}

.cards .-back .upper {
  position: relative;
  background: #fafafa;
  padding: 20px 30px 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #e7e7e7;
  border-bottom: none;
}
.cards .-back .lower {
  position: relative;
  width: calc(100% - 60px);
  height: 60px;
  padding: 15px 30px 0 30px;
  background: #fafafa;
  border-radius: 0 0 0 10px;
  border: 3px solid #e7e7e7;
  border-top: none;
  border-right: none;
  text-align: right;
}
.cards .-back .lower::before {
  content: '';
  position: absolute;
  bottom: -3px;
  right: -60px;
  width: 60px;
  height: 60px;
  background: url('./img/cards_deco2.png') 0 0 no-repeat #fff;
  background-size: 60px auto;
}
.cards .-back .ttlArea {
  padding: 0 85px 10px 0;
}
.cards .-back .sttl {
  position: static;
  display: block;
  margin: 0;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.cards .-back .sttl .rst {
  position: relative;
  top: 2px;
  margin: 2px 1rem 0 0;
  font-size: 3rem;
  color: #e84000;
}
.cards .-back .sttl:nth-child(2) {
  font-size: 2rem;
  color: #cccccc;
}
.cards .-back .sttl:nth-child(2) .rst {
  color: #3ca0aa;
}
.cards .-back p {
  margin: 0;
}
.cards .-back .btn {
  padding: 4px 25px 4px 0;
  background: url(./img/arrow_ccl.svg) calc(99% - 0px) calc(50% + 1px) no-repeat;
  background-size: 17px auto;
  line-height: 1;
  letter-spacing: 0.1em;
}

.card__inner {
  /*display: grid;*/
  transform-style: preserve-3d;
}
.card__visual {
  /*display: grid;*/
  /*grid-area: 1/1;
place-items: center;*/
  backface-visibility: hidden;
  perspective: 800px;
  transform-style: preserve-3d;
}
.card__visual.-front {
  z-index: 1;
}
.card__visual.-back {
  position: absolute;
  top: 0;
  z-index: -1;
  rotate: y 180deg;
}

/* kutikomi_PC */
.kutikomi {
  margin: 100px 0;
}
.kutikomi .liBox {
  position: relative;
  width: 600px;
  padding: 25px 50px 25px;
  border: 3px solid #e7e7e7;
}
.kutikomi .liBox .catch {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #16848f;
}

.kutikomi .typeA {
  margin: 0 0 55px 235px;
  background: #fff;
  border-radius: 15px 15px 0 15px;
}
.kutikomi .typeA::before {
  content: '';
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 25px;
  height: 25px;
  background: url(./img/talk_deco_a.png) 0 0 no-repeat;
}
.kutikomi .typeA .flame {
  position: absolute;
  bottom: -30px;
  right: -167px;
  width: 140px;
}

.kutikomi .typeB {
  margin: 0 0 55px 167px;
  background: #fff;
  border-radius: 15px 15px 15px 0;
}
.kutikomi .typeB::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: -3px;
  width: 25px;
  height: 25px;
  background: url(./img/talk_deco_b.png) 0 0 no-repeat;
}
.kutikomi .typeB .flame {
  position: absolute;
  bottom: -30px;
  left: -167px;
  width: 140px;
}

.kutikomi .typeB .catch {
  color: #e84000;
}

/* supervis_PC */
.supervis {
  position: relative;
  width: 800px;
  margin: 150px auto 100px;
  padding: 30px 40px 10px;
  background: #f5f5f2;
  border-radius: 15px;
}
.supervis::before {
  content: '';
  position: absolute;
  top: -22px;
  left: 176px;
  width: 302px;
  height: 40px;
  background: url(./img/eng_sps.svg) 0 0 no-repeat;
  background-size: 302px auto;
}

.supervis .sttl {
  position: absolute;
  top: -30px;
  left: 30px;
  width: 122px;
  height: 105px;
  padding: 40px 0 0;
  background: url('./img/fuki_b.png') 0 0 no-repeat;
  background-size: 122px auto;
  text-align: center;
  line-height: 1;
  font-size: 2.6rem;
  color: #fff;
}
.supervis .sttl::before {
  content: '';
  position: absolute;
  top: 17px;
  left: 0;
  width: 100%;
  height: 16px;
  background: url('./img/fukideco_b.svg') 50% 0 no-repeat;
  background-size: 36px auto;
}

.supervis .txtArea {
  padding: 0 225px 0 0;
}

.supervis .catch {
  margin: 0 0 15px 0;
  padding: 0 0 25px;
  font-size: 2rem;
}
.supervis .catch::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(./img/wave_deco.svg) 0 100% no-repeat;
  background-size: 84px auto;
}
.supervis p {
  letter-spacing: 0.1em;
}
.supervis .flame {
  position: absolute;
  top: 3px;
  right: -65px;
  width: 320px;
}

.supervis .btnArea {
  text-align: center;
}
.supervis .btnArea .btn-internal {
  margin: 30px 0 10px;
}
.supervis .btnArea .btn-link {
  margin: 0 0 20px;
}

/* botCommon_PC */
.botCommon {
  position: relative;
  z-index: 0;
  background: #ffe5ca;
  padding: 180px 0 100px;
}
.botCommon::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url('./img/wave1_rv.svg') 0 0 no-repeat;
  background-size: 100% 80px;
}
.botCommon::after {
  content: '';
  position: absolute;
  top: 195px;
  left: calc(50% + 280px);
  width: 195px;
  height: 150px;
  background: url(./img/bcom_ill.png) 0 0 no-repeat;
}
.botCommon .areaInner {
  padding: 40px 0 20px;
  background: url(./img/bcom_cloud.png) calc(50% + 160px) 35px no-repeat #fff;
  border-radius: 15px;
}
.botCommon .areaInner::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: -280px;
  width: 443px;
  height: 390px;
  background: url(./img/bg_cloud01.png) 0 0 no-repeat;
}
.botCommon .areaInner::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 65px;
  left: -240px;
  width: 330px;
  height: 370px;
  background: url(./img/bg_cloud02.png) 0 0 no-repeat;
}

.botCommon .fuki {
  position: absolute;
  top: -30px;
  left: 30px;
  width: 122px;
  height: 105px;
  padding: 40px 0 0;
  background: url('./img/fuki_b.png') 0 0 no-repeat;
  background-size: 122px auto;
  text-align: center;
  line-height: 1;
  font-size: 2.6rem;
  color: #fff;
}
.botCommon .fuki::before {
  content: '';
  position: absolute;
  top: 17px;
  left: 0;
  width: 100%;
  height: 16px;
  background: url('./img/fukideco_b.svg') 50% 0 no-repeat;
  background-size: 36px auto;
}

.botCommon .boxTtl {
  position: relative;
  margin: 0 0 50px;
  padding: 30px 200px 0;
  line-height: 1.6;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.botCommon .boxTtl .fontS {
  font-size: 2rem;
}
.botCommon .boxTtl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: url('./img/eng_sps2.svg') 50% 0 no-repeat;
}

.botCommon .slArea {
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px 50px;
}
.botCommon .liBox {
  width: calc((100% - 48px) / 3);
  margin: 0 24px 0 0;
}
.botCommon .liBox:nth-child(3n) {
  margin: 0 0 0;
}

.botCommon .liBox .caseTtl {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 10px 10px;
  background: #ffeb71;
  line-height: 1.6;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.botCommon .liBox .caseTtl::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 10px;
  width: 70px;
  height: 12px;
  background: url(./img/eng_case01.svg) 0 0 no-repeat;
}
.botCommon .liBox:nth-child(2) .caseTtl::before {
  background: url(./img/eng_case02.svg) 0 0 no-repeat;
}
.botCommon .liBox:nth-child(3) .caseTtl::before {
  background: url(./img/eng_case03.svg) 0 0 no-repeat;
}

.botCommon .txtArea {
  margin: 0 0 60px;
  padding: 0 120px;
}
.botCommon .txtArea .catch {
  margin: 0 0 15px 0;
  padding: 0 0 25px;
  font-size: 2rem;
  color: #3ca0aa;
}
.botCommon .txtArea .catch::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(./img/wave_deco.svg) 0 100% no-repeat;
  background-size: 84px auto;
}

.botCommon .infArea {
  margin: 0 0 40px;
  padding: 0 120px;
}
.botCommon .infArea .sttl {
  margin: 0 0 30px;
  text-align: center;
}
.botCommon .infArea .ulBox {
  display: flex;
  flex-wrap: wrap;
}
.botCommon .infArea dl {
  display: table;
  width: calc((100% - 8px) / 2);
  margin: 0 8px 10px 0;
}
.botCommon .infArea dl:nth-child(2n) {
  margin: 0 0 10px 0;
}

.botCommon .infArea dt {
  display: table-cell;
  vertical-align: middle;
  width: 15rem;
  padding: 10px 2rem;
  background: #d8ecee;
  border-radius: 8px 0 0 8px;
  font-weight: 700;
  text-align: center;
}
.botCommon .infArea dd {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 2rem;
  border-bottom: 3px solid #d8ecee;
}

.botCommon .btn-web a {
  padding: 12px 60px 14px;
}

/* End_PC */

@media screen and (max-width: 480px) {
  /*------------
common--480px
------------*/

  html {
  }

  .mainWrap .catch,
  .mainWrap .sttl,
  .index .catch,
  .index .sttl {
    font-size: 1.9rem;
  }

  #contents {
    position: relative;
    z-index: 0;
  }

  body {
    min-width: 320px;
    text-align: left;
    line-height: 2;
    word-break: break-all;
    overflow-x: hidden;
  }

  .sp,
  .sp_br {
    display: block !important;
  }

  .pc,
  .pc_br {
    display: none !important;
  }

  img:not([width]) {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  a {
    text-decoration: none;
  }
  a:hover,
  a:hover img {
    opacity: 1;
  }

  .areaInner {
    width: auto;
    margin: 0;
  }

  .fontL {
    font-size: 125%;
  }

  /* notice 30px_4% */

  /*--------------------------------------
　body_SP
---------------------------------------*/
  body {
  }

  /*--------------------------------------
　Header_SP
---------------------------------------*/
  #header {
    position: relative;
    z-index: 12;
    overflow: visible;
    height: auto;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 239, 223, 1) 8%,
      rgba(255, 231, 206, 1) 43%,
      rgba(255, 255, 255, 1) 82%
    );
    padding: 6px 3% 20px;
  }

  #header::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: url('./img/wave1.svg') 0 0 no-repeat;
    background-size: 100% 25px;
  }

  #header::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: auto;
    bottom: 70px;
    left: 0;
    width: 100%;
    height: 144px;
    background: url('./img/head_deco_sp.png') 0 0 no-repeat;
    background-size: 100% auto;
  }

  #header .sps,
  #header .siteName,
  #header .siteName a {
    position: relative;
    z-index: 16;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
  }

  /*--------------------------------------
　headLogo_SP
---------------------------------------*/
  .headLogo {
    position: relative;
    z-index: 15;
    top: -20px;
    left: 0;
    width: 238px;
    margin: 0 auto;
  }
  .headLogo .logo {
  }
  #header .headLogo .sps {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
  }

  /*--------------------------------------
pankuzu_SP
---------------------------------------*/

  #pankuzuWrap {
    overflow: auto;
    white-space: nowrap;
    margin: 0 0 20px;
    padding: 4px 0 6px;
    position: static;
    box-sizing: border-box;
    width: auto;
  }

  #pankuzuWrap .areaInner {
  }

  #pankuzuWrap::-webkit-scrollbar {
    height: 3px;
  }
  #pankuzuWrap::-webkit-scrollbar-track {
    border-radius: 3px;
    background: #ddd;
  }
  #pankuzuWrap::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #bbb;
  }

  #pankuzu {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    padding: 0.3em 0;
    font-size: 1.1rem;
  }
  #pankuzu a {
  }

  /*--------------------------------------
　mokuji_SP
---------------------------------------*/

  .mokuji {
    transition: 0.3s;
    /*デフォルトで非表示にする*/
    /*opacity: 0;
visibility: hidden;*/
  }
  /*このクラスが付与されると表示する*/
  .mokuji.active {
    opacity: 1;
    visibility: visible;
  }
  /*このクラスが付与されると停止する*/
  .mokuji.absolute {
  }

  .mokuji {
    position: relative;
    width: auto;
    margin: 10px auto;
  }
  .mokuji::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 70px;
    width: 40px;
    height: 15px;
    background: url('./img/eng_idx.svg') 0 0 no-repeat;
    background-size: 40px auto;
  }
  .mokuji::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 16px;
    right: 4.5%;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
  }
  .mokuji .sttl {
    margin: 0;
    padding: 15px 5%;
    background: #533b2d;
    border-radius: 10px 10px 0 0;
    font-size: 1.8rem;
    color: #fff;
  }
  .mokuji .sttl.tglMenu::before {
    content: '';
    display: inline-block;
    z-index: 1;
    width: 12px;
    height: 1px;
    background-color: #533b2d;
    position: absolute;
    right: calc(5% + 5px);
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  .mokuji .sttl.tglMenu::after {
    content: '';
    display: inline-block;
    z-index: 1;
    width: 12px;
    height: 1px;
    background-color: #533b2d;
    position: absolute;
    right: calc(5% + 5px);
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform 0.5s;
  }
  .mokuji .sttl.open::before {
    opacity: 0;
  }
  .mokuji .sttl.open::after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .mokuji .sttl:hover {
    cursor: pointer;
  }

  .mokuji #toc {
    position: relative;
    padding: 15px 5% 20px;
    border: 3px solid #cccccc;
    border-top: none;
    border-radius: 0 0 10px 10px;
  }

  .mokuji ul {
    margin: 0;
    padding: 0;
  }
  .mokuji ul li {
    position: relative;
    margin: 0;
    padding: 1px 0 1px 2.2rem;
    text-align: left;
    line-height: 1.6;
  }

  .mokuji ul li::before {
    width: 0;
    height: 0;
    background: none;
    border: none;
  }

  .mokuji #toc > ul > li {
    counter-increment: count;
  }
  .mokuji #toc > ul > li::after {
    content: counter(count, decimal-leading-zero);
    position: absolute;
    top: 16px;
    left: 0;
    transform: translate(0, -50%);
    font-size: 1.6rem;
    font-weight: 700;
    color: #e84000;
  }

  .mokuji #toc ul ul li {
    padding: 0 0 0 4rem;
  }
  .mokuji #toc ul ul li::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 2.8rem;
    width: 8px;
    height: 20px;
    background: url('./img/l_deco.png') 0 4px no-repeat;
    background-size: 8px auto;
  }

  .mokuji li a {
    padding: 0;
    width: 0;
    background: none;
    text-decoration: none;
  }
  .mokuji li a:last-child {
    display: inline-block;
    width: auto;
    padding: 4px 0 6px;
    font-size: 1.4rem;
  }

  /*--------------------------------------
　page-top_SP
---------------------------------------*/
  #page-top {
    position: fixed;
    z-index: 101;
    bottom: 10px;
    right: 10px;
    width: 55px;
  }
  #page-top {
    transition: 0.3s;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
  }
  /*このクラスが付与されると表示する*/
  #page-top.active {
    opacity: 1;
    visibility: visible;
  }
  /*このクラスが付与されると表示する*/
  #page-top.absolute {
  }

  /*--------------------------------------
　fixBan_SP
---------------------------------------*/
  #fixBan {
    position: fixed;
    z-index: 101;
    top: auto;
    bottom: 0;
    left: 0;
    width: 200px;
    transition: 0.3s;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
  }
  /*このクラスが付与されると表示する*/
  #fixBan.active {
    opacity: 1;
    visibility: visible;
  }
  /*このクラスが付与されると表示する*/
  #fixBan.absolute {
  }

  /*--------------------------------------
　Global Nav_SP挙動
---------------------------------------*/
  #gNav {
    position: fixed;
    z-index: 102;
    transition: 0.3s;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
  }
  /*このクラスが付与されると表示する*/
  #gNav.active {
    opacity: 1;
    visibility: visible;
  }
  /*このクラスが付与されると表示する*/
  #gNav.absolute {
  }

  /*--------------------------------------
　Global Nav_SP
---------------------------------------*/

  /* ハンバーガーメニュー */
  #gNav #showRight {
    width: 50px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10000;
  }
  #gNav button.active {
    background: url(./img/sp-btn-menu_off.png) 0 0 no-repeat;
    background-size: 50px auto;
  }
  #gNav button.active img {
    opacity: 0;
  }

  /* General styles for all menus */
  .cbp-spmenu {
    position: fixed;
    padding: 50px 0 0;
    background: #53443b;
    /*overflow: auto;*/
  }

  .cbp-spmenu #mainMenu {
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
    position: relative;
    z-index: 1;
    overflow: auto;
    margin: 0 0;
    padding: 20px 0 0;
    height: 100%;
    /*border-top: 1px solid #cccccc;*/
  }

  .cbp-spmenu #mainMenu::-webkit-scrollbar {
    display: none; /* Chrome, Safari 対応 */
  }

  .cbp-spmenu a {
    display: block;
    padding: 14px 10% 14px;
    text-decoration: none;
    line-height: 1.3;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .cbp-spmenu li a {
    padding: 16px 10% 16px;
  }
  .cbp-spmenu .sttl {
    margin: 0;
    font-size: 1.6rem;
    letter-spacing: 0;
  }

  .cbp-spmenu .sttl a {
    background: url(./img/arrow_wt.svg) 96% 50% no-repeat;
    background-size: 14px auto;
  }
  /*
.cbp-spmenu .sttl.tglMenu a {
background: url(./img/arrow2_down.png) 95% 50% no-repeat;
background-size: 12px auto;
}
.cbp-spmenu .sttl.open a {
background: url(./img/arrow2_up.png) 95% 50% no-repeat;
background-size: 12px auto;
}
*/

  .cbp-spmenu .sttl.tglMenu a {
    background: none;
  }
  .cbp-spmenu .sttl.tglMenu a::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  .cbp-spmenu .sttl.tglMenu a::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform 0.5s;
  }
  .cbp-spmenu .sttl.open a::before {
    opacity: 0;
  }
  .cbp-spmenu .sttl.open a::after {
    transform: translateY(-50%) rotate(-180deg);
  }

  .cbp-spmenu .home a {
    background: url(./img/arrow_wt.svg) 96% 50% no-repeat;
    background-size: 14px auto;
  }
  .cbp-spmenu .subList a {
    padding: 14px 10% 14px calc(5% + 2em);
    font-weight: 400;
  }

  .cbp-spmenu li a {
    background: url(./img/arrow_wt.svg) 96% 50% no-repeat #655348;
    background-size: 14px auto;
    padding: 14px 10% 14px calc(5% + 1em);
    font-weight: 400;
  }

  .cbp-spmenu a:hover {
    opacity: 1;
  }
  .cbp-spmenu a:active {
  }

  /* Orientation-dependent styles for the content of the menu */
  .cbp-spmenu-vertical {
    /*width: calc(100% - 100px);*/
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
  }
  .cbp-spmenu-vertical a {
    border-bottom: 1px solid #a6978a;
    padding: 16px 11% 16px 5%;
  }
  .cbp-spmenu-vertical .home a {
    border-bottom: 1px solid #a6978a;
  }
  .cbp-spmenu-vertical .smap .home a {
    border-top: none;
  }

  /* Vertical menu that slides from the left or right */
  .cbp-spmenu-right {
    opacity: 0;
    right: -100%;
    /*right: -280px;*/
    /*right: 0;*/
  }
  .cbp-spmenu-right.cbp-spmenu-open {
    opacity: 1;
    right: 0;
    z-index: 1000;
  }

  /* Transitions */
  .cbp-spmenu,
  .cbp-spmenu-push {
    transition: all 0.3s ease;
  }

  #gNav .accChild {
    display: none;
  }

  body.body-fix {
    overflow: hidden;
  }

  /*--------------------------------------
Main Contents_SP
---------------------------------------*/

  #contents {
    position: relative;
    z-index: 14;
    width: 100%;
    padding: 0 0 0;
  }

  .mainWrap {
    position: relative;
    z-index: 1;
    padding: 10px 0 50px;
  }

  .mainWrap .areaInner {
    width: auto;
  }

  /*--------------------------------------
　h1Area_SP
---------------------------------------*/
  .h1Area {
    position: relative;
    z-index: 2;
    padding: 10px 5% 10px;
  }
  .h1Box {
    position: relative;
    z-index: 2;
    margin: 0 0 20px;
    padding: 0px 0 10px;
  }
  .h1Box::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -50px;
    width: 175px;
    height: 200px;
    background: url('./img/h1_deco.png') 0 0 no-repeat;
    background-size: 175px auto;
  }

  .h1Box h1 {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 20px;
    font-size: 2.4rem;
  }
  .h1Box h1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: url('./img/wave_deco.svg') 0 100% no-repeat;
    background-size: 63px auto;
  }
  .h1Area .cap {
    line-height: 1.6;
    font-size: 1.4rem;
  }

  /*--------------------------------------
　Footer_SP
---------------------------------------*/

  footer {
    position: relative;
    z-index: 15;
    width: 100%;
    background: #53443b;
  }

  footer .footInner {
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 30px 0 10px;
  }

  footer .about {
    margin: 0 5% 30px;
    padding: 25px 5% 20px;
    border: 3px solid #fff0e0;
    border-radius: 15px;
    color: #fff;
  }
  footer .about .sttl {
    width: auto;
    float: none;
    padding: 0 0 0;
    background: none;
    font-size: 1.8rem;
  }
  footer .about .txtArea {
    width: auto;
    float: none;
  }
  footer .about p {
    line-height: 2.1;
  }
  footer .about a {
    background: url(./img/arrow_ccl_wt.svg) 99% calc(50% + 0px) no-repeat;
    background-size: 17px auto;
    color: #fff;
  }

  footer .footInner .areaL {
    width: auto;
    float: none;
  }

  .footLogo {
    position: relative;
    width: 310px;
    margin: 0 auto 20px;
  }
  .footLogo .sps {
    position: absolute;
    /*left: 82px;*/
    bottom: 28px;
    width: 100%;
    font-size: 1.1rem;
    text-align: center;
  }

  footer .noticeArea {
    padding: 0 5% 50px;
    color: #fff;
  }
  footer .noticeArea p {
    font-size: 1.1rem;
  }
  footer .noticeArea p:nth-child(1) {
  }
  footer .noticeArea .botPrg {
    padding: 12px 0 0;
    text-align: center;
  }

  footer .footInner .areaR {
    width: auto;
    float: none;
  }

  footer a {
    line-height: 1.4;
    font-size: 1.3rem;
  }

  footer .footBox {
    margin: 0 0 0;
    /*z-index: 0;*/
  }
  .footBox:first-of-type {
    border-top: 1px solid #a6978a;
  }
  .footBox a {
  }
  .footBox a:hover {
    opacity: 1;
  }

  .footBox .sttl {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
  }
  .footBox .sttl a {
    display: block;
    padding: 1.2em 10% 1.3em 4%;
    font-size: 1.5rem;
    /*background: url(./img/arrow2_down.png) 95% 50% no-repeat;
background-size: 12px auto;*/
    border-bottom: 1px solid #a6978a;
    text-align: left;
    letter-spacing: 0;
  }
  .footBox .sttl a::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s;
  }
  .footBox .sttl a::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: transform 0.5s;
  }

  .footBox > ul {
    padding: 0;
  }
  .footBox li {
    display: block;
  }

  .footBox li:after {
    content: '';
  }

  .footBox li a {
    display: block;
    padding: 1.3em 10% 1.3em 10.5%;
    background: url(./img/arrow_wt.svg) 96% 50% no-repeat;
    background-size: 14px auto;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    font-size: 1.3rem;
  }
  .footBox li li a {
    padding: 1.3em 7% 1.3em 16.5%;
  }

  .footBox li a.ssttl {
    display: block;
    padding: 1.3em 10% 1.3em 4.5%;
    background: url(./img/arrow_wt.svg) 96% 50% no-repeat;
    background-size: 14px auto;
    border-bottom: 1px solid #cccccc;
  }

  .footBox li.sp a {
    padding: 1.3em 10% 1.3em 4.5%;
  }

  /* サイトマップ */
  footer .smap .sttl a {
    background: url(./img/arrow_wt.svg) 96% 50% no-repeat;
    background-size: 14px auto;
    font-size: 1.4rem;
  }
  footer .smap .sttl a::before,
  footer .smap .sttl a::after {
    width: 0;
    height: 0;
    background: none;
    border: none;
  }

  .footBox.accordion .accChild {
    display: none;
    /*background: #d2ebee;*/
  }
  .footBox.accordion .accChild a {
    background: url(./img/arrow_wt.svg) 96% 50% no-repeat #655348;
    background-size: 14px auto;
    border-bottom: 1px solid #cccccc;
  }

  .footBox.accordion .open a::before {
    opacity: 0;
  }
  .footBox.accordion .open a::after {
    transform: translateY(-50%) rotate(-180deg);
  }

  .footBox li.subCat {
    display: block;
    margin: 0 0 0 0;
  }

  .footBox ul.subList {
    display: block;
    margin: 0 0 0;
  }

  .footBox ul.subList > li:first-child::before {
    content: '';
    margin: 0;
  }

  .footBox ul.subList li:after {
    content: '';
  }

  footer .botArea {
    width: auto;
    min-width: 0;
    margin: 0 0;
    padding: 10px 5% 80px;
    text-align: center;
  }
  footer .botArea .copy {
    padding: 0 5% 10px;
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.6;
  }
  footer .botArea a {
    display: inline-block;
    text-decoration: none;
    font-size: 1.1rem;
  }
  footer .botArea .btn-link2 {
    display: none;
  }

  /* ================== */
  /*  SP共通パーツ　*/
  /* ================== */

  /* p */
  .mainWrap p,
  .index p {
    margin: 1rem 0;
    line-height: 1.9;
  }
  .mainWrap > .areaInner > p,
  .index > .areaInner > p {
    padding: 0 5%;
  }

  .mainWrap h2 {
    position: relative;
    margin: 40px 5% 15px;
    padding: 10px 5% 12px 8%;
    background: #ffeb71;
    border-radius: 5px;
    font-size: 2.2rem;
  }
  .mainWrap h2::before {
    content: '';
    position: absolute;
    top: calc(50% - 11px);
    left: -11px;
    width: 23px;
    height: 23px;
    background: rgb(255 255 255 / 61%);
    border-radius: 50%;
  }
  .mainWrap h2 a {
    position: relative;
    padding: 0 10% 0 0;
  }
  .mainWrap h2 a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 100%;
    background: url('./img/arrow_ccl.svg') 99% calc(50% + 0px) no-repeat;
    background-size: 22px auto;
  }

  .mainWrap h3 {
    position: relative;
    margin: 35px 5% 20px;
    padding: 10px 2% 8px;
    border-bottom: 1px solid #cccccc;
    font-size: 2rem;
  }
  .mainWrap h3::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -14px;
    left: -10px;
    width: 55px;
    height: 70px;
    background: url('./img/h3_deco.png') 0 0 no-repeat;
    background-size: 55px auto;
  }
  .mainWrap h3 a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0 10% 0 0;
  }
  .mainWrap h3 a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: url('./img/arrow_ccl.svg') 99% calc(50% + 3px) no-repeat;
    background-size: 20px auto;
  }

  .mainWrap h3:after {
  }

  .mainWrap h4,
  .mainWrap h5,
  .mainWrap h6 {
    margin: 20px 5%;
    padding: 8px 2% 12px;
    border-bottom: 1px solid #cccccc;
    font-size: 1.8rem;
  }
  .mainWrap h4::before,
  .mainWrap h5::before,
  .mainWrap h6::before {
  }
  .mainWrap h4 a,
  .mainWrap h5 a,
  .mainWrap h6 a {
    position: relative;
    display: block;
    padding: 0 10% 0 0;
  }
  .mainWrap h4 a::before,
  .mainWrap h5 a::before,
  .mainWrap h6 a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: url('./img/arrow_ccl.svg') 99% calc(50% + 1px) no-repeat;
    background-size: 20px auto;
  }

  .mainWrap ul {
    margin: 1.5em 4% 1.5em;
    padding: 0.5em 1% 0;
  }
  .mainWrap ul li {
    padding: 0 0 0.4rem 1.7rem;
  }
  .mainWrap ul li::before,
  .index ul li::before {
    position: absolute;
    content: '';
    top: 12px;
    left: 2px;
    width: 10px;
    height: 10px;
  }

  .mainWrap ol {
    margin: 1.5em 4% 1.5em;
    padding: 0.5em 1% 0;
  }
  .mainWrap ol li {
    padding: 0 0 0.4rem 2rem;
  }

  .mainWrap ol li::before {
    width: 1.4rem;
    height: 1.5rem;
    top: 9px;
    left: 0;
    box-sizing: border-box;
    padding: 0.15em 0 0;
    letter-spacing: 0;
    line-height: 1;
    font-size: 1.2rem;
  }

  /*  btns*/
  .btn-internal,
  .btn-web,
  .btn-tel,
  .btn-link {
    width: 85%;
    margin: 1.5em auto;
    padding: 0 !important;
  }

  .btn-internal a,
  .btn-web a,
  .btn-tel a {
    position: relative;
    display: block !important;
    width: auto;
    padding: 1.2em 18% 1.3em;
    box-shadow: 0 4px 10px rgba(83, 59, 45, 0.15);
    border-radius: 9999px;
    text-align: center;
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .btn-internal a::before,
  .btn-web a::before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    right: 13px;
    width: 34px;
    height: 100%;
    background: url('./img/arrow_ccl_wt.svg') 99% calc(50% - 0px) no-repeat;
    background-size: 18px auto;
  }
  .btn-link a::before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    right: 13px;
    width: 34px;
    height: 100%;
    background: url('./img/arrow_ccl.svg') 99% calc(50% - 0px) no-repeat;
    background-size: 18px auto;
  }

  .btn-tel {
    display: block;
  }
  .btn-tel a::before {
    top: 0;
    left: 30px;
    width: 24px;
    height: 100%;
    background: url(./img/ico_tel.svg) 0 50% no-repeat;
    background-size: 20px auto;
  }
  .btn-tel a::after {
  }
  .btn-tel a:hover {
  }

  .btn-link {
  }
  .btn-link a {
    position: relative;
    display: block !important;
    width: auto;
    padding: 1em 18% 1.1em;
    background: #fff;
    border-radius: 9999px;
    border: 2px solid #cccccc;
    text-align: center;
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .btn-link a:hover {
  }

  /* ================== */
  /*  テーブル　　　　　*/
  /* ================== */

  table {
    width: 88%;
    margin: 40px auto;
    border-bottom: 1px solid #aeaeae;
  }
  table th {
    width: 100%;
    display: block;
    padding: 1.5rem 2rem;
    border-bottom: none;
    line-height: 1.3;
    text-align: center;
    font-size: 1.5rem;
  }
  table td {
    width: 100%;
    display: block;
    padding: 1.5rem 2rem;
    border-bottom: none;
    line-height: 1.4;
    text-align: center;
    font-size: 1.5rem;
  }

  /* ================== */
  /*  SPカスタマイズ共通　*/
  /* ================== */
  .caption,
  .source {
    margin: 0.8em 0 0;
    font-size: 1rem;
    line-height: 1.3;
    word-break: break-all;
    color: #999;
  }
  .caption a:hover {
    text-decoration: underline;
  }

  .marker {
  }

  /*  float-wrap */

  .mainWrap .float-wrap .flame {
    position: relative;
    width: 100%;
  }
  .mainWrap .float-wrap {
    margin: 2.5em 6%;
    padding: 0 1%;
  }
  .mainWrap .float-wrap .catch {
    margin: 0em 0 0.8em;
    line-height: 1.7;
    font-size: 1.8rem;
  }
  .mainWrap .float-wrap p {
    margin: 1rem 0;
    padding: 0;
  }
  .float-wrap ul {
    display: block;
    margin: 6px 0;
  }
  .mainWrap .float-wrap .fl,
  .mainWrap .float-wrap .fr,
  .mainWrap .float-wrap .ct {
    float: none;
    padding: 0 0 0.5em;
    width: 100%;
    width: auto;
    text-align: left;
  }

  .mainWrap .float-wrap .fl.t_small {
    width: 40%;
    float: left;
    padding: 0 5% 0 0;
  }
  .mainWrap .float-wrap .fr.t_small {
    width: 40%;
    float: right;
    padding: 0 0 0 5%;
  }
  .mainWrap .float-wrap img {
  }

  /* ================== */
  /*  追加パーツ*/
  /* ================== */

  /* links_SP */
  .links {
    position: relative;
    width: auto;
    margin: 10px 5%;
  }
  .links::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 110px;
    width: 40px;
    height: 15px;
    background: url('./img/eng_links.svg') 0 0 no-repeat;
    background-size: 40px auto;
  }
  .links .sttl {
    margin: 0;
    padding: 15px 5%;
    background: #533b2d;
    border-radius: 10px 10px 0 0;
    font-size: 1.8rem;
    color: #fff;
  }

  .links #toc2 {
    position: relative;
    padding: 15px 5% 20px;
    border: 3px solid #cccccc;
    border-top: none;
    border-radius: 0 0 10px 10px;
  }

  .links ul {
    margin: 0;
    padding: 0;
  }
  .links ul li {
    position: relative;
    margin: 0;
    padding: 1px 0 1px 2.2rem;
    text-align: left;
    line-height: 1.6;
  }

  .links ul li::before {
    width: 0;
    height: 0;
    background: none;
    border: none;
  }

  .links li a {
    padding: 0;
    width: 0;
    background: none;
    text-decoration: none;
  }
  .links li a:last-child {
    display: inline-block;
    width: auto;
    padding: 4px 0 6px;
    font-size: 1.4rem;
  }
  .links li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 100%;
    background: url('./img/arrow_ccl.svg') 99% 8px no-repeat;
    background-size: 18px auto;
  }

  /* motome_SP */
  .motome {
    position: relative;
    width: auto;
    margin: 100px 5% 50px;
    padding: 45px 5% 20px;
    background: url('./img/matome_cl.png') calc(100% - 10px) 10px no-repeat
      #fff0e0;
    background-size: 65px auto;
    border-radius: 15px;
  }

  .motome .sttl {
    position: absolute;
    top: -30px;
    left: calc(50% - 68px);
    width: 136px;
    height: 90px;
    padding: 19px 0 0;
    background: url('./img/fuki1.png') 0 0 no-repeat;
    background-size: 136px auto;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-size: 1.6rem;
  }
  .motome .sttl span {
    position: relative;
  }
  .motome .sttl span::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -15px;
    width: 8px;
    height: 20px;
    background: none;
    background-size: 8px auto;
  }
  .motome .sttl span::after {
    content: '';
    position: absolute;
    top: 5px;
    right: -15px;
    width: 8px;
    height: 20px;
    background: none;
    background-size: 8px auto;
  }

  .motome .catch {
    margin: 0 0 15px;
    padding: 0 0 20px;
  }
  .motome .catch::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(./img/wave_deco.svg) 0 100% no-repeat;
    background-size: 63px auto;
  }

  .motome .btnArea {
    text-align: center;
  }
  .motome .btnArea div {
    display: inline-block;
    margin: 10px 0;
  }

  /* cards_SP */
  .cards {
    margin: 100px 5%;
  }
  .cards .ulBox {
    display: block;
  }

  .cards .card {
    position: relative;
    width: auto;
    margin: 0 0 50px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  .cards .card:nth-child(2n) {
    top: 0;
    margin: 0 0 50px;
  }
  .cards .card:hover {
    opacity: 1;
  }

  .cards .-front .flame,
  .cards .-back .flame {
    position: absolute;
    top: -33px;
    right: 18px;
    width: 60px;
    height: 140px;
  }

  .card .-front .flame {
    display: block;
  }

  .card.show .-front .flame {
    display: none;
  }

  .card.show .-back .flame {
    display: block;
  }

  .card .-back .flame {
    display: none;
  }

  .cards .-front .upper {
    background: #ffeb71;
    padding: 50px 5% 10px;
    border-radius: 10px 10px 0 0;
  }
  .cards .-front .fuki {
    position: absolute;
    top: -26px;
    left: -10px;
    width: 74px;
  }

  .cards .-front .sttl {
    position: static;
        margin: 2rem auto 0;
        text-align: center;
        font-size: 1.9rem;
        letter-spacing: 0;
  }
  .cards .-front .sttl .fontS {
    font-size: 1.5rem;
  }

  .cards .-front .lower {
    position: relative;
    width: calc(100% - 40px);
    height: 40px;
    background: #ffeb71;
    padding: 0 0 0 170px;
    border-radius: 0 0 0 10px;
  }
  .cards .-front .lower::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -40px;
    width: 40px;
    height: 40px;
    background: url('./img/cards_deco1.png') 0 0 no-repeat #fff;
    background-size: 40px auto;
  }
  .cards .-front .btn {
    width: 120px;
    padding: 6px 15% 8px 10%;
    background: url(./img/arrow_ccl_wt.svg) calc(99% - 6px) calc(50% - 0px)
      no-repeat #533b2d;
    background-size: 12px auto;
    border-radius: 9999px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
  }

  .cards .-back .upper {
    position: relative;
    background: #fafafa;
    padding: 18px 5% 10px;
    border-radius: 10px 10px 0 0;
    border: 2px solid #e7e7e7;
    border-bottom: none;
  }
  .cards .-back .lower {
    position: relative;
    width: calc(100% - 40px);
    height: 40px;
    padding: 3px 5% 0 0;
    background: #fafafa;
    border-radius: 0 0 0 10px;
    border: 2px solid #e7e7e7;
    border-top: none;
    border-right: none;
    text-align: right;
  }
  .cards .-back .lower::before {
    content: '';
    position: absolute;
    bottom: -2px;
    right: -40px;
    width: 40px;
    height: 40px;
    background: url('./img/cards_deco2.png') 0 0 no-repeat #fff;
    background-size: 40px auto;
  }
  .cards .-back .ttlArea {
    padding: 0 20% 5px 0;
  }
  .cards .-back .sttl {
    position: static;
    display: block;
    margin: 0 0 5px;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .cards .-back .sttl .rst {
    position: relative;
    top: 2px;
    margin: 0 0.5rem 0 0;
    font-size: 2rem;
    color: #e84000;
  }
  .cards .-back .sttl:nth-child(2) {
    font-size: 1.6rem;
    color: #cccccc;
  }
  .cards .-back .sttl:nth-child(2) .rst {
    color: #3ca0aa;
  }
  .cards .-back p {
    margin: 0;
    line-height: 1.6;
    font-size: 1.4rem;
  }
  .cards .-back .btn {
    padding: 4px 8% 4px 0;
    background: url(./img/arrow_ccl.svg) calc(99% - 0px) calc(50% + 1px)
      no-repeat;
    background-size: 13px auto;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
  }

  .card__inner {
    /*display: grid;*/
    transform-style: preserve-3d;
  }
  .card__visual {
    /*display: grid;*/
    /*grid-area: 1/1;
place-items: center;*/
    backface-visibility: hidden;
    perspective: 800px;
    transform-style: preserve-3d;
  }
  .card__visual.-front {
    z-index: 1;
  }
  .card__visual.-back {
    position: absolute;
    top: 0;
    z-index: -1;
    rotate: y 180deg;
  }

  /* kutikomi_SP */
  .kutikomi {
    margin: 50px 0;
  }
  .kutikomi .liBox {
    position: relative;
    width: auto;
    padding: 25px 5% 20px;
    border: 2px solid #e7e7e7;
  }
  .kutikomi .liBox .catch {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #16848f;
  }

  .kutikomi .typeA {
    margin: 0 5% 75px;
    border-radius: 10px;
  }
  .kutikomi .typeA::before {
    width: 0;
    height: 0;
    background: none;
    border: none;
  }
  .kutikomi .typeA .flame {
    position: absolute;
    top: -70px;
    bottom: auto;
    right: 10px;
    width: 70px;
  }

  .kutikomi .typeB {
    margin: 0 5% 75px;
    border-radius: 10px;
  }
  .kutikomi .typeB::before {
    width: 0;
    height: 0;
    background: none;
    border: none;
  }

  .kutikomi .typeB .flame {
    position: absolute;
    top: -70px;
    bottom: auto;
    left: 10px;
    width: 70px;
  }

  .kutikomi .typeB .catch {
    color: #e84000;
  }

  /* supervis_SP */
  .supervis {
    position: relative;
    width: auto;
    margin: 75px 5% 50px;
    padding: 35px 5% 10px;
    background: #f5f5f2;
    border-radius: 15px;
  }
  .supervis::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 70px;
    width: 212px;
    height: 40px;
    background: url(./img/eng_sps.svg) 0 0 no-repeat;
    background-size: 212px auto;
  }

  .supervis .sttl {
    position: absolute;
    top: -35px;
    left: -12px;
    width: 73px;
    height: 70px;
    padding: 25px 0 0;
    background: url('./img/fuki_b.png') 0 0 no-repeat;
    background-size: 73px auto;
    text-align: center;
    line-height: 1;
    font-size: 1.6rem;
    color: #fff;
  }
  .supervis .sttl::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    height: 16px;
    background: url('./img/fukideco_b.svg') 50% 0 no-repeat;
    background-size: 22px auto;
  }
  .supervis .txtArea {
    padding: 0 0 0;
  }

  .supervis .catch {
    margin: 0 0 15px;
    padding: 0 0 20px;
    font-size: 1.8rem;
  }
  .supervis .catch::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(./img/wave_deco.svg) 0 100% no-repeat;
    background-size: 63px auto;
  }
  .supervis p {
  }
  .supervis .flame {
    position: static;
    width: 240px;
    margin: 0 auto 20px;
  }

  .supervis .btnArea {
    text-align: center;
  }
  .supervis .btnArea .btn-internal {
    margin: 20px auto 15px;
  }
  .supervis .btnArea .btn-link {
    margin: 0 auto 20px;
  }

  /* botCommon_SP */
  .botCommon {
    position: relative;
    z-index: 0;
    background: #ffe5ca;
    padding: 75px 5% 85px;
  }
  .botCommon::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: url('./img/wave1_rv.svg') 0 0 no-repeat;
    background-size: 100% 20px;
  }
  .botCommon::after {
    content: '';
    position: absolute;
    top: 40px;
    left: auto;
    right: 5%;
    width: 100px;
    height: 80px;
    background: url(./img/bcom_ill.png) 0 0 no-repeat;
    background-size: 100px auto;
  }
  .botCommon .areaInner {
    padding: 25px 0 15px;
    background: url(./img/bcom_cloud.png) calc(100% - 20px) 60px no-repeat #fff;
    background-size: 65px auto;
    border-radius: 10px;
  }
  .botCommon .areaInner::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -50px;
    right: -30px;
    width: 140px;
    height: 390px;
    background: url(./img/bg_cloud01.png) 0 0 no-repeat;
    background-size: 140px auto;
  }
  .botCommon .areaInner::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -115px;
    left: -6%;
    width: 100px;
    height: 120px;
    background: url(./img/bg_cloud02.png) 0 0 no-repeat;
    background-size: 100px auto;
  }

  .botCommon .fuki {
    position: absolute;
    top: -35px;
    left: -12px;
    width: 73px;
    height: 70px;
    padding: 25px 0 0;
    background: url('./img/fuki_b.png') 0 0 no-repeat;
    background-size: 73px auto;
    text-align: center;
    line-height: 1;
    font-size: 1.6rem;
    color: #fff;
  }
  .botCommon .fuki::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    height: 16px;
    background: url('./img/fukideco_b.svg') 50% 0 no-repeat;
    background-size: 22px auto;
  }

  .botCommon .boxTtl {
    position: relative;
    margin: 0 0 30px;
    padding: 20px 0 0;
    line-height: 1.6;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .botCommon .boxTtl .fontS {
    font-size: 1.6rem;
  }
  .botCommon .boxTtl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: url('./img/eng_sps2.svg') 50% 0 no-repeat;
    background-size: 100px auto;
  }

  .botCommon .slArea {
    display: block;
    padding: 0 5% 10px;
  }
  .botCommon .liBox {
    width: auto;
    margin: 0 0 20px;
  }
  .botCommon .liBox:nth-child(3n) {
    margin: 0 0 20px;
  }

  .botCommon .liBox .caseTtl {
    position: relative;
    display: block;
    padding: 8px 5% 10px;
    background: #ffeb71;
    line-height: 1.6;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .botCommon .liBox .caseTtl::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 5%;
    width: 70px;
    height: 12px;
    background: url(./img/eng_case01.svg) 0 0 no-repeat;
  }
  .botCommon .liBox:nth-child(2) .caseTtl::before {
    background: url(./img/eng_case02.svg) 0 0 no-repeat;
  }
  .botCommon .liBox:nth-child(3) .caseTtl::before {
    background: url(./img/eng_case03.svg) 0 0 no-repeat;
  }

  .botCommon .txtArea {
    margin: 0 0 30px;
    padding: 0 5%;
  }
  .botCommon .txtArea .catch {
    margin: 0 0 15px 0;
    padding: 0 0 20px;
    font-size: 1.8rem;
    color: #3ca0aa;
  }
  .botCommon .txtArea .catch::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(./img/wave_deco.svg) 0 100% no-repeat;
    background-size: 63px auto;
  }

  .botCommon .infArea {
    margin: 0 0 30px;
    padding: 0 5%;
  }
  .botCommon .infArea .sttl {
    margin: 0 0 15px;
    text-align: center;
    font-size: 1.8rem;
  }
  .botCommon .infArea .ulBox {
    display: block;
  }
  .botCommon .infArea dl {
    display: table;
    width: 100%;
    margin: 0 0 10px;
    line-height: 1.3;
  }
  .botCommon .infArea dl:nth-child(2n) {
    margin: 0 0 10px;
  }

  .botCommon .infArea dt {
    display: table-cell;
    width: 10rem;
    padding: 10px 1rem;
    background: #d8ecee;
    border-radius: 8px 0 0 8px;
    font-weight: 700;
    text-align: center;
  }
  .botCommon .infArea dd {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 1rem;
    border-bottom: 2px solid #d8ecee;
  }
  .botCommon .btn-web {
    width: 80%;
  }
  .botCommon .btn-web a {
    padding: 1.2em 18% 1.3em;
  }
}
/* End_SP */

/* supervision_box */
.supervision_box {
  border: 2px solid #3ca0aa;
  border-radius: 12px;
  margin: 0px 1px 20px;
	padding: 0 2rem;
}

@media screen and (max-width: 480px) {
	.supervision_box {
  border: 2px solid #3ca0aa;
  border-radius: 12px;
  margin:40px 5% 15px;
		padding: 0;
}
	 .supervision_box .float-wrap {
                margin: 1.5em 3%;
    }
	    .supervision_box .float-wrap .flame {
        position: relative;
        margin: auto;
        width: 50%;
    }
	 .supervision_box .float-wrap .catch {
        text-align: center;
    }

}
