@charset "UTF-8";
/*
Theme Name: +carna
Theme URI: https://carna.style/
Description: +carna theme
Version: 2.01s
Author: +carna
Author URI: https://carna.style/
Tags: simple
Text Domain: +carna
License: 
License URI: 

    +carna
    https://carna.style/

    bootstrap5
    https://getbootstrap.com/
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  font: 1rem/1.8 "Noto Serif JP", "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, Osaka, Sans-Serif;
  height: 100%;
  color: #1E1E1E;
  letter-spacing: 0.05em;
  background-color: #fff;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

div {
  word-break: break-all;
}

a {
  color: #777;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

a:hover {
  color: #747474;
  text-decoration: none;
}

a:active,
a:focus {
  outline: 0;
}

a:hover img {
  opacity: 0.9;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

img {
  border: 0;
  image-rendering: -webkit-optimize-contrast;
}

.container img,
div img,
figure img {
  max-width: 100%;
  height: auto;
}

/* メディアに挿入で必要 */
.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

/* //end */
hr {
  border-width: 1px 0px 0px 0px;
  border-style: dotted;
  border-color: #cccccc;
  height: 1px;
  margin: 20px 0 15px 0;
  clear: both;
}

.hrn {
  border-width: 0;
  border-color: #fff;
}

.dp-block {
  display: block;
}

.no-gutter > [class*=col-],
.no-gutter {
  padding-right: 0;
  padding-left: 0;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.mb-6 {
  margin-bottom: 4rem;
}

.mb-7 {
  margin-bottom: 5rem;
}

.mb-8 {
  margin-bottom: 6rem;
}

.mb-9 {
  margin-bottom: 7rem;
}

.mb-10 {
  margin-bottom: 8rem;
}

.mb-11 {
  margin-bottom: 9rem;
}

.mb-12 {
  margin-bottom: 10rem;
}

.mb-13 {
  margin-bottom: 11rem;
}

.mb-14 {
  margin-bottom: 12rem;
}

.mt-6 {
  margin-top: 4rem;
}

.mt-7 {
  margin-top: 5rem;
}

.mt-8 {
  margin-top: 6rem;
}

.mt-9 {
  margin-top: 7rem;
}

.mt-10 {
  margin-top: 8rem;
}

.mt-11 {
  margin-top: 9rem;
}

.mt-12 {
  margin-top: 10rem;
}

.mt-13 {
  margin-top: 11rem;
}

.mt-14 {
  margin-top: 12rem;
}

.container ul {
  margin: 0 0 0 0;
}

.red {
  color: red;
}

/*************
/* title
*************/
.page h2 {
  margin-bottom: 3rem;
  text-align: center;
}
.page-template-page-lp h2 {
  margin-bottom: 0rem;
}

h3 {
  margin-bottom: 42px;
  font-weight: 700;
}
h3.style1, h3.style3 {
  text-align: center;
  font-size: 32px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
h3.style1 span, h3.style3 span {
  font-size: 40px;
  line-height: 1.3;
  border-bottom: 10px rgba(195, 19, 19, 0.9294117647) solid;
}
h3.style1 span.dot-text, h3.style3 span.dot-text {
  position: relative;
  font-size: inherit;
  border-bottom: none;
}
h3.style1 span.dot-text::before, h3.style3 span.dot-text::before {
  content: "●";
  position: absolute;
  top: -1.3rem;
  left: 0;
  right: 0;
  font-size: 13px;
  color: #C31313;
  text-shadow: none;
}
h3.style2 {
  margin: 0 auto 39px;
  width: 452px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
h3.style2 span {
  display: block;
  padding: 14px 0;
  text-align: center;
  font-size: 32px;
  background: #B8DDE5;
  -webkit-clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
}
h3.attention-ttl {
  position: relative;
  margin: 0 auto 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
h3.attention-ttl::after {
  position: absolute;
  right: -153px;
  display: inline-block;
  content: "";
  width: 173px;
  height: 153px;
  background: url(images/icon_attention.png) 100% 50% no-repeat;
  background-size: contain;
  z-index: -1;
}
h3.style3 {
  margin-bottom: 44px;
  font-size: 20px;
  text-shadow: none;
}
h3.style3 strong {
  font-size: 30px;
}
h3.style4 {
  text-align: center;
  margin-bottom: 34px;
  font-size: 32px;
}
h3.style6 {
  margin: 0 auto 65px;
  padding: 0 0.5em 0.5em;
  width: 545px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
}
h3.style6 span {
  font-size: 40px;
}
h3.style7 {
  text-align: center;
  font-size: 32px;
}
h3.style7 span {
  font-size: 40px;
}
h3.style8 {
  margin-bottom: 68px;
  text-align: center;
  font-size: 32px;
}

h4 {
  font-size: 24px;
  font-weight: 700;
}
h4.style5 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 557px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
}
h4.style5 .ttl {
  display: inline-block;
  width: 77%;
  text-align: center;
}

.num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 105px;
  height: 82px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  background-color: #397779;
  -webkit-clip-path: polygon(0 0, 83% 0, 100% 50%, 83% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 83% 0, 100% 50%, 83% 100%, 0 100%, 0% 50%);
}
.num.square {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 85px;
  height: 89px;
  -webkit-clip-path: none;
          clip-path: none;
}

.path-shadow {
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/*============
nav
=============*/
#p-navArea .menu li.menu-item a.active {
  color: #7aa54f;
  font-weight: 500;
}
#p-navArea .menu li.menu-item a.active:hover {
  color: #fff;
}

#p-navArea nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
}
#p-navArea nav ul li {
  list-style: none;
}
#p-navArea nav ul li a {
  padding: 16px 14px;
  -webkit-transition: 0s;
  transition: 0s;
}
#p-navArea nav ul li a:hover {
  background: #7aa54f;
  color: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.navbar .container ul,
.navbar .container ul li {
  margin: auto;
  padding: 0;
  list-style: none;
}

.navbar-nav > li > a {
  margin-top: 0;
}

nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -300px;
  z-index: 1040;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 300px;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.open nav {
  left: 0;
  opacity: 1;
}

nav .inner {
  padding: 25px;
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  position: fixed;
  top: 1.5%;
  right: 3%;
  z-index: 3;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.toggle_btn span {
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 4px;
  background-color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  top: 24px;
}

.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
          transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
          transform: translateY(-10px) rotate(315deg);
}

.toggle_btn .menu {
  position: absolute;
  top: 26px;
  font-size: 10px;
  color: #333;
}

.open .toggle_btn .menu {
  color: #fff;
}

/*============
nav #mask
=============*/
#mask {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.open #mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  cursor: pointer;
}

/* sub */
.sub-menu {
  display: none;
  position: fixed;
  background-color: #333;
  z-index: 2000;
  padding: 1% 0.5%;
  max-width: 100%;
  width: 210px;
  top: 76px;
}

.sub-menu li {
  border-bottom: 1px dotted #fff;
  padding: 1rem 0.5rem;
}

.sub-menu li:last-child {
  border: none;
  padding-bottom: 0;
}

.fadeIn_up {
  opacity: 0;
  -webkit-transform: translate(0, 5%);
          transform: translate(0, 5%);
  -webkit-transition: 2s;
  transition: 2s;
}

.fadeIn_up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translate(-5%, 0);
          transform: translate(-5%, 0);
}

.fadeIn_left.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadeIn_rigth {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translate(5%, 0);
          transform: translate(5%, 0);
}

