@charset "UTF-8";
/*! normalize.css v6.0.0 | 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
*    IE on Windows Phone and in iOS.
*/
@import url(//use.fontawesome.com/releases/v5.0.12/css/all.css);
@import url(//fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700,800);

* {
  margin: 0;
  padding: 0;
}

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

/* Sections
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section,
picture {
  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;
}

/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
* Add the correct margin in IE 8.
*/
/**
* 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 */
}

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

/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit;
}

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

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

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000;
}

/**
* 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
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Forms
========================================================================== */
/**
* Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
* 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block;
}

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

/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
  display: none;
}

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

body {
  color: #222;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.6em;
  /*
	&:before{
		@include mq(m){
			content: "M";
			display: block;
			width: 1.5rem;
			height: 1.5rem;
			position: fixed;
			top: 0;
			left: 0;
			color: #fff;
			text-align: center;
			background-color: #f00;
			z-index: 9999;
		}

		@include mq(l){
			content: "L";
			background-color: #00f !important;
		}

	}
	*/
}

@media screen and (max-width: 700px) {
  body {
    padding-top: 3.3rem;
    font-size: 0.9em;
    line-height: 1.6em;
  }
}

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

img {
  max-width: 100%;
  max-height: 100%;
}

li {
  list-style: none;
}

a {
  color: #222;
  text-decoration: underline;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

a:hover {
  opacity: 0.5;
}

hr {
  margin: 1.5rem 0 !important;
  border: none;
  border-bottom: solid 1px #555;
}

::-moz-selection {
  background: #F79A00;
  color: #fff;
}

::selection {
  background: #F79A00;
  color: #fff;
}

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

@media screen and (min-width: 701px) {
  .sp {
    display: none;
  }
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  max-width: 1366px;
  margin: 20px auto 0 auto;
  padding: 30px 50px 10px 50px;
}

@media screen and (max-width: 700px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
    padding: 0.8rem 1rem 0.25rem 1rem;
    background-color: #fff;
    z-index: 100;
  }
}

@media screen and (min-width: 701px) {
  header {
    margin: 1.46413vw auto 0 auto;
    padding: 2.19619vw 3.66032vw 0.73206vw 3.66032vw;
  }
}

@media screen and (min-width: 1366px) {
  header {
    margin: 20px auto 0 auto;
    padding: 30px 50px 10px 50px;
  }
}

