@charset "UTF-8";
/*!
Theme Name: hokenpro
Theme URI: 
Author: hokenpro
Description: hokenpro
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&family=IBM+Plex+Sans:wght@400;600;700&display=swap");
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
.black {
  color: #222;
}

.white {
  color: #fff;
}

.gray {
  color: #aaa;
}

.blue {
  color: #2E499D;
}

.aqua {
  color: #70B3DB;
}

.red {
  color: #cd0505;
}

.pink {
  color: #ff71ae;
}

.coral {
  color: #fe756c;
}

.orange {
  color: #ff9468;
}

.gold {
  color: #AF9A6B;
}

.bg_red {
  background-color: #cd0505;
}

.bg_orange {
  background-color: #ff9468;
}

.bg_light_gray {
  background-color: #f4f4f4;
}

.pc {
  display: none !important;
}
@media (min-width: 980px) {
  .pc {
    display: inherit !important;
  }
}

.sp {
  display: inherit !important;
}
@media (min-width: 980px) {
  .sp {
    display: none !important;
  }
}

.mb005 {
  margin-bottom: 0.5em !important;
}

.mb01 {
  margin-bottom: 1em !important;
}

.mb02 {
  margin-bottom: 2em !important;
}

.mb03 {
  margin-bottom: 3em !important;
}

.mb04 {
  margin-bottom: 4em !important;
}

.mb05 {
  margin-bottom: 5em !important;
}

.mb06 {
  margin-bottom: 6em !important;
}

html {
  font-size: 12px;
  font-size: 48%;
  overflow-x: hidden;
}

body {
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", Yu Gothic Medium, "Yu Gothic", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #222;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}

.mincho {
  font-family: "Zen Old Mincho", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

::marker,
.eng {
  font-family: "IBM Plex Sans", sans-serif;
}

.kaku {
  font-family: "Noto Sans JP", sans-serif;
}

.small,
small {
  font-size: 80%;
}

.medium {
  font-size: 110%;
}

.big {
  font-size: 125%;
}

.bold,
strong {
  font-weight: bold;
}

.italic,
em {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

@media (min-width: 980px) {
  html {
    font-size: 62.5%;
  }
}
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 500;
}

embed,
iframe,
object {
  max-width: 100%;
}

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

figure:not(.wp-block-image) {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:not([class]) {
  color: #2E499D;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

a:not([class]):visited {
  color: #2E499D;
}

a:not([class]):hover,
a:not([class]):focus,
a:not([class]):active {
  color: #cd0505;
  text-decoration: inherit;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* -- ホバー時透過 -- */
.fade:hover,
.fadeAll a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: opacity 0.4s;
}

#zip {
  width: 20rem;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-family: inherit;
  font-size: 0.888887em;
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #222;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  max-width: 100%;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0.4em 0.5em 0.4em;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #222;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}

select {
  width: 20rem;
  outline: 0;
  cursor: pointer;
}

option {
  font-weight: 300;
}

textarea {
  width: 100%;
  font-family: inherit;
}

label small {
  color: #fff;
  font-weight: bold;
  line-height: 1;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  margin-left: 1rem;
  display: inline-block;
}

.wpcf7-not-valid {
  background-color: #F2DEDE !important;
}

span.wpcf7-not-valid-tip {
  color: #B94A48;
  font-size: 80%;
  display: inline-block;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 80%;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  padding: 8px 35px 8px 14px;
  margin: 2em 0 0;
  position: relative;
  display: block;
  opacity: 0;
}
.wpcf7 form .wpcf7-response-output :after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
  opacity: 1;
}
.wpcf7 form.invalid .wpcf7-response-output:before, .wpcf7 form.unaccepted .wpcf7-response-output:before {
  content: "✖";
  margin-right: 0.5em;
  color: #E6232A;
  vertical-align: baseline;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
  opacity: 1;
}
.wpcf7 form.sent .wpcf7-response-output:before {
  content: "✔";
  margin-right: 0.5em;
  color: #00abff;
}
.wpcf7 [name^=email],
.wpcf7 [name^=zip] {
  margin-bottom: 0.5rem;
}
.wpcf7 p {
  margin-bottom: 1.5rem;
}

