@charset "UTF-8";
/* ==================================================

   Author   十二画
   URL
   License  © 2021

   --------------------------------------------------
      Structure
   --------------------------------------------------
   0. Reset
   1. Base
   2. Header
   3. Content
   4. Footer

================================================== */
/* Base
-------------------------------------------------- */
/* Fonts
-------------------------------------------------- */
/* Colors
-------------------------------------------------- */
/* Media Query
-------------------------------------------------- */
/* Fonts
-------------------------------------------------- */
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 100;
  src: url(../fonts/NotoSansJP-Thin.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 200;
  src: url(../fonts/NotoSansJP-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 300;
  src: url(../fonts/NotoSansJP-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url(../fonts/NotoSansJP-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url(../fonts/NotoSansJP-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 600;
  src: url(../fonts/NotoSansJP-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url(../fonts/NotoSansJP-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 800;
  src: url(../fonts/NotoSansJP-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url(../fonts/NotoSansJP-Black.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-weight: 100;
  src: url(../fonts/NotoSerifJP-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-weight: 200;
  src: url(../fonts/NotoSerifJP-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-weight: 300;
  src: url(../fonts/NotoSerifJP-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-weight: 600;
  src: url(../fonts/NotoSerifJP-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-weight: 700;
  src: url(../fonts/NotoSerifJP-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-weight: 800;
  src: url(../fonts/NotoSerifJP-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-weight: 900;
  src: url(../fonts/NotoSerifJP-Black.ttf) format("truetype");
}
/* Media Query
-------------------------------------------------- */
/* Functions
-------------------------------------------------- */
.fl {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.fl.fl- {
  flex-direction: row-reverse;
}

.ib {
  letter-spacing: -0.4em;
}
.ib > * {
  display: inline-block;
  letter-spacing: 0;
}

._sp {
  display: block;
}
@media (min-width: 768px) {
  ._sp {
    display: none;
  }
}

._tb {
  display: none;
}
@media (min-width: 768px) {
  ._tb {
    display: block;
  }
}

._pc {
  display: none;
}
@media (min-width: 2600px) {
  ._pc {
    display: block;
  }
}

.boxcenter {
  margin-left: auto;
  margin-right: auto;
}

.txtcenter {
  text-align: center;
}

/* ==================================================
   Reset https://github.com/nicolas-cusan/destyle.css
================================================== */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: normal;
}

/* ==================================================
   Content
================================================== */
body {
  color: #312F30;
  font-size: clamp( 0.875rem, 0.8539325843rem + 0.0898876404vw, 1rem );
  font-family: "Noto Sans JP", sans-serif !important;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1;
}

#header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
#header > .inner {
  padding-left: clamp( 1.875rem, 1.0112359551rem + 3.6853932584vw, 7rem );
  padding-right: clamp( 1.875rem, 1.0112359551rem + 3.6853932584vw, 7rem );
}
#header > .inner > .inner02 {
  padding-top: clamp( 1.875rem, 1.0112359551rem + 3.6853932584vw, 7rem );
}
#header > .inner > .inner02 > .h-unit:nth-of-type(1) {
  width: 80px;
}
@media (min-width: 375px) {
  #header > .inner > .inner02 > .h-unit:nth-of-type(1) {
    width: calc(5rem + (1vw - 3.75px) * 3.595505618);
  }
}
@media (min-width: 2600px) {
  #header > .inner > .inner02 > .h-unit:nth-of-type(1) {
    width: 160px;
  }
}
#header > .inner > .inner02 > .h-unit:nth-of-type(1) > #ci {
  width: 100%;
}
#header > .inner > .inner02 > .h-unit:nth-of-type(1) > #ci > a {
  display: block;
  height: 100%;
  width: 100%;
}
#header > .inner > .inner02 > .h-unit:nth-of-type(1) > #ci > a > img {
  width: 100%;
}
#header > .inner > .inner02 > .h-unit:nth-of-type(2) {
  width: calc(100% - 80px);
}
@media (min-width: 375px) {
  #header > .inner > .inner02 > .h-unit:nth-of-type(2) {
    width: calc(100% - (5rem + (1vw - 3.75px) * 3.595505618));
  }
}
@media (min-width: 2600px) {
  #header > .inner > .inner02 > .h-unit:nth-of-type(2) {
    width: calc(100% - 160px);
  }
}
#header > .inner > .inner02 > .h-unit > #menu-btn {
  margin-left: auto;
  width: clamp( 3.125rem, 2.5983146067rem + 2.2471910112vw, 6.25rem );
}
#header > .inner > .inner02 > .h-unit > #menu-btn > a {
  display: block;
  height: 100%;
  width: 100%;
}
#header > .inner > .inner02 > .h-unit > #menu-btn > a > * {
  display: block;
}
#header > .inner > .inner02 > .h-unit > #menu-btn > a > .inner {
  margin-bottom: clamp( 0.25rem, 0.2078651685rem + 0.1797752809vw, 0.5rem );
  height: clamp( 0.5625rem, 0.4887640449rem + 0.3146067416vw, 1rem );
  position: relative;
}
#header > .inner > .inner02 > .h-unit > #menu-btn > a > .inner > span {
  background-color: #000;
  border-radius: clamp( 0.03125rem, 0.0259831461rem + 0.0224719101vw, 0.0625rem );
  display: block;
  height: clamp( 0.0625rem, 0.0519662921rem + 0.0449438202vw, 0.125rem );
  position: absolute;
  transition-duration: 0.3s;
  width: 100%;
}
#header > .inner > .inner02 > .h-unit > #menu-btn > a > .inner > span:nth-of-type(1) {
  top: 0;
}
#header > .inner > .inner02 > .h-unit > #menu-btn > a > .inner > span:nth-of-type(2) {
  bottom: 0;
  margin: auto 0;
  top: 0;
}
#header > .inner > .inner02 > .h-unit > #menu-btn > a > .inner > span:nth-of-type(3) {
  bottom: 0;
}
#header > .inner > .inner02 > .h-unit > #menu-btn > a > .txt {
  margin-left: auto;
  margin-right: auto;
  width: clamp( 1.5625rem, 1.2991573034rem + 1.1235955056vw, 3.125rem );
}
#header > .inner > .inner02 > .h-unit > #menu-btn > a > .txt > img {
  width: 100%;
}
#header > .inner > .inner02 > .h-unit > #menu-btn._opened > a > .inner > span:nth-of-type(1) {
  bottom: 0;
  margin: auto 0;
  top: 0;
  transform: rotate(-10deg);
}
#header > .inner > .inner02 > .h-unit > #menu-btn._opened > a > .inner > span:nth-of-type(2) {
  opacity: 0;
}
#header > .inner > .inner02 > .h-unit > #menu-btn._opened > a > .inner > span:nth-of-type(3) {
  bottom: 0;
  margin: auto 0;
  top: 0;
  transform: rotate(10deg);
}