header>* {
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

header .logo {
  position: absolute;
  top: 0;
  left: 50px;
  width: 16.6%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media screen and (max-width: 700px) {
  header .logo {
    position: static;
    width: 16%;
    left: 1rem;
    margin-right: 2%;
  }
}

@media screen and (min-width: 701px) {
  header .logo {
    left: 3.66032vw;
  }
}

@media screen and (min-width: 1366px) {
  header .logo {
    left: 50px;
  }
}

header .title {
  margin: 0 25px 0 0;
  color: #824618;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1em;
}

@media screen and (max-width: 700px) {
  header .title {
    width: 70%;
    margin: -0.5em 1rem 0 0;
    font-size: 0.8rem;
    line-height: 1.5em;
    white-space: nowrap;
  }
}

@media screen and (min-width: 701px) {
  header .title {
    margin-right: 1.5625rem;
    font-size: 2.10835vw;
  }
}

@media screen and (min-width: 1366px) {
  header .title {
    margin-right: 25px;
    font-size: 1.8rem;
  }
}

header .title a {
  color: #824618;
  text-decoration: none;
  -webkit-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
}

header .title small {
  display: block;
  font-size: 0.75em;
}

@media screen and (max-width: 700px) {
  header .title small {
    display: none;
  }
}

header .title strong {
  font-size: 1.25em;
  font-weight: 800;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 700px) {
  header .title strong {
    display: block;
    font-size: 1.7em;
    line-height: 1.3em;
  }
}

header .title strong>span {
  position: relative;
  display: inline-block;
}

header .title strong>span span {
  position: absolute;
  top: -1.4em;
  left: 50%;
  margin-left: -1.3em;
  font-size: 0.4em;
  line-height: 1em;
  white-space: nowrap;
}

@media screen and (max-width: 700px) {
  header .title strong>span span {
    top: -0.5em;
    font-size: 0.4rem;
  }
}

header .tel {
  margin-right: 25px;
  color: #F79A00;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2em;
}

@media screen and (max-width: 700px) {
  header .tel {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  header .tel {
    max-width: 27%;
    margin-right: 1.5625rem;
    font-size: 2.81113vw;
  }
}

@media screen and (min-width: 1366px) {
  header .tel {
    margin-right: 25px;
    font-size: 2.4rem;
  }
}

header .tel:before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.9em;
  margin: 0 -0.2em -0.05em 0;
  background-image: url(../img/common/phone.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 700px) {
  header .tel:before {
    width: 1em;
    height: 1em;
  }
}

header .tel a {
  color: #F79A00;
  text-decoration: none;
}

header .tel small {
  display: block;
  color: #222;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.2em;
}

@media screen and (min-width: 701px) {
  header .tel small {
    font-size: 0.87848vw;
    letter-spacing: -0.01em;
  }
}

@media screen and (min-width: 1366px) {
  header .tel small {
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}

header .sns {
  width: 1.8rem;
  line-height: 6.2rem;
}

@media screen and (max-width: 700px) {
  header .sns {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  header .sns {
    width: 2.92826vw;
    line-height: 7.26208vw;
  }
}

@media screen and (min-width: 1366px) {
  header .sns {
    width: 1.8rem;
    line-height: 6.2rem;
  }
}

header>nav {
  position: absolute;
  bottom: 0;
  right: 50px;
}

@media screen and (max-width: 700px) {
  header>nav {
    display: none;
  }
}

@media screen and (min-width: 701px) {
  header>nav {
    right: 3.66032vw;
  }
}

@media screen and (min-width: 1366px) {
  header>nav {
    right: 50px;
  }
}

header>nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 701px) {
  header>nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1366px) {
  header>nav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

header>nav ul li {
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1.2em;
}

@media screen and (min-width: 701px) {
  header>nav ul li {
    font-size: 1.40556vw;
  }
}

@media screen and (min-width: 1366px) {
  header>nav ul li {
    font-size: 1.05rem;
  }
}

header>nav ul li:after {
  content: "";
  display: inline-block;
  position: relative;
  bottom: -0.4em;
  width: 0;
  height: 1.4em;
  margin: 0 1em;
  border-right: solid 1px #222;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

@media screen and (min-width: 701px) {
  header>nav ul li:after {
    margin: 0 0.7em;
  }
}

@media screen and (min-width: 1366px) {
  header>nav ul li:after {
    margin: 0 1em;
  }
}

header>nav ul li:last-of-type:after {
  border: none;
  margin: 0;
}

header>nav ul li a {
  text-decoration: none;
}

header>.sp {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  height: 2.5rem;
}

header>.sp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

header>.sp ul li {
  width: 2.2rem;
  height: 2.2rem;
}

header>.sp ul li+li {
  margin-left: 0.5rem;
}

header>.sp ul li.inquiry a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20%;
  color: #fff;
  background-color: #F79A00;
  border-radius: 0.25rem;
}

header>.sp ul li.menu a {
  display: block;
  padding: 5% 10% 10% 10%;
}

.drawer-button {
  display: none;
}

@media screen and (max-width: 700px) {
  .drawer-button {
    display: block;
  }
}

.drawer-open .drawer-nav {
  width: auto;
  width: 60%;
}

.drawer-nav {
  background-color: #fff;
  overflow: auto;
  z-index: 9999 !important;
}

.drawer-nav nav>ul {
  margin-bottom: 1em;
}

.drawer-nav nav>ul>li {
  padding: 0.8em 1.5em;
  line-height: 1.4em;
  border-bottom: solid 1px #555;
}

.drawer-nav nav>ul>li:before {
  content: "▶";
  position: relative;
  bottom: 0.05em;
  margin-right: 0.25rem;
  font-size: 0.5em;
}

.drawer-nav nav>ul>li ul {
  margin-left: 1.2em;
}

.drawer-nav nav>ul>li ul li {
  margin-top: 0.3em;
}

.drawer-nav nav>ul>li a[href] {
  text-decoration: none;
}

.drawer-nav nav>ul .inquiry:before {
  content: none;
  display: none;
}

.drawer-nav nav>ul .inquiry a {
  display: block;
  color: #F79A00;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4em;
  text-decoration: underline;
}

.drawer-nav nav>ul .inquiry small {
  display: block;
  font-size: 0.7rem;
  line-height: 1.4em;
}

.drawer-overlay {
  z-index: 9998 !important;
}

main {
  overflow: hidden;
}

main .head_normal {
  margin-bottom: 0.8em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}

@media screen and (max-width: 700px) {
  main .head_normal {
    margin-bottom: 0.5em;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 701px) {
  main .head_normal {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1366px) {
  main .head_normal {
    font-size: 1.6rem;
  }
}

main .head_normal ruby rt {
  margin-bottom: -0.4em;
  font-size: 0.65rem;
  font-weight: normal;
  line-height: 1em;
}

main .head_normal.left {
  text-align: left;
}

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

main .button a {
  display: block;
  width: 12em;
  margin-left: 1em;
  margin-right: 1em;
  padding: 0.5em;
  color: #F79A00;
  font-size: 0.95rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2em;
  text-align: center;
  background-color: #fff;
  border: solid 2px #F79A00;
  border-radius: 2.4em;
}

@media screen and (max-width: 700px) {
  main .button a {
    width: 10em;
    margin-left: 0.8em;
    margin-right: 0.8em;
    font-size: 0.85rem;
  }
}

main .caption {
  position: absolute;
  bottom: -1px;
  left: -1px;
  padding: 0.5em 1.5em 0.25em 0.5em;
  font-size: 0.95rem;
  line-height: 1.2em;
  background-color: #fff;
  border-radius: 0 1.2em 0 0;
}

@media screen and (max-width: 700px) {
  main .caption {
    padding: 0.5em 1.5em 0.8em 0.5em;
    font-size: 0.8rem;
    line-height: 1.2em;
  }
}

main .zoom:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #fff;
  background-image: url(../img/common/zoom.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem;
  border-radius: 0 50% 0 0;
}

main .pagetop {
  position: fixed;
  bottom: -6rem;
  right: 2rem;
  z-index: 100;
}

main .pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
  padding-top: 0.8rem;
  color: #fff;
  font-size: 0.85rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.4em;
  background-color: #F79A00;
  border-radius: 50%;
}

@media screen and (max-width: 700px) {
  main .pagetop a {
    display: none;
  }
}

main .pagetop a:before {
  display: block;
  content: "\f0d8";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 100%;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
}

main #summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 5rem;
}

@media screen and (max-width: 700px) {
  main #summary {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.5rem;
  }
}

main #summary>div {
  width: 36.5%;
  margin-right: 5rem;
}

@media screen and (max-width: 700px) {
  main #summary>div {
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width: 701px) {
  main #summary>div {
    margin-right: 5.85652vw;
  }
}

@media screen and (min-width: 1366px) {
  main #summary>div {
    margin-right: 5rem;
  }
}

main #summary h2 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4em;
}

