@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*
Theme Name: brandnew_theme_aifer_single2
Description: 「All in one」plan theme by Aifer Web Service
Author: Aifer Web Service
License: GNU General Public License v2 or later
License URI: LICENSE
*/
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -o-tab-size: 4;
  tab-size: 4;
  word-break: normal;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  outline-offset: -2px; /* Correct the outline style in Safari */
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
  appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none; /* Chrome 41+ */
  appearance: none; /* Chrome 41+ */
  -moz-appearance: none; /* Firefox 36+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 70px; /* 固定ヘッダの高さ分 */
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.1em;
  font-size: 16px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
    line-height: 1.6;
  }
}

article {
  overflow-x: hidden;
}

a {
  transition: 0.4s;
  text-decoration: none;
  color: black;
}
a.ul {
  text-decoration: underline;
}
a.bright:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
@media screen and (max-width: 768px) {
  a.bright:hover {
    opacity: 1 !important;
  }
}

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

::-moz-selection {
  background-color: #C9BC9C;
}

::selection {
  background-color: #C9BC9C;
}

p {
  margin-bottom: 20px;
}

li {
  list-style-type: none; /*リストマーカー無しにする*/
}

.sb {
  justify-content: space-between !important;
}

.udcenter {
  align-items: center !important;
}

.lrcenter {
  justify-content: center !important;
}

.rev {
  flex-direction: row-reverse !important;
}

@media screen and (max-width: 768px) {
  .sprev {
    flex-direction: row-reverse !important;
  }
}
strong {
  font-weight: 600;
}

@-webkit-keyframes scrollDownLine {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
@keyframes scrollDownLine {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
/*==================================================
ふわっ
===================================*/
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeUPTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/*マーカー*/
/* アニメーション前のスタイル */
.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #ffff66, #ffff66); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 60%; /* '60%'の部分にマーカーの太さを記入 */
  transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
  font-weight: bold; /* ついでに太字にしたい場合 */
}

/* アニメーション発火時 */
.js-marker.inview {
  background-size: 100% 60%; /* '60%'の部分は上で設定した太さに合わせる */
}

/*表示タイミング*/
.timing02 {
  animation-delay: 0.5s;
}

.timing03 {
  animation-delay: 1s;
}

.timing04 {
  animation-delay: 1.5s;
}

.timing05 {
  animation-delay: 2s;
}

.timing06 {
  animation-delay: 2.5s;
}

.goRight {
  opacity: 0;
}

.img-animation {
  animation: img-opacity 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}
.img-animation::before {
  animation: img-animation 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
/* header
--------------------------------------------- */
.site-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 999999;
  width: 100%;
  background-color: transparent;
  left: 0;
  top: 0;
  z-index: 10;
  transition: 1s;
  height: 70px;
}
.site-header img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px) {
  .site-header {
    height: 70px;
    padding: 7px 10px 10px 10px;
    justify-content: space-between;
  }
}
.site-header.HeightMin {
  position: fixed;
  justify-content: center;
  z-index: 999999; /*最前面へ*/
  height: 70px;
  animation: DownAnime 0.5s forwards;
}
.site-header.HeightMin .site-branding {
  display: none;
}
@media screen and (max-width: 980px) {
  .site-header.HeightMin .site-branding {
    display: block;
  }
}
.site-header.HeightMin ul.menu_navi li.nav_contact {
  display: none;
}

.site-branding {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  line-height: 1;
}
.site-branding img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px) {
  .site-branding {
    display: block;
  }
}
.site-branding img {
  vertical-align: middle;
}

.site-btn {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: auto;
}
.site-btn img {
  width: 100%;
  height: auto;
}
.site-btn .rbtn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.site-btn .rbtn img {
  width: 100%;
  height: auto;
}
.site-btn .rbtn a {
  padding: 0 10px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
}
.site-btn .rbtn a.tel {
  background-color: #39779D;
  color: white;
  border: #39779D 1px solid;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.site-btn .rbtn a.tel:hover {
  background-color: white;
  color: #39779D;
}
.site-btn .rbtn a.mail {
  font-size: 16px;
  background-color: #877555;
  border: #877555 1px solid;
  color: white;
}
.site-btn .rbtn a.mail:hover {
  background-color: white;
  color: #877555;
  border-right-color: white;
}
.site-btn .rbtn a.access {
  font-size: 16px;
  background-color: white;
  border: #877555 1px solid;
  color: #877555;
  border-right: none;
}
.site-btn .rbtn a.access:hover {
  background-color: #877555;
  color: white;
  border-left-color: #A89E86;
}
@media screen and (max-width: 768px) {
  .site-btn .rbtn {
    display: none;
  }
}

.site-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
  font-size: 22px;
  padding-left: 20px !important;
}
.site-title img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px) {
  .site-title {
    font-size: 16px;
    padding: 0 !important;
  }
}
.site-title img {
  height: auto;
  width: 260px;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .site-title img {
    width: 220px;
    margin-right: 0;
  }
}

.site-header.HeightMin .site-title {
  display: none;
}

.site-explain {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  padding: 0 20px;
}
@media screen and (max-width: 980px) {
  .site-explain {
    font-size: 14px;
    padding: 0 10px;
  }
}

.site-explain p {
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
}
@media screen and (max-width: 980px) {
  .site-explain p {
    -webkit-margin-before: 10px;
    margin-block-start: 10px;
    margin-bottom: 10px;
  }
}

/* 下層header
--------------------------------------------- */
.page-header {
  position: relative;
  background: url(img/submain_bg.png) center center no-repeat;
  background-size: cover;
  padding: 20px 0;
  height: 30vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  flex-direction: column;
}
.page-header img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px) {
  .page-header {
    font-size: 14px;
    margin-top: 70px;
    height: 100px;
    line-height: 30px;
  }
}
.page-header h1.page-title {
  padding-top: 2rem;
}
.site.start {
  padding: 0;
}

.elp .page-header {
  background: url(img/bg_elp_submain.png) center top no-repeat;
  background-size: cover;
  height: 60vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.elp .page-header img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .elp .page-header {
    height: 260px;
  }
}
.elp .page-header .sec {
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .elp .page-header .sec {
    padding: 20px 10px;
  }
}
.elp .page-header .sec h1.page-title {
  border-bottom: #A4A4A4 1px solid;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .elp .page-header .sec h1.page-title {
    font-size: 17px;
    line-height: 1.6;
    padding: 0;
  }
}
.elp .page-header .sec h1.page-title strong {
  background-color: #F9D571;
  color: #611111;
  padding: 4px 10px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .elp .page-header .sec h1.page-title strong {
    padding: 4px 5px;
  }
}
.elp .page-header .sec p {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .elp .page-header .sec p {
    text-align: left;
    font-size: 14px;
  }
}

h2.fuki {
  display: block;
  text-align: center;
  color: white;
  margin-top: 0;
  padding: 20px 0;
}

footer {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 60px;
  }
}

.fbox {
  border-top: rgba(201, 188, 156, 0.4) 1px solid;
  background-color: #F6F6F6;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .fbox {
    padding: 20px 0;
    margin-top: 0;
  }
}
.fbox .sec {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.fbox .sec img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .fbox .sec {
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }
}
.fbox .sec .flogo {
  font-size: 14px;
  width: auto;
}
.fbox .sec .flogo img {
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 20px;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .fbox .sec .flogo img {
    margin-bottom: 0;
  }
}
.fbox .box_wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  -webkit-align-items: flex-end; /* Safari etc. */
  -ms-align-items: flex-end; /* IE10        */
  align-items: flex-end;
}
.fbox .box_wrap img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .fbox .box_wrap {
    display: block;
  }
}
.fbox a.map {
  background: url(img/icon_map.svg) right center no-repeat;
  background-size: 12px;
  padding-right: 18px;
}

.footermenu {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.footermenu img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footermenu {
    width: 100%;
    padding-top: 20px;
    justify-content: flex-start;
  }
}
.footermenu ul {
  margin-left: 3rem;
}
.footermenu ul:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .footermenu ul {
    margin-left: 0;
  }
}
.footermenu ul li {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 1.5em;
}
.footermenu ul li::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  border-top: 1px solid;
  vertical-align: middle;
  margin-right: 10px;
  padding-bottom: 4px;
  color: #877555;
}
.footermenu ul li a {
  font-size: 15px;
}
.footermenu ul li a:hover {
  border-bottom: #C9BC9C 1px solid;
}
.footermenu ul li:last-child {
  margin-bottom: 20px;
}
.footermenu ul li.parent {
  font-size: 17px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  padding-left: 0;
  margin-bottom: 10px;
  border-bottom: #D4D4D4 1px solid;
}
.footermenu ul li.parent::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  border-top: 6px solid;
  vertical-align: middle;
  margin-right: 10px;
  padding-bottom: 4px;
  color: #877555;
}
.footermenu ul li.parent.bnone {
  border: none;
}
.footermenu ul li.parent a {
  font-size: 17px;
}
.footermenu ul li.fssm2 {
  padding-left: 0;
}
.footermenu ul li.fssm2 a {
  font-size: 12px;
}
.footermenu ul li.fssm2::before {
  content: none;
}

.aiferlink {
  text-align: right;
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .aiferlink {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .aiferlink {
    margin-top: 20px;
    text-align: left;
    border-top: #f8f8f8 1px solid;
    border-bottom: #f8f8f8 1px solid;
    padding: 20px 0;
  }
}

.fbox .box_wrap .aiferlink img {
  width: 100px;
}

.aiferlink p {
  font-size: 12px;
}
@media screen and (max-width: 1280px) {
  .aiferlink p {
    margin-bottom: 10px;
  }
}

#copyright {
  background-color: #39779D;
  color: white;
  font-size: 12px;
  padding: 10px 0;
}
#copyright p.txt2 {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #copyright p.txt2 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #copyright {
    padding: 10px;
  }
}
#copyright a {
  color: white;
}

#copyright a.linkaifer {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #copyright a.linkaifer {
    font-size: 12px;
  }
}

.cbtn {
  position: fixed;
  top: 200px;
  right: -100px;
  z-index: 99999;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .cbtn {
    display: none;
  }
}
.cbtn a {
  display: block;
  background-color: #2C94D4;
  color: white;
  padding: 20px;
  text-decoration: none;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.6;
  transition: 0.4s;
  border: #2C94D4 2px solid;
  /*縦書きの時
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  */
}
.cbtn a:hover {
  background-color: white;
  color: #2C94D4;
}

.cbtnSP_footer {
  display: none;
}
@media screen and (max-width: 980px) {
  .cbtnSP_footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    position: fixed;
    z-index: 99999;
    bottom: -100px;
    width: 100%;
    border-top: rgba(201, 188, 156, 0.4) 1px solid;
  }
  .cbtnSP_footer img {
    width: 100%;
    height: auto;
  }
  .cbtnSP_footer a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    padding: 15px 0;
    width: 50%;
  }
  .cbtnSP_footer a img {
    width: 100%;
    height: auto;
  }
  .cbtnSP_footer a.tel {
    background-color: #39779D;
    font-size: 20px;
  }
  .cbtnSP_footer a.mail {
    background-color: #877555;
  }
  .cbtnSP_footer a i {
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .entry-content {
    margin-left: 0;
  }
}

.ac {
  text-align: center;
}

.pcac {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pcac {
    text-align: left;
  }
}

.pcar {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .pcar {
    text-align: left;
  }
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.fssm {
  font-size: 14px;
}

.fs1 {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .fs1 {
    font-size: 16px;
  }
}

.fs2 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .fs2 {
    font-size: 17px;
  }
}

.fs3 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .fs3 {
    font-size: 20px;
  }
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.mt0 {
  margin-top: 0 !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 20px;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 20px;
  }
}

.ml20 {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .ml20 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.pdmain {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .pdmain {
    padding: 20px;
  }
}

.pdsub {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .pdsub {
    padding: 20px;
  }
}

.ptmain {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .ptmain {
    padding-top: 20px;
  }
}

.pbmain {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pbmain {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .sppd {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .splr {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ptsub {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .ptsub {
    padding-top: 20px;
  }
}

.pbsub {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pbsub {
    padding-bottom: 20px;
  }
}

blockquote {
  position: relative;
  padding: 45px 30px 20px 30px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  border-left: 4px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  word-break: break-all;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  content: "";
  background: url(img/icon_blockquote.svg) left top no-repeat;
  color: #ddd;
  background-size: 40px;
  line-height: 1;
  font-weight: 900;
  width: 40px;
  height: 40px;
}

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

.sec, .kasouinner {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .sec, .kasouinner {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .sec.pdmain,
  .sec.pdsub {
    padding: 0;
  }
}
.inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

.kasouinner {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .sec.bgcolor {
    width: 100%;
  }
}

.ilb {
  display: inline-block;
}

.sq1 {
  background-color: #EFF7FC;
  padding: 20px;
}

.color_primary {
  color: #2C94D4;
}

.color_secondary {
  color: #C9BC9C;
}

.color_red {
  color: #BC0000;
}

.color_white {
  color: white;
}

.bg_primary {
  background-color: #2C94D4;
}
@media screen and (max-width: 768px) {
  .bg_primary.cta {
    padding: 20px 0;
  }
}

.bg_light {
  background-color: rgba(44, 148, 212, 0.4);
}

.bg_white {
  background-color: white;
}

.bg_lightsecondary {
  background-color: #f6f6f6;
}

.boxshadow {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.bg_shadow_parent {
  position: relative;
}

.bg_shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg_shadow.sh_black {
  background: rgba(0, 0, 0, 0.6);
}
.bg_shadow.sh_primary {
  background: rgba(44, 148, 212, 0.1);
}
.bg_shadow.sh_primarydark {
  background: rgba(57, 119, 157, 0.6);
}
.bg_shadow.sh_grad {
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2));
}
.bg_shadow h2.bgen {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.bg_shadow h2.bgen span.EN {
  display: block;
  color: rgba(255, 255, 255, 0.1);
  font-size: 300%;
  position: absolute;
  top: calc(50% - 60px);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
.bg_shadow h2.bgen span.JP {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}

.w20 {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .w20 {
    width: 100%;
  }
}

.w25 {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .w25 {
    width: 100%;
  }
}

.w35 {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .w35 {
    width: 100%;
  }
}

.w40 {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .w40 {
    width: 100%;
  }
}

.w45 {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .w45 {
    width: 100%;
  }
}

.w50 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .w50 {
    width: 100%;
  }
}

.w55 {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .w55 {
    width: 100%;
  }
}

.w60 {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .w60 {
    width: 100%;
  }
}

.w70 {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .w70 {
    width: 100%;
  }
}

.w75 {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .w75 {
    width: 100%;
  }
}

.circle {
  border-radius: 50%;
}

.google-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .google-map iframe {
    height: 260px;
  }
}

.fuki {
  position: relative;
}
.fuki.fukiprimary {
  background-color: #2C94D4;
}
.fuki.secondary {
  background-color: #C9BC9C;
}
.fuki::before {
  border: 30px solid;
  border-color: transparent;
}
.fuki::after {
  border: 20px solid;
  border-color: transparent;
  margin-left: -20px;
}
.fuki::before, .fuki::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
  z-index: 9;
}
.fuki.fukiwhite:after {
  border-top-color: white;
}
.fuki.fukiprimary:after {
  border-top-color: #2C94D4;
}
.fuki.fukisecondary:after {
  border-top-color: #C9BC9C;
}
.fuki h2 {
  margin: 0;
  padding: 0;
}

.radius {
  border-radius: 10px;
}

.kadomaru {
  border-radius: 9999px;
}

div p:last-child {
  margin: 0;
  padding: 0;
}

.fs3 {
  font-size: 22px;
}

.fs4 {
  font-size: 24px;
}

.fs5 {
  font-size: 32px;
}

/*PCmenu*/
.pcheader {
  margin-left: auto;
}
@media screen and (max-width: 980px) {
  .pcheader {
    display: none;
  }
}

ul.menu_navi {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-right: 2vw;
}
ul.menu_navi img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px) {
  ul.menu_navi {
    display: none;
  }
}
ul.menu_navi li {
  margin-left: 3rem;
  position: relative;
  display: inline-block;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
ul.menu_navi li img {
  width: 100%;
  height: auto;
}
ul.menu_navi li:first-child {
  display: none;
}
ul.menu_navi li a {
  display: block;
  font-weight: 600;
  color: #39779D;
  font-size: 17px;
}
ul.menu_navi li a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #39779D;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
ul.menu_navi li a:hover::after {
  transform: scale(1, 1);
}
ul.menu_navi li:first-child::before, ul.menu_navi li:nth-child(2)::before {
  content: none;
}
ul.menu_navi li a:hover {
  opacity: 1;
}
ul.menu_navi li.home {
  display: none;
}

.site-header.HeightMin ul.menu_navi li:first-child {
  display: inline-block;
}
.site-header.HeightMin ul.menu_navi li:first-child img {
  width: 40px;
}

/* togglemenu
--------------------------------------------- */
.scroll-prevent {
  overflow: hidden;
}

.site {
  padding: 40px 20px;
  transition: transform 0.5s;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .site {
    padding: 20px;
  }
}

.site.open {
  transform: translateX(-300px);
  transition: transform 0.5s;
}

.site.open .site-menu {
  display: none;
}

.site-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 35px;
  right: 75px;
}
@media screen and (max-width: 980px) {
  .site-menu {
    display: none;
  }
}
.site-menu img.site-user {
  right: 0;
  width: 23px;
  margin-left: 20px;
}

.menu-trigger {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 70px;
  height: 70px;
  z-index: 99999;
  border: #877555 1px solid;
}

.menu-trigger span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  top: calc(50% - 10px); /*一番上のトグル位置*/
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: 2px;
  border-radius: 2px;
  background: #877555;
  width: 75%;
}

.menu-trigger span:nth-of-type(2) { /*中央トグル*/
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.menu-trigger span:nth-of-type(3) { /*一番下のトグル位置*/
  top: calc(50% + 10px);
}

.menu-trigger.active span:nth-of-type(1) {
  left: calc(50% - 20px);
  transform: translateY(6px) rotate(-25deg);
  width: 40px;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.menu-trigger.active span:nth-of-type(3) {
  left: calc(50% - 20px);
  transform: translateY(-6px) rotate(25deg);
  width: 40px;
}

.menu-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 6px;
  width: 70px;
  height: 70px;
  border: 1px solid #877555;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .menu-button {
    width: 50px;
    height: 50px;
  }
}

.menu-button__line,
.menu-button::before,
.menu-button::after {
  content: "";
  width: 28px;
  height: 2px;
  background-color: #877555;
  transition: transform 0.3s, opacity 0.3s;
  z-index: 9999;
}

.menu-button.is-opened .menu-button__line {
  opacity: 0;
}

.menu-button.is-opened::before {
  transform: translateY(8px) rotate(45deg);
}

.menu-button.is-opened::after {
  transform: translateY(-8px) rotate(-45deg);
}

/* navmenu
--------------------------------------------- */
nav {
  position: fixed;
  z-index: 9999;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%; /*ナビの高さ*/
  transition: all 0.6s;
  background-color: white;
  /*すりガラス風
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background-size: cover;
  */
}
nav p {
  padding: 0 0 0 10px;
  margin-bottom: 10px;
}
nav .menubox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #F6F6F6;
}
nav .menubox img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  nav .menubox {
    padding: 20px;
    overflow: auto;
  }
}
nav .footermenu {
  margin: auto;
}
nav ul {
  list-style: none;
}
nav ul li {
  text-align: left;
}
nav ul li:last-child {
  border: none;
}
nav ul li a {
  font-size: 17px;
  text-decoration: none;
}
nav ul li img {
  width: 150px;
}

