@charset "UTF-8";
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*mediaquery-1*/
.cf {
  zoom: 1;
}
.cf:after {
  display: block;
  content: "";
  clear: both;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.hidetext {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/*fontサイズ指定*/
:root {
  --fz-heading: clamp(3rem, 6vw, 6.4rem); /* H1 */
  --fz-heading02: clamp(2.6rem, 4.8vw, 5.2rem); /* H2 */
  --fz-1: clamp(2.4rem, 3.6vw, 4.2rem); /* H3 */
  --fz-2: clamp(2.1rem, 2.8vw, 3.4rem); /* H4 */
  --fz-3: clamp(1.9rem, 2.2vw, 2.8rem); /* H5 */
  --fz-4: clamp(1.7rem, 1.8vw, 2.2rem); /* H6 / Lead */
  --fz-5: clamp(1.5rem, 1.4vw, 1.9rem); /* Subtext */
  --fz-6: clamp(1.4rem, 1.2vw, 1.7rem); /* Notes */
  --fz-base: clamp(1.4rem, 1.1vw, 1.6rem); /* Base */
}

/*
	include style
===================================================*/
.ellipsis {
  width: 100%;
}

/*
	general style
===================================================*/
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  position: relative;
  height: 100%;
}

body {
  font-size: 1.6rem;
  position: relative;
  color: #2d2d2d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  font-size: var(--fz-base);
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}

a {
  background-color: transparent;
  transition: 0.2s;
}
a:hover {
  color: #2d2d2d;
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

/*
	layout style
===================================================*/
@media screen and (max-width: 640px) {
  br.brpc {
    display: none;
  }
}

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

br.brsp {
  display: none;
}
@media screen and (max-width: 640px) {
  br.brsp {
    display: block;
  }
}

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

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

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

#wraper {
  /*overflow: hidden;*/
}

.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 640px) {
  .inner {
    max-width: 90%;
    width: 90%;
    padding: 0;
  }
}

/*reCAPTCHAバッチ位置調整*/
.grecaptcha-badge {
  bottom: 80px !important;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.red {
  color: red;
}

.tate {
  /*IE*/
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright;
}

/*********************************

HEADER

*********************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.6); /* お好みで */
  transform: translateY(-110%); /* 初期は隠す（%で統一） */
  opacity: 0;
  will-change: transform, opacity; /* スムーズに */
}
.header .header__inner {
  max-width: 1240px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .header .header__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 60px;
    padding: 0;
  }
}
.header .header__inner .header__gnav ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .header .header__inner .header__gnav ul {
    gap: 1rem;
  }
}
.header .header__inner .header__gnav ul li a {
  color: #2d2d2d;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .header .header__inner .header__gnav ul li a {
    letter-spacing: normal;
  }
}

/*********************************

top-page

*********************************/
ul.list-item__dot {
  padding-left: 0;
}
ul.list-item__dot li {
  list-style: none;
  position: relative;
  padding-left: 1.2em;
  margin: 0;
}
ul.list-item__dot li::before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
}