.local #header {
  background: linear-gradient(45deg, #FEFAFA, #F1C9CB, #E08C90, #F1C9CB, #E08C90, #FEFAFA);
  position: relative;
}
.local #header > .inner {
  padding-left: clamp( 1rem, 0.8314606742rem + 0.7191011236vw, 2rem );
  padding-right: clamp( 1rem, 0.8314606742rem + 0.7191011236vw, 2rem );
}
.local #header > .inner > .inner02 {
  align-items: center;
  padding-bottom: clamp( 0.75rem, 0.6235955056rem + 0.5393258427vw, 1.5rem );
  padding-top: clamp( 0.75rem, 0.6235955056rem + 0.5393258427vw, 1.5rem );
  justify-content: space-between;
}
.local #header > .inner > .inner02 > .h-unit:nth-of-type(2) {
  width: 32px;
}
.local #header > .inner > .inner02 > .h-unit > #menu-btn {
  width: 100%;
}
.local #header > .inner > .inner02 > .h-unit > #menu-btn > a > .inner {
  height: 17px;
  margin-bottom: 0;
}
.local #header > .inner > .inner02 > .h-unit > #menu-btn > a > .inner > span {
  border-radius: clamp( 0.03125rem, 0.0259831461rem + 0.0224719101vw, 0.0625rem );
  height: clamp( 0.0625rem, 0.0519662921rem + 0.0449438202vw, 0.125rem );
}
.local #header > .inner > .inner02 > .h-unit > #menu-btn > a > .txt {
  display: none;
}

