@charset "UTF-8";

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

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * 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"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul li {
  list-style: none;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*************
 デフォルト色ベース
************/
.color-WindowsBlue {
  color: #3281ca;
}

.color-terracota {
  color: #dd6e42;
}

.color-DarkSkyBlue {
  color: #599ad6;
}

.color-white {
  color: #fff;
}

.bg-LightGreyBlue {
  background-color: #82b3e0;
}

.bg-ecru {
  background-color: #f4f4d4;
}

.bg-DarkSkyBlue {
  background-color: #599ad6;
}

.bg-IceBlue {
  background-color: #e8f1f9;
}

.bg-white {
  background-color: #fff;
}

.bg-offwhite {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#f9f9e8), to(#fff));
  background-image: linear-gradient(to bottom right, #f9f9e8, #fff);
}

/*****************************************************************************
 その他色
 *****************************************************************************/
/* ====================================================
# font
===================================================== */
/***********
ブレイクポイント
**********/
/* =====
# content width
====== */
/* .outline {
	width: $outline-width;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: content-box;

	@include media(sp) {
		width: 95%;
	}
} */
.wrapper {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 959px),
print {
  .wrapper {
    width: 100%;
  }
}

.container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 959px),
print {
  .container {
    width: 88%;
  }
}

.inner {
  max-width: 724px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 959px),
print {
  .inner {
    width: 90%;
  }
}

/*****************************************************************************
各種パーツ
 *****************************************************************************/
.parallax {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/999_parallax.png);
}

.btn_wrapper {
  text-align: center;
}

.btn_intro {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #dd6e42;
  font-weight: bold;
  margin-bottom: 1em;
}

.btn_end {
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 1.7;
  color: #666;
}

.btn {
  position: relative;
  display: block;
  padding: 1.2em 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 100vh;
  color: #fff;
  background-color: #e17f58;
  font-weight: bold;
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 auto 0.5em;
  width: 70%;
}

@media only screen and (max-width: 959px),
print {
  .btn {
    width: 100%;
  }
}

@media only screen and (max-width: 767px),
print {
  .btn {
    font-size: 3.73333vw;
  }
}

.btn small {
  font-size: 14px;
  /*IE9以前に対応する*/
  font-size: 0.875rem;
  font-weight: normal;
}

@media only screen and (max-width: 767px),
print {
  .btn small {
    font-size: 3.2vw;
  }
}

.btn p {
  position: absolute;
  top: -3em;
  left: -4.5em;
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: red;
  border-radius: 50%;
  background: #fff;
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

@media only screen and (max-width: 767px),
print {
  .btn p {
    font-size: 3.2vw;
    width: 18vw;
    height: 18vw;
    left: -1em;
  }
}

.btn p span {
  font-family: "Kiwi Maru", serif;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn p em {
  font-style: normal;
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px),
print {
  .btn p em {
    font-size: 3.46667vw;
  }
}

.mincho {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  /*IE9以前に対応する*/
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 767px),
print {
  .mincho {
    font-size: 6.66667vw;
    line-height: 1.7;
  }
}

.mincho2 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  /*IE9以前に対応する*/
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
}

@media only screen and (max-width: 767px),
print {
  .mincho2 {
    font-size: 6.66667vw;
    line-height: 1.7;
  }
}

.mb3em {
  margin-bottom: 3em;
}

/*****************************************************************************
 初期設定
 *****************************************************************************/
* {
  margin: 0;
  padding: 0;
}

body {
  /* @include YuGothic; */
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #333;
  font-weight: normal;
  /* font-feature-settings: "palt"on; */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  scroll-behavior: smooth;
  left: 0;
  zoom: 1;
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0em;
}

@media only screen and (max-width: 959px),
print {
  body {
    font-size: 2.13333vw;
    line-height: 2.27273;
  }
}

@media only screen and (max-width: 767px),
print {
  body {
    font-size: 4.26667vw;
  }
}

a {
  /* text-decoration: underline; */
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none;
  /* transform: scale(1.05, 1.05); */
}

a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  /* transform: scale(1.05, 1.05); */
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.fw-bold {
  font-weight: bold;
}

.is-pc {
  display: block;
}

@media only screen and (max-width: 959px),
print {
  .is-pc {
    display: none;
  }
}

.is-tab {
  display: none;
}

@media only screen and (max-width: 959px),
print {
  .is-tab {
    display: block;
  }
}

.is-sp {
  display: none;
}

@media only screen and (max-width: 767px),
print {
  .is-sp {
    display: block;
  }
}

/* ================================================
 * flex
/* ================================================*/
.flex_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex_all_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  margin: 0 auto;
}

/*****************************************************************************
 ヘッダー
 *****************************************************************************/
.header .bg-offwhite {
  padding: 44px 20px 20px;
}

.header .bg-white {
  padding-bottom: 5em;
}

.header .container {
  margin-top: -1.5em;
}

/*****************************************************************************
 フッター
 *****************************************************************************/
.footer {
  color: #666;
  font-size: 14px;
  /*IE9以前に対応する*/
  font-size: 0.875rem;
  line-height: 1;
}

.footer .bg-white {
  padding: 0.5em 0;
}

