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

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

article {
  overflow-x: hidden;
}

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

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

::-moz-selection {
  background-color: #81785A;
}

::selection {
  background-color: #81785A;
}

p {
  margin-bottom: 20px;
}

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

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

.udcenter {
  align-items: center;
}

.lrcenter {
  justify-content: center;
}

.column {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

.timing03 {
  animation-delay: 1s;
}

.timing04 {
  animation-delay: 1.5s;
}

.timing05 {
  animation-delay: 2s;
}

.timing06 {
  animation-delay: 2.5s;
}

.goRight {
  opacity: 0;
}

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

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
/* header
--------------------------------------------- */
.site-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.site-header img {
  width: 100%;
  height: auto;
}
.site-header {
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 999999;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  transition: 1s;
  height: 90px;
}
@media screen and (max-width: 980px) {
  .site-header {
    height: 70px;
    padding: 10px;
    justify-content: space-between;
  }
}
.site-header ul.menu_navi li.home {
  display: none;
}
.site-header.HeightMin {
  position: fixed;
  z-index: 999999;
  height: 70px;
  animation: DownAnime 0.5s forwards;
  border-bottom: #0054A7 1px solid;
  background-color: white;
}

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

.site-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.site-title img {
  width: 100%;
  height: auto;
}
.site-title {
  justify-content: center;
  flex-direction: column;
  padding-left: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .site-title {
    padding: 0;
  }
}
.site-title img {
  height: auto;
  width: 160px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .site-title img {
    width: 120px;
    height: auto;
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.site-title .site-description {
  font-weight: normal;
  display: block;
  font-size: 11px;
  color: #0054A7;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 2px;
}
@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;
  }
}

.site-header.HeightMin .site-title img {
  width: 120px;
}

/* 下層header
--------------------------------------------- */
.page-header {
  height: 48vh;
  background: url(img/submain.png) center bottom no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page-header {
    font-size: 13px;
    margin-top: 70px;
    height: 200px;
  }
}
.page-header .sec {
  height: 48vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.page-header .sec img {
  width: 100%;
  height: auto;
}
.page-header .sec {
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-header .sec {
    height: 200px;
  }
}
.page-header h1 {
  width: 100%;
  z-index: 9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-header h1 {
    font-size: 19px;
    letter-spacing: 0.05em;
  }
}

.site.start {
  padding: 0;
}

.page-advisory .page-header {
  background: url(img/submain_advisory.png) center center no-repeat;
  background-size: cover;
}

.page-inheritance .page-header {
  background: url(img/submain_inheritance.png) center center no-repeat;
  background-size: cover;
}

.page-investigation .page-header {
  background: url(img/submain_investigation.png) center center no-repeat;
  background-size: cover;
}

.page-incorporation .page-header {
  background: url(img/submain_incorporation.png) center center no-repeat;
  background-size: cover;
}

.page-tax-return .page-header {
  background: url(img/submain_tax-return.png) center center no-repeat;
  background-size: cover;
}

.page-subsidy .page-header {
  background: url(img/submain_subsidy.png) center center no-repeat;
  background-size: cover;
}

.page-succession .page-header {
  background: url(img/submain_succession.png) center center no-repeat;
  background-size: cover;
}

.page-inbound-support .page-header {
  background: url(img/submain_inbound-support.png) center center no-repeat;
  background-size: cover;
}

.page-consultation .page-header {
  background: url(img/submain_consultation.png) center center no-repeat;
  background-size: cover;
}

.page-about .page-header {
  background: url(img/submain_about.png) center center no-repeat;
  background-size: cover;
}

.page-books .page-header {
  background: url(img/submain_books.png) center center no-repeat;
  background-size: cover;
}

.page-voice .page-header, .page-privacy .page-header, .page-inquiry .page-header {
  height: 30vh;
}
.page-voice .page-header .sec, .page-privacy .page-header .sec, .page-inquiry .page-header .sec {
  height: 30vh;
}

footer {
  width: 100%;
}

.fbox {
  background-color: #F8FBFF;
  padding: 60px 0 40px 0;
}
@media screen and (max-width: 768px) {
  .fbox {
    padding: 20px;
    margin-top: 0;
  }
}
.fbox .fa-solid {
  color: #A3BCD5;
}
.fbox .sec {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.fbox .sec img {
  width: 100%;
  height: auto;
}
.fbox .sec {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .fbox .sec {
    width: 100%;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }
}
.fbox .sec .flogo img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .fbox .sec .flogo img {
    width: 120px;
  }
}
.fbox .box_wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.fbox .box_wrap img {
  width: 100%;
  height: auto;
}
.fbox .box_wrap {
  justify-content: space-between;
  -webkit-align-items: flex-end; /* Safari etc. */
  -ms-align-items: flex-end; /* IE10        */
  align-items: flex-end;
}
@media screen and (max-width: 1280px) {
  .fbox .box_wrap {
    display: block;
  }
}
.fbox .bannerbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.fbox .bannerbox img {
  width: 100%;
  height: auto;
}
.fbox .bannerbox {
  align-items: center;
  justify-content: flex-end;
  height: 40px;
  width: 100%;
}
.fbox .bannerbox li img {
  height: 40px;
  width: auto;
}

.footermenu {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.footermenu img {
  width: 100%;
  height: auto;
}
.footermenu {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footermenu {
    width: 100%;
    padding-top: 20px;
    justify-content: flex-start;
    border-top: rgba(0, 84, 167, 0.4) 1px solid;
    margin-top: 20px;
  }
}
.footermenu ul {
  margin-left: 6rem;
}
@media screen and (max-width: 1280px) {
  .footermenu ul {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .footermenu ul {
    margin-left: 0;
  }
}
.footermenu ul li {
  display: block;
  width: 100%;
  color: #0054A7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footermenu ul li {
    margin-bottom: 10px;
  }
}
.footermenu ul li .parent {
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
}
.footermenu ul li a {
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .footermenu ul li a {
    padding-left: 0;
    font-size: 13px;
  }
}
.footermenu ul li a:hover {
  border-bottom: #0054A7 1px solid;
}
.footermenu ul li ul.child {
  margin: 0;
}
.footermenu ul li ul.child li {
  background: url(img/icon_footermenu.svg) left center no-repeat;
  background-size: 10px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .footermenu ul li ul.child li {
    background: url(img/icon_footermenu.svg) 5px center no-repeat;
    background-size: 10px;
  }
}

.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: #A2CBDE 1px solid;
    border-bottom: #A2CBDE 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: #0054A7;
  color: white;
  font-size: 11px;
  padding: 10px 0;
}
#copyright p.txt2 {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #copyright p.txt2 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #copyright {
    padding: 10px;
  }
}
#copyright a {
  color: white;
}

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

.cbtn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.cbtn img {
  width: 100%;
  height: auto;
}
.cbtn {
  flex-direction: column;
  position: fixed;
  top: 100px;
  right: -100px;
  z-index: 99999;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .cbtn {
    display: none;
  }
}
.cbtn a {
  background-color: #0054A7;
  color: white;
  padding: 20px 10px;
  text-decoration: none;
  width: 40px;
  margin: 0 auto;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
}
.cbtn a.line {
  background-color: #00B900;
}

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

.page-inquiry .cbtnSP_footer {
  display: none;
}

.entry-content {
  overflow: hidden;
}