#content > #main-visual {
  background: linear-gradient(45deg, #FEFAFA, #F1C9CB, #E08C90, #F1C9CB, #E08C90, #FEFAFA);
  position: relative;
}
#content > #main-visual > .inner {
  padding-bottom: clamp( 0.9375rem, 0.4213483146rem + 2.202247191vw, 4rem );
  padding-left: clamp( 0.9375rem, 0.4213483146rem + 2.202247191vw, 4rem );
  padding-right: clamp( 0.9375rem, 0.4213483146rem + 2.202247191vw, 4rem );
  padding-top: clamp( 0.9375rem, 0.4213483146rem + 2.202247191vw, 4rem );
}
#content > #main-visual > .inner > .inner02 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: clamp( 31rem, 25.7752808989rem + 22.2921348315vw, 62rem );
  position: relative;
}
#content > #main-visual > .inner > .inner02 > #catch {
  color: #FFF;
  bottom: clamp( 1.5rem, 1.2471910112rem + 1.0786516854vw, 3rem );
  left: clamp( 1.5rem, 1.2471910112rem + 1.0786516854vw, 3rem );
  position: absolute;
}
#content > #main-visual > .inner > .inner02 > #catch > .ja {
  font-size: clamp( 3.75rem, 3.1179775281rem + 2.6966292135vw, 7.5rem );
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.5;
}
#content > #main-visual > .inner > .inner02 > #catch > .en {
  font-size: clamp( 1rem, 0.9157303371rem + 0.3595505618vw, 1.5rem );
  right: clamp( 1.875rem, 1.558988764rem + 1.3483146067vw, 3.75rem );
  top: clamp( 1.875rem, 1.558988764rem + 1.3483146067vw, 3.75rem );
  line-height: 1.5;
}
@media (min-width: 768px) {
  #content > #main-visual > .inner > .inner02 > #catch > .en {
    position: absolute;
  }
}
#content > #main-visual > .copy {
  display: none;
  font-size: 14px;
  left: clamp( -1.875rem, -1.558988764rem + -1.3483146067vw, -3.75rem );
  margin: auto 0;
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  #content > #main-visual > .copy {
    display: block;
  }
}
#content > #_service > .inner > .inner02 {
  padding-bottom: clamp( 5.25rem, 4.3651685393rem + 3.7752808989vw, 10.5rem );
  padding-top: clamp( 8.4375rem, 7.0154494382rem + 6.0674157303vw, 16.875rem );
}
#content > #_service > .inner > .inner02 > .head {
  margin-bottom: clamp( 4.1875rem, 3.481741573rem + 3.0112359551vw, 8.375rem );
}
#content > #_service > .inner > .inner02 > .box {
  margin-bottom: clamp( 2.4375rem, 2.0266853933rem + 1.7528089888vw, 4.875rem );
}
#content > #_service > .inner > .inner02 > .btn {
  margin-left: auto;
  margin-right: auto;
}
#content > #_about > .inner > .inner02 {
  padding-bottom: clamp( 5.25rem, 4.3651685393rem + 3.7752808989vw, 10.5rem );
}
#content > #_about > .inner > .inner02 > .head {
  margin-bottom: clamp( 4.1875rem, 3.481741573rem + 3.0112359551vw, 8.375rem );
}
#content > #_about > .inner > .inner02 > .txt-box {
  margin-bottom: clamp( 3.25rem, 2.702247191rem + 2.3370786517vw, 6.5rem );
}
#content > #_company > .inner > .inner02 > .head {
  margin-bottom: clamp( 2rem, 1.6629213483rem + 1.4382022472vw, 4rem );
}
#content > #_company > .inner > .inner02 > .txt-box {
  margin-bottom: clamp( 3.25rem, 2.702247191rem + 2.3370786517vw, 6.5rem );
  max-width: 864px;
}
#content > #text-section {
  overflow: hidden;
}
#content > #text-section > .inner > .inner02 {
  padding-bottom: clamp( 6.5rem, 5.404494382rem + 4.6741573034vw, 13rem );
  padding-top: clamp( 6.5rem, 5.404494382rem + 4.6741573034vw, 13rem );
}
#content > #text-section > .inner > .inner02 > .slide .item {
  margin-left: clamp( 1.25rem, 1.0393258427rem + 0.8988764045vw, 2.5rem );
  margin-right: clamp( 1.25rem, 1.0393258427rem + 0.8988764045vw, 2.5rem );
  width: clamp( 40rem, 33.2584269663rem + 28.7640449438vw, 80rem );
}
#content > #text-section > .inner > .inner02 > .slide .item > img {
  width: 100%;
}

