@charset "UTF-8";

/**************************************************
 *
 * Mixin
 *
 **************************************************/
/**************************************************
 *
 * Reset
 *
 **************************************************/
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  box-sizing: inherit;
}

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

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
	 # General elements
	 # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

[type='number'] {
  width: auto;
  /* Firefox 36+ */
}

[type='search'] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

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

/* 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 {
  border-style: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

/* # =================================================================
	 # 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;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
	 # Accessibility
	 # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~='screen'] {
    display: inherit;
  }

  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* 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] {
  cursor: default;
}

/* # =================================================================
	 # Selection
	 # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/**************************************************
 *
 * Element
 *
 **************************************************/
@keyframes anime {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

* {
  box-sizing: border-box;
}

:root {
  width: 100%;
  background-color: #fff;
  color: #555;
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue',
    'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN,
    Arial, Meiryo, sans-serif;
}

body {
  font-size: 1.8rem;
  line-height: 1.89;
  animation-name: anime;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.57;
  }
}

img {
  display: block;
}

li {
  list-style: none;
}

a {
  color: #555;
  text-decoration: none;
}

input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0;
}

/**************************************************
 *
 * Header
 *
 **************************************************/
#header {
  position: relative;
  z-index: 1;
}

#header .inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 17px 30px 19px;
}

#header .siteTtl a {
  display: block;
}

#header .siteTtl a + a {
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  #header .naviButton,
  #header .naviMenu {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  #header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px 8px;
  }

  #header .siteTtl {
    width: calc(100% - 40px);
  }

  #header .siteTtl a img {
    width: 22%;
    max-width: 120px;
  }

  #header .siteTtl a + a {
    margin-top: 14px;
  }

  #header .siteTtl a + a img {
    width: 88%;
    max-width: 472px;
  }

  #header .naviButton {
    position: relative;
    width: 35px;
    height: 35px;
  }

  #header .naviButton span,
  #header .naviButton::before,
  #header .naviButton::after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    transition: 0.35s ease-in-out;
  }

  #header .naviButton span {
    height: 3px;
    background-color: #dedede;
    top: calc(50% - 1.5px);
  }

  #header .naviButton::before {
    content: '';
    top: calc(25% - 3px);
    border-top: 3px solid #dedede;
  }

  #header .naviButton::after {
    content: '';
    bottom: calc(25% - 3px);
    border-bottom: 3px solid #dedede;
  }

  #header .naviButton.is-active span {
    display: none;
  }

  #header .naviButton.is-active::before {
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  #header .naviButton.is-active::after {
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  #header .naviMenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 100%);
    background: rgba(107, 165, 226, 0.97);
  }

  #header .naviMenu ul {
    padding: 0 20px;
  }

  #header .naviMenu li {
    border-bottom: 1px solid #81b3e8;
  }

  #header .naviMenu a {
    display: block;
    position: relative;
    padding: 20px 35px;
    color: #fff;
    font-size: 1.6rem;
  }

  #header .naviMenu a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 20px;
    margin-top: -10px;
  }

  #header .naviMenu a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 16px;
    margin-top: -8px;
    background: url('/wp-content/uploads/2023/11/ico_arrow.png') 0 0 / cover
      no-repeat;
  }

  #header .naviMenu li:nth-child(1) a::before {
    background: url('/wp-content/uploads/2023/11/ico_navi_service.png') 0 0 /
      cover no-repeat;
  }

  #header .naviMenu li:nth-child(2) a::before {
    background: url('/wp-content/uploads/2023/11/ico_navi_price.png') 0 0 /
      cover no-repeat;
  }

  #header .naviMenu li:nth-child(3) a::before {
    background: url('/wp-content/uploads/2023/11/ico_navi_contact.png') 0 0 /
      cover no-repeat;
  }
}

/**************************************************
 *
 * Content
 *
 **************************************************/
#content .keyVisual {
  margin-bottom: 80px;
  background: #f3f4f3 url('/wp-content/uploads/2023/11/img_keyvisual_pc.jpg')
    top center no-repeat;
}

#content .keyVisual .keyVisual_inner {
  position: relative;
  max-width: 1020px;
  height: 500px;
  margin: 0 auto;
  padding: 30px;
}

#content .keyVisual .keyVisual_lead {
  margin-top: 24px;
  font-size: 1.8rem;
  line-height: 2.2;
}

#content .keyVisual .keyVisual_date {
  position: absolute;
  right: 30px;
  bottom: -82px;
}

@media screen and (min-width: 768px) {
  #content .keyVisual .keyVisual_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #content .keyVisual .keyVisual_ttl {
    position: relative;
    left: -10px;
  }
}

@media screen and (max-width: 767px) {
  #content .keyVisual {
    margin-bottom: 0;
    background: none;
  }

  #content .keyVisual .keyVisual_inner {
    height: auto;
    padding: 0;
  }

  #content .keyVisual .keyVisual_ttl {
    height: 62.5vw;
    padding-top: 18vw;
    background: #f3f4f3 url('/wp-content/uploads/2023/11/img_keyvisual_sp.jpg')
      top center/cover no-repeat;
  }

  #content .keyVisual .keyVisual_ttl img {
    width: 100%;
    height: auto;
  }

  #content .keyVisual .keyVisual_lead {
    margin: 0 20px 24px;
    padding: 9vw 0 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.78;
  }

  #content .keyVisual .keyVisual_date {
    position: absolute;
    right: 20px;
    top: 35.2vw;
    bottom: auto;
    width: 29%;
  }

  #content .keyVisual .keyVisual_date img {
    width: 100%;
    height: auto;
  }
}

/**************************************************
 *
 * Footer
 *
 **************************************************/
#footer {
  color: #fff;
  text-align: center;
}

#footer a {
  display: block;
  color: #fff;
}

#footer p > a,
#footer small {
  padding: 0 30px;
  line-height: 78px;
}

#footer p > a {
  background-color: #6e6e71;
  font-size: 1.8rem;
  letter-spacing: 1px;
  transition: 0.3s;
}

#footer small {
  display: block;
  background-color: #3e3e42;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  #footer p > a:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  #footer p > a,
  #footer small {
    padding: 0 20px;
    line-height: 60px;
  }

  #footer p > a {
    font-size: 1.4rem;
  }

  #footer small {
    font-size: 1rem;
  }
}