.ac {
  text-align: center;
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

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

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

.fssm {
  font-size: 13px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.b_primary {
  border: #0054A7 1px solid;
}

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

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

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

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

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

.kasouinner {
  margin-bottom: 40px;
}

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

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

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

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

.rel {
  position: relative;
}

.ab {
  position: absolute;
}

.bl {
  display: inline-block;
}

.ilb {
  display: inline-block;
}

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

.color_primary {
  color: #0054A7;
}

.color_secondary {
  color: #81785A;
}

.color_red {
  color: #BC0000;
}

.color_white {
  color: white;
}

.color_ora {
  color: #e87c28;
}

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

.bg_secondary {
  background-color: #81785A;
}

.bg_light {
  background-color: #F8FBFF;
}

.bg_light2 {
  background-color: #A2CBDE;
}

.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(0, 84, 167, 0.6);
}
.bg_shadow_parent h2.bgen {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.bg_shadow_parent h2.bgen span.EN {
  display: block;
  color: rgba(255, 255, 255, 0.1);
  font-size: 300%;
  position: absolute;
  top: calc(50% - 60px);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
.bg_shadow_parent h2.bgen span.JP {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}

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

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

.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: #0054A7;
}
.fuki.secondary {
  background-color: #81785A;
}
.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: #0054A7;
}
.fuki.fukisecondary:after {
  border-top-color: #81785A;
}
.fuki h2 {
  margin: 0;
  padding: 0;
}

.twobox.box_wrap .two {
  width: calc((100% - 4em) / 2);
}
@media screen and (max-width: 768px) {
  .twobox.box_wrap .two {
    width: 100%;
  }
}

.threebox.box_wrap .three {
  width: calc((100% - 4em) / 3);
}
@media screen and (max-width: 768px) {
  .threebox.box_wrap .three {
    width: 100%;
  }
}

.fourbox.box_wrap .four {
  width: calc((100% - 4em) / 4);
}
@media screen and (max-width: 768px) {
  .fourbox.box_wrap .four {
    width: 100%;
  }
}

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

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

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

/* 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: 980px) {
  .site-menu {
    display: none;
  }
}
.site-menu img.site-user {
  right: 0;
  width: 23px;
  margin-left: 20px;
}

@media screen and (max-width: 980px) {
  .menu-trigger {
    position: relative; /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #142F56;
    z-index: 99999;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 15px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 23px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 31px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }
  .menu-trigger.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
/* navmenu
--------------------------------------------- */
nav {
  position: fixed;
  z-index: 9999;
  top: -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;
  /* アクティブクラスがついたら位置を0に（表示） */
}
nav.open {
  top: 0;
}
nav {
  /* ▼▼▼ ここから修正：スタイル定義を &.open の外に出しました ▼▼▼ */
}
nav .menubox {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* メニューが開いているときは前面に出す */
  /* 親のnav.openで制御されるため、ここでのz-index指定は必須ではありませんが、念のため残すなら以下 */
  /* z-index: 999; */
}
nav .menubox p {
  padding: 0 0 0 10px;
  margin-bottom: 10px;
}
nav .menubox ul {
  width: 80%;
  margin: auto;
  list-style: none;
}
nav .menubox ul li {
  border-bottom: rgba(0, 84, 167, 0.6) 1px solid;
}
nav .menubox ul li:first-child {
  border-bottom: rgba(0, 84, 167, 0.6) 1px solid;
}
nav .menubox ul li:last-child {
  border: none;
}
nav .menubox ul li a {
  font-size: 17px;
  text-decoration: none;
  padding: 20px 0;
  display: block;
}
nav .menubox ul li img {
  width: 150px;
}
nav .menubox ul {
  /* サブメニュー（階層あり）の場合のスタイル */
}
nav .menubox ul.children li {
  border: none;
}
nav .menubox ul.children li a {
  padding: 0;
}
nav .menubox ul.children li:last-child a {
  padding-bottom: 20px;
}

.cbtnSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .cbtnSP {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .cbtnSP img {
    width: 100%;
    height: auto;
  }
  .cbtnSP {
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 70px;
    width: 50px;
    height: 50px;
    z-index: 99999;
  }
  .cbtnSP a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .cbtnSP a img {
    width: 100%;
    height: auto;
  }
  .cbtnSP a {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #81785A;
    color: white;
    font-size: 24px;
  }
  .cbtnSP a img {
    width: 60%;
  }
}

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

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

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

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

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

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

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

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

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

h1, h2, h3, h4 {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.15em;
}

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

h2.half, h3.half {
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.1em;
  padding: 0 0 0 20px;
}
h2.half::before, h3.half::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-100%);
  width: 6px;
  height: 15px;
  background-color: #0054A7;
}
h2.half::after, h3.half::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 15px;
  background-color: #BAD6EE;
}

h2 {
  font-size: 32px;
  margin: 80px 0 60px;
  position: relative;
  display: inline-block;
  line-height: 1.8;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
    margin: 40px 0 20px;
    line-height: 1.6;
  }
}
h2.kasou {
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  h2.kasou {
    font-size: 20px;
  }
}
h2.kasou.title {
  margin-top: 0;
}
h2.spe {
  background: url(img/icon_midasi.svg) center top no-repeat;
  background-size: 25px;
  padding-top: 35px;
}
h2.speech-heading {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border-bottom: 2px solid #0054A7;
  isolation: isolate;
  background: none;
}
@media screen and (max-width: 768px) {
  h2.speech-heading {
    padding: 12px 0;
    letter-spacing: 0.05em;
  }
}
h2.speech-heading::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  rotate: 135deg;
  translate: -50% 0;
  background-color: #F8FBFF;
}
h2.speech-heading::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 16px);
  z-index: -1;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #0054A7;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff; /* 背景色と同じ色を指定 */
  rotate: -40deg;
}

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

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

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

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

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

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

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

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

/*下線が伸びて背景色*/
.linkborder {
  position: relative;
  color: #0054A7;
  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: #0054A7;
  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: #0054A7;
  text-decoration: none;
  outline: none;
  padding-right: 60px;
}
.linkarrowmove::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 85%;
  height: 1px;
  background: #0054A7;
  transition: all 0.3s;
}
.linkarrowmove::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 21px;
  /*矢印の形状*/
  width: 15px;
  height: 1px;
  background: #0054A7;
  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: #A2CBDE;
}
.bordercircle span {
  display: block;
}
.bordercircle::before, .bordercircle::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #0054A7;
  transition: all 0.2s linear;
}
.bordercircle span::before,
.bordercircle span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #0054A7;
  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 {
  /*縦線が出現*/
}
.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;
}
ul.snsbox img {
  width: 100%;
  height: auto;
}
ul.snsbox {
  align-items: center;
}
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;
}
dl img {
  width: 100%;
  height: auto;
}
dl {
  width: 100%;
}
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: #A2CBDE 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: #A2CBDE 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 #0054A7;
  border-bottom: 5px solid #0054A7;
}

ul.checkmark {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.checkmark li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.5;
}
ul.checkmark li:last-child {
  margin-bottom: 0;
}
ul.checkmark li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.3em;
  height: 1.3em;
  background-color: #0054A7;
  border-radius: 50%;
}
ul.checkmark li::after {
  content: "";
  position: absolute;
  left: 0.45em;
  top: 0.45em;
  width: 0.35em;
  height: 0.6em;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

ul.count {
  display: block;
}

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

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

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

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

dl.price {
  font-weight: 600;
}
dl.price dt {
  color: #0054A7;
  width: 35%;
  border-bottom: #DDEBF2 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  dl.price dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}
dl.price dd {
  width: 65%;
  border-bottom: #DDEBF2 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  dl.price dd {
    width: 100%;
  }
}
dl.price dd strong {
  color: #0054A7;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #ffc400 0.5px, transparent 0.5px);
  background-position: 0 0;
  background-size: 3px 3px;
  background-repeat: repeat;
  padding: 2px 8px;
}

.tablestyle {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.tablestyle tr {
  border-bottom: solid 1px #DDEBF2;
}
.tablestyle th,
.tablestyle td {
  border: solid 1px #DDEBF2;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .tablestyle th,
  .tablestyle td {
    display: block;
    padding: 0;
  }
}
.tablestyle th {
  width: 20%;
  background-color: #F8FBFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tablestyle th {
    width: 100%;
    padding: 10px;
  }
}
.tablestyle td {
  background-color: white;
}
@media screen and (max-width: 768px) {
  .tablestyle td {
    padding: 10px;
    border-bottom: none;
  }
}
.tablestyle p:not(:last-child) {
  margin-bottom: 10px;
}
.tablestyle ul {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .tablestyle.sptablecell th, .tablestyle.sptablecell td {
    display: table-cell;
    width: auto;
    font-size: 14px;
    padding: 5px;
  }
}

table.primary {
  margin-bottom: 20px;
}
table.primary th {
  background-color: #0054A7;
}
table.primary td {
  color: black;
}
table.primary td.fi {
  background-color: #F8FBFF;
  text-align: center;
  font-weight: bold;
}
table.primary th.bg1 {
  background-color: #F8FBFF;
}
table.primary th.bg2 {
  background-color: #A2CBDE;
}

table.bbprimary {
  border: none;
  margin-bottom: 20px;
}
table.bbprimary th {
  background-color: transparent;
  border: none;
  border-bottom: 4px solid #0054A7;
}
@media screen and (max-width: 768px) {
  table.bbprimary th {
    border-top: 2px solid #0054A7;
    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: #F8FBFF;
  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 #0054A7;
  }
}

.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .table-wrap table.tablestyle.sptablecell {
    min-width: 600px;
  }
  .table-wrap table.tablestyle.sptablecell th, .table-wrap table.tablestyle.sptablecell td {
    font-size: 14px;
  }
  .table-wrap table.tablestyle.sptablecell th {
    width: 25%;
  }
  .table-wrap table.tablestyle.sptablecell td:nth-child(2) {
    width: 35%;
  }
  .table-wrap table.tablestyle.sptablecell td:nth-child(3) {
    width: 40%;
  }
}

table.kyocho th:last-child,
table.kyocho td:last-child {
  border-left: 2px solid #e87c28;
  border-right: 2px solid #e87c28;
}
table.kyocho th:last-child {
  background-color: #fffaf6;
  border-color: #fddcc4;
  border-left: 2px solid #e87c28;
  border-right: 2px solid #e87c28;
}
table.kyocho td:last-child {
  border-color: #fddcc4;
  border-left: 2px solid #e87c28;
  border-right: 2px solid #e87c28;
}
table.kyocho thead tr:first-child th:last-child {
  border-top: 2px solid #e87c28;
}
table.kyocho tbody tr:last-child td:last-child {
  border-bottom: 2px solid #e87c28;
}

.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 #0054A7;
  background-color: #0054A7;
}

.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;
}
.field_wrap img {
  width: 100%;
  height: auto;
}
.field_wrap {
  padding-bottom: 25px;
}
@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;
}
.field_name img {
  width: 100%;
  height: auto;
}
.field_name {
  align-items: center;
  position: relative;
  margin-right: 5%;
  font-weight: bold;
}
@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;
  }
  .mwform-zip-field img, .mwform-tel-field img {
    width: 100%;
    height: auto;
  }
  .mwform-zip-field, .mwform-tel-field {
    align-items: center;
  }
}

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: #0054A7 1px solid;
  cursor: pointer;
  text-align: center;
  position: relative;
  color: white;
  background: #0054A7;
  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%;
  }
}
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-spinner {
  display: none !important;
}