#service #content > #section01 > .inner, #about #content > #section01 > .inner, #company #content > #section01 > .inner, #transaction #content > #section01 > .inner {
  padding-top: clamp( 3.25rem, 2.702247191rem + 2.3370786517vw, 6.5rem );
}
#service #content > #section01 > .inner > .inner02, #about #content > #section01 > .inner > .inner02, #company #content > #section01 > .inner > .inner02, #transaction #content > #section01 > .inner > .inner02 {
  position: relative;
}
#service #content > #section01 > .inner > .inner02 > .head, #about #content > #section01 > .inner > .inner02 > .head, #company #content > #section01 > .inner > .inner02 > .head, #transaction #content > #section01 > .inner > .inner02 > .head {
  margin-bottom: clamp( 1rem, 0.8314606742rem + 0.7191011236vw, 2rem );
}
#service #content > #section01 > .inner > .inner02 > .txt-box, #about #content > #section01 > .inner > .inner02 > .txt-box, #company #content > #section01 > .inner > .inner02 > .txt-box, #transaction #content > #section01 > .inner > .inner02 > .txt-box {
  margin-bottom: clamp( 3.25rem, 2.702247191rem + 2.3370786517vw, 6.5rem );
}
#service #content > #section01 > .inner > .inner02 > .box, #about #content > #section01 > .inner > .inner02 > .box, #company #content > #section01 > .inner > .inner02 > .box, #transaction #content > #section01 > .inner > .inner02 > .box {
  margin-bottom: clamp( 6.0625rem, 5.0407303371rem + 4.3595505618vw, 12.125rem );
}
#service #content > #section01 > .inner > .inner02 > .box:last-child, #about #content > #section01 > .inner > .inner02 > .box:last-child, #company #content > #section01 > .inner > .inner02 > .box:last-child, #transaction #content > #section01 > .inner > .inner02 > .box:last-child {
  margin-bottom: 0;
}

#company #content > #section01 > .inner > .inner02 > .box {
  margin-bottom: clamp( 3.25rem, 2.702247191rem + 2.3370786517vw, 6.5rem );
}

#footer > .inner > .inner02 > .f-unit > .img {
  width: 100%;
}
#footer > .inner > .inner02 > .f-unit > .img > img {
  width: 100%;
}
#footer > .inner > .inner02 > .f-unit > .copy {
  padding-bottom: clamp( 3.25rem, 2.702247191rem + 2.3370786517vw, 6.5rem );
  padding-top: clamp( 3.25rem, 2.702247191rem + 2.3370786517vw, 6.5rem );
  text-align: center;
}

