@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap");
/*
Theme Name: brandnew_theme_aifer_basic1
Description: 「Basic」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: 15px;
  word-break: break-all;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body {
    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: #FFCE00;
}

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

p {
  margin-bottom: 20px;
}

article strong,
.entry-content strong {
  background-color: #FCEBA0;
}

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

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

.udcenter {
  align-items: center;
}

.lrcenter {
  justify-content: center;
}

.column {
  flex-direction: column;
}

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

@media screen and (max-width: 768px) {
  .sprev {
    flex-direction: row-reverse !important;
  }
}
@-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);
  }
}
.fadeinTrigger,
.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;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  z-index: 999999;
  width: 100%;
  background-color: white;
  left: 0;
  top: 0;
  z-index: 10;
  transition: 1s;
  height: 120px;
}
.site-header img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .site-header {
    height: 70px;
    padding: 10px;
    justify-content: space-between;
  }
}
.site-header.HeightMin {
  position: fixed;
  justify-content: center;
  z-index: 999999; /*最前面へ*/
  border-bottom: #128B91 1px solid;
}
.site-header .box_wrap img {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .site-header .box_wrap img {
    width: 240px;
  }
}

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

.site-btn {
  display: none;
}
@media screen and (max-width: 960px) {
  .site-btn {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
  }
  .site-btn img {
    width: 100%;
    height: auto;
  }
}

.site-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  line-height: 1.8;
  padding-left: 20px;
}
.site-title img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .site-title {
    padding: 0;
  }
}
.site-title img {
  height: auto;
  width: 280px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .site-title img {
    width: 200px;
    height: auto;
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.site-title .site-description {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .site-title .site-description {
    display: none;
  }
}
.site-title .site-description:first-child {
  margin-left: 0;
}

.home .site-title {
  margin-top: 2px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home .site-title {
    margin-top: 0;
  }
}

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

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

.hcontactbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.2;
  background: url(img/icon_tel.svg) left 5px no-repeat;
  background-size: 30px;
  padding-left: 35px;
  padding-right: 10px;
}
.hcontactbox img {
  width: 100%;
  height: auto;
}
.hcontactbox .htel a {
  font-weight: bold;
  font-size: 32px;
}
.hcontactbox .hmail a {
  font-weight: bold;
  background-color: #FFCE00;
  padding: 10px 40px;
  border-radius: 5px;
  display: block;
  margin-left: 10px;
}
.hcontactbox .hmail a:hover {
  background-color: #DF851E;
}
.hcontactbox .hmail a .fssm {
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  .hcontactbox {
    display: none;
  }
}

/* 下層header
--------------------------------------------- */
.page-header {
  position: relative;
  padding: 0;
  margin-top: 120px;
  height: 260px;
  background-image: linear-gradient(90deg, #ffffff, #e3f6f9 29% 71%, #ffffff);
}
@media screen and (max-width: 768px) {
  .page-header {
    font-size: 13px;
    margin-top: 70px;
    height: 120px;
  }
}
.page-header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .page-header h1 {
    width: 100%;
    text-align: center;
  }
}

.site.start {
  padding: 0;
}

.page-startup .page-header {
  background: url(img/submain-startup.svg) right 40px center no-repeat, url(img/bg_submain.png);
  background-size: 300px, cover;
}
@media screen and (max-width: 768px) {
  .page-startup .page-header {
    background: url(img/submain-startup.svg) right center no-repeat, url(img/bg_submain.png);
    background-size: 100px, cover;
  }
}

.page-service .page-header {
  background: url(img/submain-service.svg) right 40px center no-repeat, url(img/bg_submain.png);
  background-size: 300px, cover;
}
@media screen and (max-width: 768px) {
  .page-service .page-header {
    background: url(img/submain-service.svg) right center no-repeat, url(img/bg_submain.png);
    background-size: 100px, cover;
  }
}

.page-free-consultation .page-header {
  background: url(img/submain-free.svg) right 40px center no-repeat, url(img/bg_submain.png);
  background-size: 300px, cover;
}
@media screen and (max-width: 768px) {
  .page-free-consultation .page-header {
    background: url(img/submain-free.svg) right center no-repeat, url(img/bg_submain.png);
    background-size: 100px, cover;
  }
}

footer {
  width: 100%;
}

.fbox {
  background-color: #FCFCFC;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .fbox {
    padding: 20px;
    margin-top: 0;
  }
}
.fbox .sec {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fbox .sec img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .fbox .sec {
    width: 100%;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }
}
.fbox .sec .flogo img {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .fbox .sec .flogo img {
    width: 200px;
  }
}
.fbox .box_wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  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;
  }
}

.footermenu {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  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;
    border-top: rgba(18, 139, 145, 0.4) 1px solid;
    margin-top: 20px;
  }
}
.footermenu ul {
  margin-left: 6rem;
}
@media screen and (max-width: 768px) {
  .footermenu ul {
    margin-left: 20px;
  }
  .footermenu ul:nth-child(odd) {
    margin-left: 0;
  }
}
.footermenu ul li {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
  color: #128B91;
}
.footermenu ul li::before {
  content: "●";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .footermenu ul li {
    margin-bottom: 10px;
  }
}
.footermenu ul li a {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footermenu ul li a {
    padding-left: 0;
    font-size: 13px;
  }
}
.footermenu ul li a:hover {
  border-bottom: #128B91 1px solid;
}

.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: #FCFCFC 1px solid;
    border-bottom: #FCFCFC 1px solid;
    padding: 20px 0;
  }
}

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

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

#copyright {
  background-color: #128B91;
  color: white;
  font-size: 11px;
  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: 13px;
}
@media screen and (max-width: 768px) {
  #copyright a.linkaifer {
    font-size: 11px;
  }
}

.cbtn {
  position: fixed;
  top: 100px;
  right: -100px;
  z-index: 99999;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .cbtn {
    display: none;
  }
}
.cbtn a {
  background-color: #128B91;
  color: white;
  padding: 20px 10px;
  text-decoration: none;
  width: 40px;
  margin: 0 auto;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
}

.cbtnSP_footer {
  display: none;
}
@media screen and (max-width: 960px) {
  .cbtnSP_footer {
    display: flex;
    border-top: white 1px solid;
    background-color: #128B91;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: fixed;
    z-index: 999999;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
  }
  .cbtnSP_footer img {
    width: 100%;
    height: auto;
  }
  .cbtnSP_footer.js-on {
    opacity: 1;
  }
  .cbtnSP_footer div {
    text-align: center;
    flex: 1;
    border-left: 1px solid #CAE7E8;
  }
  .cbtnSP_footer div:first-child {
    border-left: none;
  }
  .cbtnSP_footer a {
    font-size: 13px;
    color: white;
    font-weight: bold;
    padding: 10px 0;
    display: block;
    padding: 8px 0;
  }
  .cbtnSP_footer a img {
    width: 30px;
  }
}

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

.ac {
  text-align: center;
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.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;
  }
}

.fssm {
  font-size: 13px;
}

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

.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;
  }
}

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

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

.mt20 {
  margin-top: 20px;
}

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

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

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

.mb20 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

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

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

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

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

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

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

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

.bt_light {
  border-top: #F6FCFF 1px solid;
}

.b_primary {
  border: #128B91 1px solid;
}

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%;
  }
}

.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%;
  }
}

.box_wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.box_wrap img {
  width: 100%;
  height: auto;
}

.gap1 {
  gap: 0 1em;
}
@media screen and (max-width: 768px) {
  .gap1 {
    gap: 1em 0;
  }
}

.gap2 {
  gap: 0 2em;
}
@media screen and (max-width: 768px) {
  .gap2 {
    gap: 2em 0;
  }
}

.rel {
  position: relative;
}

.ab {
  position: absolute;
}

.bl {
  display: inline-block;
}

.ilb {
  display: inline-block;
}

.sq1 {
  background-color: rgba(18, 139, 145, 0.1);
  padding: 10px;
}

.color_black {
  color: black !important;
}

.color_primary {
  color: #128B91;
}

.color_secondary {
  color: #FFCE00;
}

.color_red {
  color: #BC0000;
}

.color_white {
  color: white;
}

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

.bg_secondary {
  background-color: #FFCE00;
}

.bg_gray {
  background-color: #F8F7F5;
}

.bg_light {
  background-color: #F6FCFF;
}

.bg_light2 {
  background-color: #FCFCFC;
}

.bg_white {
  background-color: white;
}

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

.bg_shadow_parent {
  position: relative;
}
.bg_shadow_parent .bg_shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg_shadow_parent .bg_shadow.sh_black {
  background: rgba(0, 0, 0, 0.4);
}
.bg_shadow_parent .bg_shadow.sh_primary {
  background: rgba(18, 139, 145, 0.6);
}
.bg_shadow_parent h2.bgen {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.bg_shadow_parent 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_parent 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%;
  }
}

.w100 {
  width: 100%;
}

.circle {
  border-radius: 50%;
}