@media screen and (max-width: 700px) {
  main #summary h2 {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 701px) {
  main #summary h2 {
    font-size: 1.99122vw;
  }
}

@media screen and (min-width: 1366px) {
  main #summary h2 {
    font-size: 1.8rem;
  }
}

main #summary h2 strong {
  font-size: 1.3em;
  letter-spacing: -0.05em;
}

main #summary h2 strong ruby rt {
  margin-bottom: -0.5em;
  font-size: 0.8rem;
  font-weight: normal;
  letter-spacing: 0;
}

main #summary h2 span {
  display: none;
}

main #summary .subjects {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4em;
}

@media screen and (max-width: 700px) {
  main #summary .subjects {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 701px) {
  main #summary .subjects {
    margin-bottom: 1.1713vw;
    font-size: 1.31772vw;
  }
}

@media screen and (min-width: 1366px) {
  main #summary .subjects {
    margin-bottom: 1rem;
    font-size: 1.125rem;
  }
}

main #summary .address {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.4em;
}

@media screen and (max-width: 700px) {
  main #summary .address {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 701px) {
  main #summary .address {
    margin-bottom: 1.1713vw;
    font-size: 1.31772vw;
  }
}

@media screen and (min-width: 1366px) {
  main #summary .address {
    margin-bottom: 1rem;
    font-size: 1.125rem;
  }
}