.menu-button.is-opened nav {
  display: block;
  z-index: 999;
}

.cbtnSP {
  display: none;
}
@media screen and (max-width: 980px) {
  .cbtnSP {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 60px;
    width: 50px;
    height: 40px;
  }
  .cbtnSP img {
    width: 100%;
    height: auto;
  }
  .cbtnSP a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #2C94D4;
    color: white;
    font-size: 14px;
  }
  .cbtnSP a img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 980px) {
  .hbtnsp {
    z-index: 99999;
  }
  .hbtnsp img {
    width: 50px;
    height: 50px;
  }
}
.HrightMin .menu_navi li:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.HrightMin .menu_navi li:first-child img {
  width: 100%;
  height: auto;
}

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

.two_box {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .two_box {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.two_box:first-child {
  margin: 0;
}
.two_box.sb {
  width: 49%;
  margin: 0 0 1% 1%;
}
@media screen and (max-width: 768px) {
  .two_box.sb {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.two_box.sb:first-child {
  margin: 0;
}

.three_box {
  width: 32%;
  margin: 0 0 20px 1%;
}
@media screen and (max-width: 768px) {
  .three_box {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .three_box .pdsub {
    padding: 10px 0 0 0;
  }
}
.three_box:first-child, .three_box:nth-child(3n+1) {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .three_box:first-child, .three_box:nth-child(3n+1) {
    margin: 0 0 20px 0;
  }
}
.three_box p {
  margin-bottom: 0;
}
.three_box h3 {
  color: #2C94D4;
  text-align: center;
  margin: 20px 0 10px;
}

.five_box {
  width: 18%;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .five_box {
    width: 48%;
  }
}

.telbox {
  display: inline-block;
  padding: 20px 40px 0 40px;
  border: #2C94D4 1px solid;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .telbox {
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
  }
}
.telbox .ti {
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .telbox .ti {
    font-size: 17px;
  }
}
.telbox .tel {
  color: #2C94D4;
  font-size: 32px;
  font-weight: 600;
}
.telbox .tel span {
  position: relative;
  padding-left: 40px;
}
.telbox .tel span::before {
  position: absolute;
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .telbox .tel {
    font-size: 24px;
    letter-spacing: 0.1rem;
  }
}
.telbox .tel a {
  color: #2C94D4;
}

/*横並び２BOX（重なり）*/
.overlapbox .box_wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.overlapbox .box_wrap .txtbox {
  margin-left: -5%;
}
.overlapbox .box_wrap.rev .txtbox {
  margin-right: -5%;
  z-index: 9;
}

/*スライダー背景BOX*/
.bgsliderBOX {
  position: relative;
}
.bgsliderBOX .txtbox {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.bgsliderBOX.type-r .txtbox {
  right: 0;
  left: auto;
}
.bgsliderBOX.type-tb .txtbox {
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-direction: column;
  justify-content: center;
}
.bgsliderBOX.type-tb .txtbox img {
  width: 100%;
  height: auto;
}

.box_wrap.roundbox {
  align-items: center;
}
.box_wrap.roundbox .box {
  width: 49%;
  margin: 0 0 2% 2%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.box_wrap.roundbox .box:nth-child(odd) {
  margin: 0 0 2% 0;
}
@media screen and (max-width: 768px) {
  .box_wrap.roundbox .box {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.box_wrap.roundbox .box .bg_shadow {
  z-index: 2;
}
.box_wrap.roundbox .box img {
  border-radius: 10px;
  transition: 0.4s;
}
.box_wrap.roundbox .box img:hover {
  transform: scale(1.2, 1.2);
  transition: 0.4s all;
}
.box_wrap.roundbox .box h3 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  padding: 20px 20px 0 20px;
  z-index: 3;
}
.box_wrap.roundbox .box p {
  position: absolute;
  top: 60px;
  left: 0;
  padding: 20px 20px 0 20px;
  z-index: 3;
}

.box_wrap.ball .three_box {
  border: #2C94D4 1px solid;
}
.box_wrap.ball .three_box h2, .box_wrap.ball .three_box h3 {
  background-color: #2C94D4;
  color: white;
  padding: 5px 10px;
  margin: 0;
}
.box_wrap.ball .three_box p {
  padding: 20px;
  background-color: white;
}

.large_headline {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .large_headline {
    font-size: 20px;
  }
}

h1, h2, h3, h4 {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}

h1.entry-title {
  margin-top: 100px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  h1.entry-title {
    margin-top: 80px;
  }
}

h1.page-title {
  font-size: 32px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  h1.page-title {
    font-size: 20px;
    padding: 20px 0;
  }
}

h2 {
  font-size: 32px;
  margin: 80px 0 60px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
    margin: 40px 0 20px;
    line-height: 1.2;
  }
}
h2.kasou {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  h2.kasou {
    font-size: 20px;
  }
}
h2.spe {
  background: url(img/icon_home_midasi.svg) center top no-repeat;
  background-size: 120px;
  padding-top: 20px;
}
h2.spe .fssm {
  color: #39779D !important;
}

.home h2 {
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .home h2 {
    margin-bottom: 20px;
  }
}
.home h2 .fssm {
  color: #A89E86;
  letter-spacing: 0.01em;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  margin: 40px 0 20px 0;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

h4 {
  font-size: 22px;
  margin: 40px 0 20px 0;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 17px;
  }
}

h2.bbline, h3.bbline, h4.bbline {
  border-bottom: 1px solid #2C94D4;
}
h2.title, h3.title, h4.title {
  margin-top: 0;
  margin-bottom: 20px;
}
h2.plusen, h3.plusen, h4.plusen {
  border: none;
}
@media screen and (max-width: 768px) {
  h2.plusen, h3.plusen, h4.plusen {
    padding-bottom: 0;
  }
}
h2.plusen::before, h3.plusen::before, h4.plusen::before {
  border: none;
}
h2.plusen .fssm, h3.plusen .fssm, h4.plusen .fssm {
  font-size: 14px;
  color: #2C94D4;
}
h2.plusen.white, h3.plusen.white, h4.plusen.white {
  color: white;
}
h2.plusen.white .fssm, h3.plusen.white .fssm, h4.plusen.white .fssm {
  color: white;
}
h2.bbwhite, h3.bbwhite, h4.bbwhite {
  border-bottom: white 4px solid;
}
h2.twocolor, h3.twocolor, h4.twocolor {
  border-bottom: 4px solid #D2D2D2;
}
h2.twocolor.bbwhite, h3.twocolor.bbwhite, h4.twocolor.bbwhite {
  border-bottom: 4px solid white;
}
h2.twocolor::before, h3.twocolor::before, h4.twocolor::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 40px;
  height: inherit;
  border-bottom: 4px solid #39779D;
}
@media screen and (max-width: 768px) {
  h2.twocolor, h3.twocolor, h4.twocolor {
    font-size: 24px;
    margin: 20px 0;
  }
}
h2.lrline, h3.lrline, h4.lrline {
  font-weight: bold;
  padding: 0 3em;
  width: fit-content;
  text-align: center;
  position: relative;
}
h2.lrline::before, h2.lrline::after, h3.lrline::before, h3.lrline::after, h4.lrline::before, h4.lrline::after {
  content: "";
  background: #2C94D4;
  width: 2em;
  height: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
h2.lrline::before, h3.lrline::before, h4.lrline::before {
  left: 0;
}
h2.lrline::after, h3.lrline::after, h4.lrline::after {
  right: 0;
}
h2.twocolor, h3.twocolor, h4.twocolor {
  border-bottom: 4px solid #D2D2D2;
  display: inline-block;
}
h2.twocolor:before, h3.twocolor:before, h4.twocolor:before {
  border-bottom: 4px solid #39779D;
}
h2.shortline, h3.shortline, h4.shortline {
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
  border: none;
  margin-bottom: 40px;
}
h2.shortline::after, h3.shortline::after, h4.shortline::after {
  content: "";
  background-color: #2C94D4;
  width: 1.5em;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  h2.shortline::after, h3.shortline::after, h4.shortline::after {
    bottom: -5px;
    width: 1.5em;
  }
}
h2.bg_twocolor, h3.bg_twocolor, h4.bg_twocolor {
  font-weight: bold;
  padding: 0.5em 1em;
  background-color: #2C94D4;
  color: #fff;
  overflow: hidden;
  position: relative;
}
h2.bg_twocolor::after, h3.bg_twocolor::after, h4.bg_twocolor::after {
  content: "";
  background-color: #f8f8f8;
  opacity: 0.3;
  transform: rotate(-65deg);
  position: absolute;
  bottom: -250px;
  right: -250px;
  width: 30%;
  height: 500px;
}
h2.fuki1, h3.fuki1, h4.fuki1 {
  font-weight: bold;
  padding: 0.3em 1em 0.5em;
  border-radius: 0 0 0 10px;
  border-left: 3px solid #2C94D4;
  border-bottom: 3px solid #2C94D4;
  position: relative;
}
h2.fuki1::before, h2.fuki1::after, h3.fuki1::before, h3.fuki1::after, h4.fuki1::before, h4.fuki1::after {
  content: "";
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  left: 30px;
}
h2.fuki1::before, h3.fuki1::before, h4.fuki1::before {
  border-color: transparent;
  border-top-color: #2C94D4;
  border-right-color: #2C94D4;
  border-width: 10px;
  top: 100%;
  left: 26px;
}
h2.fuki1:after, h3.fuki1:after, h4.fuki1:after {
  border-color: transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  border-width: 6.5px;
  top: 99%;
}
h2.fuki2, h3.fuki2, h4.fuki2 {
  font-weight: bold;
  border: 3px solid #2C94D4;
  padding: 0.5em 1em;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
}
h2.fuki2::before, h3.fuki2::before, h4.fuki2::before {
  content: "";
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 30px;
  bottom: -3px;
}
h2.fuki2::after, h3.fuki2::after, h4.fuki2::after {
  content: "";
  background-color: #2C94D4;
  width: 20px;
  height: 3px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}
h2.bg_left, h3.bg_left, h4.bg_left {
  background-color: #f8f8f8;
  position: relative;
  padding: 10px 20px 10px 40px;
  margin-bottom: 20px;
  margin-top: 40px;
}
h2.bg_left::before, h3.bg_left::before, h4.bg_left::before {
  position: absolute;
  top: 25%;
  left: 20px;
  width: 6px;
  height: 50%;
  content: "";
  border-radius: 3px;
  background: #2C94D4;
}
h2.bg_left.type2, h3.bg_left.type2, h4.bg_left.type2 {
  background-color: #F8FCFF;
  border-top: #2C94D4 1px solid;
  border-bottom: #2C94D4 1px solid;
  display: block;
}
h2.bg_left.typeblock, h3.bg_left.typeblock, h4.bg_left.typeblock {
  display: block;
}
h2.bg_bottom, h3.bg_bottom, h4.bg_bottom {
  background-color: rgba(44, 148, 212, 0.1);
  position: relative;
  padding: 10px 20px;
  margin-bottom: 20px;
  margin-top: 40px;
  border-bottom: #2C94D4 solid 2px;
}
h2.bg_shift, h3.bg_shift, h4.bg_shift {
  position: relative;
  padding: 0.5rem 1rem calc(0.5rem + 10px);
  background: #f8f8f8;
}
h2.bg_shift::before, h3.bg_shift::before, h4.bg_shift::before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid #2C94D4;
}
h2.icon, h3.icon, h4.icon {
  padding: 30px 40px;
  position: relative;
  border: 2px solid #2C94D4;
  background: #fff;
}
h2.icon::before, h2.icon::after, h3.icon::before, h3.icon::after, h4.icon::before, h4.icon::after {
  position: absolute;
  content: "";
}
h2.icon::before, h3.icon::before, h4.icon::before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #2C94D4;
  border-radius: 50%;
  background: #fff;
}
h2.icon::after, h3.icon::after, h4.icon::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
h2.icon i, h3.icon i, h4.icon i {
  color: #2C94D4;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
h2.icon span, h3.icon span, h4.icon span {
  position: relative;
  z-index: 1;
}
h2.stitch, h3.stitch, h4.stitch {
  position: relative;
  text-align: center;
  border: 2px solid #2C94D4;
  background: #fff;
}
h2.stitch::before, h2.stitch::after, h3.stitch::before, h3.stitch::after, h4.stitch::before, h4.stitch::after {
  position: absolute;
  content: "";
}
h2.stitch::before, h3.stitch::before, h4.stitch::before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #2C94D4;
  border-radius: 50%;
  background: #fff;
}
h2.stitch::after, h3.stitch::after, h4.stitch::after {
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px dashed #2C94D4;
  background: #fff;
}
h2.stitch i, h3.stitch i, h4.stitch i {
  color: #2C94D4;
  line-height: 60px;
  position: absolute;
  z-index: 2;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
h2.stitch span, h3.stitch span, h4.stitch span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1.5rem;
}
h2.stitch span:before, h2.stitch span:after, h3.stitch span:before, h3.stitch span:after, h4.stitch span:before, h4.stitch span:after {
  position: absolute;
  content: "";
}
h2.stitch span:before, h3.stitch span:before, h4.stitch span:before {
  top: -34px;
  left: calc(50% - 34px);
  width: 68px;
  height: 40px;
  border: 2px dashed #2C94D4;
  border-radius: 50vw 50vw 0 0;
}
h2.stitch span:after, h3.stitch span:after, h4.stitch span:after {
  position: absolute;
  top: 4px;
  left: calc(50% - 32px);
  width: 64px;
  height: 10px;
  background: #fff;
}
h2.bg_gradation, h3.bg_gradation, h4.bg_gradation {
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f83600), to(#f9d423));
  background-image: -webkit-linear-gradient(left, #f83600 0%, #f9d423 100%);
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
}
h2.border_gradation, h3.border_gradation, h4.border_gradation {
  position: relative;
  padding: 10px 20px;
}
h2.border_gradation::after, h3.border_gradation::after, h4.border_gradation::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: "";
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
h2.kakoi_gradation, h3.kakoi_gradation, h4.kakoi_gradation {
  position: relative;
  padding: 4px;
  background-image: -webkit-linear-gradient(315deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
  background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
}
h2.kakoi_gradation span, h3.kakoi_gradation span, h4.kakoi_gradation span {
  display: block;
  padding: 1rem 2rem;
  background: #fff;
}
h2.txt_gradation span, h3.txt_gradation span, h4.txt_gradation span {
  background-image: -webkit-gradient(linear, right top, left top, from(#e14fad), to(#f9d423));
  background-image: -webkit-linear-gradient(right, #e14fad 0%, #f9d423 100%);
  background-image: linear-gradient(to left, #e14fad 0%, #f9d423 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2.tag_maru, h3.tag_maru, h4.tag_maru {
  position: relative;
  display: inline-block;
  padding: 10px 20px 10px 40px;
  color: #fff;
  border-radius: 100vh 0 0 100vh;
  background: #C9BC9C;
}
h2.tag_maru::before, h3.tag_maru::before, h4.tag_maru::before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: #fff;
}
h2.tag_kaku, h3.tag_kaku, h4.tag_kaku {
  position: relative;
  display: inline-block;
  height: 64px;
  margin-left: 30px;
  padding: 10px 20px;
  color: #fff;
  background: #C9BC9C;
}
@media screen and (max-width: 768px) {
  h2.tag_kaku, h3.tag_kaku, h4.tag_kaku {
    height: 44px;
  }
}
h2.tag_kaku::before, h3.tag_kaku::before, h4.tag_kaku::before {
  position: absolute;
  top: 0;
  left: -30px;
  content: "";
  border-width: 32px 30px 32px 0;
  border-style: solid;
  border-color: transparent #C9BC9C transparent transparent;
}
@media screen and (max-width: 768px) {
  h2.tag_kaku::before, h3.tag_kaku::before, h4.tag_kaku::before {
    border-width: 22px 30px 22px 0;
  }
}
h2.tag_kaku::after, h3.tag_kaku::after, h4.tag_kaku::after {
  position: absolute;
  top: calc(50% - 6px);
  left: -10px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: #fff;
}
h2.ribbon1, h3.ribbon1, h4.ribbon1 {
  position: relative;
  padding: 10px 20px 10px 85px;
  background: #f8f8f8;
}
h2.ribbon1 span, h3.ribbon1 span, h4.ribbon1 span {
  position: absolute;
  top: -10px;
  left: 20px;
  display: inline-block;
  width: 52px;
  height: 50px;
  text-align: center;
  background: #C9BC9C;
  color: white;
  z-index: 9;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  h2.ribbon1 span, h3.ribbon1 span, h4.ribbon1 span {
    left: 10px;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
  }
}
h2.ribbon1 span:before, h2.ribbon1 span:after, h3.ribbon1 span:before, h3.ribbon1 span:after, h4.ribbon1 span:before, h4.ribbon1 span:after {
  position: absolute;
  content: "";
  z-index: 1;
}
h2.ribbon1 span:before, h3.ribbon1 span:before, h4.ribbon1 span:before {
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #2C94D4;
}
h2.ribbon1 span:after, h3.ribbon1 span:after, h4.ribbon1 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 0;
  width: 0;
  border-left: 26px solid #C9BC9C;
  border-right: 26px solid #C9BC9C;
  border-bottom: 10px solid transparent;
}
h2.ribbon2, h3.ribbon2, h4.ribbon2 {
  background-color: #2C94D4;
  color: white;
  text-align: center;
  padding: 10px 60px 10px 15px;
  width: 70%;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  h2.ribbon2, h3.ribbon2, h4.ribbon2 {
    text-align: left;
  }
}
h2.ribbon2 .label, h3.ribbon2 .label, h4.ribbon2 .label {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 15px 5px;
  z-index: 2;
  width: 80px;
  text-align: center;
  color: white;
  background: #FABD00;
  color: #2C94D4;
}
@media screen and (max-width: 768px) {
  h2.ribbon2 .label, h3.ribbon2 .label, h4.ribbon2 .label {
    width: 40px;
  }
}
h2.ribbon2 .label::after, h3.ribbon2 .label::after, h4.ribbon2 .label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 40px solid #FABD00;
  border-right: 40px solid #FABD00;
  border-bottom: 20px solid transparent;
}
@media screen and (max-width: 768px) {
  h2.ribbon2 .label::after, h3.ribbon2 .label::after, h4.ribbon2 .label::after {
    border-left: 20px solid #FABD00;
    border-right: 20px solid #FABD00;
    border-bottom: 10px solid transparent;
  }
}
h2.ribbon3, h3.ribbon3, h4.ribbon3 {
  position: relative;
  margin: 1rem -10px;
  padding: 10px 20px;
  background: #C9BC9C;
  color: white;
}
h2.ribbon3::before, h2.ribbon3::after, h3.ribbon3::before, h3.ribbon3::after, h4.ribbon3::before, h4.ribbon3::after {
  position: absolute;
  content: "";
}
h2.ribbon3::before, h3.ribbon3::before, h4.ribbon3::before {
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #39779D;
  border-left: 10px solid transparent;
}
h2.ribbon3::after, h3.ribbon3::after, h4.ribbon3::after {
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #39779D;
  border-right: 10px solid transparent;
}
h2.stripe, h3.stripe, h4.stripe {
  padding: 10px 20px;
  position: relative;
  color: #fff;
  background: linear-gradient(-45deg, rgb(40.7484251969, 139.3027559055, 199.9515748031) 25%, #2C94D4 0, #2C94D4 50%, rgb(40.7484251969, 139.3027559055, 199.9515748031) 0, rgb(40.7484251969, 139.3027559055, 199.9515748031) 75%, #2C94D4 0);
  background-size: 20px 20px;
}
h2.first:first-letter, h3.first:first-letter, h4.first:first-letter {
  font-size: 150%;
  color: #BC0000;
}
h2.symbol1, h3.symbol1, h4.symbol1 {
  position: relative;
  overflow: hidden;
  padding: 10px 20px 10px 130px;
  border: 2px solid #2C94D4;
}
@media screen and (max-width: 768px) {
  h2.symbol1, h3.symbol1, h4.symbol1 {
    padding: 10px 20px 10px 90px;
  }
}
h2.symbol1::before, h3.symbol1::before, h4.symbol1::before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 180px;
  height: 300%;
  content: "";
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #2C94D4;
}
h2.symbol1 span, h3.symbol1 span, h4.symbol1 span {
  font-size: 32px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  padding-left: 20px;
  color: #fff;
}
h2.symbol2, h3.symbol2, h4.symbol2 {
  position: relative;
  overflow: hidden;
  padding: 10px 20px 10px 130px;
  border-top: 3px solid #2C94D4;
}
@media screen and (max-width: 768px) {
  h2.symbol2, h3.symbol2, h4.symbol2 {
    padding: 10px 20px 10px 90px;
  }
}
h2.symbol2::before, h3.symbol2::before, h4.symbol2::before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 180px;
  height: 300%;
  content: "";
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #2C94D4;
}
h2.symbol2 span, h3.symbol2 span, h4.symbol2 span {
  font-size: 32px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}
h2.symbol3, h3.symbol3, h4.symbol3 {
  position: relative;
  overflow: hidden;
  padding: 10px 20px 10px 130px;
  word-break: break-all;
  border-top: 3px solid #2C94D4;
  border-radius: 12px 0 0 0;
}
@media screen and (max-width: 768px) {
  h2.symbol3, h3.symbol3, h4.symbol3 {
    padding: 10px 20px 10px 90px;
  }
}
h2.symbol3 span, h3.symbol3 span, h4.symbol3 span {
  font-size: 32px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  padding: 3px 20px;
  color: #fff;
  border-radius: 10px 0 20px 10px;
  background: #2C94D4;
}
h2.symbol4, h3.symbol4, h4.symbol4 {
  position: relative;
  overflow: hidden;
  padding: 10px 20px 10px 80px;
  border: 3px solid #2C94D4;
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  h2.symbol4, h3.symbol4, h4.symbol4 {
    padding: 15px 20px 15px 80px;
  }
}
h2.symbol4 span, h3.symbol4 span, h4.symbol4 span {
  font-size: 24px;
  line-height: 50px;
  position: absolute;
  top: calc(50% - 25px);
  left: 10px;
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  background: #2C94D4;
  text-align: center;
}
h2.symbol5, h3.symbol5, h4.symbol5 {
  position: relative;
  height: 55px;
  line-height: 55px;
  margin-right: 100px;
  padding: 0 20px;
  word-break: break-all;
  color: #fff;
  background: #2C94D4;
}
h2.symbol5::after, h3.symbol5::after, h4.symbol5::after {
  position: absolute;
  top: 0;
  right: -55px;
  width: 0;
  height: 0;
  content: "";
  border-width: 55px 55px 0 0;
  border-style: solid;
  border-color: #2C94D4 transparent transparent transparent;
}
h2.symbol5 span, h3.symbol5 span, h4.symbol5 span {
  font-size: 42px;
  position: absolute;
  top: 0;
  right: -100px;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #2C94D4;
}
h2.symbol6, h3.symbol6, h4.symbol6 {
  position: relative;
  padding-left: 80px;
}
h2.symbol6 span, h3.symbol6 span, h4.symbol6 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  color: white;
  background: #2C94D4;
}
h2.symbol6 span:after, h3.symbol6 span:after, h4.symbol6 span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: "";
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #2C94D4;
}
h2.symbol7, h3.symbol7, h4.symbol7 {
  position: relative;
  padding-left: 120px;
}
h2.symbol7 span, h3.symbol7 span, h4.symbol7 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  color: #fff;
  border-radius: 10px;
  background: #C9BC9C;
}
h2.symbol7 span i, h3.symbol7 span i, h4.symbol7 span i {
  margin-right: 10px;
}
h2.symbol7 span:after, h3.symbol7 span:after, h4.symbol7 span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: "";
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #C9BC9C;
}
h2.point, h3.point, h4.point {
  position: relative;
  padding: 10px 20px;
  color: #2C94D4;
  border-radius: 0 10px 10px 10px;
  background: #f8f8f8;
}
h2.point::before, h3.point::before, h4.point::before {
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  position: absolute;
  top: -24px;
  left: 0;
  height: 24px;
  padding: 0 1em;
  content: "\f0a4  POINT";
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #2C94D4;
}
h2 h2.bgen, h3 h2.bgen, h4 h2.bgen {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
h2 h2.bgen span.EN, h3 h2.bgen span.EN, h4 h2.bgen span.EN {
  display: block;
  color: rgba(255, 255, 255, 0.1);
  font-size: 300%;
  position: absolute;
  top: calc(50% - 60px);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
h2 h2.bgen span.JP, h3 h2.bgen span.JP, h4 h2.bgen span.JP {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}
h2.access, h3.access, h4.access {
  background: url(img/icon_access.svg) left center no-repeat;
  background-size: 20px;
  padding-left: 30px;
}

a.linkbtn {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #A89E86;
  padding: 10px 50px 10px 30px;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
  background: url(img/arrow_brown.svg) right 20px center no-repeat, white;
  background-size: 25px;
}
@media screen and (max-width: 768px) {
  a.linkbtn {
    margin: 0 0 10px 0;
    width: 100%;
    padding: 10px 10px 10px 10px;
    background: url(img/arrow_brown.svg) right 10px center no-repeat, white;
    background-size: 25px;
  }
}
a.linkbtn span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: black;
}
a.linkbtn img.arrow {
  width: 25px;
  vertical-align: middle;
}
a.linkbtn i {
  margin-left: 10px;
}
a.linkbtn.bgprimary {
  background-color: #2C94D4;
}
a.linkbtn.bgprimary span {
  color: white;
}
a.linkbtn.bgprimary:hover span {
  color: #2C94D4;
}
a.linkbtn.bgblack {
  background-color: black;
}
a.linkbtn.bgblack span {
  color: white;
}
a.linkbtn.bgblack:hover span {
  color: black;
}
a.linkbtn.hoverblack {
  background-color: white;
}
a.linkbtn.hoverblack span {
  color: black;
}
a.linkbtn.back {
  background: url(img/arrow_brown.svg) right 20px center no-repeat, white;
  background-size: 25px;
  transform: scale(-1, 1);
}
a.linkbtn.back span {
  transform: scale(-1, 1);
  display: block;
}
a.linkbtn.back:hover {
  background-color: rgba(201, 188, 156, 0.2);
}
a.linkbtn.dl {
  background: white;
  padding-right: 20px;
}
a.linkbtn.dl img {
  width: 30px;
  vertical-align: middle;
}
a.linkbtn.dl img.window {
  width: 15px;
}
a.linkbtn.dl img.pdf {
  width: 20px;
}

.goright:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #2C94D4;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.goright:before:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.bgwhite:before {
  background: rgba(168, 158, 134, 0.6);
}

.bgwhite:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.bgprimary:before, .bgblack:before {
  background: white;
}

.bgprimary:hover:before, .bgblack:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.hoverblack:before {
  background: black;
}

.hoverblack:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*中央から左右に*/
.gocenter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #2C94D4;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: top;
}

.gocenter:hover:before {
  transform-origin: center top;
  transform: scale(1, 1);
}

/*矢印が右に移動して背景がつく*/
.linkarrow {
  position: relative;
  border: 1px solid #2C94D4;
  padding: 8px 30px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #2C94D4;
  outline: none;
  transition: all 0.2s linear;
}
.linkarrow:hover {
  background: #2C94D4;
  color: #fff;
}
.linkarrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -21px;
  width: 40px;
  height: 1px;
  background: #2C94D4;
  transition: all 0.2s linear;
}
.linkarrow::after {
  content: "";
  position: absolute;
  top: 23%;
  right: -16px;
  width: 1px;
  height: 12px;
  background: #2C94D4;
  transform: skewX(45deg);
  transition: all 0.2s linear;
}
.linkarrow:hover::before {
  right: -30px;
}
.linkarrow:hover::after {
  right: -25px;
}