.radius {
  border-radius: 10px;
}

.kadomaru {
  border-radius: 9999px;
}

.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: #128B91;
}
.fuki.secondary {
  background-color: #FFCE00;
}
.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: #128B91;
}
.fuki.fukisecondary:after {
  border-top-color: #FFCE00;
}
.fuki h2 {
  margin: 0;
  padding: 0;
}

.bnone {
  border: none !important;
}

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

ul.menu_navi {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 5vw;
  margin-top: 10px;
}
ul.menu_navi img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  ul.menu_navi {
    display: none;
  }
}
ul.menu_navi li {
  position: relative;
  display: inline-block;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
ul.menu_navi li img {
  width: 100%;
  height: auto;
}
ul.menu_navi li img {
  width: 60px;
}
ul.menu_navi li a {
  display: block;
  font-size: 17px;
}
ul.menu_navi li a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  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 a:hover {
  opacity: 1;
}
ul.menu_navi li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 200px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
ul.menu_navi li .sub-menu li {
  border-top: 1px solid #eee;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  ul.menu_navi li .sub-menu li {
    border: none;
  }
}
ul.menu_navi li .sub-menu li::before {
  content: none;
}
ul.menu_navi li .sub-menu li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
ul.menu_navi li .sub-menu li a:hover {
  background-color: rgba(18, 139, 145, 0.2);
}
ul.menu_navi li .sub-menu li a:after {
  content: none;
}
ul.menu_navi > li:hover > .sub-menu {
  display: block;
}

/* togglemenu
--------------------------------------------- */
.scroll-prevent {
  overflow: hidden;
  height: 100vh; /* iOSでのバウンス対策 */
}

.site {
  padding: 40px 20px;
  transition: transform 0.5s;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .site-menu {
    display: none;
  }
}
.site-menu img.site-user {
  right: 0;
  width: 23px;
  margin-left: 20px;
}

@media screen and (max-width: 1280px) {
  .menu-trigger {
    position: relative; /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #128B91;
    z-index: 99999;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 15px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 23px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 31px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }
  .menu-trigger.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
/* navmenu（ここから高速化修正）
--------------------------------------------- */
nav {
  position: fixed;
  z-index: 9999;
  /* top で隠すのをやめる */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* ナビの高さ */
  background-color: white;
  /* ▼ 高速化のポイント: transform で隠す */
  transform: translateY(-120%);
  -webkit-transform: translateY(-120%);
  /* ▼ 高速化のポイント: 時間を短く(0.3s)し、イージングを自然に */
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.3s;
  /* 閉じている時の誤クリックを防ぐ */
  visibility: hidden;
  /* アクティブクラスがついたら位置を0に（表示） */
}
nav.open {
  /* ▼ 表示状態 */
  transform: translateY(0);
  -webkit-transform: translateY(0);
  visibility: visible;
}
nav .menubox {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
nav .menubox p {
  padding: 0 0 0 10px;
  margin-bottom: 10px;
}
nav .menubox ul {
  width: 80%;
  margin: auto;
  list-style: none;
  /* サブメニュー（階層あり）の場合のスタイル */
}
nav .menubox ul li {
  border-bottom: rgba(18, 139, 145, 0.6) 1px solid;
}
nav .menubox ul li:first-child {
  border-bottom: rgba(18, 139, 145, 0.6) 1px solid;
}
nav .menubox ul li:last-child {
  border: none;
}
nav .menubox ul li a {
  font-size: 17px;
  text-decoration: none;
  padding: 20px 0;
  display: block;
}
nav .menubox ul li img {
  width: 150px;
}
nav .menubox ul.children li {
  border: none;
}
nav .menubox ul.children li a {
  padding: 0;
}
nav .menubox ul.children li:last-child a {
  padding-bottom: 20px;
}

.cbtnSP {
  display: none;
}
@media screen and (max-width: 960px) {
  .cbtnSP {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 70px;
    width: 50px;
    height: 50px;
  }
  .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;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #128B91;
    color: white;
    font-size: 24px;
  }
  .cbtnSP a img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .hbtnsp {
    z-index: 99999;
  }
  .hbtnsp img {
    width: 50px;
    height: 50px;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.two_box {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .two_box {
    flex: none;
    width: 100%;
  }
  .two_box.pdsub {
    padding: 0;
  }
}

.three_box {
  flex: 2;
}
@media screen and (max-width: 768px) {
  .three_box {
    flex: none;
    width: 100%;
  }
  .three_box .pdsub {
    padding: 10px 0 0 0;
  }
}
.three_box p {
  margin-bottom: 0;
}
.three_box h3 {
  color: #128B91;
  text-align: center;
  margin: 20px 0 10px;
}

.four_box {
  flex: 3;
}
@media screen and (max-width: 768px) {
  .four_box {
    flex: none;
    width: 100%;
  }
  .four_box .pdsub {
    padding: 10px 0 0 0;
  }
  .four_box .pbsub {
    padding-bottom: 0;
  }
  .four_box h3 {
    font-size: 17px;
    margin-top: 20px;
  }
}

.box_wrap .two_box img.icon, .box_wrap .three_box img.icon, .box_wrap .four_box img.icon {
  width: auto;
  height: 60px;
}

.telbox {
  display: inline-block;
  padding: 20px 40px 0 40px;
  border: #128B91 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: #128B91;
  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: #128B91;
}

/*横並び２BOX（重なり）*/
.overlapbox .box_wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.overlapbox .box_wrap .txtbox {
  margin-left: -5%;
}
@media screen and (max-width: 768px) {
  .overlapbox .box_wrap .txtbox {
    margin-left: -10%;
    padding-left: 15%;
  }
}
.overlapbox .box_wrap.rev .txtbox {
  margin-right: -5%;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .overlapbox .box_wrap.rev .txtbox {
    margin-right: -10%;
    padding-right: 15%;
  }
}

/*スライダー背景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: column;
  justify-content: center;
}
.bgsliderBOX.type-tb .txtbox img {
  width: 100%;
  height: auto;
}

.ctabox {
  width: 70%;
  margin: 0 auto;
  padding: 40px 10px;
}
@media screen and (max-width: 768px) {
  .ctabox {
    padding: 20px 10px;
    width: 90%;
  }
}
.ctabox .tel {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .ctabox .tel {
    font-size: 32px;
  }
}
.ctabox .linkBTN {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .ctabox .linkBTN {
    margin-top: 10px;
  }
}
.ctabox dl.time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.ctabox dl.time img {
  width: 100%;
  height: auto;
}
.ctabox dl.time dt {
  border: #128B91 1px solid;
  padding: 2px 8px;
  width: auto;
}
.ctabox dl.time dd {
  padding: 2px 8px;
  width: auto;
  margin: 0;
}

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

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

h2 {
  font-size: 32px;
  margin: 80px 0 60px;
  position: relative;
  display: inline-block;
  line-height: 1.8;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    margin: 40px 0 20px;
    line-height: 1.6;
  }
}
h2.kasou {
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  h2.kasou {
    font-size: 20px;
  }
}
h2.kasou.title {
  margin-top: 0;
}

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

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

h2, h3, h4 {
  letter-spacing: 0.1rem;
}
h2.bbline, h3.bbline, h4.bbline {
  border-bottom: 1px solid #128B91;
}
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: 13px;
  color: #128B91;
}
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 #128B91;
}
@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: #128B91;
  width: 2em;
  height: 1px;
  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 #128B91;
}
h2.shortline, h3.shortline, h4.shortline {
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
  border: none;
  margin-bottom: 40px;
  line-height: 1;
}
h2.shortline::after, h3.shortline::after, h4.shortline::after {
  content: "";
  background-color: #128B91;
  width: 1.5em;
  height: 1px;
  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: 0px;
    width: 1.5em;
  }
}
h2.bg_twocolor, h3.bg_twocolor, h4.bg_twocolor {
  font-weight: bold;
  padding: 0.5em 1em;
  background-color: #128B91;
  color: #fff;
  overflow: hidden;
  position: relative;
}
h2.bg_twocolor::after, h3.bg_twocolor::after, h4.bg_twocolor::after {
  content: "";
  background-color: #F6FCFF;
  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 #128B91;
  border-bottom: 3px solid #128B91;
  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: #128B91;
  border-right-color: #128B91;
  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 #128B91;
  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: #128B91;
  width: 20px;
  height: 3px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}
h2.bg_left, h3.bg_left, h4.bg_left {
  background-color: #F6FCFF;
  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: #128B91;
}
h2.bg_bottom, h3.bg_bottom, h4.bg_bottom {
  background-color: #F6FCFF;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-bottom: #128B91 solid 2px;
}
h2.bg_shift, h3.bg_shift, h4.bg_shift {
  position: relative;
  padding: 0.5rem 1rem calc(0.5rem + 10px);
  background: #F6FCFF;
}
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 #128B91;
}
h2.icon, h3.icon, h4.icon {
  padding: 30px 40px;
  position: relative;
  border: 2px solid #128B91;
  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 #128B91;
  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: #128B91;
  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 #128B91;
  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 #128B91;
  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 #128B91;
  background: #fff;
}
h2.stitch i, h3.stitch i, h4.stitch i {
  color: #128B91;
  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 #128B91;
  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: #FFCE00;
}
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: #FFCE00;
}
@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 #FFCE00 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: #F6FCFF;
}
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: #FFCE00;
  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 #128B91;
}
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 #FFCE00;
  border-right: 26px solid #FFCE00;
  border-bottom: 10px solid transparent;
}
h2.ribbon2, h3.ribbon2, h4.ribbon2 {
  background-color: #128B91;
  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: #128B91;
}
@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: #FFCE00;
  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 #128B91;
  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 #128B91;
  border-right: 10px solid transparent;
}
h2.stripe, h3.stripe, h4.stripe {
  padding: 10px 20px;
  position: relative;
  color: #fff;
  background: linear-gradient(-45deg, rgb(16.3104294479, 125.9527607362, 131.3895705521) 25%, #128B91 0, #128B91 50%, rgb(16.3104294479, 125.9527607362, 131.3895705521) 0, rgb(16.3104294479, 125.9527607362, 131.3895705521) 75%, #128B91 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 #128B91;
}
@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: #128B91;
}
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 #128B91;
}
@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: #128B91;
}
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 #128B91;
  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: #128B91;
}
h2.symbol4, h3.symbol4, h4.symbol4 {
  position: relative;
  overflow: hidden;
  padding: 10px 20px 10px 80px;
  border: 3px solid #128B91;
  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: #128B91;
  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: #128B91;
}
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: #128B91 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: #128B91;
}
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: #128B91;
}
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 #128B91;
}
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: #FFCE00;
}
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 #FFCE00;
}
h2.point, h3.point, h4.point {
  position: relative;
  padding: 10px 20px;
  color: #128B91;
  border-radius: 0 10px 10px 10px;
  background: #F6FCFF;
}
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: #128B91;
}
h2.bgen, h3.bgen, h4.bgen {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
h2.bgen span.EN, h3.bgen span.EN, h4.bgen span.EN {
  display: block;
  color: rgba(18, 139, 145, 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;
}
@media screen and (max-width: 768px) {
  h2.bgen span.EN, h3.bgen span.EN, h4.bgen span.EN {
    width: 100%;
    font-size: 80px;
  }
}
h2.bgen span.JP, h3.bgen span.JP, h4.bgen span.JP {
  font-size: 17px;
  color: #128B91;
  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.bgen.color_white span.EN, h3.bgen.color_white span.EN, h4.bgen.color_white span.EN {
  color: rgba(255, 255, 255, 0.1);
}
h2.bgen.color_white span.JP, h3.bgen.color_white span.JP, h4.bgen.color_white span.JP {
  color: white;
}

@media screen and (max-width: 768px) {
  .txtbox h3 {
    margin: 0 0 10px;
  }
  .txtbox p {
    margin-bottom: 0;
  }
  .sec > h3:first-child {
    margin-top: 0;
  }
}
a.linkbtn {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #128B91;
  padding: 10px 30px;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
  background-color: white;
}
@media screen and (max-width: 768px) {
  a.linkbtn {
    width: 100%;
    font-size: 17px;
  }
}
a.linkbtn span {
  position: relative;
  z-index: 3;
  color: #128B91;
}
a.linkbtn:hover span {
  color: #fff;
}
a.linkbtn i {
  margin-left: 10px;
}
a.linkbtn.bgprimary {
  background-color: #128B91;
}
a.linkbtn.bgprimary span {
  color: white;
}
a.linkbtn.bgprimary:hover span {
  color: #128B91;
}
a.linkbtn.bgsecondary {
  background-color: #FFCE00;
}
a.linkbtn.bgsecondary span {
  color: white;
}
a.linkbtn.bgsecondary:hover span {
  color: #FFCE00;
}
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.hoverblack:hover span {
  color: white;
}

.goright:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #128B91;
  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:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

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

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

.bgwhite:before {
  background: #128B91;
}

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

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

.bgprimary:hover:before, .bgblack:hover:before, .bgprimary: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: #128B91;
  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 #128B91;
  padding: 8px 30px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #128B91;
  outline: none;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  .linkarrow {
    width: 95%;
    font-size: 17px;
  }
}
.linkarrow:hover {
  background: #128B91;
  color: #fff;
}
.linkarrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -21px;
  width: 40px;
  height: 1px;
  background: #128B91;
  transition: all 0.2s linear;
}
.linkarrow::after {
  content: "";
  position: absolute;
  top: 25%;
  right: -15px;
  width: 1px;
  height: 12px;
  background: #128B91;
  transform: skewX(45deg);
  transition: all 0.2s linear;
}
.linkarrow:hover::before {
  right: -30px;
}
.linkarrow:hover::after {
  right: -25px;
}
.linkarrow.bg_primary {
  background-color: rgba(18, 139, 145, 0.8);
  color: white;
}
.linkarrow.bg_primary:hover {
  background-color: #128b91;
}
.linkarrow.bg_primary::before {
  background: #128B91;
}
.linkarrow.bg_primary::after {
  background: #128B91;
}

/*下線が伸びて背景色*/
.linkborder {
  position: relative;
  color: #128B91;
  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: #128B91;
  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: #128B91;
  text-decoration: none;
  outline: none;
  padding-right: 60px;
}
.linkarrowmove::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 85%;
  height: 1px;
  background: #128B91;
  transition: all 0.3s;
}
.linkarrowmove::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 21px;
  /*矢印の形状*/
  width: 15px;
  height: 1px;
  background: #128B91;
  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;
}

.bordercircle {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  transition: all 0.2s;
  transition-delay: 0.3s;
  width: 100%;
  height: 100%;
  /*縦線が出現*/
}
@media screen and (max-width: 768px) {
  .bordercircle {
    padding: 10px;
  }
}
.bordercircle:hover {
  background: #FCFCFC;
}
.bordercircle span {
  display: block;
}
.bordercircle::before, .bordercircle::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #128B91;
  transition: all 0.2s linear;
}
.bordercircle span::before,
.bordercircle span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #128B91;
  transition: all 0.2s linear;
}
.bordercircle:hover::before, .bordercircle:hover::after {
  width: 100%;
}
.bordercircle:hover span::before, .bordercircle:hover span::after {
  height: 100%;
}
.bordercircle::before {
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}
.bordercircle::after {
  left: 0;
  bottom: 0;
  transition-delay: 0.2s;
}
.bordercircle span::before {
  left: 0;
  top: 0;
}
.bordercircle span::after {
  right: 0;
  bottom: 0;
}

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

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