.fadeIn_rigth.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadeIn {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

.move2 {
  -webkit-transition: 2.125s;
  transition: 2.125s;
}

.move3 {
  -webkit-transition: 2.25s;
  transition: 2.25s;
}

.move4 {
  -webkit-transition: 2.5s;
  transition: 2.5s;
}

.move5 {
  -webkit-transition: 2.125s;
  transition: 2.125s;
}

.move6 {
  -webkit-transition: 2.25s;
  transition: 2.25s;
}

.move-bigimg {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: translate(0, 1%);
          transform: translate(0, 1%);
}

.page-template-page-lp header ,
.home header {
  height: 1020px;
  background: url(images/img_hero.jpg) 50% 50% no-repeat;
}

header h1,
header h2,
header h3,
header h4,
header h5 {
  margin: 0;
}
header .container-fulid {
  padding: 43px 62px 0;
  margin: 0 auto;
  max-width: 1440px;
}
header h1 {
  margin: 0 0 59px 0;
  font-size: 36px;
  line-height: 44px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
header h1 span {
  font-size: 48px;
}
header .lead-area {
  max-width: 878px;
}
header .lead-area p {
  margin: 29px 0 40px;
  text-align: center;
  color: #303030;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
}
header h2,
header h3 {
  font-size: 64px;
  font-weight: bold;
  color: #397779;
  line-height: 127px;
  letter-spacing: 0.1em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: url(images/img_decoration.svg) 50% 92% no-repeat;
  background-size: contain;
}
header h2 span,
header h3 span {
  font-size: 96px;
}
header .hero-emphasis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 130px;
}
header .hero-emphasis_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 332px;
  height: 316px;
  border-radius: 50%;
  background: #69C8CC url(images/img_art_gra.png) 50% 50% no-repeat;
  font-size: 32px;
  font-weight: 900;
  color: #505050;
  line-height: 46px;
}
header .hero-emphasis_item p {
  margin: 0;
  text-align: center;
  text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
}
header .hero-emphasis_item span {
  margin-top: 1rem;
  display: block;
  font-size: 40px;
  color: #C31313;
  text-align: center;
}
header .hero-emphasis_item:last-child span {
  margin-top: 0;
  font-size: 36px;
  color: #505050;
  margin-bottom: 0.3rem;
}

/* logo */
/*************************
/* blocks
*************************/
.container {
  max-width: 1440px;
}

.panel-g1 {
  padding: 34px 46px;
  background-color: rgba(84, 167, 170, 0.62);
}
.panel-g1 .container {
  padding: 0;
}
.panel-g1 .row {
  position: relative;
}
.panel-g1 .img-nayami {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 510px;
}

.checkbox-area {
  margin-left: auto;
  margin-right: 40px;
  padding: 28px 44px 28px 54px;
  max-width: 714px;
  background: rgba(255, 255, 255, 0.5);
}
.checkbox-area ul {
  padding: 0;
  font-weight: 700;
}
.checkbox-area ul li {
  margin: 0 0 19px 0;
  padding: 0 0 0 70px;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.1em;
  background: url(images/icon_check.svg) 0 50% no-repeat;
  background-size: 51px 35px;
  list-style: none;
}
.checkbox-area ul li span {
  font-size: 24px;
}

.nayami-description {
  margin-left: auto;
  padding: 33px 0 43px;
  max-width: 792px;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}

.panel-g2 {
  background-color: #397779;
}

.pnael-gl1 {
  padding: 36px 0;
  background: url(images/bg_gl_l.png) 0% 50%, url(images/bg_gl_r.png) 100% 50%;
  background-size: cover;
}
.pnael-gl1 p {
  margin: 0 auto;
  max-width: 974px;
  line-height: 27px;
}
.pnael-gl1 p strong {
  font-size: 20px;
}

.panel-gla2 {
  padding: 42px 0 71px;
  background: linear-gradient(89.85deg, rgba(84, 167, 170, 0.62) 8.14%, rgba(84, 167, 170, 0) 99.9%), url(images/img_business_p.png) 102% 50% no-repeat;
  background-size: auto 100%;
}
.panel-gla2 h3 {
  margin-bottom: 30px;
}
.panel-gla2 p {
  text-align: center;
  font-size: 24px;
}
.panel-gla2 figure {
  display: none;
}
.panel-gla2 .container ul {
  margin: 54px auto 0 15%;
  max-width: 790px;
}
.panel-gla2 .container ul li {
  list-style: none;
  font-size: 20px;
}

.panel-g3 {
  padding: 76px 0 67px;
  background: rgba(217, 217, 217, 0.56);
}
.panel-g3 .inner-box-w {
  margin: 0 auto;
  padding: 80px 107px 105px;
  max-width: 1279px;
  border: 5px solid #397779;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: #fff;
}
.panel-g3 h3 {
  text-align: center;
  font-size: 24px;
}
.panel-g3 h3 span {
  color: #C31313;
}
.panel-g3 p {
  margin-bottom: 0;
  font-size: 20px;
}

.panel-g4 {
  padding: 59px 0 111px;
  background: rgba(84, 167, 170, 0.4);
}
.panel-g4 .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 89px;
}
.panel-g4 .txt-area {
  max-width: 442px;
}
.panel-g4 p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}
.panel-g4 p:last-child {
  margin-bottom: 0;
}
.panel-g4 figure {
  max-width: 539px;
}

.panel-w1 {
  padding: 127px 0 83px;
  background: #fff;
}
.panel-w1 .path-shadow {
  -webkit-filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.25));
}
.panel-w1 .row {
  margin: 0 auto 20px;
  padding-bottom: 22px;
  max-width: 1065px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 44px;
  border-bottom: 1px solid #397779;
}
.panel-w1 .row:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.panel-w1 .row:last-child {
  border-bottom: none;
}
.panel-w1 .col-txt {
  padding: 0;
  width: 574px;
}
.panel-w1 .col-txt p {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 23px;
  max-width: 371px;
}
.panel-w1 figure {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  max-width: 367px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.panel-w1 figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid rgba(255, 255, 255, 0.26);
}
.panel-w1 figure img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 242px;
}

.panel-g5 {
  padding: 120px 0 140px;
  background: #D9D9D9 url(images/img_sup1.jpg) 100% 50% no-repeat;
  background-size: contain;
}
.panel-g5 figure {
  display: none;
}
.panel-g5 .txt-box-l {
  margin-left: 98px;
  max-width: 680px;
}
.panel-g5 .txt-box-l h3 {
  margin-bottom: 76px;
}
.panel-g5 .col-txt2 {
  margin: 0 auto;
  max-width: 431px;
  line-height: 23px;
}
.panel-g5 .col-txt2 p {
  margin-bottom: 30px;
}
.panel-g5 .col-txt2 p:last-child {
  margin-bottom: 0;
}
.panel-g5 .col-txt2 p strong {
  font-size: 20px;
}