.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: 0 !important;
  text-align: center !important;
  color: #BC0000 !important;
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

.single.categoryid-1 .blogbox h2 {
  margin: 20px 0 10px 0;
}

@media screen and (max-width: 768px) {
  .single .voicebox h3.twocolor {
    font-size: 19px;
    padding-bottom: 5px;
  }
  .single .voicebox h3.twocolor.mb20 {
    margin-bottom: 10px !important;
  }
}

.wrap {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: url(img/main.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .wrap {
    background: url(img/main.png) -200px top no-repeat;
    background-size: cover;
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.wrap .maintxt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.wrap .maintxt img {
  width: 100%;
  height: auto;
}
.wrap .maintxt {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: bold;
  color: black;
  z-index: 5;
  line-height: 1.2;
  letter-spacing: 0.15em;
}
.wrap .maintxt .fssm {
  font-weight: normal;
  text-align: center;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .wrap .maintxt .fssm {
    line-height: 1.6;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .wrap .maintxt {
    width: 100%;
    text-align: center;
    font-size: 26px;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.wrap .swiper-slide-active .slide-img,
.wrap .swiper-slide-duplicate-active .slide-img,
.wrap .swiper-slide-prev .slide-img {
  animation: zoom 10s linear 0s 1 normal both;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .wrap .swiper-slide-active .slide-img,
  .wrap .swiper-slide-duplicate-active .slide-img,
  .wrap .swiper-slide-prev .slide-img {
    padding-top: 70px;
  }
}

#top1 {
  background: linear-gradient(90deg, rgba(245, 247, 248, 0.6) 0%, rgb(255, 255, 255) 100%);
}
#top1 .top1box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#top1 .top1box img {
  width: 100%;
  height: auto;
}
#top1 .top1box {
  justify-content: center;
  gap: 0 1em;
}
#top1 .top1box .fourbox {
  font-size: 17px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#top1 .top1box .fourbox img {
  width: 100%;
  height: auto;
}
#top1 .top1box .fourbox {
  flex-direction: column;
  width: calc((100% - 4em) / 4);
  background-color: white;
  text-align: center;
  color: #0054A7;
  border-radius: 0 0 20px 20px;
  padding-bottom: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #top1 .top1box .fourbox {
    width: 100%;
    padding-bottom: 20px;
  }
}
#top1 .top1box .fourbox h3 {
  background-color: #142F56;
  color: white;
  padding: 10px 0;
  margin: 0;
  border-radius: 20px 20px 0 0;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
#top1 .top1box .fourbox p {
  line-height: 1.2;
}
#top1 .top1box .fourbox img {
  height: 80px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #top1 .top1box .fourbox img {
    margin-top: 20px;
    height: auto;
    width: 80px;
  }
}
#top1 .top1box .fourbox .number {
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top1 .top1box .fourbox .number {
    font-size: 40px;
  }
}

#top2 {
  background-color: #F8FBFF;
}
#top2 .box_wrap.gap1 {
  gap: 1em;
}
#top2 .three {
  font-size: 17px;
  font-weight: bold;
  background-color: white;
  padding: 40px 60px 40px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top2 .three {
    font-size: 15px;
    padding: 20px 30px 20px 20px;
    margin-bottom: 10px;
  }
}
#top2 .three img {
  position: absolute;
  right: 10px;
  bottom: -10px;
  width: 110px;
}
@media screen and (max-width: 768px) {
  #top2 .three img {
    width: 90px;
  }
}
#top2 .three:nth-child(2) img {
  width: 60px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #top2 .three:nth-child(2) img {
    width: 50px;
    bottom: 20px;
  }
}
#top2 .three:nth-child(3) img {
  right: -10px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  #top2 .three:nth-child(3) img {
    width: 80px;
    bottom: 0;
  }
}
#top2 .three:nth-child(4) img {
  right: 0;
}
@media screen and (max-width: 768px) {
  #top2 .three:nth-child(4) img {
    width: 80px;
    bottom: 10px;
  }
}
#top2 .three:nth-child(5) img {
  right: -10px;
  bottom: -20px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  #top2 .three:nth-child(5) img {
    width: 80px;
    bottom: 0;
  }
}
#top2 .three:nth-child(6) img {
  right: 20px;
  bottom: 20px;
  width: 80px;
}
@media screen and (max-width: 768px) {
  #top2 .three:nth-child(6) img {
    bottom: 0;
  }
}

#strengths .sec {
  margin: 0 0 0 auto;
  width: 95%;
}
@media screen and (max-width: 768px) {
  #strengths .sec {
    margin-top: 20px;
  }
}
#strengths .sec .innerbox {
  background: linear-gradient(148deg, rgba(241, 246, 252, 0.6) 0%, rgb(186, 214, 238) 100%);
  padding: 60px 40px 20px 40px;
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #strengths .sec .innerbox {
    padding: 40px 20px 20px 20px;
    position: static;
    margin-top: 0;
  }
}
#strengths .sec .innerbox .txt {
  width: 58%;
}
@media screen and (max-width: 768px) {
  #strengths .sec .innerbox .txt {
    width: 100%;
  }
}
#strengths .sec .innerbox .ft {
  font-family: "Google Sans Code", monospace;
  font-weight: bold;
  color: #0054A7;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 0.2em;
}
#strengths .sec .innerbox .ft img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  #strengths .sec .innerbox .ft img {
    width: 80px;
  }
}
#strengths .sec .innerbox figure {
  position: absolute;
  right: 0;
  top: -60px;
  width: 520px;
}
@media screen and (max-width: 1280px) {
  #strengths .sec .innerbox figure {
    width: 40%;
  }
}
@media screen and (max-width: 980px) {
  #strengths .sec .innerbox figure {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  #strengths .sec .innerbox figure {
    position: static;
    width: 100%;
    -webkit-transform: none;
  }
}
#strengths .sec.rev {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  #strengths .sec.rev {
    margin-top: 20px;
  }
}
#strengths .sec.rev .txt {
  width: 58%;
  margin-left: 42%;
}
@media screen and (max-width: 768px) {
  #strengths .sec.rev .txt {
    width: 100%;
    margin: 0;
  }
}
#strengths .sec.rev figure {
  right: auto;
  left: 0;
}
@media screen and (max-width: 768px) {
  #strengths .sec.rev figure {
    position: static;
    width: 100%;
    -webkit-transform: none;
  }
}

#service .sbox {
  width: calc((100% - 4em) / 4);
  border: #C4D2DF 1px solid;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#service .sbox img {
  width: 100%;
  height: auto;
}
#service .sbox {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #service .sbox {
    width: 100%;
  }
}
#service .sbox h3 {
  line-height: 1.4;
  position: relative;
  z-index: 2;
  background-image: radial-gradient(circle, #a3bcd5 0.5px, transparent 0.5px);
  background-position: 0 0;
  background-size: 3px 3px;
  background-repeat: repeat;
  margin: 0;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  border-top: #0054A7 5px solid;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  min-height: 4em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#service .sbox h3 img {
  width: 100%;
  height: auto;
}
#service .sbox h3 {
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #service .sbox h3 {
    font-size: 18px;
  }
}
#service .sbox .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#service .sbox .icon img {
  width: 100%;
  height: auto;
}
#service .sbox .icon {
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: white;
  position: relative;
  z-index: 2;
  margin: 20px auto 10px auto;
}
@media screen and (max-width: 768px) {
  #service .sbox .icon {
    width: 80px;
    height: 60px;
  }
}
#service .sbox .icon figure {
  margin: 0;
}
#service .sbox .icon img {
  width: 80%;
}
#service .sbox p {
  padding: 0 20px;
}
#service .sbox a.all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#service .sbox:hover {
  border-color: #0054A7;
}
#service .sbox .linkbtnbox {
  margin-top: auto;
}
#service .sbox .linkbtnbox a.linkbtn {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #service .sbox .linkbtnbox a.linkbtn {
    padding: 10px 20px;
  }
}
#service .box_wrap.ge {
  margin-top: 1em;
}
#service .box_wrap.ge h3 {
  min-height: 4em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#service .box_wrap.ge h3 img {
  width: 100%;
  height: auto;
}
#service .box_wrap.ge h3 {
  align-items: center;
  justify-content: center;
}

#message {
  background: url(img/bg_message.svg) center center no-repeat, #F8FBFF;
  background-size: cover;
}
#message .name img {
  width: 120px;
  vertical-align: middle;
}
#message .name img.inbound {
  width: 260px;
}
@media screen and (max-width: 768px) {
  #message h3 {
    margin-bottom: 0;
  }
}