ul.snsbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
ul.snsbox img {
  width: 100%;
  height: auto;
}
ul.snsbox li {
  margin-right: 10px;
}
ul.snsbox li img {
  width: 30px !important;
}

dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  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: #FCFCFC 1px solid;
  color: #128B91;
  font-weight: bold;
}
@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: #FCFCFC 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;
}

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: 10px;
}
ul.check li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 11px;
  height: 17px;
  border-right: 4px solid #128B91;
  border-bottom: 4px solid #128B91;
}

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;
}

ul.history .blo {
  padding-left: 40px;
  padding-bottom: 50px;
}
ul.history .blo::before {
  content: "";
  background: #FFCE00;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0;
  top: 9px;
  z-index: 2;
}
ul.history .blo::after {
  content: "";
  border-right: 1px dashed #FFCE00;
  position: absolute;
  left: 3.5px;
  top: 10px;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  ul.history .blo::after {
    height: 98%;
  }
}
ul.history .blo.solid::after {
  content: "";
  border-right: 1px solid #FFCE00;
}

@media screen and (max-width: 768px) {
  ul.history .box_wrap > div:first-child {
    font-size: 17px;
  }
}

ul.checkmark {
  list-style: none;
}
ul.checkmark li {
  background: url(img/icon_arrow.svg) left center no-repeat;
  background-size: 20px;
  padding-left: 30px;
}

ul.checkmark2 {
  display: inline-block;
  list-style: none;
}
ul.checkmark2 li {
  background: url(img/icon_check2.svg) left center no-repeat;
  background-size: 20px;
  padding-left: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  ul.checkmark2 li {
    margin-bottom: 10px;
  }
}

ul.checkmark3 {
  display: inline-block;
  list-style: none;
  font-weight: bold;
}
ul.checkmark3 li {
  background: url(img/icon_check3.svg) left center no-repeat;
  background-size: 20px;
  padding-left: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  ul.checkmark3 li {
    margin-bottom: 10px;
  }
}

