@charset "UTF-8";
/*ユーティリティ*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&&family=Roboto:wght@400;500;700&display=swap");
/*関数・Mixin*/
/*リセット*/
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*ヘッダー*/
.header__menu-pc {
  display: none;
}
@media (min-width: 1280px) {
  .header__menu-pc {
    background: #FFF;
    max-width: 100%;
    display: flex;
    height: 75px;
    align-items: center;
    box-shadow: 0px 3px 3px 0px rgba(60, 170, 220, 0.1);
    z-index: 15;
  }
}
.header__menu-pc.m_fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
}
.header__menu-pc ul {
  display: flex;
  margin: 0 auto 0 40px;
}
.header__menu-pc ul li {
  font-size: 16px;
  font-weight: 600;
  margin-right: 25px;
}
.header__menu-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 3px 3px 0px rgba(60, 170, 220, 0.1);
  background: #FFF;
  z-index: 15;
}
.header__menu-sp.m_fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
}
@media (min-width: 1280px) {
  .header__menu-sp {
    display: none;
  }
}
.header__contact {
  display: flex;
  align-items: center;
}
.header__tel {
  display: none;
}
@media (min-width: 768px) {
  .header__tel {
    display: block;
    margin-right: 15px;
  }
}
.header__tel-number {
  font-size: 8.6111111111vw;
  font-weight: 700;
  position: relative;
  margin-top: 5.5555555556vw;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .header__tel-number {
    font-size: 26px;
    margin-top: 0;
  }
}
.header__tel-number::before {
  content: "";
  background: url(./images/tel-icon.png) no-repeat;
  display: inline-block;
  background-size: contain;
  background-position: center center;
  width: 10.5555555556vw;
  height: 7.2222222222vw;
  margin-right: 2.2222222222vw;
}
@media (min-width: 768px) {
  .header__tel-number::before {
    width: 31px;
    height: 18px;
    margin-right: 5px;
  }
}
.header__tel-caption {
  font-size: 3.8888888889vw;
  font-weight: 700;
  margin-top: 2.7777777778vw;
}
@media (min-width: 768px) {
  .header__tel-caption {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
  }
}
.header__mail {
  display: none;
}
@media (min-width: 768px) {
  .header__mail {
    display: block;
    margin-right: 5px;
  }
}
.header__mail a {
  background-color: #326496;
  color: #FFF;
  display: block;
  width: 72.2222222222vw;
  height: 13.8888888889vw;
  line-height: 13.8888888889vw;
  text-align: center;
  margin: 5.5555555556vw auto 0;
  border-radius: 6.9444444444vw;
  font-size: 3.8888888889vw;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
}
.header__mail a:hover {
  background: #145082;
}
@media (min-width: 768px) {
  .header__mail a {
    width: 152px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    margin: 0;
  }
}
.header__mendan {
  display: none;
}
@media (min-width: 768px) {
  .header__mendan {
    display: block;
    margin-right: 10px;
  }
}
.header__mendan a {
  background-color: #112050;
  color: #FFF;
  display: block;
  width: 72.2222222222vw;
  height: 13.8888888889vw;
  line-height: 13.8888888889vw;
  text-align: center;
  margin: 5.5555555556vw auto 0;
  border-radius: 6.9444444444vw;
  font-size: 3.8888888889vw;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
}
.header__mendan a:hover {
  background: #145082;
}
@media (min-width: 768px) {
  .header__mendan a {
    width: 152px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    margin: 0;
  }
}
.header__logo {
  width: 83px;
  height: auto;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .header__logo {
    width: 110px;
    height: auto;
    margin-left: 20px;
  }
}

#toggle {
  width: 50px;
  height: 50px;
  background: #112050;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  #toggle {
    width: 75px;
    height: 75px;
  }
}
#toggle-box {
  position: absolute;
  width: 24px;
  height: 16px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #toggle-box {
    width: 37px;
    height: 24px;
  }
}