/**************************************************
 *
 * FixedArea
 *
 **************************************************/
#fixedArea {
  display: none;
  z-index: 50;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #6ba5e2;
  text-align: center;
}

#fixedArea .fixedArea_button {
  display: inline-block;
  position: relative;
  width: 320px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
}

#fixedArea .fixedArea_button a {
  display: block;
  color: #555;
  text-decoration: none;
  transition: 0.3s;
}

#fixedArea .fixedArea_button a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 16px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  background: url(/wp-content/uploads/2023/11/ico_shopping.png) no-repeat 0 0 /
    cover;
}

#fixedArea .fixedArea_button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 17px;
  margin-top: -8px;
  background: url(/wp-content/uploads/2023/11/ico_arrow.png) no-repeat 0 0 /
    cover;
}

@media screen and (min-width: 768px) {
  #fixedArea .fixedArea_button a:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  #fixedArea {
    padding: 10px 15%;
  }

  #fixedArea .fixedArea_button {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
  }

  #fixedArea .fixedArea_button a::before {
    left: 15px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

  #fixedArea .fixedArea_button a::after {
    right: 10px;
    width: 8px;
    height: 13px;
    margin-top: -5px;
  }
}

/**************************************************
 *
 * Pagetop
 *
 **************************************************/
#pagetop {
  position: fixed;
  z-index: 51;
  bottom: 10px;
  right: 10px;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  #pagetop:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  #pagetop {
    width: 40px;
    height: 40px;
  }

  #pagetop img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  body.sp {
    display:block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.modal {
  display: none;
}

.modal_wrap {
  display: none;
  position: absolute;
  z-index: 99;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  text-align: left;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .modal_wrap {
    width: 760px;
  }
}

@media screen and (max-width: 767px) {
  .modal_wrap {
    width: 90%;
    left: 5% !important;
    right: 5% !important;
    padding: 25px;
  }
}

.modal_bg {
  display: none;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}

.modal_inner {
  position: relative;
  z-index: 96;
}

.modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2023/11/ico_close.png) left top no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}

.modal_item h2 {
  font-size: 24px;
  text-align: center;
  padding-bottom: 30px;
}

.modal_item.sec01 {
  font-size: 1.6rem;
}

.modal_item.sec01 .rule_wrap {
  height: 280px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #bfbfbf;
  padding: 30px 30px;
}

.modal_item.sec01 .rule_wrap div {
  margin-top: 20px;
}

.modal_item.sec01 .rule_wrap div h3 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.modal_item.sec01 .rule_wrap p {
  line-height: 1.2;
}

.modal_item.sec01 .rule_wrap div p.indent {
  text-indent: -1.15em;
  padding-left: 1.15em;
}

.modal_item.sec01 .rule_wrap div p span.indent {
  display: inline-block;
  text-indent: -1.25em;
  padding-left: 1.25em;
}

.modal_item.sec01 .rule_wrap div:nth-of-type(5) p span.indent {
  text-indent: -1.05em;
  padding-left: 1.05em;
}

.modal_item.sec01 .rule_wrap div:nth-of-type(4) p span.rec_time {
  display: inline-block;
  width: 75px;
  padding-left: 1.3em;
}

.modal_item.sec01 .rule_wrap p.bylaw {
  margin-top: 30px;
}

.modal_item.sec01 .rule_wrap p.bylaw span {
  display: inline-block;
  width: 140px;
}

.modal_item.sec01 .rule_wrap p.name {
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
}

.modal_item.sec01 form {
  text-align: center;
  margin-top: 30px;
}

.modal_item.sec01 form a {
  display: block;
  width: 250px;
  font-size: 1.3em;
  background-color: #bfbfbf;
  color: #333;
  border: none;
  text-decoration: none;
  padding: 10px;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .modal_item.sec01 form a {
    width: 90%;
  }

  .modal_item.sec01 .rule_wrap {
    height: 200px;
    padding: 15px 15px;
  }

  .modal_item.sec01 .rule_wrap div p.indent {
    text-indent: -1.3em;
    padding-left: 1.3em;
  }

  .modal_item.sec01 .rule_wrap div p span.indent {
    text-indent: -1.3em;
    padding-left: 1.3em;
  }

  .modal_item.sec01 .rule_wrap div:nth-of-type(5) p span.indent {
    text-indent: -1.05em;
    padding-left: 1.05em;
  }

  .modal_item.sec01 .rule_wrap div:nth-of-type(4) p span.rec_time {
    width: 70px;
  }

  .modal_item.sec01 .rule_wrap p.bylaw span {
    width: 150px;
  }
}

.list li {
  position: relative;
  padding-left: 18px;
  font-size: 1.8rem;
  line-height: 1.34;
}

.list li::after {
  content: '';
  position: absolute;
  top: calc(0.5em * 1.34 - 6px);
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #63a0e0;
}

.list li span {
  font-size: 1.6rem;
}

.list li + li {
  margin-top: 18px;
}

.list.list--disc li::after {
  content: '・';
  top: 0;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .list li {
    font-size: 1.4rem;
  }

  .list li::after {
    top: calc(0.5em * 1.34 - 5px);
    width: 10px;
    height: 10px;
  }

  .list li span {
    font-size: 1rem;
  }

  .list li + li {
    margin-top: 12px;
  }
}

.localNavi {
  display: flex;
  max-width: 1020px;
  margin: 120px auto 2px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.localNavi li {
  width: calc(100% / 3);
  height: 88px;
}

.localNavi li:last-child {
  width: calc(100% / 3 - 4px);
}

.localNavi li + li {
  margin-left: 2px;
}

.localNavi li a,
.localNavi li span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  color: #666;
  font-size: 1.8rem;
}

.localNavi li a {
  background-color: #f4f8fd;
  transition: 0.3s;
}

.localNavi li span {
  background-color: #63a0e0;
  color: #fff;
}

.localNavi li img {
  margin-right: 15px;
}