.wpcf7c-conf {
  color: inherit !important;
  background: #ccc !important;
  border: inherit !important;
}

.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none;
}

.btn {
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 20%;
  border-style: solid;
  border-width: 2px;
  border-radius: 50rem;
  padding: 0.8em 1.5em;
  position: relative;
  display: inline-block;
  outline: none;
  transition: all 0.4s;
}
.btn:not(.btn_outline_black):hover {
  background-color: #fff;
}
.btn_pink {
  color: #fff;
  background: linear-gradient(90deg, #ff71ae 0%, #ff9468 50%, #ff71ae 100%);
  background-size: 200% auto;
  background-position: 0% 50%;
  border-color: transparent !important;
}
.btn_pink:hover {
  background-position: 100% 50%;
}
.btn.arrow {
  background-image: url(./images/common/icon_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.8em) 50%;
  background-size: 1em;
  padding-inline-end: 3em;
}

.btn_outline {
  background-color: #fff;
  font-weight: 900;
  text-decoration: none;
  line-height: 1;
  border-width: 2px;
  border-style: solid;
  border-radius: 50rem;
  padding: 0.8em 1.5em;
  position: relative;
  z-index: 0;
  display: inline-block;
  outline: none;
  transition: all 0.4s;
}
.btn_outline_blue {
  color: #2E499D;
  border-color: #2E499D;
}
.btn_outline_blue:hover {
  color: #fff;
  background-color: #2E499D;
}
.btn_outline_blue:hover::after {
  opacity: 0;
}

.btn_underline {
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 0.6em 0 0.6em 0;
  position: relative;
  display: inline-block;
  outline: none;
  transition: all 0.4s;
}
.btn_underline_black {
  color: #222;
  border-color: #222;
}
.btn_underline_black:hover {
  color: inherit;
  background-color: rgba(34, 34, 34, 0.1);
}

.badge {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  border-style: solid;
  border-width: 1px;
  border-radius: 50rem;
  padding: 0.35em 1em 0.35em;
  display: inline-block;
}
.badge_pink {
  background-color: #ff71ae;
}
.badge_outline_pink {
  color: #ff71ae;
  background-color: #fff;
  border-color: #ff71ae;
  padding-block-start: 0.25em;
}

.is-style-custom_button01 a {
  background: linear-gradient(90deg, #ff71ae 0%, #ff9468 50%, #ff71ae 100%);
  background-size: 200% auto;
  background-position: 0% 50%;
  border-color: transparent !important;
  transition: all 0.4s;
}
.is-style-custom_button01 a:hover {
  background-position: 100% 50%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.text_color01 {
  background: linear-gradient(90deg, #ff71ae 0%, #ff9468 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h2 {
  font-size: 6svw;
  line-height: 1.5;
}
@media (min-width: 480px) {
  .h2 {
    font-size: 4.4rem;
  }
}
.h2 span.eng {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  text-transform: uppercase;
  display: block;
}
.h2 span.eng:not(.white) {
  background: linear-gradient(90deg, #ff71ae 0%, #ff9468 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h2 span.jpn {
  font-weight: 600;
  display: block;
}

.h3 {
  font-size: 3rem;
}
@media (min-width: 480px) {
  .h3 {
    font-size: 3.2rem;
  }
}

.h4 {
  font-size: 4svw;
  line-height: 1.3;
}
@media (min-width: 480px) {
  .h4 {
    font-size: 2.6rem;
  }
}

.is-style-custom_table01 table {
  border-collapse: collapse;
  display: block;
}
@media (min-width: 480px) {
  .is-style-custom_table01 table {
    display: table;
  }
}
.is-style-custom_table01 table tbody {
  display: block;
}
@media (min-width: 480px) {
  .is-style-custom_table01 table tbody {
    display: table-row-group;
  }
}
.is-style-custom_table01 table tbody tr {
  border-color: #aaa;
  border-width: 1px;
  border-bottom-style: solid;
  padding-block: 0.6em;
  margin-bottom: -1px;
  display: block;
}
@media (min-width: 768px) {
  .is-style-custom_table01 table tbody tr {
    margin-bottom: 0;
  }
}
.is-style-custom_table01 table tbody tr th,
.is-style-custom_table01 table tbody tr td {
  border-style: none;
  display: block;
}
@media (min-width: 768px) {
  .is-style-custom_table01 table tbody tr th,
  .is-style-custom_table01 table tbody tr td {
    padding-block: 0.6em;
    display: table-cell;
  }
}
.is-style-custom_table01 table tbody tr th {
  color: #3B4868;
  text-align: left;
  vertical-align: top;
}
@media (min-width: 480px) {
  .is-style-custom_table01 table tbody tr td {
    min-width: 10em;
  }
}

html.on {
  overflow-y: hidden;
}

body {
  position: relative;
  z-index: 0;
}
body #page {
  position: relative;
  z-index: 0;
}

.sub_header {
  width: 100%;
  padding-block: 8em;
  margin-inline: auto;
  position: relative;
  z-index: 0;
}
.sub_header .page_title {
  width: 90%;
  max-width: 1200px;
  position: absolute;
  top: calc(50% - 1em);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.sub_header .page_title .jpn {
  font-size: 4.2rem;
  line-height: 1;
  display: inline-block;
}
.sub_header .pic_hero {
  width: calc(100% - (4% + 1em));
  border-top-left-radius: 5em;
  border-bottom-left-radius: 5em;
  margin-inline-start: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
  line-height: 0;
  overflow: hidden;
}
.sub_header .pic_hero img {
  width: 100%;
  height: calc(70svh - 6.5em);
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumbs {
  letter-spacing: 0;
  border-top: #f4f4f4 solid 1px;
  border-bottom: #f4f4f4 solid 1px;
  position: relative;
}
.breadcrumbs .breadcrumbs_inner {
  width: 90%;
  max-width: 1200px;
  white-space: nowrap;
  margin-inline: auto;
  overflow-x: auto;
}
.breadcrumbs .breadcrumbs_inner ol {
  text-align: right;
  padding-block: 1rem;
  margin: 0;
}
.breadcrumbs .breadcrumbs_inner ol li {
  list-style: none;
  display: inline;
}
.breadcrumbs .breadcrumbs_inner ol li + li:before {
  content: "/";
  color: #aaa;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.breadcrumbs .breadcrumbs_inner ol li a {
  color: inherit;
  background: linear-gradient(#222, #222) left bottom/100% 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.breadcrumbs .breadcrumbs_inner ol li a:hover {
  background-size: 0 1px;
  background-position: right bottom;
}

#banners {
  background-image: url(./images/common/bg_banner.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  padding-block: 10em !important;
}
#banners .banner_inner {
  max-width: 900px !important;
}

#contact {
  margin-block-start: 5em;
  position: relative;
  z-index: 0;
}
#contact::before {
  content: "";
  width: 95%;
  height: calc(100% - 9.5em);
  background-image: url(./images/common/bg_contact.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-top-right-radius: 3em;
  border-bottom-right-radius: 3em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#contact .container {
  width: 80% !important;
}
#contact .container .bottons {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2em 3em;
}
@media (min-width: 980px) {
  #contact .container .bottons {
    grid-template-columns: repeat(2, 1fr);
  }
}
#contact .container .bottons > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
  -moz-column-gap: 1em;
       column-gap: 1em;
  background-color: #fff;
  box-shadow: 0 0 1.5em rgba(255, 113, 174, 0.2);
  border-radius: 1em;
  padding: 2.5em 1em;
  transition: all 0.4s;
}
#contact .container .bottons > div a:hover {
  transform: scale(1.1);
}
#contact .container .bottons > div a .icon {
  height: 13svw;
  filter: invert(71%) sepia(14%) saturate(7187%) hue-rotate(297deg) brightness(106%) contrast(91%);
}
@media (min-width: 768px) {
  #contact .container .bottons > div a .icon {
    height: 5svw;
  }
}
@media (min-width: 1200px) {
  #contact .container .bottons > div a .icon {
    height: 5em;
  }
}
#contact .container .bottons > div a .text .big {
  background: linear-gradient(90deg, #ff71ae 0%, #ff9468 100%);
  font-size: 6.5svw;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  #contact .container .bottons > div a .text .big {
    font-size: 3.6svw;
  }
}
@media (min-width: 1500px) {
  #contact .container .bottons > div a .text .big {
    font-size: 5rem;
  }
}
#contact .container .bottons > div.mail_inner a .icon {
  height: 10svw;
}
@media (min-width: 768px) {
  #contact .container .bottons > div.mail_inner a .icon {
    height: 4svw;
  }
}
@media (min-width: 1200px) {
  #contact .container .bottons > div.mail_inner a .icon {
    height: 3.5em;
  }
}
#contact .container .bottons > div.mail_inner a .text .big {
  font-size: 5.5svw;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  #contact .container .bottons > div.mail_inner a .text .big {
    font-size: 3svw;
  }
}
@media (min-width: 1500px) {
  #contact .container .bottons > div.mail_inner a .text .big {
    font-size: 4.2rem;
  }
}
#contact .container .bottons > div.mail_inner a .bold {
  letter-spacing: 0;
}