ul.checkmark4 {
  display: inline-block;
  list-style: none;
  font-weight: bold;
  position: relative;
  padding-right: 200px;
}
@media screen and (max-width: 768px) {
  ul.checkmark4 {
    display: block;
    padding-right: 20px;
    padding-bottom: 130px;
  }
  ul.checkmark4.pdmain {
    padding-left: 10px;
  }
}
ul.checkmark4 li {
  background: url(img/icon_check4.svg) left center no-repeat;
  background-size: 20px;
  padding-left: 30px;
  text-align: left;
}
ul.checkmark4 img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 160px;
}
@media screen and (max-width: 768px) {
  ul.checkmark4 img {
    width: 120px;
    top: auto;
    bottom: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

.tablestyle {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tablestyle {
    margin-bottom: 20px;
  }
}
.tablestyle tr {
  border-bottom: solid 1px #C9C9C9;
}
.tablestyle th,
.tablestyle td {
  border: solid 1px #C9C9C9;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .tablestyle th,
  .tablestyle td {
    display: block;
    padding: 0;
  }
}
.tablestyle th {
  width: 20%;
  background-color: #F8FAFB;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tablestyle th {
    width: 100%;
    padding: 10px;
  }
}
.tablestyle td {
  background-color: white;
}
@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;
}
@media screen and (max-width: 768px) {
  .tablestyle.sptablecell th, .tablestyle.sptablecell td {
    display: table-cell;
    width: auto;
  }
}

table.primary {
  margin-bottom: 20px;
}
table.primary th {
  background-color: #EAF7F8;
  color: #128B91;
  border-color: #BEE5E6;
}
table.primary td {
  color: black;
}
table.primary td.fi {
  background-color: #F6FCFF;
  text-align: center;
  font-weight: bold;
}
table.primary th.bg1 {
  background-color: #F6FCFF;
}
table.primary th.bg2 {
  background-color: #FCFCFC;
}

table.bbprimary {
  border: none;
  margin-bottom: 20px;
}
table.bbprimary th {
  background-color: transparent;
  border: none;
  border-bottom: 4px solid #128B91;
}
@media screen and (max-width: 768px) {
  table.bbprimary th {
    border-top: 2px solid #128B91;
    border-bottom: none;
  }
}
table.bbprimary td {
  color: black;
  border: none;
  border-bottom: 2px solid #F8F7F5;
}
@media screen and (max-width: 768px) {
  table.bbprimary td {
    border-top: 1px dotted #F8F7F5;
    border-bottom: none;
    text-align: center;
  }
}
table.bbprimary td.fi {
  background-color: #F6FCFF;
  text-align: center;
  font-weight: bold;
}
table.bbprimary th.bg1 {
  background-color: #F7F5E8;
}
table.bbprimary th.bg2 {
  background-color: #EDF5FC;
}
@media screen and (max-width: 768px) {
  table.bbprimary tr:last-child td {
    border-bottom: 2px solid #128B91;
  }
}

.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 #128B91;
  background-color: #128B91;
}

.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;
  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: 15px;
  }
}

.field_name {
  width: 30%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  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;
    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: 13px;
  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: 13px;
  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: #128B91 1px solid;
  cursor: pointer;
  text-align: center;
  position: relative;
  color: white;
  background: #128B91;
  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;
}

.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;
}

.detailbox {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .detailbox {
    width: 90%;
  }
}
.detailbox h2 {
  margin-bottom: 20px;
}
.detailbox ul.wp-block-list {
  background-color: rgba(255, 206, 0, 0.1);
  padding: 20px;
}
.detailbox ul.wp-block-list li {
  position: relative;
  padding-left: 1em;
}
.detailbox ul.wp-block-list li::before {
  content: "・";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.detailbox strong {
  background-color: #ff9;
}

.prevnextlink a {
  color: #128B91;
}
@media screen and (max-width: 768px) {
  .prevnextlink.gap2 {
    gap: 0 1em;
  }
}

.wrap {
  margin: 120px 0 0 0;
  width: 100vw;
  height: 70vh;
  overflow: hidden;
  background: url(img/main_bg.png) center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.wrap img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .wrap {
    margin: 70px 0 0 0;
    background: none;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    height: 48vh;
  }
}
.wrap .sec {
  background: url(img/main.png) right bottom no-repeat;
  background-size: 70%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .wrap .sec {
    margin: 0;
    width: 100%;
    background: none;
  }
}
.wrap .box_wrap {
  justify-content: flex-end;
  align-items: flex-end;
  height: 70vh;
}
@media screen and (max-width: 960px) {
  .wrap .box_wrap {
    height: 50vh;
    display: block;
  }
}
.wrap img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 90%;
}
@media screen and (max-width: 1280px) {
  .wrap img {
    height: 80%;
  }
}
@media screen and (max-width: 960px) {
  .wrap img {
    position: static;
    width: 100%;
    height: auto;
  }
}
.wrap .maintxt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  z-index: 5;
  line-height: 1.4;
  letter-spacing: 1.6;
}
@media screen and (max-width: 960px) {
  .wrap .maintxt {
    display: none;
  }
}
.wrap .maintxt .fssm {
  font-size: 0.5em;
}
.wrap .maintxt .txt2 {
  font-size: 42px;
}
@media screen and (max-width: 1280px) {
  .wrap .maintxt .txt2 {
    font-size: 32px;
  }
}
.wrap .maintxt .txt2 strong {
  font-size: 52px;
}
@media screen and (max-width: 1280px) {
  .wrap .maintxt .txt2 strong {
    font-size: 46px;
  }
}
.wrap .maintxt .txt3 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .wrap .maintxt {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.wrap .area h2 {
  font-family: "Impact";
  font-size: 55px;
  text-align: center;
}
.wrap .newsbox {
  width: 45%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  background-color: #128B91;
  color: white;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .wrap .newsbox {
    width: 100%;
    padding: 10px;
  }
}
.wrap .newsbox a {
  color: white;
}
@media screen and (max-width: 768px) {
  .wrap .newsbox dl {
    flex-flow: wrap;
  }
}
.wrap .newsbox dt, .wrap .newsbox dd {
  padding-bottom: 0;
  margin-bottom: 0;
}
.wrap .newsbox dt {
  width: auto;
  padding-right: 20px;
  border-right: white 1px solid;
  color: white;
}
@media screen and (max-width: 768px) {
  .wrap .newsbox dt {
    width: 17%;
    display: inline-block;
    border-right: none;
    padding: 0;
  }
}
.wrap .newsbox dd {
  padding-left: 20px;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .wrap .newsbox dd {
    padding-left: 2%;
    margin-left: 1%;
    width: 82%;
    line-height: 1.8;
  }
  .wrap .newsbox dd:last-of-type {
    border-left: 1PX solid white;
  }
}
.wrap .newsbox dd .date {
  font-size: 13px;
  margin-right: 10px;
}
.wrap .newsbox dd .cat {
  font-size: 13px;
  background-color: white;
  color: #128B91;
  border-radius: 9999px;
  padding: 2px 6px;
  margin-right: 10px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .wrap .newsbox dd .cat {
    font-size: 11px;
  }
}
.wrap .newsbox dd .cat a {
  color: #128B91;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .wrap .sp_only {
    display: block;
  }
  .wrap .pc_only {
    display: none;
  }
}

.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: #128B91;
}
.cd-fixed-bg.cd-bg-2 {
  background: #FCFCFC;
}

@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-4 {
  height: 1300px;
}
@media screen and (max-width: 768px) {
  .cd-fixed-bg.cd-bg-4 {
    height: 1500px;
  }
}
.cd-fixed-bg.cd-bg-4 .sec {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}

.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-4 .sec_img {
  background-image: url("img/sec4_bg.jpg");
  background-size: cover;
}

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

#top1 {
  background-color: #F6FCFF;
}
#top1 .top1line {
  position: relative;
  background-color: #00C3CC;
  color: white;
  padding: 30px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top1 .top1line {
    padding: 10px 0 0 0;
  }
}
#top1 .top1line::after {
  content: "";
  position: absolute;
  bottom: -53px; /* 下にピッタリくっつけたいので三角の高さ分下にずらす */
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 54px;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0); /* 下向き三角形 */
  background-color: #00C3CC;
}
@media screen and (max-width: 768px) {
  #top1 .top1line::after {
    bottom: -19px; /* 下にピッタリくっつけたいので三角の高さ分下にずらす */
    height: 20px;
  }
}
#top1 .top1line h2 {
  margin: 0;
}
#top1 .box_wrap {
  justify-content: center;
  padding-top: 100px;
  margin: 0 auto;
  width: 90%;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  #top1 .box_wrap {
    padding-top: 80px;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  #top1 .box_wrap {
    padding-top: 40px;
  }
}
#top1 .box_wrap p.waku {
  font-size: 17px;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: stretch;
  border: rgba(18, 139, 145, 0.2) 4px solid;
  padding: 20px 40px;
  border-radius: 10px;
  background-color: white;
  width: 420px;
  margin-bottom: 0;
}
#top1 .box_wrap p.waku img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  #top1 .box_wrap p.waku {
    font-size: 15px;
    display: block;
    margin: 0 0 10px 0;
    padding: 10px;
    border-width: 2px;
    text-align: center;
    width: 100%;
  }
}
#top1 .fs3 {
  font-weight: bold;
}

