@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap");
/*! 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; /* 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;
}

/* ==========================================================================
viewport指定
============================================================================*/
/*------------------------------
BASE
-------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: #fff;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%;
}
html.is-text-large {
  font-size: 70.3%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", arial, sans-serif;
  line-height: 1.8;
  font-size: 1.4rem;
  color: #3C4350;
}

/* */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-feature-settings: "palt";
}

*:focus {
  outline: 0;
}

a {
  color: #3C4350;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s ease 0s;
}

a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
}

/*------------------------------
UTILITY
-------------------------------*/
/* display -------------*/
/* pc/sp */
.for-pc {
  display: inherit;
}

.for-sp {
  display: none;
}

img.for-pc {
  display: inline;
}

img.for-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
  img.for-pc {
    display: none;
  }
  img.for-sp {
    display: inline;
  }
}
/* margin -------------*/
.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-1em {
  margin-top: 1em !important;
}

.mb-1em {
  margin-bottom: 1em !important;
}

.mt-2em {
  margin-top: 2em !important;
}

.mb-2em {
  margin-bottom: 2em !important;
}

.mt-3em {
  margin-top: 3em !important;
}

.mb-3em {
  margin-bottom: 3em !important;
}

.mt-4em {
  margin-top: 4em !important;
}

.mb-4em {
  margin-bottom: 4em !important;
}

.mt-5em {
  margin-top: 5em !important;
}

.mb-5em {
  margin-bottom: 5em !important;
}

.mt-6em {
  margin-top: 6em !important;
}

.mb-6em {
  margin-bottom: 6em !important;
}

.mt-7em {
  margin-top: 7em !important;
}

.mb-7em {
  margin-bottom: 7em !important;
}

/* padding -------------*/
.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-1em {
  padding-top: 1em !important;
}

.pb-1em {
  padding-bottom: 1em !important;
}

.pt-2em {
  padding-top: 2em !important;
}

.pb-2em {
  padding-bottom: 2em !important;
}

.pt-3em {
  padding-top: 3em !important;
}

.pb-3em {
  padding-bottom: 3em !important;
}

.pt-4em {
  padding-top: 4em !important;
}

.pb-4em {
  padding-bottom: 4em !important;
}

.pt-5em {
  padding-top: 5em !important;
}

.pb-5em {
  padding-bottom: 5em !important;
}

.pt-6em {
  padding-top: 6em !important;
}

.pb-6em {
  padding-bottom: 6em !important;
}

.pt-7em {
  padding-top: 7em !important;
}

.pb-7em {
  padding-bottom: 7em !important;
}

/* text -------------*/
/* ff */
.txt-en {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}

/* font color */
.txt-gray {
  color: #797E87;
}

.txt-red {
  color: #B1184B;
}

.txt-grn {
  color: #006934;
}

.txt-lim {
  color: #0cc755;
}

.txt-darkgry {
  color: #3C4350;
}

.txt-lightgry {
  color: #EAEAEA;
}

/* font size */
.txt-xsmall {
  font-size: 68.75%;
}

.txt-small {
  font-size: 75%;
}

.txt-large {
  font-size: 112.5%;
}

.txt-xlarge {
  font-size: 125%;
}

/* wrap */
.txt-wrap {
  word-break: break-all;
}

/* align */
.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

/* font weight */
.txt-fwL {
  font-weight: 300;
}

.txt-fwR {
  font-weight: 400;
}

.txt-fwM {
  font-weight: 500;
}

.txt-fwB {
  font-weight: 700;
}

/* font style */
.txt-italic {
  font-style: italic;
}

/* line height */
.lh-thin {
  line-height: 1.4;
}

.lh-2 {
  line-height: 2;
}

/* letter space */
.ls-1 {
  letter-spacing: 1em;
}

.ls-_5 {
  letter-spacing: 0.5em;
}

/* indent */
.indent-1 {
  margin-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  margin-left: 2em;
  text-indent: -2em;
}

.indent-23 {
  margin-left: 2.3em;
  text-indent: -2.3em;
}

.indent-25 {
  margin-left: 2.5em;
  text-indent: -2.5em;
}

/**/
.txt-asterisk {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 75%;
  font-weight: 300;
}

.txt-annotation {
  font-size: 0.8rem;
  color: #3C4350;
}

/* hr -------------*/
.hr {
  margin: 5em auto;
  border-bottom: 1px solid #3C4350;
}
@media screen and (max-width: 768px) {
  .hr {
    margin: 4em auto;
  }
}

/*------------------------------
header
-------------------------------*/
.l-header {
  position: relative;
  font-size: 96%;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #EAEAEA;
  z-index: 100;
}
.l-header .inner {
  max-width: 1260px;
  width: 90%;
  margin: auto;
  position: relative;
  font-size: 15px;
}
.l-header a {
  text-decoration: none;
}
.l-header .logo {
  position: relative;
  display: flex;
  align-items: center;
  padding: 50px 0 0;
  line-height: 0;
}
.l-header .logo a {
  display: flex;
  align-items: center;
}
.l-header .logo a:hover {
  opacity: 0.7;
}
.l-header .logo img {
  width: auto;
  height: 53px;
}
@media screen and (min-width: 769px), print {
  .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    z-index: 10;
    right: 0;
    width: 100%;
    transform: translateY(-1px);
    transition: all 0.3s ease 0s;
    opacity: 0;
  }
  .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list-list ul {
    border: 1px solid #797E87;
    border-radius: 2px;
    background: #fff;
  }
  .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list-list ul li {
    width: 100%;
    border-bottom: 1px solid #797E87;
    font-size: 80%;
    text-align: center;
  }
  .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list-list ul li a {
    display: block;
    padding: 5px;
  }
  .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list-list ul li:last-child {
    border-bottom: none;
  }
  .l-header .navi-menu .navi-menu-inner .lang-navi.is-open .lang-list-list {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    width: 100%;
    padding: 0 5%;
    font-size: 90%;
    height: 70px;
  }
  .l-header .inner {
    width: 100%;
    height: 100%;
    font-size: 100%;
  }
  .l-header .logo {
    padding: 15px 0 0;
  }
  .l-header .logo img {
    height: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) {
  body[data-store] .l-header .inner {
    font-size: min(1.6vw, 15px);
  }
}

