@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&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: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: 7.5rem; /* 固定ヘッダの高さ分 */
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.05em;
  font-size: 15px;
  word-break: break-all;
  font-weight: 500;
  overflow: hidden;
}

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: #f3972e;
}

::selection {
  background-color: rgba(85, 147, 209, 0.4);
}

p {
  margin-bottom: 20px;
}

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

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

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

.udend {
  align-items: end !important;
}

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

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

@media screen and (max-width: 768px) {
  .sprev {
    flex-direction: row-reverse !important;
  }
  html {
    font-size: 1.33333vw;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@-webkit-keyframes scrollDownLine {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
@keyframes scrollDownLine {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
/*==================================================
ふわっ
===================================*/
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

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

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

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

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

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

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

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

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

.timing03 {
  animation-delay: 1s;
}

.timing04 {
  animation-delay: 1.5s;
}

.timing05 {
  animation-delay: 2s;
}

.timing06 {
  animation-delay: 2.5s;
}

.goRight {
  opacity: 0;
}

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

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
/* header
--------------------------------------------- */
.site-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  z-index: 999999;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  transition: 1s;
  height: 70px;
}
.site-header img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .site-header {
    padding: 10px;
    padding-top: 0;
    padding-right: 0;
    justify-content: space-between;
  }
}
.site-header ul.menu_navi li.home {
  display: none;
}
.site-header.HeightMin {
  position: fixed;
  background-color: #fff;
  align-items: baseline;
  z-index: 999999; /*最前面へ*/
  animation: DownAnime 0.3s forwards;
  border-bottom: #5593d1 1px solid;
}
.site-header.HeightMin ul.menu_navi li.nav_contact {
  display: none;
}
.site-header.HeightMin .menu-trigger {
  border-bottom: 1px solid #5593d1;
}

.site-branding {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.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: 768px) {
  .site-btn {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: auto;
  }
  .site-btn img {
    width: 100%;
    height: auto;
  }
}

.site-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  flex-direction: column;
  padding-left: 20px;
  line-height: 1.2;
}
.site-title img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .site-title {
    padding: 0;
  }
}
.site-title img {
  height: auto;
  width: 28rem;
  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;
  color: #5593d1;
}
@media screen and (max-width: 768px) {
  .site-title .site-description {
    display: none;
  }
}
.site-title .site-description:first-child {
  margin-left: 0;
}

.home .site-title {
  line-height: 0.9;
  margin-top: 2px;
}
@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;
  }
}

/* 下層header
--------------------------------------------- */
.page-header {
  background: url(img/submain_page.png) center center no-repeat;
  background-size: cover;
  padding: 6% 0;
  position: relative;
  padding: 5% 0;
}
@media screen and (max-width: 768px) {
  .page-header {
    padding: 25% 0 15%;
  }
}
@media screen and (max-width: 768px) {
  .page-header .sec {
    padding: 0;
  }
  .page-header .sec p {
    text-align: left;
  }
}
.page-header h1.page-title {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .page-header h1.page-title {
    padding: 0;
  }
}
.page-header h1.page-title .color_brown {
  color: #815e36;
}

.site.start {
  padding: 0;
}