/*下線が伸びて背景色*/
.linkborder {
  position: relative;
  color: #2C94D4;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  outline: none;
}
.linkborder span {
  position: relative;
  z-index: 9;
}
.linkborder:hover span {
  color: #fff;
}
.linkborder::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #2C94D4;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
.linkborder:hover::after {
  height: 100%;
}
.linkborder.rev::after {
  bottom: auto;
  top: 0;
}

.linkarrowmove {
  position: relative;
  display: inline-block;
  color: #2C94D4;
  text-decoration: none;
  outline: none;
  padding-right: 60px;
}
.linkarrowmove::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 85%;
  height: 1px;
  background: #2C94D4;
  transition: all 0.3s;
}
.linkarrowmove::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 21px;
  /*矢印の形状*/
  width: 15px;
  height: 1px;
  background: #2C94D4;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all 0.3s;
}
.linkarrowmove:hover::before {
  left: 20%;
}
.linkarrowmove:hover::after {
  right: -5%;
}
.linkarrowmove.bgwhite {
  color: white;
}
.linkarrowmove.bgwhite::before {
  background-color: white;
}
.linkarrowmove.bgwhite::after {
  background-color: white;
}

a.window, .linkwindow a {
  background: url(img/icon_window.svg) right center no-repeat;
  background-size: 15px;
  padding-right: 25px;
  text-decoration: underline;
}

a.linkpdf, .linkpdf a {
  background: url(img/icon_pdf.svg) right center no-repeat;
  background-size: 15px;
  padding-right: 25px;
  text-decoration: underline;
}

dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
dl img {
  width: 100%;
  height: auto;
}
dl dt, dl dd {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  dl dt, dl dd {
    padding-bottom: 2px;
  }
}
dl dt {
  width: 20%;
  border-bottom: #f8f8f8 1px solid;
}
@media screen and (max-width: 768px) {
  dl dt {
    font-weight: bold;
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
  }
}
dl dd {
  width: 80%;
  border-bottom: #f8f8f8 1px solid;
}
@media screen and (max-width: 768px) {
  dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  dl {
    flex-flow: column;
  }
}

dl dt:last-of-type, dl dd:last-of-type {
  border: none !important;
}

ul.disc li {
  list-style: none;
  position: relative;
  padding-left: 1em;
}
ul.disc li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

ul.check {
  padding: 10px 10px 0;
}
ul.check li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 17px;
}
ul.check li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 11px;
  height: 17px;
  border-right: 5px solid #E27676;
  border-bottom: 5px solid #E27676;
}

ul.check {
  background-color: #EFF7FC;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  ul.check {
    padding: 20px;
  }
}
ul.check li {
  font-size: 17px;
  background: url(img/elp_check.svg) left center no-repeat;
  background-size: 15px;
  border-bottom: rgba(44, 148, 212, 0.6) 2px dotted;
  padding-left: 25px;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
ul.check li::before {
  content: none;
}

ul.count {
  display: block;
}

ul.count li:before {
  content: counter(mycount) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

ul.count li {
  counter-increment: mycount;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

/*tabの形状*/
.tab-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  border-bottom: #2C94D4 2px solid;
}
.tab-group img {
  width: 100%;
  height: auto;
}
.tab-group .tab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  border: 2px solid #2C94D4;
  padding: 15px 10px;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  background-color: white;
  color: #2C94D4;
  text-align: center;
}
.tab-group .tab img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .tab-group .tab {
    font-size: 16px;
    padding: 10px;
  }
  .tab-group .tab:first-child, .tab-group .tab:nth-child(2) {
    width: 30%;
  }
  .tab-group .tab:nth-child(3) {
    width: 40%;
  }
}
.tab-group .tab.is-active {
  background-color: #2C94D4;
  color: white;
}

.panel-group {
  border: solid 1px #2C94D4;
  border-top: none;
  background: white;
  padding: 40px;
}
.panel-group .panel {
  display: none;
}
.panel-group .panel.is-show {
  display: block;
}

ul.snsbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
ul.snsbox img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  ul.snsbox {
    margin-bottom: 20px;
  }
}
ul.snsbox li {
  width: 30px;
  margin-right: 10px;
}
ul.snsbox li img {
  width: 100% !important;
}

ul.listdl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
ul.listdl img {
  width: 100%;
  height: auto;
}
ul.listdl li {
  margin-left: 20px;
}
ul.listdl li:first-child {
  margin-left: 0;
}

.tablestyle {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tablestyle {
    margin-bottom: 20px;
  }
}
.tablestyle th,
.tablestyle td {
  padding: 20px 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .tablestyle th,
  .tablestyle td {
    display: block;
    padding: 0;
  }
}
.tablestyle th {
  width: 20%;
  color: #2C94D4;
  border-bottom: #2C94D4 1px solid;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .tablestyle th {
    width: 100%;
    padding: 10px;
  }
}
.tablestyle td {
  border-bottom: #B8B8B8 1px solid;
}
@media screen and (max-width: 768px) {
  .tablestyle td {
    padding: 10px;
    border-bottom: none;
  }
}
.tablestyle p:not(:last-child) {
  margin-bottom: 10px;
}
.tablestyle ul {
  margin-left: 20px;
}
.tablestyle.type2 th, .tablestyle.type2 td {
  border: none;
  background-color: transparent;
}
.tablestyle.type2 th {
  border-bottom: 3px solid #2C94D4;
}
.tablestyle.type2 td {
  border-bottom: 2px solid #f8f8f8;
}