#footer .container .sitemap_inner {
  padding-block-end: 5em;
}
#footer .container .sitemap_inner nav {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
#footer .container .sitemap_inner nav a {
  color: inherit;
  text-decoration: none;
}
#footer .container .sitemap_inner nav a:hover {
  color: #ff71ae;
}
#footer .container .sitemap_inner nav > ul:not(.sub-menu):nth-of-type(1) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 1em;
}
@media (min-width: 980px) {
  #footer .container .sitemap_inner nav > ul:not(.sub-menu):nth-of-type(1) {
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}
#footer .container .sitemap_inner nav > ul:not(.sub-menu) > li.none > a:active {
  pointer-events: none;
}
#footer .container .sitemap_inner nav > ul:not(.sub-menu) > li > a {
  background: linear-gradient(#222, #222) left bottom/100% 1px no-repeat;
  transition: background-size 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#footer .container .sitemap_inner nav > ul:not(.sub-menu) > li > a:hover {
  background-size: 0 1px;
  background-position: right bottom;
}
#footer .container .sitemap_inner nav .sub-menu {
  font-size: 95%;
  list-style: disc;
  list-style-position: outside;
  padding-inline-start: 1.5em;
  margin-inline-start: 0;
  margin-block-start: 0.5em;
}
#footer .siteinfo_inner {
  text-align: center;
  padding-block-end: 5em;
}
#footer .siteinfo_inner .logo {
  line-height: 1;
}
#footer .siteinfo_inner .logo .site_title {
  margin-block-end: 1em;
  display: inline-block;
}
#footer .siteinfo_inner address {
  font-style: normal;
}
#footer .copy {
  color: #aaa;
  background-color: #f4f4f4;
  padding-block: 2em;
}
#footer .copy .copy_inner {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}