@media screen and (min-width: 768px) {
  .localNavi a:hover {
    opacity: 0.8;
  }

  .localNavi.localNavi--bottom {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .localNavi.localNavi--top {
    display: none;
  }

  .localNavi.localNavi--bottom {
    margin: 0 0 2px;
    padding-right: 0;
    padding-left: 0;
  }

  .localNavi.localNavi--bottom li {
    width: calc(100% / 2);
    height: 54px;
  }

  .localNavi.localNavi--bottom li:last-child {
    width: calc(100% / 2 - 2px);
  }

  .localNavi.localNavi--bottom li + li {
    margin-left: 2px;
  }

  .localNavi.localNavi--bottom li a,
  .localNavi.localNavi--bottom li span {
    font-size: 1.4rem;
    line-height: 1.28;
  }

  .localNavi.localNavi--bottom li img {
    margin-right: 12px;
  }

  .localNavi.localNavi--bottom li.localNavi_service img {
    width: 12px;
    height: auto;
  }

  .localNavi.localNavi--bottom li.localNavi_price img {
    width: 12px;
    height: auto;
  }

  .localNavi.localNavi--bottom li.localNavi_contact img {
    width: 18px;
    height: auto;
  }
}

.mainSec .mainSec_ttl {
  display: none;
}

@media screen and (max-width: 767px) {
  .mainSec .mainSec_ttl {
    display: block;
    height: 55px;
    margin-top: 50px;
    background-color: #63a0e0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 55px;
    text-align: center;
  }

  .mainSec .mainSec_ttl img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
}

.bold {
  font-weight: bold;
}

.link {
  color: #043ac9;
}

.link.link--blank::after {
  content: url(/wp-content/uploads/2023/11/ico_link.png);
  display: inline-block;
  margin-left: 4px;
}

@media screen and (min-width: 768px) {
  .link:hover {
    text-decoration: underline;
  }
}

.sec .sec_inner {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .sec .sec_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.sec.sec--a .sec_ttl {
  margin-bottom: 28px;
  font-size: 2.2rem;
  font-weight: normal;
}

.sec.sec--a p {
  font-size: 1.8rem;
  line-height: 1.89;
}

.sec.sec--a p + p {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .sec.sec--a .sec_ttl {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }

  .sec.sec--a p {
    font-size: 1.4rem;
    line-height: 1.57;
  }

  .sec.sec--a p + p {
    margin-top: 28px;
  }
}

.sec.sec--b,
.sec.sec--c,
.sec.sec--d,
.sec.sec--e,
.sec.sec--j {
  padding-top: 76px;
  padding-bottom: 96px;
}

.sec.sec--b .sec_ttl,
.sec.sec--c .sec_ttl,
.sec.sec--d .sec_ttl,
.sec.sec--e .sec_ttl,
.sec.sec--j .sec_ttl {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}

.sec.sec--b .sec_ttl::after,
.sec.sec--c .sec_ttl::after,
.sec.sec--d .sec_ttl::after,
.sec.sec--e .sec_ttl::after,
.sec.sec--j .sec_ttl::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 3px;
  margin-left: -10px;
  background-color: #b8c6d7;
}

.sec.sec--b .sec_ttl span,
.sec.sec--c .sec_ttl span,
.sec.sec--d .sec_ttl span,
.sec.sec--e .sec_ttl span,
.sec.sec--j .sec_ttl span {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .sec.sec--b,
  .sec.sec--c,
  .sec.sec--d,
  .sec.sec--e,
  .sec.sec--j {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .sec.sec--b .sec_ttl,
  .sec.sec--c .sec_ttl,
  .sec.sec--d .sec_ttl,
  .sec.sec--e .sec_ttl,
  .sec.sec--j .sec_ttl {
    margin-bottom: 18px;
    padding-bottom: 18px;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .sec.sec--b .sec_ttl span,
  .sec.sec--c .sec_ttl span,
  .sec.sec--d .sec_ttl span,
  .sec.sec--e .sec_ttl span,
  .sec.sec--j .sec_ttl span {
    font-size: 1.4rem;
  }
}

.sec.sec--b {
  background-color: #e5effa;
}

.sec.sec--b .sec_style1 {
  display: flex;
  justify-content: center;
  margin: 50px -15px 0;
}

.sec.sec--b .sec_style1 li {
  padding-right: 15px;
  padding-left: 15px;
}

.sec.sec--b .sec_style1 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .sec.sec--b .sec_style1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0;
  }

  .sec.sec--b .sec_style1 li {
    width: 48%;
    padding: 0;
    text-align: center;
  }

  .sec.sec--b .sec_style1 li:first-child {
    width: 100%;
  }

  .sec.sec--b .sec_style1 li:first-child img {
    display: inline-block;
    width: 48%;
  }

  .sec.sec--b .sec_style1 img {
    width: 100%;
    height: auto;
  }
}

.sec.sec--c {
  background-color: #e5effa;
}

.sec.sec--c .sec_style1 {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -15px 0;
}

.sec.sec--c .sec_style1 > div {
  width: calc(50% - 30px);
  margin: 30px 15px 0;
  padding: 40px;
  background-color: #fff;
}

.sec.sec--c .sec_style1 h4 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  color: #63a0e0;
}

.sec.sec--c .sec_style1 h4 > span span {
  font-size: 1.8rem;
}

.sec.sec--c .sec_style1 h4 > span:first-child {
  width: 74px;
}

.sec.sec--c .sec_style1 h4 > span:last-child {
  width: calc(100% - 74px);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.sec.sec--c .sec_style1 .sec_ttl_lower {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 5px;
  margin-left: 15px;
  border-bottom: solid 4px #63a0e0;
  color: #63a0e0;
  font-size: 3rem;
}

.sec.sec--c .sec_style1 .sec_tyle1_info {
  width: 100%;
  min-height: 0;
  margin: 5px 0 10px 15px;
}

.sec.sec--c .sec_style1 p {
  min-height: 7em;
  line-height: 1.8;
}

.sec.sec--c .sec_style1 p strong {
  display: block;
  padding-bottom: 10px;
}

.sec.sec--c .sec_style1 ul {
  margin-top: 14px;
  margin-bottom: -8px;
  padding-top: 14px;
  border-top: 1px solid #dbdbdb;
  letter-spacing: -0.4em;
}

.sec.sec--c .sec_style1 li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-bottom: 8px;
  padding-left: 28px;
  color: #4a729e;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
}

.sec.sec--c .sec_style1 li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #b2cdeb;
}

.sec.sec--c .sec_style1 li::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
}

.sec.sec--c .sec_style1 li.sec_style1_premium {
  color: #9b8a48;
}

.sec.sec--c .sec_style1 li.sec_style1_premium::before {
  background-color: #dacfa3;
}

.sec.sec--c .sec_style1 li.sec_style1_corporate {
  color: #777;
}