.newsbox {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
  font-family: "Noto Sans JP", sans-serif;
}
.newsbox__tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 0 0 160px;
  border-right: 1px solid #0054A7;
}
@media screen and (max-width: 768px) {
  .newsbox__tabs {
    flex: 0 0 20px;
  }
}
.newsbox__tab {
  position: relative;
  padding: 15px 0 15px 30px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  display: flex;
  align-items: center;
}
.newsbox__tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: #0056b3;
}
.newsbox__tab:hover, .newsbox__tab.is-active {
  color: #0056b3;
}
.newsbox__panels {
  flex: 1;
}
.newsbox__panel {
  display: none;
  animation: fadeIn 0.4s ease;
}
.newsbox__panel.is-active {
  display: block;
}
.newsbox__item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.newsbox__item img {
  width: 100%;
  height: auto;
}
.newsbox__item {
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.3s;
}
.newsbox__item:hover {
  background-color: #fafafa;
}
.newsbox__item:hover .newsbox__title {
  color: #0056b3;
}
.newsbox__all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-decoration: none;
}
.newsbox__date {
  flex: 0 0 90px;
  color: #888;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.newsbox__category {
  flex: 0 0 100px;
  background-color: #e8ecef;
  color: #555;
  font-size: 12px;
  text-align: center;
  padding: 3px 8px;
  margin-right: 20px;
  border-radius: 2px;
  position: relative;
  z-index: 2;
}
.newsbox__category:hover {
  background-color: #A2CBDE;
}
.newsbox__title {
  flex: 1;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  transition: color 0.3s;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .newsbox {
    flex-direction: column;
    gap: 20px;
  }
  .newsbox__tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-right: none;
    border-bottom: 1px solid #b3d4fc;
    padding-bottom: 10px;
    gap: 10px 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .newsbox__tabs {
    line-height: 1.2;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .newsbox__tab {
    padding: 8px 15px 8px 20px;
    font-size: 14px;
  }
  .newsbox__tab::before {
    width: 10px;
  }
  .newsbox__item {
    flex-wrap: wrap;
    gap: 10px;
  }
  .newsbox__date {
    flex: 0 0 auto;
  }
  .newsbox__category {
    flex: 0 0 auto;
    margin-right: 0;
  }
  .newsbox__title {
    flex: 1 1 100%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#cta {
  background: url(img/bg_cta.png) center center no-repeat;
  background-size: cover;
}
#cta .two {
  background-color: white;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #cta .two {
    padding: 20px;
    width: 100%;
  }
}
#cta .two p.ti {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 0;
}
#cta .two.tel a {
  font-size: 52px;
  color: #0054A7;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #cta .two.tel a {
    font-size: 32px;
  }
}
#cta .two.mail a.linkbtn.bgprimary {
  font-size: 20px;
  background-color: #0054A7;
}
@media screen and (max-width: 768px) {
  #cta .two.mail a.linkbtn.bgprimary {
    font-size: 17px;
  }
}
#cta .two.mail a.linkbtn.bgprimary:hover span {
  color: #333;
}
@media screen and (max-width: 768px) {
  #cta h2.mb20 {
    margin-bottom: 0 !important;
    letter-spacing: 0.06em;
  }
  #cta .mb10 {
    margin-bottom: 0 !important;
  }
  #cta .ptsub {
    padding-top: 0;
  }
}
#cta.kasou {
  border: 10px solid;
  border-image: linear-gradient(135deg, #AAC2DF 0%, #BAD6EE 100%) 1;
  background-color: #ffffff;
}

#banner .setsuzei {
  background: url(img/bg_seminar.png) center center no-repeat;
  background-size: cover;
  border: 10px #00B7FB solid;
  width: 48%;
  position: relative;
  padding: 20px 20px 30px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#banner .setsuzei img {
  width: 100%;
  height: auto;
}
#banner .setsuzei {
  flex-direction: column;
  font-weight: 600;
  font-size: 17px;
  transition: 0.4s;
}
#banner .setsuzei p {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #banner .setsuzei {
    width: 100%;
    border: 5px #00B7FB solid;
    padding: 15px;
  }
}
#banner .setsuzei:hover {
  border-color: #0054A7;
  color: #0054A7;
}
#banner .setsuzei h2 {
  background: url(img/en_setsuzei.svg) left top no-repeat, url(img/bg_seminar_h2.svg) left center no-repeat;
  background-size: 160px;
  color: #0054A7;
  margin: 0;
  padding: 10px 0 0 0;
  width: 100%;
  font-size: 42px;
}
#banner .setsuzei h2 strong {
  color: #BB0000;
}
@media screen and (max-width: 768px) {
  #banner .setsuzei h2 {
    padding: 10px 0 0 0;
    background: url(img/en_setsuzei.svg) left top no-repeat, url(img/bg_seminar_h2.svg) left center no-repeat;
    background-size: 60px;
  }
}
#banner .setsuzei img {
  position: absolute;
  bottom: 0;
  right: -5px;
  z-index: 1;
  width: 240px;
}
@media screen and (max-width: 768px) {
  #banner .setsuzei img {
    width: 130px;
  }
}
#banner .setsuzei .btn a {
  border: #00B7FB 1px solid;
  color: #0054A7;
  background-color: white;
  padding: 10px 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 9;
}
#banner .setsuzei .btn a .fa-solid {
  color: #00B7FB;
}
#banner .setsuzei .btn a:hover {
  background-color: #0054A7;
  color: white;
}
#banner .setsuzei a.all {
  z-index: 9;
}
#banner .sozoku {
  background: url(img/bg_banner_souzoku.png) center center no-repeat;
  background-size: cover;
  border: 10px #D27E00 solid;
  width: 48%;
  position: relative;
  padding: 20px 20px 30px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#banner .sozoku img {
  width: 100%;
  height: auto;
}
#banner .sozoku {
  flex-direction: column;
  font-weight: 600;
  font-size: 17px;
  transition: 0.4s;
}
#banner .sozoku p {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #banner .sozoku {
    width: 100%;
    border: 5px #D27E00 solid;
    padding: 15px;
  }
}
#banner .sozoku:hover {
  border-color: #8B5300;
  color: #8B5300;
}
#banner .sozoku h2 {
  font-size: 42px;
  background: url(img/en_sozoku.svg) left top no-repeat, url(img/bg_seminar_h2.svg) left center no-repeat;
  background-size: 160px;
  color: #5B5749;
  margin: 0;
  padding: 10px 0 0 0;
  width: 100%;
}
#banner .sozoku h2 strong {
  color: #BB0000;
}
@media screen and (max-width: 768px) {
  #banner .sozoku h2 {
    padding: 10px 0 0 0;
    background: url(img/en_sozoku.svg) left top no-repeat, url(img/bg_seminar_h2.svg) left center no-repeat;
    background-size: 60px;
  }
}
#banner .sozoku .btn a {
  border: #D27E00 1px solid;
  color: #5B5749;
  background-color: white;
  padding: 10px 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 9;
}
#banner .sozoku .btn a .fa-solid {
  color: #D27E00;
}
#banner .sozoku .btn a:hover {
  background-color: #D27E00;
  color: white;
}
#banner .sozoku a.all {
  z-index: 9;
}
#banner .recruit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#banner .recruit img {
  width: 100%;
  height: auto;
}
#banner .recruit {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: url(img/bg_recruit.png) center center no-repeat;
  background-size: cover;
  border: 4px #0054A7 double;
  width: 100%;
  margin-top: 60px;
  padding: 40px 40px 80px 40px;
  font-weight: 600;
  font-size: 17px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #banner .recruit {
    width: 100%;
    align-items: flex-start;
    padding: 15px;
  }
}
#banner .recruit h2 {
  background: url(img/en_recruit.svg) center top no-repeat;
  background-size: 80px;
  color: #142F56;
  margin: 0;
  padding: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  #banner .recruit h2 {
    background: url(img/en_recruit.svg) left top no-repeat;
    background-size: 60px;
    padding: 10px 0 0 0;
  }
}
#banner .recruit p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #banner .recruit p {
    text-align: left;
  }
}
#banner .recruit img {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 2;
  width: 180px;
}
@media screen and (max-width: 768px) {
  #banner .recruit img {
    width: 70px;
    bottom: -5px;
    right: -5px;
  }
}
#banner .recruit:hover {
  border: #0054A7 4px solid;
  background-color: rgba(162, 203, 222, 0.4);
  color: #0054A7;
}
#banner .recruit .btn a {
  border: #0054A7 1px solid;
  color: #142F56;
  background-color: white;
  padding: 10px 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 9;
}
#banner .recruit .btn a .fa-solid {
  color: #0054A7;
}
#banner .recruit .btn a:hover {
  background-color: #0054A7;
  color: white;
}
#banner .recruit a.all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

#access .three {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#access .three img {
  width: 100%;
  height: auto;
}
#access .three {
  flex-direction: column;
  border: #e9e9e9 solid 1px;
  border-top: #527FAB 1px solid;
}
#access .three iframe {
  margin-top: auto;
}

.home .access {
  background-color: #F8FBFF;
  background-color: white;
  border: none;
}

#area {
  background: url(img/bg_area.svg) center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #area {
    background: url(img/bg_area.svg) right top no-repeat;
    background-size: 200%;
  }
}
#area h3 {
  font-size: 17px;
  margin: 20px 0 5px 0;
}

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

.Label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.Label img {
  width: 100%;
  height: auto;
}
.Label {
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 0.5em 1em;
  font-size: 17px;
  color: #333;
  background: #F8FBFF;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .Label {
    align-items: center;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px 30px 10px 10px;
    line-height: 1.4;
  }
}
.Label::before {
  /* タイトル横のQマーク */
  content: "Q";
  flex-shrink: 0;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.Label::before img {
  width: 100%;
  height: auto;
}
.Label::before {
  align-items: center;
  justify-content: center;
  color: #527FAB;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .Label::before {
    margin-top: 0;
  }
}
.Label::after {
  /* タイトル横の矢印 */
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #81785A;
  border-right: 2px solid #81785A;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s ease;
}