#top2 .inner {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top2 .inner {
    width: 100%;
  }
}
#top2 h2 {
  width: 100%;
  padding: 80px 0;
  background: url(img/top2_h2bg1.svg) left top no-repeat, url(img/top2_h2bg2.svg) right bottom no-repeat;
  background-size: 100%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #top2 h2 {
    padding: 60px 0 40px 0;
    background: url(img/top2_h2bg1SP.svg) left top no-repeat, url(img/top2_h2bg2SP.svg) right bottom no-repeat;
  }
}
#top2 h2 .hosoku {
  color: black;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #top2 h2 .hosoku {
    display: inline-block;
    font-size: 16px;
    padding-top: 10px;
  }
}
#top2 .top2txt span {
  padding: 0 100px 40px 120px;
  display: inline-block;
  background: url(img/top2_futo.svg) right 20px bottom no-repeat;
  background-size: 80px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #top2 .top2txt span {
    font-size: 15px;
    padding: 0;
    background: url(img/top2_futo.svg) right bottom no-repeat;
    background-size: 40px;
  }
}
#top2 .box_wrap.pittari {
  gap: 2%;
}
#top2 .box_wrap.pittari div {
  background-color: #F8F7F5;
  padding: 40px;
  text-align: center;
  border-radius: 20px;
  width: 48%;
  font-size: 17px;
  margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
  #top2 .box_wrap.pittari div {
    font-size: 14px;
    padding: 10px 8px;
  }
}
#top2 .box_wrap.pittari img {
  width: 160px;
}
@media screen and (max-width: 768px) {
  #top2 .box_wrap.pittari img {
    width: 100px;
  }
}
#top2 .box_wrap.pittari strong {
  background-color: #FCEBA0;
  color: #128B91;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #top2 .box_wrap.pittari strong {
    font-size: 15px;
  }
}
#top2 .fs4 {
  font-weight: bold;
}

#ctaprice {
  font-size: 20px;
  background: url(img/ctaprice_bg.png) center center no-repeat;
  background-size: cover;
  padding: 30px 0;
}
#ctaprice .sec {
  text-align: center;
}
#ctaprice .inner {
  width: auto;
  padding: 20px 100px;
  display: inline-block;
  margin: 0 auto;
  background-color: white;
}
@media screen and (max-width: 768px) {
  #ctaprice .inner {
    padding: 20px;
  }
}
#ctaprice .inner .ti {
  background-color: #CAE7E8;
  padding: 2px 8px;
  margin-right: 10px;
}
#ctaprice .inner .price {
  font-weight: bold;
  font-size: 42px;
}
#ctaprice a.linkbtn {
  background-color: #FFCE00;
  border: #FFCE00 2px solid;
}
#ctaprice a.linkbtn span {
  color: black;
}
#ctaprice a.linkbtn span .fa-angle-right {
  color: white;
}
#ctaprice a.linkbtn:hover {
  background-color: white;
}
#ctaprice a.linkbtn:hover span {
  color: black;
}
#ctaprice a.linkbtn:hover span .fa-angle-right {
  color: #FFCE00;
}

#top3.feature {
  background-color: #F8F7F5;
}
@media screen and (max-width: 768px) {
  #top3.feature h2 {
    margin-bottom: 40px;
  }
}

#top4.message {
  background: url(img/bg_message.svg) top right no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top4.message .box_wrap img {
    width: 200px;
    margin: 0 auto;
  }
  #top4.message.pbmain {
    padding-bottom: 0;
  }
}

#cta {
  background: url(img/bg_cta.png) center center no-repeat;
  background-size: cover;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #cta {
    padding: 20px 0;
  }
}
#cta .inner {
  width: 70%;
  margin: 0 auto;
  padding: 40px 60px;
}
@media screen and (max-width: 768px) {
  #cta .inner {
    padding: 10px;
  }
}
#cta .inner.in2 {
  padding: 0;
  margin-top: 20px;
}
@media screen and (max-width: 1280px) {
  #cta .inner {
    width: 100%;
  }
}
#cta .inner p strong {
  background-color: transparent;
}
#cta .inner .txt1 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #cta .inner .txt1 {
    line-height: 1.4;
  }
}
#cta .inner ul.checkmark {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#cta .inner ul.checkmark img {
  width: 100%;
  height: auto;
}
#cta .inner ul.checkmark li {
  margin-right: 10px;
  padding-left: 25px;
  font-weight: 600;
}
#cta .inner .hcontactbox {
  justify-content: center;
  align-items: center;
  background: none;
  padding: 0;
}
@media screen and (max-width: 960px) {
  #cta .inner .hcontactbox {
    text-align: center;
  }
}
#cta .inner .hcontactbox .htel {
  line-height: 1.2;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #cta .inner .hcontactbox .htel {
    margin: 10px 0;
  }
}
#cta .inner .hcontactbox .htel a {
  text-align: left;
}
#cta .inner .hcontactbox .htel a.telmark {
  background: url(img/icon_tel.svg) left 5px no-repeat;
  background-size: 45px;
  padding-left: 50px;
  display: inline-block;
  font-weight: bold;
  font-size: 46px;
  color: white;
}
@media screen and (max-width: 768px) {
  #cta .inner .hcontactbox .htel a.telmark {
    background: url(img/icon_tel.svg) left 5px no-repeat;
    background-size: 35px;
    font-size: 36px;
  }
}
#cta .inner .hcontactbox .htel .fssm {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #cta .inner .hcontactbox .htel .fssm {
    font-size: 13px;
  }
}
#cta .inner .hcontactbox .hmail a {
  font-size: 17px;
  border: #FFCE00 4px solid;
}
#cta .inner .hcontactbox .hmail a .fs2 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  #cta .inner .hcontactbox .hmail a .fs2 {
    font-size: 22px;
  }
}
#cta .inner .hcontactbox .hmail a:hover {
  background-color: white;
}
@media screen and (max-width: 960px) {
  #cta .inner .hcontactbox {
    display: block;
  }
}

#top5.news {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(231, 245, 252) 3%, rgba(255, 255, 255, 0) 100%);
}
#top5.news .sec.newsbox {
  position: relative;
}
@media screen and (max-width: 768px) {
  #top5.news .sec.newsbox {
    position: static;
  }
}
#top5.news .sec.newsbox .linkbtn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 4px 8px;
}
@media screen and (max-width: 768px) {
  #top5.news .sec.newsbox .linkbtn {
    position: static;
  }
}
#top5.news .sec.newsbox .linkbtn:hover {
  background-color: #128B91;
  color: white;
}

#top7.area {
  background: url(img/bg_area.svg) center center no-repeat, #F6FCFF;
  background-size: 10%;
}
@media screen and (max-width: 768px) {
  #top7.area {
    background-size: 150px;
  }
  #top7.area iframe {
    height: 250px;
  }
}

@media screen and (max-width: 768px) {
  .map iframe {
    height: 250px;
  }
}

/*動画配置*/
.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(18, 139, 145, 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: 0.5em 1em;
  font-size: 17px;
  display: block;
  color: #333;
  background: #F6FCFF;
  margin-bottom: 10px;
  font-weight: bold;
  border: #128B91 1px solid;
}
@media screen and (max-width: 768px) {
  .Label {
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px 30px 10px 10px;
    line-height: 1.8;
  }
}

.Label::before { /*タイトル横の矢印*/
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #128B91;
  border-right: 2px solid #128B91;
  -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;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .content {
    margin-bottom: 0;
  }
  .content p {
    margin-bottom: 0;
  }
}

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

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

.post-type-archive-faq .Label {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(18, 139, 145, 0.4);
  background-color: transparent;
  margin-bottom: 0.5em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .post-type-archive-faq .Label {
    padding: 10px 40px 10px 0;
    border-bottom: 1px solid rgba(18, 139, 145, 0.4);
    margin-bottom: 0;
    line-height: 1.4;
  }
}

.kyocho {
  color: #128B91;
  font-weight: bold;
  font-size: 22px;
}

.arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.arrow img {
  width: 100%;
  height: auto;
}
.arrow .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 160px solid transparent;
  border-left: 160px solid transparent;
  border-top: 60px solid #c6edef;
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .arrow .triangle {
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
    border-top: 30px solid #c6edef;
  }
}