.page-sougou .l-header {
  font-size: 96%;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: none;
}
.page-sougou .l-header .inner {
  max-width: 1260px;
  width: 90%;
  margin: auto;
  position: relative;
}
.page-sougou .l-header a {
  text-decoration: none;
}
.page-sougou .l-header .navi-menu {
  right: 0;
  top: 13px;
  position: absolute;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi {
  position: static;
  display: inline-block;
  vertical-align: top;
  width: 136px;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list {
  width: 100%;
  height: 30px;
  background: #fff;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list span {
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  border-right: 0;
  background: #fff;
  background-size: auto;
  border: 1px solid #797E87;
  line-height: 28px;
  text-align: center;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list span:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(../img/icon_language.svg) no-repeat center center;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list:after {
  top: 11px;
  right: 15px;
}
.page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list-list {
  top: 29px;
  width: 136px;
}
@media screen and (max-width: 768px) {
  .page-sougou .l-header .inner {
    width: 100%;
  }
  .page-sougou .l-header .navi-menu {
    z-index: 1100;
  }
  .page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi .lang-list-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    border: 1px solid #797E87;
    border-top: 0;
    pointer-events: none;
    margin-top: -1px;
    z-index: 10;
    font-size: 90%;
    display: none;
  }
  .page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi li {
    display: block;
    position: relative;
    border-top: 1px solid #787E87;
  }
  .page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi a {
    position: relative;
    display: block;
    padding: 10px 45px 10px 15px;
  }
  .page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    background: url(../img/arrow_right_blk.svg) no-repeat center;
    border: 1px solid #333;
    border-radius: 30px;
    height: 16px;
    width: 16px;
  }
  .page-sougou .l-header .navi-menu .navi-menu-inner .lang-navi.is-open .lang-list-list {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    display: block;
  }
}

.page-sougou.page-staff .l-header {
  background: #fdced3;
}

/*------------------------------
footer
-------------------------------*/
.l-footer .footer_content {
  position: relative;
  padding: 20px;
  background: #252D3B;
  color: #fff;
  overflow: hidden;
}
.l-footer .footer_content p {
  margin: 0;
  font-size: 80%;
}
.l-footer .copyright {
  background: #252D3B;
  border-top: 1px solid #757C83;
  font-size: 70%;
  padding: 25px;
  color: #fff;
  text-align: center;
}

/*------------------------------
common
-------------------------------*/
.contents_blc {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto 60px;
}

.contents_blc_bggray {
  background: #f5f5f5;
  padding: 1px 0;
}

.contents_page_blc {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto 100px;
}

.contents_detail_blc {
  max-width: 890px;
  width: 90%;
  margin: 0 auto 100px;
}

.page_header {
  position: relative;
  max-width: 1060px;
  width: 90%;
  margin: 0 auto 50px;
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  .contents_blc {
    width: 100%;
  }
  .contents_blc.pt-50 {
    padding-top: 20px;
  }
  .contents_page_blc {
    margin: 0 auto 40px;
  }
  .contents_detail_blc {
    margin: 0 auto 40px;
  }
  .contents_blc {
    margin: 0 auto 40px;
  }
  .page_header {
    width: 100%;
    margin: 0 auto 40px;
    padding-top: 40px;
  }
}
/*------------------------------
リスト
-------------------------------*/
ul.disc {
  list-style: disc;
  padding-left: 1.8em;
}

/*------------------------------
見出し
-------------------------------*/
.title-eng .txt-en {
  position: relative;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  text-box: trim-both;
}
.title-eng .jp {
  position: relative;
  font-size: 92%;
  padding-left: 5px;
  letter-spacing: 0.2em;
  display: inline-block;
  text-box: trim-both;
}
@media screen and (max-width: 768px) {
  .title-eng {
    max-width: 90%;
    margin: 0 auto;
  }
  .title-eng .txt-en {
    font-size: 7.2vw;
    margin-right: 13px;
  }
  .title-eng .jp {
    font-size: 2.6vw;
    margin-left: 0;
  }
  .title-eng img {
    height: 8vw;
    max-height: 35px;
  }
}

.title-eng.title-small img {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .title-eng.title-small img {
    height: 7vw;
    max-height: 24px;
  }
}

.title-eng.title-small-small img {
  height: 23px;
}

.title-eng.title-small-small-small img {
  height: 18px;
}

.title-eng.inline {
  display: flex;
  align-items: flex-end;
}
.title-eng.inline .jp {
  flex: 1;
  position: relative;
  margin-left: 13px;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .title-eng.inline {
    max-width: 90%;
    margin: 0 auto;
  }
  .title-eng.inline .txt-en {
    font-size: 7.2vw;
    margin-right: 13px;
  }
  .title-eng.inline .jp {
    font-size: 2.6vw;
    margin-left: 0;
    margin-bottom: 0;
  }
  .title-eng.inline img {
    height: 8vw;
    max-height: 35px;
  }
}

.ttl01 {
  border-left: 4px solid #3c4350;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  padding-left: 0.5em;
  margin: 0 auto 40px;
  line-height: 1.4;
  text-box: trim-both;
}
@media screen and (max-width: 768px) {
  .ttl01 {
    border-left: 2px solid #3c4350;
    font-size: 110%;
    margin: 0 auto 20px;
  }
}

.ttl03 {
  margin-bottom: 15px;
}
.ttl03 h1, .ttl03 h2, .ttl03 h3, .ttl03 h4 {
  font-size: 140%;
  margin: 0;
}
.ttl03 .required {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .ttl03 {
    margin-bottom: 10px;
  }
  .ttl03 h1, .ttl03 h2, .ttl03 h3, .ttl03 h4 {
    font-size: 100%;
  }
}

/*------------------------------
ボタン
-------------------------------*/
.link-txt a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 83%;
  letter-spacing: 0.1px;
  line-height: 2;
  position: relative;
  padding-right: 30px;
}
.link-txt a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 18px;
  background: url(../img/arrow_right_gry2.svg) no-repeat center;
  border: 1px solid #999;
  border-radius: 30px;
  text-align: center;
  margin-right: 5px;
  position: absolute;
  top: 3px;
  right: 0;
}
.link-txt a span {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}