table.price {
  margin-bottom: 20px;
}
table.price th {
  background-color: #2C94D4;
}
table.price td {
  color: black;
}
table.price td.fi {
  background-color: #f8f8f8;
  text-align: center;
  font-weight: bold;
}
table.price th.bg1 {
  background-color: #F7F5E8;
}
table.price th.bg2 {
  background-color: #EDF5FC;
}

.p-country-name {
  display: none;
}

/*お問い合わせフォーム*/
.wpcf7-form {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .wpcf7-form {
    width: 100%;
  }
}

.box_wrap.contactflow {
  width: 300px;
  margin: 0 auto;
  line-height: 0.8;
  background: url(img/contactflow_line.svg) center 7px no-repeat;
  background-size: 95%;
  margin-bottom: 40px;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .contactflow {
    width: 100%;
  }
}
.contactflow .nijumaru {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #bbb;
  background-color: white;
}

.contactflow .nijumaru::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #bbb;
}

.contactflow .nijumaru.active::before {
  border: 1px solid #2C94D4;
  background-color: #2C94D4;
}

.contactflow .line {
  display: block;
  border-top: 1px solid #bbb;
  height: 1px;
}

.contactflow .gray {
  color: #bbb;
}

.field_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-bottom: 25px;
}
.field_wrap img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .field_wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .field_wrap {
    padding-bottom: 10px;
  }
}

.field_name, .field {
  padding: 15px 0;
  font-size: 17px;
}
.field_name .normal, .field .normal {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .field_name, .field {
    font-size: 16px;
  }
}

.field_name {
  width: 30%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-right: 5%;
  font-weight: bold;
}
.field_name img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .field_name {
    width: 100%;
    padding: 0;
    vertical-align: middle;
  }
}
.field_name p {
  margin-bottom: 0;
}

.field {
  width: 65%;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .field {
    padding: 0;
    width: 100%;
  }
}
.field p {
  margin-bottom: 0;
}

.field_wrap.last {
  border: none;
}

@media screen and (max-width: 768px) {
  .mwform-zip-field, .mwform-tel-field {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .mwform-zip-field img, .mwform-tel-field img {
    width: 100%;
    height: auto;
  }
}

input[type=text],
input[type=email],
textarea {
  border: 2px solid #ddd;
  width: 100%;
  padding: 10px 5px;
  border-radius: 5px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  textarea {
    padding: 5px;
  }
}
input[type=text].auto,
input[type=email].auto,
textarea.auto {
  width: 60%;
  display: inline-block;
}

select {
  border: 1px solid #ddd;
  padding: 5px 20px 5px 5px;
  position: relative;
}
select:after {
  content: "▼";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.short input[type=text] {
  width: 90%;
}

input[type=radio] {
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 50%;
}

input[type=tel] {
  border: 2px solid #ddd;
  width: auto;
  padding: 10px 5px;
  border-radius: 5px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  input[type=tel] {
    width: 100px;
    padding: 5px;
  }
}

.sbtn {
  display: inline-block;
  position: relative;
  text-align: left;
}

.sbtn::after {
  content: "";
  border: 0;
  position: absolute;
  top: 0;
  right: 20px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: 40%;
}

div.field_name.require:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 14px;
  content: "必須";
  color: white;
  border: 1px solid #BC0000;
  background-color: #BC0000;
  margin-left: 10px;
  padding: 2px 6px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  div.field_name.require:after {
    position: static;
    margin-top: 20px;
  }
}

div.field_name.any:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 14px;
  content: "任意";
  color: white;
  background-color: #696969;
  border: 1px solid #696969;
  margin-left: 10px;
  padding: 2px 6px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  div.field_name.any:after {
    position: static;
    margin-top: 20px;
  }
}

input[type=submit] {
  font-size: 20px;
  padding: 10px 40px;
  border: #2C94D4 1px solid;
  cursor: pointer;
  text-align: center;
  position: relative;
  color: white;
  background: #2C94D4;
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
  border-radius: 9999px;
}
input[type=submit]:hover {
  color: #fff;
  background-position: 99% 50%;
}
@media screen and (max-width: 768px) {
  input[type=submit] {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  input[type=submit] {
    width: 100%;
    margin-bottom: 20px;
  }
}
input[type=submit]:hover {
  transform: initial;
  transform: translate3d(2px, 2px, 0);
}

.back input[type=submit] {
  background-color: white;
  color: white;
}

span.wpcf7-list-item {
  display: block;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent !important;
  background-color: white !important;
  padding: 20px !important;
  text-align: center !important;
  color: #BC0000 !important;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
}

.grecaptcha-badge {
  display: none !important;
}

.send p {
  display: inline-block;
  text-align: center;
}

.box_wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.box_wrap img {
  width: 100%;
  height: auto;
}
.box_wrap.gal {
  margin: 0 auto;
  align-items: center;
}
.box_wrap.gal .box {
  width: 32%;
  position: relative;
  margin: 0 0 1% 1%;
}
@media screen and (max-width: 768px) {
  .box_wrap.gal .box {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.box_wrap.gal .box:first-child, .box_wrap.gal .box:nth-child(3n+1) {
  margin: 0 0 1% 0;
}
@media screen and (max-width: 768px) {
  .box_wrap.gal .box:first-child, .box_wrap.gal .box:nth-child(3n+1) {
    margin: 0 0 20px 0;
  }
}
.box_wrap.gal .box .pic {
  overflow: hidden;
  border-radius: 10px;
}
.box_wrap.gal .box a img {
  transition: 0.4s;
  border-radius: 10px;
}
.box_wrap.gal .box a img:hover {
  transform: scale(1.2, 1.2);
  transition: 0.4s all;
}
.box_wrap.gal .box a:hover {
  opacity: 1;
}
.box_wrap.gal .box .txt {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 17px;
  font-weight: 600;
  color: white;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  padding: 20px 10px 10px 10px;
  border-radius: 10px;
}
.box_wrap.gal .box .arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  transition: 0.4s;
}
.box_wrap.gal .box .arrow img {
  width: 100%;
  height: auto;
}
.box_wrap.gal .box a:hover .arrow {
  background-color: rgba(201, 188, 156, 0.6);
}

.searchbox form {
  width: 100%;
  border: black 1px solid;
  padding: 10px 20px 60px;
  margin-bottom: 40px;
  position: relative;
  box-sizing: border-box;
}
.searchbox form ul li {
  cursor: pointer;
}
.searchbox form input[type=submit] {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 10px 40px 10px 20px;
  border: black 1px solid;
  cursor: pointer;
  background: url(img/icon_search.svg) right 10px center no-repeat, black;
  background-size: 20px;
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
  color: white;
}
@media screen and (max-width: 768px) {
  .searchbox form input[type=submit] {
    margin-top: 20px;
  }
}
.searchbox form input[type=submit]:hover {
  transform: initial;
  transform: translate3d(2px, 2px, 0);
}

/*
input#label1,.acd-label{
display: none;
}
*/
.acd-check {
  display: none;
}

.acd-label,
button.simplefavorites-clear {
  width: auto;
  margin: 20px 0;
  display: inline-block;
  padding: 10px 40px 10px 10px;
  background: black;
  color: white;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.acd-label::after,
button.simplefavorites-clear::after {
  content: "";
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 45%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

button.simplefavorites-clear {
  padding: 10px 20px;
}
button.simplefavorites-clear::after {
  content: none;
}

.acd-content {
  height: 0;
  padding: 0 15px;
  transition: 0.5s;
  overflow: hidden;
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  padding: 15px;
}

.single h1.page-title {
  font-size: 36px;
  border-bottom: 1px solid #C9BC9C;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .single h1.page-title {
    font-size: 24px;
    line-height: 1.6;
    margin-top: 0;
  }
}
.single .blogbox .date {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .single .blogbox .date {
    margin-bottom: 20px;
  }
}

.detailbox {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .detailbox {
    width: 100%;
  }
}
.detailbox .boxA {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .detailbox .boxA {
    margin-bottom: 20px;
  }
}
.detailbox .boxA button.simplefavorite-button.has-count {
  position: absolute;
  top: -62px;
  right: 0;
  padding: 0;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .detailbox .boxA button.simplefavorite-button.has-count {
    top: -53px;
    transition: none;
  }
}
.detailbox .boxA button.simplefavorite-button.has-count:hover {
  border: none;
  transform: translate(0, 5px);
}
@media screen and (max-width: 768px) {
  .detailbox .boxA button.simplefavorite-button.has-count:hover {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .detailbox .boxA button.simplefavorite-button.has-count img {
    width: 30px;
  }
}
.detailbox .boxA a.linkbtn {
  position: absolute;
  top: -70px;
  right: 80px;
}
@media screen and (max-width: 768px) {
  .detailbox .boxA a.linkbtn {
    top: -60px;
    right: 60px;
    border: #D2D2D2 1px solid;
  }
}
.detailbox .detailpic img {
  border: 1px solid black;
  box-shadow: 8px 8px 0 black;
  transform: translate(-3.5px, -3.5px);
  transition: box-shadow 0.3s, transform 0.3s;
}
@media screen and (max-width: 768px) {
  .detailbox .detailpic img {
    height: auto;
  }
}
.detailbox .detailpic img:hover {
  box-shadow: 1px 1px 0 #ccc;
  transform: initial;
}
.detailbox .taglist {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .detailbox .taglist {
    margin-bottom: 10px;
  }
}
.detailbox .taglist a {
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .detailbox .taglist a {
    font-size: 14px;
    margin-left: 2px;
    margin-right: 2px;
  }
}
.detailbox .taglist a:first-child {
  margin-left: none;
}
.detailbox .goodpointbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.detailbox .goodpointbox img {
  width: 100%;
  height: auto;
}
.detailbox .goodpointbox p {
  margin-left: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .detailbox .goodpointbox p {
    margin-left: 0;
  }
}
.detailbox .goodpoint {
  position: relative;
  width: 280px;
  background: #FFFFFF;
  padding: 10px;
  text-align: center;
  border: 1px solid #000000;
  font-weight: bold;
  float: left;
}
@media screen and (max-width: 768px) {
  .detailbox .goodpoint {
    border: none;
    border-bottom: 1px solid #000000;
    width: auto;
    padding: 2px 0;
    margin-bottom: 10px;
  }
}
.detailbox .goodpoint:after, .detailbox .goodpoint:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media screen and (max-width: 768px) {
  .detailbox .goodpoint:after, .detailbox .goodpoint:before {
    position: absolute;
    top: 100%;
    left: 20%;
    content: "";
    height: 0;
    width: 0;
  }
}
.detailbox .goodpoint:after {
  border-color: rgba(255, 255, 255, 0);
  border-width: 8px;
  margin-top: -8px;
  border-left-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .detailbox .goodpoint:after {
    border: 16px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -16px;
  }
}
.detailbox .goodpoint:before {
  border-color: rgba(0, 0, 0, 0);
  border-width: 9px;
  margin-top: -9px;
  border-left-color: #000000;
}
@media screen and (max-width: 768px) {
  .detailbox .goodpoint:before {
    border: 9px solid;
    border-color: transparent;
    border-top-color: black;
    margin-left: -9px;
    margin-top: 0;
  }
}
.detailbox .goodpoint p {
  margin: 0;
}

.site_detail {
  background-color: #f8f8f8;
  padding: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .site_detail {
    margin-top: 20px;
  }
}
.site_detail p {
  font-weight: bold;
}

.capturebox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
}
.capturebox img {
  width: 100%;
  height: auto;
}

.capturebox div {
  border: black 1px solid;
  width: 320px;
  height: 1000px;
  overflow-y: scroll;
  margin-left: 40px;
}
.capturebox div:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .capturebox div {
    width: 100%;
    height: 600px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.wrap {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: url(img/main.png) center top no-repeat;
  background-size: cover;
  /*スライドの場合コメントアウト外す
   .swiper-slide-active .slide-img,
  .swiper-slide-duplicate-active .slide-img,
  .swiper-slide-prev .slide-img {
    animation: zoom 10s linear 0s 1 normal both;
    padding-top: 90px;
  @include g.mq(md){
      padding-top: 70px;
    }
  }
  .slide-text {
    font-size: 4em;
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-weight: bold;
    color: #fff;
    z-index: 5;
    line-height: 1.2;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
  @include g.mq(md){
    font-size: 2em;
    bottom: 80px;
      left: 20px;
    }
  }
  .slide-img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh;
    width: 100vw;
    z-index: 9;
    vertical-align: top;
  @include g.mq(md){
      height: auto;
    }
  }
  .swiper-pagination {
    z-index: 5 !important;
  }
    */
}
@media screen and (max-width: 768px) {
  .wrap {
    background: url(img/main.png) -350px top no-repeat;
    background-size: cover;
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.wrap .txtbox {
  position: absolute;
  top: 50%;
  right: 4vw;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 40px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .wrap .txtbox {
    background-color: rgba(255, 255, 255, 0.7);
    top: auto;
    bottom: 20px;
    right: 20px;
    left: 20px;
    padding: 20px;
  }
}
.wrap .txtbox p.maintxt {
  font-size: 2vmax;
  font-weight: 600;
  z-index: 5;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .wrap .txtbox p.maintxt {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.wrap .txtbox p.subtxt {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .wrap .txtbox p.subtxt {
    line-height: 1.4;
  }
}
.wrap .area h2 {
  font-family: "Impact";
  font-size: 55px;
  text-align: center;
}

.cd-fixed-bg {
  z-index: 1;
}
.cd-fixed-bg .two_box {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .cd-fixed-bg .two_box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cd-fixed-bg .two_box p {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .cd-fixed-bg .two_box p {
    padding: 0;
    text-align: left;
    margin-bottom: 0;
  }
}
.cd-fixed-bg .typeleft .two_box {
  width: 49%;
  margin: 0 0 2% 2%;
}
@media screen and (max-width: 768px) {
  .cd-fixed-bg .typeleft .two_box {
    width: 100%;
    margin: 0;
  }
}
.cd-fixed-bg .typeleft .two_box:nth-child(odd) {
  margin: 0 0 2% 0;
}
.cd-fixed-bg .typeleft .two_box p {
  padding: 0;
}
.cd-fixed-bg .typeleft .two_box h2, .cd-fixed-bg .typeleft .two_box h3 {
  line-height: 1.6 !important;
}
.cd-fixed-bg .typeleft .two_box h2 .fssm, .cd-fixed-bg .typeleft .two_box .fssm {
  font-weight: normal;
  color: #2C94D4;
}
.cd-fixed-bg.cd-bg-2 {
  background: #f8f8f8;
}

@media screen and (max-width: 768px) {
  #sec1.cd-fixed-bg {
    padding-top: 0;
  }
}
.cd-fixed-bg {
  position: relative; /* positionをrelativeに変更。 */
  width: 100vw;
}
.cd-fixed-bg.cd-bg-1 {
  height: 50vh;
}
@media screen and (max-width: 768px) {
  .cd-fixed-bg.cd-bg-1 {
    height: 350px;
  }
}
.cd-fixed-bg.cd-bg-1 .sec {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .cd-fixed-bg.cd-bg-1 .sec.pdmain {
    padding: 20px;
  }
}

.sec_inner {
  position: absolute; /* positionをabsoluteに変更。 */
  top: 0; /* topを設定する。 */
  left: 0; /* leftを設定する。 */
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 0);
  z-index: -2;
}

.sec_img {
  position: fixed; /* fixedに変更する。それ以外は同じ。 */
  top: 0;
  left: 0;
  z-index: -2;
  display: block;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.cd-bg-1 .sec_img {
  background: url("img/sec1_bg.jpg") center center no-repeat;
  background-size: cover;
}

.sec.opa {
  background-color: rgba(255, 255, 255, 0.4);
}

#infobox {
  overflow: hidden;
}
#infobox .newsbox ul li {
  position: relative;
  margin-bottom: 10px;
  background-color: #F6F6F6;
  border: transparent;
}
#infobox .newsbox ul li a.all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#infobox .newsbox ul li a.all:hover {
  background-color: rgba(201, 188, 156, 0.1);
  border: #A89E86 1px solid;
}
#infobox .newsbox dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#infobox .newsbox dl img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1280px) {
  #infobox .newsbox dl {
    padding: 10px;
  }
}
#infobox .newsbox dt, #infobox .newsbox dd {
  padding: 15px 20px;
  margin-bottom: 0;
}
#infobox .newsbox dt {
  width: 20%;
  padding-right: 10px;
  color: #877555;
  font-size: 14px;
}
#infobox .newsbox dt .cat {
  margin-left: 10px;
}
#infobox .newsbox dt .cat a {
  background-color: #2C94D4;
  border-radius: 9999px;
  padding: 4px 12px;
  color: white;
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #infobox .newsbox dt {
    width: 100%;
    display: block;
    border-right: none;
    padding: 0;
  }
}
#infobox .newsbox dd {
  width: 80%;
}
@media screen and (max-width: 1280px) {
  #infobox .newsbox dd {
    width: 100%;
    line-height: 1.8;
    padding: 5px 0 0 0;
  }
  #infobox .newsbox dd:last-of-type {
    border-left: 1PX solid white;
  }
}
#infobox .newsbox dd .date {
  font-size: 14px;
  margin-right: 10px;
}
#infobox .newsbox dd .cat {
  font-size: 14px;
  background-color: white;
  color: #2C94D4;
  border-radius: 9999px;
  padding: 2px 6px;
  margin-right: 10px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #infobox .newsbox dd .cat {
    font-size: 12px;
  }
}
#infobox .newsbox dd .cat a {
  color: #2C94D4;
  text-decoration: none;
}