.section.sectionA > .inner {
  padding-left: clamp( 1.875rem, 1.0112359551rem + 3.6853932584vw, 7rem );
  padding-right: clamp( 1.875rem, 1.0112359551rem + 3.6853932584vw, 7rem );
}
.section.sectionA > .inner > .inner02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1536px;
}

.head.headA > * {
  vertical-align: middle;
}
.head.headA > *.en {
  margin-bottom: clamp( 0.9375rem, 0.779494382rem + 0.6741573034vw, 1.875rem );
  margin-right: clamp( 3.125rem, 2.5983146067rem + 2.2471910112vw, 6.25rem );
  height: clamp( 2.84375rem, 2.3644662921rem + 2.0449438202vw, 5.6875rem );
}
.head.headA > *.en > img {
  height: 100%;
  width: auto;
}
@media (min-width: 768px) {
  .head.headA > *.en {
    margin-bottom: 0;
  }
}
.head.headA > *.ja {
  border: 1px solid #707070;
  border-bottom-right-radius: clamp( 0.25rem, 0.2078651685rem + 0.1797752809vw, 0.5rem );
  font-size: clamp( 0.5625rem, 0.4676966292rem + 0.404494382vw, 1.125rem );
  line-height: clamp( 1rem, 0.8314606742rem + 0.7191011236vw, 2rem );
  padding-left: clamp( 0.3125rem, 0.2598314607rem + 0.2247191011vw, 0.625rem );
  padding-right: clamp( 0.3125rem, 0.2598314607rem + 0.2247191011vw, 0.625rem );
}
.head.headB {
  font-size: clamp( 1rem, 0.8314606742rem + 0.7191011236vw, 2rem );
  font-weight: 700;
}