.panel-g6 {
  padding: 54px 0 107px;
  background: rgba(84, 167, 170, 0.62);
}
.panel-g6 .price-box.cur {
  padding: 0px;
}
.panel-g6 .price-box .prince-table{
  width: 100%;
  margin: 0;
}
.panel-g6 .price-box .prince-table th{
  border: 0;
  border-right: 1px solid #ccc;
  text-align: center;
  line-height: 1;
  display: table-cell;
}
.panel-g6 .price-box .prince-table tr:nth-child(even) th,
.panel-g6 .price-box .prince-table tr:nth-child(even) td{
  background-color: #e6f4f4;
}
.panel-g6 .price-box .prince-table th:nth-child(1){
  width: 34%;
  background-color: #eeeeee!important;
  font-size: 32px;
  font-weight: 700;
  color: #666666;
  padding-top: 48px;
  padding-bottom: 48px;
}
.panel-g6 .price-box .prince-table th:nth-child(2),
.panel-g6 .price-box .prince-table th:nth-child(3),
.panel-g6 .price-box .prince-table th:nth-child(4){
      width: 22%;
      color: #ffffff;
      font-size: 32px;
      font-weight: 700;
}
.panel-g6 .price-box .prince-table th:nth-child(2){
  background-color: #017275!important;
}
.panel-g6 .price-box .prince-table th:nth-child(3){
  background-color: #a36801!important;
}
.panel-g6 .price-box .prince-table th:nth-child(4){
  background-color: #ad1912!important;
}
.panel-g6 .price-box .prince-table th span{
      font-size: 21px;
}
.panel-g6 .price-box .prince-table td{
  border: 0;
  border-right: 1px solid #ccc;
  text-align: center;
  padding: 12px 3%;
  font-size:18px ;
  box-sizing: border-box;
  font-weight: 500;
  display: table-cell;
}
.panel-g6 .price-box .prince-table td:first-child{
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    box-sizing: border-box;
}
.panel-g6 .price-box .prince-table th:last-child,
.panel-g6 .price-box .prince-table td:last-child{
    border:0;
}
.panel-g6 .price-box .prince-table tr:first-child th:first-child{
  border-top-left-radius: 20px;
}
.panel-g6 .price-box .prince-table tr:first-child th:last-child{
  border-top-right-radius: 20px;
}
.panel-g6 .price-box .prince-table tr:last-child td:first-child{
  border-bottom-left-radius: 20px;
}
.panel-g6 .price-box .prince-table tr:last-child td:last-child{
  border-bottom-right-radius: 20px;
}
.panel-g6 .price-box .prince-table tr.clip td{
  position: relative;
}
.panel-g6 .price-box .prince-table tr.clip td:nth-child(2):after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #017275 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 45%;
  right: 45%;
}
.panel-g6 .price-box .prince-table tr.clip td:nth-child(3):after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #a36801 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 45%;
  right: 45%;
}
.panel-g6 .price-box .prince-table tr.clip td:nth-child(4):after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ad1912 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 45%;
  right: 45%;
}


.panel-g6 .price-box {
  padding: 10px;
  margin: 0 auto 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 986px;
  border-radius: 23px;
  border: 3px solid #397779;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 24px;
}
.panel-g6 .price-box.cost {
  max-width: 425px;
}
.panel-g6 .price-box.cost > div {
  margin: 0 auto;
}
.panel-g6 .price-item {
  width: 280px;
  text-align: center;
  font-weight: 700;
  border-right: 3px solid #397779;
}
.panel-g6 .price-description span {
  font-weight: 700;
  font-size: 36px;
}
.panel-g6 .price-description.pad-l1 {
  padding-left: 133px;
}
.panel-g6 .price-description.pad-l2 {
  padding-left: 72px;
  line-height: 1.1;
}
.panel-g6 .price-description small {
  font-size: 1rem;
}
.panel-g6 .icon-plus {
  text-align: center;
}
.panel-g6 .wh-box {
  margin: 73px auto 0;
  padding: 52px 52px 77px;
  max-width: 1088px;
  background: #F1F1F1;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.panel-g6 .wh-box .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 93px;
}
.panel-g6 .wh-box p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
}
.panel-g6 .wh-box .hero-btn-area {
  margin-top: 74px;
}

.panel-i1 {
  padding: 107px 0 53px;
  background: url(images/img_tel.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.panel-i1 .d-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 110px;
}
.panel-i1 .box-rd {
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 531px;
  height: 371px;
  border-radius: 50px;
}
.panel-i1 .box-rd p,
.panel-i1 .box-rd figure {
  margin-bottom: 0;
}
.panel-i1 .box-rd span {
  font-size: 20px;
  border-bottom: 7px rgba(195, 19, 19, 0.93) solid;
}
.panel-i1 .box-rd.lf-box {
  line-height: 23px;
  color: #fff;
  background: radial-gradient(62.16% 62.16% at 50% 50%, #397779 0%, rgba(57, 119, 121, 0.85) 100%);
}
.panel-i1 .box-rd.rt-box {
  line-height: 40px;
  background: radial-gradient(62.16% 62.16% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0.61) 100%);
}
.panel-i1 .box-rd.rt-box span {
  font-weight: 700;
}
.panel-i1 .ttl-caution {
  margin-top: 52px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.panel-i1 .ttl-caution span {
  font-size: 32px;
}
.panel-i1 .ttl-caution span.red {
  color: #C31313;
}

.panel-wh {
  padding: 152px 0 92px;
}
.panel-wh .case-area {
  margin: 0 auto 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 987px;
  gap: 50px;
}
.panel-wh .case-area figure {
  width: 132px;
  height: 230px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 132px;
          flex: 0 0 132px;
}
.panel-wh .case-area .cm-area {
  font-size: 20px;
  line-height: 35px;
}
.panel-wh .case-area .cm-area p {
  margin-bottom: 0;
  max-width: 772px;
}
.panel-wh .case-area .cm-area strong,
.panel-wh .case-area .cm-area span {
  font-size: 24px;
  font-weight: 700;
}
.panel-wh .case-area .cm-area span {
  color: #C31313;
}

.panel-g7 {
  padding: 46px 0 131px;
  background-color: #F1F1F1;
}
.panel-g7 .flow-row {
  margin: 0 auto 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 34px;
  max-width: 1346px;
}
.panel-g7 .flow-box {
  position: relative;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: 5px solid #397779;
  width: 340px;
  min-height: 418px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.panel-g7 .flow-box:first-child {
  width: 785px;
}
.panel-g7 .flow-box figure {
  margin-bottom: 24px;
  text-align: center;
}
.panel-g7 .flow-box h4 {
  margin-bottom: 15px;
  text-align: center;
}
.panel-g7 .flow-box p {
  margin-bottom: 0;
  line-height: 23px;
}

.panel-line {
  padding: 80px 0;
  background: url(images/bg_line.png) 50% 50%;
}
.panel-line h3 {
  text-align: center;
}
.panel-line dl {
  margin: 0 auto;
  max-width: 882px;
}
.panel-line dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 0 19px;
  font-size: 20px;
}
.panel-line dl dt::before {
  content: "Q";
  margin-right: 42px;
  font-size: 32px;
  line-height: 0;
  color: #397779;
}
.panel-line dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 16px;
  padding: 0 0 26px 13px;
  border-bottom: 1px solid #505050;
}
.panel-line dl dd::before {
  position: relative;
  top: 9px;
  margin-right: 32px;
  content: "A";
  font-size: 32px;
  font-weight: 700;
  line-height: 0;
  color: #C31313;
}
.panel-line dl dd:last-child {
  border: none;
}
.panel-line .ttl-other {
  margin: 96px 0 56px;
  text-align: center;
  color: #397779;
  font-size: 24px;
}

.panel-img {
  padding: 54px 0;
  background: url(images/bg_img_fu.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.panel-img h3 {
  font-size: 24px;
  text-align: center;
}
.panel-img .in-box {
  padding: 74px 70px;
  margin: 0 auto;
  max-width: 1308px;
  background: rgba(255, 255, 255, 0.6);
  line-height: 33px;
}
.panel-img .in-box span {
  font-size: 20px;
}
.panel-img .in-box span.un-line {
  display: inline-block;
  line-height: 22px;
  font-weight: 700;
  border-bottom: 5px solid #C31313;
}

.panel-office {
  background: #B8DDE5 url(images/bg_img_com.jpg) 100% 50% no-repeat;
  background-size: auto 100%;
}
.panel-office .inner-box {
  padding: 117px 134px;
}
.panel-office figure {
  display: none;
}
.panel-office h3 {
  margin-bottom: 100px;
  font-size: 32px;
}
.panel-office ul {
  padding: 0;
  margin: 0;
}
.panel-office ul li {
  margin: 0 0 30px;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  list-style: none;
}
.panel-office ul li:last-child {
  margin-bottom: 0;
}

.panel-law {
  padding: 111px 0;
  background-color: #D9D9D9;
}
.panel-law .row {
  margin: 0 auto;
  max-width: 1094px;
  gap: 117px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.panel-law .row .col-img {
  max-width: 222px;
}
.panel-law .row .col-text {
  max-width: 753px;
  font-size: 20px;
  line-height: normal;
}
.panel-law .row .col-text h3 {
  margin-bottom: 30px;
  font-size: 32px;
}
.panel-law .row .col-text p {
  margin-bottom: 0;
}

.panel-cotact {
  padding: 70px 0;
  background-color: #B8DDE5;
}
.panel-cotact h3 {
  margin-bottom: 70px;
  font-size: 32px;
  text-align: center;
}

.link-mp {
  padding-top: 60px;
  margin-top: -60px;
}

.link_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.link_button button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 80px;
  font-weight: 700;
  color: #397779;
  font-size: 32px;
  color: #fff;
}

.widgettitle {
  padding: 4% 7%;
  font-size: 22px;
  background-color: #ddd;
}

aside h2 {
  margin-bottom: 22px;
}
aside li {
  list-style: none;
}
aside .widget {
  margin-bottom: 2rem;
}
aside .widget:last-child {
  margin-bottom: 0;
}
aside .widget li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #8f8f8f;
}
aside .widget li.categories {
  border: 0;
}
aside .widget .parent-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
aside .widget .parent-category::after {
  content: "";
  background: url(images/ar.svg) 100% 0 no-repeat;
  background-size: 18px;
  width: 18px;
  display: block;
  height: 18px;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
aside .widget .parent-category.open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
aside .widget ul.children {
  display: none;
}
aside .widget ul.children li {
  margin-top: 0.8rem;
  padding-left: 1rem;
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
aside #searchform > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
aside #searchform input {
  padding: 4%;
  max-width: 80%;
  border: 1px solid #ccc;
}
aside #searchform button {
  width: 84px;
  font-size: 14px;
}

.list-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.list-post .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  gap: 1rem;
}
.list-post .post-info a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0.65em 1em;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #6c757d;
  border-radius: 50rem;
}