.page-shinkoku .page-header {
  background: url(img/submain_shinkoku.png) center center no-repeat;
  background-size: cover;
  padding-top: 110px;
}
.page-shinkoku .page-header .sec {
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
.page-shinkoku .page-header .sec h1.page-title {
  padding-top: 0;
  border-bottom: #92885D 1px solid;
  margin: 0 20px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .page-shinkoku .page-header .sec h1.page-title {
    font-size: 20px;
    margin: 0;
  }
}
.page-shinkoku .page-header .sec p.txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.page-tax-saving .page-header {
  background: url(img/submain_tax.png) center center no-repeat;
  background-size: cover;
  padding-top: 110px;
}
.page-tax-saving .page-header .sec {
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
.page-tax-saving .page-header .sec h1.page-title {
  padding-top: 0;
  border-bottom: #92885D 1px solid;
  margin: 0 20px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .page-tax-saving .page-header .sec h1.page-title {
    margin: 0;
    font-size: 20px;
  }
}
.page-tax-saving .page-header .sec p.txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.page-free-consultation .page-header {
  background: url(img/submain_free.png) center center no-repeat;
  background-size: cover;
  padding-top: 110px;
}
.page-free-consultation .page-header .sec {
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
.page-free-consultation .page-header .sec h1.page-title {
  padding-top: 0;
  border-bottom: #92885D 1px solid;
  margin: 0 20px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .page-free-consultation .page-header .sec h1.page-title {
    margin: 0;
    font-size: 20px;
  }
}
.page-free-consultation .page-header .sec p.txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.page-fee .page-header {
  background: url(img/submain_page.png) center center no-repeat;
  background-size: cover;
  padding: 6% 0;
}
@media screen and (max-width: 768px) {
  .page-fee .page-header {
    padding: 25% 0 15%;
  }
}

.sec {
  background: unset;
  width: 90%;
  padding: 0 0px 60px;
  border-radius: unset;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 0;
  }
}

.page-profile .page-header {
  background: url(img/submain_page.png) center center no-repeat;
  background-size: cover;
  padding: 6% 0;
}
@media screen and (max-width: 768px) {
  .page-profile .page-header {
    padding: 25% 0 15%;
  }
}
.page-profile .page-header h1.page-title {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .page-profile .page-header h1.page-title {
    padding: 0;
  }
}
.page-profile .page-header .sec {
  background: unset;
  width: 90%;
  padding: 0 0px 60px;
  font-family: "Noto Serif JP", sans-serif;
  border-radius: unset;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-profile .page-header .sec {
    padding: 0;
  }
}

.page-case .page-header {
  background: url(img/submain_page.png) center center no-repeat;
  background-size: cover;
  padding: 6% 0;
}
@media screen and (max-width: 768px) {
  .page-case .page-header {
    padding: 25% 0 15%;
  }
}
.page-case .page-header h1.page-title {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .page-case .page-header h1.page-title {
    padding: 0;
  }
}
.page-case .page-header .sec {
  background: unset;
  width: 90%;
  padding: 0 0px 60px;
  font-family: "Noto Serif JP", sans-serif;
  border-radius: unset;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-case .page-header .sec {
    padding: 0;
  }
}

.page-privacy .page-header {
  background: url(img/submain_page.png) center center no-repeat;
  background-size: cover;
  padding: 6% 0;
}
@media screen and (max-width: 768px) {
  .page-privacy .page-header {
    padding: 25% 0 15%;
  }
}
.page-privacy .page-header h1.page-title {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .page-privacy .page-header h1.page-title {
    padding: 0;
  }
}
.page-privacy .page-header .sec {
  background: unset;
  width: 90%;
  padding: 0 0px 60px;
  font-family: "Noto Serif JP", sans-serif;
  border-radius: unset;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-privacy .page-header .sec {
    padding: 0;
  }
}

.page-inquiry .page-header {
  background: url(img/submain_page.png) center center no-repeat;
  background-size: cover;
  padding: 6% 0;
}
@media screen and (max-width: 768px) {
  .page-inquiry .page-header {
    padding: 25% 0 15%;
  }
}
.page-inquiry .page-header h1.page-title {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .page-inquiry .page-header h1.page-title {
    padding: 0;
  }
}
.page-inquiry .page-header .sec {
  background: unset;
  width: 90%;
  padding: 0 0px 60px;
  font-family: "Noto Serif JP", sans-serif;
  border-radius: unset;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-inquiry .page-header .sec {
    padding: 0;
  }
}

.post-type-archive-faq .page-header {
  background: url(img/submain_page.png) center center no-repeat;
  background-size: cover;
  padding: 6% 0;
}
@media screen and (max-width: 768px) {
  .post-type-archive-faq .page-header {
    padding: 25% 0 15%;
  }
}
.post-type-archive-faq .page-header h1.page-title {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .post-type-archive-faq .page-header h1.page-title {
    padding: 0;
  }
}
.post-type-archive-faq .page-header .sec {
  background: unset;
  width: 90%;
  padding: 0 0px 60px;
  font-family: "Noto Serif JP", sans-serif;
  border-radius: unset;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .post-type-archive-faq .page-header .sec {
    padding: 0;
  }
}

.page-template-archive-news .page-header {
  background: url(img/submain_page.png) center center no-repeat;
  background-size: cover;
  padding: 6% 0;
}
@media screen and (max-width: 768px) {
  .page-template-archive-news .page-header {
    padding: 25% 0 15%;
  }
}
.page-template-archive-news .page-header h1.page-title {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .page-template-archive-news .page-header h1.page-title {
    padding: 0;
  }
}
.page-template-archive-news .page-header .sec {
  background: unset;
  width: 90%;
  padding: 0 0px 60px;
  font-family: "Noto Serif JP", sans-serif;
  border-radius: unset;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-template-archive-news .page-header .sec {
    padding: 0;
  }
}

.post-type-archive-column .page-header {
  background: url(img/submain_page.png) center center no-repeat;
  background-size: cover;
  padding: 6% 0;
}
@media screen and (max-width: 768px) {
  .post-type-archive-column .page-header {
    padding: 25% 0 15%;
  }
}
.post-type-archive-column .page-header h1.page-title {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .post-type-archive-column .page-header h1.page-title {
    padding: 0;
  }
}
.post-type-archive-column .page-header .sec {
  background: unset;
  width: 90%;
  padding: 0 0px 60px;
  font-family: "Noto Serif JP", sans-serif;
  border-radius: unset;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .post-type-archive-column .page-header .sec {
    padding: 0;
  }
}

.category-news .page-header,
.categoryid-1 .page-header {
  background: url(img/submain_news.png) center center no-repeat;
  background-size: cover;
}

.category-blog .page-header,
.categoryid-4 .page-header {
  background: url(img/submain_blog.png) center center no-repeat;
  background-size: cover;
}

footer {
  width: 100%;
}

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

.footermenu {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.footermenu img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footermenu {
    width: 100%;
    padding-top: 20px;
    justify-content: flex-start;
    border-top: rgba(85, 147, 209, 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:first-child {
    margin-left: 0;
  }
}
.footermenu ul li {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .footermenu ul li {
    margin-bottom: 10px;
  }
}
.footermenu ul li a {
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.footermenu ul 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;
}
.footermenu ul li a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .footermenu ul li a {
    padding-left: 0;
    font-size: 13px;
  }
}
.footermenu ul li a .icon {
  width: 15px;
  display: flex;
  margin-right: 10px;
}
.footermenu ul li.sname {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .footermenu ul li.sname {
    border-top: #d2d2d2 1px solid;
    margin-top: 20px;
    padding-top: 20px;
  }
}
.footermenu ul li.sname li, .footermenu ul li.sname li a {
  font-size: 13px;
}

.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: #fff8f2 1px solid;
    border-bottom: #fff8f2 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: #5593d1;
  color: white;
  font-size: 11px;
  padding: 10px 0;
  letter-spacing: 3px;
}
#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;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .cbtn {
    display: none;
  }
}
.cbtn a {
  background-color: #5593d1;
  color: white;
  padding: 20px 20px;
  text-decoration: none;
  margin: 20px auto 0;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.cbtn a:hover {
  background-color: #142f56;
}

.cbtnSP_footer {
  display: none;
}
@media screen and (max-width: 960px) {
  .cbtnSP_footer {
    border-top: white 1px solid;
    background-color: #5593d1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    position: fixed;
    z-index: 99999;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    line-height: 1.2;
  }
  .cbtnSP_footer img {
    width: 100%;
    height: auto;
  }
  .cbtnSP_footer.js-on {
    opacity: 1;
  }
  .cbtnSP_footer div {
    padding: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .cbtnSP_footer div img {
    width: 100%;
    height: auto;
  }
  .cbtnSP_footer div:first-child, .cbtnSP_footer div:nth-child(2) {
    width: 20%;
  }
  .cbtnSP_footer div:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .cbtnSP_footer div:nth-child(3) {
    width: 60%;
  }
  .cbtnSP_footer a {
    color: white;
    font-weight: bold;
    padding: 10px 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 0;
    text-align: center;
  }
  .cbtnSP_footer a.mail {
    width: 80%;
    background-color: #296acb;
  }
  .cbtnSP_footer a.line {
    width: 20%;
    background-color: #06c755;
    margin-bottom: 0;
    border: none;
  }
  .cbtnSP_footer a img {
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .entry-content {
    margin-left: 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: 17px;
  }
}

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

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

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

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

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

.mt60 {
  margin-top: 60px;
}

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

.mleft {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .mleft {
    padding-left: 0;
  }
}

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

.pt40 {
  padding-top: 40px;
}

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

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

.pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pb100 {
    padding-bottom: 80px;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

.b_primary {
  border: #5593d1 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%;
  }
}

.sec_ttl {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 22px;
  }
}
.sec_ttl .icon {
  display: block;
  width: 30px;
  margin: 0 auto 20px;
}
.sec_ttl strong {
  font-size: 50px;
  vertical-align: sub;
}
@media screen and (max-width: 768px) {
  .sec_ttl strong {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    margin-bottom: 0;
  }
}

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

.kasouinner {
  margin-bottom: 40px;
}
.kasouinner.second {
  margin-bottom: 60px;
}

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

.rel {
  position: relative;
}

.ab {
  position: absolute;
}

.bl {
  display: inline-block;
}

.ilb {
  display: inline-block;
}

.sq1 {
  background-color: rgba(20, 47, 86, 0.1);
  padding: 10px;
}

.color_primary {
  color: #5593d1;
}

.color_secondary {
  color: #f3972e;
}

.color_red {
  color: #bc0000;
}

.color_white {
  color: white;
}

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

.bg_secondary {
  background-color: #f3972e;
}

.bg_light {
  background-color: #eff3f9;
}

.bg_light2 {
  background-color: #fff8f2;
}

.bg_beige {
  background-color: #f6e3d2;
}

.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(85, 147, 209, 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;
}

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

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

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

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

.w30 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .w30 {
    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%;
  }
}

.w65 {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .w65 {
    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: #5593d1;
}
.fuki.secondary {
  background-color: #f3972e;
}
.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: #5593d1;
}
.fuki.fukisecondary:after {
  border-top-color: #f3972e;
}
.fuki h2 {
  margin: 0;
  padding: 0;
}

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

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

ul.menu_navi {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
ul.menu_navi img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  ul.menu_navi {
    display: none;
  }
}
ul.menu_navi li {
  margin-left: 3rem;
  position: relative;
  display: inline-block;
  height: 100%;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
ul.menu_navi li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1280px) {
  ul.menu_navi li {
    margin-left: 2rem;
  }
}
ul.menu_navi li img {
  width: 60px;
}
ul.menu_navi li a {
  display: block;
}
ul.menu_navi li a::after {
  position: absolute;
  bottom: 2rem;
  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:first-child::before {
  content: none;
}
ul.menu_navi li a:hover {
  opacity: 1;
}
ul.menu_navi li:last-child {
  position: relative;
  background-color: #f3972e;
  transition: all 0.3s ease;
}
ul.menu_navi li:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("img/mail.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2.5rem;
}
ul.menu_navi li:last-child:hover {
  background-color: #5593d1;
}
ul.menu_navi li:last-child a {
  color: #fff;
  padding: 2rem 2rem 2rem 5rem;
}
ul.menu_navi li:last-child a:after {
  content: none;
}

.HeightMin .menu_navi li a::after {
  position: absolute;
  bottom: 0rem;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.HeightMin .menu_navi li a:hover::after {
  transform: scale(1, 1);
}
.HeightMin .menu_navi li:last-child a:hover::after {
  transform: scale(1, 1);
  background-color: #5593d1;
}

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

.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: 768px) {
  .menu-trigger {
    position: relative; /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 70px;
    height: 70px;
    background-color: #fff;
    z-index: 99999;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 18px;
    height: 3.5px;
    border-radius: 0px;
    background: #5593d1;
    width: 54%;
    background: #5593d1;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 24px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 35px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 45px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    top: 28px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 54%;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }
  .menu-trigger.active span:nth-of-type(3) {
    top: 40px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 54%;
  }
}
/* navmenu
--------------------------------------------- */
nav {
  position: fixed;
  z-index: 9999;
  top: -120%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  transition: all 0.6s;
  background-color: white;
  /*すりガラス風
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background-size: cover;
  */
  /*アクティブクラスがついたら位置を0に*/
}
nav.open {
  top: 0;
}
nav .menubox {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
nav p {
  padding: 0 0 0 10px;
  margin-bottom: 10px;
}
nav.open {
  display: block;
  z-index: 999;
}
nav.open ul {
  width: 80%;
  margin: auto;
  list-style: none;
}
nav.open ul li {
  border-bottom: rgba(85, 147, 209, 0.6) 1px solid;
}
nav.open ul li:first-child {
  border-bottom: rgba(85, 147, 209, 0.6) 1px solid;
}
nav.open ul li:last-child {
  border: none;
}
nav.open ul li a {
  font-size: 17px;
  text-decoration: none;
  padding: 10px 0;
  display: block;
}
nav.open ul li img {
  width: 150px;
}

.cbtnSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .cbtnSP {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 70px;
    width: 70px;
    height: 70px;
  }
  .cbtnSP img {
    width: 100%;
    height: auto;
  }
  .cbtnSP a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #5593d1;
    color: white;
    font-size: 22px;
  }
  .cbtnSP a img {
    width: 100%;
    height: auto;
  }
  .cbtnSP a img {
    width: 30px;
  }
}
.cbtnSP .mail {
  display: flex;
  align-items: center;
  justify-content: center;
}

@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 {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .two_box {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .two_box.pdsub {
    padding: 0;
  }
}
.two_box:first-child {
  margin: 0 0 1% 0;
}

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

.four_box {
  width: 24%;
  margin: 0 0 2% 1%;
}
@media screen and (max-width: 768px) {
  .four_box {
    width: 49%;
    margin: 0 0 2% 1%;
  }
  .four_box .pdsub {
    padding: 10px 0 0 0;
  }
  .four_box .pbsub {
    padding-bottom: 0;
  }
  .four_box h3 {
    font-size: 17px;
    margin-top: 20px;
  }
}
.four_box:first-child, .four_box:nth-child(4n+1) {
  margin: 0 0 2% 0;
}
@media screen and (max-width: 768px) {
  .four_box:first-child, .four_box:nth-child(4n+1) {
    margin: 0 0 2% 1%;
  }
}
@media screen and (max-width: 768px) {
  .four_box:nth-child(2n+1) {
    margin: 0 0 2% 0;
  }
}

.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: #5593d1 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: #5593d1;
  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: #5593d1;
}

/*横並び２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: row;
  flex-direction: column;
  justify-content: center;
}
.bgsliderBOX.type-tb .txtbox img {
  width: 100%;
  height: auto;
}

.ctabox {
  padding: 50px 10px 60px;
  background-image: url("img/cta_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ctabox h2 {
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .ctabox {
    padding: 40px 20px 50px;
    width: 100%;
  }
}
.ctabox .tel {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .ctabox .tel {
    font-size: 32px;
  }
}
.ctabox .inner {
  max-width: 900px;
  margin: 40px auto 0;
}
.ctabox .inner > .box_wrap {
  flex-wrap: nowrap;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .ctabox .inner > .box_wrap {
    display: block;
  }
}
.ctabox .item {
  width: 50%;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .ctabox .item {
    width: 100%;
  }
  .ctabox .item + .item {
    margin-top: 20px;
  }
}
.ctabox .item .icon {
  width: 35px;
}
.ctabox .item p {
  letter-spacing: 3px;
}
.ctabox .item span {
  display: block;
}
.ctabox .item.mail {
  padding: 30px 20px;
}
.ctabox .item .icon {
  margin-right: 10px;
}
.ctabox .linkBTN {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  border-radius: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ctabox .linkBTN {
    margin-top: 10px;
    padding: 15px 0;
  }
}
.ctabox .linkBTN .txt {
  display: flex;
  justify-content: center;
  width: 80%;
}
.ctabox .linkBTN .arrow {
  display: block;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .ctabox .linkBTN .arrow {
    width: 20px;
  }
}
.ctabox .linkBTN .arrow img {
  vertical-align: middle;
}
.ctabox .linkBTN:hover .arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.ctabox dl.time {
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.ctabox dl.time img {
  width: 100%;
  height: auto;
}
.ctabox dl.time dt {
  padding: 2px 8px;
  width: auto;
}
.ctabox dl.time dd {
  padding: 2px 8px;
  width: auto;
  margin: 0;
}
.ctabox .kagawa {
  gap: 10px;
  max-width: 800px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .ctabox .kagawa {
    margin: 20px auto 0;
  }
}
.ctabox .kagawa div {
  padding: 5px 20px;
}
@media screen and (max-width: 768px) {
  .ctabox .kagawa div {
    padding: 2px 4px;
    font-size: 13px;
  }
}
.ctabox .btn {
  margin: 40px auto 0;
}
.ctabox.cta_second .linkBTN {
  color: #fff;
}
.ctabox.cta_third {
  background-image: url("img/cta_bg02.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 10px;
}
@media screen and (max-width: 768px) {
  .ctabox.cta_third {
    position: relative;
    background: url(img/cta_bg.icon.svg) top center no-repeat, url("img/cta_bg_sp02.png") center center no-repeat;
    background-size: 250px, cover;
    padding: 60px 20px 40px 20px;
  }
}

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

h1 {
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}

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

h1.page-title {
  font-size: 36px;
  padding: 60px 0px 10px;
  border-bottom: 1px solid #92885d;
}
@media screen and (max-width: 768px) {
  h1.page-title {
    font-size: 22px;
    padding: 0px 0px;
  }
}

.single h1.page-title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 32px;
  border-bottom: none;
  padding: 60px 0px 0px;
}
@media screen and (max-width: 768px) {
  .single h1.page-title {
    font-size: 20px;
    padding: 0px;
    line-height: 1.6;
  }
}

h2 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 32px;
  margin: 80px 0 60px;
  position: relative;
  display: inline-block;
  line-height: 1.5;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
    margin: 40px 0 20px;
  }
}
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;
  font-weight: bold;
  font-family: "Noto Serif JP", sans-serif;
}
@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 {
  letter-spacing: 0.2em;
}

h3,
h4 {
  letter-spacing: 0.1em;
}
h3.bbline,
h4.bbline {
  border-bottom: 1px solid #5593d1;
}
h3.title,
h4.title {
  margin-top: 0;
  margin-bottom: 20px;
}
h3.plusen,
h4.plusen {
  border: none;
}
@media screen and (max-width: 768px) {
  h3.plusen,
  h4.plusen {
    padding-bottom: 0;
  }
}
h3.plusen::before,
h4.plusen::before {
  border: none;
}
h3.plusen .fssm,
h4.plusen .fssm {
  font-size: 13px;
  color: #5593d1;
}
h3.plusen.white,
h4.plusen.white {
  color: white;
}
h3.plusen.white .fssm,
h4.plusen.white .fssm {
  color: white;
}
h3.bbwhite,
h4.bbwhite {
  border-bottom: white 4px solid;
}
h3.twocolor,
h4.twocolor {
  border-bottom: 4px solid #d2d2d2;
}
h3.twocolor.bbwhite,
h4.twocolor.bbwhite {
  border-bottom: 4px solid white;
}
h3.twocolor::before,
h4.twocolor::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 40px;
  height: inherit;
  border-bottom: 4px solid #142f56;
}
@media screen and (max-width: 768px) {
  h3.twocolor,
  h4.twocolor {
    font-size: 24px;
    margin: 20px 0;
  }
}
h3.lrline,
h4.lrline {
  font-weight: bold;
  padding: 0 3em;
  width: fit-content;
  text-align: center;
  position: relative;
}
h3.lrline::before, h3.lrline::after,
h4.lrline::before,
h4.lrline::after {
  content: "";
  background: #5593d1;
  width: 2em;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
h3.lrline::before,
h4.lrline::before {
  left: 0;
}
h3.lrline::after,
h4.lrline::after {
  right: 0;
}
h3.twocolor,
h4.twocolor {
  border-bottom: 4px solid #d2d2d2;
  display: inline-block;
}
h3.twocolor:before,
h4.twocolor:before {
  border-bottom: 4px solid #142f56;
}
h3.shortline,
h4.shortline {
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
  border: none;
  margin-bottom: 40px;
  line-height: 1;
}
h3.shortline::after,
h4.shortline::after {
  content: "";
  background-color: #5593d1;
  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) {
  h3.shortline::after,
  h4.shortline::after {
    bottom: 0px;
    width: 1.5em;
  }
}
h3.bg_twocolor,
h4.bg_twocolor {
  font-weight: bold;
  padding: 0.5em 1em;
  background-color: #5593d1;
  color: #fff;
  overflow: hidden;
  position: relative;
}
h3.bg_twocolor::after,
h4.bg_twocolor::after {
  content: "";
  background-color: #eff3f9;
  opacity: 0.3;
  transform: rotate(-65deg);
  position: absolute;
  bottom: -250px;
  right: -250px;
  width: 30%;
  height: 500px;
}
h3.fuki1,
h4.fuki1 {
  font-weight: bold;
  padding: 0.3em 1em 0.5em;
  border-radius: 0 0 0 10px;
  border-left: 3px solid #5593d1;
  border-bottom: 3px solid #5593d1;
  position: relative;
}
h3.fuki1::before, h3.fuki1::after,
h4.fuki1::before,
h4.fuki1::after {
  content: "";
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  left: 30px;
}
h3.fuki1::before,
h4.fuki1::before {
  border-color: transparent;
  border-top-color: #5593d1;
  border-right-color: #5593d1;
  border-width: 10px;
  top: 100%;
  left: 26px;
}
h3.fuki1:after,
h4.fuki1:after {
  border-color: transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  border-width: 6.5px;
  top: 99%;
}
h3.fuki2,
h4.fuki2 {
  font-weight: bold;
  border: 3px solid #5593d1;
  padding: 0.5em 1em;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
}
h3.fuki2::before,
h4.fuki2::before {
  content: "";
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 30px;
  bottom: -3px;
}
h3.fuki2::after,
h4.fuki2::after {
  content: "";
  background-color: #5593d1;
  width: 20px;
  height: 3px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}
h3.bg_left,
h4.bg_left {
  background-color: #eff3f9;
  position: relative;
  padding: 10px 20px 10px 40px;
  margin-bottom: 20px;
  margin-top: 40px;
}
h3.bg_left::before,
h4.bg_left::before {
  position: absolute;
  top: 25%;
  left: 20px;
  width: 6px;
  height: 50%;
  content: "";
  border-radius: 3px;
  background: #5593d1;
}
h3.bg_bottom,
h4.bg_bottom {
  background-color: #eff3f9;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-bottom: #5593d1 solid 2px;
}
h3.bg_shift,
h4.bg_shift {
  position: relative;
  padding: 0.5rem 1rem calc(0.5rem + 10px);
  background: #eff3f9;
}
h3.bg_shift::before,
h4.bg_shift::before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid #5593d1;
}
h3.icon,
h4.icon {
  padding: 30px 40px;
  position: relative;
  border: 2px solid #5593d1;
  background: #fff;
}
h3.icon::before, h3.icon::after,
h4.icon::before,
h4.icon::after {
  position: absolute;
  content: "";
}
h3.icon::before,
h4.icon::before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #5593d1;
  border-radius: 50%;
  background: #fff;
}
h3.icon::after,
h4.icon::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
h3.icon i,
h4.icon i {
  color: #5593d1;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
h3.icon span,
h4.icon span {
  position: relative;
  z-index: 1;
}
h3.stitch,
h4.stitch {
  position: relative;
  text-align: center;
  border: 2px solid #5593d1;
  background: #fff;
}
h3.stitch::before, h3.stitch::after,
h4.stitch::before,
h4.stitch::after {
  position: absolute;
  content: "";
}
h3.stitch::before,
h4.stitch::before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #5593d1;
  border-radius: 50%;
  background: #fff;
}
h3.stitch::after,
h4.stitch::after {
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px dashed #5593d1;
  background: #fff;
}
h3.stitch i,
h4.stitch i {
  color: #5593d1;
  line-height: 60px;
  position: absolute;
  z-index: 2;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
h3.stitch span,
h4.stitch span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1.5rem;
}
h3.stitch span:before,
h3.stitch span:after,
h4.stitch span:before,
h4.stitch span:after {
  position: absolute;
  content: "";
}
h3.stitch span:before,
h4.stitch span:before {
  top: -34px;
  left: calc(50% - 34px);
  width: 68px;
  height: 40px;
  border: 2px dashed #5593d1;
  border-radius: 50vw 50vw 0 0;
}
h3.stitch span:after,
h4.stitch span:after {
  position: absolute;
  top: 4px;
  left: calc(50% - 32px);
  width: 64px;
  height: 10px;
  background: #fff;
}
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%);
}
h3.border_gradation,
h4.border_gradation {
  position: relative;
  padding: 10px 20px;
}
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%);
}
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%);
}
h3.kakoi_gradation span,
h4.kakoi_gradation span {
  display: block;
  padding: 1rem 2rem;
  background: #fff;
}
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;
}
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: #f3972e;
}
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;
}
h3.tag_kaku,
h4.tag_kaku {
  position: relative;
  display: inline-block;
  height: 64px;
  margin-left: 30px;
  padding: 10px 20px;
  color: #fff;
  background: #f3972e;
}
@media screen and (max-width: 768px) {
  h3.tag_kaku,
  h4.tag_kaku {
    height: 44px;
  }
}
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 #f3972e transparent transparent;
}
@media screen and (max-width: 768px) {
  h3.tag_kaku::before,
  h4.tag_kaku::before {
    border-width: 22px 30px 22px 0;
  }
}
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;
}
h3.ribbon1,
h4.ribbon1 {
  position: relative;
  padding: 10px 20px 10px 85px;
  background: #eff3f9;
}
h3.ribbon1 span,
h4.ribbon1 span {
  position: absolute;
  top: -10px;
  left: 20px;
  display: inline-block;
  width: 52px;
  height: 50px;
  text-align: center;
  background: #f3972e;
  color: white;
  z-index: 9;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  h3.ribbon1 span,
  h4.ribbon1 span {
    left: 10px;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
  }
}
h3.ribbon1 span:before,
h3.ribbon1 span:after,
h4.ribbon1 span:before,
h4.ribbon1 span:after {
  position: absolute;
  content: "";
  z-index: 1;
}
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 #5593d1;
}
h3.ribbon1 span:after,
h4.ribbon1 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 0;
  width: 0;
  border-left: 26px solid #f3972e;
  border-right: 26px solid #f3972e;
  border-bottom: 10px solid transparent;
}
h3.ribbon2,
h4.ribbon2 {
  background-color: #5593d1;
  color: white;
  text-align: center;
  padding: 10px 60px 10px 15px;
  width: 70%;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  h3.ribbon2,
  h4.ribbon2 {
    text-align: left;
  }
}
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: #5593d1;
}
@media screen and (max-width: 768px) {
  h3.ribbon2 .label,
  h4.ribbon2 .label {
    width: 40px;
  }
}
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) {
  h3.ribbon2 .label::after,
  h4.ribbon2 .label::after {
    border-left: 20px solid #fabd00;
    border-right: 20px solid #fabd00;
    border-bottom: 10px solid transparent;
  }
}
h3.ribbon3,
h4.ribbon3 {
  position: relative;
  margin: 1rem -10px;
  padding: 10px 20px;
  background: #f3972e;
  color: white;
}
h3.ribbon3::before, h3.ribbon3::after,
h4.ribbon3::before,
h4.ribbon3::after {
  position: absolute;
  content: "";
}
h3.ribbon3::before,
h4.ribbon3::before {
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #142f56;
  border-left: 10px solid transparent;
}
h3.ribbon3::after,
h4.ribbon3::after {
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #142f56;
  border-right: 10px solid transparent;
}
h3.stripe,
h4.stripe {
  padding: 10px 20px;
  position: relative;
  color: #fff;
  background: linear-gradient(-45deg, rgb(72.9583333333, 139.35, 205.7416666667) 25%, #5593d1 0, #5593d1 50%, rgb(72.9583333333, 139.35, 205.7416666667) 0, rgb(72.9583333333, 139.35, 205.7416666667) 75%, #5593d1 0);
  background-size: 20px 20px;
}
h3.first:first-letter,
h4.first:first-letter {
  font-size: 150%;
  color: #bc0000;
}
h3.symbol1,
h4.symbol1 {
  position: relative;
  overflow: hidden;
  padding: 10px 20px 10px 130px;
  border: 2px solid #5593d1;
}
@media screen and (max-width: 768px) {
  h3.symbol1,
  h4.symbol1 {
    padding: 10px 20px 10px 90px;
  }
}
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: #5593d1;
}
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;
}
h3.symbol2,
h4.symbol2 {
  position: relative;
  overflow: hidden;
  padding: 10px 20px 10px 130px;
  border-top: 3px solid #5593d1;
}
@media screen and (max-width: 768px) {
  h3.symbol2,
  h4.symbol2 {
    padding: 10px 20px 10px 90px;
  }
}
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: #5593d1;
}
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;
}
h3.symbol3,
h4.symbol3 {
  position: relative;
  overflow: hidden;
  padding: 10px 20px 10px 130px;
  word-break: break-all;
  border-top: 3px solid #5593d1;
  border-radius: 12px 0 0 0;
}
@media screen and (max-width: 768px) {
  h3.symbol3,
  h4.symbol3 {
    padding: 10px 20px 10px 90px;
  }
}
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: #5593d1;
}
h3.symbol4,
h4.symbol4 {
  position: relative;
  overflow: hidden;
  padding: 10px 20px 10px 80px;
  border: 3px solid #5593d1;
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  h3.symbol4,
  h4.symbol4 {
    padding: 15px 20px 15px 80px;
  }
}
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: #5593d1;
  text-align: center;
}
h3.symbol5,
h4.symbol5 {
  position: relative;
  height: 55px;
  line-height: 55px;
  margin-right: 100px;
  padding: 0 20px;
  word-break: break-all;
  color: #fff;
  background: #5593d1;
}
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: #5593d1 transparent transparent transparent;
}
h3.symbol5 span,
h4.symbol5 span {
  font-size: 36px;
  position: absolute;
  top: 0;
  right: -100px;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #5593d1;
}
h3.symbol6,
h4.symbol6 {
  position: relative;
  padding-left: 80px;
}
h3.symbol6 span,
h4.symbol6 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  color: white;
  background: #5593d1;
}
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 #5593d1;
}
h3.symbol7,
h4.symbol7 {
  position: relative;
  padding-left: 120px;
}
h3.symbol7 span,
h4.symbol7 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  color: #fff;
  border-radius: 10px;
  background: #f3972e;
}
h3.symbol7 span i,
h4.symbol7 span i {
  margin-right: 10px;
}
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 #f3972e;
}
h3.point,
h4.point {
  position: relative;
  padding: 10px 20px;
  color: #5593d1;
  border-radius: 0 10px 10px 10px;
  background: #eff3f9;
}
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: #5593d1;
}
h3.bgen,
h4.bgen {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
h3.bgen span.EN,
h4.bgen span.EN {
  display: block;
  color: rgba(85, 147, 209, 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) {
  h3.bgen span.EN,
  h4.bgen span.EN {
    width: 100%;
    font-size: 80px;
  }
}
h3.bgen span.JP,
h4.bgen span.JP {
  font-size: 17px;
  color: #5593d1;
  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;
}
h3.bgen.color_white span.EN,
h4.bgen.color_white span.EN {
  color: rgba(255, 255, 255, 0.1);
}
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 #f3972e;
  padding: 10px 30px;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
  background-color: white;
}
@media screen and (max-width: 768px) {
  a.linkbtn {
    margin: 40px 0 0 0;
    width: 100%;
    font-size: 17px;
  }
}
a.linkbtn span {
  position: relative;
  z-index: 3;
  color: #f3972e;
}
a.linkbtn:hover span {
  color: #fff;
}
a.linkbtn i {
  margin-left: 10px;
}
a.linkbtn.bg_primary {
  background-color: #5593d1;
}
a.linkbtn.bg_primary span {
  color: white;
}
a.linkbtn.bg_primary:hover {
  background-color: #5593d1;
}
a.linkbtn.bg_secondary {
  background-color: #f3972e;
}
a.linkbtn.bg_secondary span {
  color: white;
}
a.linkbtn.bg_secondary:hover {
  background-color: #fff;
  color: #f3972e;
}
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: 1;
  background: #f3972e;
  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;
  border-radius: 40px;
}

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

.goright:hover {
  color: #fff;
}

.goleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #5593d1;
  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: #5593d1;
}

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

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

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

.hoverblack:before {
  background: black;
}

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

/*中央から左右に*/
.gocenter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #5593d1;
  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 #f3972e;
  padding: 8px 30px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  outline: none;
  transition: all 0.2s linear;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .linkarrow {
    width: 95%;
    font-size: 15px;
  }
}
.linkarrow:hover {
  color: #f3972e;
  background-color: #fff !important;
}
.linkarrow::before {
  content: "";
  position: absolute;
  top: 52%;
  right: 42px;
  width: 30px;
  height: 3px;
  background: #fff;
  transition: all 0.2s linear;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .linkarrow::before {
    width: 20px;
    right: 18px;
  }
}
.linkarrow::after {
  content: "";
  position: absolute;
  top: 40.5%;
  right: 46px;
  width: 5px;
  height: 11px;
  background: #fff;
  transform: skewX(51deg);
  transition: all 0.2s linear;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .linkarrow::after {
    top: 43%;
    height: 6px;
    right: 20px;
  }
}
.linkarrow:hover::before {
  right: 5px;
  background: #f3972e;
}
.linkarrow:hover::after {
  right: 9px;
  background: #f3972e;
}
.linkarrow.bg_primary {
  background-color: rgba(85, 147, 209, 0.8);
  color: white;
  border: 1px solid #5593d1;
}
.linkarrow.bg_primary:hover {
  background-color: #5593d1;
  color: #5593d1;
}
.linkarrow.bg_primary:hover::before {
  background: #5593d1;
}
.linkarrow.bg_primary:hover::after {
  background: #5593d1;
}
.linkarrow.bg_primary::before {
  background: #fff;
}
.linkarrow.bg_primary::after {
  background: #fff;
}

/*下線が伸びて背景色*/
.linkborder {
  position: relative;
  color: #5593d1;
  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: #5593d1;
  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: #5593d1;
  text-decoration: none;
  outline: none;
  padding-right: 60px;
}
.linkarrowmove::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 85%;
  height: 1px;
  background: #5593d1;
  transition: all 0.3s;
}
.linkarrowmove::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 21px;
  /*矢印の形状*/
  width: 15px;
  height: 1px;
  background: #5593d1;
  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: #fff8f2;
}
.bordercircle span {
  display: block;
}
.bordercircle::before, .bordercircle::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #5593d1;
  transition: all 0.2s linear;
}
.bordercircle span::before,
.bordercircle span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #5593d1;
  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;
  flex-direction: row;
  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;
  flex-direction: row;
  width: 100%;
}
dl img {
  width: 100%;
  height: auto;
}
dl dt,
dl dd {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  dl dt,
  dl dd {
    padding-bottom: 2px;
  }
}
dl dt {
  width: 20%;
  border-bottom: #fff8f2 1px solid;
}
@media screen and (max-width: 768px) {
  dl dt {
    font-weight: bold;
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
  }
}
dl dd {
  width: 80%;
  border-bottom: #fff8f2 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: 15px;
  font-size: 17px;
}
ul.check li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 11px;
  height: 17px;
  border-right: 5px solid #e27676;
  border-bottom: 5px solid #e27676;
}