.featurebox {
  background-color: white;
  padding: 40px 40px 20px 40px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .featurebox {
    padding: 40px 10px 10px 10px;
    margin-bottom: 30px;
  }
}
.featurebox h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0;
  color: #128B91;
  padding-left: 60px;
}
.featurebox h3 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .featurebox h3 {
    padding: 10px 0;
    margin-bottom: 10px;
  }
}
.featurebox h3 .flag {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 15px;
  color: black;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 10px 0;
  z-index: 2;
  text-align: center;
  background: #FFCE00;
  width: 80px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .featurebox h3 .flag {
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.featurebox h3 .flag strong {
  font-size: 24px;
  background-color: transparent;
}
.featurebox h3 .flag::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 40px solid #FFCE00;
  border-right: 40px solid #FFCE00;
  border-bottom: 20px solid transparent;
}
@media screen and (max-width: 768px) {
  .featurebox h3 .flag::after {
    border-left: 50px solid #FFCE00;
    border-right: 50px solid #FFCE00;
    border-bottom: 10px solid transparent;
  }
}
.featurebox h3 span {
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .featurebox .box_wrap {
    flex-direction: column-reverse;
  }
  .featurebox .box_wrap .w20 {
    margin-bottom: 10px;
  }
}
.featurebox.merit {
  padding-top: 20px;
}
.featurebox.merit .flag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: -40px;
  left: -50px;
  background: url(img/bg_merit.svg) center center no-repeat, transparent;
  background-size: 80px;
  width: 100px;
  height: 100px;
}
.featurebox.merit .flag img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .featurebox.merit .flag {
    top: -40px;
    left: 20px;
  }
}
.featurebox.merit .flag::after {
  border: none;
}
.featurebox.merit h3 {
  padding-left: 0;
  margin-bottom: 10px;
}
.featurebox.merit p {
  margin-bottom: 0;
}

.lpmessage .sec {
  position: relative;
}
.lpmessage .sec .messagebox {
  width: 70%;
  margin: 0 auto;
  background-color: #FFFDF5;
}
@media screen and (max-width: 768px) {
  .lpmessage .sec .messagebox {
    width: 100%;
    padding-bottom: 80px;
  }
}
.lpmessage .sec .messagebox img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .lpmessage .sec .messagebox img {
    width: 120px;
    right: -20px;
  }
}

.bg_left.bg_white {
  background-color: white;
}

.pricebox {
  background-color: white;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .pricebox {
    margin-bottom: 10px;
  }
}
.pricebox .price {
  color: #DF851E;
  font-weight: bold;
  font-size: 22px;
}
.pricebox .bb {
  border-bottom: rgba(18, 139, 145, 0.4) 1px solid;
  margin-bottom: 10px;
}

.flowbox {
  border: rgba(18, 139, 145, 0.1) 2px solid;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .flowbox.gap2 {
    justify-content: center;
    gap: 10px 0;
  }
}
.flowbox .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #F6FCFF;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.flowbox .icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .flowbox .icon {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
}
.flowbox .icon img {
  width: 80%;
}
.flowbox p {
  margin-bottom: 0;
}
.flowbox .ti {
  width: 20%;
  color: #128B91;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flowbox .ti {
    width: 100%;
    text-align: center;
  }
}
.flowbox .txt {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .flowbox .txt {
    width: 100%;
    text-align: left;
  }
}

.flow .arrow {
  margin-top: 0;
}
.flow .arrow .triangle {
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 20px solid #c6edef;
}

#service.sec1 .box_wrap div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: #8EDADE 2px solid;
  padding: 40px 40px 20px 40px;
  border-radius: 40px;
  position: relative;
  font-size: 17px;
}
#service.sec1 .box_wrap div img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #service.sec1 .box_wrap div {
    width: 100%;
    padding: 20px;
  }
}
#service.sec1 .box_wrap div img.check {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 40px;
}
#service.sec1 .box_wrap div img.illust {
  width: 150px;
}

#free.sec2 .inner {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #free.sec2 .inner {
    width: 100%;
  }
}
#free.sec6 {
  background-color: rgba(202, 231, 232, 0.6);
}
#free.sec6 h2 span {
  padding: 0 50px;
  background: url(img/icon_ribbon.svg) left center no-repeat, url(img/icon_ribbonR.svg) right center no-repeat;
  background-size: 30px;
}

.featurebox.free {
  padding-top: 20px;
}
.featurebox.free h3.bg_left {
  padding-left: 20px;
}
.featurebox.free h3.bg_left::before {
  left: 0;
}

#office.sec1 p {
  border-bottom: 1px dashed #00C3CC;
  padding-bottom: 20px;
}
#office.sec1 p.bnone {
  border: none;
}
#office.sec1 .bg_light {
  position: relative;
}
#office.sec1 .bg_light img {
  position: absolute;
  top: -40px;
  right: 40px;
  width: 160px;
}
@media screen and (max-width: 768px) {
  #office.sec1 .bg_light img {
    right: 0;
    top: -130px;
    width: 100px;
  }
}
#office h3 {
  color: #128B91;
  margin: 0 0 10px 0;
}
#office p strong {
  background-color: transparent;
}
#office dt {
  color: black;
  border-bottom: #128B91 2px solid;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #office dt {
    border-bottom: none;
  }
}
#office dd {
  border-bottom: #DCDCDC 2px solid;
}
#office.sec2 h3 {
  color: #128B91;
  border-bottom: #128B91 1px solid;
}

.page-inquiry #cta {
  background: none;
  text-align: center;
  padding: 0;
}
.page-inquiry #cta .inner {
  display: inline-block;
  border: #128b91 2px solid;
  padding: 20px;
}
.page-inquiry #cta .inner .hcontactbox .htel, .page-inquiry #cta .inner .hcontactbox .htel span.telmark {
  color: black;
}

.blogbox {
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .blogbox {
    padding: 10px 0;
  }
}
.blogbox p.post, .blogbox p.column {
  position: relative;
  border-bottom: #F8F7F5 1px solid;
  padding: 10px 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
}
.blogbox p.post img, .blogbox p.column img {
  width: 100%;
  height: auto;
}
.blogbox p.post.post a.tag, .blogbox p.column.post a.tag {
  background-color: #128b91;
  color: white;
}
.blogbox p.post.post a.tag:hover, .blogbox p.column.post a.tag:hover {
  background-color: #128b91;
}
.blogbox p.post.column a.tag, .blogbox p.column.column a.tag {
  background-color: #128B91;
}
.blogbox p.post .date, .blogbox p.column .date {
  font-size: 13px;
  color: #999;
  margin-right: 10px;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .blogbox p.post .date, .blogbox p.column .date {
    padding-left: 0;
    width: auto;
  }
}
.blogbox p.post a.tag, .blogbox p.column a.tag {
  display: inline-block;
  width: 10%;
  text-align: center;
  border-radius: 5px;
  padding: 4px 8px;
  color: white;
  font-size: 13px;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 80px;
  transition: filter 0.3s ease;
  position: relative;
  z-index: 2;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .blogbox p.post a.tag, .blogbox p.column a.tag {
    width: 150px;
    padding: 2px 4px;
    font-size: 11px;
  }
}
.blogbox p.post a:hover .tag, .blogbox p.column a:hover .tag {
  filter: brightness(0.8);
}
.blogbox p.post .ti, .blogbox p.column .ti {
  padding-bottom: 0;
  width: 70%;
}
.blogbox p.post:last-of-type, .blogbox p.column:last-of-type {
  border: none;
}
.blogbox p.post a.all, .blogbox p.column a.all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.blogbox p.post a.all:hover, .blogbox p.column a.all:hover {
  background: rgba(18, 139, 145, 0.1);
  opacity: 1;
  color: black;
}
.blogbox .post-categories a {
  background-color: rgba(18, 139, 145, 0.1);
  border: rgba(18, 139, 145, 0.4) 1px solid;
  border-radius: 5px;
  display: inline-block;
  padding: 2px 4px;
  font-size: 13px;
  margin-right: 10px;
  z-index: 2;
  position: relative;
  width: 10em;
  text-align: center;
}
.blogbox .tag a {
  background-color: rgba(255, 206, 0, 0.1);
  border: rgba(255, 206, 0, 0.4) 1px solid;
  border-radius: 5px;
  display: inline-block;
  padding: 2px 4px;
  font-size: 13px;
  margin-right: 10px;
  z-index: 2;
  position: relative;
  width: 10em;
  text-align: center;
}
.blogbox .tag a:hover {
  background-color: rgba(255, 206, 0, 0.6);
}

.single .blogbox {
  border: none;
}

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