main #summary .tel {
  margin-bottom: 1rem;
  color: #F79A00;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2em;
}

@media screen and (max-width: 700px) {
  main #summary .tel {
    font-size: 2rem;
  }
}

@media screen and (min-width: 701px) {
  main #summary .tel {
    margin-bottom: 1.1713vw;
    font-size: 3.27965vw;
  }
}

@media screen and (min-width: 1366px) {
  main #summary .tel {
    margin-bottom: 1rem;
    font-size: 2.8rem;
  }
}

main #summary .tel:before {
  content: "";
  display: block;
  float: left;
  position: relative;
  bottom: -0.4rem;
  width: 1.1em;
  height: 1.2em;
  background-image: url(../img/common/phone.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 700px) {
  main #summary .tel:before {
    bottom: -0.1em;
    width: 1.2em;
    height: 1.4em;
  }
}

@media screen and (min-width: 701px) {
  main #summary .tel:before {
    bottom: -0.46852vw;
  }
}

@media screen and (min-width: 1366px) {
  main #summary .tel:before {
    bottom: -0.4rem;
  }
}

main #summary .tel a {
  color: #F79A00;
  text-decoration: none;
}

main #summary .tel small {
  display: block;
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1em;
}

main #summary .schedule {
  margin-bottom: 2rem;
}

@media screen and (max-width: 700px) {
  main #summary .schedule {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 701px) {
  main #summary .schedule {
    margin-bottom: 2.34261vw;
  }
}

@media screen and (min-width: 1366px) {
  main #summary .schedule {
    margin-bottom: 2rem;
  }
}

main #summary .schedule table {
  width: 100%;
  margin-bottom: 0.8rem;
  border-collapse: collapse;
}

@media screen and (max-width: 700px) {
  main #summary .schedule table {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 701px) {
  main #summary .schedule table {
    margin-bottom: 0.93704vw;
    font-size: 1.1713vw;
    line-height: 1.6em;
  }
}

@media screen and (min-width: 1366px) {
  main #summary .schedule table {
    margin-bottom: 0.8rem;
    font-size: 1rem;
    line-height: 1.6em;
  }
}

main #summary .schedule table th,
main #summary .schedule table td {
  padding: 0.5em 0;
  text-align: center;
  border-bottom: solid 1px #555;
}

@media screen and (max-width: 700px) {

  main #summary .schedule table th,
  main #summary .schedule table td {
    padding: 0.3em 0;
    white-space: nowrap;
    word-break: keep-all;
  }
}

@media screen and (min-width: 701px) {

  main #summary .schedule table th,
  main #summary .schedule table td {
    padding: 0.58565vw 0;
  }
}

@media screen and (min-width: 1366px) {

  main #summary .schedule table th,
  main #summary .schedule table td {
    padding: 0.5em 0;
  }
}

main #summary .schedule table th:first-of-type {
  padding: 0 1em;
  text-align: left;
}

@media screen and (min-width: 701px) {
  main #summary .schedule table th:first-of-type {
    padding: 0 1.1713vw;
  }
}

@media screen and (min-width: 1366px) {
  main #summary .schedule table th:first-of-type {
    padding: 0 1em;
  }
}

main #summary .schedule table tbody th {
  width: 30%;
  font-weight: normal;
}