/* 本文エリア（変更なし） */
.content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out, margin-bottom 0.3s ease-out;
  overflow: hidden;
  margin-bottom: 0;
}
.content .inner {
  overflow: hidden;
  min-height: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.content .inner p {
  width: 90%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .content .inner p {
    margin-bottom: 0;
  }
}

/* 開閉時の動作 */
.toggle:checked + .Label::after {
  transform: translateY(-50%) rotate(-45deg) !important;
}
.toggle:checked + .Label + .content {
  grid-template-rows: 1fr;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .toggle:checked + .Label + .content {
    margin-bottom: 10px;
  }
}
.toggle:checked + .Label + .content .inner {
  opacity: 1;
  padding: 10px 0;
}

/* 特定のアーカイブページ用の調整 */
.post-type-archive-faq .Label {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 84, 167, 0.4);
  background-color: transparent;
  margin-bottom: 0.5em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .post-type-archive-faq .Label {
    padding: 10px 40px 10px 0;
    border-bottom: 1px solid rgba(0, 84, 167, 0.4);
    margin-bottom: 0;
    line-height: 1.6;
  }
}

#se-top {
  background-color: #F8FBFF;
}
#se-top .sec {
  width: 80%;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #se-top .sec {
    width: 90%;
    padding: 20px;
  }
}
#se-top .sec p.ti {
  text-align: center;
  font-weight: bold;
  color: #0054A7;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  #se-top .sec p.ti {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
#se-top .sec img.illust {
  position: absolute;
  bottom: -40px;
  right: -80px;
  width: 240px;
}
@media screen and (max-width: 768px) {
  #se-top .sec img.illust {
    width: 130px;
    right: -50px;
  }
}

@media screen and (max-width: 768px) {
  .page-incorporation #se-top img.illust {
    right: -30px;
  }
}

@media screen and (max-width: 768px) {
  .page-subsidy #se-top img.illust {
    right: -40px;
    bottom: -50px;
  }
}

@media screen and (max-width: 768px) {
  .page-consultation #se-top img.illust {
    right: -20px;
    bottom: -50px;
  }
}

#se-kadai {
  background-color: #F8FBFF;
}
#se-kadai .three, #se-kadai .two {
  padding: 20px;
  background-color: white;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#se-kadai .three img, #se-kadai .two img {
  width: 100%;
  height: auto;
}
#se-kadai .three, #se-kadai .two {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: #edf1f5 1px solid;
}
@media screen and (max-width: 768px) {
  #se-kadai .three, #se-kadai .two {
    margin-bottom: 0;
    padding: 15px;
  }
}
#se-kadai .three p, #se-kadai .two p {
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
}
#se-kadai .three strong, #se-kadai .two strong {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #ffc400 0.5px, transparent 0.5px);
  background-position: 0 0;
  background-size: 3px 3px;
  background-repeat: repeat;
  color: #0054A7;
  display: inline-block;
  padding: 2px 6px;
  font-size: 17px;
  margin-right: 3px;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  line-height: 1.4;
}
#se-kadai .go {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  #se-kadai .go {
    font-size: 17px;
  }
}
#se-kadai .go strong {
  color: #0054A7;
}
#se-kadai .inbound .three strong {
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  text-shadow: none;
  display: block;
  position: relative;
  width: 100%;
  padding-left: 40px;
}
#se-kadai .inbound .three strong .no {
  background-color: #0054A7;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#se-kadai .inbound .three strong .no img {
  width: 100%;
  height: auto;
}
#se-kadai .inbound .three strong .no {
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
}

#se-strengs .stbox {
  border: 10px solid;
  border-image: linear-gradient(135deg, #F1F6FC 0%, #BAD6EE 100%) 1;
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #se-strengs .stbox {
    padding: 20px;
    margin-bottom: 20px;
  }
}
#se-strengs .stbox .w25 {
  width: 28%;
}
@media screen and (max-width: 768px) {
  #se-strengs .stbox .w25 {
    width: 100%;
  }
}
#se-strengs .stbox h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #se-strengs .stbox h3 {
    font-size: 18px;
  }
}
#se-strengs .stbox .feature img {
  width: 100px;
  vertical-align: middle;
  margin-right: 10px;
}
#se-strengs .stbox .feature .waku {
  background-color: #527FAB;
  padding: 4px 10px;
  color: white;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  #se-strengs .stbox .feature .waku {
    font-size: 18px;
  }
}

#message.service {
  background: #F8FBFF;
}

#service.kasou .sbox {
  width: calc((100% - 4em) / 3);
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #service.kasou .sbox {
    width: 100%;
    margin-bottom: 0;
  }
}
#service.kasou .sbox:hover {
  border-color: #C4D2DF;
}
@media screen and (max-width: 768px) {
  #service.kasou .box_wrap.ptmain {
    padding-top: 0;
  }
}

#service .sbox.kasou:hover {
  border-color: #C4D2DF;
}

#shinkoku .checkbox {
  background-color: #ffffff;
  border: 2px solid #dbe6ec;
  padding: 50px;
  max-width: 800px;
  margin: 40px auto 0;
  box-shadow: 12px 12px 0 #eef4f7;
}
#shinkoku .checkbox ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: fit-content;
}
#shinkoku .checkbox li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#shinkoku .checkbox li:last-child {
  margin-bottom: 0;
}
#shinkoku .checkbox li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border: 2px solid #b4c2cb;
  box-sizing: border-box;
}
#shinkoku .checkbox li::after {
  content: "";
  position: absolute;
  left: 8px;
  top: -4px;
  width: 9px;
  height: 18px;
  border-right: 2px solid #f08300;
  border-bottom: 2px solid #f08300;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #shinkoku .checkbox {
    padding: 30px 15px;
    box-shadow: 8px 8px 0 #eef4f7;
  }
  #shinkoku .checkbox ul {
    width: 100%;
  }
  #shinkoku .checkbox li {
    font-size: 14px;
    padding-left: 32px;
    margin-bottom: 20px;
  }
  #shinkoku .checkbox li::before {
    width: 18px;
    height: 18px;
    top: 2px;
  }
  #shinkoku .checkbox li::after {
    left: 7px;
    top: -3px;
    width: 7px;
    height: 15px;
  }
}

#youtubebox {
  width: 60%;
  margin: 0 auto;
  background: url(img/ma_youtubebg.png) center center no-repeat;
  background-size: cover;
  border: #D27E00 10px solid;
  border-radius: 20px;
  padding: 40px;
  margin-top: 60px;
  position: relative;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #youtubebox {
    width: 90%;
    border: #D27E00 4px solid;
    padding: 20px;
  }
}
#youtubebox h2 {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}
#youtubebox h2 .po {
  background: rgba(210, 126, 0, 0.8);
  padding: 4px 8px;
  margin-right: 5px;
  color: white;
}
#youtubebox p {
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #youtubebox p {
    font-size: 15px;
    width: 100%;
  }
}
#youtubebox a.btn {
  display: inline-block;
  background-color: #F60000;
  border: #F60000 2px solid;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
#youtubebox a.btn:hover {
  background-color: white;
  color: #F60000;
}
#youtubebox a.all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#youtubebox:hover {
  border: #ff9900 10px solid;
  background: rgba(255, 255, 255, 0.2), url(img/ma_youtubebg.png) center center no-repeat;
  background-size: cover;
}

#free .freebox {
  border: 10px solid;
  border-image: linear-gradient(135deg, #F1F6FC 0%, #BAD6EE 100%) 1;
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #free .freebox {
    padding: 20px 20px 0 20px;
    margin-bottom: 0;
  }
}
#free .freebox .box_wrap {
  margin-bottom: 20px;
}
#free .freebox h3 {
  margin-top: 0;
  background-image: radial-gradient(circle, #a3bcd5 0.5px, transparent 0.5px);
  background-position: 0 0;
  background-size: 3px 3px;
  background-repeat: repeat;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  #free .freebox h3 {
    line-height: normal;
    height: auto;
    padding: 10px;
    padding-left: 60px;
  }
}
#free .freebox h3 .no {
  background-color: #0054A7;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#free .freebox h3 .no img {
  width: 100%;
  height: auto;
}
#free .freebox h3 .no {
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  position: absolute;
  top: 0;
  color: white;
}
@media screen and (max-width: 768px) {
  #free .freebox h3 .no {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 10px;
  }
}

#freegai .freebox {
  background-color: #F8FBFF;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #freegai .freebox {
    padding: 20px 20px 60px 20px;
  }
}
#freegai .freebox img.illust {
  width: 120px;
  position: absolute;
  top: -40px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  #freegai .freebox img.illust {
    width: 80px;
    top: auto;
    bottom: -40px;
  }
}
#freegai .freebox dl {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#freegai .freebox dl img {
  width: 100%;
  height: auto;
}
#freegai .freebox dl {
  align-items: center;
  gap: 0 2em;
}
#freegai .freebox dl dt {
  background-color: #527FAB;
  padding: 10px;
  text-align: center;
  color: white;
  font-size: 17px;
  width: 40%;
  border: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  #freegai .freebox dl dt {
    width: 100%;
    margin: 10px 0;
  }
}
#freegai .freebox dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #527FAB;
  translate: 100% -50%;
}
@media screen and (max-width: 768px) {
  #freegai .freebox dl dt::after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #527FAB transparent transparent;
    translate: -50% 100%;
  }
}
#freegai .freebox dl dd {
  width: 55%;
  border: none;
}
@media screen and (max-width: 768px) {
  #freegai .freebox dl dd {
    width: 100%;
  }
}