.sec.sec--c .sec_style1 li.sec_style1_corporate::before {
  background-color: #c9c9c9;
}

.sec.sec--c .sec_style1 .sec_style1_infolist {
  margin-left: 15px;
  border-top: 0;
}

.sec.sec--c .sec_style1 .sec_style1_infolist li {
  margin-bottom: 0;
  padding-left: 0;
  color: #333;
}

.sec.sec--c .sec_style1 .sec_style1_infolist li::before,
.sec.sec--c .sec_style1 .sec_style1_infolist li::after {
  content: none;
}

.sec.sec--c .sec_style1 + .sec_style3 {
  margin-top: 60px;
}

.sec.sec--c .sec_style2 {
  margin-top: 50px;
  padding: 28px 36px;
  border: 4px solid #cddced;
  background-color: #e6eff9;
}

.sec.sec--c .sec_style2 h4 {
  font-weight: bold;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #cad9ea;
}

.sec.sec--c .sec_style3 .sec_inner {
  padding: 40px;
  background: #d3e5f7;
}

.sec.sec--c .sec_style3 h4 {
  padding-bottom: 5px;
  border-bottom: solid 4px #63a0e0;
  color: #63a0e0;
  font-size: 2.4rem;
}

.sec.sec--c .sec_style3 .sec_style3_box {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.sec.sec--c .sec_style3 .sec_style3_box > div {
  width: 50%;
  padding-right: 40px;
}

.sec.sec--c .sec_style3 .sec_style3_box div + div {
  border-left: solid 1px #a3beda;
  padding: 0 0 0 40px;
}

.sec.sec--c .sec_style3 .sec_style3_box strong {
  display: block;
}

.sec.sec--c .sec_style3 .sec_style3_box h5 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  color: #63a0e0;
}

.sec.sec--c .sec_style3 .sec_style3_box h5 > span span {
  font-size: 1.8rem;
}

.sec.sec--c .sec_style3 .sec_style3_box h5 > span:first-child {
  width: 74px;
}

.sec.sec--c .sec_style3 .sec_style3_box h5 > span:last-child {
  width: calc(100% - 74px);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.sec.sec--c .sec_style3 .sec_style3_info {
  padding-top: 20px;
  font-size: 1.4rem;
}

.sec.sec--c .sec_style3 + .sec_style4 {
  margin-top: 60px;
}

.sec.sec--c .sec_style4 {
  padding: 40px;
  border: solid 14px #cddced;
  background: #f2f7fc;
}

.sec.sec--c .sec_style4 h4 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

.sec.sec--c .sec_style4 h4 span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 4px #63a0e0;
}

.sec.sec--c .sec_style4 h4 + p {
  margin-top: 40px;
}

.sec.sec--c .sec_style4 .sec_style4_list {
  display: flex;
}

.sec.sec--c .sec_style4 .sec_style4_list > li {
  width: calc(33% - 1px);
  padding: 30px 20px 40px;
}

.sec.sec--c .sec_style4 .sec_style4_list img {
  max-width: 100%;
}

.sec.sec--c .sec_style4 .sec_style4_ttl {
  display: block;
  margin-bottom: 20px;
  font-size: 2.6rem;
  text-align: center;
}

.sec.sec--c .sec_style4 .sec_style4_list01 .sec_style4_ttl,
.sec.sec--c .sec_style4 .sec_style4_list01 dd {
  color: #63a0e0;
}

.sec.sec--c .sec_style4 .sec_style4_list02 .sec_style4_ttl,
.sec.sec--c .sec_style4 .sec_style4_list02 dd {
  color: #50b0d8;
}

.sec.sec--c .sec_style4 .sec_style4_list03 .sec_style4_ttl,
.sec.sec--c .sec_style4 .sec_style4_list03 dd {
  color: #3ac1a8;
}

.sec.sec--c .sec_style4 .sec_style4_imgbox {
  margin-bottom: 20px;
}

.sec.sec--c .sec_style4 dl {
  overflow: hidden;
  width: 11em;
  margin: 0 auto;
  font-size: 1.6rem;
}

.sec.sec--c .sec_style4 dl dt {
  float: left;
  width: 6em;
  padding-left: 1em;
}

.sec.sec--c .sec_style4 dl dd {
  float: left;
  width: 5em;
}

.sec.sec--c .sec_style4 .sec_style4_info {
  text-align: center;
}

.sec.sec--c .sec_style4 .sec_style4_info strong {
  color: #fe5f27;
  font-size: 2.6rem;
}