#Hservice {
  background: url(img/bg_service.png) center center no-repeat;
  background-size: cover;
}
#Hservice h3 {
  font-family: "Noto Serif JP", serif;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #Hservice h3 {
    margin-left: 22px;
    text-indent: -12px;
  }
}
#Hservice h3 strong {
  background: url(img/bg_h3strong.svg) center top;
  padding: 8px 15px;
  border-left: #C9BC9C 3px solid;
  margin-right: 10px;
  font-size: 32px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #Hservice h3 strong {
    padding: 6px 10px;
    font-size: 24px;
    margin-right: 5px;
    font-weight: 500;
  }
}
#Hservice .txt {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #Hservice .txt {
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #Hservice .linkbox {
    width: 90%;
    margin: 0 auto;
  }
}
#Hservice .linkbox a.linkbtn {
  margin: 0 15px 15px 0;
  width: 32%;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  #Hservice .linkbox a.linkbtn {
    margin: 0 0 10px 0;
    width: 100%;
    padding: 10px 10px 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  #Hservice .sec > .sec {
    width: 100%;
    padding-bottom: 10px;
  }
}
#Hservice #kensetsu {
  background: url(img/bg_kensetsu.png) right top no-repeat, white;
  background-size: 400px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #Hservice #kensetsu {
    background: url(img/bg_kensetsuSP.png) right top no-repeat, white;
    background-size: 100%;
    border-radius: 20px 20px 0 0;
    padding-top: 170px;
  }
}
#Hservice #kyoninka {
  background: url(img/bg_kyoninka.png) right top no-repeat, white;
  background-size: 400px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #Hservice #kyoninka {
    background: url(img/bg_kyoninkaSP.png) right top no-repeat, white;
    background-size: 100%;
    border-radius: 20px 20px 0 0;
    padding-top: 170px;
  }
}
#Hservice #iryohoujin {
  background: url(img/bg_houjin.png) right top no-repeat, white;
  background-size: 400px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #Hservice #iryohoujin {
    background: url(img/bg_houjinSP.png) right top no-repeat, white;
    background-size: 100%;
    border-radius: 20px 20px 0 0;
    padding-top: 170px;
  }
}
#Hservice #koyou {
  background: url(img/bg_koyou.png) right top no-repeat, white;
  background-size: 400px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #Hservice #koyou {
    background: url(img/bg_koyouSP.png) right top no-repeat, white;
    background-size: 100%;
    border-radius: 20px 20px 0 0;
    padding-top: 170px;
  }
}
#Hservice #nouchi {
  background: url(img/bg_nouchi.png) right top no-repeat, white;
  background-size: 400px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #Hservice #nouchi {
    background: url(img/bg_nouchiSP.png) right top no-repeat, white;
    background-size: 100%;
    border-radius: 20px 20px 0 0;
    padding-top: 170px;
  }
}
#Hservice #car {
  background: url(img/bg_car.png) right top no-repeat, white;
  background-size: 400px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #Hservice #car {
    background: url(img/bg_carSP.png) right top no-repeat, white;
    background-size: 100%;
    border-radius: 20px 20px 0 0;
    padding-top: 170px;
  }
}
#Hservice #souzoku {
  background: url(img/bg_souzoku.png) right top no-repeat, white;
  background-size: 400px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #Hservice #souzoku {
    background: url(img/bg_souzokuSP.png) right top no-repeat, white;
    background-size: 100%;
    border-radius: 20px 20px 0 0;
    padding-top: 170px;
  }
}

#accessbox .three_box {
  border: #EBEDEF 1px solid;
  position: relative;
  font-family: "Noto Serif JP", serif;
  padding: 20px;
}
#accessbox .three_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#accessbox .three_box a:hover {
  border: #2C94D4 1px solid;
}
#accessbox .three_box:first-child {
  background: url(img/accessbox_access.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
#accessbox .three_box:nth-child(2) {
  background: url(img/accessbox_office.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
#accessbox .three_box:nth-child(3) {
  background: url(img/accessbox_download.png) center center no-repeat;
  background-size: cover;
}

#area {
  background: url(img/bg_area.png) center center no-repeat;
  background-size: cover;
  color: white;
}
@media screen and (max-width: 768px) {
  #area {
    position: relative;
  }
  #area .fs5 {
    font-size: 24px;
  }
}
#area img.map {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #area .w25 {
    position: absolute;
    top: 40px;
    right: 20px;
    width: auto;
  }
  #area .w25 img.map {
    width: 160px;
  }
}

/*動画配置*/
.video {
  position: relative;
  height: 950px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .video {
    height: auto;
  }
}

.video::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 950px;
  background-color: rgba(44, 148, 212, 0.8);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .video::before {
    height: 100%;
  }
}

.video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .video video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: auto;
  }
}

.video--in {
  width: 1280px;
  margin: 40px auto;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .video--in {
    position: relative;
    width: 100%;
    transform: translateY(0);
    padding: 28px 5% 0;
  }
}

.video--in .section_ttl {
  position: absolute;
  top: -92px;
  left: 15%;
}
@media screen and (max-width: 768px) {
  .video--in .section_ttl {
    position: static;
  }
}

/*アコーディオン*/
.toggle {
  display: none;
}

.Label { /*タイトル*/
  padding: 1em;
  font-size: 17px;
  display: block;
  color: #333;
  background: white;
  margin-bottom: 1em;
  font-weight: bold;
  border: #2C94D4 1px solid;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .Label {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 1em 1.5em 1em 1em;
    line-height: 1.8;
  }
}
.Label:hover {
  background-color: rgba(44, 148, 212, 0.2);
}

.Label::before { /*タイトル横の矢印*/
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #39779D;
  border-right: 2px solid #39779D;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}

.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.content { /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .content {
    margin-bottom: 0;
  }
  .content p {
    margin-bottom: 0;
  }
}

.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 10px 20px 20px 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .toggle:checked + .Label + .content {
    padding: 10px 0 20px 0;
  }
}

.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

/*よくある質問*/
.faqbox1 {
  border: none;
  margin-bottom: 0;
}
.faqbox1 .ti {
  background: url(img/arrow_news.svg) right 20px center/10px no-repeat;
  border-bottom: rgba(14, 47, 118, 0.1) solid 1px;
  padding: 10px 0 10px 0;
  margin: 0 0 0;
  font-size: 17px;
  font-weight: bold;
}

.faqbox2 label {
  padding: 10px 10px 10px 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  position: relative;
  display: block;
  cursor: pointer;
  border-color: #C9BC9C;
}
@media screen and (max-width: 768px) {
  .faqbox2 label {
    padding: 10px 10px 10px 20px;
    margin-top: 0;
  }
}
.faqbox2 label h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .faqbox2 label h3 {
    font-size: 17px;
    line-height: 1.2;
    padding-left: 25px;
  }
}
.faqbox2 label.faqmenu1 {
  background: url("img/icon_faq0.svg") 20px center/30px no-repeat, url("img/arrow_news_down.svg") right 40px center no-repeat, #F6F6F6;
}
@media screen and (max-width: 768px) {
  .faqbox2 label.faqmenu1 {
    background: url("img/icon_faq0.svg") 10px center/30px no-repeat, url("img/arrow_news_down.svg") right 40px center no-repeat, #F6F6F6;
  }
}
.faqbox2 label.faqmenu2 {
  background: url("img/icon_faq1.svg") 20px center/30px no-repeat, url("img/arrow_news_down.svg") right 40px center no-repeat, #F6F6F6;
}
@media screen and (max-width: 768px) {
  .faqbox2 label.faqmenu2 {
    background: url("img/icon_faq1.svg") 10px center/30px no-repeat, url("img/arrow_news_down.svg") right 40px center no-repeat, #F6F6F6;
  }
}
.faqbox2 label.faqmenu3 {
  background: url("img/icon_faq2.svg") 20px center/30px no-repeat, url("img/arrow_news_down.svg") right 40px center no-repeat, #F6F6F6;
}
@media screen and (max-width: 768px) {
  .faqbox2 label.faqmenu3 {
    background: url("img/icon_faq2.svg") 10px center/30px no-repeat, url("img/arrow_news_down.svg") right 40px center no-repeat, #F6F6F6;
  }
}
.faqbox2 label.faqmenu4 {
  background: url("img/icon_faq3.svg") 20px center/30px no-repeat, url("img/arrow_news_down.svg") right 40px center no-repeat, #F6F6F6;
}
@media screen and (max-width: 768px) {
  .faqbox2 label.faqmenu4 {
    background: url("img/icon_faq3.svg") 10px center/30px no-repeat, url("img/arrow_news_down.svg") right 40px center no-repeat, #F6F6F6;
  }
}
.faqbox2 label.faqmenu5 {
  background: url("img/icon_faq4.svg") 20px center/30px no-repeat, url("img/arrow_news_down.svg") right 40px center no-repeat, #F6F6F6;
}
@media screen and (max-width: 768px) {
  .faqbox2 label.faqmenu5 {
    background: url("img/icon_faq4.svg") 10px center/30px no-repeat, url("img/arrow_news_down.svg") right 40px center no-repeat, #F6F6F6;
  }
}
.faqbox2 label.faqmenu6 {
  background: url("img/icon_faq5.svg") 20px center/30px no-repeat, url("img/arrow_news_down.svg") right 40px center no-repeat, #F6F6F6;
}
@media screen and (max-width: 768px) {
  .faqbox2 label.faqmenu6 {
    background: url("img/icon_faq5.svg") 10px center/30px no-repeat, url("img/arrow_news_down.svg") right 40px center no-repeat, #F6F6F6;
  }
}
.faqbox2 label.faqmenu7 {
  background: url("img/icon_faq6.svg") 20px center/30px no-repeat, url("img/arrow_news_down.svg") right 40px center no-repeat, #F6F6F6;
}
@media screen and (max-width: 768px) {
  .faqbox2 label.faqmenu7 {
    background: url("img/icon_faq6.svg") 10px center/30px no-repeat, url("img/arrow_news_down.svg") right 40px center no-repeat, #F6F6F6;
  }
}
.faqbox2 label.faqmenu8 {
  background: url("img/icon_faq7.svg") 20px center/30px no-repeat, url("img/arrow_news_down.svg") right 40px center no-repeat, #F6F6F6;
}
@media screen and (max-width: 768px) {
  .faqbox2 label.faqmenu8 {
    background: url("img/icon_faq7.svg") 10px center/30px no-repeat, url("img/arrow_news_down.svg") right 40px center no-repeat, #F6F6F6;
  }
}
.faqbox2 label.faqmenu9 {
  background: url("img/icon_faq8.svg") 20px center/30px no-repeat, url("img/arrow_news_down.svg") right 40px center no-repeat, #F6F6F6;
}
@media screen and (max-width: 768px) {
  .faqbox2 label.faqmenu9 {
    background: url("img/icon_faq8.svg") 10px center/30px no-repeat, url("img/arrow_news_down.svg") right 40px center no-repeat, #F6F6F6;
  }
}
.faqbox2 label.faqmenu10 {
  background: url("img/icon_faq9.svg") 20px center/30px no-repeat, url("img/arrow_news_down.svg") right 40px center no-repeat, #F6F6F6;
}
@media screen and (max-width: 768px) {
  .faqbox2 label.faqmenu10 {
    background: url("img/icon_faq9.svg") 10px center/30px no-repeat, url("img/arrow_news_down.svg") right 40px center no-repeat, #F6F6F6;
  }
}

.post-type-archive-faq .toggle:checked + .Label + .content {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .post-type-archive-faq .toggle:checked + .Label + .content {
    padding: 0 0 10px 0;
  }
}
.post-type-archive-faq .lpfaqbox {
  border: none;
  padding: 0;
  margin-bottom: 0;
  background: url(img/arrow_news.svg) right center no-repeat;
  background-size: 8px;
}
@media screen and (max-width: 768px) {
  .post-type-archive-faq .lpfaqbox {
    margin-bottom: 10px;
  }
}
.post-type-archive-faq .lpfaqbox p.ti {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .post-type-archive-faq .lpfaqbox p.ti {
    font-size: 15px;
    line-height: 1.2;
  }
}
.post-type-archive-faq .Label::before {
  border-color: #877555;
}
.post-type-archive-faq .lpfaqbox p.ti .q {
  color: #877555;
}
.post-type-archive-faq .lpfaqbox {
  background: url(img/arrow_faq.svg) right center no-repeat;
  background-size: 10px;
}

#sec_first1 {
  background: url(img/first1_bg.png) center center no-repeat;
  background-size: cover;
  text-align: center;
}
#sec_first1.about {
  background: url(img/about1_bg.png) center center no-repeat;
  background-size: cover;
}
#sec_first1 p.ti {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #sec_first1 p.ti {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

#sec_first2 h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #sec_first2 h2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #sec_first2 .box_wrap {
    padding-top: 20px;
    border-bottom: rgba(44, 148, 212, 0.3) 1px solid;
  }
}
#sec_first2 .icon {
  width: 7%;
}
@media screen and (max-width: 768px) {
  #sec_first2 .icon {
    width: 20%;
  }
}
#sec_first2 .icon img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #sec_first2 .icon img {
    width: 100px;
  }
}
#sec_first2 .txt {
  width: 90%;
}
@media screen and (max-width: 768px) {
  #sec_first2 .txt {
    width: 75%;
  }
}
#sec_first2 h3 {
  margin: 0 0 5px 0;
  color: #2C94D4;
}

.flowbox, .inqbox {
  border: #C9BC9C 1px solid;
  border-radius: 20px;
  padding: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.flowbox img, .inqbox img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .flowbox, .inqbox {
    padding: 20px;
  }
}
.flowbox .iconbox, .inqbox .iconbox {
  width: 18%;
  color: #2C94D4;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .flowbox .iconbox, .inqbox .iconbox {
    width: 100%;
    margin-bottom: 10px;
  }
}
.flowbox .iconbox img, .inqbox .iconbox img {
  width: 70px;
  margin-top: 10px;
}
.flowbox .txtbox, .inqbox .txtbox {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .flowbox .txtbox, .inqbox .txtbox {
    width: 100%;
  }
}
.flowbox a, .inqbox a {
  color: #2C94D4;
}
.flowbox a.flow, .inqbox a.flow {
  border: #2C94D4 1px solid;
  padding: 10px 20px;
  font-family: "Noto Serif JP", serif;
  padding-left: 45px;
  margin-right: 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .flowbox a.flow, .inqbox a.flow {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.flowbox a.tel, .inqbox a.tel {
  background: url(img/icon_tel_flow.svg) 20px center no-repeat;
  background-size: 18px;
}
.flowbox a.tel:hover, .inqbox a.tel:hover {
  background: url(img/icon_tel_flow.svg) 20px center no-repeat, rgba(44, 148, 212, 0.1);
  background-size: 18px;
}
.flowbox a.mail, .inqbox a.mail {
  background: url(img/icon_mail_flow.svg) 20px center no-repeat;
  background-size: 18px;
}
.flowbox a.mail:hover, .inqbox a.mail:hover {
  background: url(img/icon_mail_flow.svg) 20px center no-repeat, rgba(44, 148, 212, 0.1);
  background-size: 18px;
}
.flowbox a.online, .inqbox a.online {
  background: url(img/icon_zoom_flow.svg) 20px center no-repeat;
  background-size: 18px;
}
.flowbox a.online:hover, .inqbox a.online:hover {
  background: url(img/icon_zoom_flow.svg) 20px center no-repeat, rgba(44, 148, 212, 0.1);
  background-size: 18px;
}
.flowbox a.line, .inqbox a.line {
  background: url(img/icon_LINE_flow.svg) 20px center no-repeat;
  background-size: 18px;
}
.flowbox a.line:hover, .inqbox a.line:hover {
  background: url(img/icon_LINE_flow.svg) 20px center no-repeat, rgba(44, 148, 212, 0.1);
  background-size: 18px;
}

.inqbox {
  padding: 0;
  border: none;
  justify-content: flex-start;
}

.kasoudl .two_box {
  border: #2C94D4 1px solid;
  padding: 20px;
}
.kasoudl .two_box:first-child {
  margin: 0;
}
.kasoudl .icon {
  width: 10%;
}
.kasoudl .txt {
  margin-left: 20px;
}
.kasoudl .txt a.linkbtn {
  border-radius: 9999px;
  background: #2C94D4;
  color: white;
  border-color: #2C94D4;
  z-index: 2;
  padding-right: 20px;
}
.kasoudl .txt a.linkbtn:hover {
  background-color: white;
  color: #2C94D4;
}

.history {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.history img {
  width: 100%;
  height: auto;
}
.history ul {
  padding-left: 0;
}
.history ul li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
  padding-bottom: 10px;
}
.history ul li .icon05 {
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #2C94D4;
  color: #fff;
  position: absolute;
  left: 0;
  top: 15px;
}
.history ul li:not(:last-child)::before {
  content: "";
  background: #2C94D4;
  width: 1px;
  height: 100%;
  position: absolute;
  top: calc(50% + 15px);
  left: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.history ul li dl dt {
  font-size: 1.3em;
  font-weight: 500;
  color: #2C94D4;
}
.history ul li dl dd {
  margin-left: 0;
}

.inquirybox {
  border: #877555 1px solid;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.inquirybox h2.bg_left {
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 24px;
  background: linear-gradient(90deg, rgb(246, 246, 246), rgba(255, 255, 255, 0));
}
.inquirybox.inq_tel {
  background: url(img/bg_inqtel.png) right top no-repeat;
  background-size: 25%;
}
.inquirybox.inq_tel a {
  font-size: 42px;
  color: #39779D;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.inquirybox.inq_mail .mail a {
  background-color: #2C94D4;
  color: white;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 17px;
  border-radius: 10px;
}
.inquirybox.inq_mail .mail a:hover {
  background-color: #39779D;
}
.inquirybox.inq_mail .LINE a {
  background-color: #06C755;
  color: white;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 17px;
  border-radius: 10px;
}
.inquirybox.inq_mail .LINE a:hover {
  background-color: #00943e;
}
.inquirybox.inq_mail .zoom a {
  background-color: #877555;
  color: white;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 17px;
  border-radius: 10px;
}
.inquirybox.inq_mail .zoom a:hover {
  background-color: #6c5835;
}
@media screen and (max-width: 1280px) {
  .inquirybox h2.bg_left {
    font-size: 20px;
  }
  .inquirybox .box_wrap {
    display: block;
  }
  .inquirybox .box_wrap .w35 {
    width: 100%;
  }
  .inquirybox .box_wrap .mt20 {
    margin-top: 0 !important;
  }
  .inquirybox .box_wrap .mail a {
    display: inline-block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1280px) {
  .inquirybox .box_wrap .mail a {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .inquirybox .box_wrap .LINE a {
    display: inline-block;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1280px) {
  .inquirybox .box_wrap .LINE a {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .inquirybox .box_wrap .zoom a {
    display: inline-block;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1280px) {
  .inquirybox .box_wrap .zoom a {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .inquirybox .three_box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .inquirybox.inq_tel {
    background: url(img/bg_inqtel_SP.png) right bottom no-repeat;
    background-size: 100%;
    padding-bottom: 170px;
  }
  .inquirybox.inq_tel a {
    font-size: 32px;
  }
  .inquirybox.inq_mail {
    background: url(img/bg_inqmail_SP.png) right bottom no-repeat;
    background-size: 100%;
    padding-bottom: 170px;
  }
}

.blogbox {
  padding: 20px 20px 20px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .blogbox {
    padding: 0;
  }
}
.blogbox p.ti {
  border-bottom: #D2D2D2 1px solid;
  font-size: 17px;
  font-weight: 600;
}
.blogbox .date {
  font-size: 14px;
  color: #999;
}
.blogbox:last-of-type {
  border: none;
  margin: 0 0 20px 0;
}
.blogbox a.all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blogbox a.all:hover {
  background: rgba(44, 148, 212, 0.1);
  opacity: 1;
  color: black;
}

.single .blogbox {
  border: none;
  padding: 0 0 40px 0;
}
.single .blogbox h2 {
  margin-bottom: 40px;
}

.single .txtbox {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .home .blogbox {
    padding: 10px 0;
  }
}
.tax-faq_cat .lpfaqbox {
  border: none;
}
.tax-faq_cat h1.page-title {
  font-size: 36px;
  margin: 150px 0 20px;
  border-bottom: 1px solid #C9BC9C;
}
@media screen and (max-width: 768px) {
  .tax-faq_cat h1.page-title {
    font-size: 24px;
    margin: 20px 0;
    line-height: 1.6;
  }
}

#ctabox {
  background: url(img/bg_cta.png) center center no-repeat;
  background-size: cover;
  padding: 40px 0;
}
#ctabox .sec {
  width: 960px;
}
@media screen and (max-width: 768px) {
  #ctabox .sec {
    width: 90%;
  }
}
#ctabox img.ctatel {
  width: 400px;
}
@media screen and (max-width: 768px) {
  #ctabox img.ctatel {
    width: 90%;
    margin: 0 auto 10px auto;
    display: block;
  }
}
#ctabox p {
  text-align: center;
  font-size: 22px;
  color: white;
}
@media screen and (max-width: 768px) {
  #ctabox p {
    font-size: 17px;
  }
}
#ctabox .mlz {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
#ctabox .mlz img {
  width: 100%;
  height: auto;
}
#ctabox .mlz div {
  margin-left: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ctabox .mlz div {
    margin-top: 10px;
  }
}
#ctabox .mlz div a {
  border-radius: 20px;
  border: #C9BC9C 1px solid;
  display: block;
  padding: 20px 30px;
  color: #877555;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #ctabox .mlz div a {
    border-radius: 5px;
    padding: 10px 20px;
  }
}
#ctabox .mlz div a:hover {
  border: #877555 1px solid;
  background-color: rgba(201, 188, 156, 0.2);
}
#ctabox .mlz div a img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #ctabox .mlz div a img {
    height: 30px;
  }
}