#flow .innerbox {
  position: relative;
}
#flow .innerbox::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-right: #A2CBDE 2px solid;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #333;
}
#flow .flowbox {
  position: relative;
  z-index: 2;
  background-color: #F8FBFF;
  border-radius: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#flow .flowbox img {
  width: 100%;
  height: auto;
}
#flow .flowbox {
  align-items: center;
  justify-content: center;
  gap: 2em;
  margin: 0 auto 2em auto;
  padding: 40px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  #flow .flowbox {
    width: 100%;
    flex-direction: column;
    padding: 20px;
    gap: 10px 0;
  }
}
#flow .flowbox .icon {
  width: 10%;
}
@media screen and (max-width: 768px) {
  #flow .flowbox .icon {
    width: 20%;
  }
}
#flow .flowbox .txt {
  width: 85%;
}
@media screen and (max-width: 768px) {
  #flow .flowbox .txt {
    width: 100%;
  }
}
#flow .flowbox .txt h3 {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  #flow .flowbox .txt h3 {
    text-align: center;
    color: #142F56;
  }
}
#flow .flowbox .txt h3 img {
  width: 80px;
  vertical-align: middle;
  margin-right: 10px;
}

#abouttop .innerbox {
  padding: 40px 80px;
  background-color: white;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #abouttop .innerbox {
    padding: 30px;
  }
}

#strengths.about .name img {
  width: 140px;
  vertical-align: middle;
}

#team .teambox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#team .teambox img {
  width: 100%;
  height: auto;
}
#team .teambox {
  justify-content: center;
  background: linear-gradient(148deg, rgba(241, 246, 252, 0.6) 0%, rgb(186, 214, 238) 100%);
  padding: 40px;
  gap: 0 2em;
}
@media screen and (max-width: 768px) {
  #team .teambox {
    padding: 40px 20px 20px 20px;
  }
}
#team .teambox .tbox {
  background-color: white;
  width: calc((100% - 4em) / 3);
}
@media screen and (max-width: 768px) {
  #team .teambox .tbox {
    width: 100%;
  }
}
#team .teambox .tbox h3 {
  background-image: radial-gradient(circle, #a3bcd5 0.5px, transparent 0.5px);
  background-position: 0 0;
  background-size: 3px 3px;
  background-repeat: repeat;
  padding: 20px;
  text-align: center;
  margin-top: 0;
  min-height: 5em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#team .teambox .tbox h3 img {
  width: 100%;
  height: auto;
}
#team .teambox .tbox h3 {
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #team .teambox .tbox h3 {
    min-height: auto;
  }
}
#team .teambox .tbox h3 .ft {
  position: absolute;
  left: -1em;
  top: -1em;
  background-color: #527FAB;
  padding: 6px 15px;
  border-radius: 20px 0 0 0;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#team .teambox .tbox h3 .ft img {
  width: 100%;
  height: auto;
}
#team .teambox .tbox h3 .ft {
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #team .teambox .tbox h3 .ft {
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: -1.4em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
#team .teambox .tbox h3 .ft img {
  width: 100px;
  vertical-align: middle;
}
#team .teambox .tbox p {
  padding: 0 20px;
}

#staff .three {
  border: #DDEBF2 1px solid;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#staff .three img {
  width: 100%;
  height: auto;
}
#staff .three {
  flex-direction: column;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #staff .three {
    margin-bottom: 0;
  }
}
#staff .three h3 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  margin-top: 10px;
}
#staff .three figure {
  text-align: center;
}
#staff .three figure img {
  width: 100px;
}
#staff .three p.ar {
  margin-top: auto;
}

#aboutaccess .box_wrap {
  background-color: white;
  padding: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #aboutaccess .box_wrap {
    padding: 20px;
  }
}
#aboutaccess .box_wrap .txt {
  width: 65%;
}
@media screen and (max-width: 768px) {
  #aboutaccess .box_wrap .txt {
    width: 100%;
  }
}
#aboutaccess .box_wrap .txt dt {
  background-color: #527FAB;
  color: white;
  padding: 2px 8px;
  text-align: center;
  width: 15%;
}
@media screen and (max-width: 768px) {
  #aboutaccess .box_wrap .txt dt {
    width: 100%;
  }
}
#aboutaccess .box_wrap .txt dd {
  border: none;
  width: 80%;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  #aboutaccess .box_wrap .txt dd {
    width: 100%;
  }
}
#aboutaccess .box_wrap .map {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #aboutaccess .box_wrap .map {
    width: 100%;
  }
}

#book .box_wrap {
  background-color: white;
  padding: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #book .box_wrap {
    padding: 20px;
  }
}
#book .box_wrap dt {
  color: #142F56;
  font-weight: bold;
  width: 20%;
  border-color: #e1e1e1;
}
@media screen and (max-width: 768px) {
  #book .box_wrap dt {
    width: 100%;
  }
}
#book .box_wrap dd {
  width: 75%;
  border-color: #e1e1e1;
}
@media screen and (max-width: 768px) {
  #book .box_wrap dd {
    width: 100%;
  }
}

#cta .banner {
  width: 60%;
  margin: 0 auto 10px auto;
  border: #527FAB 2px solid;
  padding: 20px;
  background-color: white;
  text-align: center;
  position: relative;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #cta .banner {
    width: 100%;
  }
}
#cta .banner h3 {
  margin: 0 0 10px 0;
  color: #0054A7;
}
#cta .banner a.all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cta .banner:hover {
  border-color: #142F56;
}
#cta .banner:hover h3 {
  color: #142F56;
}