.home .blogbox {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .home .blogbox {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .home .blogbox p .ti {
    padding-left: 0;
    display: block;
    width: 100%;
  }
}

.BLOG p.ti {
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 10px !important;
}
.BLOG a {
  transition: all 0.4s;
  border: 2px solid white;
  z-index: 1;
}
.BLOG a.all:hover {
  background: rgba(252, 252, 252, 0.1);
  border: 2px solid #128B91;
}
.BLOG .tag a {
  background-color: #128B91;
  padding: 3px 6px;
  color: white;
  border-radius: 9999px;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 9;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .BLOG .tag a {
    bottom: 5px;
    right: 0;
  }
}
.BLOG .tag a :hover {
  opacity: 0.6;
}
.BLOG .tag .cat2 a {
  background-color: rgba(18, 139, 145, 0.7);
}
.BLOG .tag .cat3 a {
  background-color: rgba(18, 139, 145, 0.4);
}

/*人気の記事*/
.popular.box_wrap {
  justify-content: flex-start;
}
.popular.box_wrap .popularbox {
  background-color: white;
  border: #FFCE00 1px solid;
  width: 32%;
  position: relative;
  margin-left: 1%;
  margin-bottom: 1%;
  padding: 10px;
}
.popular.box_wrap .popularbox:hover {
  border-color: #128B91;
}
.popular.box_wrap .popularbox:first-child, .popular.box_wrap .popularbox:nth-child(4) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .popular.box_wrap .popularbox {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.popular.box_wrap .popularbox .pic {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.popular.box_wrap a.all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popular.box_wrap a.all:hover {
  background-color: rgba(255, 206, 0, 0.1);
}
.popular.box_wrap .tag-list-popular {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.popular.box_wrap .tag-list-popular img {
  width: 100%;
  height: auto;
}
.popular.box_wrap .tag-list-popular a {
  background-color: rgba(255, 206, 0, 0.4);
  padding: 2px 6px;
  margin: 0 5px 0 0;
  font-size: 11px;
  z-index: 999;
}
.popular.box_wrap .tag-list-popular a:hover {
  background-color: #FFCE00;
  color: white;
}
.popular.box_wrap h3 {
  margin: 10px 0;
  font-size: 17px;
}

ul.tagbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
ul.tagbox img {
  width: 100%;
  height: auto;
}
ul.tagbox li {
  margin-bottom: 15px;
}
ul.tagbox li a {
  padding-left: 2px;
  background: url(img/icon_tag.svg) left center no-repeat;
  background-size: 20px;
  padding: 4px 8px 4px 25px;
  margin: 0 0 0 10px;
}
ul.tagbox li a:hover {
  border-bottom: #128B91 1px solid;
  color: #128B91;
}

.single ul.tagbox {
  justify-content: flex-end;
}

.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) {
  .lpfaqbox {
    margin-bottom: 10px;
  }
}
.lpfaqbox p.ti {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .lpfaqbox p.ti {
    font-size: 15px;
    line-height: 1.2;
  }
}

.lpfaqbox p.ti .q {
  color: #FFCE00;
}

.lpfaqbox {
  background: url(img/arrow_faq.svg) right center no-repeat;
  background-size: 10px;
}

.page-template-archive-news .blogbox,
.type-column .blogbox {
  border-bottom: rgba(18, 139, 145, 0.4) 1px solid;
}
.page-template-archive-news .blogbox .ti,
.type-column .blogbox .ti {
  font-weight: bold;
  font-size: 17px;
}

.column .blogbox .tag a {
  background-color: transparent;
  width: auto;
  position: relative;
  padding-left: 10px;
}
.column .blogbox .tag a::before {
  content: "#";
  color: #FFCE00;
}
.column .blogbox .tag a:hover {
  background-color: rgba(255, 206, 0, 0.4);
}

.single-column .site.start {
  font-size: 16px;
}
.single-column .site.start .postdate {
  background: url(img/icon_watch.svg) left center no-repeat;
  background-size: 15px;
  color: #666;
  padding-left: 20px;
}
.single-column .site.start .ctabox strong {
  background: none;
}
.single-column .site.start h2 strong, .single-column .site.start h3 strong, .single-column .site.start h4 strong, .single-column .site.start .columntop strong, .single-column .site.start th strong, .single-column .site.start td strong {
  background-image: none;
}
.single-column .site.start table.has-fixed-layout td a.btn {
  background-color: rgb(255, 123, 0);
  color: white;
  border-radius: 10px;
  padding: 6px 10px;
  width: 100%;
  display: block;
  text-align: center;
}
.single-column .site.start .blogbox {
  padding: 30px 0 20px 0;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .blogbox {
    padding-top: 0;
  }
}
.single-column .site.start h1 {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .single-column .site.start h1 {
    font-size: 32px;
    line-height: 1.4;
  }
}
.single-column .site.start h2 {
  background: url(img/icon_circle.svg) 20px center no-repeat, #EAF8F9;
  background-size: 10px;
  padding: 10px 10px 10px 40px;
  margin: 40px 0 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .single-column .site.start h2 {
    margin: 20px 0 20px;
    font-size: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .single-column .site.start h2 img {
    width: 100%;
    height: auto;
  }
}
.single-column .site.start h2 .po {
  background-color: rgba(18, 139, 145, 0.8);
  border-radius: 5px;
  padding: 2px 10px;
  margin-right: 10px;
  color: white;
}
@media screen and (max-width: 768px) {
  .single-column .site.start h2 .po {
    font-size: 18px;
    margin-right: 5px;
    padding: 2px 8px;
    margin-bottom: 5px;
  }
}
.single-column .site.start h3 {
  padding: 10px 20px;
  font-size: 24px;
}
.single-column .site.start h3 .po {
  color: #128B91;
}
.single-column .site.start .answer strong {
  background-color: transparent;
  color: #FFCE00;
  background-image: none;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .box_wrap.columntop .fssm {
    font-size: 12px;
  }
  .single-column .site.start .box_wrap.columntop .w10 {
    width: 20%;
    margin-bottom: 10px;
  }
  .single-column .site.start .box_wrap.columntop .w35 {
    width: 75%;
    margin-bottom: 10px;
  }
}
.single-column .site.start dt {
  font-weight: bold;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .single-column .site.start dt {
    width: 100%;
  }
}
.single-column .site.start dd {
  border: none;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .single-column .site.start dd {
    width: 100%;
  }
}
.single-column .site.start dd.aikun {
  color: #128B91;
}
.single-column .site.start ul {
  background-color: #f6fcff;
  padding: 20px;
  margin: 0;
  border: rgba(18, 139, 145, 0.1) 1px solid;
}
.single-column .site.start ul.tagbox {
  background-color: transparent;
  border: none;
}
.single-column .site.start ul.tagbox.all {
  justify-content: flex-start;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .single-column .site.start ul {
    padding: 10px;
  }
}
.single-column .site.start ul ul {
  background-color: transparent;
  border: none;
}
.single-column .site.start ul.taglink {
  border: none;
  background-color: transparent;
  padding: 0;
}
.single-column .site.start ul li {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .single-column .site.start ul li {
    line-height: 1.6;
  }
}
.single-column .site.start ul li strong {
  font-weight: bold;
  padding: 0 5px;
}
.single-column .site.start ul li strong.color_secondary {
  background-color: rgba(255, 206, 0, 0.2);
  background-image: none;
}
.single-column .site.start ul li:before {
  color: #00C3CC;
}
.single-column .site.start .pointbox {
  margin: 40px 0 10px 0;
  position: relative;
  border: #F37199 2px solid;
  border-radius: 20px;
  padding: 20px 20px 10px 20px;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .pointbox {
    padding: 10px 10px 0px 10px;
  }
}
.single-column .site.start .pointbox ul.point {
  border: none;
  background-color: transparent;
  padding: 0;
}
.single-column .site.start .pointbox ul.point li {
  counter-increment: mycount;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.single-column .site.start .pointbox ul.point li strong {
  border: none;
  background-color: rgba(243, 113, 153, 0.2);
  padding: 0 5px;
}
.single-column .site.start .pointbox ul.point li::before {
  content: counter(mycount) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #F37199;
}
.single-column .site.start .pointbox .po {
  position: absolute;
  font-size: 26px;
  font-weight: bold;
  color: #F37199;
  display: inline-block;
  top: -30px;
  left: 20px;
  padding-left: 40px;
  padding-right: 10px;
  background-color: white;
}
.single-column .site.start .pointbox .po::before {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 10px;
  font: var(--fa-font-solid);
  content: "\f058";
}
.single-column .site.start .matomeblock {
  background-color: rgba(255, 206, 0, 0.1);
  padding: 20px 20px 20px 20px;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .matomeblock {
    padding: 20px 15px 15px 15px;
    margin: 40px 0 20px 0;
  }
}
.single-column .site.start .matomeblock h2 {
  color: #DF851E;
  background: url(img/icon_matome.svg) left center no-repeat;
  background-size: 35px;
  padding: 0 0 0 35px;
  margin: 0;
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .matomeblock h2 {
    background: url(img/icon_columnmatome.svg) left top no-repeat;
    background-size: 30px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.single-column .site.start .matomeblock ul {
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .matomeblock ul {
    padding: 0;
    margin: 0;
  }
}
.single-column .site.start .matomeblock ul li {
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .matomeblock ul li {
    margin-bottom: 10px;
  }
}
.single-column .site.start .matomeblock ul li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 11px;
  height: 17px;
  border-right: 4px solid #DF851E;
  border-bottom: 4px solid #DF851E;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .matomeblock ul li::before {
    top: 15px;
    left: 0px;
  }
}
.single-column .site.start .matomeblock ul li strong {
  border-bottom: 2px solid #FFCE00;
}
.single-column .site.start #toc_container {
  background: #F9F9F9 !important;
  border: none !important;
  border-top: #128B91 4px solid !important;
  padding: 20px 40px 40px 40px !important;
}
@media screen and (max-width: 768px) {
  .single-column .site.start #toc_container {
    padding: 15px !important;
  }
}
.single-column .site.start #toc_container p.toc_title {
  text-align: left;
  font-size: 26px;
  color: #128B91;
  position: relative;
  background: none !important;
  left: 55px !important;
}
.single-column .site.start #toc_container p.toc_title::before {
  position: absolute;
  top: 50%;
  left: -55px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font: var(--fa-font-solid);
  content: "\f0ca";
  background-color: #128B91;
  color: white;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.single-column .site.start #toc_container p.toc_title::before img {
  width: 100%;
  height: auto;
}
.single-column .site.start #toc_container ul {
  border: none;
}
.single-column .site.start #toc_container ul li {
  margin-bottom: 5px;
  margin-left: 2em;
  text-indent: -2em;
}
.single-column .site.start #toc_container ul li a {
  font-weight: bold;
}
.single-column .site.start #toc_container ul li ul li a {
  font-weight: normal;
}
.single-column .site.start #toc_container ul li .toc_number {
  color: #128B91 !important;
  position: relative;
  font-weight: bold;
}
.single-column .site.start #toc_container ul li .toc_number::after {
  content: "｜";
}
.single-column .site.start .relatedbox {
  margin: 30px 0 0 0;
  position: relative;
  border: #FFCE00 2px solid;
  border-radius: 0px;
  padding: 20px 20px 10px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .relatedbox {
    padding: 20px 10px 10px 10px;
  }
}
.single-column .site.start .relatedbox .box_wrap {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .relatedbox .box_wrap .w20 {
    width: 30%;
  }
  .single-column .site.start .relatedbox .box_wrap .w75 {
    width: 65%;
  }
}
.single-column .site.start .relatedbox .dai {
  position: absolute;
  background: url(img/icon_related.svg) 10px center no-repeat, #FFCE00;
  background-size: 15px;
  color: white;
  padding: 4px 10px;
  display: inline-block;
  top: -20px;
  left: 20px;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .relatedbox .dai {
    left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.single-column .site.start .relatedbox h4 {
  margin: 0 0 5px 0;
  line-height: 1.6;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .relatedbox h4 {
    font-size: 15px;
    margin: 0;
  }
}
.single-column .site.start .relatedbox p {
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .relatedbox p {
    display: none;
  }
}
.single-column .site.start .relatedbox a.all:hover {
  background-color: rgba(255, 206, 0, 0.1);
}
.single-column .site.start h2.bg_left {
  background-image: none;
}
.single-column .site.start dl.recommend dt {
  width: 28%;
}
@media screen and (max-width: 768px) {
  .single-column .site.start dl.recommend dt {
    width: 100%;
  }
}
.single-column .site.start dl.recommend dd {
  width: 70%;
  border-bottom: #DEDDDA 1px solid;
}
@media screen and (max-width: 768px) {
  .single-column .site.start dl.recommend dd {
    width: 100%;
  }
}
.single-column .site.start .lpprofilebox {
  border: #128B91 1px solid;
  border-top: none;
  background: #FCFDFE;
  padding: 20px 30px 0 30px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-column .site.start .lpprofilebox img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .lpprofilebox {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.single-column .site.start .lpprofilebox .box_wrap {
  justify-content: space-between;
}
.single-column .site.start .lpprofilebox p.name, .single-column .site.start .lpprofilebox p.ti {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .lpprofilebox p.name, .single-column .site.start .lpprofilebox p.ti {
    margin-bottom: 10px;
  }
}
.single-column .site.start .lpprofilebox p.name {
  border-bottom: #999 1px solid;
  font-size: 22px;
  font-weight: normal;
}
.single-column .site.start .lpprofilebox p.name .fs1 {
  letter-spacing: 0px;
  font-size: 16px;
}
.single-column .site.start .lpprofilebox p.name .fs2 {
  letter-spacing: 0px;
  font-size: 15px;
  padding-left: 10px;
}
.single-column .site.start .lpprofilebox p.ti {
  font-size: 18px;
  color: #128B91;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .lpprofilebox p.ti {
    font-size: 16px;
    line-height: 1.4;
  }
}
.single-column .site.start .lpprofilebox p.txt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .lpprofilebox p.txt {
    font-size: 13px;
  }
}
.single-column .site.start .lpprofilebox .txtbox {
  width: 79%;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .lpprofilebox .txtbox {
    width: 100%;
  }
}
.single-column .site.start .lpprofilebox .picbox {
  width: 18%;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .lpprofilebox .picbox {
    margin: 0 auto;
    width: 80%;
  }
}
.single-column .site.start .lpprofilebox a {
  text-decoration: underline;
}
.single-column .site.start h2.lpprofile {
  width: 100%;
  border: rgba(18, 139, 145, 0.4) 2px solid;
  padding: 10px 15px;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: left;
  margin: 0;
  background: #ECF6FB;
}
@media screen and (max-width: 768px) {
  .single-column .site.start h2.lpprofile {
    border: #042F76 2px solid;
    font-size: 18px;
    padding: 10px;
  }
}
.single-column .site.start h2.lpprofile span {
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
.single-column .site.start 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: #128B91;
}
.single-column .site.start .popularbox h3 {
  background-color: transparent;
  border: none;
  padding-left: 0;
  line-height: 1.4;
}
.single-column table.tablestyle.has-fixed-layout thead,
.single-column table.has-fixed-layout thead {
  border: none;
}
.single-column table.tablestyle.has-fixed-layout tr,
.single-column table.has-fixed-layout tr {
  border-color: rgba(18, 139, 145, 0.4);
}
.single-column table.tablestyle.has-fixed-layout th,
.single-column table.has-fixed-layout th {
  border-color: white;
  background-color: #128B91;
}
@media screen and (max-width: 768px) {
  .single-column table.tablestyle.has-fixed-layout th,
  .single-column table.has-fixed-layout th {
    width: auto;
    display: table-cell;
    line-height: 1.2;
    padding: 5px;
  }
}
.single-column table.tablestyle.has-fixed-layout td,
.single-column table.has-fixed-layout td {
  border-color: rgba(18, 139, 145, 0.4);
}
@media screen and (max-width: 768px) {
  .single-column table.tablestyle.has-fixed-layout td,
  .single-column table.has-fixed-layout td {
    width: auto;
    display: table-cell;
    line-height: 1.2;
    padding: 5px;
  }
}
.single-column a.window {
  border-bottom: 1px solid #FFCE00;
}
.single-column a.window::before {
  color: #FFCE00;
}
.single-column h3, .single-column h3.bg_left {
  font-size: 22px;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  background-color: rgba(235, 239, 241, 0.4);
  border-bottom: rgba(18, 139, 145, 0.4) 2px solid;
}
@media screen and (max-width: 768px) {
  .single-column h3, .single-column h3.bg_left {
    font-size: 19px;
  }
}
.single-column h3::before, .single-column h3.bg_left::before {
  background-color: rgba(18, 139, 145, 0.4);
}
.single-column h3 strong, .single-column h3.bg_left strong {
  color: #FFCE00;
}
.single-column ul.check li::before {
  content: "";
  position: absolute;
  top: 5px;
  border-right: 5px solid #FFCE00;
  border-bottom: 5px solid #FFCE00;
}
.single-column .site.start #toc_container {
  width: 100%;
}
.single-column .site.start #toc_container .toc_number {
  color: #128B91;
  font-weight: bold;
}
.single-column.post-type-archive-ze .site.start h3 {
  background-color: transparent;
}
.single-column.post-type-archive-ze .site.start h2 {
  background: none;
}