.topfaqbox ul li {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.topfaqbox ul li .Label {
  border-color: #C9BC9C;
  margin-bottom: 10px;
}
.topfaqbox ul li .Label:hover {
  background-color: rgba(201, 188, 156, 0.1);
}
@media screen and (max-width: 768px) {
  .topfaqbox ul li {
    margin-bottom: 0;
  }
}
.topfaqbox ul li a.all {
  position: absolute;
  top: 0;
  left: 16em;
  width: 100%;
  height: 100%;
}
.topfaqbox ul li a.all:hover {
  background-color: rgba(201, 188, 156, 0.3);
}
.topfaqbox ul li .cat {
  margin-right: 10px;
  z-index: 9;
}
.topfaqbox ul li .cat a {
  font-size: 14px;
  background-color: #A89E86;
  display: inline-block;
  width: 18em;
  padding: 2px 10px;
  border-radius: 5px;
  color: white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topfaqbox ul li .cat a {
    font-size: 12px;
  }
}
.topfaqbox ul li .cat a:hover {
  background-color: #877555;
}
.topfaqbox ul li .Q {
  font-size: 24px;
  font-weight: 600;
  color: #877555;
  font-family: "Noto Serif JP", serif;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .topfaqbox ul li .Q {
    position: absolute;
    left: 0;
    top: 25px;
  }
}
.topfaqbox ul li .ti {
  font-size: 17px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .topfaqbox ul li .ti {
    padding: 0 35px 0 25px;
    line-height: 1.2;
    font-size: 15px;
    margin: 10px 0;
  }
}

.page-sanpai .page-header, .page-construction .page-header, .page-takken .page-header, .page-nouten .page-header, .page-medical .page-header {
  overflow-y: hidden;
  height: 80vh;
  margin-top: 70px;
  padding-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.page-sanpai .page-header img, .page-construction .page-header img, .page-takken .page-header img, .page-nouten .page-header img, .page-medical .page-header img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-sanpai .page-header, .page-construction .page-header, .page-takken .page-header, .page-nouten .page-header, .page-medical .page-header {
    height: 60vh;
    padding-top: 10px;
    width: 100%;
  }
}
.page-sanpai .page-header .sec, .page-construction .page-header .sec, .page-takken .page-header .sec, .page-nouten .page-header .sec, .page-medical .page-header .sec {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  width: 90%;
}
.page-sanpai .page-header .sec img, .page-construction .page-header .sec img, .page-takken .page-header .sec img, .page-nouten .page-header .sec img, .page-medical .page-header .sec img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-sanpai .page-header .sec, .page-construction .page-header .sec, .page-takken .page-header .sec, .page-nouten .page-header .sec, .page-medical .page-header .sec {
    width: 95%;
    margin: 0;
    padding-left: 10px;
    justify-content: flex-start;
  }
}
.page-sanpai .page-header .sec img, .page-construction .page-header .sec img, .page-takken .page-header .sec img, .page-nouten .page-header .sec img, .page-medical .page-header .sec img {
  height: 100%;
  width: auto;
}

.page-sanpai .page-header {
  background: url("img/lp_main_sanpai.png") center top no-repeat;
  background-size: cover;
  outline: rgba(0, 101, 30, 0.3) 20px solid;
  outline-offset: -20px;
}
@media screen and (max-width: 768px) {
  .page-sanpai .page-header {
    background: url("img/lp_main_sanpai.png") left -100px top no-repeat;
    background-size: cover;
    outline: rgba(0, 101, 30, 0.3) 10px solid;
    outline-offset: -10px;
  }
}

.page-construction .page-header {
  background: url("img/lp_main_kensetsu.png") center center no-repeat;
  background-size: cover;
  outline: rgba(0, 40, 86, 0.3) 20px solid;
  outline-offset: -20px;
}
@media screen and (max-width: 768px) {
  .page-construction .page-header {
    background: url("img/lp_main_kensetsu.png") right -200px bottom no-repeat;
    background-size: cover;
    outline: rgba(0, 40, 86, 0.3) 10px solid;
    outline-offset: -10px;
  }
}

.page-medical .page-header {
  background: url("img/lp_main_medical.png") center top no-repeat;
  background-size: cover;
  outline: rgba(0, 40, 86, 0.3) 20px solid;
  outline-offset: -20px;
}
@media screen and (max-width: 768px) {
  .page-medical .page-header {
    outline: rgba(0, 40, 86, 0.3) 10px solid;
    outline-offset: -10px;
  }
}

.page-nouten .page-header {
  background: url("img/lp_main_nouten.png") center top no-repeat;
  background-size: cover;
  outline: rgba(0, 101, 30, 0.3) 20px solid;
  outline-offset: -20px;
}
@media screen and (max-width: 768px) {
  .page-nouten .page-header {
    outline: rgba(0, 101, 30, 0.3) 10px solid;
    outline-offset: -10px;
  }
}

.page-takken .page-header {
  background: url("img/lp_main_takken.png") center top no-repeat;
  background-size: cover;
  outline: rgba(0, 40, 86, 0.3) 20px solid;
  outline-offset: -20px;
}
@media screen and (max-width: 768px) {
  .page-takken .page-header {
    outline: rgba(0, 40, 86, 0.3) 10px solid;
    outline-offset: -10px;
  }
}

.LPbox h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .LPbox h1 {
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.LPbox h1 .kyocho {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .LPbox h1 .kyocho {
    font-size: 22px;
  }
}
.LPbox h1 .po {
  font-size: 40px;
  background-color: #256FCF;
  border: #174682 2px solid;
  border-radius: 5px;
  padding: 4px 15px;
  color: white;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .LPbox h1 .po {
    font-size: 17px;
    padding: 2px 4px;
    margin-right: 3px;
  }
}
.LPbox h1 .po:last-child {
  margin-right: 0;
}
.LPbox h1 .service {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 4px 10px;
  margin: 0 5px;
  color: #DB5B00;
}
@media screen and (max-width: 768px) {
  .LPbox h1 .service {
    padding: 2px 6px;
    letter-spacing: 0.01em;
  }
}
.LPbox h1.construction .po {
  border-color: #5C010B;
  background-color: #980000;
}
.LPbox h1.construction .service {
  color: #5C010B;
}
.LPbox h1.sanpai .po {
  border-color: #00651E;
  background-color: #009B36;
}
.LPbox h1 .fssm {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .LPbox h1 .fssm {
    font-size: 16px;
  }
}
.LPbox .areabox {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: url(img/ishikawamap.svg) left bottom no-repeat, rgba(255, 255, 255, 0.8);
  background-size: 50%;
  padding: 20px;
  font-family: "Noto Serif JP", serif;
  display: inline-block;
}
.LPbox .areabox.hokuriku {
  background: url(img/hokurikumap.png) left -40px bottom -20px no-repeat, rgba(255, 255, 255, 0.8);
  background-size: 40%;
}
@media screen and (max-width: 768px) {
  .LPbox .areabox {
    left: 10px;
    bottom: 10px;
    background: url(img/ishikawamap.svg) left bottom no-repeat, rgba(255, 255, 255, 0.8);
    background-size: 40%;
    width: calc(100% - 20px);
    display: block;
    padding: 10px;
  }
}
.LPbox .areabox p.ti {
  font-size: 24px;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .LPbox .areabox p.ti {
    font-size: 20px;
  }
}
.LPbox .areabox p.ti strong {
  color: #174682;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .LPbox .areabox p.ti strong {
    font-size: 22px;
  }
}
.LPbox .areabox ul.wreath {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.LPbox .areabox ul.wreath img {
  width: 100%;
  height: auto;
}
.LPbox .areabox ul.wreath li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 20px;
  background: url(img/bg_wreath.svg) center center no-repeat;
  background-size: 100%;
  text-align: center;
  font-weight: bold;
  height: 150px;
  width: 150px;
  padding-top: 10px;
  line-height: 1.2;
  font-size: 20px;
}
.LPbox .areabox ul.wreath li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .LPbox .areabox ul.wreath li {
    font-size: 16px;
    height: 100px;
    width: 100px;
    margin-left: 5px;
  }
}
.LPbox .areabox ul.wreath li:first-child {
  margin-left: 0;
}
.LPbox .areabox ul.wreath li:last-child {
  font-size: 13px;
}

.LP .sq2 {
  background-color: #F5F7FA;
  border: #CCCCCC 1px solid;
  margin: 10px 0;
  padding: 20px;
}

h2.lpkasouribbon {
  width: 100%;
  background-image: none;
  height: auto;
  position: relative;
  background: #042F76;
  color: #fff;
  text-align: center;
  padding: 0.5em 2em;
  margin: -40px auto 10px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  h2.lpkasouribbon {
    padding: 15px 0;
  }
}
h2.lpkasouribbon:before, h2.lpkasouribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1em;
  border: 1.5em solid #042F76;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  h2.lpkasouribbon:before, h2.lpkasouribbon:after {
    border: 1em solid #042F76;
    bottom: -0.5em;
  }
}
h2.lpkasouribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
@media screen and (max-width: 768px) {
  h2.lpkasouribbon:before {
    left: -1em;
    border-right-width: 0.5em;
  }
}
h2.lpkasouribbon:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}
@media screen and (max-width: 768px) {
  h2.lpkasouribbon:after {
    right: -1em;
    border-left-width: 0.5em;
  }
}
h2.lpkasouribbon.green {
  background-color: #00651E;
}
h2.lpkasouribbon.green:before, h2.lpkasouribbon.green:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1em;
  border: 1.5em solid #00651E;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  h2.lpkasouribbon.green:before, h2.lpkasouribbon.green:after {
    border: 1em solid #00651E;
    bottom: -0.5em;
  }
}
h2.lpkasouribbon.green:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
@media screen and (max-width: 768px) {
  h2.lpkasouribbon.green:before {
    left: -1em;
    border-right-width: 0.5em;
  }
}
h2.lpkasouribbon.green:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}
@media screen and (max-width: 768px) {
  h2.lpkasouribbon.green:after {
    right: -1em;
    border-left-width: 0.5em;
  }
}

/*見出し*/
h2.nayami {
  text-align: center;
  background: url("img/lp_nayami_borderl.svg") left top no-repeat, url("img/lp_nayami_borderr.svg") right top no-repeat;
  height: 80px;
  padding: 0 140px;
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 1.4;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  h2.nayami {
    background: url("img/lp_nayami_borderl.svg") left top no-repeat, url("img/lp_nayami_borderr.svg") right top no-repeat;
    background-size: 10%;
    font-size: 22px;
    padding: 0 20px;
    height: auto;
  }
}