#top-page {
  /*政策について*/
  /*プロフィール*/
}
#top-page img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top-page .fv-wrap {
    position: relative;
    height: 100svh;
  }
}
#top-page .fv {
  width: 100%;
  position: relative;
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  #top-page .fv {
    position: initial;
  }
}
#top-page .fv .fv__lt {
  flex: 0 1 57%;
}
@media screen and (max-width: 768px) {
  #top-page .fv .fv__lt {
    flex: 0 1 100%;
  }
}
@media screen and (max-width: 768px) {
  #top-page .fv .fv__lt .fv__img {
    width: 100%;
  }
}
#top-page .fv .fv__rt {
  width: 35%;
  padding-top: 2%;
}
@media screen and (max-width: 768px) {
  #top-page .fv .fv__rt {
    padding-top: 0;
    width: 65%;
    position: absolute;
    right: 2%;
    bottom: 8%;
  }
}
#top-page .fv .fv__rt .image-box {
  position: relative;
  display: inline-block;
  max-width: 600px;
  width: 100%;
}
#top-page .fv .fv__rt .image-box img {
  display: block; /* 余白対策 */
  max-width: 100%; /* レスポンシブ対応 */
  height: auto;
}
#top-page .fv .fv__rt .image-box .image-text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1240px) {
  #top-page .fv .fv__rt .image-box .image-text {
    top: 14%;
  }
}
@media screen and (max-width: 480px) {
  #top-page .fv .fv__rt .image-box .image-text {
    top: 0%;
  }
}
#top-page .fv .fv__rt .image-box .image-text .fv__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #top-page .fv .fv__rt .image-box .image-text .fv__menu {
    width: 100%;
    height: auto;
    padding: 10%;
  }
}
#top-page .fv .fv__rt .image-box .image-text .fv__menu ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
}
@media screen and (max-width: 1240px) {
  #top-page .fv .fv__rt .image-box .image-text .fv__menu ul {
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #top-page .fv .fv__rt .image-box .image-text .fv__menu ul {
    gap: 0.5rem;
  }
}
#top-page .fv .fv__rt .image-box .image-text .fv__menu ul li a {
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-weight: normal;
}
@media screen and (max-width: 1240px) {
  #top-page .fv .fv__rt .image-box .image-text .fv__menu ul li a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #top-page .fv .fv__rt .image-box .image-text .fv__menu ul li a {
    font-size: 1.6rem;
  }
}
#top-page .fv .fv__rt .image-box .image-text .fv__menu ul li a span {
  color: #e8537f;
}
#top-page .fv__ttl {
  position: relative;
  width: 85%;
  max-width: 1440px;
  margin: -15% auto 15%;
}
#top-page .intro {
  position: relative;
  padding: 15% 0 30%;
  background-image: url("../img/intro_bg_item.jpg"),
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.01) 0%,
      rgb(194, 217, 233) 15%,
      rgb(194, 217, 233) 100%
    );
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, 0 0;
  background-size: 100%, auto;
}
@media screen and (max-width: 768px) {
  #top-page .intro {
    padding: 10% 0 40%;
  }
}
#top-page .intro .flex2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
#top-page .intro .flex2 .lt {
  width: 40%;
  position: -webkit-sticky;
  position: sticky;
  top: 35%; /* ヘッダー分の余白 */
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  #top-page .intro .flex2 .lt {
    position: relative;
    width: 100%;
    top: 0;
  }
}
#top-page .intro .flex2 .rt {
  width: 52%;
  padding-bottom: 20%;
}
@media screen and (max-width: 768px) {
  #top-page .intro .flex2 .rt {
    width: 100%;
    padding-bottom: 0;
  }
}
#top-page .intro .flex2 .intro__read {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top-page .intro .flex2 .intro__read.first {
    text-align: center;
  }
}
#top-page .intro .flex2 .intro__read h3 {
  font-size: var(--fz-2);
  letter-spacing: 0.08em;
  margin-bottom: 2em;
  color: #e8537f;
}
#top-page .intro .flex2 .intro__read h4 {
  font-size: var(--fz-4);
  padding: 0;
  color: #e8537f;
  padding: 0 0 0 0.8em;
  border-left: 8px solid #e8537f;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-page .intro .flex2 .intro__read h4 {
    line-height: 1.75;
  }
}
#top-page .intro .flex2 .intro__read p {
  font-size: var(--fz-6);
  line-height: 2.5;
  margin: 2em 0;
}
#top-page .intro .flex2 .intro__read.box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 10%;
  margin: 8rem 0;
}
@media screen and (max-width: 768px) {
  #top-page .intro .flex2 .intro__read.box {
    margin: 0 0 4rem;
  }
}
#top-page .intro .intro__index {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #top-page .intro .intro__index {
    text-align: center;
  }
}
#top-page .intro .intro__index--ja {
  font-size: var(--fz-heading02);
  letter-spacing: 0.08em;
  line-height: 1.35;
}
#top-page .intro .intro__index--en {
  color: #e8537f;
  font-size: 2.2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #top-page .intro .intro__index--en {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