#toggle-box > span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #FFF;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease, bottom 0.5s ease;
}
@media (min-width: 768px) {
  #toggle-box > span {
    height: 2px;
  }
}

#toggle-box > span:nth-child(1) {
  top: 0;
}

#toggle-box > span:nth-child(2) {
  top: 50%;
  transform: translatey(-50%);
}

#toggle-box > span:nth-child(3) {
  bottom: 0;
}

#toggle {
  z-index: 1000;
}

#main {
  position: relative;
  z-index: 990;
}

.nav-content {
  z-index: 900;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #112050;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  padding: 19.4444444444vw 13.8888888889vw;
  text-align: left;
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-content__logo {
  width: 230px;
  display: block;
  margin: 0 auto 55px;
}
.nav-content__link {
  list-style: none;
}
.nav-content__link a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 30px 0;
  transition: opacity 0.6s ease;
}
.nav-content__link a:hover {
  opacity: 0.6;
}
.nav-content__contact {
  background: #FFF;
  color: #112050;
  font-weight: bold;
  text-align: center;
  width: 260px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.nav-content__contact.-mail {
  font-size: 14px;
  position: relative;
}
.nav-content__contact.-mail:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 19px;
  right: 20px;
  width: 8px;
  height: 11px;
  background: url(./images/nav-menu-arrow.svg);
  background-position: center;
  background-size: contain;
}
.nav-content__contact.-tel {
  font-size: 17px;
  position: relative;
}
.nav-content__contact.-tel:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 13px;
  background: url(./images/nav-tel-icon.svg);
  background-position: center;
  background-size: contain;
}
.nav-content__contact.-tel:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 19px;
  right: 20px;
  width: 8px;
  height: 11px;
  background: url(./images/nav-menu-arrow.svg);
  background-position: center;
  background-size: contain;
}

.is-open {
  overflow: hidden;
}

.is-open #toggle-box > span {
  background: #fff;
}

.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}

.is-open #nav-content {
  z-index: 999;
  transform: translateX(0);
}

.header__nav {
  display: none;
  position: absolute;
}
.header__nav ul {
  position: absolute;
  top: 20px;
  left: -19px;
  display: inline-block;
  width: 115px;
  height: 110px;
  text-align: center;
  margin: auto;
  background-color: #326496;
}
.header__nav ul:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #326496;
}
.header__nav ul li {
  margin: 0;
  padding-top: 16px;
}
.header__nav ul li a {
  position: relative;
  color: #fff;
  font-size: 16px;
}
.header__nav ul li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease 0s;
}
.header__nav ul li a:hover {
  cursor: pointer;
}
.header__nav ul li a:hover::after {
  width: 100%;
}