.sec.sec--c .sec_style4 .sec_style4_info strong span {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .sec.sec--c .sec_style1 {
    margin: -20px 0 0;
  }

  .sec.sec--c .sec_style1 > div {
    width: 100%;
    margin: 20px 0 0;
    padding: 20px;
  }

  .sec.sec--c .sec_style1 h4 {
    margin-bottom: 10px;
  }

  .sec.sec--c .sec_style1 h4 > span span {
    font-size: 1.2rem;
  }

  .sec.sec--c .sec_style1 h4 > span:first-child {
    width: 30px;
    margin-right: 10px;
  }

  .sec.sec--c .sec_style1 h4 > span:first-child img {
    width: 100%;
    height: auto;
  }

  .sec.sec--c .sec_style1 h4 > span:last-child {
    width: calc(100% - 40px);
    font-size: 1.6rem;
    line-height: 1.25;
  }

  .sec.sec--c .sec_style1 p {
    min-height: 0;
  }

  .sec.sec--c .sec_style1 li {
    margin-right: 18px;
    padding-left: 22px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
  }

  .sec.sec--c .sec_style1 li::before {
    width: 16px;
    height: 16px;
  }

  .sec.sec--c .sec_style1 li::after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
  }

  .sec.sec--c .sec_style1 .sec_ttl_lower {
    font-size: 1.8rem;
  }

  .sec.sec--c .sec_style1 + .sec_style3 {
    margin-top: 30px;
  }

  .sec.sec--c .sec_style1 .sec_style1_infolist {
    margin-top: 0px;
    margin-left: 0;
  }

  .sec.sec--c .sec_style1 .sec_style1_infolist li {
    margin-bottom: 15px;
  }

  .sec.sec--c .sec_style1 + .sec_style3 {
    margin-top: 15px;
  }

  .sec.sec--c .sec_style2 {
    margin-top: 20px;
    padding: 14px 18px;
    border: 2px solid #cddced;
  }

  .sec.sec--c .sec_style2 h4 {
    font-size: 1.6rem;
    margin-bottom: 14px;
    padding-bottom: 14px;
  }

  .sec.sec--c .sec_style3 .sec_inner {
    padding: 20px;
  }

  .sec.sec--c .sec_style3 h4 {
    font-size: 1.7rem;
  }

  .sec.sec--c .sec_style3 .sec_style3_box {
    display: block;
    padding-top: 0;
  }

  .sec.sec--c .sec_style3 .sec_style3_box > div,
  .sec.sec--c .sec_style3 .sec_style3_box div + div {
    width: 100%;
    padding: 15px 0 20px;
    border-left: 0;
  }

  .sec.sec--c .sec_style3 .sec_style3_box div + div {
    border-top: solid 1px #a3beda;
  }

  .sec.sec--c .sec_style3 .sec_style3_box h5 {
    margin-bottom: 10px;
  }

  .sec.sec--c .sec_style3 .sec_style3_box h5 > span:first-child {
    width: 30px;
    margin-right: 10px;
  }

  .sec.sec--c .sec_style3 .sec_style3_box h5 > span:first-child img {
    width: 100%;
    height: auto;
  }

  .sec.sec--c .sec_style3 .sec_style3_box h5 > span:last-child {
    width: calc(100% - 40px);
    font-size: 1.6rem;
    line-height: 1.25;
  }

  .sec.sec--c .sec_style3 + .sec_style4 {
    margin-top: 30px;
  }

  .sec.sec--c .sec_style4 {
    padding: 20px;
  }

  .sec.sec--c .sec_style4 .sec_inner {
    padding: 0;
  }

  .sec.sec--c .sec_style4 h4 {
    font-size: 1.6rem;
  }

  .sec.sec--c .sec_style4 h4 + p {
    margin-top: 20px;
  }

  .sec.sec--c .sec_style4 .sec_style4_list {
    display: block;
  }

  .sec.sec--c .sec_style4 .sec_style4_list > li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0 0;
  }

  .sec.sec--c .sec_style4 .sec_style4_list .sec_style4_ttl {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .sec.sec--c .sec_style4 .sec_style4_list .sec_style4_imgbox {
    width: 50%;
    margin-bottom: 0;
    padding-right: 10px;
  }

  .sec.sec--c .sec_style4 .sec_style4_list dl {
    width: 50%;
  }

  .sec.sec--c .sec_style4 .sec_style4_list dt {
    width: 4em;
    padding-left: 0;
    font-size: 1.3rem;
  }

  .sec.sec--c .sec_style4 .sec_style4_list dd {
    font-size: 1.4rem;
  }

  .sec.sec--c .sec_style4 .sec_style4_info {
    margin-top: 20px;
  }

  .sec.sec--c .sec_style4 .sec_style4_info strong {
    font-size: 1.8rem;
  }

  .sec.sec--c .sec_style4 .sec_style4_info strong span {
    font-size: 2.5rem;
  }

  .sec.sec--c .sec_style4 .sec_style4_info > span {
    display: block;
    font-size: 1.2rem;
  }
}

.sec.sec--d {
  background-color: #f4f8fd;
}

.sec.sec--d .sec_style1 {
  max-width: 450px;
  margin: 0 auto;
  border-top: 1px solid #cfdae7;
}

.sec.sec--d .sec_style1 > section {
  padding: 24px 0;
  border-bottom: 1px solid #cfdae7;
}

.sec.sec--d .sec_style1 h4 {
  position: relative;
  margin-bottom: 4px;
  padding-left: 18px;
  font-size: 1.8rem;
  line-height: 1.34;
}

.sec.sec--d .sec_style1 h4::after {
  content: '';
  position: absolute;
  top: calc(0.5em * 1.34 - 6px);
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #63a0e0;
}

.sec.sec--d .sec_style1 h4 + p {
  display: flex;
  align-items: center;
  font-size: 3rem;
}

.sec.sec--d .sec_style1 h4 + p span:first-child {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #87baf0;
  color: #fff;
  font-size: 1.3rem;
  line-height: 45px;
  text-align: center;
}

.sec.sec--d .sec_style1 h4 + p span + span {
  margin-left: 10px;
}

.sec.sec--d .sec_style1 p:last-child {
  margin-top: 4px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .sec.sec--d .sec_style1 {
    max-width: none;
  }

  .sec.sec--d .sec_style1 > section {
    padding: 12px 0;
  }

  .sec.sec--d .sec_style1 h4 {
    margin-bottom: 6px;
    padding-left: 14px;
    font-size: 1.2rem;
  }

  .sec.sec--d .sec_style1 h4::after {
    top: calc(0.5em * 1.34 - 5px);
    width: 10px;
    height: 10px;
  }

  .sec.sec--d .sec_style1 h4 + p {
    font-size: 1.8rem;
  }

  .sec.sec--d .sec_style1 h4 + p span:first-child {
    width: 35px;
    height: 35px;
    font-size: 1rem;
    line-height: 35px;
  }

  .sec.sec--d .sec_style1 h4 + p span + span {
    margin-left: 5px;
  }

  .sec.sec--d .sec_style1 p:last-child {
    margin-top: 4px;
    font-size: 1rem;
  }
}

.sec.sec--e {
  background-color: #e5effa;
}

.sec.sec--e .sec_style1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -15px -5px 0;
}

.sec.sec--e .sec_style1 li {
  width: 25%;
  margin-top: 15px;
  padding-right: 5px;
  padding-left: 5px;
}

.sec.sec--e .sec_style1 img {
  max-width: 100%;
  height: auto;
}

.sec.sec--e .sec_style2 {
  margin-top: 36px;
}

.sec.sec--e .sec_style2 li {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .sec.sec--e .sec_style1 {
    justify-content: normal;
    margin: -10px -5px 0;
  }

  .sec.sec--e .sec_style1 li {
    width: 50%;
    margin-top: 10px;
  }

  .sec.sec--e .sec_style1 img {
    width: 100%;
    height: auto;
  }

  .sec.sec--e .sec_style2 {
    margin-top: 20px;
  }

  .sec.sec--e .sec_style2 li {
    font-size: 1.4rem;
  }
}

.sec.sec--f {
  padding-top: 70px;
  padding-bottom: 70px;
}