.cat-list-area-img {
  max-width: 336px;
  max-height: 221px;
  overflow: hidden;
}
.cat-list-area-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cat-list-area-img img:hover {
  -webkit-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
}

/* tag */
.tagArea {
  border-bottom: 1px dotted #ccc;
  background: #efefef;
  border-radius: 4px;
  color: #ddd;
  font-size: 1.1rem;
  margin-top: 4%;
  padding: 2% 0;
}

.tag {
  padding: 2px 5px;
  margin: 0 10px;
  color: #999;
  border-radius: 4px;
}

#date {
  padding-right: 5px;
  padding-top: 15px;
  padding-bottom: 10px;
  color: #333;
}

#date a {
  color: #333;
  text-decoration: none;
}

#date a:hover {
  color: #efefef;
  text-decoration: none;
}

#date a:active,
a:focus {
  outline: 0;
}

#next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.box_img_border {
  border: 1px solid #cccccc;
  padding: 1px;
  margin: 1px;
}

/* パンくずリスト */
.breadcrumbs_area {
  clear: both;
  font-size: 1.1rem;
  padding: 2%;
  background: #faf2f2;
  border: 1px solid #efefef;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

ul.bread_crumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.container ul.bread_crumb li {
  padding: 0 2px;
  background-image: none;
}

.container ul.bread_crumb li:before {
  margin-right: 5px;
  content: ">";
}

.container ul.bread_crumb li.top:before {
  margin-right: 5px;
  content: "";
}

/*************
テーブル
*************/
table {
  border-collapse: collapse;
  width: 100%;
}

table,
th,
td {
  text-align: left;
  margin: 0 20px 20px 0px;
}

td,
th {
  padding: 10px 5px;
  border: 1px solid #dddddd;
}

th {
  width: 30%;
  font-weight: normal;
}

/*************
/* リスト
*************/
/*　FAQ　*/
dl.faq dt,
dl.faq dd {
  padding: 5px 0 5px 50px;
}

dl.faq dt {
  font-size: 1.6rem;
  font-weight: normal;
  color: #d6746b;
  background: url(images/icon_q.png) 0 50% no-repeat;
}

dl.faq dd {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  background: url(images/icon_a.png) 0 50% no-repeat;
}

/*　会社概要のリスト　*/
dl.company {
  margin: 10px 0 20px 10px;
  border-bottom: 1px dotted #ccc;
}

dl.company dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 10em;
  border-left: solid 4px #6b9dbc;
  border-top: 1px dotted #ccc;
  padding: 10px 0 10px 10px;
  font-weight: bold;
}

dl.company dd {
  margin-bottom: 0.8em;
  margin-left: 7.5em;
  padding: 10px 0 10px;
  border-top: 1px dotted #ccc;
  overflow: hidden;
}

/*　個人情報保護のリスト　*/
dl.list dt {
  padding-bottom: 0.5em;
  margin-top: 1em;
  width: 100%;
  border-bottom: dotted 1px #505050;
  font-weight: bold;
}

dl.list dd {
  margin: 0.5em 0 2em;
}

dl.list ul {
  margin-top: 0.5em;
}

dl.list li {
  margin-left: 1em;
}

/*　topix　*/
dl.topix {
  margin-bottom: 30px;
}

dl.topix dt {
  padding: 15px 0 15px 15px;
  width: 18%;
  color: #8ec661;
  display: inline-block;
  font-weight: normal;
}

dl.topix dd {
  padding: 15px;
  width: 82%;
  display: inline-block;
}

dl.topix a {
  color: #252525;
  text-decoration: none;
}

dl.topix a:hover {
  color: #ddd;
  text-decoration: none;
}

dl.topix a:active,
a:focus {
  outline: 0;
}

/*************
サイド（右側）コンテンツ
*************/
aside p {
  margin-bottom: 20px;
}

aside ul {
  padding-left: 0;
  margin-bottom: 10px;
}
aside ul a {
  line-height: 1.4;
  color: #000;
  text-decoration: none;
}
aside ul .post-date {
  font-size: 14px;
  color: #397779;
}

aside li a {
  display: block;
}

/*　カスタムメニュー　*/
aside .sidenav {
  width: auto;
  margin: 0 0 20px;
  padding: 0.5rem;
  border: 1px solid #ddd;
}

.sidenav ul li {
  list-style: none;
  padding: 0.5rem;
  border-bottom: 1px dotted #8f8f8f;
}