#main {
  position: relative;
}
#main .container {
  width: 90%;
  margin-inline: auto;
}
#main .container .container {
  width: 90%;
}
#main .container_l {
  max-width: 1500px;
}
#main .container_m {
  max-width: 1200px;
}
#main .container_s {
  max-width: 1080px;
}
#main section:not(.none) {
  padding-top: 5em;
  padding-bottom: 5em;
}

#loader {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
}
#loader.loaded {
  opacity: 0;
  visibility: hidden;
}
#loader .spiner {
  width: 200px;
  position: relative;
  z-index: 0;
}
#loader .spiner .logo {
  width: 0px;
  overflow: hidden;
  animation: logo_anime 1.5s ease-out forwards;
}
#loader .spiner .logo img {
  min-width: 200px;
  min-height: 50px;
}
@keyframes logo_anime {
  0% {
    width: 0px;
  }
  100% {
    width: 200px;
  }
}
#loader .spiner .bg_logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: grayscale(1);
  opacity: 0.2;
}

/*--------------------------------------------------------------
# スクロールエフェクト・アニメーション
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
#header {
  width: 100%;
  background-color: #fff;
  line-height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.4s;
}
#header.is_fixed {
  width: 100%;
  left: 0;
}
#header.is_fixed .inner .site_title a .logo {
  height: 3em;
  filter: none;
}
#header.is_fixed .inner .navigation ul.medium > li:has(.sub_menu):hover .sub_menu {
  top: 4.95em;
}
#header.is_fixed .inner .navigation ul .sub_menu {
  top: 4.95em;
}
#header:not(.is_fixed) .inner .site_title {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 1.5em rgba(255, 113, 174, 0.2);
  border-bottom-right-radius: 2em;
  padding: 3em 2em;
}
#header:not(.is_fixed) .inner .navigation ul.medium > li {
  padding-block: 1em;
}
#header:not(.is_fixed) .inner .navigation ul .sub_menu {
  top: 6.5em;
}
#header:not(.is_fixed) .inner .navigation ul .sub_menu::before {
  height: calc(100% - 0.75em);
  top: 0.75em;
}
#header .inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-inline: 1em;
}
#header .inner .site_title {
  padding-block: 1.15em;
}
#header .inner .site_title a .logo {
  width: auto;
  height: 3em;
  margin-inline-start: -0.2em;
  margin-block-start: -0.3em;
  transition: height 0.4s;
}
@media (min-width: 1200px) {
  #header .inner .site_title a .logo {
    height: 3.5em;
  }
}
#header .inner .navigation {
  margin-inline-start: auto;
  display: none;
}
@media (min-width: 1500px) {
  #header .inner .navigation {
    display: inherit;
  }
}
#header .inner .navigation a {
  color: inherit;
  text-decoration: none;
  line-height: 1.3;
}
#header .inner .navigation a:hover {
  color: #ff71ae;
}
#header .inner .navigation ul.medium {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}
#header .inner .navigation ul.medium > li .desc {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
}
#header .inner .navigation ul.medium > li.none > a:active {
  pointer-events: none;
}
#header .inner .navigation ul.medium > li:not(.none) > a {
  display: inline-block;
  padding: 0.75em 0em 0.75em 0em;
  position: relative;
}
#header .inner .navigation ul.medium > li.contact a {
  color: #fff;
  background-color: #222;
  text-align: center;
  border: #222 solid 2px;
  border-radius: 50rem;
  padding: 0.75em 1.5em;
  margin-inline-start: 0.5em;
  display: block;
  transition: all 0.4s;
}
#header .inner .navigation ul.medium > li.contact a:hover {
  color: #222;
  background-color: #fff;
}
#header .inner .navigation ul.medium > li.contact a:hover .desc {
  color: inherit;
}
#header .inner .navigation ul.medium > li:has(.sub_menu):hover .sub_menu {
  height: -moz-max-content;
  height: max-content;
  top: 6.5em;
  opacity: 1;
  visibility: visible;
}
#header .inner .navigation ul .sub_menu {
  width: 100%;
  padding-block: 5em 6em;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 6.5em;
  left: 0;
  z-index: 0;
  transition: all 0.4s;
}
#header .inner .navigation ul .sub_menu::before {
  content: "";
  width: 100svw;
  height: calc(100% - 0.75em);
  background-color: #F4F5FA;
  position: absolute;
  top: 0.75em;
  left: 0;
  z-index: -1;
}
#header .inner .navigation ul .sub_menu .sub_menu_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
#header .inner .navigation ul .sub_menu .sub_menu_inner .parent_title {
  line-height: 1.3;
  padding-block-start: 0.75em;
}
#header .inner .navigation ul .sub_menu .sub_menu_inner .parent_url {
  width: 2.5em;
  height: 2.5em;
  background-image: url(./images/common/icon_arrow_right_outline.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-block-start: 0.75em;
  display: inline-block;
}
#header .inner .navigation ul .sub_menu .sub_menu_inner .parent_url:hover {
  background-image: url(./images/common/icon_arrow_right.svg?20240731);
}
#header .inner .navigation ul .sub_menu ul {
  width: calc(100% - 20em);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: max-content;
  -moz-column-gap: 3em;
       column-gap: 3em;
}
#header .inner .navigation ul .sub_menu ul li a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.438%22%20height%3D%2216.372%22%20viewBox%3D%220%200%2021.438%2016.372%22%3E%20%3Cpath%20id%3D%22arrow%22%20d%3D%22M141.285%2C15.145l5.5-5.623H129v-2h17.716l-5.456-6L142.74.172l7.7%2C8.474-7.723%2C7.9Z%22%20transform%3D%22translate(-129%20-0.172)%22%20fill%3D%22%232e499d%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 0.8em;
  border-bottom: #2E499D solid 1px;
  padding: 0.75em 0em 0.75em;
  display: block;
  transition: all 0.4s;
}
#header .inner .navigation ul .sub_menu ul li a:hover {
  color: #fff;
  background-color: #2E499D;
  padding-inline: 1em;
}

body.home #header.is_fixed .inner .site_title {
  visibility: visible;
  opacity: 1;
}
.mb_nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  display: inherit;
}
@media (min-width: 1500px) {
  .mb_nav {
    display: none;
  }
}
.mb_nav .menu,
.mb_nav .phone,
.mb_nav .mail {
  width: 5em;
  height: 5em;
  position: relative;
  cursor: pointer;
}
.mb_nav .phone svg,
.mb_nav .mail svg {
  fill: #ff71ae;
  width: 2.5em;
  height: 2.5em;
}
.mb_nav .mail a {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
}
.mb_nav .menu {
  background-color: #222;
}
.mb_nav .menu i {
  content: "";
  width: 2em;
  height: 2px;
  background-color: #fff;
  margin: auto;
  position: absolute;
  top: -1em;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  transition: 0.4s all ease-out;
}
.mb_nav .menu i:before, .mb_nav .menu i:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.4s all ease-out;
}
.mb_nav .menu i:before {
  top: -1.3em;
}
.mb_nav .menu i:after {
  bottom: -1.3em;
}
.mb_nav .menu.on i {
  background-color: transparent;
}
.mb_nav .menu.on i::before {
  top: 0;
  transform: rotate(45deg);
}
.mb_nav .menu.on i::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.mb_nav .menu small {
  color: #fff;
  width: 100%;
  height: 1em;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 1em;
  display: block;
}

.drawer {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transform: translateY(-30%);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  overflow-y: auto;
  visibility: hidden;
}
.drawer.on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.drawer .inner .site_title {
  background-color: #fff;
  line-height: 0;
  padding: 1em;
  margin-inline: auto;
  position: relative;
}
.drawer .inner .site_title a {
  display: inline-block;
}
.drawer .inner .site_title a .logo {
  width: auto;
  height: 3em;
}
.drawer .inner nav {
  width: 100%;
  margin-inline: auto;
}
.drawer .inner nav > ul > li {
  width: 100%;
}
.drawer .inner nav > ul > li > .sub_menu {
  background-color: rgba(255, 113, 174, 0.2);
  padding: 0.5em;
  margin: 0.5em 2em;
  border-radius: 0.25em;
}
.drawer .inner nav > ul > li > .sub_menu li:not(:last-child) a {
  border-bottom: #fff dashed 1px;
}
.drawer .inner nav > ul > li > .sub_menu li a {
  padding: 0.5em;
}
.drawer .inner nav > ul > li a {
  color: #222;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: block;
  z-index: 0;
}
.drawer .inner nav > ul > li a::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: rgba(255, 113, 174, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.4s;
}
.drawer .inner nav > ul > li a:hover {
  color: #ff71ae;
}
.drawer .inner nav > ul > li a:hover::before {
  width: 100%;
}
.drawer .inner nav > ul > li a small {
  display: inline-block;
  position: relative;
  top: -0.1em;
  left: 0.5em;
}
.drawer .inner nav > ul > li.none > a {
  pointer-events: none;
}
.drawer .inner nav > ul > li > a {
  border-top: #aaa solid 0.5px;
  border-bottom: #aaa solid 0.5px;
  padding: 1em 1em 1em 1.5em;
  margin-bottom: -0.5px;
}

/*--------------------------------------------------------------
/* Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#main[tabindex="-1"]:focus {
  outline: 0;
}/*# sourceMappingURL=style.css.map */