#top-page .policy {
  padding: 10% 0;
  background-image: url(../img/policy_bg_item.png),
    url(../img/policy_bg_item.png), url(../img/policy_bg_item.png),
    url(../img/policy_bg_item.png), url(../img/policy_bg_item.png),
    url(../img/policy_bg_base.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat,
    repeat-y;
  background-position: right 3%, left 35%, right 50%, left 75%, right 90%,
    top center;
  background-size: 30%, 30%, 30%, 30%, 30%, 100%;
}
#top-page .policy .policy__ttl {
  text-align: center;
}
#top-page .policy .policy__ttl--1 {
  display: inline-block;
  border-bottom: 1px solid #e8537f;
  color: #e8537f;
  font-size: var(--fz-2);
  margin-bottom: 0.5em;
  font-weight: normal;
}
#top-page .policy .policy__ttl--2 {
  display: block;
  font-size: var(--fz-1);
}
#top-page .policy .point-list {
  background-color: #fcf6fa;
  border-radius: 20px;
  padding: 5%;
  margin: 5rem auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10%;
}
@media screen and (max-width: 768px) {
  #top-page .policy .point-list {
    flex-direction: column-reverse;
  }
}
#top-page .policy .point-list.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #top-page .policy .point-list.reverse {
    flex-direction: column-reverse;
  }
}
#top-page .policy .point-list .point-list__thumb {
  flex: 0 1 35%;
}
@media screen and (max-width: 768px) {
  #top-page .policy .point-list .point-list__thumb {
    flex: 0 1 100%;
  }
}
#top-page .policy .point-list .point-list__thumb .main-img img {
  width: 100%;
  border-radius: 12px;
}
#top-page .policy .point-list .point-list__thumb .sub-img {
  padding-left: 4%;
}
@media screen and (max-width: 768px) {
  #top-page .policy .point-list .point-list__thumb .sub-img {
    padding-left: 0;
  }
}
#top-page .policy .point-list .point-list__thumb .sub-img img {
  border-radius: 12px;
  width: 54%;
  margin-top: 15%;
}
@media screen and (max-width: 768px) {
  #top-page .policy .point-list .point-list__thumb .sub-img img {
    width: 60%;
    margin-top: 10%;
  }
}
#top-page .policy .point-list .point-list__read {
  flex: 1;
  min-width: 0; /* ←これがないと text-overflow が効かない */
}
#top-page .policy .point-list .point-list__read .point-num {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  line-height: 1;
  margin-bottom: 2em;
}
#top-page .policy .point-list .point-list__read .point-num::before {
  display: inline-block;
  content: "POINT";
  color: #a5a5a5;
  font-weight: bold;
  margin-right: 1em;
  font-size: var(--fz-4);
  padding-bottom: 0.5em;
  letter-spacing: 0.1em;
}
#top-page .policy .point-list .point-list__read .point-num span {
  font-size: 9rem;
  color: #e8537f;
  font-weight: bold;
  line-height: 1;
  font-family: sans-serif;
}
@media screen and (max-width: 768px) {
  #top-page .policy .point-list .point-list__read .point-num span {
    font-size: 6rem;
  }
}
#top-page .policy .point-list .point-list__read .point-intro {
  line-height: 2;
}
#top-page .policy .point-list .point-list__read .point-intro p {
  margin: 2em 0;
}
#top-page .policy .point-list .point-list__read .point-dtl {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 10%;
  margin: 4rem 0;
  line-height: 2;
}
#top-page .policy .point-list .point-list__read .point-dtl p {
  margin: 1em 0;
}
#top-page .policy .point-list .point-list__read .point-dtl .arrow_rt::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("../img/arrow_rt.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}
#top-page .policy .point-list .point-list__read h3 {
  margin-bottom: 4em;
}
#top-page .policy .point-list .point-list__read h3 .ja {
  font-size: var(--fz-3);
  letter-spacing: 0.1em;
}
#top-page .policy .point-list .point-list__read h3 .en {
  color: #e8537f;
  font-size: var(--fz-base);
  display: block;
  font-weight: normal;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top-page .policy .point-list .point-list__read h3 .en {
    margin-top: 0.5em;
  }
}
#top-page .policy .point-list .point-list__read h3 .en::after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #e8537f;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #top-page .policy .point-list .point-list__read h3 .en::after {
    display: none;
  }
}
#top-page .policy .point-list .point-list__read h4 {
  font-size: var(--fz-4);
  color: #e8537f;
  margin-bottom: 1em;
}
#top-page .policy .point-list .point-list__read h4.under_line {
  border-bottom: 1px solid #e8537f;
  line-height: 1.75;
  padding-bottom: 0.5em;
}
#top-page .policy .point-list .point-list__read h4 .em {
  display: block;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  #top-page .policy .point-list .point-list__read h4 .em {
    text-align: center;
  }
}
#top-page .policy .point-list .point-list__read h5 {
  font-size: var(--fz-5);
  padding: 0;
  padding: 0 0 0 0.8em;
  border-left: 8px solid #e8537f;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 2em 0 1em;
}
@media screen and (max-width: 768px) {
  #top-page .policy .point-list .point-list__read h5 {
    line-height: 1.75;
  }
}
#top-page .profile {
  padding: 10% 0 0;
  background: url(../img/policy_bg_base.jpg) repeat-y top center/100%;
}
#top-page .profile .profile__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10%;
}
#top-page .profile .profile__info--thumb {
  flex: 0 1 40%;
}
@media screen and (max-width: 768px) {
  #top-page .profile .profile__info--thumb {
    flex: 0 1 100%;
  }
  #top-page .profile .profile__info--thumb img {
    width: 50%;
    display: block;
    margin: auto;
  }
}
#top-page .profile .profile__info--read {
  flex: 1;
  min-width: 0;
}
#top-page .profile .profile__info--read .profile__ttl {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  #top-page .profile .profile__info--read .profile__ttl {
    text-align: center;
    margin: 2rem auto;
  }
}
#top-page .profile .profile__info--read .profile__ttl--ja {
  display: block;
  font-size: var(--fz-4);
  font-weight: normal;
}
#top-page .profile .profile__info--read .profile__ttl--en {
  color: #e8537f;
  font-size: 9rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-page .profile .profile__info--read .profile__ttl--en {
    font-size: 4.2rem;
  }
}
#top-page .profile .profile__info--read p {
  line-height: 2;
  margin: 2em 0;
}
#top-page .profile .profile__info--read .info-name {
  font-size: var(--fz-1);
  color: #e8537f;
  margin-bottom: 1em;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#top-page .profile .profile__info--read .info-name span {
  display: inline-block;
}
#top-page .profile .profile__info--read .info-name span.old {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #top-page .profile .profile__info--read .info-name span.old {
    display: block;
    color: #2d2d2d;
  }
}
@media screen and (max-width: 768px) {
  #top-page .profile .profile__info--read .info-name {
    text-align: center;
    margin-bottom: 4rem;
  }
}
#top-page .profile .profile__info--read .info-name rt {
  color: #474747;
  font-size: 0.3em;
  padding-bottom: 0.5em;
}
#top-page .profile .profile__info--read .info-list {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top-page .profile .profile__info--read .info-list {
    border-bottom: 1px solid #e8537f;
  }
}
#top-page .profile .profile__info--read .info-list th {
  padding: 8px 8px 8px 0;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #top-page .profile .profile__info--read .info-list th {
    display: block;
    width: 100%;
    padding: 0;
  }
}
#top-page .profile .profile__info--read .info-list th span {
  display: inline-block;
  background-color: #e8537f;
  color: #ffffff;
  border-radius: 100vw;
  padding: 0.2em 1em;
}
#top-page .profile .profile__info--read .info-list td {
  padding: 8px;
}
@media screen and (max-width: 768px) {
  #top-page .profile .profile__info--read .info-list td {
    padding: 0;
    width: 100%;
    display: block;
    padding: 8px 0 20px;
  }
}
#top-page .profile .profile__info--read .message .message-btm p {
  display: inline-block;
  margin: 0;
}
#top-page .profile .profile__info--read .message .message-btm img {
  float: right;
  width: 50%;
}