/*メインカラム*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
  font-size: 100%;
  font-size: 10px;
  font-family: YakuHanJP, "Arial", "Arial", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

body {
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  vertical-align: middle;
}
@media (min-width: 768px) {
  img {
    width: 100%;
  }
}

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

input[type=text], input[type=tel], input[type=email] {
  width: 100%;
  padding: 0.5em 1em;
  border: 1px solid #c3c3c3;
  border-radius: 0;
  box-shadow: none;
  background-color: #FFF;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
}
input::-moz-placeholder {
  color: #707F89;
  font-size: 14px;
}
input::placeholder {
  color: #707F89;
  font-size: 14px;
}
input[type=radio] {
  display: none;
}
input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 20px 0 22px;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  background-color: #FFF;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
input[type=radio]:checked + span {
  color: #326496;
}
input[type=radio]:checked + span::after {
  opacity: 1;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #326496;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 16px 0 1.5em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  background-color: #FFF;
  box-sizing: border-box;
}
input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 2px;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 1px solid #326496;
  border-right: 1px solid #326496;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}
input[type=checkbox]:checked + span {
  color: #326496;
  transition: all 0.25s ease;
}
input[type=checkbox]:checked + span::before {
  opacity: 1;
  border: 1px solid #326496;
  background-color: #326496;
  transition: opacity 0.25s ease;
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: opacity 0.25s ease;
}
input[type=submit] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #326496 solid;
  border-radius: 3px;
  background-color: #326496;
  color: #000;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
input[type=submit]:hover {
  background-color: #fff;
  color: #000;
  transition: all 0.25s;
}
input[type=submit]:focus {
  outline: 0;
  border: 1px #000 solid;
}

textarea {
  width: 100%;
  height: 143px;
  margin: 0 0 20px;
  padding: 0.5em 1em;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  box-shadow: none;
  background-color: #FFF;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form_caption {
  font-size: 14px;
  line-height: 2;
}

select {
  cursor: pointer;
  width: 315px;
  height: 43px;
  max-width: 100%;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #c3c3c3;
  box-shadow: none;
  background-color: #FFF;
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
}

.wpcf7-list-item {
  margin-bottom: 6px;
  display: block;
}
@media (min-width: 768px) {
  .wpcf7-list-item {
    margin: 5px 0;
    display: inline-block;
  }
}
.wpcf7-list-item label {
  display: block;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .wpcf7-list-item label {
    margin-bottom: 5px;
  }
}

.section-title {
  color: #FFF;
  background: #326496;
  padding: 5px;
}
@media (min-width: 768px) {
  .section-title {
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 5px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.caption-item {
  background: #f7f7f7;
  color: #707F89;
  font-size: 12px;
  padding: 8px;
}
.caption-item a {
  color: #000;
  text-decoration: underline;
}
.caption-item a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -3px 0 0 2px;
  background: url("./images/link-icon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.user-info label {
  font-weight: normal;
}

.select {
  position: relative;
  margin: 0 0 20px;
  z-index: 1;
}
.select::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 4px;
  border-top: 2px solid #7a0;
  border-right: 2px solid #7a0;
  transform: rotate(45deg);
  z-index: 2;
}

span.wpcf7-checkbox {
  display: block;
  margin-bottom: 20px;
}

span.wpcf7-radio {
  display: block;
  margin-bottom: 20px;
}

.submit-btn {
  position: relative;
  width: 272px;
  height: 48px;
  line-height: 48px;
  max-width: 100%;
  margin: 45px auto;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

input[type=submit] {
  font-weight: bold;
  cursor: pointer;
  width: 272px;
  padding: 15px;
  max-width: 100%;
  box-shadow: none;
  border: 1px #326496 solid;
  border-radius: 48px;
  background-color: #326496;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
input[type=submit]:hover {
  background-color: #fff;
  color: #326496;
  transition: all 0.25s;
}
input[type=submit]:focus {
  outline: 0;
  border: 1px #326496 solid;
}

@media (min-width: 768px) {
  strong {
    display: block;
    margin-top: 20px;
  }
}

ul, li {
  list-style: none;
}

.back-to-top {
  display: none;
  position: fixed;
  right: 0;
  bottom: 6.5%;
  display: inline-block;
  text-decoration: none;
  width: 16.6666666667vw;
  height: auto;
  z-index: 11;
}
@media (min-width: 768px) {
  .back-to-top {
    width: 100px;
    right: 3%;
  }
}
@media (min-width: 1280px) {
  .back-to-top {
    bottom: 2%;
  }
}

footer .footer__logo {
  display: block;
  width: 52.7777777778vw;
  margin: 15.2777777778vw auto 11.1111111111vw;
}
@media (min-width: 768px) {
  footer .footer__logo {
    width: 190px;
    margin: 65px auto 50px;
  }
}
footer .footer__menu {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 13.8888888889vw;
  line-height: 13.8888888889vw;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
@media (min-width: 768px) {
  footer .footer__menu {
    display: none;
  }
}
footer .footer__menu-mendan {
  color: #FFF;
  display: block;
  width: 50%;
  text-align: center;
  font-size: 3.6111111111vw;
  background-color: #0A3C6E;
  background: linear-gradient(165deg, #112952 0%, #112952 50%, #0A3C6E 50%, #0A3C6E 100%);
}
footer .footer__menu-mail {
  color: #FFF;
  display: block;
  width: 50%;
  text-align: center;
  font-size: 3.6111111111vw;
  background-color: #145082;
  background: linear-gradient(165deg, #214674 0%, #214674 50%, #145082 50%, #145082 100%);
}
footer .copyright {
  font-size: 3.0555555556vw;
  padding: 2.7777777778vw;
  text-align: center;
  background: #326496;
  color: #FFF;
}
@media (min-width: 768px) {
  footer .copyright {
    font-size: 13px;
    padding: 0;
    height: 40px;
    line-height: 40px;
  }
}

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

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

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

/* template02 */
.form__wrap {
  width: 100%;
  max-width: 1100px;
  /*フォームの最大幅*/
  margin: 40px auto 0;
  padding: 40px 20px 35px;
  background: #FFF;
}
@media (min-width: 768px) {
  .form__wrap {
    padding: 40px 40px 35px;
  }
}
@media (min-width: 1280px) {
  .form__wrap {
    padding: 40px 60px 35px;
  }
}