.page-columnbox .three_box {
  border: 1px solid #F8F7F5;
  position: relative;
  transition: 0.4s;
}
.page-columnbox .three_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-columnbox .three_box p {
  line-height: 1.6;
  margin-bottom: 10px;
}
.page-columnbox .three_box h4 {
  font-size: 17px;
  line-height: 1.6;
  padding: 0 20px;
  margin: 0 0 20px 0;
}
.page-columnbox .three_box:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #FFCE00;
}
.page-columnbox .three_box:hover h4 {
  color: #FFCE00;
}

.post-type-archive-column .site.start .box_wrap {
  justify-content: space-around !important;
}

a.all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.all:hover {
  background-color: rgba(18, 139, 145, 0.05);
}

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

body .wp-pagenavi span.current {
  color: white;
  background: #128B91;
  border: #128B91 1px solid;
}

.breadcrumb {
  margin: 0 0 40px 20px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin: 0 0 20px 20px;
  }
}

.single .breadcrumb {
  margin-top: 120px;
  background-color: rgba(202, 231, 232, 0.2);
  padding: 10px 0 10px 20px;
  margin-left: 0;
  border-bottom: #128B91 2px solid;
}
@media screen and (max-width: 768px) {
  .single .breadcrumb {
    margin: 45px 0 20px 0;
    font-size: 13px;
  }
}

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

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

.cslider li.slidebox {
  width: 20vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  height: auto;
}

.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; /*ドットボタンの現在地表示の色*/
}

.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 */