.footer .footer_links {
  margin-bottom: 1em;
}

.footer a {
  text-decoration: underline;
}

.footer a:hover {
  text-decoration: none;
}

.footer p {
  margin: 0 0.5em;
}

.footer p.footer_copyright {
  font-size: 14px;
  /*IE9以前に対応する*/
  font-size: 0.875rem;
  line-height: 1.92857;
}

/********
共通
*********/
/***********
トップページ
************/
/*----------------------------
* contact
*----------------------------*/
.contact_border {
  border-style: solid;
  border-width: 3px;
  border-image-source: linear-gradient(to bottom right, #82b3e0, #e0e082);
  border-image-slice: 1;
}

.contact .contact_inner {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#f9f9e8), to(#fff));
  background-image: linear-gradient(to bottom right, #f9f9e8, #fff);
  padding: 36px 0;
  width: 85%;
  margin: 0 auto;
}

.contact .logo {
  margin: 0 auto 12px;
  width: 26%;
}

@media only screen and (max-width: 767px),
print {
  .contact .logo {
    width: 50%;
  }
}

.contact .contact_intro {
  text-align: center;
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 2;
  color: #599ad6;
  margin-bottom: 3em;
}

@media only screen and (max-width: 959px),
print {
  .contact .contact_intro {
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .contact .contact_intro {
    font-size: 4.26667vw;
  }
}

.contact .contact_intro span {
  border-bottom: dashed 1px #e0e082;
}

.contact .contact_subtitle {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  /*IE9以前に対応する*/
  font-size: 1.375rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 1em;
}

@media only screen and (max-width: 959px),
print {
  .contact .contact_subtitle {
    font-size: 18px;
    /*IE9以前に対応する*/
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .contact .contact_subtitle {
    font-size: 4.53333vw;
  }
}

.contact .contact_title {
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  /*IE9以前に対応する*/
  font-size: 2.5rem;
  line-height: 1.7;
  text-align: center;
  color: #599ad6;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 1.25em;
}

.contact .contact_title span {
  font-size: 36px;
  /*IE9以前に対応する*/
  font-size: 2.25rem;
  line-height: 1.66667;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 959px),
print {
  .contact .contact_title span {
    font-size: 20px;
    /*IE9以前に対応する*/
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .contact .contact_title span {
    font-size: 4.26667vw;
  }
}

@media only screen and (max-width: 959px),
print {
  .contact .contact_title {
    font-size: 28px;
    /*IE9以前に対応する*/
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .contact .contact_title {
    font-size: 6.4vw;
  }
}

/*----------------------------
* nayami
*----------------------------*/
.nayami {
  padding: 0;
}

.nayami_box {
  background-color: #eee;
  border-top: solid 10px #82b3e0;
  border-bottom: solid 10px #82b3e0;
  padding-top: 70px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 959px),
print {
  .nayami_box {
    padding-top: 15%;
    padding-bottom: 7%;
  }
}

.nayami .section_title {
  position: relative;
  margin-bottom: 0.7em;
}

.nayami .section_title::before {
  content: "";
  position: absolute;
  border-top: solid 2.5px #82b3e0;
  width: 21%;
  top: 0.55em;
  left: 4%;
}

@media only screen and (max-width: 959px),
print {
  .nayami .section_title::before {
    top: 50%;
  }
}

.nayami .section_title::after {
  content: "";
  position: absolute;
  border-top: solid 2.5px #82b3e0;
  width: 21%;
  top: 0.55em;
  right: 4%;
}

@media only screen and (max-width: 959px),
print {
  .nayami .section_title::after {
    top: 50%;
  }
}

.nayami_list {
  margin: 0 auto;
  width: 92%;
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 2;
}

@media only screen and (max-width: 959px),
print {
  .nayami_list {
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .nayami_list {
    font-size: 4.26667vw;
  }
}

.nayami_list li {
  position: relative;
  color: #434343;
  list-style: none;
  background: url(../images/01_list_mark.png) left 2.25em top 0.75em no-repeat;
  background-size: 36px auto;
  border-bottom: dashed 1px #ccc;
  padding-top: 0.5em;
  padding-bottom: 1.2em;
  padding-left: 5em;
  margin-bottom: 0.2em;
}

@media only screen and (max-width: 767px),
print {
  .nayami_list li {
    background-size: 1.2em auto;
    background-position: left 0 top 1em;
    padding-left: 2em;
  }
}

.nayami_list li strong {
  color: #2867a1;
  font-size: 20px;
  /*IE9以前に対応する*/
  font-size: 1.25rem;
  line-height: 1.8;
}

@media only screen and (max-width: 959px),
print {
  .nayami_list li strong {
    font-size: 18px;
    /*IE9以前に対応する*/
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .nayami_list li strong {
    font-size: 4.53333vw;
  }
}

.voice .bg-white {
  padding-top: 4.5em;
  padding-bottom: 3em;
}

.voice .section_title {
  margin-bottom: 1.5em;
}

.voice .voice_list_box {
  margin: 0 auto;
  width: 92%;
}

.voice .voice_list li {
  border-bottom: solid 1px #eee;
  padding-bottom: 2em;
  margin-bottom: 3em;
}

.voice .voice_list li:last-of-type {
  border: none;
  margin-bottom: 0;
}

.voice .balloon {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 1.5em 0;
  width: 100%;
  border-radius: 10px;
  background-color: #eaeaab;
  margin-bottom: 4em;
}

@media only screen and (max-width: 959px),
print {
  .voice .balloon {
    margin-bottom: 2em;
  }
}

.voice .balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 25px solid #eaeaab;
}

.voice .balloon p {
  font-size: 20px;
  /*IE9以前に対応する*/
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: bold;
}

@media only screen and (max-width: 959px),
print {
  .voice .balloon p {
    font-size: 18px;
    /*IE9以前に対応する*/
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .voice .balloon p {
    font-size: 4.53333vw;
  }
}

.voice .voice_item {
  margin: 0 auto;
  width: 92%;
}

@media only screen and (max-width: 959px),
print {
  .voice .voice_item.flex_between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.voice .voice_img {
  width: 21%;
}

@media only screen and (max-width: 959px),
print {
  .voice .voice_img {
    margin: 0 auto 1em;
    width: 80%;
  }
}

.voice .voice_img figcaption {
  font-size: 14px;
  /*IE9以前に対応する*/
  font-size: 0.875rem;
  line-height: 1.7;
  color: #666;
  text-align: center;
}

.voice .voice_text {
  width: 75%;
  text-align: justify;
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.7;
}

@media only screen and (max-width: 959px),
print {
  .voice .voice_text {
    width: 100%;
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .voice .voice_text {
    font-size: 4.26667vw;
  }
}

section.contact .bg-white {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

section.contact .contact_border {
  width: 640px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-width: 20px;
  padding: 2em 1em;
  text-align: center;
}

section.contact .section_subtitle {
  margin: 0 auto 2em;
  width: 70%;
}

@media only screen and (max-width: 767px),
print {
  section.contact .section_subtitle {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}

section.contact .tag_title {
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0.35em;
  margin-bottom: 24px;
}

section.contact .section_title {
  margin-bottom: 0.5em;
}

section.contact .contact_img {
  margin-bottom: 38px;
}

section.contact .btn {
  width: 80%;
  margin-bottom: 0;
}

@media only screen and (max-width: 959px),
print {
  section.contact .btn {
    width: 100%;
  }
}

.message .bg-white {
  padding-top: 4em;
  padding-bottom: 5em;
}

.message .section_title {
  color: #3281ca;
  display: inline-block;
  text-align: left;
  font-size: 32px;
  /*IE9以前に対応する*/
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 48px;
}

@media only screen and (max-width: 959px),
print {
  .message .section_title {
    font-size: 24px;
    /*IE9以前に対応する*/
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .message .section_title {
    font-size: 6.13333vw;
  }
}

.message .section_title span {
  border-bottom: solid 1px #3281ca;
}

.message .message_box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 959px),
print {
  .message .message_box.flex_between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.message .message_text,
.message .message_text2 {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.7;
  width: 66%;
}

@media only screen and (max-width: 959px),
print {

  .message .message_text,
  .message .message_text2 {
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
    width: 100%;
  }
}

@media only screen and (max-width: 767px),
print {

  .message .message_text,
  .message .message_text2 {
    font-size: 4.26667vw;
  }
}

.message .message_text p,
.message .message_text2 p {
  margin-bottom: 1.5em;
}

.message .message_text p:last-of-type,
.message .message_text2 p:last-of-type {
  margin-bottom: 0;
}

.message .message_text p.mb3em,
.message .message_text2 p.mb3em {
  margin-bottom: 3em;
}

.message .message_text p.mincho,
.message .message_text2 p.mincho {
  color: #3281ca;
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.7;
  text-align: left;
}

.message .message_text2 {
  width: 100%;
  margin-top: 1em;
}

.message .message_img {
  width: 32%;
}

@media only screen and (max-width: 959px),
print {
  .message .message_img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 80%;
    margin-bottom: 2em;
  }
}

.message .message_img2 {
  width: 50%;
}

.message .message_img-box {
  margin-top: 2.5em;
  margin-bottom: 3.5em;
}

@media only screen and (max-width: 959px),
print {
  .message .message_img-box.flex_all_center .message_img2 {
    width: 80%;
  }
}

.message2 .bg-white {
  position: relative;
  padding-bottom: 80px;
}

.message2 .overlapping {
  -webkit-box-shadow: 0px 1px 9.7px 0.3px rgba(12, 12, 12, 0.1);
  box-shadow: 0px 1px 9.7px 0.3px rgba(12, 12, 12, 0.1);
  background-color: #e8f1f9;
  position: relative;
  width: 96%;
  margin-left: auto;
  margin-right: 0;
  padding: 2em 2.5em;
  top: -40px;
}

.message2 .overlapping .section_title {
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  line-height: 1.7;
  display: block;
  margin-bottom: 0;
}

@media only screen and (max-width: 959px),
print {
  .message2 .overlapping .section_title {
    font-size: 20px;
    /*IE9以前に対応する*/
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .message2 .overlapping .section_title {
    font-size: 5.33333vw;
  }
}

.message2 .overlapping .section_title span.en {
  position: absolute;
  border: none;
  width: 44%;
  top: 0;
  right: 9%;
}

@media only screen and (max-width: 767px),
print {
  .message2 .overlapping .section_title span.en {
    width: 60%;
    top: -5%;
  }
}

.message2 .overlapping .section_title span.en.adjust-en {
  width: 37%;
}

@media only screen and (max-width: 767px),
print {
  .message2 .overlapping .section_title span.en.adjust-en {
    width: 60%;
  }
}


.message2 .overlapping.left {
  margin-left: 0;
  margin-right: auto;
  padding: 2em 5em;
}

@media only screen and (max-width: 959px),
print {
  .message2 .overlapping.left {
    padding: 2em;
  }
}

.message2 .overlapping.left .section_title span.en {
  width: 22%;
  right: 5%;
}

@media only screen and (max-width: 767px),
print {
  .message2 .overlapping.left .section_title span.en {
    width: 35%;
  }
}

.message2 .bg-gradation {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(130, 179, 224, 0.2)), to(rgba(224, 224, 130, 0.2)));
  background-image: linear-gradient(to bottom right, rgba(130, 179, 224, 0.2), rgba(224, 224, 130, 0.2));
  width: 96%;
  margin-top: -170px;
  padding-top: 180px;
  padding-left: 5em;
  padding-right: 2em;
  padding-bottom: 4em;
  margin-bottom: 118px;
}

@media only screen and (max-width: 959px),
print {
  .message2 .bg-gradation {
    padding-left: 2em;
  }
}

.message2 .bg-gradation.adjust-bg {
  margin-top: -100px;
  padding-top: 105px;
  margin-bottom: 80px;
}

.message2 .bg-gradation.right {
  background-image: -webkit-gradient(linear, right bottom, left top, from(rgba(130, 179, 224, 0.2)), to(rgba(224, 224, 130, 0.2)));
  background-image: linear-gradient(to top left, rgba(130, 179, 224, 0.2), rgba(224, 224, 130, 0.2));
  margin-left: auto;
  margin-right: 0;
  margin-top: -136px;
  padding-top: 144px;
  padding-left: 2.5em;
  padding-right: 5em;
}

@media only screen and (max-width: 959px),
print {
  .message2 .bg-gradation.right {
    padding-right: 2.5em;
  }
}

.message2 .bg-gradation.right.adjust-bg {
  margin-top: 0;
  padding-top: 56px;
  margin-bottom: 0;
}

.message2 .bg-gradation .message_text3 {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.7;
}

@media only screen and (max-width: 959px),
print {
  .message2 .bg-gradation .message_text3 {
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .message2 .bg-gradation .message_text3 {
    font-size: 4.26667vw;
  }
}

.message2 .bg-gradation .message_text3 p {
  margin-bottom: 1.5em;
}

.message2 .bg-gradation .message_text3 p:last-of-type {
  margin-bottom: 0;
}

.message2 .bg-gradation .message_text3 p.mb3em {
  margin-bottom: 3em;
}

.message2 .bg-gradation .message_text3 p strong {
  font-size: 20px;
  /*IE9以前に対応する*/
  font-size: 1.25rem;
  line-height: 1.35;
  font-family: "Noto Serif JP", serif;
  color: #dd6e42;
}

@media only screen and (max-width: 959px),
print {
  .message2 .bg-gradation .message_text3 p strong {
    font-size: 18px;
    /*IE9以前に対応する*/
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .message2 .bg-gradation .message_text3 p strong {
    font-size: 4.53333vw;
  }
}

.message2 .bg-gradation .message_text3 p .mincho {
  font-size: 22px;
  /*IE9以前に対応する*/
  font-size: 1.375rem;
  line-height: 1.22727;
  text-align: left;
}

@media only screen and (max-width: 959px),
print {
  .message2 .bg-gradation .message_text3 p .mincho {
    font-size: 20px;
    /*IE9以前に対応する*/
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .message2 .bg-gradation .message_text3 p .mincho {
    font-size: 4.53333vw;
  }
}

.message2 .bg-gradation .message_img3 {
  width: 50%;
  margin: 2em auto 0;
}

@media only screen and (max-width: 959px),
print {
  .message2 .bg-gradation .message_img3 {
    width: 80%;
  }
}

.message2 .bg-gradation .message_img4 {
  width: 25%;
  margin: 1em auto 2em;
}

@media only screen and (max-width: 959px),
print {
  .message2 .bg-gradation .message_img4 {
    width: 80%;
  }
}

.message3 .message_img {
  margin-bottom: 3em;
}

.message3 h2.section_title.mincho {
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
  color: #caca32;
  font-weight: bold;
  margin-bottom: 1.75em;
}

@media only screen and (max-width: 959px),
print {
  .message3 h2.section_title.mincho {
    font-size: 22px;
    /*IE9以前に対応する*/
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .message3 h2.section_title.mincho {
    font-size: 4.53333vw;
  }
}

.message3 .message_text {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.7;
  width: 84%;
  margin: 0 auto;
}

@media only screen and (max-width: 959px),
print {
  .message3 .message_text {
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .message3 .message_text {
    font-size: 4.26667vw;
  }
}

.message3 .message_text p {
  margin-bottom: 1.5em;
}

.message3 .message_text p:last-of-type {
  margin-bottom: 0;
}

.message3 .message_text p.mb3em {
  margin-bottom: 3em;
}

.message3 .message_text p .color-WindowsBlue {
  font-family: "Noto Serif JP", serif;
}

.message3 .bg-gradation {
  background-image: url(../images/04_message-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 108px;
  padding-bottom: 40px;
  font-family: "Noto Serif JP", serif;
}

@media only screen and (max-width: 959px),
print {
  .message3 .bg-gradation {
    background-image: url(../images/sp/04_message-bg.png);
    background-size: 100% 100%;
  }
}

.message3 .bg-gradation .message_text {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 2;
}

@media only screen and (max-width: 959px),
print {
  .message3 .bg-gradation .message_text {
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .message3 .bg-gradation .message_text {
    font-size: 4.26667vw;
  }
}

.message3 .bg-gradation .message_text p {
  margin-bottom: 2em;
}

.point .bg-white {
  padding-top: 80px;
  padding-bottom: 52px;
}

@media only screen and (max-width: 959px),
print {
  .point .bg-white {
    padding: 5% 0;
  }
}

.point .point_logo {
  margin: 0 auto 2.5em;
  width: 18%;
}

@media only screen and (max-width: 959px),
print {
  .point .point_logo {
    width: 40%;
  }
}

.point .section_title {
  margin-bottom: 1em;
}

.point .point_intro {
  font-size: 20px;
  /*IE9以前に対応する*/
  font-size: 1.25rem;
  line-height: 2;
  margin-bottom: 34px;
}

@media only screen and (max-width: 959px),
print {
  .point .point_intro {
    font-size: 18px;
    /*IE9以前に対応する*/
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .point .point_intro {
    font-size: 4.53333vw;
  }
}

.point .point_text {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.7;
  width: 84%;
  margin: 0 auto;
}

@media only screen and (max-width: 959px),
print {
  .point .point_text {
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .point .point_text {
    font-size: 4.26667vw;
  }
}

.point .point_text p {
  margin-bottom: 1.5em;
}

.point .point_img {
  margin-bottom: 2em;
}

.about_program .bg-LightGreyBlue {
  padding-bottom: 32px;
}

.about_program .section_title {
  margin-bottom: 1em;
}

.about_program .about_program_img {
  margin-bottom: 2em;
}

.about_program .about_program_intro {
  color: #fff;
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 959px),
print {
  .about_program .about_program_intro {
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .about_program .about_program_intro {
    font-size: 4.26667vw;
  }
}

.about_program .about_program_img2 {
  width: 94%;
  margin: 0 auto;
}

.detail_program .bg-white {
  margin: 0 auto;
  width: 92%;
  padding-top: 36px;
  padding-bottom: 10px;
}

.detail_program .section_title {
  margin-bottom: 1em;
}

.detail_program .detail_program_logo {
  margin: 0 auto 36px;
  width: 13%;
}

@media only screen and (max-width: 959px),
print {
  .detail_program .detail_program_logo {
    width: 30%;
  }
}

.detail_program .detail_program_step {
  width: 92%;
  margin: 0 auto 1.5em;
}

@media only screen and (max-width: 959px),
print {
  .detail_program .detail_program_step.flex_between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.5em;
  }
}

.detail_program .detail_program_img {
  width: 30%;
}

@media only screen and (max-width: 959px),
print {
  .detail_program .detail_program_img {
    width: 80%;
    margin: 0 auto;
  }
}

.detail_program_list {
  width: 65%;
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.7;
  padding-top: 2.8em;
}

@media only screen and (max-width: 959px),
print {
  .detail_program_list {
    width: 100%;
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
    padding-top: 1.5em;
  }
}

@media only screen and (max-width: 767px),
print {
  .detail_program_list {
    font-size: 4.26667vw;
  }
}

.detail_program_list li {
  position: relative;
  color: #434343;
  list-style: none;
  padding-left: 1.2em;
}

.detail_program_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  background-color: #f4f4d4;
  width: 0.8em;
  height: 0.8em;
}

.detail_program_list li.mb {
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 767px),
print {
  .detail_program_list li {
    background-size: 1.2em auto;
    background-position: left 0 top 1em;
    padding-left: 2em;
  }
}

.howto .bg-white {
  padding-top: 36px;
  padding-bottom: 30px;
  margin: 0 auto;
  width: 92%;
}

.howto .howto_logo {
  margin: 0 auto 36px;
  width: 11%;
}

@media only screen and (max-width: 959px),
print {
  .howto .howto_logo {
    width: 30%;
  }
}

.howto .section_title {
  margin-bottom: 1em;
}

.howto .howto_text {
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 1.6875;
}

.howto .howto_text p {
  margin-bottom: 1.5em;
}

.howto .howto_img {
  margin: 36px auto 24px;
  width: 82%;
}

.howto .howto_end {
  text-align: center;
}

.howto .howto_end span {
  color: #fff;
  font-weight: bold;
  background-color: #e58f6d;
  font-size: 20px;
  /*IE9以前に対応する*/
  font-size: 1.25rem;
  line-height: 2;
  padding: 0 0.2em;
}

@media only screen and (max-width: 959px),
print {
  .howto .howto_end span {
    font-size: 18px;
    /*IE9以前に対応する*/
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .howto .howto_end span {
    font-size: 4.53333vw;

  }
}

.support .bg-white {
  padding-top: 36px;
  padding-bottom: 44px;
  margin: 0 auto;
  width: 92%;
}

.support .howto_logo {
  margin: 0 auto 36px;
  width: 11%;
}

@media only screen and (max-width: 959px),
print {
  .support .howto_logo {
    width: 30%;
  }
}

.support .section_title {
  margin-bottom: 1em;
}

.support .support_intro {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 959px),
print {
  .support .support_intro {
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .support .support_intro {
    font-size: 4.26667vw;
  }
}

.support .support_item_box {
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 959px),
print {
  .support .support_item_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.support .support_item {
  -webkit-box-shadow: 0px 1px 9.7px 0.3px rgba(12, 12, 12, 0.1);
  box-shadow: 0px 1px 9.7px 0.3px rgba(12, 12, 12, 0.1);
  border-radius: 10px;
  width: 48%;
  margin-right: 4%;
  padding: 2% 4% 4%;
  margin-bottom: 46px;
}

@media only screen and (max-width: 959px),
print {
  .support .support_item {
    width: 100%;
    padding: 4%;
  }
}

.support .support_item:nth-of-type(2n) {
  margin-right: 0;
}

.support .support_item:last-of-type {
  margin-bottom: 0;
}

.support .support_item_title {
  text-align: center;
  position: relative;
  margin-bottom: 1.5em;
}

.support .support_item_title img {
  width: 40%;
}

.support .support_item_title span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #3281ca;
  width: 100%;
}

@media only screen and (max-width: 959px),
print {
  .support .support_item_title span {
    font-size: 22px;
    /*IE9以前に対応する*/
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .support .support_item_title span {
    font-size: 5.33333vw;
  }
}

.support .support_item_text {
  margin-top: 1em;
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.7;
}

@media only screen and (max-width: 959px),
print {
  .support .support_item_text {
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .support .support_item_text {
    font-size: 4.26667vw;
  }
}

.profile .bg-LightGreyBlue {
  padding-bottom: 80px;
}

.profile .bg-white {
  padding-top: 36px;
  padding-bottom: 74px;
  margin: 0 auto;
  width: 92%;
}

.profile .profile_logo {
  margin: 0 auto 36px;
  width: 11%;
}

@media only screen and (max-width: 959px),
print {
  .profile .profile_logo {
    width: 30%;
  }
}

.profile .section_title {
  margin-bottom: 1.5em;
}

.profile .profile_teacher {
  margin: 0 auto 32px;
  width: 30%;
  text-align: center;
}

@media only screen and (max-width: 959px),
print {
  .profile .profile_teacher {
    width: 100%;
  }
}

.profile .profile_teacher img {
  width: 65%;
}

.profile .profile_teacher figcaption {
  color: #3281ca;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
  margin-top: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
}

.profile .profile_teacher figcaption span {
  color: #82b3e0;
  font-size: 14px;
  /*IE9以前に対応する*/
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.15em;
}

.profile .profile_text {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 2em;
}

@media only screen and (max-width: 959px),
print {
  .profile .profile_text {
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .profile .profile_text {
    font-size: 4.26667vw;
  }
}

.profile .profile_text p {
  margin-bottom: 1.5em;
}

.profile .profile_text p:last-of-type {
  margin-bottom: 0;
}

.profile .profile_text p.mb3em {
  margin-bottom: 3em;
}

.profile .profile_note {
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1rem;
  line-height: 1.7;
  color: #666;
  border-radius: 10px;
  background-color: #f9f9f9;
  padding: 5%;
}

.profile .profile_note p {
  margin-bottom: 1.5em;
}

.profile .profile_note p:last-of-type {
  margin-bottom: 0;
}

.feature .wrapper {
  background-color: #fff;
}

.feature .bg-gradation {
  padding-top: 80px;
  padding-bottom: 52px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(130, 179, 224, 0.2)), to(rgba(224, 224, 130, 0.2)));
  background-image: linear-gradient(to bottom right, rgba(130, 179, 224, 0.2), rgba(224, 224, 130, 0.2));
}

.feature .feature_logo {
  margin: 0 auto 26px;
  width: 14%;
}

@media only screen and (max-width: 959px),
print {
  .feature .feature_logo {
    width: 30%;
  }
}

.feature .section_title {
  margin-bottom: 16px;
}

.feature_list li {
  background: url(../images/11_list_mark2.png.png) left 2.25em top 0.75em no-repeat;
  background-size: 36px auto;
}

@media only screen and (max-width: 959px),
print {
  .feature_list li {
    background-size: 1.5em;
    background-position: left 0 top 1em;
  }
}

.feature_list li strong {
  color: #dd6e42;
}

.roundup {
  text-align: center;
}

.roundup .bg-white {
  padding: 80px 0 64px;
}

.roundup .roundup_border {
  width: 92%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 1px 9.7px 0.3px rgba(12, 12, 12, 0.1);
  box-shadow: 0px 1px 9.7px 0.3px rgba(12, 12, 12, 0.1);
  border: solid 1px #82b3e0;
  border-radius: 10px 10px 0 0;
}

.roundup .about_box {
  padding: 42px 0 0;
}

.roundup .about_tag_box {
  margin-bottom: 1.5em;
}

.roundup .about_tag_box p {
  border-radius: 30px;
  background-color: #e0e082;
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  color: #fff;
  padding: 0.25em 0;
  width: 150px;
  margin: 0 6px;
}

@media only screen and (max-width: 959px),
print {
  .roundup .about_tag_box p {
    font-size: 22px;
    /*IE9以前に対応する*/
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .roundup .about_tag_box p {
    font-size: 4.53333vw;
  }
}

.roundup .about_intro {
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  line-height: 2;
}

@media only screen and (max-width: 959px),
print {
  .roundup .about_intro {
    font-size: 22px;
    /*IE9以前に対応する*/
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .roundup .about_intro {
    font-size: 4.53333vw;
  }
}

.roundup .section_title {
  margin-bottom: 1.5em;
}

.roundup .about_text,
.roundup .about_end {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 2em;
}

@media only screen and (max-width: 959px),
print {

  .roundup .about_text,
  .roundup .about_end {
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px),
print {

  .roundup .about_text,
  .roundup .about_end {
    font-size: 4.26667vw;
  }
}

.roundup .about_img {
  margin: 0 auto 2em;
  width: 55%;
}

@media only screen and (max-width: 959px),
print {
  .roundup .about_img {
    width: 80%;
  }
}

.roundup .present_box {
  padding-top: 2em;
  padding-bottom: 2em;
}

.roundup .present_intro {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  position: relative;
  padding: 1em 0;
  display: inline-block;
}

@media only screen and (max-width: 959px),
print {
  .roundup .present_intro {
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .roundup .present_intro {
    font-size: 4.26667vw;
  }
}

.roundup .present_intro::before,
.roundup .present_intro::after {
  content: "";
  position: absolute;
  top: 0.5em;
}

.roundup .present_intro::before {
  background-image: url(../images/15_present_left.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 21px;
  height: 34px;
  left: -2em;
}

.roundup .present_intro::after {
  background-image: url(../images/15_present_right.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 21px;
  height: 34px;
  right: -2em;
}

.roundup .present_title {
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 36px;
}

@media only screen and (max-width: 959px),
print {
  .roundup .present_title {
    font-size: 22px;
    /*IE9以前に対応する*/
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .roundup .present_title {
    font-size: 5.06667vw;
  }
}

.roundup .present_text {
  border-radius: 10px;
  background-color: #f9f9e8;
  margin: 0 auto 1em;
  width: 73%;
  padding: 2.5em 4.5em;
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.7;
  position: relative;
}

@media only screen and (max-width: 959px),
print {
  .roundup .present_text {
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
    padding: 2.5em 1.5em;
    width: 80%;
  }
}

@media only screen and (max-width: 767px),
print {
  .roundup .present_text {
    font-size: 4.26667vw;
  }
}

.roundup .present_logo {
  position: absolute;
  left: -6%;
  top: -6%;
  width: 22%;
}

@media only screen and (max-width: 959px),
print {
  .roundup .present_logo {
    width: 35%;
  }
}

.roundup .present_img {
  margin-bottom: 2em;
}

.roundup .present_text_title {
  font-size: 20px;
  /*IE9以前に対応する*/
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 959px),
print {
  .roundup .present_text_title {
    font-size: 18px;
    /*IE9以前に対応する*/
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .roundup .present_text_title {
    font-size: 4.53333vw;
  }
}

.roundup .present_end {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 2;
}

@media only screen and (max-width: 959px),
print {
  .roundup .present_end {
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .roundup .present_end {
    font-size: 4.26667vw;
  }
}

.roundup .flow_box {
  background-color: #f9f9e8;
  border-radius: 10px;
  width: 73%;
  margin: 2em auto 4em;
  padding: 3em 0 2em;
}

@media only screen and (max-width: 959px),
print {
  .roundup .flow_box {
    width: 80%;
    padding: 2em 0;
  }
}

@media only screen and (max-width: 959px),
print {
  .roundup .flow_box .btn {
    width: 85%;
  }
}

.roundup .flow_title {
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 1em;
}

@media only screen and (max-width: 959px),
print {
  .roundup .flow_title {
    font-size: 22px;
    /*IE9以前に対応する*/
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .roundup .flow_title {
    font-size: 5.06667vw;
  }
}

.roundup .flow_title::after {
  content: "";
  position: absolute;
  border-bottom: solid 2px #82b3e0;
  bottom: 0;
  left: 50%;
  width: 2.5em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.roundup .flow_list {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 0 auto;
  width: 70%;
}

@media only screen and (max-width: 959px),
print {
  .roundup .flow_list {
    width: 85%;
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .roundup .flow_list {
    font-size: 4.26667vw;
  }
}

.roundup .flow_list li {
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  padding: 1em 0;
  margin-bottom: 1em;
}

.roundup .flow_list li span {
  position: absolute;
  left: 1em;
  top: 0.5em;
  font-family: 'Oranienbaum', serif;
  font-size: 32px;
  /*IE9以前に対応する*/
  font-size: 2rem;
  line-height: 1;
  color: #82b3e0;
}

@media only screen and (max-width: 959px),
print {
  .roundup .flow_list li span {
    font-size: 18px;
    /*IE9以前に対応する*/
    font-size: 1.125rem;
    top: 1.25em;
  }
}

@media only screen and (max-width: 767px),
print {
  .roundup .flow_list li span {
    font-size: 4.8vw;
  }
}

.roundup .flow_list li:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1em;
  height: 1em;
  border-right: dashed 1px #82b3e0;
}

.roundup hr.flow_hr {
  margin: 3em auto;
  width: 87%;
}

.roundup .flow_text {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 2.5em;
}

@media only screen and (max-width: 959px),
print {
  .roundup .flow_text {
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .roundup .flow_text {
    font-size: 4.26667vw;
  }
}

.roundup .flow_text p {
  margin-bottom: 1.5em;
}

.faq .bg-white {
  padding-top: 80px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 959px),
print {
  .faq .bg-white {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.faq .section_title {
  margin-bottom: 40px;
}

.faq .faq_box {
  margin: 0 auto;
  width: 92%;
}

.faq .faq_item {
  padding: 1.7em 2.5em 1em;
  margin-bottom: 2.5em;
}

@media only screen and (max-width: 959px),
print {
  .faq .faq_item {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}

.faq_list {
  position: relative;
  padding: 0 0 0 2.5em;
  margin-bottom: 11px;
  text-align: justify;
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.7;
}

@media only screen and (max-width: 959px),
print {
  .faq_list {
    margin-bottom: 0.5em;
    font-size: 16px;
    /*IE9以前に対応する*/
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .faq_list {
    font-size: 4.26667vw;
  }
}

.faq_list:nth-of-type(1) {
  margin-bottom: 1.5em;
}

.faq_list_mark {
  font-family: 'Hind', sans-serif;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  text-align: center;
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  line-height: 1.125;
  font-weight: bold;
}

@media only screen and (max-width: 959px),
print {
  .faq_list_mark {
    font-size: 22px;
    /*IE9以前に対応する*/
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 767px),
print {
  .faq_list_mark {
    font-size: 4.8vw;
  }
}

@media only screen and (max-width: 959px),
print {
  .faq_list_mark {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.7;
  }
}

.onlyinfo .bg-white {
  padding-bottom: 3em;
}

.onlyinfo .onlyinfo_title_box {
  background-color: #e0e082;
  padding: 1.5em 0;
  position: relative;
  margin-bottom: 2.5em;
}

.onlyinfo .onlyinfo_title_box:after {
  content: "";
  position: absolute;
  background-color: #efefc0;
  width: 100%;
  height: 10px;
  bottom: -8px;
}

.onlyinfo .onlyinfo_title_box .section_title {
  color: #fff;
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px),
print {
  .onlyinfo .onlyinfo_title_box .section_title {
    font-size: 4.8vw;
  }
}

.onlyinfo .onlyinfo_title_box .section_title span {
  font-size: 28px;
  /*IE9以前に対応する*/
  font-size: 1.75rem;
  line-height: 1.71429;
}

@media only screen and (max-width: 767px),
print {
  .onlyinfo .onlyinfo_title_box .section_title span {
    font-size: 5.06667vw;
  }
}

.onlyinfo .onlyinfo_text {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 1.7;
}

@media only screen and (max-width: 767px),
print {
  .onlyinfo .onlyinfo_text {
    font-size: 4.26667vw;
  }
}

.onlyinfo .onlyinfo_text p {
  margin-bottom: 1.5em;
}

.onlyinfo .onlyinfo_text span {
  font-size: 20px;
  /*IE9以前に対応する*/
  font-size: 1.25rem;
  line-height: 1.35;
}

@media only screen and (max-width: 767px),
print {
  .onlyinfo .onlyinfo_text span {
    font-size: 4.53333vw;
  }
}

.ending .bg-white {
  padding-bottom: 5em;
}

.ending .ending_box {
  background-color: #f9f9e8;
  font-family: "Noto Serif JP", serif;
  color: #555;
  margin: -42px auto 0;
  width: 92%;
  text-align: left;
  padding: 5em 1.5em 2em;
  position: relative;
}

.ending .section_title {
  font-size: 24px;
  /*IE9以前に対応する*/
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 2.2em;
}

@media only screen and (max-width: 767px),
print {
  .ending .section_title {
    font-size: 4.8vw;
  }
}

.ending .ending_text {
  font-size: 18px;
  /*IE9以前に対応する*/
  font-size: 1.125rem;
  line-height: 2;
  padding-left: 1em;
}

@media only screen and (max-width: 767px),
print {
  .ending .ending_text {
    font-size: 4.26667vw;
  }
}

.ending .ending_text p {
  margin-bottom: 2em;
}

.ending .ending_text p.name {
  font-size: 16px;
  /*IE9以前に対応する*/
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-right: 3.5em;
}

.present_img2, .present_img3{
  width:60%;
  margin:0 auto;
  margin-bottom: 2em;
}
.roundup .present_text {
  margin: 0 auto 2em;
}