.sec.sec--f .sec_ttl {
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: bold;
}

.sec.sec--f .sec_style1 li {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .sec.sec--f {
    padding-top: 35px;
    padding-bottom: 45px;
  }

  .sec.sec--f .sec_ttl {
    font-size: 1.4rem;
  }

  .sec.sec--f .sec_style1 li {
    font-size: 1.4rem;
  }
}

.sec.sec--g {
  padding-top: 70px;
  padding-bottom: 100px;
  background: url('/wp-content/uploads/2023/11/bg_shopping.png') left top/cover
    no-repeat;
  text-align: center;
}

.sec.sec--g .sec_ttl {
  margin-bottom: 40px;
  color: #fff;
  font-size: 4rem;
  font-weight: normal;
}

.sec.sec--g .sec_button {
  display: inline-block;
}

.sec.sec--g .sec_button a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 73px;
  min-width: 480px;
  height: 100px;
  background: #fff url('/wp-content/uploads/2023/11/ico_arrow_01.png') right
    20px center no-repeat;
  font-size: 1.8rem;
  line-height: 100px;
  text-align: center;
  transition: 0.3s;
}

.sec.sec--g .sec_button span:first-child {
  width: 100px;
  text-align: center;
}

.sec.sec--g .sec_button span:first-child img {
  width: 36px;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .sec.sec--g .sec_button a:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .sec.sec--g {
    padding-top: 35px;
    padding-bottom: 45px;
  }

  .sec.sec--g .sec_ttl {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }

  .sec.sec--g .sec_button {
    display: block;
  }

  .sec.sec--g .sec_button a {
    padding: 0 26px 0 10px;
    min-width: 0;
    height: 60px;
    background: #fff url('/wp-content/uploads/2023/11/ico_arrow_01.png') right
      10px center/10px auto no-repeat;
    font-size: 1.2rem;
    line-height: 60px;
  }

  .sec.sec--g .sec_button span:first-child {
    width: 28px;
  }

  .sec.sec--g .sec_button span:first-child img {
    width: 20px;
    margin: 0;
  }
}

.sec.sec--h {
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #f4f4f4;
}

.sec.sec--h .sec_ttl {
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: bold;
}

.sec.sec--h .sec_style1 {
  display: flex;
  margin-top: 40px;
}

.sec.sec--h .sec_style1 li {
  width: 50%;
}

.sec.sec--h .sec_style1 li:first-child {
  padding-right: 30px;
}

.sec.sec--h .sec_style1 li:last-child {
  padding-left: 30px;
  border-left: 1px dashed #c5c5c5;
}

.sec.sec--h .sec_style1 p {
  position: relative;
  padding-left: 18px;
  font-size: 1.8rem;
  line-height: 1.34;
}

.sec.sec--h .sec_style1 p::after {
  content: '';
  position: absolute;
  top: calc(0.5em * 1.34 - 6px);
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #63a0e0;
}

.sec.sec--h .sec_style1 a {
  display: block;
  height: 80px;
  margin-top: 20px;
  padding: 0 50px;
  background: #666 url('/wp-content/uploads/2023/11/ico_arrow_02.png') right
    20px center no-repeat;
  color: #fff;
  line-height: 80px;
  text-align: center;
  transition: 0.3s;
}