ul.count {
  display: block;
}

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

.single-column .count.first li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background-image: url("img/icon_chek.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

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

.single-column ul.count li {
  padding-left: 30px;
  margin-bottom: 15px;
}

ul.history .blo {
  padding-left: 40px;
  padding-bottom: 50px;
}
ul.history .blo::before {
  content: "";
  background: #f3972e;
  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 #f3972e;
  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 #f3972e;
}

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

.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 #ddd;
}
.tablestyle th,
.tablestyle td {
  border: solid 1px #ddd;
  padding: 20px 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .tablestyle th,
  .tablestyle td {
    display: block;
    padding: 0;
  }
}
.tablestyle th {
  width: 20%;
  background-color: #fff8f2;
  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;
}

table.primary {
  margin-bottom: 20px;
}
table.primary th {
  background-color: #5593d1;
}
table.primary td {
  color: black;
}
table.primary td.fi {
  background-color: #eff3f9;
  text-align: center;
  font-weight: bold;
}
table.primary th.bg1 {
  background-color: #eff3f9;
}
table.primary th.bg2 {
  background-color: #fff8f2;
}

table.bbprimary {
  border: none;
  margin-bottom: 20px;
}
table.bbprimary th {
  background-color: transparent;
  border: none;
  border-bottom: 4px solid #5593d1;
}
@media screen and (max-width: 768px) {
  table.bbprimary th {
    border-top: 2px solid #5593d1;
    border-bottom: none;
  }
}
table.bbprimary td {
  color: black;
  border: none;
  border-bottom: 2px solid #d2d2d2;
}
@media screen and (max-width: 768px) {
  table.bbprimary td {
    border-top: 1px dotted #d2d2d2;
    border-bottom: none;
    text-align: center;
  }
}
table.bbprimary td.fi {
  background-color: #eff3f9;
  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 #5593d1;
  }
}

.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 #5593d1;
  background-color: #5593d1;
}

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