.sidenav ul {
  margin-bottom: 0;
  margin-left: 0;
}

.sidenav ul li:last-child {
  border-bottom: none;
}

.sidenav a {
  color: #252525;
  text-decoration: none;
}

.sidenav a:hover {
  color: #999;
  text-decoration: none;
}

.sidenav a:active,
a:focus {
  outline: 0;
  text-decoration: none;
}

/*******************************
/* フッター
*******************************/
.footerUpper {
  margin: 2rem 0;
}
.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.footer-nav ul li a {
  text-decoration: none;
  color: #000;
}

.footerLower {
  padding: 10px;
  text-align: center;
}

address {
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
}

.footerLower a {
  text-decoration: none;
  color: #000;
}

.footerLower a:hover {
  text-decoration: none;
}

.footerLower a:active,
a:focus {
  outline: 0;
}

/*******************************
/* MW WP Form
*******************************/
.mw_wp_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mw_wp_form dt {
  vertical-align: middle;
}

.mw_wp_form input,
.mw_wp_form select,
.mw_wp_form textarea,
.form-control {
  padding: 6px 12px;
  height: auto;
  padding: 1.2rem;
  font-size: 16px;
}

.mw_wp_form td input[type=checkbox],
.mw_wp_form td input[type=radio] {
  width: auto;
  vertical-align: 0;
}

.mw_wp_form th .check {
  color: red;
  font-size: 14px;
}

#confirm-button {
  text-align: center;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  padding: 10px;
  width: 25%;
}

.mw_wp_form {
  margin: 0 auto;
  max-width: 939px;
}
.mw_wp_form .contact-form-box {
  margin-bottom: 118px;
  font-size: 20px;
}
.mw_wp_form .contact-form-box > div {
  margin-bottom: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 78px;
}
.mw_wp_form .contact-form-box > div:last-child {
  margin-bottom: 0;
}
.mw_wp_form .contact-form-box > div p {
  display: none;
}
.mw_wp_form .contact-form-box > div dt {
  width: 277px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mw_wp_form .contact-form-box > div dt .check {
  padding: 2px 7px;
  display: inline-block;
  color: #C31313;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: normal;
  border: 1px solid #C31313;
}
.mw_wp_form .contact-form-box > div dd {
  width: 578px;
}
.mw_wp_form .contact-form-box > div dd.selection-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  gap: 23px;
}
.mw_wp_form .contact-form-box > div dd.selection-box label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mw_wp_form .contact-form-box > div dd.selection-box label input {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*******************************
/* ページャー
*******************************/
.pager {
  text-align: center;
}

a.page-numbers,
.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
}

.pager .current {
  background: rgb(0, 0, 0);
  border: solid 1px rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

/*******************************
/* google map + youtube
*******************************/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube .ggmap {
  padding-bottom: 49.25%;
}

/*******************************
/* teitter
*******************************/
.twitter {
  height: 400px;
  overflow: auto;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 10%;
  right: 5%;
}

.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #333;
  border-radius: 50px;
  text-align: center;
  color: #F4F2F0;
  font-size: 25px;
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

@-webkit-keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.fix-btn {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
}
.fix-btn figure {
  margin-bottom: 0;
}

.hero-btn-area {
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 957px;
  gap: 57px;
}

.shiny-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 450px;
  height: 101px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  background: #2170D7;
  border: 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  gap: 17px;
}
.shiny-btn small {
  display: block;
  font-size: 16px;
}
.shiny-btn figure {
  margin-bottom: 0;
}
.shiny-btn:hover {
  color: #fff;
}
.shiny-btn.btn-secondary {
  background-color: #4CAF50;
}
.shiny-btn.btn-secondary:hover {
  background: #3e8a40;
}

.shiny-btn::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  -webkit-transform: scale(2) rotate(20deg);
          transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation: shiny 3s ease-in-out infinite;
          animation: shiny 3s ease-in-out infinite;
  /* アニメーション */
}
@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.btn-secondary::after {
  -webkit-animation-duration: 3.1s;
          animation-duration: 3.1s;
}

.arrow-box {
  position: relative;
  width: 213px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 213px;
          flex: 0 0 213px;
  background: #397779;
  padding: 20px;
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  border-radius: 24px;
}

.arrow-box:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(57, 119, 121, 0);
  border-top-width: 16px;
  border-bottom-width: 16px;
  border-left-width: 27px;
  border-right-width: 27px;
  margin-top: -16px;
  border-left-color: #397779;
  left: 100%;
  top: 50%;
}

.arrow-box2 {
  position: relative;
  width: 762px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 762px;
          flex: 0 0 762px;
  background: #D9D9D9;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 24px;
}

.arrow-box2:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(57, 119, 121, 0);
  border-top-width: 16px;
  border-bottom-width: 16px;
  border-left-width: 27px;
  border-right-width: 27px;
  margin-top: -16px;
  border-left-color: #D9D9D9;
  right: 100%;
  top: 50%;
}