.link-txt.link-window a {
  padding: 0;
}
.link-txt.link-window a:before {
  display: none;
}
.link-txt.link-window a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 18px;
  background: url("../img/icon_link_blank.svg") no-repeat;
  background-size: 19px;
  margin-left: 5px;
}

.link-txt.link-file a {
  padding: 0;
}
.link-txt.link-file a:before {
  display: none;
}
.link-txt.link-file a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 18px;
  background: url("../img/icon_link_pdf.svg") no-repeat;
  background-size: 18px;
  margin-left: 5px;
}

.btn-readmore {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.btn-readmore span {
  text-decoration: underline;
}
.btn-readmore:after {
  content: "";
  display: inline-block;
  background: url(../img/arrow_right_gry2.svg) no-repeat center;
  border: 1px solid #999;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-left: 6px;
}

.btn-arrow-back {
  display: table;
  font-weight: 500;
  margin: 50px auto 0;
}
.btn-arrow-back a {
  width: 100%;
  padding: 3px 0 3px 30px;
  display: block;
  text-align: right;
  text-decoration: none;
  border-bottom: 2px solid #3C4350;
  background: url("../img/arrow2_left.svg") left center no-repeat;
}
@media screen and (max-width: 768px) {
  .btn-arrow-back {
    margin-top: 30px;
  }
}

.btn-arrow-next {
  font-weight: 500;
  width: 160px;
  margin: 50px auto 0;
}
.btn-arrow-next a {
  width: 100%;
  padding: 3px 0;
  display: block;
  text-align: left;
  text-decoration: none;
  border-bottom: 2px solid #3C4350;
  background: url("../img/arrow2_right.svg") right center no-repeat;
}

.btn-more {
  margin: 40px 0 0 0;
}
.btn-more a {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  width: 100px;
  height: 20px;
  margin: auto;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.btn-more a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #fff url(../img/arrow_right.svg) no-repeat center;
  border: 1px solid #B9BCC0;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .btn-more {
    margin-top: 30px;
  }
  .btn-more a {
    width: 100px;
    height: 27px;
    background-size: 53px 20px;
  }
}

.btn-border {
  margin: 45px 0 0 0;
  text-align: center;
}
.btn-border a {
  display: inline-block;
  margin: auto;
  padding: 12px 30px;
  border: 1px solid #000;
  text-decoration: none;
  font-weight: 500;
}

.btn-square {
  margin: 45px 0 0 0;
  text-align: center;
}
.btn-square a {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: auto;
  padding: 12px 30px;
  background: #3C4350;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  font-size: 130%;
  line-height: 1.4;
  border-radius: 3px;
}
.btn-square a span {
  flex: 1;
}
.btn-square a:after {
  flex: none;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #fff url(../img/arrow_right_blk.svg) no-repeat center;
  border: 1px solid #B9BCC0;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  margin-left: 10px;
}

.btn-square.mt-0 {
  margin-top: 0px;
}
.btn-square.mb-0 {
  margin-bottom: 0px;
}
.btn-square.mt-5 {
  margin-top: 5px;
}
.btn-square.mb-5 {
  margin-bottom: 5px;
}
.btn-square.mt-10 {
  margin-top: 10px;
}
.btn-square.mb-10 {
  margin-bottom: 10px;
}
.btn-square.mt-15 {
  margin-top: 15px;
}
.btn-square.mb-15 {
  margin-bottom: 15px;
}
.btn-square.mt-20 {
  margin-top: 20px;
}
.btn-square.mb-20 {
  margin-bottom: 20px;
}
.btn-square.mt-25 {
  margin-top: 25px;
}
.btn-square.mb-25 {
  margin-bottom: 25px;
}
.btn-square.mt-30 {
  margin-top: 30px;
}
.btn-square.mb-30 {
  margin-bottom: 30px;
}
.btn-square.mt-35 {
  margin-top: 35px;
}
.btn-square.mb-35 {
  margin-bottom: 35px;
}
.btn-square.mt-40 {
  margin-top: 40px;
}
.btn-square.mb-40 {
  margin-bottom: 40px;
}
.btn-square.mt-45 {
  margin-top: 45px;
}
.btn-square.mb-45 {
  margin-bottom: 45px;
}
.btn-square.mt-50 {
  margin-top: 50px;
}
.btn-square.mb-50 {
  margin-bottom: 50px;
}
.btn-square.mt-1em {
  margin-top: 1em;
}
.btn-square.mb-1em {
  margin-bottom: 1em;
}
.btn-square.mt-2em {
  margin-top: 2em;
}
.btn-square.mb-2em {
  margin-bottom: 2em;
}
.btn-square.mt-3em {
  margin-top: 3em;
}
.btn-square.mb-3em {
  margin-bottom: 3em;
}
.btn-square.mt-4em {
  margin-top: 4em;
}
.btn-square.mb-4em {
  margin-bottom: 4em;
}
.btn-square.mt-5em {
  margin-top: 5em;
}
.btn-square.mb-5em {
  margin-bottom: 5em;
}
.btn-square.mt-6em {
  margin-top: 6em;
}
.btn-square.mb-6em {
  margin-bottom: 6em;
}
.btn-square.mt-7em {
  margin-top: 7em;
}
.btn-square.mb-7em {
  margin-bottom: 7em;
}

.btn-square.back a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #fff url(../img/arrow_left_blk.svg) no-repeat center;
  border: 1px solid #B9BCC0;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.btn-square.back a:after {
  display: none;
}