.box.boxA {
  justify-content: space-between;
}
.box.boxA > .box-inner {
  margin-bottom: clamp( 1.875rem, 1.558988764rem + 1.3483146067vw, 3.75rem );
  width: 100%;
}
.box.boxA > .box-inner:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .box.boxA > .box-inner {
    margin-bottom: 0;
    width: 46.3%;
  }
}
.box.boxA > .box-inner > a {
  display: block;
  height: 100%;
  width: 100%;
}
.box.boxA > .box-inner > a > .img {
  margin-bottom: clamp( 0.75rem, 0.6235955056rem + 0.5393258427vw, 1.5rem );
  width: 100%;
}
.box.boxA > .box-inner > a > .img > img {
  width: 100%;
}
.box.boxA > .box-inner > a > .tit {
  margin-bottom: clamp( 1.5rem, 1.2471910112rem + 1.0786516854vw, 3rem );
}
.box.boxA > .box-inner > a > .txt-box {
  padding-right: clamp( 3rem, 2.4943820225rem + 2.1573033708vw, 6rem );
  position: relative;
}
.box.boxA > .box-inner > a > .txt-box::before {
  border: 1px solid #707070;
  bottom: 0;
  border-radius: 50%;
  content: "";
  display: block;
  height: clamp( 1rem, 0.8314606742rem + 0.7191011236vw, 2rem );
  margin: auto 0;
  position: absolute;
  right: clamp( 0.75rem, 0.6235955056rem + 0.5393258427vw, 1.5rem );
  top: 0;
  width: clamp( 1rem, 0.8314606742rem + 0.7191011236vw, 2rem );
}
.box.boxA > .box-inner > a > .txt-box::after {
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  bottom: 0;
  content: "";
  display: block;
  height: clamp( 0.1875rem, 0.1558988764rem + 0.1348314607vw, 0.375rem );
  margin: auto 0;
  position: absolute;
  right: clamp( 1.1875rem, 0.9873595506rem + 0.8539325843vw, 2.375rem );
  top: 0;
  transform: rotate(-45deg);
  width: clamp( 0.1875rem, 0.1558988764rem + 0.1348314607vw, 0.375rem );
}
.box.boxB {
  align-items: center;
  background: linear-gradient(45deg, #FEFAFA, #F1C9CB, #E08C90, #F1C9CB, #E08C90, #FEFAFA);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: clamp( 1.75rem, 1.4550561798rem + 1.2584269663vw, 3.5rem );
  padding-left: clamp( 1.875rem, 1.1376404494rem + 3.1460674157vw, 6.25rem );
  padding-right: clamp( 1.875rem, 1.1376404494rem + 3.1460674157vw, 6.25rem );
  padding-top: clamp( 1.75rem, 1.4550561798rem + 1.2584269663vw, 3.5rem );
  max-width: 1388px;
}
.box.boxB > .img {
  margin-bottom: clamp( 0.9375rem, 0.779494382rem + 0.6741573034vw, 1.875rem );
  margin-left: auto;
  margin-right: auto;
  width: 216px;
}
@media (min-width: 375px) {
  .box.boxB > .img {
    width: calc(13.5rem + (1vw - 3.75px) * 9.7078651685);
  }
}
@media (min-width: 2600px) {
  .box.boxB > .img {
    width: 432px;
  }
}
.box.boxB > .img > img {
  width: 100%;
}
@media (min-width: 768px) {
  .box.boxB > .img {
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .box.boxB > .box-inner {
    padding-right: clamp( 3.25rem, 2.702247191rem + 2.3370786517vw, 6.5rem );
    width: calc(100% - 216px);
  }
}
@media (min-width: 768px) and (min-width: 375px) {
  .box.boxB > .box-inner {
    width: calc(100% - (13.5rem + (1vw - 3.75px) * 9.7078651685));
  }
}
@media (min-width: 768px) and (min-width: 2600px) {
  .box.boxB > .box-inner {
    width: calc(100% - 432px);
  }
}
.box.boxB > .box-inner > .info {
  margin-bottom: clamp( 1.25rem, 1.0393258427rem + 0.8988764045vw, 2.5rem );
}
.box.boxB > .box-inner > .info > * {
  vertical-align: middle;
}
.box.boxB > .box-inner > .info > .name {
  border-right: 1px solid #707070;
  font-size: clamp( 1.5rem, 1.2471910112rem + 1.0786516854vw, 3rem );
  font-weight: 700;
  margin-right: clamp( 1.25rem, 1.0393258427rem + 0.8988764045vw, 2.5rem );
  padding-right: clamp( 1.25rem, 1.0393258427rem + 0.8988764045vw, 2.5rem );
}
.box.boxB > .box-inner > .info > .post {
  line-height: 1.75;
}
.box.boxB > .box-inner > .txt-box {
  margin-bottom: clamp( 1.5rem, 1.2471910112rem + 1.0786516854vw, 3rem );
}
.box.boxC {
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 375px) {
  .box.boxC {
    margin-left: calc(-1.875rem + (1vw - 3.75px) * -3.6853932584);
  }
}
@media (min-width: 2600px) {
  .box.boxC {
    margin-left: -112px;
  }
}
@media (min-width: 375px) {
  .box.boxC {
    margin-right: calc(-1.875rem + (1vw - 3.75px) * -3.6853932584);
  }
}
@media (min-width: 2600px) {
  .box.boxC {
    margin-right: -112px;
  }
}
.box.boxC > .box-inner {
  height: clamp( 21.25rem, 17.6685393258rem + 15.2808988764vw, 42.5rem );
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .box.boxC > .box-inner {
    width: 50%;
  }
}
.box.boxC > .box-inner > a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.box.boxC > .box-inner > a > .cover {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.box.boxC > .box-inner > a > .unit {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.box.boxC > .box-inner:nth-of-type(1) {
  background: url(../img/image03.jpg) no-repeat center center/cover;
}
.box.boxC > .box-inner:nth-of-type(2) {
  background: url(../img/image04.jpg) no-repeat center center/cover;
}
.box.boxD > .img {
  margin-bottom: clamp( 1rem, 0.8314606742rem + 0.7191011236vw, 2rem );
  width: 100%;
}
.box.boxD > .img > img {
  width: 100%;
}
.box.boxD > .read {
  margin-bottom: clamp( 1rem, 0.8314606742rem + 0.7191011236vw, 2rem );
}
.box.boxE > .box {
  margin-bottom: clamp( 1rem, 0.8314606742rem + 0.7191011236vw, 2rem );
}
.box.boxE > .read {
  margin-bottom: clamp( 1rem, 0.8314606742rem + 0.7191011236vw, 2rem );
}

.tit.titA {
  font-size: clamp( 1.125rem, 1.0617977528rem + 0.2696629213vw, 1.5rem );
  font-weight: 700;
  position: relative;
  padding-left: clamp( 1.09375rem, 0.9094101124rem + 0.7865168539vw, 2.1875rem );
}
.tit.titA::after {
  background-color: #C6B578;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  height: clamp( 0.75rem, 0.7183988764rem + 0.1348314607vw, 0.9375rem );
  left: 0;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  width: clamp( 0.75rem, 0.7183988764rem + 0.1348314607vw, 0.9375rem );
}

.txt-box.txt-boxA > .txt {
  line-height: 1.75;
  text-align: justify;
}
@media (min-width: 768px) {
  .txt-box.txt-boxB {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}
.txt-box.txt-boxB > .txt {
  line-height: 1.75;
  text-align: justify;
}

.btn.btnA {
  border: 1px solid #707070;
  border-radius: clamp( 1.875rem, 1.7696629213rem + 0.4494382022vw, 2.5rem );
  overflow: hidden;
  width: clamp( 12rem, 11.3258426966rem + 2.8764044944vw, 16rem );
}
.btn.btnA > a {
  background-color: #FFF;
  display: block;
  line-height: clamp( 3.75rem, 3.5393258427rem + 0.8988764045vw, 5rem );
  font-size: clamp( 0.875rem, 0.8328651685rem + 0.1797752809vw, 1.125rem );
  font-weight: 700;
  text-align: center;
  position: relative;
}
.btn.btnA > a::before {
  background-color: #000;
  bottom: 0;
  border-radius: 50%;
  content: "";
  display: block;
  height: clamp( 1.125rem, 1.0617977528rem + 0.2696629213vw, 1.5rem );
  margin: auto 0;
  position: absolute;
  right: clamp( 2.375rem, 2.2485955056rem + 0.5393258427vw, 3.125rem );
  top: 0;
  width: clamp( 1.125rem, 1.0617977528rem + 0.2696629213vw, 1.5rem );
}
.btn.btnA > a::after {
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  margin: auto 0;
  position: absolute;
  right: clamp( 2.8125rem, 2.654494382rem + 0.6741573034vw, 3.75rem );
  top: 0;
  transform: rotate(-45deg);
  width: 5px;
}

.unit.unitA > .head {
  color: #C6B578;
  margin-bottom: clamp( 0.75rem, 0.6235955056rem + 0.5393258427vw, 1.5rem );
  text-align: center;
}
.unit.unitA > .head > * {
  display: block;
}
.unit.unitA > .head > *.en {
  font-size: clamp( 1.875rem, 1.7696629213rem + 0.4494382022vw, 2.5rem );
  font-weight: 700;
  letter-spacing: 0.18em;
}
.unit.unitA > .head > *.ja {
  font-size: clamp( 0.875rem, 0.8328651685rem + 0.1797752809vw, 1.125rem );
}
.unit.unitA > .arr {
  margin-left: auto;
  margin-right: auto;
}
.unit.unitB {
  border-top: 1px solid #E5E5E5;
  line-height: 1.75;
  padding-bottom: clamp( 0.625rem, 0.5196629213rem + 0.4494382022vw, 1.25rem );
  padding-top: clamp( 0.625rem, 0.5196629213rem + 0.4494382022vw, 1.25rem );
}
.unit.unitB > .label {
  width: 125px;
}
@media (min-width: 375px) {
  .unit.unitB > .label {
    width: calc(7.8125rem + (1vw - 3.75px) * 5.6179775281);
  }
}
@media (min-width: 2600px) {
  .unit.unitB > .label {
    width: 250px;
  }
}
.unit.unitB > .item {
  width: calc(100% - 125px);
}
@media (min-width: 375px) {
  .unit.unitB > .item {
    width: calc(100% - (7.8125rem + (1vw - 3.75px) * 5.6179775281));
  }
}
@media (min-width: 2600px) {
  .unit.unitB > .item {
    width: calc(100% - 250px);
  }
}

.arr.arrA {
  background-color: #C6B578;
  border-radius: 50%;
  height: clamp( 1rem, 0.8314606742rem + 0.7191011236vw, 2rem );
  position: relative;
  max-width: clamp( 1rem, 0.8314606742rem + 0.7191011236vw, 2rem );
}
.arr.arrA::after {
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-45deg);
  width: 6px;
}

.topics {
  margin-bottom: clamp( 1rem, 0.8314606742rem + 0.7191011236vw, 2rem );
}
@media (min-width: 768px) {
  .topics {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.topics > .item {
  padding-right: clamp( 1.5rem, 1.2471910112rem + 1.0786516854vw, 3rem );
  margin-right: clamp( 0.5rem, 0.4157303371rem + 0.3595505618vw, 1rem );
  position: relative;
}
.topics > .item::before {
  background-color: #707070;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  width: clamp( 1rem, 0.8314606742rem + 0.7191011236vw, 2rem );
}
.topics > .item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.topics > .item:last-child::before {
  display: none;
}

.read.readA {
  font-size: clamp( 1rem, 0.8314606742rem + 0.7191011236vw, 2rem );
  font-weight: 700;
  line-height: 1.75;
}

.table.tableA {
  width: 100%;
  justify-content: space-between;
}
.table.tableA > .unit {
  width: 100%;
}
@media (min-width: 768px) {
  .table.tableA > .unit {
    width: calc(50% - 2em);
  }
}
.table.tableA > .unit.unitB- {
  width: 100%;
}

#menu {
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
#menu > .list {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#menu > .list > .item {
  margin-bottom: clamp( 2rem, 1.6629213483rem + 1.4382022472vw, 4rem );
}
#menu > .list > .item:last-child {
  margin-bottom: 0;
}
#menu > .list > .item > a {
  display: block;
  height: 100%;
  width: 100%;
}
#menu > .list > .item > a > * {
  display: block;
}
#menu > .list > .item > a > .en {
  margin-bottom: clamp( 0.625rem, 0.5196629213rem + 0.4494382022vw, 1.25rem );
  margin-right: clamp( 3.125rem, 2.5983146067rem + 2.2471910112vw, 6.25rem );
  height: clamp( 1.875rem, 1.558988764rem + 1.3483146067vw, 3.75rem );
}
#menu > .list > .item > a > .en > img {
  height: 100%;
  width: auto;
}
#menu > .list > .item > a > .ja {
  border: 1px solid #707070;
  border-bottom-right-radius: clamp( 0.25rem, 0.2078651685rem + 0.1797752809vw, 0.5rem );
  display: inline-block;
  font-size: clamp( 0.5625rem, 0.4676966292rem + 0.404494382vw, 1.125rem );
  line-height: clamp( 1rem, 0.8314606742rem + 0.7191011236vw, 2rem );
  padding-left: clamp( 0.3125rem, 0.2598314607rem + 0.2247191011vw, 0.625rem );
  padding-right: clamp( 0.3125rem, 0.2598314607rem + 0.2247191011vw, 0.625rem );
}

.link.linkA > a {
  text-decoration: underline;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}/*# sourceMappingURL=style.css.map */