@media screen and (max-width: 700px) {
  main #summary .schedule table tbody th {
    width: 30%;
  }
}

main #summary .schedule table tbody td {
  width: 10%;
}

@media screen and (max-width: 700px) {
  main #summary .schedule table tbody td {
    width: 10%;
  }
}

main #summary .schedule table tbody td.open {
  color: #F79A00;
}

@media screen and (max-width: 700px) {
  main #summary .schedule dl {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 701px) {
  main #summary .schedule dl {
    font-size: 1.1713vw;
    line-height: 1.6em;
  }
}

@media screen and (min-width: 1366px) {
  main #summary .schedule dl {
    font-size: 1rem;
    line-height: 1.6em;
  }
}

main #summary .schedule dl dt,
main #summary .schedule dl dd {
  display: inline;
}

main #summary .schedule dl dt:after {
  content: "：";
}

main #summary .note {
  padding: 1rem 2rem;
  border: solid 1px #555;
}

@media screen and (max-width: 700px) {
  main #summary .note {
    padding: 0.8rem 1rem;
    font-size: 0.8rem;
    line-height: 1.4em;
  }
}

@media screen and (min-width: 701px) {
  main #summary .note {
    padding: 1.1713vw 2.34261vw;
    font-size: 1.1713vw;
    line-height: 1.6em;
  }
}

@media screen and (min-width: 1366px) {
  main #summary .note {
    padding: 1rem 2rem;
    font-size: 1rem;
    line-height: 1.6em;
  }
}

main #summary picture {
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 45%;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  main #summary picture {
    width: 100%;
    margin-bottom: 0.8rem;
    padding-top: 90%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

main #summary picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

main #calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 68%;
  margin: 0 auto;
  font-size: 0.95rem;
}

@media screen and (max-width: 700px) {
  main #calendar {
    display: block;
    width: 100%;
    padding: 0 1.5rem;
  }
}

main #calendar>div .head_normal {
  text-align: left;
  margin-bottom: 1em;
}

@media screen and (max-width: 700px) {
  main #calendar>div .head_normal {
    text-align: center;
  }
}

main #calendar>div ul {
  margin: 0 0 2rem 1.3em;
}

main #calendar>div ul li {
  list-style: disc;
}

main #calendar>div ul li+li {
  margin-top: 0.25em;
}

main #calendar>div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 700px) {
  main #calendar>div dl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

main #calendar>div dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5em;
  font-size: 0.95rem;
  line-height: 1.2;
}

@media screen and (max-width: 700px) {
  main #calendar>div dl div {
    font-size: 0.85rem;
  }
}

main #calendar>div dl div dt {
  width: 1.8em;
  height: 1.4em;
  text-indent: -9999em;
  background-color: antiquewhite;
  border-radius: 0.1875rem;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  main #calendar>div dl div dt {
    width: 1.5em;
    height: 1.2em;
  }
}

main #calendar>div dl div dd {
  font-weight: bold;
}

main #calendar>div dl div dd::before {
  content: "：";
  text-indent: 0;
}

main #calendar>div dl div+div {
  margin-left: 1.2em;
}

@media screen and (max-width: 700px) {
  main #calendar>div dl div+div {
    margin-left: 1em;
  }
}

main #calendar>div dl div.off dt {
  background-color: rgba(255, 77, 77, 0.2);
}

main #calendar>div dl div.off dd {
  color: #FF4D4D;
}

main #calendar>div dl div.sat dt {
  background-color: rgba(0, 168, 168, 0.1);
}

main #calendar>div dl div.sat dd {
  color: #00A8A8;
}

main #calendar>div dl div.mod dt {
  background-color: rgba(87, 210, 51, 0.2);
}

main #calendar>div dl div.mod dd {
  color: #5CA428;
}

main #calendar>table {
  border-spacing: 0.3125rem;
}

@media screen and (max-width: 700px) {
  main #calendar>table {
    margin: 1.5rem auto 0 auto;
  }
}