/*********************************

sub-page

*********************************/
#sub-page {
  background: #fff;
  padding: 10% 0;
}
#sub-page h1.sub-page__ttl {
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8537f;
}
@media screen and (max-width: 768px) {
  #sub-page h1.sub-page__ttl {
    font-size: 2rem;
  }
}

/*********************************

Contact_MWWPFORM

*********************************/
/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
  /*margin-bottom: 60px;*/
}

#form_page {
  max-width: 900px;
  margin: 5% auto;
  background: #fff;
  padding: 5%;
  color: #000;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  #form_page {
    max-width: 100%;
  }
}

table.form_page__table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  table.form_page__table {
    font-size: 1.3rem;
  }
}
table.form_page__table input,
table.form_page__table textarea {
  padding: 1em;
  width: 100%;
  background: #eee;
  border: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  table.form_page__table input,
  table.form_page__table textarea {
    padding: 10px 0.5em;
  }
}
table.form_page__table input[type="checkbox"],
table.form_page__table input[type="radio"],
table.form_page__table input[type="text"].input_tel {
  width: auto;
}
table.form_page__table input[type="tel"].input_zip {
  width: 6em;
}
table.form_page__table input[type="checkbox"] {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  transform: scale(1.4);
  margin-left: 1em;
}
table.form_page__table th {
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  table.form_page__table th {
    padding-bottom: 0;
    vertical-align: middle;
  }
}
table.form_page__table th,
table.form_page__table td {
  display: block;
  width: 100%;
  padding: 10px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  table.form_page__table th,
  table.form_page__table td {
    padding: 10px 0;
  }
}