h2.nayami .bou {
  background: linear-gradient(transparent 70%, #F0DFA5 70%);
}

.bou3 {
  background: linear-gradient(transparent 70%, #F0DFA5 70%);
}

h2.nayami .bou, .green p .bou2, .green .bou3 {
  background: linear-gradient(transparent 70%, #FDC09C 70%);
}

h2.ribbon {
  margin: 40px 0;
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  background: url("img/lp_bg_merit_b.png") center bottom no-repeat;
  background-size: 100%;
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 120px;
  -moz-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  text-align: center;
}
h2.ribbon strong {
  color: #E0B709;
}

.green h2.ribbon {
  background: url("img/lp_bg_merit_g.png") center bottom no-repeat;
  background-size: 100%;
}

h2.price {
  color: #fff;
  background: url("img/lp_bg_price.png") center center no-repeat;
  background-size: 100%;
  width: 380px;
  height: 80px;
  font-size: 32px;
  letter-spacing: 1px;
  padding: 10px 0 15px;
  -moz-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  h2.price {
    font-size: 22px;
    width: 100%;
    height: auto;
    padding: 15px;
  }
}
h2.price.green {
  background: url("img/lp_bg_price_green.png") center center no-repeat;
  background-size: 100%;
}

h2.lp {
  width: 100%;
  margin: 40px 0 20px;
  color: #fff;
  background: url("img/lp_bg_midasi.png") center top no-repeat;
  background-size: cover;
  padding: 10px;
  height: auto;
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 1.8;
  -moz-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
  border: #97ABCC 10px solid;
}
@media screen and (max-width: 768px) {
  h2.lp {
    font-size: 22px;
    border: #97ABCC 4px solid;
    padding: 5px 10px;
    margin-top: 20px;
    line-height: 1.4;
  }
}
h2.lp.green {
  background: url("img/lp_bg_midasi_green.png") center top no-repeat;
  background-size: cover;
  border: #D1E5BF 10px solid;
}
@media screen and (max-width: 768px) {
  h2.lp.green {
    border: #D1E5BF 4px solid;
  }
}

h3.lp {
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 1.8;
  background: #E2E8F1;
  padding: 10px 10px 10px 40px;
  position: relative;
  text-align: left;
  margin: 40px 0 20px 0;
}
@media screen and (max-width: 768px) {
  h3.lp {
    font-size: 20px;
    padding: 6px 10px 6px 20px;
    line-height: 1.4;
  }
}
h3.lp::after {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  content: "";
  width: 4px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #042F76;
}

.green h3.lp {
  background: #D1E5BF;
}
.green h3.lp::after {
  background-color: #00651E;
}

h2.lpprofile {
  width: 100%;
  border: #042F76 4px solid;
  padding: 15px;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  h2.lpprofile {
    border: #042F76 2px solid;
    font-size: 18px;
    padding: 10px;
  }
}
h2.lpprofile span {
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
h2.lpprofile span::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font: var(--fa-font-solid);
  content: "\f508";
  color: #042F76;
}

.LP.green h2.lpprofile {
  border: #00651E 4px solid;
  width: 100%;
}
.LP.green h2.lpprofile span::before {
  color: #00651E;
}

/*コンテンツ*/
.lpcontactbox {
  width: 980px;
  margin: 0 auto;
  background: -webkit-repeating-linear-gradient(-45deg, #F2E4BC, #F2E4BC 3px, #F7EABE 3px, #F7EABE 7px);
  border-radius: 10px;
  border: #E0B709 4px solid;
  position: relative;
}
@media screen and (max-width: 980px) {
  .lpcontactbox {
    width: 100%;
  }
}
.lpcontactbox .linkbtn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  background: #ED6D00;
  border: #B94A09 3px solid;
  padding: 4px 15px;
}
.lpcontactbox .linkbtn img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lpcontactbox .linkbtn {
    justify-content: center;
  }
}
.lpcontactbox .linkbtn:hover {
  background-color: #B94A09;
}
.lpcontactbox .linkbtn span {
  color: white;
}
.lpcontactbox .tel {
  letter-spacing: -0.5px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .lpcontactbox .tel {
    margin-right: 0;
  }
}
.lpcontactbox p.ti {
  font-family: "Noto Serif JP", serif;
  background: rgba(213, 179, 69, 0.5);
  padding: 10px;
  text-align: center;
  font-size: 24px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .lpcontactbox p.ti {
    font-size: 20px;
    line-height: 1.4;
  }
}
.lpcontactbox p strong.color1 {
  color: #980000;
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lpcontactbox p strong.color1 {
    font-size: 24px;
  }
}
.lpcontactbox p strong.color2 {
  color: #0E6221;
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lpcontactbox p strong.color2 {
    font-size: 24px;
  }
}
.lpcontactbox p.color_blue {
  color: #042F76;
}
.lpcontactbox p.color_red {
  color: #9E0000;
}
.lpcontactbox .inner {
  background-color: white;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto 20px auto;
  text-align: center;
  padding: 10px 20px 20px 20px;
  font-weight: 600;
  -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.1), -1px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px rgba(0, 0, 0, 0.1), -1px -1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .lpcontactbox .inner {
    width: 95%;
    padding: 10px;
  }
}
.lpcontactbox .inner p.txt {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .lpcontactbox .inner p.txt {
    font-size: 16px;
  }
}
.lpcontactbox .inner a {
  vertical-align: middle;
}
.lpcontactbox .inner a.fs5.tel {
  font-size: 38px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  padding: 10px 15px;
  background-color: #009B36;
  border: #00651E 2px solid;
  color: white;
  border-radius: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .lpcontactbox .inner a.fs5.tel {
    width: 100%;
    display: block;
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.lpcontactbox .inner a.fs5.tel:hover {
  background-color: #00651E;
}
.lpcontactbox .inner img.imgcontel {
  height: 70px;
  margin-right: 20px;
  vertical-align: middle;
}
.lpcontactbox .inner img.imgconbtn {
  height: 70px;
  width: auto;
  vertical-align: middle;
}
.lpcontactbox .inner p.txt strong {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .lpcontactbox .inner p.txt strong {
    font-size: 20px;
  }
}
.lpcontactbox p.txt {
  font-size: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .lpcontactbox .fs3 {
    font-size: 17px;
  }
}

.lpcontactbox.green {
  background: -webkit-repeating-linear-gradient(-45deg, #D1E5BF, #D1E5BF 3px, #E4F2D7 3px, #E4F2D7 7px);
  border-radius: 10px;
  border: #00651E 4px solid;
  margin-bottom: 20px;
  position: relative;
}
.lpcontactbox.green p.ti {
  background: rgba(53, 167, 11, 0.5);
}
.lpcontactbox.green p strong.color1 {
  color: #015018;
}

.nayamibox.blue {
  border: #E2E8F0 30px solid;
  border-radius: 10px;
  padding: 40px 200px 20px 20px;
  margin-bottom: 40px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .nayamibox.blue {
    border: #E2E8F0 10px solid;
    padding: 10px;
  }
}

.nayamibox.green {
  border: #D1E5BF 30px solid;
  border-radius: 10px;
  padding: 40px 0 20px 20px;
  margin-bottom: 40px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .nayamibox.green {
    border: #D1E5BF 10px solid;
    padding: 10px;
  }
}

.nayamibox.blue.kensetsu {
  background: url("img/lp_kensetsu_nayami.png") right bottom no-repeat;
  background-size: 160px;
}
@media screen and (max-width: 768px) {
  .nayamibox.blue.kensetsu {
    background: none;
  }
}

.nayamibox.green.sanpai {
  background: url("img/lp_sanpai_nayami.png") right bottom no-repeat;
  background-size: 180px;
  padding-right: 5em;
}
@media screen and (max-width: 768px) {
  .nayamibox.green.sanpai {
    background: none;
    padding-right: 10px;
  }
}

.nayamibox.blue.medical {
  background: url("img/lp_medical_nayami.png") right bottom no-repeat;
  background-size: 180px;
}
@media screen and (max-width: 768px) {
  .nayamibox.blue.medical {
    background: none;
  }
}

.nayamibox.blue.takken {
  background: url("img/lp_takken_nayami.png") right bottom no-repeat;
  background-size: 180px;
}
@media screen and (max-width: 768px) {
  .nayamibox.blue.takken {
    background: none;
  }
}

.nayamibox.blue ul li,
.nayamibox.green ul li {
  text-align: left;
  font-size: 22px;
  background: url("img/check_lp_red.svg") left center no-repeat;
  background-size: 20px;
  padding-left: 35px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .nayamibox.blue ul li,
  .nayamibox.green ul li {
    background: url("img/check_lp_red.svg") left 10px no-repeat;
    background-size: 15px;
    padding-left: 20px;
    font-size: 16px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.8);
  }
}

.nayamibox.green ul li {
  background: url("img/check_lp_orange.svg") left center no-repeat;
  background-size: 20px;
}
@media screen and (max-width: 768px) {
  .nayamibox.green ul li {
    background: url("img/check_lp_orange.svg") left 10px no-repeat;
    background-size: 15px;
    padding-left: 20px;
    font-size: 16px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.8);
  }
}

.nayamibox.blue ul li strong {
  color: #980000;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .nayamibox.blue ul li strong {
    font-size: 18px;
    font-weight: bold;
  }
}

.nayamibox.green ul li strong {
  color: #ED6D23;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .nayamibox.green ul li strong {
    font-size: 20px;
  }
}

p .bou2 {
  background: linear-gradient(transparent 70%, #EACFCF 70%);
}

p.LPtxt1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  p.LPtxt1 {
    font-size: 17px;
    text-align: left;
  }
}

.meritbox {
  position: relative;
  background: #E2E8F1;
  padding: 0 40px 20px 40px;
  border-radius: 10px;
  margin: 80px 0 60px;
}
@media screen and (max-width: 768px) {
  .meritbox {
    padding: 0 10px 20px 10px;
    margin: 40px 0 60px;
  }
}
.meritbox .arrow_box {
  color: #012157;
  position: relative;
  margin: 0 auto;
  width: 80%;
  height: 100px;
  background: #CCD7E8;
  padding: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  margin-top: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .meritbox .arrow_box {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.2;
    padding: 15px 10px 10px 15px;
    width: 100%;
    letter-spacing: 0.05em;
  }
}
.meritbox .arrow_box p {
  line-height: 1.4;
}
.meritbox .arrow_box:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(226, 232, 241, 0);
  border-top-width: 47px;
  border-bottom-width: 47px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #CCD7E8;
  top: 100%;
  left: 90%;
}
@media screen and (max-width: 768px) {
  .meritbox .arrow_box:after {
    left: 80%;
    border-top-width: 20px;
    border-bottom-width: 20px;
  }
}
.meritbox .green .arrow_box {
  background: #D1E5BF;
}
.meritbox .green .arrow_box:after {
  border-top-color: #D1E5BF;
}
.meritbox .box_wrap {
  justify-content: space-between;
  margin-top: 30px;
}
.meritbox .box_wrap .txtbox {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .meritbox .box_wrap .txtbox {
    width: 100%;
    margin-bottom: 10px;
  }
}
.meritbox .box_wrap .picbox {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .meritbox .box_wrap .picbox {
    width: 100%;
  }
}
.meritbox .box_wrap .txtbox p strong {
  color: #980000;
}
.meritbox .box_wrap .txtbox p.hosoku {
  font-size: 14px;
  font-weight: normal;
}
.meritbox.rev .box_wrap {
  flex-direction: row-reverse;
}
.meritbox.rev .arrow_box:after {
  left: 10%;
}
@media screen and (max-width: 768px) {
  .meritbox.rev .arrow_box:after {
    left: 20%;
    top: 98%;
  }
}
.meritbox.green {
  background: #EAF4E1;
}
.meritbox.green .txtbox p strong {
  color: #ED6D23;
}
.meritbox.green .arrow_box {
  background-color: #cee3bb;
  color: #00651E;
}
.meritbox.green .arrow_box:after {
  border-top-color: #cee3bb;
}

.pricebox {
  padding: 20px 40px;
  border: 10px solid #012157;
  text-align: center;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .pricebox {
    margin: 0 0 20px 0;
    border: 2px solid #012157;
    padding: 10px;
  }
}

.green .pricebox {
  border: #023B12 10px solid;
}
@media screen and (max-width: 768px) {
  .green .pricebox {
    border: #023B12 2px solid;
  }
}

table.lpkensetsu th {
  width: 25%;
  background: #678AC3;
  border: white 1px solid;
  color: #fff;
  padding: 15px 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  table.lpkensetsu th {
    width: auto;
    display: table-cell;
    padding: 5px;
    font-size: 12px;
  }
}
table.lpkensetsu th.th1 {
  border-top: none;
}
table.lpkensetsu th.th2 {
  background: #97ABCC;
  border-left: #97ABCC 2px solid;
}
table.lpkensetsu th.bl {
  border-left: 2px solid #678AC3;
}
table.lpkensetsu th.th2 {
  background: #97ABCC;
  border-left: #97ABCC 2px solid;
}
table.lpkensetsu th.br {
  border-right: 2px solid #678AC3;
}
table.lpkensetsu th.th2.bb {
  border-bottom: #97ABCC 2px solid;
}
table.lpkensetsu td {
  border: 2px solid #678AC3;
  padding: 15px 10px;
  background: #fff;
  vertical-align: middle;
  text-align: right;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  table.lpkensetsu td {
    display: table-cell;
    padding: 5px;
    font-size: 12px;
  }
}
table.lpkensetsu td.td1 {
  border: 2px solid #fff;
  background: #B0BA31;
  color: #fff;
  text-align: center;
}
table.lpkensetsu td.td2 {
  border: 2px solid #fff;
  background: #73A23C;
  color: #fff;
  text-align: center;
}
table.lpkensetsu td.td3 {
  border: 2px solid #fff;
  background: #4EA8A8;
  color: #fff;
  text-align: center;
}
table.lpkensetsu td.td3.bb {
  border-bottom: #4EA8A8 2px solid;
}
table.lpkensetsu.green th {
  background: #2b7c00;
}
table.lpkensetsu.green th.th2 {
  background-color: #65AD3F;
}
table.lpkensetsu.green th.bl {
  border-left: 2px solid #65AD3F;
}
table.lpkensetsu.green th.br {
  border-right: 2px solid #65AD3F;
}
table.lpkensetsu.green th.th2.bb {
  border-bottom: 2px solid #65AD3F;
}
table.lpkensetsu.green td {
  border-color: #65AD3F;
}
table.lpkensetsu.green td.td4.bb {
  border-bottom: 2px solid #65AD3F;
}
table.lpkensetsu.green td.td1 {
  background: #4B9DBC;
  border: white 1px solid;
}
table.lpkensetsu.green td.td2 {
  background: #30A5BA;
  border: white 1px solid;
}
table.lpkensetsu.green td.td3 {
  background: #476FAF;
  border: white 1px solid;
}
table.lpkensetsu.green td.td4 {
  background: #2C808B;
  color: #fff;
  text-align: center;
  border: white 1px solid;
}