main #calendar>table caption {
  font-size: 1.1em;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  main #calendar>table caption {
    font-size: 1rem;
  }
}

main #calendar>table caption span {
  margin-left: 0.25em;
  font-size: 1.4em;
}

main #calendar>table th,
main #calendar>table td {
  padding: 0.2em 0.4em;
  font-size: 1.05rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 700px) {

  main #calendar>table th,
  main #calendar>table td {
    font-size: 0.9rem;
  }
}

main #calendar>table thead {
  position: relative;
}

main #calendar>table thead::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  border-top: solid thin #222;
}

@media screen and (max-width: 700px) {
  main #calendar>table thead::before {
    display: none;
    content: none;
  }
}

main #calendar>table thead::after {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  content: "";
  width: 100%;
  border-bottom: solid thin #222;
}

@media screen and (max-width: 700px) {
  main #calendar>table thead::after {
    display: none;
    content: none;
  }
}

main #calendar>table thead th {
  padding: 0.1em 0.4em 0.4em 0.4em;
}

main #calendar>table thead th.off {
  color: #FF4D4D;
}

main #calendar>table thead th.sat {
  color: #00A8A8;
}

main #calendar>table thead th.mod {
  color: #5CA428;
}

main #calendar>table tbody td.off {
  color: #FF4D4D;
  font-weight: bold;
  background-color: rgba(255, 77, 77, 0.2);
  border-radius: 0.3em;
}

main #calendar>table tbody td.sat {
  color: #00A8A8;
  font-weight: bold;
  background-color: rgba(0, 168, 168, 0.1);
  border-radius: 0.3em;
}

main #calendar>table tbody td.mod {
  color: #5CA428;
  font-weight: bold;
  background-color: rgba(87, 210, 51, 0.2);
  border-radius: 0.3em;
}

footer {
  padding: 80px 0;
  text-align: center;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

@media screen and (max-width: 700px) {
  footer {
    padding: 3rem 0;
    font-size: 0.8rem;
    line-height: 1.2em;
  }
}

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px .75rem 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.drawer--sidebar,
.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }

  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }

  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }

  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%;
}

.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
}

.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu>li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.drawer-dropdown.open>.drawer-dropdown-menu {
  display: block;
}

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  -o-transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

main h1 {
  margin: 7rem 0 3.5rem 0;
  font-size: 2.2rem;
  line-height: 1.4em;
  text-align: center;
}

@media screen and (max-width: 700px) {
  main h1 {
    margin: 2rem 0 2rem 0;
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}

@media screen and (min-width: 701px) {
  main h1 {
    margin: 8.19912vw 0 4.09956vw 0;
    font-size: 2.81113vw;
    line-height: 1.4em;
  }
}

@media screen and (min-width: 1366px) {
  main h1 {
    margin: 7rem 0 3.5rem 0;
    font-size: 2.2rem;
    line-height: 1.4em;
  }
}

main>div,
main>section {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

#intro {
  position: relative;
  width: 100%;
  max-width: none;
  margin-bottom: 5rem;
  padding: 3rem 0;
  background-image: url(../img/treatment/intro_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 700px) {
  #intro {
    height: auto;
    margin-bottom: 2.5rem;
    padding: 1.5rem;
  }
}

@media screen and (min-width: 701px) {
  #intro {
    margin-bottom: 5.85652vw;
    padding: 3.51391vw 0;
  }
}

@media screen and (min-width: 1366px) {
  #intro {
    margin-bottom: 5rem;
    padding: 3rem 0;
  }
}

#intro>div {
  max-width: 1200px;
  margin: 0 auto;
}

#intro>div div {
  width: 45%;
  margin-left: 1.5rem;
  padding: 3rem 4rem;
  background-color: #fff;
}

@media screen and (max-width: 700px) {
  #intro>div div {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    padding: 1.5rem;
  }
}

@media screen and (min-width: 701px) {
  #intro>div div {
    margin-left: 1.75695vw;
    padding: 3.51391vw 4.68521vw;
  }
}