.contactflow .gray {
  color: #bbb;
}

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

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

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

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

.field_wrap.last {
  border: none;
}

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

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

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

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

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

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

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

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

div.field_name.require:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 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: #5593d1 1px solid;
  cursor: pointer;
  text-align: center;
  position: relative;
  color: white;
  background: #5593d1;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

/*人気の記事*/
h2.popular {
  background-image: unset !important;
}

.popular.box_wrap {
  justify-content: flex-start;
}

.popular.box_wrap .popularbox {
  border: #f6dec4 1px solid;
  width: 32%;
  position: relative;
  margin-left: 1%;
  margin-bottom: 1%;
  padding: 10px;
}

.popular.box_wrap .popularbox:hover {
  border-color: #1c3e73;
}

.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(172, 145, 40, 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: #f6dec4;
  padding: 4px 8px;
  margin: 0 10px 0 0;
  font-size: 13px;
  z-index: 999;
}

.popular.box_wrap .tag-list-popular a:hover {
  background-color: #f6dec4;
  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 {
  background-color: rgba(243, 151, 46, 0.2);
  padding: 10px;
  margin: 0 0 0 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  ul.tagbox li a {
    margin: 0 0 0 5px;
    font-size: 13px;
  }
}
ul.tagbox li a span {
  display: flex;
  align-items: center;
  width: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  ul.tagbox li a span {
    margin-right: 5px;
  }
}

ul.tagbox li a:hover {
  background-color: rgba(243, 151, 46, 0.4);
}

.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;
  }
}
.Label::before {
  border-color: #ac9128;
}

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

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

.single-column .line_yellow {
  border-bottom: 10px solid #fffb96;
}

.single-column .site.start .postdate {
  font-size: 17px;
  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;
  margin: 0 0 0px 0;
}

@media screen and (max-width: 768px) {
  .single-column .site.start .blogbox {
    padding-top: 0;
  }
}
.single-column .toc-box {
  margin: 32px auto 0;
  background-color: #f3f4f6; /* (Tailwind gray-100) */
  padding: 24px 32px;
}
@media screen and (max-width: 768px) {
  .single-column .toc-box {
    padding: 15px;
  }
}

.single-column .toc-title {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  color: #0284c7; /* 青 (Tailwind sky-600) */
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 0;
  border-bottom: none;
}
.single-column .toc-title::after {
  content: none;
}

.single-column .toc-icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.single-column .toc-list {
  /* olタグのデフォルトの余白とリストスタイルをリセット */
  margin: 0;
  padding: 0;
  list-style: none;
  /* メインの番号 (1, 2, 3...) のカウンター */
  counter-reset: main-counter;
}

.single-column .toc-list li {
  margin-bottom: 12px;
}

.single-column .toc-list li a {
  text-decoration: none;
  color: #1f2937; /* (Tailwind gray-800) */
  font-weight: 700;
  font-size: 15px;
  /* 番号とテキストの間の線 */
  padding-left: 12px;
  display: flex; /* ::before とテキストを横並びにするため */
  align-items: center;
}

.single-column .toc-list li a:hover {
  color: #0284c7;
  text-decoration: underline;
}

.single-column .toc-list > li > a::before {
  counter-increment: main-counter;
  content: counter(main-counter); /* カウンターの値を表示 */
  font-weight: 700;
  color: #0284c7; /* 番号の色 */
  flex-shrink: 0; /* 番号部分が縮まないように */
  padding-right: 12px; /* 番号と | の間のスペース */
  border-right: 1px solid #5593d1; /* | (棒線) */
  margin-right: 12px; /* | とテキストの間のスペース */
}

.single-column .toc-sublist {
  margin-top: 12px;
  padding-left: 30px; /* サブリストのインデント */
  list-style: none;
  counter-reset: sub-counter;
}

.single-column .toc-sublist li a {
  font-size: 14px;
  font-weight: 400; /* サブリストは太字にしない */
}

/* ::before で番号 (3.1, 3.2...) を生成 */
.single-column .toc-sublist li a::before {
  counter-increment: sub-counter;
  /* 親カウンター(main-counter) と サブカウンター(sub-counter) を組み合わせる */
  content: counter(main-counter) "." counter(sub-counter);
  font-weight: 700;
  color: #0284c7; /* 番号の色 */
  flex-shrink: 0; /* 番号部分が縮まないように */
  padding-right: 12px; /* 番号と | の間のスペース */
  border-right: 1px solid #5593d1; /* | (棒線) */
  margin-right: 12px; /* | とテキストの間のスペース */
}

.single-column .site.start h2 {
  background-image: url(img/column_head.png);
  background-size: cover;
  background-position: center;
  padding: 22px;
  margin: 40px 0 20px;
  width: 100%;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .single-column .site.start h2 {
    padding: 10px;
  }
}

.single-column .site.start .ctabox h2 {
  background-image: unset;
}

@media screen and (max-width: 768px) {
  .single-column .site.start h2 {
    margin: 40px 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(28, 62, 115, 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 .po {
  color: #ac9128;
}

.single-column .site.start .answer strong {
  background-color: transparent;
  color: #ac9128;
  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 .kasouinner dt {
  font-weight: bold;
  width: 15%;
}

@media screen and (max-width: 768px) {
  .single-column .site.start dt {
    width: 100%;
  }
}
.single-column .site.start dt.aikun {
  color: #1c3e73;
}

.single-column .site.start .kasouinner 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: #1c3e73;
}

.single-column .site.start ul {
  background-color: #ebf7ff;
  padding: 20px 20px;
  border: #ebf7ff 1px solid;
}

.single-column .site.start ul.tagbox {
  background-color: transparent;
  border: none;
}

.single-column .site.start ul.tagbox.all,
.single-post .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 {
  font-weight: 400;
  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.back_yellow {
  background-color: #fffb96;
  margin-right: 10px;
}

.single-column .site.start ul li strong.color_secondary {
  background-color: rgba(172, 145, 40, 0.2);
  background-image: none;
}

.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 {
  padding: 20px 20px 20px 20px;
  margin: 40px 0 0 0;
  background-color: #fff8f2;
}

@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 {
  background: url(img/icon_columnmatome.svg) left center no-repeat;
  background-size: 50px;
  padding: 15px 0 15px 50px;
  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;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .single-column .site.start .matomeblock ul li {
    margin-bottom: 10px;
    padding-left: 30px;
  }
}
.single-column .site.start .matomeblock ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -20px;
  width: 20px;
  height: 20px;
  background-image: url("img/check_orange.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

@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 #f3972e;
  background-color: #fffb96;
}

.single-column .site.start #toc_container {
  background: #f9f9f9 !important;
  border: none !important;
  border-top: #1c3e73 4px solid !important;
}

.single-column .site.start #toc_container p.toc_title {
  text-align: left;
  font-size: 26px;
  color: #1c3e73;
  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: #1c3e73;
  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 a {
  font-weight: bold;
}

.single-column .site.start #toc_container ul li ul li a {
  font-weight: normal;
}

.single-column .site.start .relatedbox {
  margin: 30px 0 0 0;
  position: relative;
  border: #f3972e 2px solid;
  border-radius: 0px;
  padding: 20px 20px 10px 20px;
  position: relative;
}
.single-column .site.start .relatedbox + .relatedbox {
  margin-top: 50px;
}

@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, #f3972e;
  background-size: 15px;
  color: white;
  padding: 8px 10px;
  display: inline-block;
  top: -30px;
  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(172, 145, 40, 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: #5593d1 1px solid;
  border-top: none;
  padding: 20px 30px 0px 0px;
  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;
}

.single-column .site.start .lpprofilebox p.position {
  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: bold;
  margin-bottom: 10px;
}

.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: #1c3e73;
  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: 76%;
}

@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 30px;
    width: 80%;
  }
}
.single-column .site.start .lpprofilebox a {
  text-decoration: underline;
}

.single-column .site.start h2.lpprofile {
  width: 100%;
  border: #5593d1 1px solid;
  padding: 10px 15px;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: left;
  margin: 0;
  background: #e5f6ff;
}

@media screen and (max-width: 768px) {
  .single-column .site.start h2.lpprofile {
    border: #5593d1 1px 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: #042f76;
}

.single-column .site.start .popularbox h3 {
  background-color: transparent;
  border: none;
  padding-left: 0;
}

.single-column .site.start .popularbox h3::after {
  content: unset;
}

.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(28, 62, 115, 0.4);
}

.single-column table.tablestyle.has-fixed-layout th,
.single-column table.has-fixed-layout th {
  border-color: white;
  background-color: #1c3e73;
}

@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(28, 62, 115, 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 #ac9128;
}

.single-column a.window::before {
  color: #ac9128;
}

.single-column h3,
.single-column h3.bg_left {
  position: relative;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 26px;
  padding-left: 0px;
  border-bottom: #b9d5e6 3px solid;
}
@media screen and (max-width: 768px) {
  .single-column h3,
  .single-column h3.bg_left {
    font-size: 20px;
  }
}

.single-column h3::after {
  content: "";
  display: block;
  width: 12%;
  height: 3px;
  background-color: #5593d1;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.single-column h3::before,
.single-column h3.bg_left::before {
  background-color: rgba(28, 62, 115, 0.4);
}

.single-column h3 strong,
.single-column h3.bg_left strong {
  color: #ac9128;
}

.single-column ul.check li::before {
  content: "";
  position: absolute;
  top: 5px;
  border-right: 5px solid #ac9128;
  border-bottom: 5px solid #ac9128;
}

.single-column .site.start #toc_container {
  width: 100%;
}

.single-column .site.start #toc_container .toc_number {
  color: #1c3e73;
  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 #d2d2d2;
  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 #ac9128;
}

.page-columnbox .three_box:hover h4 {
  color: #ac9128;
}

a.all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.all:hover {
  background-color: rgba(28, 62, 115, 0.05);
}

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

body .wp-pagenavi span.current {
  color: white;
  background: #1c3e73;
  border: #142f56 1px solid;
}

.breadcrumb {
  margin: 0 0 60px 20px;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin: 0 0 20px 20px;
  }
}
.single .breadcrumb {
  margin-top: 80px;
  background-color: #d5d5d5;
  padding: 1px 0 1px 20px;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .single .breadcrumb {
    margin: 45px 0 20px 0;
    font-size: 13px;
  }
}
.single .price-table {
  width: 100%;
  border-collapse: collapse; /* 境界線を重ねる */
  border: 1px solid #5593d1;
}
.single .price-table th,
.single .price-table td {
  padding: 20px 30px;
  border-bottom: 1px solid #5593d1; /* 横の区切り線 (Tailwind sky-100) */
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 17px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .single .price-table th,
  .single .price-table td {
    padding: 20px 10px;
    font-size: 14px;
  }
}
.single .price-table thead th {
  background-color: #aacfe5; /* 薄い青 (Tailwind blue-200) */
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #5593d1;
}
.single .price-table thead th:last-child {
  border-right: none;
}
.single .price-table tbody td {
  background-color: #ffffff;
  border-right: 1px solid #5593d1;
}
.single .price-table tbody td:first-child {
  background-color: #e1f0f9;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .single .price-table tbody td:first-child {
    padding-left: 20px;
    line-height: 1.5;
  }
}
.single .price-table tbody td:last-child {
  border-right: none;
}
.single .other .price-table tbody td:first-child {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .single .other .price-table tbody td:first-child {
    padding-left: 10px;
  }
}
.single .special .price-table tbody td:first-child {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .single .special .price-table tbody td:first-child {
    padding-left: 10px;
  }
}
.single .price-amount {
  font-weight: 700;
  color: #c86b00;
  white-space: nowrap;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .single .price-amount {
    font-size: 18px;
  }
}
.single .price-yen {
  font-weight: 400;
  color: #333;
  margin-left: 0.1rem;
}

.single .blogbox, .archive .blogbox {
  padding: 0;
}

.single h1.page-title {
  margin-bottom: 20px;
}

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

ul.tagbox.columntop li a {
  background-color: transparent;
  padding: 0;
}
ul.tagbox.columntop li a:hover {
  color: #5593d1;
}