.btn-square.single a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 230px;
  padding: 12px 20px;
}
@media screen and (max-width: 768px) {
  .btn-square.single a {
    width: 80%;
    min-width: 0;
    max-width: 230px;
  }
}

.btn-square.anchor a:after {
  transform: rotate(90deg);
}

.btn-square.file a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #fff url("../img/icon_link_pdf.svg") no-repeat center center;
  background-size: 16px;
  border: none;
  width: 28px;
  height: 28px;
}

.btn-borderround a {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: auto;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid #3C4350;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 400;
  color: #3C4350;
  border-radius: 3px;
}
.btn-borderround a span {
  flex: 1;
}
.btn-borderround a:after {
  flex: none;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #fff url(../img/arrow_right_blk.svg) no-repeat center;
  border: 1px solid #B9BCC0;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  margin-left: 10px;
}

.btn-borderround.file a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #fff url("../img/icon_link_pdf.svg") no-repeat center center;
  background-size: 16px;
  border: none;
  width: 28px;
  height: 28px;
}

.page_link {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.page_link .btn-square {
  margin: 0;
  padding: 0 10px 10px;
}
.page_link .btn-square .txt {
  flex: 1;
  text-align: left;
}
.page_link .btn-square .txt span {
  display: block;
}
.page_link .btn-square .txt span.jp {
  font-size: 60%;
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-weight: 500;
}
.page_link .btn-square .txt span.en {
  font-family: "Outfit", sans-serif;
  font-size: 130%;
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-weight: 400;
}
.page_link .btn-square a {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .page_link {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page_link .btn-square {
    padding: 0 5px 10px;
  }
  .page_link .btn-square a {
    padding: 12px 15px;
    font-size: 3.1vw;
  }
}

/*-------------------------
 select 
---------------------------*/
.select {
  width: 225px;
  height: 50px;
  cursor: pointer;
  background-color: white;
  box-shadow: 0 2px 0 white;
  border-radius: 30px;
  position: relative;
  text-align: left;
}
.select_expand {
  width: 0;
  height: 50px;
  position: absolute;
  top: 0;
  right: -2px;
}
.select_expand::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
  color: #000;
  pointer-events: none;
  z-index: 2;
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  opacity: 0.6;
}
.select_expand:hover::after {
  opacity: 1;
}
.select_expand:checked::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(-1) scaleY(1.75);
}
@media screen and (max-width: 768px) {
  .select_options .select_option {
    background: #fff;
    z-index: 1;
    position: relative;
    border-radius: 30px;
  }
}
.select_expandLabel {
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 10;
}
.select_close {
  display: none;
}
.select_closeLabel {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.select_items {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  padding-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .select_items {
    position: relative;
  }
}
.select_input {
  display: none;
}
.select_label {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  display: block;
  height: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 50px;
  overflow: hidden;
  color: #000;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
}
.select_label-placeholder {
  height: 50px;
  position: absolute;
  top: 0;
  left: 20px;
  background-color: transparent;
  display: block;
  width: 100%;
}
.select_expand:checked + .select_closeLabel {
  display: block;
}
.select_expand:checked + .select_closeLabel + .select_options {
  background: #fff;
  border-radius: 0 0 20px 20px;
  position: relative;
  z-index: 10;
  padding-bottom: 15px;
}
.select_expand:checked + .select_closeLabel + .select_options li {
  position: relative;
}
.select_expand:checked + .select_closeLabel + .select_options .select_label {
  height: 40px;
  position: relative;
  padding-left: 25px;
}
.select_expand:checked + .select_closeLabel + .select_options .select_label:hover {
  background-color: #f7f7f7;
}
.select_expand:checked + .select_closeLabel + .select_options + .select_expandLabel {
  display: none;
}
.select_input:checked + .select_label {
  height: 40px;
  margin-top: -40px;
}

.freeword input {
  background: #fff;
  border-radius: 30px;
  border: 0;
  height: 50px;
  width: 225px;
  padding: 0 20px;
  text-align: left;
}

.btn_search {
  border-radius: 30px;
  border: 0;
  height: 50px;
  width: 140px;
  position: relative;
}
.btn_search button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  height: 50px;
  width: 140px;
  padding: 0 20px;
  background: #3C4350;
  border-radius: 30px;
  color: #fff;
  letter-spacing: 0.5em;
  line-height: 1px;
  cursor: pointer;
}
.btn_search button:before {
  content: "";
  display: block;
  position: relative;
  top: -1px;
  background: url("../img/icon_search_wht.svg") no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  margin-right: 0.5em;
}
.btn_search button span {
  position: relative;
  top: -2px;
}
.btn_search button:hover, .btn_search button:focus {
  background: #6b717c;
}

.btn_search_detail {
  border-radius: 30px;
  height: 50px;
  width: 140px;
  position: relative;
  margin: 15px auto 0;
}
.btn_search_detail button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #3C4350;
  height: 50px;
  width: 140px;
  padding: 0 20px;
  background: #fff;
  border-radius: 30px;
  color: #3C4350;
  letter-spacing: 0.2em;
  line-height: 1px;
  cursor: pointer;
}
.btn_search_detail button:before {
  content: "";
  display: block;
  position: relative;
  top: -1px;
  background: url("../img/icon_search_blk.svg") no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  margin-right: 0.5em;
}
.btn_search_detail button span {
  position: relative;
  top: -2px;
}
.btn_search_detail button:hover, .btn_search_detail button:focus {
  background: #f6f6f6;
}

/*-------------------------
 pagetop 
---------------------------*/
.pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: url("../img/img-btn-pagetop.svg");
  background-size: 50px;
  z-index: 10;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    background: url("../img/img-btn-pagetop.svg");
    background-size: 50px;
  }
}