@media screen and (min-width: 1366px) {
  #intro>div div {
    margin-left: 1.5rem;
    padding: 3rem 4rem;
  }
}

#intro>div div h2 {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4em;
}

@media screen and (max-width: 700px) {
  #intro>div div h2 {
    font-size: 1rem;
    line-height: 1.4em;
  }
}

#intro>div div p {
  line-height: 1.8em;
}

@media screen and (max-width: 700px) {
  #intro>div div p {
    font-size: 0.85rem;
    line-height: 1.6em;
  }
}

#subjects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  max-width: 1160px;
  margin: 0 auto 3rem auto;
  padding: 0 3rem;
}

@media screen and (max-width: 700px) {
  #subjects {
    display: block;
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 701px) {
  #subjects {
    margin: 0 auto 3.51391vw auto;
  }
}

@media screen and (min-width: 1366px) {
  #subjects {
    margin: 0 auto 3rem auto;
  }
}

@media screen and (min-width: 701px) {
  #subjects:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 3.51391vw;
    width: 100%;
    border-top: solid 1px #fff;
  }
}

@media screen and (min-width: 1366px) {
  #subjects:after {
    bottom: 3rem;
  }
}

#subjects>li {
  width: 46.5%;
  margin: 0 7% 3rem 0;
  padding-bottom: 3rem;
  border-bottom: solid 1px #555;
}

@media screen and (max-width: 700px) {
  #subjects>li {
    width: 100%;
    margin: 0 0 1.5rem 0;
    padding-bottom: 1.5rem;
  }
}

@media screen and (min-width: 701px) {
  #subjects>li {
    margin-bottom: 3.51391vw;
  }
}

@media screen and (min-width: 1366px) {
  #subjects>li {
    margin-bottom: 3rem;
  }
}

#subjects>li:nth-of-type(even) {
  margin-right: 0;
}

@media screen and (max-width: 700px) {
  #subjects>li:last-of-type {
    border-bottom: none;
  }
}

#subjects>li h2 {
  margin-bottom: 0.3em;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4em;
}

@media screen and (max-width: 700px) {
  #subjects>li h2 {
    font-size: 1.1rem;
    line-height: 1.4em;
  }
}

#subjects>li p {
  line-height: 1.8em;
}

@media screen and (max-width: 700px) {
  #subjects>li p {
    font-size: 0.85rem;
    line-height: 1.6em;
  }
}

#subjects>li .button {
  margin-top: 1rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#subjects>li .button li a {
  width: 15em;
}

/* 20230517追記 */

.maina {
  max-width: 1064px;
  margin: 0 auto;
  margin-bottom: 8.75rem;
}
.maina > h2 {
  font-size: 1.6rem;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 0.8em;
}
.maina > p {
  text-align: center;
}
.triangle {
  position: relative;
  padding-left: 12px;
  font-size: 0.9rem;
}
.triangle:before {
  content: "▶";
  position:absolute;
  top: -2px;
  left: 0;
  font-size: 0.5em;
}

@media screen and (max-width: 700px) {
  .maina {
    padding: 0 1.5rem;
    margin-bottom: 6.25rem;
  }
  .maina > h2 {
    font-size: 1.1rem;
    text-align: left;
  }
  .maina > p {
    text-align: left;
  }
  .triangle {
    font-size: 0.8rem;
  }
}

/* 20240618追記 */

#bnr_ubie {
  width: 65%;
  margin: 0 auto 2.5rem auto;
  padding: 0 1.5rem 1.2rem 1.5rem;
}

#bnr_ubie picture {
  margin: 0 auto;
	max-width: 600px;
}

@media screen and (max-width: 700px) {
  #bnr_ubie {
    width: calc(100% - 2rem);
    margin: 0 1rem;
    padding: 1rem;
  }
}
@media screen and (min-width: 701px) {
  #bnr_ubie {
    width: 80%;
  }
}
@media screen and (min-width: 1366px) {
  #bnr_ubie {
    width: 65%;
  }
}