.arrow-box3 {
  margin-bottom: 13px;
  position: relative;
  max-width: 806px;
  background: #D9D9D9;
  padding: 20px;
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.arrow-box3:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(90, 230, 40, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-top: -2px;
  border-right-color: #D9D9D9;
  right: 99.7%;
  top: 50%;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

#link-1 {
  height: 1px;
  display: block;
  padding-top: 300px;
  margin-top: -300px;
}

input[type=radio] {
  padding: 0.4em;
}

/*******************************
min-width:1441px
*******************************/
@media (min-width: 1441px) {
  .panel-gla2 {
    background-size: auto 137%;
  }
}
@media (max-width: 1366px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
  .panel-g7 .flow-row > figure {
    width: 3%;
  }
  .panel-g7 .flow-box:first-child {
    width: 785px;
    width: 65%;
  }
  .panel-g7 .flow-box {
    width: 25%;
  }
  .fix-btn {
    width: 24%;
  }
}
@media (max-width: 1322px) {
  header .hero-emphasis {
    gap: 11%;
  }
  header .hero-emphasis_item {
    width: 23vw;
    height: 23vw;
  }
  header .hero-emphasis_item:last-child span {
    font-size: 2.6vw;
  }
  header .hero-emphasis_item {
    font-size: 2.2vw;
  }
  header .hero-emphasis_item span {
    font-size: 2.8vw;
  }
}
@media (max-width: 1200px) {
  header .hero-emphasis_item {
    line-height: 3.5vw;
  }
  header h2,
  header h3 {
    font-size: 5.6vw;
  }
  header h2 span,
  header h3 span {
    font-size: 7.3vw;
  }
  header .lead-area {
    max-width: 82%;
  }
  .panel-g1 .img-nayami {
    max-width: 38%;
  }
  .checkbox-area {
    margin-right: 0;
  }
  .nayami-description {
    max-width: 63%;
  }
  .panel-g5 {
    background-size: cover;
    background-position: 14% 50%;
  }
  .panel-g5 .col-txt2 {
    max-width: 74%;
  }
  .panel-gla2 {
    background-position: 108% 50%;
  }
  .panel-i1 .d-flex {
    gap: 6vw;
  }
}
@media (max-width: 1112px) {
  header .hero-emphasis_item {
    width: 25vw;
    height: 25vw;
  }
  header .hero-emphasis {
    gap: 8%;
  }
  header .lead-area p {
    font-size: 3.3vw;
  }
  .page-template-page-lp header ,
  .home header {
    background-position: 74% 50%;
  }
  header .lead-area {
    max-width: 75%;
  }
  header h2 span,
  header h3 span {
    font-size: 7vw;
  }
  header h2,
  header h3 {
    font-size: 5.1vw;
  }
  .panel-office {
    background-position: 36%;
  }
  .panel-g1 .img-nayami {
    top: 38%;
    max-width: 33%;
  }
  .nayami-description {
    max-width: 70%;
  }
  .panel-gla2 {
    background-position: 113% 50%;
  }
  .panel-g7 .flow-box:first-child {
    width: 62%;
  }
  .panel-g7 .flow-box {
    width: 27%;
  }
  .panel-g7 .flow-row {
    gap: 2%;
  }
  .panel-law .row .col-text {
    max-width: 65%;
  }
}
@media (max-width: 1024px) {
  .panel-g1 .img-nayami {
    left: -5%;
  }
  .panel-gla2 {
    background-position: 119% 50%;
  }
  .panel-gla2 h3,
  .panel-gla2 p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 12%;
  }
  .panel-gla2 .container ul {
    margin-left: 7%;
  }
  .panel-g4 figure {
    max-width: 40%;
  }
  .panel-g4 .txt-area {
    max-width: 50%;
  }
  .panel-g4 .row {
    gap: 6%;
  }
  .panel-i1 .ttl-caution {
    font-size: 2.2vw;
  }
  .panel-i1 .ttl-caution span {
    font-size: 3vw;
  }
  .panel-g7 .flow-box {
    min-height: 470px;
  }
  .panel-office .inner-box {
    padding: 7% 5%;
  }
  .panel-law {
    padding: 7% 0;
  }
}
@media (max-width: 992px) {
  .panel-w1 .col-txt {
    width: 56%;
  }
  .panel-g5 .txt-box-l h3 {
    text-align: left;
  }
  .panel-g5 .col-txt2 {
    max-width: 81%;
    margin-left: 0;
  }
  .panel-g6 .wh-box .d-flex {
    gap: 10%;
  }
  .icon-arrow {
    width: 4%;
  }
  .panel-i1 .box-rd {
    padding: 4%;
  }
  .panel-i1 .d-flex {
    gap: 4vw;
  }
  h4.style5 .ttl {
    width: 76%;
  }
  .panel-g6 .price-description.pad-l2 {
    padding-left: 5%;
  }
}
@media (max-width: 930px) {
  header .container-fulid {
    padding: 43px 4% 0;
  }
  header h2 span,
  header h3 span {
    font-size: 6.9vw;
  }
  header h2,
  header h3 {
    font-size: 5vw;
  }
  header .hero-emphasis {
    gap: 4%;
  }
  header .hero-emphasis_item {
    width: 28vw;
    height: 28vw;
  }
  header .hero-emphasis_item {
    font-size: 2.5vw;
  }
  header .hero-emphasis_item span {
    font-size: 3.4vw;
  }
  header .hero-emphasis_item:last-child span {
    font-size: 3vw;
  }
  .panel-g1 .img-nayami {
    top: 71%;
  }
  .panel-gla2 .container ul {
    margin-left: 2%;
  }
  .panel-gla2 h3,
  .panel-gla2 p {
    margin-left: 4%;
  }
  .panel-g3 .inner-box-w {
    padding: 8%;
  }
  .panel-g5 {
    padding: 8% 0%;
    background-position: -38% 50%;
  }
  .panel-w1 figure {
    max-width: 37%;
  }
  .panel-w1 .col-txt {
    width: 58%;
  }
  h4.style5 .ttl {
    width: 69%;
  }
  .panel-g5 .txt-box-l {
    margin-left: 6%;
  }
  .panel-g6 .wh-box {
    padding: 5% 2%;
  }
  .hero-btn-area {
    gap: 3%;
  }
  .panel-g7 .flow-box {
    padding: 2%;
  }
  .panel-g7 {
    padding: 6% 2%;
  }
  .panel-law .row .col-text {
    max-width: 69.5vw;
  }
  .panel-law .row {
    gap: 4%;
  }
  .mw_wp_form .contact-form-box > div {
    gap: 3%;
  }
  .mw_wp_form .contact-form-box > div dd {
    width: auto;
  }
  .fix-btn {
    width: 23%;
  }
  .panel-g6 .price-description.pad-l2 {
    padding-left: 3%;
  }
}
@media (max-width: 880px) {
  .panel-gla2 .container ul {
    padding-left: 1rem;
    margin: 5% auto 0 0;
  }
  .panel-w1 figure {
    max-width: 34vw;
  }
  h4 {
    font-size: 2.5vw;
  }
  .panel-g6 .price-description.pad-l2 {
    padding-left: 5%;
  }
  .panel-g6 .wh-box .d-flex {
    gap: 8%;
  }
  .panel-law .row .col-text {
    max-width: 66vw;
  }
  .mw_wp_form .contact-form-box > div dd {
    width: 75%;
  }
  .fix-btn {
    width: 21%;
  }
  header .lead-area {
    max-width: 72%;
  }
  header h2,
  header h3 {
    background-position: 50% 61%;
  }
  .hero-btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shiny-btn {
    margin: 0 auto;
  }
  .shiny-btn:first-child {
    margin-bottom: 1rem;
  }
  .page-template-page-lp header ,
  .home header {
    padding-bottom: 9%;
  }
  .panel-gla2 {
    padding-bottom: 0;
    background: linear-gradient(89deg, rgba(84, 167, 170, 0.62) 0%, rgba(84, 167, 170, 0) 100%);
  }
  .panel-gla2 h3,
  .panel-gla2 p {
    margin-left: auto;
    margin-right: auto;
  }
  .panel-gla2 .container ul {
    margin: 5% auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .panel-gla2 figure {
    margin: 3rem 0 0;
    display: block;
    text-align: center;
  }
  .panel-gla2 figure img {
    width: 100%;
    height: 56vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  h3.attention-ttl::after {
    right: -28%;
    width: 16vw;
    height: 15vw;
  }
  .panel-g4 .row {
    gap: 2%;
  }
  .panel-w1 .col-txt p {
    max-width: 100%;
  }
  .panel-g6 .price-item,
  .panel-g6 .price-box {
    font-size: 2.7vw;
  }
  .panel-g6 .price-item {
    width: 252px;
  }
  .panel-g6 .price-description span {
    font-size: 4.1vw;
  }
  .arrow-box {
    width: 170px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
  }
  .panel-g6 .wh-box .d-flex {
    gap: 5%;
  }
  .panel-office h3 {
    margin-bottom: 8vw;
  }
  .panel-law .row .col-text h3,
  .panel-cotact h3,
  .panel-office h3,
  h3.style8,
  h3.style7,
  h3.style4,
  h3.style1,
  h3.style3,
  h3.style2 span {
    font-size: 3.7vw;
  }
  h3.style1 span,
  h3.style3 span {
    font-size: 4.6vw;
  }
}
@media (max-width: 820px) {
  .page-template-page-lp header ,
  .home header {
    padding-bottom: 6%;
    height: auto;
  }
  header h2,
  header h3 {
    line-height: 11vw;
  }
  header h1 {
    margin-bottom: 7vw;
  }
  header .lead-area p {
    margin: 4% 0 40px;
  }
  header .hero-emphasis {
    gap: 2%;
  }
  header .hero-emphasis_item {
    width: 30vw;
    height: 30vw;
  }
  header .hero-emphasis_item span {
    font-size: 3.7vw;
  }
  header .hero-emphasis_item {
    font-size: 2.7vw;
  }
  .panel-g1 .img-nayami {
    top: 95%;
  }
  .checkbox-area {
    margin-right: auto;
    padding: 28px 44px;
  }
  .pnael-gl1 {
    padding: 36px 2%;
  }
  .panel-g3 {
    padding-left: 2%;
    padding-right: 2%;
  }
  .mw_wp_form .contact-form-box > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mw_wp_form .contact-form-box > div dt {
    margin-bottom: 1rem;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4%;
  }
  .mw_wp_form .contact-form-box > div dd {
    width: 100%;
  }
  .panel-g6 .wh-box p {
    font-size: 19px;
  }
  .panel-law .row .col-text {
    max-width: 65vw;
  }
  .panel-g6 .price-item {
    width: 204px;
  }
  .panel-g6 .price-description small {
    font-size: 0.875rem;
  }
  .panel-g6 .price-description.pad-l2 {
    padding-left: 3%;
  }
}
@media (max-width: 800px) {
  .panel-g6 .price-box .prince-table th:nth-child(1),
  .panel-g6 .price-box .prince-table th:nth-child(2),
  .panel-g6 .price-box .prince-table th:nth-child(3),
  .panel-g6 .price-box .prince-table th:nth-child(4){
    font-size: 2.7vw;
  }
  .panel-g6 .price-box .prince-table th span{
    font-size: 2vw;
  }
  .panel-g6 .price-box .prince-table td{
  padding: 12px 3%;
  font-size:2.4vw ;
  }
  .panel-g6 .price-box .prince-table td:first-child{
    font-size: 2.7vw;
  }

}
@media (max-width: 768px) {
  .panel-g6 .price-item {
    width: 26%;
  }
  .panel-g4 figure {
    max-width: 100%;
    text-align: center;
  }
  .panel-g4 .txt-area {
    max-width: 100%;
  }
  .panel-g4,
  .panel-w1 {
    padding: 8% 0;
  }
  .panel-w1 .row:last-child {
    margin-bottom: 0;
  }
  .panel-g5 .txt-box-l {
    margin-left: 0;
  }
  .panel-g5 .col-txt2 {
    max-width: 96%;
    margin-left: auto;
  }
  .panel-g5 .txt-box-l h3 {
    text-align: center;
  }
  .panel-g5 {
    padding-bottom: 0;
  }
  .panel-g5 figure {
    margin: 3rem 0 0;
    display: block;
    text-align: center;
  }
  .panel-g5 figure img {
    width: 100%;
    height: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .arrow-box {
    padding: 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.6vw;
            flex: 0 0 18.6vw;
    font-size: 2.8vw;
    border-radius: 18px;
  }
  .panel-g6 {
    padding-bottom: 8%;
  }
  .panel-i1 .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .icon-arrow {
    width: 4%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .panel-i1 .box-rd {
    padding: 6%;
    width: 80%;
    height: 40vw;
  }
  .panel-g7 .flow-row {
    margin: 0 auto;
  }
  .panel-g7 .flow-box:first-child,
  .panel-g7 .flow-box,
  .panel-law .row .col-text {
    width: 100%;
    max-width: 100%;
  }
  .panel-g7 .flow-box {
    min-height: 45vw;
  }
  .panel-g7 .flow-row > figure {
    width: 4%;
    margin: 2rem auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .panel-law .row .col-img {
    max-width: 100%;
    text-align: center;
  }
  .link_button button {
    font-size: 3vw;
  }
  ul.nav {
    height: auto;
  }
  dl.topix dt,
  dl.company dt {
    padding: 1% 0;
    display: block;
    float: none;
    width: auto;
  }
  dl.topix dd,
  dl.company dd {
    padding: 1% 0 2%;
  }
  dl.topix dd {
    width: 100%;
  }
  .mw_wp_form button,
  html input[type=button],
  input[type=reset],
  input[type=submit] {
    width: 100%;
  }
  .block {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  th,
  td {
    display: block;
    margin: 0;
    border: 0;
  }
  th,
  .mw_wp_form th {
    width: 100%;
  }
  td {
    margin-bottom: 2%;
    border-top: none;
  }
}
@media (max-width: 667px) {
  header h1 {
    font-size: 5.1vw;
  }
  header h1 span {
    font-size: 7.1vw;
  }
  .page-template-page-lp header ,
  .home header {
    background-size: cover;
  }
  .checkbox-area ul li,
  .nayami-description,
  .panel-gla2 .container ul li,
  .panel-g3 p,
  .panel-g4 p,
  .panel-i1 .ttl-caution,
  .panel-wh .case-area .cm-area {
    font-size: 3.2vw;
  }
  .checkbox-area ul li span,
  .panel-gla2 p,
  .panel-g3 h3,
  .shiny-btn {
    font-size: 3.8vw;
  }
  h3.style3 strong {
    font-size: 4.6vw;
  }
  .panel-w1 .col-txt {
    width: 96%;
  }
  h4 {
    font-size: 3.5vw;
  }
  .panel-w1 figure {
    max-width: 100%;
    text-align: center;
  }
  .arrow-box {
    line-height: 1.4;
  }
  .arrow-box::after {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 16px;
    border-right-width: 16px;
    margin-top: -10px;
  }
  .panel-g6 .wh-box p br {
    display: none;
  }
  .panel-g6 .wh-box p {
    font-size: 3.1vw;
  }
  .panel-g6 .wh-box .hero-btn-area {
    margin-top: 11%;
  }
  h3.style6 span {
    font-size: 6vw;
  }
  h3.style6 {
    width: 92%;
  }
  .panel-i1 .box-rd {
    width: 84%;
  }
  .icon-arrow {
    margin-bottom: 0;
  }
  .panel-i1 .ttl-caution span {
    font-size: 4vw;
  }
  .panel-i1 .ttl-caution span {
    font-size: 4vw;
  }
  .panel-wh .case-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .panel-wh {
    padding: 12% 2%;
  }
  .arrow-box3:after, .arrow-box3:before {
    bottom: 100%;
    left: 50%;
  }
  .arrow-box3:after {
    margin-left: -10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: auto;
    border-top-width: 18px;
    border-bottom-width: 18px;
    border-left-width: 28px;
    border-right-width: 28px;
    margin-left: -10px;
  }
  .arrow-box3:before {
    border-top-width: 24px;
    border-bottom-width: 24px;
    border-left-width: 12px;
    border-right-width: 12px;
    margin-left: -12px;
    margin-bottom: 2px;
  }
  .panel-img .in-box {
    padding: 6%;
  }
  .panel-law .row .col-text h3,
  .panel-cotact h3,
  .panel-office h3,
  h3.style8,
  h3.style7,
  h3.style4,
  h3.style1,
  h3.style3,
  h3.style2 span {
    font-size: 4.5vw;
  }
  .panel-office {
    background: #B8DDE5;
  }
  .panel-office figure {
    margin-bottom: 0;
    display: block;
  }
  .panel-law {
    padding: 10% 0;
  }
  body {
    padding-bottom: 80px;
  }
  .fix-btn {
    width: 100%;
    background: #dc1010;
  }
  .fix-btn figure {
    text-align: center;
  }
  .fix-btn figure img {
    width: 200px;
  }
  .panel-g6 .price-description small {
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  .panel-g6 .price-box .prince-table th:nth-child(1),
  .panel-g6 .price-box .prince-table th:nth-child(2),
  .panel-g6 .price-box .prince-table th:nth-child(3),
  .panel-g6 .price-box .prince-table th:nth-child(4){
    font-size: 3.6vw;
  }
  .panel-g6 .price-box .prince-table th span{
    font-size: 3.5vw;
  }
  .panel-g6 .price-box .prince-table td{
    padding: 12px 1%;
    font-size:4.0vw ;
  }
  .panel-g6 .price-box .prince-table td img{
    width:100%;
    height:auto;
    max-width:22px
  }
  .panel-g6 .price-box .prince-table td img.img2{
    width:100%;
    height:auto;
    max-width:18px
  }
  .panel-g6 .price-box .prince-table td:first-child{
    font-size: 4.0vw;
  }

}
@media (max-width: 576px) {
  .mbnone {
    display: none;
  }
  .panel-law .row .col-text h3,
  .panel-cotact h3,
  .panel-office h3,
  h3.style8,
  h3.style7,
  h3.style4,
  h3.style1,
  h3.style3,
  h3.style2 span {
    font-size: 4.2vw;
  }
  h3.style3 strong {
    font-size: 4.3vw;
  }
}
@media (max-width: 430px) {
  header h2,
  header h3 {
    line-height: 9vw;
  }
  header .lead-area p {
    font-size: 3.9vw;
  }
  .shiny-btn {
    font-size: 5.2vw;
    width: 100%;
  }
  .panel-law .row .col-text h3,
  .panel-cotact h3,
  .panel-office h3,
  h3.style8,
  h3.style7,
  h3.style4,
  h3.style1,
  h3.style3,
  h3.style2 span {
    font-size: 5.2vw;
  }
  h3.style1 span, h3.style3 span {
    font-size: 5.6vw;
  }
  .checkbox-area {
    padding: 6%;
  }
  .checkbox-area ul li, .nayami-description, .panel-gla2 .container ul li, .panel-g3 p, .panel-g4 p, .panel-i1 .ttl-caution, .panel-wh .case-area .cm-area {
    font-size: 4.2vw;
  }
  .checkbox-area ul li span, .panel-gla2 p, .panel-g3 h3, .shiny-btn {
    font-size: 4.8vw;
  }
  .panel-g1 .img-nayami {
    top: 96%;
    max-width: 70%;
  }
  .nayami-description {
    padding-top: 57%;
    max-width: 100%;
  }
  h3.style2 {
    width: 100%;
  }
  .panel-gla2 p {
    padding-left: 2%;
    padding-right: 2%;
  }
  h3.attention-ttl::after {
    right: -17%;
    width: 14vw;
    height: 14vw;
  }
  h3.style3 strong {
    font-size: 5.3vw;
  }
  h3.style1 span, h3.style3 span {
    line-height: 1.9;
    border-bottom: 6px rgba(195, 19, 19, 0.9294117647) solid;
  }
  h4 {
    font-size: 4.5vw;
  }
  .panel-g5 .txt-box-l h3 {
    margin-bottom: 15%;
  }
  .panel-g6 .price-item, .panel-g6 .price-box {
    font-size: 4.7vw;
  }
  .panel-g6 .price-item {
    width: 60%;
    margin: 0 auto 1rem;
    border-right: none;
    border-bottom: 3px solid #397779;
  }
  .panel-g6 .price-description span {
    font-size: 6.1vw;
  }
  .panel-g6 .wh-box .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .arrow-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.6vw;
            flex: 0 0 23.6vw;
    font-size: 3.8vw;
  }
  .panel-g6 .wh-box p {
    font-size: 4.1vw;
  }
  .panel-i1 .box-rd {
    width: 100%;
    height: auto;
  }
  .panel-i1 .ttl-caution span {
    font-size: 5vw;
  }
  .panel-i1 .ttl-caution {
    padding: 0 2%;
    font-size: 5.2vw;
  }
  .flow-box:first-child figure img {
    width: 80%;
  }
  .num.square {
    width: 70px;
    height: 70px;
  }
  .panel-office ul li {
    margin: 0 0 24px;
  }
  .mw_wp_form .contact-form-box {
    font-size: 18px;
  }
  .mw_wp_form .contact-form-box > div dd.selection-box {
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
  .mw_wp_form .contact-form-box {
    margin-bottom: 11%;
  }
  .link_button button {
    font-size: 18px;
    padding: 10% 19%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview {
    width: 100%;
  }
  .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview form {
    width: 100%;
  }
  .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .link_button button {
    padding: 10%;
    max-width: 26%;
  }
  .footer-nav ul {
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .hero-emphasis {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .hero-emphasis_item {
    width: 45vw;
    height: 45vw;
    font-size: 4.4vw;
    line-height: 1.3;
  }
  header .hero-emphasis_item span {
    font-size: 5.7vw;
  }
  header .hero-emphasis_item:last-child span {
    font-size: 4.4vw;
    line-height: 1.3;
  }
  .page-template-page-lp header ,
  .home header {
    background-position: 78% 50%;
  }
  .panel-g1 {
    padding: 8% 8%;
  }
  h3.style1 span.dot-text::before, h3.style3 span.dot-text::before {
    font-size: 11px;
  }
  .shiny-btn figure {
    width: 14%;
  }
  .panel-i1 .box-rd p br:last-child {
    display: none;
  }
  .panel-line .ttl-other {
    font-size: 20px;
  }
  .panel-g6 .price-description.pad-l1 {
    padding-left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .panel-g6 .price-description small {
    font-size: 14px;
  }
    .panel-law .row .col-text h3, .panel-cotact h3, .panel-office h3, h3.style8, h3.style7, h3.style4, h3.style1, h3.style3, h3.style2 span {
        font-size: 4.2vw;
    }
}
@media (max-width: 390px) {
  .shiny-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .num {
    width: 70px;
  }
  .panel-g6 .price-description.pad-l1 {
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
  .arrow-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.6vw;
            flex: 0 0 31.6vw;
    font-size: 16px;
  }
  .shiny-btn {
    font-size: 5.4vw;
  }
  .panel-law .row .col-text {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 350px) {
  header .hero-emphasis_item {
    font-size: 4.4vw;
    line-height: 1.1;
  }
  .shiny-btn small {
    font-size: 14px;
  }
  .shiny-btn {
    gap: 6px;
  }
  h3.style1 span, h3.style3 span {
    font-size: 6.6vw;
  }
  .checkbox-area ul li, .nayami-description, .panel-gla2 .container ul li, .panel-g3 p, .panel-g4 p, .panel-i1 .ttl-caution, .panel-wh .case-area .cm-area {
    line-height: 1.4;
  }
  .panel-g1 .img-nayami {
    top: 92%;
  }
  .num {
    width: 59px;
  }
  .panel-g6 .wh-box p {
    line-height: 1.4;
  }
  .panel-line dl dt {
    font-size: 18px;
  }
  .panel-line dl dd {
    font-size: 14px;
  }
  .panel-img h3 {
    font-size: 22px;
  }
  .panel-law .row .col-text h3, .panel-cotact h3, .panel-office h3, h3.style8, h3.style7, h3.style4, h3.style1, h3.style3, h3.style2 span {
    font-size: 6.2vw;
  }
  .panel-office ul li, .panel-law .row .col-text p {
    font-size: 16px;
  }
  .footer-nav {
    padding-left: 0;
  }
}/*# sourceMappingURL=style.css.map */