.template02 {
  color: #000;
  font-size: 16px;
}
@media (min-width: 1280px) {
  .template02 {
    width: 930px;
    margin: 55px auto 0;
  }
}
.template02 h2 {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
}
.template02 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity 0.25s;
}
.template02 a:hover {
  opacity: 0.5;
  transition: opacity 0.25s;
}
.template02 div.form__row {
  margin: 0;
  padding: 0;
}
@media (min-width: 1280px) {
  .template02 div.form__row {
    display: flex;
    align-items: center;
  }
}
.template02 div.form__row.row-privacy, .template02 div.form__row.row-submit {
  display: block;
  border-top: 0;
  text-align: center;
  border: none;
}
.template02 p.form__label, .template02 p.form__body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.template02 p.form__label {
  width: 100%;
}
@media (min-width: 768px) {
  .template02 p.form__label {
    width: 40%;
  }
}
.template02 p.form__body {
  width: 100%;
  padding: 15px 0 2em;
}
@media (min-width: 1280px) {
  .template02 p.form__body {
    padding: 15px 1em;
  }
}
.template02 div.form__row.row-privacy .form__body, .template02 div.form__row.row-submit .form__body {
  width: 100%;
}
.template02 div.form__row.row-privacy .form__body {
  text-align: left;
}
.template02 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 18px;
}
.template02 p.form__label label::after {
  content: "任意";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 36px;
  margin: 0;
  padding: 0 5px;
  border-radius: 2px;
  background-color: #f1f1f1;
  color: #929292;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
}
.template02 p.form__label.is-required label {
  position: relative;
}
.template02 p.form__label.is-required label::after {
  content: "必須";
  display: block;
  position: absolute;
  top: 5px;
  right: -34px;
  left: auto;
  width: 36px;
  padding: 0 5px;
  background-color: #FFF;
  color: #FF788C;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
.template02 input[type=text], .template02 input[type=tel], .template02 input[type=email] {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (min-width: 768px) {
  .template02 input[type=text], .template02 input[type=tel], .template02 input[type=email] {
    height: 60px;
  }
}
.template02 textarea {
  width: 100%;
  margin: 0;
  height: 140px;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (min-width: 768px) {
  .template02 textarea {
    height: 190px;
  }
}
.template02 .form_caption {
  font-size: 14px;
  line-height: 2;
}
.template02 input[type=checkbox] {
  display: none;
}
.template02 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.template02 input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}
.template02 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 8px;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}
.template02 input[type=checkbox]:checked + span {
  color: #326496;
  transition: all 0.25s ease;
}
.template02 input[type=checkbox]:checked + span::before {
  opacity: 1;
  border: 1px solid #326496;
  background-color: #326496;
  transition: opacity 0.25s ease;
}
.template02 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}
.template02 input[type=radio] {
  display: none;
}
.template02 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.template02 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.template02 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.template02 input[type=radio]:checked + span {
  color: #326496;
}
.template02 input[type=radio]:checked + span::after {
  opacity: 1;
  top: 5px;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #326496;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}
.template02 input[type=file] {
  color: #000;
  max-width: 100%;
}
.template02 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.template02 select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 3.5em 0.8em 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.template02 select::-ms-expand {
  display: none;
}
.template02 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #326496;
  border-right: 1px solid #326496;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.template02 select:focus {
  outline: 0;
  border: 1px #326496 solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
.template02 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #326496;
  border-right: 1px solid #326496;
}
.template02 .submit-btn {
  position: relative;
  width: 300px;
  height: 50px;
  max-width: 100%;
  margin: 20px auto;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.template02 .submit-btn::after {
  content: "";
  width: 1.9444444444vw;
  height: 3.3333333333vw;
  display: inline-block;
  background: url(./images/contact-arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 4.1666666667vw;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 768px) {
  .template02 .submit-btn::after {
    width: 7px;
    height: 12px;
    right: 15px;
  }
}
.template02 input[type=submit] {
  cursor: pointer;
  width: 300px;
  max-width: 100%;
  box-shadow: none;
  border: 1px #326496 solid;
  border-radius: 30px;
  background-color: #326496;
  color: #fff;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.template02 input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}
.template02 input[type=submit]:hover {
  background-color: #fff;
  color: #326496;
  transition: all 0.25s;
}
.template02 input[type=submit]:focus {
  outline: 0;
  border: 1px #326496 solid;
}

@media only screen and (max-width: 768px) {
  .wpcf7 .template02 div.form__row {
    display: block;
  }
  .wpcf7 .template02 p.form__label {
    width: 100%;
    padding: 1.5em 1em 0;
  }
  .wpcf7 .template02 p.form__body {
    width: 100%;
    padding: 1em 1em 1.5em;
  }
}
.terms {
  margin: 150px auto;
  width: 100%;
  max-width: 900px;
  padding: 20px;
  background: #FFF;
  color: #000;
}
.terms-container {
  margin-bottom: 30px;
}
.terms-container .notice {
  color: #eb1919;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
}
.terms-container h2 {
  background: #326496;
  color: #FFF;
  padding: 5px;
  margin: 10px 0 20px;
}
.terms-container p {
  margin-bottom: 5px;
}
.terms-container ul {
  margin-bottom: 15px;
}
.terms-container ul li {
  margin: 0 0 5px 15px;
}

.wpcf7 .ajax-loader {
  padding: 10px 0 40px;
}

.wpcf7 .ajax-loader::after {
  content: "";
  display: inline-block;
  padding: 10px;
  background-image: url("./images/test.gif");
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background-size: contain;
  background-position: center;
}

select#age {
  margin-right: 10px;
}

.invalidlink {
  pointer-events: none;
}

.wpcf7-list-item {
  display: block;
  margin: 0 0 0.5em 0;
}

.check {
  text-align: center !important;
}

.thanks {
  text-align: center;
}

.contact-form {
  background: #EDF6FC;
  padding: 18.0555555556vw 5.5555555556vw 22.2222222222vw;
}
@media (min-width: 768px) {
  .contact-form {
    padding: 100px 40px;
  }
}
@media (min-width: 1280px) {
  .contact-form {
    padding: 100px 40px 125px;
  }
}
.contact-form__title {
  font-size: 24px;
  text-align: center;
  color: #135082;
  margin: 0 auto 40px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .contact-form__title {
    font-size: 30px;
  }
}
.contact-form__text {
  font-size: 16px;
  text-align: center;
  color: #135082;
  font-weight: 600;
  line-height: 1.714;
}
@media (min-width: 768px) {
  .contact-form__text {
    font-size: 14px;
  }
}

.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}