.wrap {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  overflow: hidden;
}
.wrap .mv_inner {
  background-image: url("img/main_slide1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 20px 0;
}
@media screen and (max-width: 768px) {
  .wrap .mv_inner {
    padding-top: 20%;
  }
}
.wrap .mv_inner .sec {
  position: relative;
}
@media screen and (max-width: 1400px) {
  .wrap .mv_inner .sec {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .wrap .mv_inner .sec {
    width: 100%;
  }
}
.wrap .mv_inner h2 {
  font-size: 28px;
  font-family: "Noto Serif JP", sans-serif;
  padding-bottom: 0;
  margin-top: 70px;
  margin-bottom: 40px;
  letter-spacing: 0.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 1400px) {
  .wrap .mv_inner h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .wrap .mv_inner h2 {
    width: 90%;
    margin: 0 auto;
    font-size: 5.2rem;
    letter-spacing: 0.8rem;
    line-height: 1.8;
  }
}
.wrap .mv_inner h2 p {
  margin-top: 20px;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .wrap .mv_inner h2 p {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.7;
    padding-left: 120px;
    font-size: 14px;
  }
}
.wrap .mv_inner .box_wrap {
  justify-content: flex-end;
}
@media screen and (max-width: 1400px) {
  .wrap .mv_inner .box_wrap {
    padding-left: 20%;
  }
}
@media screen and (max-width: 768px) {
  .wrap .mv_inner .box_wrap {
    padding-left: 0;
    margin-top: 10px auto 10px -8rem;
    align-items: flex-start !important;
  }
}
@media screen and (max-width: 1400px) {
  .wrap .mv_inner .box_wrap {
    align-items: end !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap .mv_inner .box_wrap {
    align-items: center !important;
  }
}
.wrap .mv_inner .box_wrap li {
  position: relative;
  width: 16rem;
}
.wrap .mv_inner .box_wrap li h4 {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 48%;
  width: 100%;
  letter-spacing: 0.2rem;
  font-size: 2.2rem;
  margin: 0;
  line-height: 1.4;
}
.wrap .mv_inner .box_wrap li h4 strong {
  font-size: 2.5rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .wrap .mv_inner .box_wrap li h4 strong {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .wrap .mv_inner .box_wrap li h4 {
    font-size: 3.4rem;
  }
}
.wrap .mv_inner .mvperson {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .wrap .mv_inner .mvperson {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .wrap .mv_inner .mv_txt {
    width: 60%;
  }
}
.wrap .mv_inner .mv_txt .box_wrap {
  justify-content: flex-start;
  gap: 0 1.5rem;
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  .wrap .mv_inner .mv_txt .box_wrap {
    margin-left: 0rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .wrap .mv_inner .mv_txt .box_wrap .w15 {
    width: 31.5%;
  }
}
.wrap .maintxt {
  position: absolute;
  font-size: 2.5em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 40px;
  font-weight: bold;
  color: #fff;
  z-index: 5;
  line-height: 1.2;
}
.wrap .maintxt .fssm {
  font-size: 0.5em;
}
@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: #5593d1;
  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.5;
  }
  .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: #5593d1;
  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: #5593d1;
  text-decoration: none;
}

#top1 h2 {
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  #top1 h2 {
    font-size: 5.8rem;
    letter-spacing: 0.6rem;
  }
}
#top1 p {
  line-height: 2.2;
}
#top1 .w55 {
  margin: 40px auto 0;
}
@media screen and (max-width: 1280px) {
  #top1 .w55 {
    width: 100%;
    margin: 20px auto 0;
  }
}
#top1 .gap1 {
  gap: 15px;
}
#top1 li {
  width: calc(50% - 2rem);
  background-color: #ffecdc;
  border-radius: 15px;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  #top1 li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top1 .solution .w60 {
    width: 65%;
  }
  #top1 .solution .w60 h3 {
    margin-top: 0px;
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 18px;
  }
  #top1 .solution .w30 {
    width: 30%;
  }
}

#top02 {
  background-color: #f3fbff;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #top02 {
    padding-bottom: 20px;
  }
}
#top02 h2 {
  font-family: "Noto Serif JP", sans-serif;
}
#top02 h2 .icon {
  display: block;
  width: 30px;
  margin: 0 auto 20px;
}
#top02 .box_wrap {
  gap: 0 60px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1280px) {
  #top02 .box_wrap {
    gap: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #top02 .box_wrap {
    display: block;
  }
}
#top02 .box_wrap .ttl {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  #top02 .box_wrap .ttl {
    font-size: 22px;
    margin-top: 0px;
  }
}
#top02 .box_wrap .ttl .sub {
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #top02 .box_wrap .ttl .sub {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
#top02 .box_wrap .item {
  background-color: #fff;
  padding: 0px 30px 40px;
}
@media screen and (max-width: 768px) {
  #top02 .box_wrap .item {
    padding: 30px 20px 40px;
    margin-top: 20px;
  }
}
#top02 .box_wrap .item .btn a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  #top02 .box_wrap .item .btn a {
    padding: 15px 0;
    width: 100%;
  }
}
#top02 .box_wrap .item .btn.color_secondary a {
  background-color: #f3972e;
}
#top02 .box_wrap .item .btn.color_primary a {
  background-color: #5593d1;
}
#top02 .box_wrap .item .btn .txt {
  display: flex;
  justify-content: center;
  width: 80%;
}
#top02 .box_wrap .item .btn .arrow {
  display: block;
  width: 30px;
}
#top02 .box_wrap .item .btn .arrow img {
  vertical-align: middle;
}

#top03 .sec .txt_box {
  display: flex;
  justify-content: center;
}
#top03 .sec .txt_box h3 {
  margin-top: 0;
  margin-right: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #top03 .sec .txt_box h3 {
    display: flex;
    font-size: 20px;
    margin-right: 0;
    margin-left: 0;
    line-height: 1.6;
    align-items: center;
  }
}
#top03 .sec .txt_box p {
  padding-right: 60px;
}
#top03 .sec .txt_box p strong {
  border-bottom: 5px solid #f6e59e;
}
@media screen and (max-width: 768px) {
  #top03 .sec .txt_box p {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #top03 .sec h3 .txt {
    width: 85%;
  }
}
#top03 .sec .number {
  width: 150px;
  display: block;
}
@media screen and (max-width: 768px) {
  #top03 .sec .number {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #top03 .sec .number_sp {
    width: 15%;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #top03 .list {
    margin-top: 20px;
  }
}
#top03 .list li {
  background-color: #fff8f2;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #top03 .list li {
    padding: 30px 20px;
  }
}
#top03 .list li + li {
  margin-top: 30px;
}
#top04 {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #top04 {
    padding-top: 50px;
  }
}
#top04 .box_wrap .txt p {
  margin-bottom: 0;
}
#top04 .ctabox {
  background-image: unset;
}
@media screen and (max-width: 768px) {
  #top04 .ctabox {
    padding: 10px 0 50px 0;
  }
  #top04 .ctabox .btn {
    margin-top: 0;
    padding: 0;
  }
}

#top05 {
  background-color: #f3fbff;
}
#top05 .case_wrap .heading span {
  display: block;
  font-weight: 500;
}
#top05 .case_wrap .heading h4 {
  margin-top: 10px;
}
#top05 .case_wrap .heading .img {
  width: 80px;
}
#top05 .case_wrap .heading .sub {
  font-size: 18px;
}
#top05 .case_wrap .box_wrap {
  flex-wrap: nowrap;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  #top05 .case_wrap > .box_wrap {
    display: block;
  }
}
#top05 .case_wrap li {
  padding: 20px;
  min-height: 370px;
}
#top05 .case_wrap .cont p {
  letter-spacing: inherit;
}
#top05 .ctabox {
  background-image: unset;
}
@media screen and (max-width: 768px) {
  #top05 .ctabox {
    padding: 0 0px 50px;
  }
  #top05 .ctabox .btn {
    margin-top: 0;
  }
}

#top06 .box_wrap {
  flex-wrap: nowrap;
  gap: 0 50px;
}
@media screen and (max-width: 768px) {
  #top06 .box_wrap {
    display: block;
    margin-top: 20px;
  }
}
#top06 li {
  padding: 50px 30px;
  border: 1px solid #f3972e;
  position: relative;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #top06 li {
    padding: 30px;
  }
}
#top06 li h4 {
  font-family: "Noto Serif JP", sans-serif;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #top06 li h4 {
    font-size: 20px;
  }
}
#top06 li .img {
  width: 70px;
  margin: 0 auto;
}
#top06 li::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  background-image: url("img/support_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}
#top06 li:nth-child(3) {
  padding: 45px 30px;
}
#top06 li:nth-child(3) h4 {
  margin-top: 0;
  line-height: 1.4;
}

#top07 {
  background-color: #f3fbff;
}
#top07 .ctabox {
  background-image: unset;
}
@media screen and (max-width: 768px) {
  #top07 .ctabox {
    padding: 40px 0 50px;
  }
}
#top07 .ctabox .btn {
  margin: 10px auto 40px;
}
#top07 .box_wrap {
  flex-wrap: nowrap;
  gap: 0 4rem;
}
@media screen and (max-width: 768px) {
  #top07 .box_wrap {
    flex-wrap: wrap;
    gap: 6rem 0rem;
    margin-top: 8rem;
  }
}
#top07 .box_wrap li {
  width: 28rem;
  border-radius: 50%;
  height: 28rem;
  display: flex;
  justify-content: center;
  flex-flow: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top07 .box_wrap li {
    width: 46%;
    height: 50rem;
  }
}
#top07 .box_wrap li h4 {
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top07 .box_wrap li h4 {
    font-size: 3.4rem;
    margin: 2rem 0 0;
  }
}
#top07 .box_wrap li:nth-child(2) .img {
  width: 8rem;
}
@media screen and (max-width: 768px) {
  #top07 .box_wrap li:nth-child(2) .img {
    width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  #top07 .box_wrap li:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -9rem;
    display: block;
    width: 9rem;
    border-top: 0.8rem solid #5593d1;
  }
  #top07 .box_wrap li:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: -10rem;
    left: -29rem;
    display: block;
    width: 45rem;
    border-top: 0.8rem solid #5593d1;
    transform: rotate(-40deg);
  }
}
#top07 .box_wrap li:nth-child(3) .img {
  width: 5rem;
}
@media screen and (max-width: 768px) {
  #top07 .box_wrap li:nth-child(3) .img {
    width: 13rem;
  }
}
#top07 .box_wrap li:last-child .img {
  width: 8rem;
}
@media screen and (max-width: 768px) {
  #top07 .box_wrap li:last-child .img {
    width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  #top07 .box_wrap li:last-child::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -9rem;
    display: block;
    width: 9rem;
    border-top: 0.8rem solid #5593d1;
  }
}
#top07 .box_wrap .img {
  width: 7rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top07 .box_wrap .img {
    width: 16rem;
  }
}

#top08 h2 {
  font-family: "Noto Serif JP", sans-serif;
}
#top08 .ctabox {
  background-image: unset;
}
#top08 .ctabox .btn {
  margin: 0px auto 40px;
}

.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: #5593d1;
}
.cd-fixed-bg.cd-bg-2 {
  background: #fff8f2;
}

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

#top04.profile .innerbox {
  position: relative;
}
#top04.profile .innerbox .txt {
  background: url(img/bg_message.svg) center center no-repeat;
  background-size: 100%;
  padding: 100px 120px;
  width: 70%;
  margin-left: 30%;
}
@media screen and (max-width: 1280px) {
  #top04.profile .innerbox .txt {
    background: #FFECDC;
    border-radius: 100px;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  #top04.profile .innerbox .txt {
    border-radius: 40px;
    padding: 20px;
    margin-left: 0;
    width: 100%;
  }
  #top04.profile .innerbox .txt .ml {
    margin-left: 200px;
  }
}
#top04.profile .innerbox .txt.LP {
  background: url(img/bg_messageLP.svg) center center no-repeat;
  background-size: 100%;
  padding: 90px 80px;
}
@media screen and (max-width: 1280px) {
  #top04.profile .innerbox .txt.LP {
    background: #FFF8F2;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  #top04.profile .innerbox .txt.LP {
    padding: 20px;
  }
}
#top04.profile .innerbox img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 450px;
}
@media screen and (max-width: 1280px) {
  #top04.profile .innerbox img {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  #top04.profile .innerbox img {
    width: 200px;
    bottom: 40px;
  }
  #top04.profile .innerbox img.LP {
    width: 150px;
    left: 20px;
    bottom: 20px;
  }
}

.home .blogbox, .archive .blogbox, .page-template-archive-news .blogbox {
  padding-bottom: 0;
  margin-bottom: 0;
}
.home .blogbox p.post, .home .blogbox p.column, .archive .blogbox p.post, .archive .blogbox p.column, .page-template-archive-news .blogbox p.post, .page-template-archive-news .blogbox p.column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 1em;
  position: relative;
  margin-bottom: 10px;
  border-bottom: rgba(85, 147, 209, 0.4) 1px solid;
  margin: 0;
  padding: 10px 0;
  font-size: 17px;
}
.home .blogbox p.post img, .home .blogbox p.column img, .archive .blogbox p.post img, .archive .blogbox p.column img, .page-template-archive-news .blogbox p.post img, .page-template-archive-news .blogbox p.column img {
  width: 100%;
  height: auto;
}
.home .blogbox p.post a.tag, .archive .blogbox p.post a.tag, .page-template-archive-news .blogbox p.post a.tag {
  background-color: rgba(85, 147, 209, 0.2);
  display: inline-block;
  width: 5em;
  padding: 2px 4px;
  text-align: center;
  z-index: 9;
  position: relative;
}
.home .blogbox p.post a.tag:hover, .archive .blogbox p.post a.tag:hover, .page-template-archive-news .blogbox p.post a.tag:hover {
  background-color: rgba(85, 147, 209, 0.4);
}
.home .blogbox p.column a.tag, .archive .blogbox p.column a.tag, .page-template-archive-news .blogbox p.column a.tag {
  background-color: rgba(243, 151, 46, 0.2);
  display: inline-block;
  width: 5em;
  padding: 2px 4px;
  text-align: center;
  z-index: 9;
  position: relative;
}
.home .blogbox p.column a.tag:hover, .archive .blogbox p.column a.tag:hover, .page-template-archive-news .blogbox p.column a.tag:hover {
  background-color: rgba(243, 151, 46, 0.4);
}

.archive .blogbox p.column, .page-template-archive-news .blogbox p.column {
  font-weight: bold;
}

/*動画配置*/
.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(85, 147, 209, 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: 8px 1em;
  font-size: 17px;
  display: block;
  color: #333;
  background: #fff8f2;
  margin-bottom: 5px;
  font-weight: bold;
  border: #fff8f2 1px solid;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .Label {
    font-size: 15px;
    margin-bottom: 20px;
    padding: 1em 1.5em 1em 1em;
    line-height: 1.5;
  }
}
.Label > p {
  display: flex;
}
.Label > p .ttl {
  display: block;
  margin: 0 15px;
}

.Label::before,
.Label::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #f3972e;
  border: 0;
  transition: opacity 0.2s ease;
}

/* 縦線 */
.Label::after {
  transform: translateY(-50%) rotate(90deg);
}

/* チェック時は縦線を消して「−」に */
.toggle:checked + .Label::after {
  opacity: 0;
}

/* 既存の開閉アニメはそのまま */
.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

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

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

.blogbox {
  padding: 20px 20px 20px 20px;
  position: relative;
}
.blogbox p.ti {
  border-bottom: #d2d2d2 1px solid;
}
.blogbox .date {
  font-size: 13px;
  color: #999;
  display: flex;
  align-items: center;
}
.blogbox .date span {
  display: flex;
  align-items: center;
  width: 20px;
  margin-right: 10px;
}
.blogbox:last-of-type {
  border: none;
  margin: 0 0 20px 0;
}
.blogbox a.all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blogbox a.all:hover {
  background: rgba(85, 147, 209, 0.1);
  opacity: 1;
  color: black;
}