span.equ {
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  background-color: #e8537f;
  font-weight: normal;
  font-size: 0.8em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  span.equ {
    margin-top: 1em;
  }
}

.btn_submit_wrap {
  text-align: center;
  margin: 5% auto;
}

.btn_submit {
  cursor: pointer;
  color: #fff;
  background: #e8537f;
  display: inline-block;
  padding: 15px 2em;
  margin: 0 auto;
  border: 1px solid #e8537f;
  transition: all 0.5s;
  letter-spacing: 0.18em;
}

.btn_submit:hover {
  background: #fcf6fa;
  border: 1px solid #fcf6fa;
  color: #fff;
}

/*戻る*/
.btn_submit_back {
  cursor: pointer;
  color: #e8537f;
  background: #f9f9f9;
  display: inline-block;
  padding: 15px 2em;
  margin: 0 auto;
  border: 1px solid #e8537f;
  transition: all 0.5s;
  letter-spacing: 0.18em;
  margin-right: 1em;
}

/*エラー*/
.mw_wp_form .error {
  display: inline-block !important;
}

/*個人情報取り扱い*/
.form_page__p_area {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form_page__p_area {
    font-size: 1.3rem;
  }
}
.form_page__p_area h3 {
  margin-bottom: 20px;
}
.form_page__p_area .p_btn {
  display: inline-block;
}
.form_page__p_area .form_page__p_txt {
  padding: 30px;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.75em;
  width: 100%;
  height: 200px;
  border: 2px solid #e8537f;
  border-radius: 5px;
  overflow: auto;
  background: #fff;
}

/*********************************

footer

*********************************/
.footer {
  color: #fff;
  background: url(../img/policy_bg_base.jpg) repeat-y top center/100%;
  padding-bottom: 5%;
}
.footer .footer__contents {
  width: 95%;
  margin-right: 0;
  margin-left: auto;
  border-top-left-radius: 6vw;
  border-bottom-left-radius: 6vw;
  padding: 5%;
  background-color: #e8537f;
}
@media screen and (max-width: 768px) {
  .footer .footer__contents {
    padding: 8%;
  }
}
.footer .footer__contents .flex2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .footer__contents .flex2 .footer__info {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer .footer__contents .flex2 .footer__info {
    width: 100%;
  }
}
.footer .footer__contents .flex2 .footer__info .access {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
}
.footer .footer__contents .flex2 .footer__info .name {
  font-size: var(--fz-2);
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.footer .footer__contents .flex2 .footer__info .name rt {
  font-size: 0.4em;
  padding-bottom: 0.5em;
}
.footer .footer__contents .flex2 .footer__info .addr {
  font-style: normal;
  font-size: var(--fz-3);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer .footer__contents .flex2 .footer__info .addr {
    font-size: 1.6rem;
  }
}
.footer .footer__contents .flex2 .footer__info .tel {
  font-size: var(--fz-3);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer .footer__contents .flex2 .footer__info .tel {
    font-weight: bold;
    font-size: 1.8rem;
  }
}
.footer .footer__contents .flex2 .footer__info .ig {
  width: 6rem;
  height: 6rem;
  border-radius: 100vw;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer .footer__contents .flex2 .footer__info .ig {
    width: 4rem;
    height: 4rem;
  }
}
.footer .footer__contents .flex2 .footer__info .ig i {
  color: #e8537f;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__contents .flex2 .footer__info .ig i {
    font-size: 2.4rem;
  }
}
.footer .footer__contents .flex2 .footer__map {
  padding: 0 5%;
  width: 50%;
  /*gmap*/
}
@media screen and (max-width: 768px) {
  .footer .footer__contents .flex2 .footer__map {
    width: 100%;
    padding: 5% 0 0;
  }
}
.footer .footer__contents .flex2 .footer__map .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.footer .footer__contents .flex2 .footer__map .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
#page_top a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border-radius: 100%;
  text-align: center;
  background: linear-gradient(
    to bottom,
    rgb(250, 242, 135) 0%,
    rgb(232, 83, 127) 100%
  );
}
#page_top a i {
  color: #fff;
}
/*# sourceMappingURL=style.css.map */