.sec.sec--h .sec_style1 img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .sec.sec--h .sec_style1 a:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .sec.sec--h {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .sec.sec--h .sec_ttl {
    font-size: 1.8rem;
  }

  .sec.sec--h .sec_style1 {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .sec.sec--h .sec_style1 li {
    width: 100%;
  }

  .sec.sec--h .sec_style1 li:first-child {
    padding-right: 0;
  }

  .sec.sec--h .sec_style1 li:last-child {
    margin-top: 24px;
    padding-top: 24px;
    padding-left: 0;
    border-top: 1px dashed #c5c5c5;
    border-left: none;
  }

  .sec.sec--h .sec_style1 p {
    padding-left: 14px;
    font-size: 1.4rem;
  }

  .sec.sec--h .sec_style1 p::after {
    top: calc(0.5em * 1.34 - 5px);
    width: 10px;
    height: 10px;
  }

  .sec.sec--h .sec_style1 a {
    height: 60px;
    margin-top: 16px;
    padding: 0 30px;
    background: #666 url('/wp-content/uploads/2023/11/ico_arrow_02.png') right
      10px center/10px auto no-repeat;
    line-height: 60px;
  }

  .sec.sec--h .sec_style1 img {
    max-width: 260px;
  }
}

.sec.sec--i {
  padding-top: 70px;
  padding-bottom: 90px;
}

.sec.sec--i .sec_style1 {
  display: flex;
  align-items: center;
}

.sec.sec--i .sec_style1 h2 {
  width: 230px;
}

.sec.sec--i .sec_style1 > div {
  width: calc(100% - 230px);
  font-size: 1.8rem;
}

.sec.sec--i .sec_style1 > div a {
  font-weight: bold;
}

.sec.sec--i .sec_style1 > div p + p {
  margin-top: 12px;
}

.sec.sec--i .sec_style1 > div span {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .sec.sec--i {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .sec.sec--i .sec_style1 {
    flex-wrap: wrap;
  }

  .sec.sec--i .sec_style1 h2 {
    width: 100%;
    margin-bottom: 18px;
  }

  .sec.sec--i .sec_style1 h2 img {
    max-width: 140px;
    margin: 0 auto;
  }

  .sec.sec--i .sec_style1 > div {
    width: 100%;
    font-size: 1.4rem;
  }

  .sec.sec--i .sec_style1 > div span {
    font-size: 1.2rem;
  }
}

.sec.sec--j {
  background-color: #e5effa;
}

.sec.sec--j .sec_inner {
  max-width: 1020px;
}

.sec.sec--j .sec_style1 li {
  padding-left: 56px;
}

.sec.sec--j .sec_style1 li + li {
  margin-top: 76px;
}

.sec.sec--j .sec_style1 li:nth-child(1) {
  background: url('/wp-content/uploads/2023/11/ico_step1.png') 0 0 no-repeat;
}

.sec.sec--j .sec_style1 li:nth-child(2) {
  background: url('/wp-content/uploads/2023/11/ico_step2.png') 0 0 no-repeat;
}

.sec.sec--j .sec_style1 li:nth-child(3) {
  background: url('/wp-content/uploads/2023/11/ico_step3.png') 0 0 no-repeat;
}

.sec.sec--j .sec_style1 li:nth-child(4) {
  background: url('/wp-content/uploads/2023/11/ico_step4.png') 0 0 no-repeat;
}

.sec.sec--j .sec_style1 li:nth-child(5) {
  background: url('/wp-content/uploads/2023/11/ico_step5.png') 0 0 no-repeat;
}

.sec.sec--j .sec_style1 strong {
  display: block;
  padding-top: 0.23em;
  padding-bottom: 0.23em;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.54;
}

.sec.sec--j .sec_style1 .sec_style1_note {
  position: relative;
  padding-left: 1em;
  font-size: 1.8rem;
}

.sec.sec--j .sec_style1 .sec_style1_note::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.sec.sec--j .sec_style1 .sec_style1_button {
  margin-top: 10px;
  text-align: center;
}

.sec.sec--j .sec_style1 .sec_style1_button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 73px;
  min-width: 480px;
  height: 100px;
  background: #fff url('/wp-content/uploads/2023/11/ico_arrow_01.png') right
    20px center no-repeat;
  font-size: 1.8rem;
  line-height: 100px;
  text-align: center;
  transition: 0.3s;
}

.sec.sec--j .sec_style1 .sec_style1_button span:first-child {
  width: 100px;
  text-align: center;
}

.sec.sec--j .sec_style1 .sec_style1_button span:first-child img {
  width: 36px;
  height: auto;
  margin: 0 auto;
}

.sec.sec--j .sec_style2 {
  margin-top: 80px;
  font-size: 1.8rem;
}

.sec.sec--j .sec_style3 {
  padding: 60px;
  border: solid 4px #cddced;
  background: #f2f7fc;
}

@media screen and (min-width: 768px) {
  .sec.sec--j .sec_style1 .sec_style1_button a:hover {
    opacity: 0.8;
  }

  .sec.sec--j .sec_style1 + .sec_style3 {
    margin-top: 70px;
  }

  .sec.sec--j .sec_style3 .sec_style3_info {
    display: flex;
    align-items: center;
  }

  .sec.sec--j .sec_style3 .sec_style3_info h4 {
    width: 200px;
    padding-right: 40px;
    font-size: 2.2rem;
  }

  .sec.sec--j .sec_style3 .sec_style3_info p {
    width: calc(100% - 200px);
    padding-left: 40px;
    border-left: solid 1px #dbdbdb;
  }
}

@media screen and (max-width: 767px) {
  .sec.sec--j .sec_style1 li {
    padding-left: 32px;
  }

  .sec.sec--j .sec_style1 li + li {
    margin-top: 24px;
  }

  .sec.sec--j .sec_style1 li:nth-child(1),
  .sec.sec--j .sec_style1 li:nth-child(2),
  .sec.sec--j .sec_style1 li:nth-child(3),
  .sec.sec--j .sec_style1 li:nth-child(4),
  .sec.sec--j .sec_style1 li:nth-child(5) {
    background-size: 22px auto;
  }

  .sec.sec--j .sec_style1 strong {
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.57;
  }

  .sec.sec--j .sec_style1 .sec_style1_note {
    font-size: 1.4rem;
  }

  .sec.sec--j .sec_style1 .sec_style1_button {
    display: block;
    margin-top: 20px;
  }

  .sec.sec--j .sec_style1 .sec_style1_button a {
    padding: 0 26px 0 10px;
    width: 100%;
    min-width: 0;
    height: 60px;
    background: #fff url('/wp-content/uploads/2023/11/ico_arrow_01.png') right
      10px center/10px auto no-repeat;
    font-size: 1.2rem;
    line-height: 60px;
  }

  .sec.sec--j .sec_style1 .sec_style1_button span:first-child {
    width: 28px;
  }

  .sec.sec--j .sec_style1 .sec_style1_button span:first-child img {
    width: 20px;
    margin: 0;
  }

  .sec.sec--j .sec_style1 + .sec_style3 {
    margin-top: 24px;
  }

  .sec.sec--j .sec_style2 {
    margin-top: 24px;
    font-size: 1.2rem;
  }

  .sec.sec--j .sec_style3 {
    padding: 10px 16px;
  }

  .sec.sec--j .sec_style3 .sec_style3_info h4 {
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: solid 1px #dbdbdb;
    font-size: 1.4rem;
  }
}

.sec.sec--k {
  padding-top: 96px;
  padding-bottom: 100px;
  background-color: #e5effa;
}

@media screen and (min-width: 768px) {
  .sec--b + .sec.sec--k {
    padding-top: 0;
  }

  .sec.sec--k .sec_style1 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .sec.sec--k .sec_style1 th,
  .sec.sec--k .sec_style1 td {
    border: 1px solid #cfdae7;
    vertical-align: middle;
  }

  .sec.sec--k .sec_style1 thead th {
    padding-bottom: 6px;
    border-top: none;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
  }

  .sec.sec--k .sec_style1 thead th:not(:first-child) {
    white-space: nowrap;
  }

  .sec.sec--k .sec_style1 thead th:nth-child(2) {
    color: #4a729e;
  }

  .sec.sec--k .sec_style1 thead th:nth-child(3) {
    color: #9b8a48;
  }

  .sec.sec--k .sec_style1 thead th:nth-child(4) {
    color: #777;
  }

  .sec.sec--k .sec_style1 thead th:first-child {
    border-left: none;
  }

  .sec.sec--k .sec_style1 thead th:last-child {
    border-right: none;
  }

  .sec.sec--k .sec_style1 tbody th {
    padding: 12px 6px;
    border-left: none;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
  }

  .sec.sec--k .sec_style1 tbody th div {
    display: flex;
    align-items: center;
  }

  .sec.sec--k .sec_style1 tbody th span + span {
    margin-left: 8px;
  }

  .sec.sec--k .sec_style1 tbody td {
    text-align: center;
  }

  .sec.sec--k .sec_style1 tbody td:last-child {
    border-right: none;
  }

  .sec.sec--k .sec_style1 tbody img {
    display: inline;
  }

  .sec.sec--k .sec_style1 tfoot td {
    padding: 10px 0;
    border-bottom: none;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
  }

  .sec.sec--k .sec_style1 tfoot td span {
    font-size: 2.6rem;
  }

  .sec.sec--k .sec_style1 tfoot td:first-child {
    border-left: none;
  }

  .sec.sec--k .sec_style1 tfoot td:last-child {
    border-right: none;
  }

  .sec.sec--k .sec_style2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sec.sec--k {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
  }

  .sec.sec--k .sec_inner {
    padding: 0;
  }

  .sec.sec--k .sec_style1 {
    display: none;
  }

  .sec.sec--k .sec_style2 {
    background-color: #e5effa;
  }

  .sec.sec--k .sec_style2 + .sec_style2 {
    margin-top: 16px;
  }

  .sec.sec--k .sec_style2 p:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .sec.sec--k .sec_style2 p:first-child span + span {
    margin-left: 8px;
  }

  .sec.sec--k .sec_style2 dl {
    display: table;
    width: 100%;
    border-top: 1px solid #cfdae7;
    font-size: 1.1rem;
  }

  .sec.sec--k .sec_style2 dl:last-of-type {
    border-bottom: 1px solid #cfdae7;
  }

  .sec.sec--k .sec_style2 dl dt,
  .sec.sec--k .sec_style2 dl dd {
    display: table-cell;
    vertical-align: middle;
  }

  .sec.sec--k .sec_style2 dl dt {
    width: 82%;
    padding: 6px 6px 6px 20px;
    border-right: 1px solid #cfdae7;
  }

  .sec.sec--k .sec_style2 dl dt div {
    display: flex;
    align-items: center;
  }

  .sec.sec--k .sec_style2 dl dt span + span {
    margin-left: 12px;
  }

  .sec.sec--k .sec_style2 dl dt img {
    width: 30px;
    height: auto;
  }

  .sec.sec--k .sec_style2 dl dd img {
    width: 16px;
    height: auto;
    margin: 0 auto;
  }

  .sec.sec--k .sec_style2 p:last-child {
    padding: 10px 20px;
    font-size: 1.1rem;
    text-align: center;
  }

  .sec.sec--k .sec_style2 p:last-child span {
    font-size: 2.2rem;
  }

  .sec.sec--k .sec_style2.sec_style2--basic p:first-child {
    color: #4a729e;
  }

  .sec.sec--k .sec_style2.sec_style2--basic p:first-child img {
    width: 50px;
    height: auto;
  }

  .sec.sec--k .sec_style2.sec_style2--premium p:first-child {
    color: #9b8a48;
  }

  .sec.sec--k .sec_style2.sec_style2--premium p:first-child img {
    width: 88px;
    height: auto;
  }

  .sec.sec--k .sec_style2.sec_style2--corporate p:first-child {
    color: #777;
  }

  .sec.sec--k .sec_style2.sec_style2--corporate p:first-child img {
    width: 98px;
    height: auto;
  }
}

.sec.sec--l {
  padding-bottom: 45px;
}

.sec.sec--l .sec_inner {
  max-width: 1020px;
}

.sec.sec--l .sec_style1 {
  position: relative;
  margin-top: 100px;
  padding: 25px 75px 40px;
  border: 8px solid #d5d5d5;
  color: #666;
}

.sec.sec--l .sec_style1::before {
  content: '';
  position: absolute;
  top: -162px;
  right: 52px;
  border: 52px solid transparent;
  border-bottom: 110px solid #d3d3d3;
}

.sec.sec--l .sec_style1::after {
  content: '';
  position: absolute;
  top: -140px;
  right: 52px;
  border: 52px solid transparent;
  border-bottom: 110px solid #fff;
}

.sec.sec--l .sec_style1 h3 {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6e1ed;
  font-size: 1.8rem;
}

.sec.sec--l .sec_style1 section + section {
  margin-top: 40px;
}

.sec.sec--l .sec_style1 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.sec.sec--l .sec_style1 table th,
.sec.sec--l .sec_style1 table td {
  padding: 8px;
  border: 1px solid #fff;
  line-height: 1.5;
}

.sec.sec--l .sec_style1 table thead th {
  background-color: #eaeaea;
  color: #555;
  font-size: 2rem;
  font-weight: normal;
}

.sec.sec--l .sec_style1 table tbody td {
  padding: 10px 8px;
  color: #777;
  font-size: 1.8rem;
  text-align: center;
}

.sec.sec--l .sec_style1 table tbody tr:nth-child(odd) td {
  background-color: #f7f7f7;
}

.sec.sec--l .sec_style1 table tbody tr:nth-child(even) td {
  background-color: #f2f2f2;
}

.sec.sec--l .sec_style1 table + p {
  margin-top: 30px;
  line-height: 1.33;
}

.sec.sec--l .sec_style2 {
  margin-top: 40px;
}

.sec.sec--l .sec_style2 h3 {
  margin-bottom: 6px;
  font-size: 1.6rem;
}

.sec.sec--l .sec_style2 .list li {
  font-size: 1.6rem;
}

.sec.sec--l .sec_style2 .list li + li {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .sec.sec--l {
    padding-bottom: 32px;
  }

  .sec.sec--l .sec_inner {
    padding: 0;
  }

  .sec.sec--l .sec_style1 {
    margin-top: 10px;
    padding: 10px 16px;
    border: 4px solid #d5d5d5;
  }

  .sec.sec--l .sec_style1::before,
  .sec.sec--l .sec_style1::after {
    display: none;
  }

  .sec.sec--l .sec_style1 h3 {
    margin-bottom: 14px;
    padding-bottom: 8px;
    font-size: 1.4rem;
  }

  .sec.sec--l .sec_style1 section + section {
    margin-top: 24px;
  }

  .sec.sec--l .sec_style1 table th,
  .sec.sec--l .sec_style1 table td {
    padding: 10px 4px;
    border: 1px solid #fff;
    line-height: 1.33;
  }

  .sec.sec--l .sec_style1 table thead th {
    font-size: 1.1rem;
  }

  .sec.sec--l .sec_style1 table tbody td {
    font-size: 1.1rem;
  }

  .sec.sec--l .sec_style1 table + p {
    margin-top: 15px;
  }

  .sec.sec--l .sec_style2 {
    margin-top: 30px;
    padding: 0 20px;
  }

  .sec.sec--l .sec_style2 h3 {
    font-size: 1.4rem;
  }

  .sec.sec--l .sec_style2 .list li {
    font-size: 1.4rem;
  }

  .sec.sec--l .sec_style2 .list li + li {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