.single .blogbox {
  border: none;
}

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

@media screen and (max-width: 768px) {
  .home .blogbox {
    padding: 10px 0;
  }
}
.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(255, 248, 242, 0.1);
  border: 2px solid #5593d1;
}
.BLOG .tag a {
  background-color: #5593d1;
  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(85, 147, 209, 0.7);
}
.BLOG .tag .cat3 a {
  background-color: rgba(85, 147, 209, 0.4);
}

.fee #sec01 .fs1 {
  line-height: 2;
}
.fee #sec01 .box_wrap {
  /* dl要素をGridレイアウトに */
  display: flex;
  /* 画像に合わせた青みがかった境界線 */
  border: 1px solid #5593d1; /* Tailwind blue-300 */
}
.fee #sec01 .box_wrap dt,
.fee #sec01 .box_wrap dd {
  padding: 15px; /* 20px */
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 3px;
}
.fee #sec01 .box_wrap dt {
  background-color: #e1f0f9; /* 薄い青 (Tailwind sky-50) */
  font-weight: 700;
  color: #0c4a6e; /* 濃い青 (Tailwind sky-900) */
  justify-content: center;
  border-bottom: 1px solid #93c5fd;
}
.fee #sec01 .box_wrap dd {
  background-color: #ffffff;
  border-bottom: 1px solid #93c5fd;
}
.fee #sec01 .box_wrap dd span {
  display: inline-block;
  margin-left: 10px;
}
.fee #sec01 .box_wrap dt:last-of-type,
.fee #sec01 .box_wrap dd:last-of-type {
  border-bottom: none;
}
.fee #sec02 {
  background-color: #f3fbff;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .fee #sec02 {
    padding-bottom: 60px;
  }
}
.fee #sec02 .sec_ttl {
  position: relative;
  border-bottom: solid 2px #b9d5e6;
}
.fee #sec02 .sec_ttl::after {
  content: "";
  display: block;
  width: 18%;
  height: 2px;
  background-color: #5593d1;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.fee #sec02 .plan h3 {
  position: relative;
  padding: 10px 30px;
  padding-left: 20px;
  font-weight: 700;
  color: #333;
}
.fee #sec02 .plan h3::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 50%;
  background-color: #3b82f6;
  border-radius: 3px;
}
.fee #sec02 .plan-item {
  background-color: #fff; /* 薄い青 (Tailwind sky-50) */
  border: 1px solid #5593d1; /* 青い境界線 (Tailwind sky-200) */
  border-radius: 20px;
  padding: 25px 20px;
  margin-bottom: 20px;
}
.fee #sec02 .plan-title-wrapper {
  display: flex;
  align-items: baseline; /* テキストのベースラインを揃える */
  flex-wrap: wrap; /* スマホで折り返す */
}
.fee #sec02 .plan-title-wrapper h4 {
  font-weight: 700;
  color: #5593d1; /* 青 (Tailwind sky-600) */
  margin: 0;
  line-height: 1.3;
}
.fee #sec02 .plan-tag {
  background-color: #5593d1; /* 青 (Tailwind sky-600) */
  color: #ffffff;
  font-size: 16px;
  padding: 3px 8px;
  margin-left: 10px;
}
.fee #sec02 .plan-tag.light {
  background-color: #8ad0f5;
}
.fee #sec02 .plan-tag.special {
  background-color: #2d5985;
}
.fee #sec02 .plan-content {
  margin-top: 10px;
}
.fee #sec02 .plan-description {
  font-weight: 700;
  margin: 0;
}
.fee #sec02 .plan-supplement {
  font-weight: 700;
}
.fee #sec02 .plan-price {
  font-size: 20px; /* 30px */
  font-weight: 700;
  line-height: 1;
  white-space: nowrap; /* 改行させない */
  color: #c86b00;
}
@media screen and (max-width: 768px) {
  .fee #sec02 .plan-price {
    font-size: 16px;
  }
}
.fee #sec02 .plan-calc {
  font-weight: 700;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0;
  margin-top: 10px;
  letter-spacing: 2px;
}
.fee #sec02 .calc-price {
  font-size: 20px; /* 24px */
  font-weight: 700;
  margin: 0 5px;
  white-space: nowrap;
  color: #c86b00;
}
@media screen and (max-width: 768px) {
  .fee #sec02 .calc-price {
    font-size: 16px;
  }
}
.fee #sec02 .calc-total {
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  color: #c86b00;
}
@media screen and (max-width: 768px) {
  .fee #sec02 .calc-total {
    font-size: 16px;
  }
}
.fee #sec02 .calc-yen {
  color: #93c5fd;
  display: inline-block;
  margin: 0 3px;
}
.fee #sec02 .plan-section.basic {
  margin: 40px 0;
}
.fee #sec02 .plan-section.basic .price-table th,
.fee #sec02 .plan-section.basic .price-table td {
  width: 50%;
}
.fee #sec02 .plan-section.special {
  margin: 40px 0 0;
}
.fee #sec02 .plan-section.special .price-table th,
.fee #sec02 .plan-section.special .price-table td {
  width: 50%;
}
.fee #sec02 .plan-section .plan-header {
  color: #ffffff;
  padding: 3px 20px;
  background-color: #5593d1;
}
.fee #sec02 .plan-section .plan-header.light {
  background-color: #8ad0f5;
}
.fee #sec02 .plan-section .plan-header.special {
  background-color: #2d5985;
}
.fee #sec02 .plan-section .table-wrapper {
  /* スマホでテーブルがはみ出た場合に横スクロール */
  overflow-x: auto;
  margin-top: 30px;
}
.fee #sec02 .plan-section .price-table {
  width: 100%;
  border-collapse: collapse; /* 境界線を重ねる */
  border: 1px solid #5593d1;
}
.fee #sec02 .plan-section .price-table th,
.fee #sec02 .plan-section .price-table td {
  padding: 20px 30px;
  border-bottom: 1px solid #5593d1; /* 横の区切り線 (Tailwind sky-100) */
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .fee #sec02 .plan-section .price-table th,
  .fee #sec02 .plan-section .price-table td {
    padding: 20px 10px;
    font-size: 14px;
  }
}
.fee #sec02 .plan-section .price-table thead th {
  background-color: #aacfe5; /* 薄い青 (Tailwind blue-200) */
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #5593d1;
}
.fee #sec02 .plan-section .price-table thead th:last-child {
  border-right: none;
}
.fee #sec02 .plan-section .price-table tbody td {
  background-color: #ffffff;
  border-right: 1px solid #5593d1;
}
.fee #sec02 .plan-section .price-table tbody td:first-child {
  background-color: #e1f0f9;
  padding-left: 8rem;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .fee #sec02 .plan-section .price-table tbody td:first-child {
    padding-left: 20px;
    line-height: 1.5;
    width: auto;
  }
}
.fee #sec02 .plan-section .price-table tbody td:last-child {
  border-right: none;
}
.fee #sec02 .plan-section .other .price-table tbody td:first-child {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .fee #sec02 .plan-section .other .price-table tbody td:first-child {
    padding-left: 10px;
  }
}
.fee #sec02 .plan-section.special .price-table tbody td:first-child {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .fee #sec02 .plan-section.special .price-table tbody td:first-child {
    padding-left: 10px;
  }
}
.fee #sec02 .plan-section .price-amount {
  font-weight: 700;
  color: #c86b00;
  white-space: nowrap;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .fee #sec02 .plan-section .price-amount {
    font-size: 18px;
  }
}
.fee #sec02 .plan-section .price-yen {
  font-weight: 400;
  color: #333;
  margin-left: 0.1rem;
}
.fee #sec02 .plan-section .conditions-list {
  margin: 0;
  list-style-type: disc; /* 黒丸 */
  text-align: left;
}
.fee #sec03 {
  background-color: #fffef5;
  padding-bottom: 60px;
  /* スマホ (640px未満) */
}
.fee #sec03 .sec_ttl {
  position: relative;
  border-bottom: solid 2px #f6e59e;
}
.fee #sec03 .sec_ttl::after {
  content: "";
  display: block;
  width: 18%;
  height: 2px;
  background-color: #e2b967;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.fee #sec03 .plan h3 {
  position: relative;
  padding: 10px 30px;
  padding-left: 20px;
  font-weight: 700;
  color: #333;
}
.fee #sec03 .plan h3::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 50%;
  background-color: #f3972e;
  border-radius: 3px;
}
.fee #sec03 .plan-item {
  background-color: #fff; /* 薄い青 (Tailwind sky-50) */
  border: 1px solid #f3972e; /* 青い境界線 (Tailwind sky-200) */
  border-radius: 20px;
  padding: 25px 20px;
  margin-bottom: 20px;
}
.fee #sec03 .plan-title-wrapper {
  display: flex;
  align-items: baseline; /* テキストのベースラインを揃える */
  flex-wrap: wrap; /* スマホで折り返す */
}
.fee #sec03 .plan-title-wrapper h4 {
  font-weight: 700;
  color: #5593d1; /* 青 (Tailwind sky-600) */
  margin: 0;
  line-height: 1.3;
}
.fee #sec03 .plan-content {
  margin-top: 1rem;
}
@media (max-width: 639px) {
  .fee #sec03 {
    /* 費用例1 */
    /* 費用例2,3,4 */
  }
  .fee #sec03 .plan-content.type-simple {
    flex-direction: column;
    align-items: flex-start;
  }
  .fee #sec03 .plan-price {
    margin-top: 10px;
    align-self: flex-end; /* 金額だけ右寄せ */
  }
  .fee #sec03 .plan-calc {
    flex-direction: column;
    align-items: flex-start;
  }
  .fee #sec03 .calc-total {
    margin-top: 10px;
    align-self: flex-end; /* 合計金額だけ右寄せ */
  }
}
.fee #sec03 .plan-description {
  font-weight: 700;
  margin: 0;
}
.fee #sec03 .plan-supplement {
  font-weight: 700;
}
.fee #sec03 .plan-price {
  font-size: 20px; /* 30px */
  font-weight: 700;
  line-height: 1;
  white-space: nowrap; /* 改行させない */
  color: #c86b00;
}
@media screen and (max-width: 768px) {
  .fee #sec03 .plan-price {
    font-size: 16px;
  }
}
.fee #sec03 .plan-calc {
  font-weight: 700;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0;
  margin-top: 10px;
  letter-spacing: 2px;
}
.fee #sec03 .calc-price {
  font-size: 20px; /* 24px */
  font-weight: 700;
  margin: 0 5px;
  white-space: nowrap;
  color: #c86b00;
}
@media screen and (max-width: 768px) {
  .fee #sec03 .calc-price {
    font-size: 16px;
  }
}
.fee #sec03 .calc-total {
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  color: #c86b00;
}
@media screen and (max-width: 768px) {
  .fee #sec03 .calc-total {
    font-size: 16px;
  }
}
.fee #sec03 .calc-yen {
  color: #f3972e;
  display: inline-block;
  margin: 0 3px;
}
.fee #sec03 .plan-section {
  /* 金額 (オレンジ) */
  /* ご利用いただける方 (リスト) */
}
.fee #sec03 .plan-section .table-wrapper {
  /* スマホでテーブルがはみ出た場合に横スクロール */
  overflow-x: auto;
  margin-top: 30px;
}
.fee #sec03 .plan-section .price-table {
  width: 100%;
  border-collapse: collapse; /* 境界線を重ねる */
  border: 1px solid #f3972e;
}
.fee #sec03 .plan-section .price-table th,
.fee #sec03 .plan-section .price-table td {
  padding: 20px 30px;
  border-bottom: 1px solid #f3972e; /* 横の区切り線 (Tailwind sky-100) */
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 17px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .fee #sec03 .plan-section .price-table th,
  .fee #sec03 .plan-section .price-table td {
    font-size: 14px;
    padding: 20px;
  }
}
.fee #sec03 .plan-section .price-table thead th {
  background-color: #ffecdc; /* 薄い青 (Tailwind blue-200) */
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #f3972e;
}
.fee #sec03 .plan-section .price-table thead th:last-child {
  border-right: none;
}
.fee #sec03 .plan-section .price-table tbody td {
  background-color: #ffffff;
  border-right: 1px solid #f3972e;
}
.fee #sec03 .plan-section .price-table tbody td:first-child {
  background-color: #fff8f2;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .fee #sec03 .plan-section .price-table tbody td:first-child {
    padding-left: 10px;
  }
}
.fee #sec03 .plan-section .price-table tbody td:last-child {
  border-right: none;
}
.fee #sec03 .plan-section .other .price-table tbody td:first-child {
  padding-left: 0;
}
.fee #sec03 .plan-section.special .price-table tbody td:first-child {
  padding-left: 0;
}
.fee #sec03 .plan-section .price-amount {
  font-weight: 700;
  color: #c86b00;
  white-space: nowrap;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .fee #sec03 .plan-section .price-amount {
    padding-left: 0px;
    font-size: 16px;
  }
}
.fee #sec03 .plan-section .price-yen {
  font-weight: 400;
  color: #333;
  margin-left: 0.1rem;
}
.fee #sec03 .plan-section .conditions-list {
  margin: 0;
  list-style-type: disc; /* 黒丸 */
  text-align: left;
}

.profile #sec01 .name {
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .profile #sec01 .name {
    font-size: 30px;
  }
}
.profile #sec01 .fs1 {
  line-height: 2;
}
.profile #sec02 {
  /* tr (行) に下線を引く */
  /* 最後の行の区切り線を削除 */
  /* th (見出し: 氏名, 出身...) */
  /* td (内容) */
}
.profile #sec02 .profile-img {
  width: 90%;
  margin: 0 auto;
}
.profile #sec02 .profile-box {
  position: relative;
  margin: 0rem auto 150px;
  background-color: #ffffff; /* ボックス自体は白 */
  border: 1px solid #aacfe5; /* 青い境界線 (Tailwind sky-200) */
  border-radius: 8px;
  padding: 20px;
}
.profile #sec02 .profile-table {
  width: 100%;
  border-collapse: collapse; /* 境界線を重ねる */
  margin: 0;
}
.profile #sec02 .profile-table th,
.profile #sec02 .profile-table td {
  padding: 15px 0 10px;
  display: block;
  width: 100%;
  margin: 0;
  text-align: left;
}
.profile #sec02 .profile-table tr {
  border-bottom: 1px solid #aacfe5; /* 薄い区切り線 (Tailwind sky-100) */
}
.profile #sec02 .profile-table tr:last-child {
  border-bottom: none;
}
.profile #sec02 .profile-table th {
  font-weight: 700;
  color: #333; /* 濃い青 (Tailwind sky-900) */
  padding-right: 20px; /* tdとの間の余白 */
  white-space: nowrap; /* 見出しが改行しないように */
  /* 見出し列の幅を固定 */
  border-bottom: 1px solid #aacfe5;
}
@media screen and (max-width: 768px) {
  .profile #sec02 .profile-table th {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.profile #sec02 .profile-table td {
  line-height: 1.8; /* 経歴などの長い文章を読みやすく */
}
.profile #sec02 .profile-img_sp {
  position: absolute;
  bottom: -170px;
  max-width: 180px;
  right: 0;
}
.profile #sec03 .table-wrapper {
  /* スマホでテーブルがはみ出た場合に横スクロール */
  overflow-x: auto;
  border: 1px solid #5593d1; /* 薄い青の線 */
  overflow: hidden; /* 角丸を内部にも適用 */
}
.profile #sec03 .summary-table {
  width: 100%;
  border-spacing: 0;
}
.profile #sec03 .summary-table th,
.profile #sec03 .summary-table td {
  padding: 20px 20px;
  border-bottom: 1px solid #5593d1; /* 横の区切り線 */
}
@media screen and (max-width: 768px) {
  .profile #sec03 .summary-table th,
  .profile #sec03 .summary-table td {
    padding: 15px;
    text-align: left;
  }
}
.profile #sec03 .summary-table tr:last-child th,
.profile #sec03 .summary-table tr:last-child td {
  border-bottom: none;
}
.profile #sec03 .summary-table th {
  background-color: #e1f0f9; /* 薄い青 (Tailwind sky-50) */
  font-weight: 700;
  color: #333; /* 濃い青 (Tailwind sky-900) */
  /* 1列目の幅を指定 */
  width: 20%;
  min-width: 130px;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .profile #sec03 .summary-table th {
    text-align: left;
    width: 100%;
    display: block;
  }
}
.profile #sec03 .summary-table td {
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .profile #sec03 .summary-table td {
    display: block;
  }
}
.profile #sec03 .sub-text {
  display: block;
  color: #555;
  margin-top: 0.5rem;
}
.profile #sec04 {
  padding-bottom: 60px;
}
.profile #sec04 h3 {
  position: relative;
  padding: 10px 30px;
  padding-left: 20px;
  font-weight: 700;
  color: #333;
}
.profile #sec04 h3::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 50%;
  background-color: #3b82f6;
  border-radius: 3px;
}
.profile #sec04 .box_wrap .three_box {
  width: 32%;
  margin: 0 0 20px 2%;
}
@media screen and (max-width: 768px) {
  .profile #sec04 .box_wrap .three_box {
    width: 100%;
  }
}
.profile #sec04 .box_wrap .three_box:nth-child(3n+1) {
  margin: 0 0 20px 0px;
}

.case #sec01 .name {
  text-align: right;
  font-family: "shinryu", sans-serif;
  font-weight: 400;
  font-size: 40px;
}
.case #sec01 .fs1 {
  line-height: 2;
}
.case #sec02 {
  padding-bottom: 100px;
  /* 最後の行の下線を削除 */
  /* th (見出しセル: お客様...) */
}
.case #sec02 h2 .tag {
  font-size: 26px;
  background-color: #aacfe5;
  color: #fff;
  display: inline-block;
  margin-right: 15px;
  padding: 5px 15px 5px;
}
.case #sec02 .case-study-wrapper {
  padding: 20px 30px 20px 0;
  border: 2px solid #cadfec;
  background-color: #f0f9ff;
}
.case #sec02 .case-study-wrapper + .case-study-wrapper {
  margin-top: 30px;
}
.case #sec02 .case-study-box {
  border: 1px solid #f3fbff; /* 青い境界線 (Tailwind sky-200) */
  border-radius: 8px;
  overflow: hidden; /* table-wrapperの角丸を適用 */
}
.case #sec02 .case-header {
  display: flex;
  align-items: center;
  border-bottom: 2px dotted #f3fbff; /* 青い点線 */
  padding: 20px 20px 20px 0;
  background-color: #f0f9ff; /* 薄い青 */
  position: relative; /* case-tag-vertical-line の基準 */
}
.case #sec02 .case-tag {
  background-color: #0284c7; /* 青 (Tailwind sky-600) */
  color: #ffffff;
  font-weight: 700;
  padding: 3px 40px 3px 30px; /* 左側のpaddingを調整 */
  position: relative;
  margin-right: 20px;
  /* 右側が切り込みのある形状 */
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
  white-space: nowrap;
  /* case-tag-vertical-line と重ならないように */
  z-index: 1;
}
.case #sec02 .case-title {
  color: #5593d1;
  margin: 0;
  flex-grow: 1; /* 残りのスペースを埋める */
}
.case #sec02 .table-wrapper {
  /* スマホでテーブルがはみ出た場合に横スクロール */
  overflow-x: auto;
}
.case #sec02 .case-table {
  width: 100%;
  background-color: #ffffff;
  border-spacing: 0;
}
.case #sec02 .case-table th,
.case #sec02 .case-table td {
  padding: 10px 25px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #aacfe5; /* 横の区切り線 */
}
.case #sec02 .case-table tr:last-child th,
.case #sec02 .case-table tr:last-child td {
  border-bottom: none;
}
.case #sec02 .case-table th {
  background-color: #f0f9ff; /* 薄い青 (Tailwind sky-50) */
  font-weight: 500;
  /* 1列目の幅を指定 */
  width: 25%;
  white-space: nowrap;
}
.case #sec02 .case-table td {
  line-height: 1.8;
  background-color: #f0f9ff;
  letter-spacing: 3px;
}
.case #sec02 .case-table td strong {
  border-bottom: 4px solid #f6e59e;
}
@media (max-width: 768px) {
  .case #sec02 .case-study-wrapper {
    padding: 15px 10px 15px 0;
  }
  .case #sec02 .case-header {
    flex-direction: column; /* スマホでは縦並びに */
    align-items: flex-start;
    padding: 15px 15px 15px 0;
  }
  .case #sec02 .case-tag {
    margin-left: 0;
    margin-bottom: 0.75rem; /* 下に余白 */
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%); /* スマホ用に切り込みを少し小さく */
  }
  .case #sec02 .case-title {
    margin: 10px 0;
    padding-left: 15px;
  }
  .case #sec02 .case-table th,
  .case #sec02 .case-table td {
    padding: 10px 15px;
    display: block;
  }
  .case #sec02 .case-table th {
    width: 100%; /* スマホではthの幅を広げる */
  }
  .case #sec02 .case-table tr:last-child th {
    border-bottom: 1px solid #aacfe5;
  }
}
.case #sec03 .table-wrapper {
  /* スマホでテーブルがはみ出た場合に横スクロール */
  overflow-x: auto;
  border: 1px solid #5593d1; /* 薄い青の線 */
  overflow: hidden; /* 角丸を内部にも適用 */
}
.case #sec03 .summary-table {
  width: 100%;
  border-spacing: 0;
}
.case #sec03 .summary-table th,
.case #sec03 .summary-table td {
  padding: 20px 20px;
  border-bottom: 1px solid #5593d1; /* 横の区切り線 */
}
.case #sec03 .summary-table tr:last-child th,
.case #sec03 .summary-table tr:last-child td {
  border-bottom: none;
}
.case #sec03 .summary-table th {
  background-color: #e1f0f9; /* 薄い青 (Tailwind sky-50) */
  font-weight: 700;
  color: #333; /* 濃い青 (Tailwind sky-900) */
  /* 1列目の幅を指定 */
  width: 20%;
  min-width: 130px;
  white-space: nowrap;
  text-align: center;
}
.case #sec03 .summary-table td {
  line-height: 1.8;
  text-align: left;
}
.case #sec03 .sub-text {
  display: block;
  color: #555;
  margin-top: 0.5rem;
}
.case #sec04 {
  padding-bottom: 60px;
}
.case #sec04 h3 {
  position: relative;
  padding: 10px 30px;
  padding-left: 20px;
  font-weight: 700;
  color: #333;
}
.case #sec04 h3::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 50%;
  background-color: #3b82f6;
  border-radius: 3px;
}
.case #sec04 .box_wrap .three_box {
  width: 32%;
  margin: 0 0 20px 2%;
}
.case #sec04 .box_wrap .three_box:nth-child(3n+1) {
  margin: 0 0 20px 0px;
}

#LP #nayami {
  position: relative;
  background-color: #fffdf6;
}
@media screen and (max-width: 768px) {
  #LP #nayami {
    padding: 30px 0 0;
  }
}
#LP #nayami.nayami_second::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  width: 350px;
  height: 195px;
  background-image: url(img/nayami_img02.svg);
  background-position: center;
  background-size: 350px;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #LP #nayami.nayami_second::after {
    width: 240px;
    height: 140px;
    background-size: 240px;
    bottom: -60px;
  }
}
#LP #nayami.nayami_second #solution::before {
  content: none;
}
#LP #nayami.nayami_third::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -90px;
  transform: translateX(-50%);
  width: 350px;
  height: 195px;
  background-image: url(img/nayami_img03.svg);
  background-position: center;
  background-size: 350px;
  background-repeat: no-repeat;
  z-index: 2;
}
#LP #nayami .fs1 {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #LP #nayami .fs1 {
    text-align: left;
  }
}
#LP #nayami .line {
  border-bottom: 5px solid #f6e59e;
}
#LP #nayami .nayami_wrap .box_wrap {
  gap: 10px;
}
#LP #nayami .nayami_wrap .box_wrap li {
  width: 310px;
  padding: 50px 10px;
  border: 2px solid #ffecdc;
  border-radius: 30px;
  background-color: #fff;
  line-height: 1.5;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #LP #nayami .nayami_wrap .box_wrap li {
    width: 100%;
    padding: 30px 30px;
  }
}
#LP #nayami .nayami_wrap .box_wrap li:last-child {
  border: none;
  background-color: unset;
  padding: 0;
}
#LP #nayami .nayami_wrap.nayami_wrap_second li {
  width: 320px;
  padding: 50px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
#LP #nayami .nayami_wrap.nayami_wrap_second li:last-child {
  background-color: #fff;
  padding: 50px 40px;
  border: 2px solid #ffecdc;
}
@media screen and (max-width: 768px) {
  #LP #nayami .nayami_wrap.nayami_wrap_second li:last-child {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  #LP #nayami .nayami_wrap.nayami_wrap_second li {
    width: 100%;
    padding: 30px 30px;
  }
}
#LP #nayami .nayami_wrap.nayami_wrap_third h2 {
  margin: 50px auto 30px;
}
#LP #nayami .nayami_wrap.nayami_wrap_third h3 {
  font-family: "Noto Serif JP", sans-serif;
  background-color: #fffadc;
  padding: 15px;
  position: relative;
  margin-bottom: 30px;
}
#LP #nayami .nayami_wrap.nayami_wrap_third h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -27px;
  transform: translateX(-50%);
  width: 55px;
  height: 45px;
  background: #fffadc;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#LP #nayami .nayami_wrap.nayami_wrap_third li {
  width: 330px;
  padding: 50px 40px;
}
#LP #nayami .nayami_wrap.nayami_wrap_third li:last-child {
  background-color: #fff;
  padding: 50px 40px;
  border: 2px solid #ffecdc;
}
@media screen and (max-width: 768px) {
  #LP #nayami .nayami_wrap.nayami_wrap_third li:last-child {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  #LP #nayami .nayami_wrap.nayami_wrap_third li {
    width: 100%;
    padding: 30px 30px;
  }
}
#LP #solution {
  position: relative;
  background-color: #f3fbff;
  z-index: 1;
}
#LP #solution::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -2px;
  transform: translateX(-50%);
  width: 100px;
  height: 40px;
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0); /* 逆三角形 */
}
#LP #solution h2 {
  line-height: 1.8;
}
#LP #solution .sec .txt_box {
  display: flex;
  justify-content: center;
}
#LP #solution .sec .txt_box h3 {
  margin-top: 0;
  margin-right: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #LP #solution .sec .txt_box h3 {
    display: flex;
    margin-right: 0;
    margin-left: 0;
    line-height: 1.6;
    align-items: center;
  }
}
#LP #solution .sec .txt_box p {
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  #LP #solution .sec .txt_box p {
    padding-right: 0;
  }
}
#LP #solution .sec .number {
  width: 7%;
  display: block;
}
@media screen and (max-width: 768px) {
  #LP #solution .sec .number {
    display: none;
  }
}
#LP #solution .sec .txt {
  width: 93%;
}
@media screen and (max-width: 768px) {
  #LP #solution .sec .txt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #LP #solution .sec .number_sp {
    width: 15%;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #LP #solution .list {
    margin-top: 20px;
  }
}
#LP #solution .list li {
  background-color: #fff;
  border-radius: 40px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #LP #solution .list li {
    padding: 30px 20px;
  }
}
#LP #solution .list li + li {
  margin-top: 30px;
}
#LP #solution .ctabox {
  background-image: unset;
  padding: 50px 10px 0;
}
@media screen and (max-width: 768px) {
  #LP #solution .ctabox {
    padding: 0 0 50px;
  }
  #LP #solution .ctabox .btn {
    margin: 20px auto 0;
  }
}
#LP #greeting .ctabox {
  background-image: unset;
}
@media screen and (max-width: 768px) {
  #LP #greeting .img {
    padding-top: 40px;
  }
}
#LP #basic {
  background-color: #fffef5;
}
#LP #basic .basic-deduction {
  border-radius: 16px;
  padding: clamp(20px, 4vw, 36px);
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #LP #basic .basic-deduction {
    padding: 0;
  }
}
#LP #basic .bd-label {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 20px;
  border: 2px solid var(--bd-accent);
  background: #fff1e5;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: max-content;
}
#LP #basic .bd-formula {
  background: var(--bd-card);
  border: 1px solid #f3972e;
  padding: 30px;
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.8;
  text-align: center;
  font-weight: 600;
  position: relative;
  background-color: #fff;
}
#LP #basic .bd-formula .bd-num {
  color: var(--bd-accent);
  font-weight: 800;
}
#LP #basic .bd-formula .bd-strong {
  background: linear-gradient(transparent 60%, rgba(255, 138, 61, 0.25) 0);
  font-weight: 900;
}
#LP #basic .bd-formula .bd-em {
  font-weight: 700;
  text-underline-offset: 2px;
  text-decoration: underline;
  text-decoration-color: var(--bd-accent-2);
}
#LP #basic .bd-example-card {
  margin-top: 30px;
  background-color: #fff1e5;
  border: 1px solid var(--bd-accent-2);
  border-radius: 150px;
  padding: 50px 60px;
}
@media screen and (max-width: 768px) {
  #LP #basic .bd-example-card {
    border-radius: 60px;
    padding: 30px 20px;
  }
}
#LP #basic .bd-example-card .icon {
  width: 60px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #LP #basic .bd-example-card .icon {
    width: 40px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#LP #basic .bd-example-ttl {
  margin: 0 0 6px;
  font-size: clamp(15px, 2.1vw, 18px);
}
#LP #basic .bd-example-eq {
  margin: 0 0 6px;
  font-size: clamp(15px, 2.1vw, 18px);
}
#LP #basic .bd-example-eq .bd-num {
  color: var(--bd-accent);
  font-weight: 800;
}
#LP #basic .bd-example-eq .bd-big {
  color: var(--bd-accent);
  font-weight: 900;
  font-size: clamp(18px, 2.6vw, 22px);
}
#LP #basic .bd-example-note {
  margin: 30px 0 0;
  line-height: 1.7;
}
#LP #basic .bd-caption {
  margin: 12px 0 0;
  font-size: 0.9rem;
  color: var(--bd-muted);
  text-align: center;
}
#LP #basic .bd-caption span {
  font-weight: 700;
  color: var(--bd-accent);
}
#LP #basic .bd-chart {
  margin: 0px auto;
  width: 90%;
}
@media (max-width: 640px) {
  #LP #basic .bd-example-card {
    grid-template-columns: 48px 1fr;
    gap: 12px;
  }
  #LP #basic .bd-example-icon {
    width: 44px;
    height: 44px;
  }
}
#LP #support {
  background-color: #f3fbff;
  padding-bottom: 20px;
}
#LP #support h2 {
  margin: 40px 0 60px;
}
#LP #support .support_wrap {
  max-width: 1000px;
  margin: 30px auto;
  background-color: #fff;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  #LP #support .support_wrap {
    padding: 30px 20px 50px;
  }
  #LP #support .support_wrap h3 {
    margin-top: 0;
  }
}
#LP #support .support_wrap li {
  width: 50%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #LP #support .support_wrap li {
    width: 100%;
  }
}
#LP #support .support_wrap li span {
  display: flex;
  margin-right: 10px;
}
#LP #support .support_wrap p {
  letter-spacing: 2px;
}
#LP #support .support_wrap.support_wrap_second .price {
  border-left: none;
}
#LP #support .support_wrap.support_wrap_second dl {
  padding-left: 0;
}
#LP #support .support_wrap.support_wrap_second dt {
  background-color: unset;
  color: #333;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  #LP #support .support_wrap.support_wrap_second dt {
    width: 100%;
  }
}
#LP #support .price {
  border-left: 4px solid #5593d1;
}
#LP #support .price p {
  letter-spacing: 2px;
}
#LP #support .price .fs2 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  #LP #support .price .fs2 {
    padding-left: 20px;
  }
}
#LP #support .price dl {
  padding-left: 10px;
  flex-wrap: nowrap;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #LP #support .price dl {
    padding-left: 20px;
  }
}
#LP #support .price dl dt {
  background-color: #8ad0f5;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  #LP #support .price dl dt {
    width: 100%;
    padding: 10px;
  }
}
#LP #support .price dl dd {
  margin-left: 10px;
}
#LP #support .price dl dd span {
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  #LP #support .price dl dd {
    margin-left: 0;
    text-align: left;
    padding: 10px;
    margin-left: 0px;
  }
}
#LP #support .ctabox {
  padding-top: 0px;
  background-image: unset;
}
#LP #step {
  background-color: white;
}
#LP #step .ctabox {
  background-image: unset;
}
@media screen and (max-width: 768px) {
  #LP #step .ctabox {
    padding: 40px 0 50px;
  }
}
#LP #step .ctabox .btn {
  margin: 10px auto 40px;
}
#LP #step .box_wrap {
  flex-wrap: nowrap;
  gap: 0 4rem;
}
@media screen and (max-width: 768px) {
  #LP #step .box_wrap {
    flex-wrap: wrap;
    gap: 6rem 0rem;
    margin-top: 8rem;
  }
}
#LP #step .box_wrap li {
  width: 28rem;
  border-radius: 50%;
  height: 28rem;
  display: flex;
  justify-content: center;
  flex-flow: column;
  position: relative;
  background-color: #fff8f2;
}
@media screen and (max-width: 768px) {
  #LP #step .box_wrap li {
    width: 46%;
    height: 50rem;
  }
}
#LP #step .box_wrap li h4 {
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #LP #step .box_wrap li h4 {
    font-size: 3.4rem;
  }
}
#LP #step .box_wrap li:nth-child(2) .img {
  width: 8rem;
}
@media screen and (max-width: 768px) {
  #LP #step .box_wrap li:nth-child(2) .img {
    width: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #LP #step .box_wrap li:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -9rem;
    display: block;
    width: 9rem;
    border-top: 0.8rem solid #f3972e;
  }
  #LP #step .box_wrap li:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: -10rem;
    left: -29rem;
    display: block;
    width: 45rem;
    border-top: 0.8rem solid #f3972e;
    transform: rotate(-40deg);
  }
}
#LP #step .box_wrap li:nth-child(3) .img {
  width: 5rem;
}
@media screen and (max-width: 768px) {
  #LP #step .box_wrap li:nth-child(3) .img {
    width: 10rem;
  }
}
#LP #step .box_wrap li:last-child .img {
  width: 8rem;
}
@media screen and (max-width: 768px) {
  #LP #step .box_wrap li:last-child .img {
    width: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #LP #step .box_wrap li:last-child::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -9rem;
    display: block;
    width: 9rem;
    border-top: 0.8rem solid #f3972e;
  }
}
#LP #step .box_wrap .img {
  width: 7rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #LP #step .box_wrap .img {
    width: 12rem;
  }
}
#LP #faq h2 {
  font-family: "Noto Serif JP", sans-serif;
}
#LP #faq .ctabox {
  background-image: unset;
  padding-top: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #LP #faq .ctabox {
    padding-bottom: 40px;
  }
}
#LP #voice {
  background-color: #e1f0f9;
}
#LP #voice .case_wrap .heading span {
  display: block;
  font-weight: 500;
}
#LP #voice .case_wrap .heading h4 {
  margin-top: 10px;
  line-height: 1.5;
}
#LP #voice .case_wrap .heading .img {
  width: 100px;
}
#LP #voice .case_wrap .heading .sub {
  font-size: 16px;
}
#LP #voice .case_wrap .box_wrap {
  flex-wrap: nowrap;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  #LP #voice .case_wrap > .box_wrap {
    display: block;
  }
}
#LP #voice .case_wrap li {
  padding: 20px;
  margin-bottom: 0;
}
#LP #voice .case_wrap .cont p {
  letter-spacing: inherit;
}
#LP #voice .ctabox {
  background-image: unset;
}
@media screen and (max-width: 768px) {
  #LP #voice .ctabox {
    padding: 0 0px 50px;
  }
  #LP #voice .ctabox .btn {
    margin-top: 0;
  }
}
#LP #counter {
  background-color: #fffef5;
}
#LP #counter .box_wrap {
  flex-wrap: nowrap;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  #LP #counter .box_wrap {
    display: block;
    margin-top: 20px;
  }
}
#LP #counter li {
  padding: 50px 30px;
  border: 1px solid #f3972e;
  position: relative;
  z-index: 1;
  margin-left: 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #LP #counter li {
    padding: 30px;
  }
}
#LP #counter li .number {
  position: absolute;
  left: 50%;
  top: -10%;
  transform: translateX(-50%);
  width: 80px;
}
@media screen and (max-width: 768px) {
  #LP #counter li .number {
    width: 60px;
  }
}
#LP #counter li h4 {
  font-family: "Noto Serif JP", sans-serif;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #LP #counter li h4 {
    font-size: 22px;
  }
}
#LP #counter li .img {
  width: 70px;
  margin: 0 auto;
}
#LP #melit {
  position: relative;
  background-color: #f3fbff;
  z-index: 1;
}
#LP #melit h2 {
  line-height: 1.8;
}
#LP #melit .sec .melit_wrap {
  max-width: 800px;
  margin: 0px auto;
  background-color: #fff;
  padding: 40px 60px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  #LP #melit .sec .melit_wrap {
    padding: 30px 30px;
  }
}
#LP #melit .sec .melit_wrap li {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
#LP #melit .sec .melit_wrap li img {
  display: flex;
  margin-right: 10px;
  width: 25px;
}
#LP #melit .sec .melit_wrap p {
  letter-spacing: 2px;
}
#LP #melit .section {
  /* 段落 */
  /* カスタム箇条書き */
}
#LP #melit .section .title-accent {
  position: relative;
  padding: 10px 30px;
  padding-left: 30px; /* pl-5 */
  font-weight: 700; /* font-bold */
  color: #334155; /* text-slate-700 */
  background-color: #e1f0f9;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 768px) {
  #LP #melit .section .title-accent {
    padding: 15px 30px;
    padding-left: 30px; /* pl-5 */
  }
}
#LP #melit .section .title-accent::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 50%;
  background-color: #3b82f6; /* bg-blue-500 */
  border-radius: 3px;
}
#LP #melit .section .description-text {
  color: #475569; /* text-slate-600 */
  line-height: 1.625; /* leading-relaxed */
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0 30px;
}
#LP #melit .section .custom-list-wrapper {
  background-color: #fff;
  padding: 40px;
  border-radius: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #LP #melit .section .custom-list-wrapper {
    padding: 30px 30px;
  }
}
#LP #melit .section .custom-list {
  list-style: none;
  font-weight: 500; /* font-medium */
  color: #334155; /* text-slate-700 */
}
#LP #melit .section .custom-list li {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
}
#LP #melit .section .custom-list li img {
  display: flex;
  margin-right: 10px;
  width: 15px;
}
@media screen and (max-width: 768px) {
  #LP #melit .section .custom-list li img {
    width: 25px;
  }
}
#LP #melit .section .custom-list li + li {
  margin-top: 10px;
}
#LP #melit .section .box_wrap {
  flex-wrap: nowrap;
  gap: 0 4rem;
}
@media screen and (max-width: 768px) {
  #LP #melit .section .box_wrap {
    margin-top: 8rem;
  }
}
#LP #melit .section .box_wrap li {
  width: 28rem;
  border-radius: 50%;
  height: 28rem;
  display: flex;
  justify-content: center;
  flex-flow: column;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #LP #melit .section .box_wrap li {
    width: 36rem;
    height: 36rem;
    margin: 0 auto;
  }
}
#LP #melit .section .box_wrap li h4 {
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #LP #melit .section .box_wrap li h4 {
    font-size: 3.2rem;
    margin: 2rem 0;
  }
}
#LP #melit .section .box_wrap li:nth-child(2) .img {
  width: 7rem;
}
@media screen and (max-width: 768px) {
  #LP #melit .section .box_wrap li:nth-child(2) .img {
    width: 12rem;
  }
}
@media screen and (max-width: 768px) {
  #LP #melit .section .box_wrap li:nth-child(2) {
    margin: 0rem auto;
  }
  #LP #melit .section .box_wrap li:nth-child(2)::before {
    content: none;
  }
  #LP #melit .section .box_wrap li:nth-child(2)::after {
    content: none;
  }
}
#LP #melit .section .box_wrap li:last-child .img {
  width: 5rem;
}
@media screen and (max-width: 768px) {
  #LP #melit .section .box_wrap li:last-child .img {
    width: 8rem;
  }
}
#LP #melit .section .box_wrap .img {
  width: 7rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #LP #melit .section .box_wrap .img {
    width: 10rem;
  }
}
#LP #melit .ctabox {
  background-image: unset;
  padding: 50px 10px 0;
}
@media screen and (max-width: 768px) {
  #LP #melit .ctabox {
    padding: 0 0 50px;
  }
  #LP #melit .ctabox .btn {
    margin: 20px auto 0;
  }
}

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

body .wp-pagenavi span.current {
  color: white;
  background: #5593d1;
  border: #142f56 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: 70px;
  background-color: rgba(85, 147, 209, 0.1);
  padding: 10px 0 10px 20px;
  margin-left: 0;
  border-bottom: #5593d1 2px solid;
}
@media screen and (max-width: 768px) {
  .single .breadcrumb {
    margin: 70px 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; /*ドットボタンの現在地表示の色*/
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  padding: 0 20px 20px 20px !important;
  margin-top: 0 !important;
}

form.wpcf7-form .wpcf7-spinner {
  display: none !important;
}

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