/*--------------
SCROLL  フェードイン
--------------*/
.scrollIn.fade {
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scrollIn.fade.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/*------------------------------
Inquiry
-------------------------------*/
.sec-inquiry {
  font-weight: 400;
  /* セレクトボックスの矢印デザイン変更 */
}
.sec-inquiry h2 {
  font-size: 180%;
  margin: 90px 0 40px;
}
.sec-inquiry h2 i {
  display: inline-block;
  margin-right: 0.3em;
  color: #B1184B;
  font-style: normal;
}
.sec-inquiry .inquiry-box .inner {
  background: #F2F2F2;
  padding: 40px;
  position: relative;
}
.sec-inquiry .inquiry-box .inner .btn-square {
  left: 0;
  width: 100%;
  max-width: 480px;
  margin: 10px auto 40px;
  text-align: left;
}
.sec-inquiry .inquiry-box .inner .btn-square a {
  width: 100%;
  max-width: 100%;
}
.sec-inquiry .inquiry-box .inner .btn-square:last-child {
  margin-bottom: 0;
}
.sec-inquiry .inquiry-box .box-body {
  position: relative;
  overflow: hidden;
}
.sec-inquiry .inquiry-box .box-body p:first-child {
  margin-top: 0;
}
.sec-inquiry .inquiry-box .box-body + .box-body {
  margin-top: 40px;
}
.sec-inquiry .inquiry-box .box-body-atre {
  margin-bottom: 38px;
}
.sec-inquiry .inquiry-box h3 {
  font-size: 130%;
}
.sec-inquiry .inquiry-box h3 i {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.3em;
  color: #B1184B;
  font-size: 0.5em;
  font-style: normal;
  vertical-align: middle;
}
.sec-inquiry .inquiry-box .btns:after {
  content: "";
  display: table;
  clear: both;
}
.sec-inquiry .inquiry-box .btns .btn {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  margin-top: 20px;
  border: 1px solid #3C4350;
  background: #fff;
  position: relative;
  font-weight: 500;
}
.sec-inquiry .inquiry-box .btns .btn:last-child {
  margin-right: 0;
}
.sec-inquiry .inquiry-box .btns .btn a {
  padding: 30px 25px;
  display: block;
  text-decoration: none;
  font-size: 130%;
}
.sec-inquiry .inquiry-box .btns .btn:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  background: url(../img/arrow_right.svg) no-repeat center;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  color: #999;
  border-radius: 20px;
  text-align: center;
  line-height: 18px;
}
.sec-inquiry .inquiry-box .faq-blc {
  background: #fff;
  position: relative;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.sec-inquiry .inquiry-box .faq-blc > a, .sec-inquiry .inquiry-box .faq-blc dt {
  position: relative;
  display: block;
  padding: 0.3em 50px 0.6em 35px;
  font-size: 130%;
  font-weight: 500;
  text-decoration: none;
}
.sec-inquiry .inquiry-box .faq-blc > a:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arrow_right.svg) no-repeat center;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  color: #999;
  border-radius: 100px;
  text-align: center;
  line-height: 1;
}
.sec-inquiry .inquiry-box .faq-blc dt:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  background: #fff url("../img/icon_plus.svg") no-repeat center center;
  background-size: 100% auto;
  color: #999;
  border-radius: 100px;
  text-align: center;
  line-height: 1;
}
.sec-inquiry .inquiry-box .faq-blc dt.open:after {
  background-image: url("../img/icon_minus.svg");
}
.sec-inquiry .inquiry-box .faq-blc dt:hover {
  opacity: 0.7;
}
.sec-inquiry .inquiry-box .faq-blc .q {
  color: #B1184B;
  font-size: 140%;
  margin-right: 25px;
}
.sec-inquiry .inquiry-box .faq-blc dd {
  position: relative;
  font-size: 115%;
  padding: 5px 40px 20px calc(1.6em + 60px);
  font-weight: 400;
  display: none;
  text-indent: -1.6em;
}
.sec-inquiry .inquiry-box .faq-blc dd .a {
  color: #3C4350;
  font-size: 160%;
  margin-right: 25px;
  display: inline-block;
}
.sec-inquiry .inquiry-box .faq-blc dd p {
  margin: 0 0 15px;
}
.sec-inquiry .inquiry-box .faq-blc dd .btn-arrow {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec-inquiry .inquiry-box {
    margin: 5% 5% 0;
  }
  .sec-inquiry .inquiry-box p {
    margin: 1em 0;
  }
  .sec-inquiry .inquiry-box .inner {
    padding: 20px;
  }
  .sec-inquiry .inquiry-box .inner .btn-square {
    position: relative;
    bottom: 0;
    font-size: 70%;
    margin: 15px 0 0 0;
  }
  .sec-inquiry .inquiry-box .inner .btn-square a {
    width: 100%;
    max-width: 100%;
  }
  .sec-inquiry .inquiry-box h3 {
    font-size: 100%;
  }
  .sec-inquiry .inquiry-box .btns:after {
    content: "";
    display: table;
    clear: both;
  }
  .sec-inquiry .inquiry-box .btns .btn {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 10px;
  }
  .sec-inquiry .inquiry-box .btns .btn a {
    padding: 10px 15px;
    font-size: 110%;
  }
  .sec-inquiry .inquiry-box .btns .btn:after {
    right: 15px;
  }
  .sec-inquiry .inquiry-box .faq-blc > a, .sec-inquiry .inquiry-box .faq-blc dt {
    padding: 0.8em 40px 1em 46px;
    font-size: 100%;
    text-indent: -29px;
    line-height: 1.5;
  }
  .sec-inquiry .inquiry-box .faq-blc .q {
    margin-right: 10px;
    font-size: 120%;
  }
  .sec-inquiry .inquiry-box .faq-blc > a:after {
    right: 15px;
  }
  .sec-inquiry .inquiry-box .faq-blc dt:after {
    right: 15px;
  }
  .sec-inquiry .inquiry-box .faq-blc dd {
    padding: 5px 40px 20px calc(1em + 32px);
    font-size: 100%;
    text-indent: -1em;
  }
  .sec-inquiry .inquiry-box .faq-blc dd .a {
    margin-right: 10px;
    font-size: 120%;
  }
  .sec-inquiry .inquiry-box .box-body-atre {
    margin-bottom: auto;
  }
}
.sec-inquiry .col2 {
  display: flex;
  justify-content: space-between;
}
.sec-inquiry .col2 .inner {
  width: 48.5%;
  margin-right: 3%;
  min-height: 295px;
  padding: 40px;
}
.sec-inquiry .col2 .inner:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .sec-inquiry .col2 {
    display: block;
  }
  .sec-inquiry .col2 .inner {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 5%;
    min-height: inherit;
    padding: 20px;
  }
  .sec-inquiry .col2 .inner:last-child {
    margin-right: 0;
  }
}
.sec-inquiry .col1 .inner {
  display: flex;
  justify-content: space-between;
  padding: 40px;
}
.sec-inquiry .col1 .cell {
  width: 50%;
}
.sec-inquiry .col1 .cell:first-child {
  border-right: 1px dotted #666;
  padding-right: 40px;
}
.sec-inquiry .col1 .cell:last-child {
  padding-left: 60px;
}
.sec-inquiry .col1 .cell ul {
  margin: 40px 0 20px;
}
.sec-inquiry .col1 .cell ul li {
  font-size: 120%;
}
@media screen and (max-width: 768px) {
  .sec-inquiry .col1 .inner {
    display: block;
    padding: 20px;
  }
  .sec-inquiry .col1 .cell {
    display: block;
    width: 100%;
  }
  .sec-inquiry .col1 .cell:first-child {
    margin-bottom: 20px;
    border-right: none;
    padding-right: 0;
  }
  .sec-inquiry .col1 .cell:last-child {
    padding-left: 0;
  }
  .sec-inquiry .col1 .cell p {
    margin-top: 10px;
  }
  .sec-inquiry .col1 .cell ul {
    margin-top: 20px;
  }
  .sec-inquiry .col1 .cell ul li {
    font-size: 100%;
  }
}
.sec-inquiry .infobox-border {
  display: flex;
  justify-content: space-between;
  padding: 40px 30px;
  border: 1px solid #b3b3b3;
}
.sec-inquiry .infobox-border .textbox {
  width: 65%;
  font-size: 121.4285714286%;
}
.sec-inquiry .infobox-border .textbox p:first-child {
  margin-top: 0;
}
.sec-inquiry .infobox-border .textbox p:last-child {
  margin-bottom: 0;
}
.sec-inquiry .infobox-border .btnbox {
  width: 32%;
}
.sec-inquiry .infobox-border .btnbox .btn-square {
  margin: 0;
}
.sec-inquiry .infobox-border .btnbox .btn-square.single a {
  display: flex;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-inquiry .infobox-border {
    display: block;
    padding: 30px 5%;
  }
  .sec-inquiry .infobox-border .textbox {
    width: auto;
  }
  .sec-inquiry .infobox-border .btnbox {
    width: auto;
    margin: 1em 0 0;
  }
}
.sec-inquiry .form {
  margin: 50px auto auto;
}
.sec-inquiry .form .inner {
  max-width: 1060px;
  margin: 0 auto 100px;
}
.sec-inquiry .form .ttl03 h1, .sec-inquiry .form .ttl03 h2, .sec-inquiry .form .ttl03 h3, .sec-inquiry .form .ttl03 h4 {
  margin: 0;
  font-size: 140%;
  font-weight: 600;
}
.sec-inquiry .mainWrap .lead {
  font-size: 130%;
  font-weight: 500;
  margin-bottom: 20px;
}
.sec-inquiry .required {
  background: #B1184B;
  color: #fff;
  padding: 2px 6px;
  margin: 0 0.4em 0 0.8em;
  border-radius: 3px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  text-box: trim-both;
}
.sec-inquiry .not-required {
  background: #b9bcc0;
  color: #fff;
  padding: 2px 6px;
  margin: 0 0.4em 0 0.8em;
  border-radius: 3px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  text-box: trim-both;
}
.sec-inquiry .contents_blc_bggray {
  padding: 60px clamp(45px, 9vw, 90px);
  margin-top: 60px;
}
.sec-inquiry .ttl03 {
  margin: 40px 0 15px;
}
.sec-inquiry .ttl03 .required, .sec-inquiry .ttl03 .not-required {
  transform: translateY(-0.2em);
}
.sec-inquiry .ttl03:first-child {
  margin-top: 0;
}
.sec-inquiry .mainWrap {
  margin-bottom: 15px;
}
.sec-inquiry .mainWrap p {
  margin: 0;
}
.sec-inquiry .mainWrap:after {
  content: "";
  display: table;
  clear: both;
}
.sec-inquiry .mainWrap .point_list {
  float: left;
  width: 170px;
}
.sec-inquiry select {
  border: 0;
  padding: 15px 20px;
  color: #3C4350;
  font-size: 110%;
  width: 100%;
  background: #fff;
}
.sec-inquiry select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を非表示 */
}
.sec-inquiry select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
.sec-inquiry .sel_wrap {
  position: relative;
  width: 50%;
}
.sec-inquiry .sel_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #3C4350;
  border-bottom: 2px solid #3C4350;
  transform: rotate(45deg);
}
.sec-inquiry input {
  width: 100%;
  border: 0;
  padding: 15px 20px;
  font-size: 110%;
}
.sec-inquiry input[type=text], .sec-inquiry input[type=tel], .sec-inquiry input[type=email], .sec-inquiry input[type=url] {
  border: 1px solid #c1c3c7;
  border-radius: 4px;
}
.sec-inquiry input[type=text]:disabled, .sec-inquiry input[type=tel]:disabled, .sec-inquiry input[type=email]:disabled, .sec-inquiry input[type=url]:disabled {
  background: #fff;
}
.sec-inquiry input.inline {
  width: auto;
  display: inline-block;
}
.sec-inquiry input[type=checkbox], .sec-inquiry input[type=radio] {
  width: auto;
  margin-right: 0.5em;
  cursor: pointer;
}
.sec-inquiry input[type=checkbox] + label, .sec-inquiry input[type=radio] + label {
  cursor: pointer;
}
.sec-inquiry textarea {
  padding: 15px 20px;
  border: 1px solid #c1c3c7;
  border-radius: 4px;
  font-size: 110%;
  width: 100%;
  line-height: 1.8;
  height: 15em;
}
.sec-inquiry .checkbox-grp, .sec-inquiry .radio-grp {
  display: flex;
  flex-wrap: wrap;
}
.sec-inquiry .checkbox-grp .checkbox-item, .sec-inquiry .checkbox-grp .radio-item, .sec-inquiry .radio-grp .checkbox-item, .sec-inquiry .radio-grp .radio-item {
  padding: 0 20px 10px 0;
}
.sec-inquiry .checkbox-grp.div4 .checkbox-item, .sec-inquiry .checkbox-grp.div4 .radio-item, .sec-inquiry .radio-grp.div4 .checkbox-item, .sec-inquiry .radio-grp.div4 .radio-item {
  width: 25%;
  padding: 0 20px 15px 0;
}
.sec-inquiry .checkbox-grp.div5 .checkbox-item, .sec-inquiry .checkbox-grp.div5 .radio-item, .sec-inquiry .radio-grp.div5 .checkbox-item, .sec-inquiry .radio-grp.div5 .radio-item {
  width: 20%;
  padding: 0 20px 15px 0;
}
.sec-inquiry .checkbox-grp.border-1, .sec-inquiry .radio-grp.border-1 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
}
.sec-inquiry .checkbox-grp.border-2, .sec-inquiry .radio-grp.border-2 {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
}
.sec-inquiry .checkbox-item label {
  display: flex;
  position: relative;
  cursor: pointer;
}
.sec-inquiry .checkbox-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 30px;
  height: 30px;
  border: 1px solid #bababa;
  border-radius: 1px;
  background: #fff;
  padding: 0;
  margin: 0 8px 0 0;
  font-size: 16px;
}
.sec-inquiry .checkbox-item .label-text {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 16px;
  font-size: min(1.1vw, 15px);
}
.sec-inquiry .checkbox-item .label-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 10px;
  border-left: 3px solid #B1184B;
  border-bottom: 3px solid #B1184B;
  transform: rotate(315deg);
  opacity: 0;
}
.sec-inquiry .checkbox-item input[type=checkbox]:checked + .label-text:before {
  opacity: 1;
}
.sec-inquiry .checkbox-item label:hover input[type=checkbox]:not(:checked) + .label-text:before {
  opacity: 0.5;
}
.sec-inquiry .radio-item label {
  display: flex;
  position: relative;
  cursor: pointer;
}
.sec-inquiry .radio-item input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 30px;
  height: 30px;
  border: 1px solid #bababa;
  border-radius: 100px;
  background: #fff;
  padding: 0;
  margin: 0 8px 0 0;
  font-size: 16px;
}
.sec-inquiry .radio-item .label-text {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 16px;
  font-size: min(1.1vw, 15px);
}
.sec-inquiry .radio-item .label-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 18px;
  height: 18px;
  background: #B1184B;
  border-radius: 100px;
  opacity: 0;
}
.sec-inquiry .radio-item input[type=radio]:checked + .label-text:before {
  opacity: 1;
}
.sec-inquiry .radio-item label:hover input[type=radio]:not(:checked) + .label-text:before {
  opacity: 0.5;
}
.sec-inquiry .address_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec-inquiry .address_wrap .postmark {
  font-size: 1.8rem;
}
.sec-inquiry .address_wrap input {
  width: auto;
}
.sec-inquiry .address_wrap .postcode {
  margin: 0 0 0 10px;
}
.sec-inquiry .address_wrap .address {
  flex: 1;
  margin: 0 0 0 20px;
}
.sec-inquiry .area_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sec-inquiry .area_wrap input {
  flex: 1;
  margin: 0 10px 0 0;
}
.sec-inquiry .area_wrap span {
  margin-right: 10px;
}
.sec-inquiry .area_wrap .area-item {
  flex: 1;
  display: flex;
  align-items: center;
}
.sec-inquiry .opening_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec-inquiry .opening_wrap .opening-input {
  flex: 1;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  opacity: 0.5;
}
.sec-inquiry .opening_wrap .opening-input input {
  flex: 1;
  margin-right: 20px;
}
.sec-inquiry .opening_wrap .opening-input.is-active {
  opacity: 1;
}
.sec-inquiry .gyotai_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec-inquiry .gyotai_wrap .products-input {
  flex: 1;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  opacity: 0.5;
}
.sec-inquiry .gyotai_wrap .products-input input {
  flex: 1;
}
.sec-inquiry .gyotai_wrap .products-input.is-active {
  opacity: 1;
}
.sec-inquiry #products {
  display: none;
}
.sec-inquiry #products.is-active {
  display: block;
}
.sec-inquiry .pp_link {
  text-align: center;
  font-size: 150%;
  padding: 20px 0 0;
}
.sec-inquiry .pp_link a {
  padding: 0 10px 0px 0;
}
.sec-inquiry .pp_check {
  text-align: center;
  font-size: 110%;
  padding: 20px 0 0;
}
.sec-inquiry .pp_check .check-agree {
  width: inherit;
}
.sec-inquiry .btn-square a {
  font-size: 130%;
  position: relative;
}
.sec-inquiry .btn-square a:after {
  margin-left: 2em;
}
.sec-inquiry .btn-square.btnoff a {
  opacity: 0.4;
}
.sec-inquiry .btn-square.back a {
  background: #a0a8b8;
}
.sec-inquiry ul.formbtn {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 40px auto auto;
}
.sec-inquiry ul.formbtn li {
  margin: 10px;
}
.sec-inquiry .accordionOpenForm .ttlLink {
  font-size: 120%;
  background: #EAEAEA;
}
.sec-inquiry .accordionOpenForm .ttlLink h2 {
  font-size: 100%;
  padding: 25px 40px;
  letter-spacing: 0.1em;
  position: relative;
  cursor: pointer;
}
.sec-inquiry .accordionOpenForm .ttlLink h2:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  background: url("../img/icon_plus.png") no-repeat center;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  color: #999;
  border-radius: 20px;
  text-align: center;
  line-height: 18px;
}
.sec-inquiry .accordionOpenForm .ttlLink h2.open:after {
  background: url("../img/icon_minus.png") no-repeat center;
}
.sec-inquiry .accordionOpenArea {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .sec-inquiry .checkbox-grp.div5 .checkbox-item, .sec-inquiry .checkbox-grp.div5 .radio-item, .sec-inquiry .checkbox-grp.div5 .checkbox-item, .sec-inquiry .checkbox-grp.div5 .radio-item, .sec-inquiry .radio-grp.div5 .checkbox-item, .sec-inquiry .radio-grp.div5 .radio-item, .sec-inquiry .radio-grp.div5 .checkbox-item, .sec-inquiry .radio-grp.div5 .radio-item {
    width: 33%;
    padding: 0 10px 10px 0;
  }
  .sec-inquiry .checkbox-item .label-text, .sec-inquiry .radio-item .label-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec-inquiry h2 {
    font-size: 120%;
    margin: 30px 5% 10px;
  }
  .sec-inquiry p.pt-50 {
    padding-top: 20px;
    margin: 0 5%;
  }
  .sec-inquiry p {
    margin: 0 5%;
  }
  .sec-inquiry .form {
    width: 90%;
    margin: 20px auto 0;
  }
  .sec-inquiry .form .ttl03 h1, .sec-inquiry .form .ttl03 h2, .sec-inquiry .form .ttl03 h3, .sec-inquiry .form .ttl03 h4 {
    font-size: 110%;
  }
  .sec-inquiry .mainWrap .lead {
    font-size: 100%;
  }
  .sec-inquiry .mainWrap .norList02 {
    font-size: 90%;
  }
  .sec-inquiry .required, .sec-inquiry .not-required {
    font-size: 1rem;
  }
  .sec-inquiry .contents_blc_bggray {
    padding: 20px 15px;
    padding: 30px clamp(15px, 5vw, 60px);
    margin-top: 20px;
  }
  .sec-inquiry .ttl03 {
    margin: 20px 0 10px;
  }
  .sec-inquiry .ttl03:first-child {
    margin-top: 0;
  }
  .sec-inquiry .mainWrap {
    font-size: 90%;
  }
  .sec-inquiry .mainWrap:after {
    content: "";
    display: table;
    clear: both;
  }
  .sec-inquiry .mainWrap .point_list {
    float: none;
    width: 100%;
  }
  .sec-inquiry select {
    padding: 5px 10px;
    font-size: 16px;
    width: 100%;
  }
  .sec-inquiry .sel_wrap {
    width: 100%;
  }
  .sec-inquiry input {
    padding: 5px 10px;
    font-size: 16px;
  }
  .sec-inquiry textarea {
    padding: 5px 10px;
    font-size: 16px;
    height: 10em;
  }
  .sec-inquiry .checkbox-grp .checkbox-item, .sec-inquiry .checkbox-grp .radio-item, .sec-inquiry .radio-grp .checkbox-item, .sec-inquiry .radio-grp .radio-item {
    width: 100%;
  }
  .sec-inquiry .checkbox-grp.div4 .checkbox-item, .sec-inquiry .checkbox-grp.div4 .radio-item, .sec-inquiry .checkbox-grp.div5 .checkbox-item, .sec-inquiry .checkbox-grp.div5 .radio-item, .sec-inquiry .radio-grp.div4 .checkbox-item, .sec-inquiry .radio-grp.div4 .radio-item, .sec-inquiry .radio-grp.div5 .checkbox-item, .sec-inquiry .radio-grp.div5 .radio-item {
    width: 50%;
    padding: 0 10px 10px 0;
  }
  .sec-inquiry .checkbox-item input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .sec-inquiry .checkbox-item .label-text {
    font-size: 100%;
  }
  .sec-inquiry .checkbox-item .label-text:before {
    top: 4px;
    left: 5px;
    width: 11px;
    height: 8px;
  }
  .sec-inquiry .radio-item input[type=radio] {
    width: 20px;
    height: 20px;
  }
  .sec-inquiry .radio-item .label-text {
    font-size: 100%;
  }
  .sec-inquiry .radio-item .label-text:before {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
  }
  .sec-inquiry .address_wrap .postcode {
    width: 10em;
  }
  .sec-inquiry .address_wrap .address {
    flex: none;
    width: 100%;
    margin: 10px 0 0;
  }
  .sec-inquiry .opening_wrap .opening-input {
    display: block;
    flex: none;
    width: 100%;
  }
  .sec-inquiry .opening_wrap .opening-input input {
    margin: 0 0 5px;
  }
  .sec-inquiry .pp_link {
    font-size: 110%;
    padding: 0;
  }
  .sec-inquiry .pp_check {
    font-size: 90%;
    padding: 10px 0 0;
  }
  .sec-inquiry .btn-square {
    margin: 15px 0 0 0;
  }
  .sec-inquiry .btn-square a {
    font-size: 90%;
  }
  .sec-inquiry ul.formbtn {
    display: block;
  }
  .sec-inquiry .accordionOpenForm .ttlLink {
    font-size: 90%;
  }
  .sec-inquiry .accordionOpenForm .ttlLink h2 {
    padding: 15px 20px 15px 0;
  }
  .sec-inquiry .accordionOpenForm .ttlLink h2:after {
    right: 0;
  }
  .sec-inquiry .accordionOpenArea {
    display: none;
  }
}