/* タブエリア*/
.tabs input[type=radio] {
  display: none;
}
.tabs .tabs-inner {
  width: 100%;
}
.tabs .tab-labels {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.tabs .tab-labels img {
  width: 100%;
  height: auto;
}
.tabs .tab-labels {
  border-bottom: 2px solid #0054A7;
}
@media screen and (max-width: 768px) {
  .tabs .tab-labels {
    border-bottom: none;
    gap: 5px 0;
  }
}
.tabs .tab-label {
  width: 16.6666666667%;
  text-align: center;
  padding: 1em 0;
  background-color: #f2f2f2;
  color: #555;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.2s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tabs .tab-label {
    width: 50%;
  }
}
.tabs .tab-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 50%;
  content: "";
  border-radius: 3px;
  background: #0054A7;
}
.tabs .tab-label:first-child::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .tabs .tab-label:nth-child(odd)::before {
    content: none;
  }
}
.tabs .tab-label:hover {
  background-color: rgba(0, 84, 167, 0.8);
  color: white;
}
.tabs .tab-contents {
  padding: 20px 0;
}
.tabs .tab-contents div[class^=content-tab] {
  display: none;
}
.tabs #tab1:checked ~ .tabs-inner .tab-contents .content-tab1,
.tabs #tab2:checked ~ .tabs-inner .tab-contents .content-tab2,
.tabs #tab3:checked ~ .tabs-inner .tab-contents .content-tab3,
.tabs #tab4:checked ~ .tabs-inner .tab-contents .content-tab4,
.tabs #tab5:checked ~ .tabs-inner .tab-contents .content-tab5,
.tabs #tab6:checked ~ .tabs-inner .tab-contents .content-tab6 {
  display: block;
}
.tabs #tab1:checked ~ .tabs-inner .tab-labels label[for=tab1],
.tabs #tab2:checked ~ .tabs-inner .tab-labels label[for=tab2],
.tabs #tab3:checked ~ .tabs-inner .tab-labels label[for=tab3],
.tabs #tab4:checked ~ .tabs-inner .tab-labels label[for=tab4],
.tabs #tab5:checked ~ .tabs-inner .tab-labels label[for=tab5],
.tabs #tab6:checked ~ .tabs-inner .tab-labels label[for=tab6] {
  background-color: #0054A7;
  color: white;
}
.tabs .voicebox {
  width: calc((100% - 4em) / 2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.tabs .voicebox img {
  width: 100%;
  height: auto;
}
.tabs .voicebox {
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 30px 20px 20px 20px;
  border-radius: 20px;
  position: relative;
  border: 1px solid transparent;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .tabs .voicebox {
    width: 100%;
    margin-bottom: 0;
    padding: 25px 10px 10px 10px;
  }
}
.tabs .voicebox .pic {
  width: 20%;
  border-radius: 50%;
}
.tabs .voicebox .pic img {
  border-radius: 50%;
}
.tabs .voicebox .txt {
  width: 73%;
}
.tabs .voicebox .txt h3 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  font-size: 20px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .tabs .voicebox .txt h3 {
    font-size: 17px;
  }
}
.tabs .voicebox a.tag {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 20px 0 0;
  z-index: 9;
  background-color: #7cbedd;
  color: white;
  padding: 4px 8px;
  border-radius: 0 20px 0 0;
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .tabs .voicebox a.tag {
    font-size: 11px;
  }
}
.tabs .voicebox a.tag:hover {
  background-color: #527FAB;
}
.tabs a.all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tabs a.all:hover {
  background-color: rgba(0, 84, 167, 0.1);
  border-radius: 20px;
}
.tabs:hover {
  border-color: #0054A7;
}

.commentbox .pic {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .commentbox .pic {
    width: 100%;
    text-align: center;
  }
  .commentbox .pic img {
    width: 160px;
  }
}
.commentbox .txt {
  width: 85%;
  background-color: #F8FBFF;
  padding: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .commentbox .txt {
    width: 100%;
  }
}

.blogbox {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .blogbox {
    padding: 0;
  }
}
.blogbox .box_wrap {
  border-bottom: #ccc 1px solid;
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .blogbox .box_wrap {
    padding: 0 0 20px 0;
  }
}
.blogbox .date {
  font-size: 13px;
  color: #999;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .blogbox .date {
    padding-left: 0;
    width: auto;
  }
}
.blogbox h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .blogbox h3 {
    font-size: 15px;
  }
}
.blogbox p.post, .blogbox p.column {
  position: relative;
  border-bottom: #D2D2D2 1px solid;
  padding: 10px 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.blogbox p.post img, .blogbox p.column img {
  width: 100%;
  height: auto;
}
.blogbox p.post, .blogbox p.column {
  align-items: center;
  flex-direction: row;
}
.blogbox p.post.post a.tag, .blogbox p.column.post a.tag {
  background-color: #0054a7;
  color: white;
}
.blogbox p.post.post a.tag:hover, .blogbox p.column.post a.tag:hover {
  background-color: #0054a7;
}
.blogbox p.post.column a.tag, .blogbox p.column.column a.tag {
  background-color: #0054A7;
}
.blogbox p.post a.tag, .blogbox p.column a.tag {
  display: inline-block;
  width: 10%;
  text-align: center;
  border-radius: 5px;
  padding: 4px 8px;
  color: white;
  font-size: 13px;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 80px;
  transition: filter 0.3s ease;
  position: relative;
  z-index: 2;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .blogbox p.post a.tag, .blogbox p.column a.tag {
    width: 150px;
    padding: 2px 4px;
    font-size: 11px;
  }
}
.blogbox p.post a:hover .tag, .blogbox p.column a:hover .tag {
  filter: brightness(0.8);
}
.blogbox p.post .ti, .blogbox p.column .ti {
  padding-bottom: 0;
  width: 70%;
}
.blogbox p.post:last-of-type, .blogbox p.column:last-of-type {
  border: none;
}
.blogbox p.post a.all, .blogbox p.column a.all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.blogbox p.post a.all:hover, .blogbox p.column a.all:hover {
  background: rgba(0, 84, 167, 0.1);
  opacity: 1;
  color: black;
}
.blogbox .post-categories a {
  background-color: rgba(0, 84, 167, 0.1);
  border: rgba(0, 84, 167, 0.4) 1px solid;
  border-radius: 5px;
  display: inline-block;
  padding: 2px 4px;
  font-size: 13px;
  margin-right: 10px;
  z-index: 2;
  position: relative;
  width: 10em;
  text-align: center;
}
.blogbox .tag a {
  background-color: rgba(129, 120, 90, 0.1);
  border: rgba(129, 120, 90, 0.4) 1px solid;
  border-radius: 5px;
  display: inline-block;
  padding: 2px 4px;
  font-size: 13px;
  margin-right: 10px;
  z-index: 2;
  position: relative;
  width: 10em;
  text-align: center;
}
.blogbox .tag a:hover {
  background-color: rgba(129, 120, 90, 0.6);
}

.single .blogbox {
  border: none;
}

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

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

.BLOG p.ti {
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 10px !important;
}
.BLOG a {
  transition: all 0.4s;
  border: 2px solid white;
  z-index: 1;
}
.BLOG a.all:hover {
  background: rgba(162, 203, 222, 0.1);
  border: 2px solid #0054A7;
}
.BLOG .tag a {
  background-color: #0054A7;
  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(0, 84, 167, 0.7);
}
.BLOG .tag .cat3 a {
  background-color: rgba(0, 84, 167, 0.4);
}

/*人気の記事*/
.popular.box_wrap {
  justify-content: flex-start;
}
.popular.box_wrap .popularbox {
  background-color: white;
  border: #81785A 1px solid;
  width: 32%;
  position: relative;
  margin-left: 1%;
  margin-bottom: 1%;
  padding: 10px;
}
.popular.box_wrap .popularbox:hover {
  border-color: #0054A7;
}
.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(129, 120, 90, 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;
}
.popular.box_wrap .tag-list-popular img {
  width: 100%;
  height: auto;
}
.popular.box_wrap .tag-list-popular {
  justify-content: flex-end;
}
.popular.box_wrap .tag-list-popular a {
  background-color: rgba(129, 120, 90, 0.4);
  padding: 2px 6px;
  margin: 0 5px 0 0;
  font-size: 11px;
  z-index: 999;
}
.popular.box_wrap .tag-list-popular a:hover {
  background-color: #81785A;
  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 {
  gap: 0.1em 0.25em;
}
ul.tagbox li {
  margin-bottom: 0 !important;
}
ul.tagbox li a {
  position: relative;
  background-size: 20px;
  padding: 2px 6px;
  border: black 1px solid;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  ul.tagbox li a {
    font-size: 11px;
  }
}

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

.lpfaqbox {
  border: none;
  padding: 0;
  margin-bottom: 0;
  background: url(img/arrow_news.svg) right center no-repeat;
  background-size: 8px;
}
@media screen and (max-width: 768px) {
  .lpfaqbox {
    margin-bottom: 10px;
  }
}
.lpfaqbox p.ti {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .lpfaqbox p.ti {
    font-size: 15px;
    line-height: 1.2;
  }
}

.lpfaqbox p.ti .q {
  color: #81785A;
}

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

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

.column .blogbox .tag a {
  background-color: transparent;
  width: auto;
  position: relative;
  padding-left: 10px;
}
.column .blogbox .tag a::before {
  content: "#";
  color: #81785A;
}
.column .blogbox .tag a:hover {
  background-color: rgba(129, 120, 90, 0.4);
}

.blogbox.postblog h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .blogbox.postblog h3 {
    font-size: 15px;
  }
}

.single-column .site.start .postdate {
  background: url(img/icon_watch.svg) left center no-repeat;
  background-size: 15px;
  color: #666;
  padding-left: 20px;
  position: relative;
}
.single-column .site.start .postdate::before {
  color: #666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font: var(--fa-font-solid);
  content: "\f017";
}
.single-column .site.start strong {
  background-image: linear-gradient(90deg, #fffb96 90%, transparent);
  background-repeat: no-repeat;
  background-size: 200% 50%;
  background-position: 0 bottom;
}
.single-column .site.start .ctabox strong {
  background: none;
}
.single-column .site.start h2 strong, .single-column .site.start h3 strong, .single-column .site.start h4 strong, .single-column .site.start .columntop strong, .single-column .site.start th strong, .single-column .site.start td strong {
  background-image: none;
}
.single-column .site.start table.has-fixed-layout td a.btn {
  background-color: rgb(255, 123, 0);
  color: white;
  border-radius: 10px;
  padding: 6px 10px;
  width: 100%;
  display: block;
  text-align: center;
}
.single-column .site.start .blogbox {
  padding: 30px 0 20px 0;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .blogbox {
    padding-top: 0;
  }
}
.single-column .site.start h1 {
  margin-bottom: 20px;
  color: #0054A7;
  font-size: 42px;
}
.single-column .site.start h2 {
  background: url(img/icon_circle.svg) 20px center no-repeat, #e3eefd;
  border: 3px solid;
  border-image: linear-gradient(to right, #298df1, #0054A7) 1;
  background-size: 10px;
  padding: 10px;
  margin: 40px 0 20px;
  width: 100%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .single-column .site.start h2 {
    margin: 20px 0 20px;
    font-size: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .single-column .site.start h2 img {
    width: 100%;
    height: auto;
  }
  .single-column .site.start h2 {
    flex-direction: column;
  }
}
.single-column .site.start h2 .po {
  color: #0054A7;
  border-radius: 5px;
  padding: 2px 10px;
  margin-right: 10px;
}
@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 .answer strong {
  background-color: transparent;
  color: #81785A;
  background-image: none;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .box_wrap.columntop .fssm {
    font-size: 12px;
  }
  .single-column .site.start .box_wrap.columntop .w10 {
    width: 20%;
    margin-bottom: 10px;
  }
  .single-column .site.start .box_wrap.columntop .w35 {
    width: 75%;
    margin-bottom: 10px;
  }
}
.single-column .site.start dt {
  font-weight: bold;
  width: 15%;
}
@media screen and (max-width: 768px) {
  .single-column .site.start dt {
    width: 100%;
  }
}
.single-column .site.start dt.aikun {
  color: #0054A7;
}
.single-column .site.start dd {
  border: none;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .single-column .site.start dd {
    width: 100%;
  }
}
.single-column .site.start dd.aikun {
  color: #0054A7;
}
.single-column .site.start ul {
  background-color: rgba(162, 203, 222, 0.1);
  padding: 20px;
  margin: 0;
  border: rgba(162, 203, 222, 0.8) 1px solid;
}
.single-column .site.start ul.tagbox {
  background-color: transparent;
  border: none;
}
.single-column .site.start ul.tagbox.all {
  justify-content: flex-start;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .single-column .site.start ul {
    padding: 10px;
  }
}
.single-column .site.start ul ul {
  background-color: transparent;
  border: none;
}
.single-column .site.start ul.taglink {
  border: none;
  background-color: transparent;
  padding: 0;
}
.single-column .site.start ul li {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .single-column .site.start ul li {
    line-height: 1.6;
  }
}
.single-column .site.start ul li strong {
  font-weight: bold;
  background-color: #fffb96;
  padding: 0 5px;
}
.single-column .site.start ul li strong.color_secondary {
  background-color: rgba(129, 120, 90, 0.2);
  background-image: none;
}
.single-column .site.start ul li:before {
  color: #0054A7;
}
.single-column .site.start .pointbox {
  margin: 40px 0 10px 0;
  position: relative;
  border: #F37199 2px solid;
  border-radius: 20px;
  padding: 20px 20px 10px 20px;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .pointbox {
    padding: 10px 10px 0px 10px;
  }
}
.single-column .site.start .pointbox ul.point {
  border: none;
  background-color: transparent;
  padding: 0;
}
.single-column .site.start .pointbox ul.point li {
  counter-increment: mycount;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.single-column .site.start .pointbox ul.point li strong {
  border: none;
  background-color: rgba(243, 113, 153, 0.2);
  padding: 0 5px;
}
.single-column .site.start .pointbox ul.point li::before {
  content: counter(mycount) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #F37199;
}
.single-column .site.start .pointbox .po {
  position: absolute;
  font-size: 26px;
  font-weight: bold;
  color: #F37199;
  display: inline-block;
  top: -30px;
  left: 20px;
  padding-left: 40px;
  padding-right: 10px;
  background-color: white;
}
.single-column .site.start .pointbox .po::before {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 10px;
  font: var(--fa-font-solid);
  content: "\f058";
}
.single-column .site.start .matomeblock {
  background-color: #f8fbff;
  padding: 40px 20px 20px 20px;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .matomeblock {
    padding: 20px 15px 15px 15px;
    margin: 40px 0 20px 0;
  }
}
.single-column .site.start .matomeblock h2 {
  border: none;
  color: #0054A7;
  background: url(img/icon_columnmatome.svg) left center no-repeat;
  background-size: 40px;
  padding: 0 0 0 35px;
  margin: 0 auto 20px auto;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .matomeblock h2 {
    background: url(img/icon_columnmatome.svg) left top no-repeat;
    background-size: 30px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.single-column .site.start .matomeblock ul {
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .matomeblock ul {
    padding: 0;
    margin: 0;
  }
}
.single-column .site.start .matomeblock ul li {
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .matomeblock ul li {
    margin-bottom: 10px;
  }
}
.single-column .site.start .matomeblock ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 11px;
  height: 17px;
  border-right: 5px solid #e87c28;
  border-bottom: 5px solid #e87c28;
}
.single-column .site.start .matomeblock ul li strong {
  border-bottom: 2px solid #81785A;
  font-size: 17px;
}
.single-column .site.start #toc_container {
  background: #F9F9F9 !important;
  border: none !important;
  border-top: #0054A7 4px solid !important;
  padding: 20px 40px 40px 40px !important;
}
@media screen and (max-width: 768px) {
  .single-column .site.start #toc_container {
    padding: 15px !important;
  }
}
.single-column .site.start #toc_container p.toc_title {
  text-align: left;
  font-size: 26px;
  color: #0054A7;
  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: #0054A7;
  color: white;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.single-column .site.start #toc_container p.toc_title::before img {
  width: 100%;
  height: auto;
}
.single-column .site.start #toc_container p.toc_title::before {
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.single-column .site.start #toc_container ul {
  border: none;
}
.single-column .site.start #toc_container ul li {
  margin-bottom: 5px;
  margin-left: 2em;
  text-indent: -2em;
}
.single-column .site.start #toc_container ul li a {
  font-weight: bold;
}
.single-column .site.start #toc_container ul li ul li a {
  font-weight: normal;
}
.single-column .site.start #toc_container ul li .toc_number {
  color: #0054A7 !important;
  position: relative;
  font-weight: bold;
}
.single-column .site.start #toc_container ul li .toc_number::after {
  content: "｜";
}
.single-column .site.start .relatedbox {
  margin: 30px 0 0 0;
  position: relative;
  border: #81785A 2px solid;
  border-radius: 0px;
  padding: 20px 20px 10px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .relatedbox {
    padding: 20px 10px 10px 10px;
  }
}
.single-column .site.start .relatedbox .box_wrap {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .relatedbox .box_wrap .w20 {
    width: 30%;
  }
  .single-column .site.start .relatedbox .box_wrap .w75 {
    width: 65%;
  }
}
.single-column .site.start .relatedbox .dai {
  position: absolute;
  background: url(img/icon_related.svg) 10px center no-repeat, #81785A;
  background-size: 15px;
  color: white;
  padding: 4px 10px;
  display: inline-block;
  top: -20px;
  left: 20px;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .relatedbox .dai {
    left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.single-column .site.start .relatedbox h4 {
  margin: 0 0 5px 0;
  line-height: 1.6;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .relatedbox h4 {
    font-size: 15px;
    margin: 0;
  }
}
.single-column .site.start .relatedbox p {
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .relatedbox p {
    display: none;
  }
}
.single-column .site.start .relatedbox a.all:hover {
  background-color: rgba(129, 120, 90, 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: #0054A7 4px solid;
  border-top: none;
  background: #F8FBFF;
  padding: 20px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.single-column .site.start .lpprofilebox img {
  width: 100%;
  height: auto;
}
.single-column .site.start .lpprofilebox {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .lpprofilebox {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.single-column .site.start .lpprofilebox .box_wrap {
  justify-content: space-between;
}
.single-column .site.start .lpprofilebox p.name, .single-column .site.start .lpprofilebox p.ti {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .lpprofilebox p.name, .single-column .site.start .lpprofilebox p.ti {
    margin-bottom: 10px;
  }
}
.single-column .site.start .lpprofilebox p.name {
  border-bottom: #999 1px solid;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.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: #0054A7;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .lpprofilebox p.ti {
    font-size: 16px;
    line-height: 1.4;
  }
}
.single-column .site.start .lpprofilebox p.txt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .lpprofilebox p.txt {
    font-size: 13px;
  }
}
.single-column .site.start .lpprofilebox .txtbox {
  width: 79%;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .lpprofilebox .txtbox {
    width: 100%;
  }
}
.single-column .site.start .lpprofilebox .picbox {
  width: 18%;
}
@media screen and (max-width: 768px) {
  .single-column .site.start .lpprofilebox .picbox {
    margin: 0 auto;
    width: 80%;
  }
}
.single-column .site.start .lpprofilebox a {
  text-decoration: underline;
}
.single-column .site.start h2.lpprofile {
  border: #0054a7 4px solid;
  background: #F8FBFF;
  border-bottom: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: left;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .single-column .site.start h2.lpprofile {
    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:before {
  content: none;
}
.single-column .site.start h2.popular {
  background-color: transparent;
  border: none;
  padding: 0;
  color: black;
}
.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(0, 84, 167, 0.4);
}
.single-column table.tablestyle.has-fixed-layout th,
.single-column table.has-fixed-layout th {
  border-color: white;
  background-color: #0054A7;
}
@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(0, 84, 167, 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 #81785A;
}
.single-column a.window::before {
  color: #81785A;
}
.single-column h3, .single-column h3.bg_left {
  font-size: 22px;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 40px;
  background-color: #F8FBFF;
  border-bottom: #0054A7 1px solid;
  position: relative;
}
.single-column h3::before, .single-column h3.bg_left::before {
  position: absolute;
  top: 25%;
  left: 20px;
  width: 6px;
  height: 50%;
  content: "";
  border-radius: 3px;
  background: #0054A7;
}
@media screen and (max-width: 768px) {
  .single-column h3, .single-column h3.bg_left {
    font-size: 19px;
  }
}
.single-column h3 .po, .single-column h3.bg_left .po {
  color: #0054A7;
}
.single-column h3 strong, .single-column h3.bg_left strong {
  color: #81785A;
}
.single-column ul.check li::before {
  content: "";
  position: absolute;
  top: 5px;
  border-right: 5px solid #81785A;
  border-bottom: 5px solid #81785A;
}
.single-column .site.start #toc_container {
  width: 100%;
}
.single-column .site.start #toc_container .toc_number {
  color: #0054A7;
  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 #81785A;
}
.page-columnbox .three_box:hover h4 {
  color: #81785A;
}

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

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

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

.breadcrumb {
  padding: 10px 0 10px 20px;
  background-color: #F8FBFF;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 12px;
  }
}

.single .breadcrumb {
  margin-top: 90px;
  background-color: rgba(0, 84, 167, 0.1);
  padding: 10px 0 10px 20px;
  margin-left: 0;
  border-bottom: #0054A7 2px solid;
}
@media screen and (max-width: 768px) {
  .single .breadcrumb {
    margin: 45px 0 20px 0;
    font-size: 13px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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