@media screen and (max-width: 768px) {
  table.lpkensetsu2 tbody {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  table.lpkensetsu2 tbody img {
    width: 100%;
    height: auto;
  }
  table.lpkensetsu2 tr {
    width: 50%;
  }
  table.lpkensetsu2 td {
    width: 16.6%;
    border: #DEC46B 2px solid;
    background: #F8F0D2;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  table.lpkensetsu2 td {
    width: 100%;
    display: block;
    padding: 2px;
    font-size: 11px;
  }
}

.youkenbox {
  border: #678AC3 5px solid;
  background: url("img/lp_kensetsu_man.png") right 20px bottom no-repeat;
  background-size: 200px;
  padding: 40px 200px 20px 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .youkenbox {
    padding: 10px 10px 10px 10px;
    background: url("img/lp_kensetsu_man.png") right 20px bottom no-repeat;
    background-size: 80px;
  }
}
.youkenbox ul li {
  border-bottom: #678AC3 1px dashed;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}
.youkenbox ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .youkenbox ul li {
    font-size: 16px;
  }
}

.green .youkenbox {
  border-color: #7CC367;
}
.green .youkenbox ul li {
  border-bottom: #7CC367 1px dashed;
}
.green .youkenbox ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.lpfaqbox {
  background: url("img/arrow_news.svg") right 20px center no-repeat, white;
  background-size: 10px;
  border: #A6ADB9 1px solid;
  padding: 8px 35px 12px 20px;
  margin-bottom: 10px;
  position: relative;
}
.lpfaqbox:hover {
  background-color: rgba(205, 233, 251, 0.4);
  border: #2C94D4 1px solid;
}
@media screen and (max-width: 768px) {
  .lpfaqbox {
    background: url("img/arrow_news.svg") right 5px center no-repeat;
    background-size: 10px;
    padding: 3px 5px 5px 5px;
  }
}
.lpfaqbox a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lpfaqbox p.ti {
  margin-bottom: 0;
  font-weight: 600;
  text-indent: -1.8em;
  padding-left: 1.8em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .lpfaqbox p.ti {
    font-size: 15px;
    padding-left: 2em;
    text-indent: -1.8em;
    padding-right: 1em;
    line-height: 1.2;
  }
}
.lpfaqbox p.ti .q {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  color: #2C94D4;
  margin-right: 10px;
}

.green .lpfaqbox {
  background: url("img/arrow_news_green.svg") right 40px center no-repeat;
  background-size: 10px;
  border: #D1E5BF 1px solid;
}
@media screen and (max-width: 768px) {
  .green .lpfaqbox {
    background: url("img/arrow_news_green.svg") right 5px center no-repeat;
    background-size: 10px;
    padding: 3px 5px 5px 5px;
  }
}
.green .lpfaqbox p.ti .q {
  color: #009B36;
}

.kasou .lpfaqbox {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 3px 15px 0 15px;
  margin-bottom: 0;
}

.lparea {
  background: url("img/lp_map_ishikawa.png") right 40px top 40px no-repeat, #E2E8F1;
  background-size: 200px;
  border: #A6ADB9 1px solid;
  border-radius: 0 0 10px 10px;
  padding: 100px 40px 20px 40px;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .lparea {
    background: url("img/lp_map_ishikawa.png") right 10px top 60% no-repeat, #E2E8F1;
    background-size: 100px;
    padding: 50px 10px 10px 10px;
  }
}
.lparea .ti {
  position: relative;
  height: 80px;
  line-height: 60px;
  background: #042F76;
  border: #042F76 1px solid;
  padding: 10px;
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-20px) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .lparea .ti {
    font-size: 22px;
    padding: 5px;
    line-height: 1.8;
    height: auto;
  }
}
.lparea .ti:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-left: -15px;
  border-top-color: #042F76;
  top: 100%;
  left: 50%;
}
.lparea p.txt, .lparea p.taiou {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .lparea p.txt, .lparea p.taiou {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.lparea p.taiou {
  color: #042F76;
  border-bottom: 1px solid #042F76;
}
@media screen and (max-width: 768px) {
  .lparea p.taiou {
    margin-bottom: 10px;
  }
}

.green .lparea {
  background: url("img/lp_map_ishikawa.png") right 40px top 40px no-repeat, #EAF4E1;
  background-size: 200px;
  border: #B1C1A3 1px solid;
}
@media screen and (max-width: 768px) {
  .green .lparea {
    background: url("img/lp_map_ishikawa.png") right 10px top 60% no-repeat, #EAF4E1;
    background-size: 100px;
  }
}
.green .lparea .ti {
  background: #00651E;
}
.green .lparea .ti:after {
  border-top-color: #00651E;
}
.green .lparea p.taiou {
  color: #00651E;
  border-bottom: 1px solid #00651E;
}

.lpprofilebox {
  border: #042F76 1px solid;
  border-top: none;
  background: #F5F7FA;
  padding: 20px 30px 20px 30px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.lpprofilebox img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lpprofilebox {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.lpprofilebox .box_wrap {
  justify-content: space-between;
}
.lpprofilebox p.name, .lpprofilebox p.ti {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lpprofilebox p.name, .lpprofilebox p.ti {
    margin-bottom: 10px;
  }
}
.lpprofilebox p.name {
  border-bottom: #999 1px solid;
  font-size: 22px;
  font-weight: normal;
}
.lpprofilebox p.name .fs1 {
  letter-spacing: 0px;
  font-size: 16px;
}
.lpprofilebox p.name .fs2 {
  letter-spacing: 0px;
  font-size: 15px;
  padding-left: 10px;
}
.lpprofilebox p.ti {
  font-size: 18px;
  color: #042F76;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .lpprofilebox p.ti {
    font-size: 16px;
    line-height: 1.4;
  }
}
.lpprofilebox p.txt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .lpprofilebox p.txt {
    font-size: 14px;
  }
}
.lpprofilebox .txtbox {
  width: 76%;
}
@media screen and (max-width: 768px) {
  .lpprofilebox .txtbox {
    width: 100%;
  }
}
.lpprofilebox .picbox {
  width: 21%;
}
@media screen and (max-width: 768px) {
  .lpprofilebox .picbox {
    margin: 0 auto;
    width: 80%;
  }
}
.lpprofilebox a {
  text-decoration: underline;
}

.page-office .lpprofilebox {
  background: #fff;
  border: none;
  padding: 0;
  margin-bottom: 0px;
}

.green .lpprofilebox {
  border: #00651E 1px solid;
  background: #F6FAF4;
}
.green .lpprofilebox p.ti {
  color: #00651E;
}

.elp .lpprofilebox {
  border-color: #2C94D4;
  background-color: #F9FDFF;
}
.elp .lpprofilebox p.ti {
  color: #2C94D4;
}
.elp h2.lpprofile {
  border: #2C94D4 4px solid;
}
.elp h2.lpprofile span::before {
  color: #2C94D4;
}

/*簡易型LP*/
.lpkasou p,
.lpkasou {
  font-family: "Noto Serif JP", serif;
}

.kasoulp_cta {
  width: 80%;
  margin: 40px auto;
  padding: 20px;
  border: 15px solid #D0D0D0;
  border-image: linear-gradient(to right, #D0D0D0 0%, #EFEFEF 80%);
  border-image-slice: 1;
  text-align: center;
}
.kasoulp_cta a.linkbtn {
  padding: 8px 20px;
}
.kasoulp_cta p.ti {
  font-size: 20px;
  margin-bottom: 0;
}
.kasoulp_cta p.tel {
  font-size: 24px;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .kasoulp_cta p.tel {
    margin-right: 0;
  }
}
.kasoulp_cta p.tel a img {
  width: 35px;
  height: auto;
  margin-top: -3px;
}
.kasoulp_cta p.mail a, .kasoulp_cta a.linkmail {
  font-size: 18px;
  display: inline-block;
  width: 300px;
  background: #042F76;
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  margin-bottom: 0;
}
.kasoulp_cta p.mail a img, .kasoulp_cta a.linkmail img {
  width: 25px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}

.kasoulp_cta_online {
  background: url("img/lp_contact_online_bg.png") center center no-repeat;
  background-size: cover;
  margin: 40px auto 60px auto;
  padding: 60px 20px 40px 20px;
}
.kasoulp_cta_online p {
  text-align: center;
}
.kasoulp_cta_online .area {
  background: rgba(4, 47, 118, 0.2);
  padding: 20px;
  width: 55%;
  margin: 0 auto 20px auto;
}
.kasoulp_cta_online p.ti {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
.kasoulp_cta_online a {
  background: rgba(7, 35, 82, 0.6);
  padding: 6px 10px;
  color: white;
}

table.lpkasoutable {
  border: #042F76 2px solid;
  margin: 0 auto 20px auto;
}
table.lpkasoutable.t2 {
  margin-bottom: 20px;
}
table.lpkasoutable.list {
  margin-bottom: 40px;
}
table.lpkasoutable.about {
  width: 60%;
}
table.lpkasoutable th, table.lpkasoutable td {
  border-color: #042F76;
  border-width: 1px;
  padding: 15px;
}
table.lpkasoutable.t1 th, table.lpkasoutable.t1 td {
  width: 16.6%;
}
table.lpkasoutable.about th {
  width: 30%;
}
table.lpkasoutable th {
  border-color: #fff;
  background: #042F76;
  color: #fff;
}
table.lpkasoutable th.br {
  border-right: #fff 1px solid;
}
table.lpkasoutable th.bt {
  border-top: #fff 1px solid;
}
table.lpkasoutable th.color1 {
  background: #2B57A0;
  text-align: left;
}
table.lpkasoutable th.koumoku {
  background: #ADC0DB;
  color: #042F76;
  vertical-align: middle;
}
table.lpkasoutable th.kubun {
  background: #DCE6F4;
  color: #042F76;
}
table.lpkasoutable td {
  border-bottom: #042F76 1px solid;
}
table.lpkasoutable td.br {
  border-right: #042F76 1px solid;
}
table.lpkasoutable td.price {
  text-align: right;
}
table.lpkasoutable td.price2 {
  width: 50%;
  background: #DCE6F4;
  border-color: #fff;
}
table.lpkasoutable.list th {
  vertical-align: middle;
  text-align: center;
  width: 30%;
}

/*簡易LP*/
.lpkasou h2 {
  margin: 60px 0 40px;
}
.lpkasou ul.lpkasouli {
  display: inline-block;
  background: #F5F7FA;
  padding: 30px 40px 10px 40px;
  margin-bottom: 40px;
}
.lpkasou ul.lpkasouli li {
  background: url("img/lp_icon_check.svg") left 10px no-repeat;
  background-size: 15px;
  border-bottom: #042F76 1px dashed;
  padding: 0 0 10px 25px;
  margin-bottom: 10px;
  font-size: 17px;
  text-align: left;
}
.lpkasou p.lpkasou_fs1 {
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
  font-weight: bold;
}
.lpkasou .lpkasou_meritbox {
  border: 1px solid #042F76;
  padding: 70px 40px 30px 40px;
  border-radius: 10px;
  margin-top: 40px;
  background: transparent;
  margin-top: -20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.lpkasou .lpkasou_meritbox img {
  width: 100%;
  height: auto;
}
.lpkasou .lpkasou_meritbox .picbox {
  width: 40%;
}
.lpkasou .lpkasou_meritbox .txtbox {
  width: 55%;
  padding: 0;
}
.lpkasou .lpkasou_meritbox .txtbox p.ti {
  font-size: 20px;
  color: #042F76;
  font-weight: bold;
  line-height: 1.4;
}
.lpkasou h2.lpkasouprice {
  background-image: linear-gradient(#f2f2f2 1px, transparent 0), linear-gradient(90deg, #f2f2f2 1px, transparent 0);
  background-size: 10px 10px;
  background-color: #F4F8F9;
  padding: 20px 40px;
  display: block;
}
.lpkasou h2.spe {
  font-size: 32px;
  padding-bottom: 5px;
  color: #042F76;
  border-bottom: #042F76 1px solid;
  margin: 60px 0 20px 0;
}
.lpkasou .kasoulp_cta_online {
  background: url("img/lp_contact_online_bg.png") center center no-repeat;
  background-size: cover;
  margin: 40px auto 60px auto;
  padding: 60px 20px 40px 20px;
  text-align: center;
}
.lpkasou .kasoulp_cta_online .area {
  background: rgba(4, 47, 118, 0.2);
  padding: 20px;
  width: 50%;
  margin: 0 auto 20px auto;
}

.LP.green ul.check {
  background-color: rgba(209, 229, 191, 0.3);
  border-radius: 20px;
  padding: 20px 20px 10px 20px;
  margin-bottom: 20px;
}

.elp .entry-content ul.check,
.single .entry-content ul.check {
  display: block;
}
.elp .entry-content strong,
.single .entry-content strong {
  background-color: #faff92;
}

.elp .entry-content ul.arrow {
  background-color: #f7fbfe;
  border: #2C94D4 1px solid;
  border-radius: 20px;
  padding: 40px 40px 20px 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .elp .entry-content ul.arrow {
    padding: 20px;
  }
}
.elp .entry-content ul.arrow li {
  text-align: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  border-bottom: #ADD5EE 1px solid;
  padding-bottom: 10px;
}
.elp .entry-content ul.arrow li:last-child {
  border: none;
}
.elp .entry-content ul.arrow li::before {
  position: absolute;
  font: var(--fa-font-solid);
  content: "\f061";
  top: 6px;
  left: 0;
  color: #2C94D4;
  font-size: 120%;
}

ol.wp-block-list {
  background-color: #f7fbfe;
  border: #2C94D4 1px solid;
  border-radius: 20px;
  padding: 20px 20px 10px 20px;
}
ol.wp-block-list li {
  counter-increment: mycount;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  font-weight: 500;
}
ol.wp-block-list li::before {
  content: counter(mycount);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #2C94D4;
  color: white;
  border-radius: 50%;
}
ol.wp-block-list li::before img {
  width: 100%;
  height: auto;
}

p.has-small-font-size {
  font-size: 12px !important;
}
@media screen and (max-width: 768px) {
  p.has-small-font-size {
    font-size: 10px !important;
  }
}

h2.elp_spe, h3.elp_spe {
  background: url(img/bg_h2spe.png) center center, #CDE9FB;
  background-size: 60px;
  display: inline-block;
  width: auto;
  border-bottom: #2C94D4 3px solid;
  padding: 8px 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  h2.elp_spe, h3.elp_spe {
    display: block;
    text-align: left;
    margin-bottom: 20px;
  }
}

h2.elp_spe2, h3.elp_spe2 {
  display: block;
  width: 100%;
  border-bottom: #39779D 1px solid;
  padding: 0 0 5px 0;
  margin-bottom: 20px;
  text-align: left;
}

h2.elp_spe3, h3.elp_spe3 {
  display: block;
  width: 100%;
  background-color: #EFF7FC;
  border-left: 5px solid #2C94D4;
  padding: 0 0 5px 20px;
  margin: 0 0 20px 0;
  text-align: left;
}

.elp_sec {
  width: 980px;
  margin: 40px auto;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .elp_sec {
    width: 90%;
  }
}

p {
  text-align: left;
}

.elp_cta {
  background-color: #CDE9FB;
  text-align: center;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .elp_cta {
    padding: 40px 0;
  }
}
.elp_cta .sec {
  width: 980px;
  margin: 0 auto;
  border: 10px solid;
  border-image: linear-gradient(to right, #ADD5EE, #EEF9FF) 1;
  background-color: white;
  padding: 20px;
}
@media screen and (max-width: 1280px) {
  .elp_cta .sec {
    border: 6px solid;
    border-image: linear-gradient(to right, #ADD5EE, #EEF9FF) 1;
    width: 90%;
    padding: 20px 15px;
  }
}
.elp_cta .sec p.ti {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .elp_cta .sec p.ti {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.elp_cta .sec p.elp_tel {
  font-size: 42px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  background: url(img/icon_tel_elp.svg) left center no-repeat;
  background-size: 30px;
  padding-left: 40px;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.2;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .elp_cta .sec p.elp_tel {
    background: url(img/icon_tel_elp.svg) left center no-repeat;
    background-size: 28px;
    font-size: 38px;
    padding-left: 38px;
  }
}
@media screen and (max-width: 768px) {
  .elp_cta .sec p.has-small-font-size {
    text-align: center;
  }
}
.elp_cta .btnbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-direction: column;
}
.elp_cta .btnbox img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .elp_cta .btnbox {
    margin-top: 20px;
  }
}
.elp_cta a.elp_btn_mail {
  background: url(img/icon_mail_elp.svg) 20px center no-repeat, #2C94D4;
  background-size: 20px;
  color: white;
  font-family: "Noto Serif JP", serif;
  padding: 6px 20px 6px 50px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .elp_cta a.elp_btn_mail {
    padding: 10px 40px 10px 70px;
  }
}
.elp_cta a.elp_btn_mail:hover {
  background-color: #39779D;
}
.elp_cta a.elp_btn_LINE {
  background: url(img/icon_LINE_elp.svg) 20px center no-repeat, #06C755;
  background-size: 20px;
  color: white;
  font-family: "Noto Serif JP", serif;
  padding: 6px 20px 6px 50px;
}
@media screen and (max-width: 768px) {
  .elp_cta a.elp_btn_LINE {
    padding: 10px 40px 10px 70px;
  }
}
.elp_cta a.elp_btn_LINE:hover {
  background-color: #007E34;
}

.elp_sec1 {
  background-color: #EFF7FC;
  text-align: center;
  padding-bottom: 60px;
}
.elp_sec1 ul.wp-block-list {
  background-color: white;
  border-radius: 10px;
  text-align: left;
  display: inline-block;
  padding: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .elp_sec1 ul.wp-block-list {
    padding: 20px;
  }
}
.elp_sec1 ul.wp-block-list li {
  font-size: 17px;
  background: url(img/elp_check.svg) left center no-repeat;
  background-size: 15px;
  border-bottom: rgba(44, 148, 212, 0.6) 2px dotted;
  padding-left: 25px;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.elp_sec1 p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .elp_sec1 p {
    text-align: left;
  }
}
@media screen and (max-width: 1280px) {
  .elp_sec1 .wp-block-group__inner-container {
    width: 90%;
    margin: 0 auto;
  }
}
.elp_sec1 h2 {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  margin-bottom: 20px;
}

.elp_sec2 {
  background-color: #F3FBFF;
  text-align: center;
  padding: 60px 0;
}
@media screen and (max-width: 1280px) {
  .elp_sec2 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1280px) {
  .elp_sec2 .wp-block-group__inner-container {
    width: 90%;
    margin: 0 auto;
  }
}
.elp_sec2 h2 {
  margin-top: 0;
}

.elp_price {
  text-align: center;
}
.elp_price .wp-block-group__inner-container {
  width: 980px;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .elp_price .wp-block-group__inner-container {
    width: 100%;
  }
}
.elp_price .wp-block-group__inner-container .wp-block-table.elp_table table td {
  padding: 10px 20px;
}
.elp_price .wp-block-group__inner-container .wp-block-table.elp_table table thead {
  border-bottom: none;
}
.elp_price .wp-block-group__inner-container .wp-block-table.elp_table table td:first-child, .elp_price .wp-block-group__inner-container .wp-block-table.elp_table table th {
  background-color: rgba(44, 148, 212, 0.8);
  color: white;
  width: 50%;
}
@media screen and (max-width: 1280px) {
  .elp_price .wp-block-group__inner-container .wp-block-table.elp_table table td:first-child, .elp_price .wp-block-group__inner-container .wp-block-table.elp_table table th {
    width: 100%;
    display: block;
    border-color: transparent;
  }
}
.elp_price .wp-block-group__inner-container .wp-block-table.elp_table table th {
  background-color: #2C94D4;
}
.elp_price .wp-block-group__inner-container .wp-block-table.elp_table table td {
  width: 50%;
  border-color: #39779D;
  background-color: white;
}
@media screen and (max-width: 1280px) {
  .elp_price .wp-block-group__inner-container .wp-block-table.elp_table table td {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .elp_price .wp-block-group__inner-container {
    width: 100%;
    margin: 0 auto;
  }
}

.elp_faq {
  background-color: #F3FBFF;
  padding: 60px 0;
}
.elp_faq h2 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .elp_faq {
    padding: 40px 0;
  }
}
.elp_faq .wp-block-group__inner-container {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .elp_faq .wp-block-group__inner-container {
    width: 90%;
  }
}
.elp_faq .wp-block-group__inner-container .lpfaqbox {
  border: none;
  border-bottom: #AEAEAE 1px solid;
}

ul.elp_kanrenlist {
  text-align: left;
}
ul.elp_kanrenlist li {
  background: url(img/arrow_esp.svg) left center no-repeat;
  background-size: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
}
ul.elp_kanrenlist li a {
  border-bottom: 1px solid white;
}
ul.elp_kanrenlist li a:hover {
  border-bottom: 1px solid #2C94D4;
}

h2.elpprofile {
  width: 100%;
  border: #2C94D4 4px solid;
  padding: 15px;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 0;
}
h2.elpprofile span {
  padding-left: 40px;
  display: inline-block;
  background: url(img/icon_elpman.svg) left center no-repeat;
  background-size: 25px;
}

.lpprofilebox.elp {
  border-color: #2C94D4;
  background-color: #F9FDFF;
}
.lpprofilebox.elp p.ti {
  color: #2C94D4;
}

.elp_area {
  width: 980px;
  margin: 60px auto;
  background: url(img/elp_area_bg.png) center center no-repeat;
  background-size: cover;
  padding: 60px 0;
}
@media screen and (max-width: 980px) {
  .elp_area {
    width: 100%;
    padding: 40px 0;
    margin: 40px auto 0 auto;
  }
}
.elp_area p {
  text-align: center;
}
.elp_area p.ti {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .elp_area p.ti {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .elp_area p.txt {
    width: 90%;
    margin: 0 auto 20px auto;
  }
}
.elp_area .areabox {
  text-align: center;
}
.elp_area .areabox > div {
  display: inline-block;
  width: auto;
  background-color: rgba(50, 172, 246, 0.4);
  padding: 20px 60px;
  mix-blend-mode: multiply;
}

body .wp-pagenavi {
  margin: 100px 0 60px;
}

body .wp-pagenavi span.current {
  color: white;
  background: #2C94D4;
  border: #39779D 1px solid;
}

.aioseo-breadcrumbs {
  padding: 0 0 60px 20px;
}
@media screen and (max-width: 768px) {
  .aioseo-breadcrumbs {
    padding: 0 0 40px 20px;
  }
}

/*カルーセルスライダー*/
.contentslider {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.cslider { /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}

.cslider li.slidebox {
  width: 20vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}
@media screen and (max-width: 768px) {
  .cslider li.slidebox {
    width: 50vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  }
}

.cslider .slick-slide {
  transform: scale(0.8); /*左右の画像のサイズを80%に*/
  transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5; /*透過50%*/
}

.cslider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666; /*矢印の色*/
  border-right: 2px solid #666; /*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

.breadcrumb {
  font-size: 10px;
  background-color: #f8f0e9;
  padding: 5px 0 5px 20px;
}

.single .breadcrumb {
  margin-top: 70px;
}

.tax-faq_cat .aioseo-breadcrumbs, .single .aioseo-breadcrumbs {
  margin-top: 70px;
}

.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */