@charset "UTF-8";
/*
Theme Name: SmiLey スマイリー for WP
Description: WordPressテンプレート「SmiLey スマイリー for WP」
Version: 1.0.0
Author: SmiLey
*/
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

*, :after, :before {
  box-sizing: inherit;
}

* {
  font-size: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

*, :after, :before {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #fff;
  box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

[type=button], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=reset], [type=search], [type=submit], [type=tel], [type=text], [type=time], [type=url], [type=week], button, select, textarea {
  min-height: 1.5em;
}

code, kbd, pre, samp {
  font-family: monospace;
}

nav ol, nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


/*************************************
MIXINS
*************************************/
/*
//------------------------------------------------
//	Color Setting
//------------------------------------------------
*/
/*
//------------------------------------------------
//	Base Setting
//------------------------------------------------
*/
* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: "Noto Sans JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  min-width: 100%;
  width: 100%;
  background: #fff;
}

body {
  color: #333333;
  font-size: 1.6rem;
  overflow: hidden;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

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

a {
  color: #333333;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}

a img {
  transition: all ease-in-out 0.4s;
}
a img:hover {
  opacity: 0.75;
}

a:hover {
  text-decoration: none;
}

.table,
.tbl {
  display: table;
  width: 100%;
}

.table .th,
.table .td,
.tbl .tblh,
.tbl .tbld {
  display: table-cell;
}

.flex {
  display: flex;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.wide {
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.inner {
  width: 100%;
  max-width: 1086px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.min {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.micro {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.mgb0 {
  margin-bottom: 0 !important;
}

.mgt0 {
  margin-top: 0 !important;
}

.mgb05em {
  margin-bottom: 0.5em;
}

.mgb1em {
  margin-bottom: 1em;
}

.mgb2em {
  margin-bottom: 2em;
}

.mgb3em {
  margin-bottom: 3em;
}

.mgb4em {
  margin-bottom: 4em;
}

.mgb5em {
  margin-bottom: 5em;
}

.mgb10em {
  margin-bottom: 10em;
}

.fwb {
  font-weight: 700;
}

.video {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.scpd {
  padding: 6em 0;
}

p {
  text-align: justify;
  text-justify: distribute;
}

table {
  width: 100%;
  background: #fff;
}

.content-left {
  float: left;
}

.content-right {
  float: right;
}

.easingWrap .easingFade {
  transform: translateY(40px);
  opacity: 0;
  transition: all 1.5s;
}
.easingWrap .easingFade.on {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.easingWrap .easingImg {
  position: relative;
  overflow: hidden;
}
.easingWrap .easingImg::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easingWrap .easingImg::after {
  transition: 1.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #a3ca53;
}
.easingWrap .easingImg.on::after {
  transform: translateY(101%);
}

@keyframes scrollOpen_r {
  0% {
    transform: rotate(0deg);
    transform-origin: center bottom;
  }
  20% {
    transform: rotate(-1deg);
    transform-origin: center bottom;
  }
  21% {
    transform: rotate(-1deg);
    transform-origin: center bottom;
  }
  100% {
    transform: rotate(-15deg) translateX(-160%);
    transform-origin: center bottom;
  }
}
@keyframes scrollOpen_l {
  0% {
    transform: rotate(0deg);
    transform-origin: center bottom;
  }
  20% {
    transform: rotate(1deg);
    transform-origin: center bottom;
  }
  21% {
    transform: rotate(1deg);
    transform-origin: center bottom;
  }
  100% {
    transform: rotate(15deg) translateX(160%);
    transform-origin: center bottom;
  }
}
/*
//------------------------------------------------
//	Moadules Setting
//------------------------------------------------
*/
.pageCover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 21;
}
.pageCover .bges span {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
}
.pageCover .bges span.bg-2 {
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #ffffff;
}
.pageCover.show {
  visibility: hidden;
}
.pageCover.show .bges span {
  transform: translateX(101%);
}

.marker-animation {
  background-image: linear-gradient(left, transparent 50%, rgb(255, 250, 153) 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: all 2s ease;
  font-weight: bold;
}
.marker-animation.active {
  background-position: -100% 0.5em;
}

#modal {
  -ms-overflow-style: none;
  -webkit-transform: translateZ(0);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: -10;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-top: 0;
  padding-bottom: 30px;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transform: scale(0.9);
  background: #fe9e4e;
}
#modal .inner .modal-box {
  position: relative;
  z-index: 2;
  padding-top: 80px;
}
#modal .inner .modal-box .modal-inquiry {
  margin-bottom: 40px;
  display: flex;
  border: 1px solid #fff;
  align-items: center;
  border-radius: 3px;
  position: relative;
}
#modal .inner .modal-box .modal-inquiry::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}
#modal .inner .modal-box .modal-inquiry a {
  min-width: 50%;
  flex-basis: 50%;
  margin: 0 auto;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  padding: 7px 10px;
}
#modal .inner .modal-box .modal-nav,
#modal .inner .modal-box .op-nav {
  list-style: none;
  margin: 0 20px 20px;
  color: #fff;
  font-size: 1.8rem;
  padding-bottom: 20px;
  border-bottom: #fff 1px solid;
}
#modal .inner .modal-box .modal-nav li,
#modal .inner .modal-box .op-nav li {
  margin-bottom: 10px;
  text-align: center;
}
#modal .inner .modal-box .modal-nav li a,
#modal .inner .modal-box .op-nav li a {
  text-decoration: none;
  color: #fff;
}
#modal .inner .modal-box .modal-nav li ul,
#modal .inner .modal-box .op-nav li ul {
  padding-left: 1.5em;
  font-size: 1.6rem;
}
#modal .inner .modal-box .btns .li {
  text-align: center;
  margin-bottom: 1em;
}
#modal .inner .modal-box .btns .li .btn-more {
  background: #35426e;
}
#modal .inner .modal-box .btns .li:last-child .btn-more {
  background: #a3ca53;
}
#modal .inner .modal-box .op-nav {
  font-size: 1.4rem;
}
#modal .inner .modal-box .sns-list {
  margin-bottom: 1em;
  text-align: center;
}
#modal .inner .modal-box .sns-list li {
  display: inline-block;
  margin-right: 0.5em;
}
#modal .inner .modal-box .line {
  text-align: center;
}

body.opened #modal {
  z-index: 10000;
  display: block;
}

body.opened #modal {
  animation: modal-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation-fill-mode: both;
}

body.closed #modal {
  animation: modal-closed 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation-fill-mode: both;
}

@keyframes modal-open {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes modal-closed {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}
body {
  padding-top: 190px;
}

#top {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 5;
  top: 0;
  left: 0;
  background: #fff;
  padding-top: 20px;
  margin-bottom: 20px;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#top .inner {
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#top .flex-wrap {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-end;
  -moz-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 30px;
}
#top .flex-wrap .logo {
  width: 380px;
}
#top .flex-wrap .btns {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 500px;
}
#top .flex-wrap .btns .btn1,
#top .flex-wrap .btns .btn2,
#top .flex-wrap .btns .btn3,
#top .flex-wrap .btns .btn4 {
  width: 245px;
  height: 40px;
  text-align: center;
  color: #fff;
}
#top .flex-wrap .btns .btn1 a,
#top .flex-wrap .btns .btn2 a,
#top .flex-wrap .btns .btn3 a,
#top .flex-wrap .btns .btn4 a {
  display: block;
  width: 237px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
#top .flex-wrap .btns .btn1 img,
#top .flex-wrap .btns .btn2 img,
#top .flex-wrap .btns .btn3 img,
#top .flex-wrap .btns .btn4 img {
  display: inline-block;
  margin-right: 7px;
}
#top .flex-wrap .btns .btn1 a,
#top .flex-wrap .btns .btn2 a,
#top .flex-wrap .btns .btn4 a {
  border-radius: 30px;
}
#top .flex-wrap .btns .btn1,
#top .flex-wrap .btns .btn2 {
  margin-bottom: 10px;
}
#top .flex-wrap .btns .btn1 a,
#top .flex-wrap .btns .btn2 a {
  background: #35426e;
}
#top .flex-wrap .btns .btn1 a img,
#top .flex-wrap .btns .btn2 a img {
  width: 19px;
}
#top .flex-wrap .btns .btn2 a {
  background: #a3ca53;
}
#top .flex-wrap .btns .btn3 a {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1;
}
#top .flex-wrap .btns .btn3 a span {
  display: inline-block;
}
#top .flex-wrap .btns .btn3 a span.top {
  text-align: right;
  margin-bottom: 5px;
}
#top .flex-wrap .btns .btn3 a span.bottom {
  font-size: 3rem;
  color: #fe9e4e;
  font-weight: 600;
  letter-spacing: -0.03em;
}
#top .flex-wrap .btns .btn3 a span.bottom img {
  margin-right: 2px;
  width: 16px;
}
#top .flex-wrap .btns .btn4 {
  padding-top: 10px;
}
#top .flex-wrap .btns .btn4 a {
  background: #fe9e4e;
}
#top .flex-wrap .btns .btn4 a img {
  width: 23px;
}
#top .fixed_navi .flex,
#top .navi .flex {
  list-style: none;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#top .fixed_navi .flex li,
#top .navi .flex li {
  width: 16.666666%;
  text-align: center;
  font-weight: 700;
}
#top .fixed_navi .flex li a,
#top .navi .flex li a {
  display: block;
}
#top .fixed_navi .flex li a span,
#top .navi .flex li a span {
  display: inline-block;
  position: relative;
}
#top .fixed_navi .flex li a span::after,
#top .navi .flex li a span::after {
  display: inline-block;
  content: "";
  width: 13px;
  height: 9px;
  background: url(images/icon_chevron_navi.png) no-repeat 0 0;
  margin-left: 7px;
}
#top .fixed_navi {
  display: none;
}
#top.is_fixed {
  width: 100%;
  height: 80px;
  padding-top: 0;
  margin-bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
}
#top.is_fixed .navi {
  display: none;
}
#top.is_fixed .fixed_navi {
  display: block;
  width: 100%;
  max-width: 1086px;
}
#top.is_fixed .inner {
  max-width: 100%;
  height: 80px;
  line-height: 80px;
}
#top.is_fixed .flex-wrap {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#top.is_fixed .flex-wrap .logo {
  width: 300px;
  box-sizing: border-box;
  padding-left: 40px;
}
#top.is_fixed .flex-wrap .btns {
  width: 210px;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-right: 100px;
}
#top.is_fixed .flex-wrap .btns .btn1 {
  order: 1;
  margin-bottom: 0;
}
#top.is_fixed .flex-wrap .btns .btn2 {
  order: 2;
  margin-bottom: 0;
}
#top.is_fixed .flex-wrap .btns .btn3 {
  order: 4;
}
#top.is_fixed .flex-wrap .btns .btn3 a span.top {
  display: none;
}
#top.is_fixed .flex-wrap .btns .btn4 {
  order: 3;
  padding-top: 0;
}
#top.is_fixed .flex-wrap .btns .btn1,
#top.is_fixed .flex-wrap .btns .btn2,
#top.is_fixed .flex-wrap .btns .btn4 {
  width: auto;
  display: inline-block;
  margin-right: 1em;
}
#top.is_fixed .flex-wrap .btns .btn1 a,
#top.is_fixed .flex-wrap .btns .btn2 a,
#top.is_fixed .flex-wrap .btns .btn4 a {
  width: 40px;
  border-radius: 50%;
  line-height: 37px;
}
#top.is_fixed .flex-wrap .btns .btn1 span,
#top.is_fixed .flex-wrap .btns .btn2 span,
#top.is_fixed .flex-wrap .btns .btn4 span {
  display: none;
}
#top.is_fixed .flex-wrap .btns .btn1 img,
#top.is_fixed .flex-wrap .btns .btn2 img,
#top.is_fixed .flex-wrap .btns .btn4 img {
  margin-right: 0;
}
#top.is_fixed .flex-wrap .btns .btn3 {
  width: auto;
}
#top.is_fixed .flex-wrap .btns .btn3 a {
  display: block;
  width: 40px;
  height: 40px;
  border: #fe9e4e 1px solid;
  border-radius: 50%;
}
#top.is_fixed .flex-wrap .btns .btn3 a span.bottom {
  display: block;
}
#top.is_fixed .flex-wrap .btns .btn3 a span.bottom span {
  display: none;
}
#top.is_fixed .flex-wrap .btns .btn3 a span.bottom img {
  margin-right: 0;
  width: 15px;
}

body.opened #top {
  display: none;
  z-index: 999999;
}

#hero {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: calc(100vh - 170px);
  margin-bottom: 6em;
}
#hero .hero-slider-wrap {
  width: 100%;
  overflow: hidden;
  /*float: right;*/
  z-index: 0;
  position: relative;
}
#hero .hero-slider-wrap .slick-dots {
  width: auto;
  right: 0;
  bottom: 25px;
}
#hero .hero-slider-wrap .slick-dots li.slick-active button:before {
  color: #fe9e4e;
}
#hero .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 240px;
  width: auto;
  z-index: 1;
  /*
  &::before{
  	position: absolute;
  	width: 543px;
  	height: 422px;
  	background: #fdd470;
  	display: block;
  	left: -40px;
  	bottom: -80px;
  	content: "";
  	z-index: 0;
  }
  */
}
#hero .inner .left .baloon {
  margin-left: 20px;
  margin-bottom: 30px;
}
#hero .inner .left .ttl {
  padding: 1.5em;
  background: rgba(255, 255, 255, 0.75);
}
#hero .right {
  position: absolute;
  right: 3.6em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#hero .news {
  position: absolute;
  padding: 15px 2.5em;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  right: 0;
  bottom: 88px;
  box-sizing: border-box;
  width: 57%;
  font-weight: 700;
  z-index: 1;
}
#hero .news .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#hero .news .flex .header-ttl {
  width: 130px;
  box-sizing: border-box;
  border-right: #333333 1px solid;
  padding-top: 7px;
}
#hero .news .flex .txt {
  width: calc(100% - 130px);
  box-sizing: border-box;
  font-size: 1.4rem;
  padding-left: 2.5em;
  line-height: 1.4;
}

#index-plg .bg {
  background: url(images/bg_index-plg.png) no-repeat center bottom;
  background-size: cover;
  padding-top: 6em;
}
#index-plg .top {
  margin-bottom: 6em;
}
#index-plg .top .flex .thumb {
  width: 100%;
  max-width: 623px;
  margin-right: 3.5em;
  position: relative;
}
#index-plg .top .flex .thumb::before {
  position: absolute;
  width: 178px;
  height: 129px;
  content: "";
  background: #fe9e4e;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
#index-plg .top .flex .txt {
  width: 100%;
  max-width: 520px;
}
#index-plg .top .flex .txt .ttl {
  font-size: 2.8rem;
  color: #fe9e4e;
  font-weight: 700;
  margin-bottom: 1.5em;
  line-height: 1.4;
}
#index-plg .middle {
  padding-bottom: 5em;
  margin-bottom: 6em;
}
#index-plg .middle .lead {
  font-size: 3.2rem;
  font-weight: 700;
  color: #35426e;
  text-align: center;
  line-height: 1;
  margin-bottom: 2.5em;
}
#index-plg .middle .lead span {
  display: inline-block;
  padding: 8px 10px 8px 0;
  background: #fdd470;
}
#index-plg .middle .flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
}
#index-plg .middle .flex li {
  width: 218px;
  margin-bottom: 25px;
  margin-left: 15px;
  margin-right: 15px;
}
#index-plg .bottom .flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: flex-end;
  -moz-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 3em;
}
#index-plg .bottom .flex .logo {
  width: 383px;
}
#index-plg .bottom .flex .txt {
  font-size: 4.5rem;
  font-weight: 700;
  color: #fe9e4e;
  line-height: 1.4;
}
#index-plg .bottom .flex .txt span {
  display: inline-block;
  font-size: 2.8rem;
}
#index-plg .bottom .excerpt {
  text-align: center;
}

#index-phylosophy {
  background: url(images/bg_index_phylosophy.png) no-repeat center center;
  background-size: cover;
  padding: 5em 0;
}
#index-phylosophy .inner {
  position: relative;
}
#index-phylosophy .inner .box {
  width: 50%;
  float: right;
}
#index-phylosophy .inner .ttl {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #35426e;
}
#index-phylosophy .inner ul {
  list-style: none;
}
#index-phylosophy .inner ul li {
  font-size: 2rem;
}
#index-phylosophy .inner ul li strong,
#index-phylosophy .inner ul li span {
  color: #35426e;
}

.bg-gray {
  background: #f4f4f4;
}

.default-header {
  margin-bottom: 3.5em;
}
.default-header .default-ttl {
  text-align: center;
  color: #35426e;
  font-size: 3.2rem;
  font-weight: 700;
}

.md-service-list .flex-wrap {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-service-list .flex-wrap .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 3.5em;
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 10px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.md-service-list .flex-wrap .item:nth-child(3n) {
  margin-right: 0;
}
.md-service-list .flex-wrap .item .ttl {
  text-align: center;
  padding: 0.5em;
  line-height: 1.1;
  background: #fdbe5f;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}
.md-service-list .flex-wrap .item .txt {
  padding: 25px;
}
.md-service-list .flex-wrap .item .txt .thumb {
  margin-bottom: 15px;
}
.md-service-list .flex-wrap .item .txt ul {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
}
.md-service-list .flex-wrap .item .txt ul li {
  width: 50%;
  margin-bottom: 0.2em;
  position: relative;
}
.md-service-list .flex-wrap .item .txt ul li::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  background: #fdbe5f;
  border-radius: 50%;
  margin-right: 3px;
}
.md-service-list .flex-wrap .item .txt ul li.full {
  width: 100% !important;
}
.md-service-list .flex-wrap .item .txt ul.col3 li {
  width: 33.333333%;
}
.md-service-list .flex-wrap .item .txt ul.col4 li {
  width: 25%;
}
.md-service-list .flex-wrap .item:nth-child(2) .ttl, .md-service-list .flex-wrap .item:nth-child(5) .ttl {
  background-color: #fe9e4e;
}
.md-service-list .flex-wrap .item:nth-child(2) .txt ul li::before, .md-service-list .flex-wrap .item:nth-child(5) .txt ul li::before {
  background-color: #fe9e4e;
}
.md-service-list .flex-wrap .item:nth-child(3) .ttl, .md-service-list .flex-wrap .item:nth-child(6) .ttl {
  background-color: #f16f64;
}
.md-service-list .flex-wrap .item:nth-child(3) .txt ul li::before, .md-service-list .flex-wrap .item:nth-child(6) .txt ul li::before {
  background-color: #f16f64;
}
.md-service-list.custom .flex-wrap {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-service-list.custom .flex-wrap .item {
  margin-right: 0 !important;
}
.md-service-list.custom .flex-wrap .item.custom1 {
  width: 41.804788%;
}
.md-service-list.custom .flex-wrap .item.custom2 {
  width: 56.906077%;
}

.sec-row {
  margin-bottom: 3.5em;
}

.big-header {
  width: 100%;
  height: 374px;
  position: relative;
  background-color: #faf7ec;
  background-repeat: no-repeat;
  background-position: right center;
}
.big-header .min {
  position: relative;
  height: 100%;
}
.big-header-ttl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  color: #fe9044;
  font-size: 3rem;
  letter-spacing: 0.07em;
  padding-left: 95px;
}
.big-header-ttl span {
  /*
  position: absolute;
  width: 70px;
  height: 60px;
  top: 0;
  left: 0;
  display: inline-block;
  text-align: center;
  background: #fe9044;
  color: #fff;
  font-weight: 400;
  &::after{
  	position: absolute;
  	content: '';
  	top: 50%;
  	left: 0;
  	display: block;
  	height: 50%;
  	border: 1.17em solid #fe9044;
  	border-bottom-width: 10px;
  	border-bottom-color: transparent;
  	z-index: -1;
  }
  */
  width: 71px;
  height: 71px;
  color: #fff;
  font-size: 3.8rem;
  line-height: 60px;
  position: absolute;
  font-weight: 500;
  left: 8px;
  top: -5px;
  background: url(images/icon_ribbon.png) no-repeat 0 0;
  text-align: center;
}
.big-header.reverse {
  background-position: left center;
  text-align: center;
}
.big-header.reverse .big-header-ttl {
  text-align: center;
  position: relative;
  display: inline-block;
}

.md-thumb-txt-list {
  margin: 3.5em 0;
}
.md-thumb-txt-list .flex .item {
  width: 50%;
}
.md-thumb-txt-list .flex .item .thumb {
  text-align: center;
}
.md-thumb-txt-list .flex .item .excerpt {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.md-thumb-txt-list-cols {
  margin: 3.5em 0;
}
.md-thumb-txt-list-cols .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-thumb-txt-list-cols .flex .item {
  width: 31.5%;
  margin-bottom: 2.5em;
}
.md-thumb-txt-list-cols .flex .item .excerpt {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.bg-pt2 {
  background: #faf7ec;
}

.btn-more {
  display: inline-block;
  background: #fe9044;
  color: #fff;
  width: 345px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  position: relative;
  border-radius: 30px;
}
.btn-more::after {
  position: absolute;
  width: 6px;
  height: 11px;
  content: "";
  background: url(images/icon_chevron_white.png) no-repeat 0 0;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
}
.btn-more:hover {
  background: #35426e;
}

.price-tables .inner {
  position: relative;
}
.price-tables .balloon {
  position: absolute;
  top: -130px;
  right: 0;
}
.price-tables .thumb {
  text-align: center;
}
.price-tables .notice {
  max-width: 887px;
  text-align: right;
  font-size: 1.4rem;
  margin: 5px auto 1.5em auto;
}
.price-tables .options {
  text-align: center;
  margin-bottom: 4.5em;
}
.price-tables .example {
  max-width: 887px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-bottom: 3.5em;
}
.price-tables .example .ttl {
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #2e3a61;
  font-size: 2.4rem;
  padding: 8px;
  letter-spacing: 0.07em;
}
.price-tables .example .txt {
  background: #fff;
  padding: 2em;
  text-align: center;
}
.price-tables .more {
  text-align: center;
}

#index-area {
  height: 750px;
  background: #fff url(images/illust_map.png) no-repeat 37.8% top;
}
#index-area .txt {
  float: right;
  padding-top: 10em;
}
#index-area .txt .ttl {
  font-size: 3.4rem;
  color: #2e3a61;
  font-weight: 700;
  margin-bottom: 1em;
}
#index-area .txt .excerpt {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 1em;
}
#index-area .txt .more span {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 1.8rem;
  padding: 8px 2.5em;
  border-radius: 25px;
  background: #fe9044;
}

.md-testimonials .row {
  margin-bottom: 4.5em;
}
.md-testimonials .row .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.md-testimonials .row .flex .txt {
  width: calc(100% - 292px);
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  padding: 2.5em;
  position: relative;
}
.md-testimonials .row .flex .txt::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 26px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: -26px;
  bottom: 20%;
  content: "";
}
.md-testimonials .row .flex .txt .ttl {
  color: #fe9044;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.md-testimonials .row .flex .txt .excerpt {
  line-height: 1.4;
}
.md-testimonials .row .flex .thumb {
  width: 192px;
}
.md-testimonials .row:nth-child(2n) .flex .txt {
  order: 2;
}
.md-testimonials .row:nth-child(2n) .flex .txt::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 26px 11px 0;
  border-color: transparent #ffffff transparent transparent;
  right: inherit;
  left: -26px;
}
.md-testimonials .row:nth-child(2n) .flex .thumb {
  order: 1;
}
.md-testimonials .more {
  text-align: center;
}

#index-testimonials {
  background: url(images/bg-pt1.png) repeat-y left top 8em;
}
#index-testimonials .box {
  position: relative;
  top: -7em;
  background: rgb(250, 247, 236);
  background: linear-gradient(270deg, rgb(250, 247, 236) 0%, rgb(250, 247, 236) 50%, transparent 50%, transparent 100%);
}
#index-testimonials .box .inner {
  background: #faf7ec;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 4em 0 4em 60px;
}

.md-flow .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-flow .flex .item {
  width: 30%;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 10px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 4.5em;
  position: relative;
}
.md-flow .flex .item:not(:nth-child(3n))::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -32px;
  content: "";
  width: 13px;
  height: 22px;
  background: url(images/icon_chevron_flow.png) no-repeat 0 0;
}
.md-flow .flex .item .ribbon {
  width: 71px;
  height: 71px;
  color: #fff;
  font-size: 3.8rem;
  line-height: 60px;
  position: absolute;
  left: 8px;
  top: -5px;
  background: url(images/icon_ribbon.png) no-repeat 0 0;
  text-align: center;
}
.md-flow .flex .item .ttl {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  color: #35426e;
  padding: 0.8em 0;
}
.md-flow .flex .item .excerpt {
  padding: 1.5em;
  font-size: 1.4rem;
  line-height: 1.4;
}

#index-flow {
  padding-bottom: 2.5em;
}

.md-faq dl dt {
  padding-left: 50px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.md-faq dl dt::before {
  width: 38px;
  height: 38px;
  line-height: 28px;
  box-sizing: border-box;
  border: #fe9044 3px solid;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -7px;
  color: #fe9044;
  font-size: 2rem;
  content: "Q";
  text-align: center;
  font-weight: 700;
}
.md-faq dl dd {
  padding: 1em 2.5em 1em 6em;
  background: #faf7ec;
  border-radius: 10px;
  margin-bottom: 3em;
  font-size: 1.4rem;
  position: relative;
}
.md-faq dl dd::before {
  width: 38px;
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  background: #fe9044;
  border-radius: 50%;
  position: absolute;
  left: 1.5em;
  top: 10px;
  color: #fff;
  font-size: 2rem;
  content: "A";
  text-align: center;
  font-weight: 700;
}
.md-faq .more {
  text-align: right;
  font-size: 1.4rem;
}
.md-faq .more a::after {
  display: inline-block;
  width: 8px;
  height: 13px;
  content: "";
  background: url(images/icon_chevron_more.png) no-repeat 0 0;
  margin-left: 1em;
}
.md-faq .more a:hover {
  text-decoration: underline;
}

#index-book {
  padding: 2.5em 0;
  background: #f4f4f4;
}
#index-book .box {
  padding: 2.5em 3em;
  background: #fff;
  border-radius: 20px;
}
#index-book .box .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#index-book .box .flex .thumb {
  width: 49%;
}
#index-book .box .flex .txt {
  width: 47%;
}
#index-book .box .flex .txt .ttl {
  font-size: 3.5rem;
  font-weight: 700;
  color: #35426e;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
#index-book .box .flex .txt .excerpt {
  line-height: 1.4;
  margin-bottom: 2.5em;
  color: #35426e;
}
#index-book .box .flex .txt .more {
  text-align: center;
}
#index-book .box .flex .txt .more .btn-more {
  background: #35426e;
}

.md-supporter {
  padding: 5em 0;
  background: url(images/bg-index-supporter.jpg) no-repeat center center;
  background-size: cover;
}
.md-supporter .ttl {
  font-size: 5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-bottom: 1em;
  text-align: center;
  letter-spacing: 0.07em;
}
.md-supporter .flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-bottom: 3.5em;
}
.md-supporter .flex .item {
  display: inline-block;
  font-size: 2rem;
  margin: 0 1.5em;
}
.md-supporter .flex .item a {
  display: block;
  padding: 1.1em 0;
  width: 407px;
  height: 93px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #35426e;
  color: #fff;
  position: relative;
  text-align: center;
  line-height: 1.2;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px;
}
.md-supporter .flex .item a span {
  display: inline-block;
  margin-right: 2em;
  position: absolute;
  left: 2.2em;
  top: 50%;
  transform: translateY(-50%);
}
.md-supporter .flex .item a:hover {
  background: #fe9e4e;
}
.md-supporter .flex .item.contact a span img {
  width: 35px;
}
.md-supporter .flex .item.entry a {
  padding-top: 1.8em;
}
.md-supporter .flex .item.entry a span {
  left: 3em;
}
.md-supporter .flex .item.entry a span img {
  width: 30px;
}
.md-supporter .merit {
  width: 100%;
  max-width: 683px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: #35426e 2px solid;
  border-radius: 20px;
  padding: 2em 3.5em;
  position: relative;
}
.md-supporter .merit::after {
  position: absolute;
  bottom: 0;
  right: 3em;
  content: "";
  width: 156px;
  height: 223px;
  background: url(images/img_merit.png) no-repeat 0 0;
}
.md-supporter .merit .lead {
  position: relative;
  font-size: 2.8rem;
  color: #35426e;
  font-weight: 600;
  margin-bottom: 0.5em;
}

#index-supporter {
  padding-top: 4em;
}

#index-contact .default-header {
  margin-bottom: 2em;
}
#index-contact .lead {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 3em;
}
#index-contact .flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#index-contact .flex .item {
  display: inline-block;
  font-size: 2rem;
  margin: 0 1.5em;
}
#index-contact .flex .item a {
  display: block;
  padding: 1.1em 0;
  width: 407px;
  height: 93px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fe9044;
  color: #fff;
  position: relative;
  text-align: center;
  line-height: 1.2;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px;
}
#index-contact .flex .item a span {
  display: inline-block;
  margin-right: 2em;
  position: absolute;
  left: 2.2em;
  top: 50%;
  transform: translateY(-50%);
}
#index-contact .flex .item a:hover {
  background: #35426e;
}
#index-contact .flex .item.contact a span img {
  width: 35px;
}
#index-contact .flex .item.entry a {
  padding-top: 1.8em;
}
#index-contact .flex .item.entry a span {
  left: 2em;
}
#index-contact .flex .item.entry a span img {
  width: 30px;
}

#site-footer {
  padding: 3em 0;
  background: #35426e;
  color: #fff;
}
#site-footer a {
  color: #fff;
}
#site-footer .flex-wrap {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#site-footer .flex-wrap .contact {
  width: 30%;
}
#site-footer .flex-wrap .contact .logo {
  margin-bottom: 2em;
}
#site-footer .flex-wrap .contact .addr {
  font-size: 1.4rem;
  margin-bottom: 2em;
}
#site-footer .flex-wrap .contact .tel a {
  color: #FE9044;
  font-size: 3.5rem;
  display: block;
  font-weight: 500;
  line-height: 1;
}
#site-footer .flex-wrap .contact .tel a span {
  font-size: 2rem;
  display: inline-block;
  margin-right: 8px;
}
#site-footer .flex-wrap .contact .tel a img {
  display: inline-block;
  margin-right: 4px;
  max-width: 26px;
}
#site-footer .flex-wrap .contact .date span {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 7px 2em;
  border: #fff 1px solid;
  border-radius: 25px;
}
#site-footer .flex-wrap .navi {
  width: 35%;
}
#site-footer .flex-wrap .navi .flex {
  list-style: none;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
#site-footer .flex-wrap .navi .flex li {
  width: 50%;
  margin-bottom: 0.7em;
}
#site-footer .flex-wrap .navi .flex li a:hover {
  text-decoration: underline;
}
#site-footer .flex-wrap .sns {
  width: 200px;
}
#site-footer .flex-wrap .sns .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 1.5em;
}
#site-footer .flex-wrap .sns .qr {
  margin-top: 1em;
  text-align: center;
}
#site-footer .flex-wrap .sns .qr img {
  max-width: 150px;
}
#site-footer .footer-bottom {
  margin-top: 2.5em;
  padding-top: 1em;
  border-top: #fff 1px solid;
}
#site-footer .footer-bottom .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#site-footer .footer-bottom .flex .links {
  list-style: none;
}
#site-footer .footer-bottom .flex .links li {
  display: inline-block;
  margin-right: 2.5em;
  font-size: 1.4rem;
}
#site-footer .footer-bottom .flex .links li::before {
  display: inline-block;
  content: url(images/icon_chevron_white.png);
  margin-right: 5px;
}
#site-footer .footer-bottom .flex .links li a:hover {
  text-decoration: underline;
}
#site-footer .footer-bottom .flex .address {
  font-size: 1.2rem;
}
#site-footer .footer-bottom .flex .address address {
  font-style: normal;
}

#sub-hero {
  width: 100%;
  height: 400px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#sub-hero::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
#sub-hero .sub-hero-ttl {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3.6rem;
  z-index: 1;
  color: #fff;
}
#sub-hero .sub-hero-ttl span {
  display: block;
  font-size: 1.6rem;
}
#sub-hero .sub-hero-ttl.upper {
  text-transform: uppercase;
}

.md-filter {
  box-sizing: border-box;
  margin-bottom: 3em;
  background: #f4f4f4;
  position: relative;
}
.md-filter .item {
  text-align: left;
  padding: 3rem 4rem;
  width: 50%;
}
.md-filter .item .select {
  width: 100%;
}
.md-filter .item .select > div {
  display: table-cell;
  vertical-align: middle;
}
.md-filter .item .select .form-select {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  position: relative;
  border: solid 1px #EDEDED;
  background: #ffffff;
  font-size: 1.4rem;
  line-height: 1.7;
}
.md-filter .item .select .form-select .label {
  color: #7E7E7E;
  position: absolute;
  padding: 1rem 1rem;
  width: 100%;
  box-sizing: border-box;
}
.md-filter .item .select .form-select:before {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "";
  display: block;
  content: "\f078";
  font-family: "Font Awesome 5 Free", fontawesome;
  speak: none;
  font-style: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  margin-top: -0.4rem;
  color: #fe9e4e;
  font-weight: 900 !important;
}
.md-filter .item .select .form-select select {
  display: block;
  width: 100%;
  height: 4rem;
  margin: 0;
  padding: 0 1rem;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
  outline: none;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.md-filter .item .select__ttl {
  width: 10rem;
}

.md-news .flex {
  padding: 2em 0;
  border-bottom: #333333 1px solid;
}
.md-news .flex:first-child {
  border-top: #333333 1px solid;
}
.md-news .flex:last-child {
  margin-bottom: 6em;
}
.md-news .flex dt {
  width: 8em;
  color: #b0aba6;
  font-size: 1.8rem;
}
.md-news .flex dd {
  width: calc(100% - 8em);
}
.md-news .flex dd a:hover {
  text-decoration: underline;
}

.single-header {
  margin-bottom: 3em;
  padding-bottom: 3em;
  position: relative;
}
.single-header .eyecatch {
  margin-bottom: 2.5em;
}
.single-header .header-box {
  position: relative;
}
.single-header .header-box .single-ttl {
  font-size: 2.4rem;
}
.single-header .header-box .meta span {
  margin-right: 2em;
  font-size: 1.4rem;
  color: #999;
  display: inline-block;
}
.single-header .header-box .meta span i {
  color: #fe9e4e;
  margin-right: 0.7em;
}

.sentry h1, .sentry h2, .sentry h3, .sentry h4, .sentry h5, .sentry h6 {
  margin: 1.5em 0;
}
.sentry p, .sentry ul, .sentry ol, .sentry table, .sentry dl, .sentry blockquote {
  margin-bottom: 1.5em;
}
.sentry p, .sentry ul, .sentry ol {
  text-align: justify;
  text-justify: distribute;
}
.sentry blockquote p {
  text-align: left;
  text-justify: inherit;
  word-wrap: break-word;
}
.sentry h2 {
  font-size: 2.2rem;
  padding: 0.5em 0;
  border-top: #333333 2px solid;
  border-bottom: #333333 2px solid;
}
.sentry h3 {
  padding: 0.5em;
  background: #F2F2F2;
  font-size: 2.1rem;
}
.sentry h4 {
  font-size: 1.8rem;
}
.sentry blockquote {
  padding: 3em 1em 1em 1em;
  background: #f2f2f2;
  position: relative;
}
.sentry blockquote::before {
  position: absolute;
  left: 15px;
  top: 10px;
  content: "“";
  line-height: 1;
  color: #9C9C9C;
  font-size: 6rem;
  font-weight: bold;
}
.sentry blockquote p:last-child {
  margin-bottom: 0;
}
.sentry blockquote span {
  color: #989898;
}
.sentry blockquote span a {
  color: #989898;
  text-decoration: underline;
}
.sentry a {
  text-decoration: underline;
  word-break: break-all;
}
.sentry a.chr {
  position: relative;
}
.sentry a.chr::after {
  font-family: fontawesome;
  content: "\f105";
  text-decoration: none;
}
.sentry ul {
  list-style: none;
  padding-left: 1.2em;
}
.sentry ul li {
  position: relative;
  padding-left: 1.5em;
}
.sentry ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #fe9e4e;
  display: inline-block;
}
.sentry ol {
  padding-left: 1.2em;
  counter-reset: item;
  list-style: none;
}
.sentry ol li {
  position: relative;
  padding-left: 1.5em;
}
.sentry ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: item;
  content: counter(item) ".";
  color: #fe9e4e;
  display: inline-block;
  font-weight: 700;
}
.sentry ol li ol li::before {
  content: counter(item) " )";
}
.sentry ol li ul {
  list-style: none;
}
.sentry ol li ul li::before {
  content: "●";
}
.sentry ul li, .sentry ol li {
  margin-bottom: 0.5em;
}
.sentry table {
  width: 100%;
  border-collapse: collapse;
}
.sentry table th, .sentry table td {
  padding: 0.5em 1em;
  border: #DDDDDD 1px solid;
  text-align: left;
}
.sentry table th {
  background: #f2f2f2;
}
.sentry img {
  transition: all 0.4s;
  max-width: 100%;
  height: auto;
}
.sentry a {
  color: #fe9e4e;
  font-weight: bold;
}
.sentry a:hover img {
  opacity: 0.7;
}
.sentry dl dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.sentry dl dd {
  padding-left: 1.5em;
}
.sentry .alignleft {
  float: left;
  clear: left;
  margin: 0 1em 1.5em 0px;
}
.sentry img.aligncenter, .sentry img.centered, .sentry img.center {
  display: block;
  margin: 0 auto 1.5em;
  float: none;
  clear: both;
}
.sentry img.alignright {
  float: right;
  clear: right;
  margin: 0 0 1.5em 1em;
}
.sentry .more {
  text-align: center;
}
.sentry .more a {
  color: #fff;
  text-decoration: none;
}

.breadcrumbs {
  padding: 1em 0;
  background: #f5f5f5;
}
.breadcrumbs ol {
  list-style: none;
}
.breadcrumbs ol li {
  display: inline-block;
  font-size: 1.4rem;
}
.breadcrumbs ol li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.5em;
  content: "/";
  margin: 0 0.5em;
  color: #999;
}
.breadcrumbs ol li a {
  color: #999;
  text-decoration: underline;
}

#contactform .row {
  margin-bottom: 2em;
}
#contactform .ttl {
  color: #000;
  margin-bottom: 0.5em;
}
#contactform .ttl a {
  text-decoration: underline;
}
#contactform .sub {
  margin-bottom: 1em;
  font-size: 1.4rem;
  padding: 0.5em 1em;
  background: #f0f0f0;
}
#contactform .sub.mgt {
  margin-top: 1em;
}
#contactform .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
#contactform .flex .item {
  width: 48%;
  margin-bottom: 2em;
}
#contactform .flex .item:last-child, #contactform .flex .item:nth-last-child(2) {
  margin-bottom: 0;
}
#contactform .flex .item.full {
  width: 100%;
}
#contactform input[type=text], #contactform input[type=password], #contactform input[type=email], #contactform input[type=url], #contactform input[type=tel], #contactform input[type=number], #contactform input[type=range], #contactform input[type=date], #contactform textarea, #contactform input.text {
  background: #fff;
  border: 1px solid #e3e3e3;
  color: inherit;
  padding: 12px 15px;
  display: block;
  font-size: 16px !important;
  margin: 10px 0 10px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none !important;
}
#contactform .selection-box {
  display: block;
  position: relative;
  background-color: #fff;
  background-image: url(images/select-box.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #e3e3e3;
  color: #808080;
  cursor: pointer;
  display: block;
  height: 50px;
  margin: 10px 0;
  padding: 0 10px;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#contactform .selection-box::before, #contactform .selection-box::after {
  content: "";
  pointer-events: none;
  position: absolute;
}
#contactform .selection-box::before {
  z-index: 1;
  right: 20px;
  top: 3px;
  bottom: 0;
  height: 0;
  margin: auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.2);
}
#contactform .selection-box::after {
  width: 48px;
  height: 47px;
  right: 0px;
  top: 1px;
  border-left: 1px solid #e3e3e3;
  background: #fff;
}
#contactform .selection-box select {
  background: #fff;
  display: block;
  padding: 12px 0;
  width: 100%;
  box-sizing: border-box;
}
#contactform .selection-box select:focus {
  outline: none;
}
#contactform .selection-box.inline {
  display: inline-block;
  width: auto;
  min-width: 120px;
  margin-right: 5px;
  margin-left: 5px;
}
#contactform .btns {
  text-align: center;
}
#contactform input[type=submit] {
  display: inline-block;
  padding: 15px 3em;
  font-size: 1.4rem;
  background: #a3ca53;
  color: #fff;
  cursor: pointer;
}
#contactform span.wpcf7-not-valid-tip,
#contactform span.error {
  font-size: 1em;
  display: block;
  background: #ffb0af;
  border: 1px solid #ff7b79;
  color: #cc0000;
  left: 0;
  padding: 4px 10px;
  position: relative;
  top: 0;
  font-size: 1.4rem;
}
#contactform span.wpcf7-not-valid-tip:before,
#contactform span.error:before {
  content: "";
  background-image: url(images/error-arrow.png);
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  left: 14px;
  top: -6px;
  height: 6px;
  width: 16px;
}
#contactform.border .row {
  padding-bottom: 2em;
  border-bottom: #ddd 1px dashed;
}
#contactform .half {
  width: 50%;
}
#contactform .narrow {
  width: 25%;
}
#contactform .row-box {
  padding: 1em;
  margin-bottom: 0.5em;
  background: #f8f8f8;
}
#contactform .row-box .flx {
  display: flex;
}
#contactform .row-box .flx .item {
  width: 35%;
  margin-right: 2%;
}
#contactform .row-box .flx .item:nth-child(3n) {
  margin-right: 0;
  width: 15%;
}
#contactform .table .th {
  width: 30px;
  text-align: center;
  vertical-align: middle;
}
#contactform .table .td {
  padding-left: 1.5em;
}
#contactform .pdn-row {
  padding: 1.5em;
  border: #d0d0d0 1px solid;
  margin-bottom: 2.5em;
  background: #eeffff;
  color: #fe9e4e;
  font-weight: 400;
}
#contactform .md-timeline {
  margin-bottom: 4.5em;
}
#contactform ul.circle {
  font-size: 1.4rem;
  padding-left: 2.5em;
}
#contactform input[type=file] {
  font-size: 1.4rem;
}

span.req {
  display: inline-block;
  margin-left: 8px;
  color: red;
  font-size: 1.2rem;
}

.mwform-checkbox-field {
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  border: #d0d0d0 3px solid;
  box-sizing: border-box;
  min-width: 225px;
  margin-top: 1em;
  margin-right: 10px;
  background: #fff;
}
.mwform-checkbox-field span {
  font-size: 1.4rem;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.content-header {
  text-align: center;
  margin-bottom: 3em;
}
.content-header-inner {
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
}
.content-header-inner .en {
  color: #35426e;
  margin-left: 1.2em;
  font-size: 1.8rem;
}
.content-header-inner .content-ttl {
  font-size: 3.6rem;
  color: #fe9e4e;
  font-weight: 400;
  margin-left: 1em;
}
.content-header-inner .excerpt {
  font-size: 1.8rem;
}

.styled-tbl {
  width: 100%;
  border-spacing: 0;
}
.styled-tbl a {
  color: #fe9e4e;
  text-decoration: underline;
}
.styled-tbl th,
.styled-tbl td {
  text-align: left;
  padding: 1.5em;
}
.styled-tbl th {
  border-bottom: solid 2px #fe9e4e;
  min-width: 200px;
}
.styled-tbl td {
  border-bottom: solid 2px #ddd;
}
.styled-tbl dl {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.styled-tbl dl dt {
  width: 7em;
}
.styled-tbl dl dd {
  width: calc(100% - 7em);
}

#page-terms .styled-tbl {
  margin-bottom: 5em;
}

.price-table-block {
  padding: 50px;
  background-color: #a3ca53;
  border-radius: 15px;
}
.price-table-block-ttl {
  text-align: center;
  font-size: 1.8rem;
  padding: 1em;
  color: #fff;
  background: #35426e;
}
.price-table-block th,
.price-table-block td {
  position: relative;
  text-align: center;
  vertical-align: middle;
  padding: 1em;
  border: #d0d0d0 1px dashed;
}
.price-table-block th {
  background: #F5FAFC;
}
.price-table-block td span {
  font-size: 3.2rem;
  font-weight: 700;
  color: #a3ca53;
}
.price-table-block td span.cred {
  font-size: inherit;
  font-weight: 400;
  color: red;
}

.md-price-example {
  margin-top: 6em;
  padding: 4em 2.5em 2.5em 2.5em;
  border-radius: 15px;
  background: #f4f4f4;
  position: relative;
}
.md-price-example .ban-header {
  text-align: center;
  margin-top: -6em;
  margin-bottom: 2.5em;
}
.md-price-example .ban-header .ban-ttl {
  display: inline-block;
  font-size: 2.4rem;
  padding: 0.5em 2.5em;
  background: #35426e;
  border-radius: 10px;
  color: #fff;
}
.md-price-example .lead {
  margin-bottom: 2.5em;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
}
.md-price-example .lead .lead-ttl {
  font-size: 1.4rem;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
  background: #fe9e4e;
  margin-right: 0.5em;
}
.md-price-example .lead .price {
  font-size: 2.8rem;
  font-weight: 900;
  color: #fe9e4e;
  letter-spacing: 0.07em;
}
.md-price-example .item {
  font-size: 1.8rem;
  font-weight: 700;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.md-price-example .item:not(:last-child) {
  margin-bottom: 1.5em;
}
.md-price-example .item .icon-ttl {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.md-price-example .item .icon-ttl .icon {
  width: 40px;
  margin-right: 10px;
}
.md-price-example .item .icon-ttl .ttl span {
  font-size: 2.4rem;
}
.md-price-example .item .divider {
  width: 60px;
  height: 1px;
  border-bottom: #333333 1px dashed;
}
.md-price-example .item .txt .excerpt .total {
  font-size: 3.6rem;
  letter-spacing: 0.07em;
  font-weight: 900;
  color: #fe9e4e;
}
.md-price-example .notice {
  font-size: 1.8rem;
  text-align: right;
  font-weight: 700;
}

.bg-pt3 {
  background: url(images/bg_dot_small.svg) repeat;
  background-size: 8px;
}

.custom-wrap {
  padding: 0 5%;
  background: #FAF7EC;
}
.custom-wrap.pdb {
  padding-bottom: 6em;
}

#custom-hero {
  height: 650px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  background: #fff;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-hero .box {
  width: 100%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
}
#custom-hero .custom-hero-ttl {
  font-weight: 700;
  font-size: 6rem;
  letter-spacing: 0.07em;
  text-align: center;
}
#custom-hero .custom-hero-sub {
  margin-bottom: 2.4em;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
#custom-hero .flex {
  list-style: none;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#custom-hero .flex li {
  width: 180px;
  height: 180px;
  background: #FFF068;
  text-align: center;
  font-size: 1.4rem;
  margin: 0 5px;
  border-radius: 50%;
  line-height: 1.4;
  box-sizing: border-box;
  padding-top: 1.8em;
}
#custom-hero .flex li strong {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 8px;
}

#custom-nav .flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#custom-nav .flex li a {
  display: block;
  padding: 1.5em 2.5em;
  border-right: #d0d0d0 1px solid;
}
#custom-nav .flex li a:hover {
  background: #35426e;
  color: #fff;
}
#custom-nav .flex li:nth-child(4) a {
  border-right: none;
}
#custom-nav .flex li:last-child a {
  border-right: none;
  background: #fe9e4e;
  color: #fff;
  border-radius: 5px;
  position: relative;
}
#custom-nav .flex li:last-child a::after {
  position: absolute;
  width: 6px;
  height: 11px;
  background: url(images/icon_chevron_white.png) no-repeat 0 0;
  content: "";
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
#custom-nav .flex li:last-child a:hover {
  background: #35426e;
}

.round {
  border-radius: 30px;
  background: #fff;
}
.round .round-inner {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.md-merit {
  margin-bottom: 6em;
}
.md-merit .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-merit .flex .item {
  width: 30%;
}
.md-merit .flex .item .thumb {
  width: 250px;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}
.md-merit .flex .item .ttl {
  font-size: 2.1rem;
  text-align: center;
  margin-bottom: 1.5em;
}
.md-merit .flex .item .excerpt {
  text-align: center;
}

.md-merit-2 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.md-merit-2 .flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-bottom: 2em;
}
.md-merit-2 .flex .item {
  width: 250px;
  margin: 0 10px;
}
.md-merit-2 .excerpt {
  text-align: center;
}

#side-btn-supporter {
  width: 70px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#side-btn-supporter .item:not(:last-child) {
  margin-bottom: 10px;
}

p.narrow {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.md-testimonials .more-btns {
  width: 300px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #fe9e4e;
  color: #fff;
  border-radius: 45px;
  margin-left: auto;
  margin-right: auto;
}
.md-testimonials .hidden-rows {
  display: none;
}

.sub-content-lead {
  text-align: center;
  margin-bottom: 3.5em;
}
.sub-content-lead span {
  display: inline-block;
  padding: 0.5em 3.5em;
  line-height: 1;
  border-radius: 45px;
  background: #f0f0f0;
  font-size: 2.1rem;
}

#supporter-outline .more {
  text-align: center;
  margin-bottom: 6em;
}
#supporter-outline .more .btn-more {
  height: 60px;
  line-height: 60px;
}

.md-supporter-flow .row:not(:last-child) {
  margin-bottom: 3.5em;
  padding-bottom: 3.5em;
  border-bottom: #fff 1px solid;
}
.md-supporter-flow .row .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-supporter-flow .row .flex .thumb {
  position: relative;
  width: 250px;
}
.md-supporter-flow .row .flex .thumb span {
  width: 71px;
  height: 71px;
  color: #fff;
  font-size: 3.8rem;
  line-height: 60px;
  position: absolute;
  left: 8px;
  top: -5px;
  background: url(images/icon_ribbon.png) no-repeat 0 0;
  text-align: center;
}
.md-supporter-flow .row .flex .txt {
  width: calc(100% - 300px);
}
.md-supporter-flow .row .flex .txt .ttl {
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
.md-supporter-flow .row .flex .txt .more {
  margin-top: 2.5em;
}
.md-supporter-flow .more {
  text-align: center;
}

#supporter-banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(images/23979670_m_blur.jpg);
  position: relative;
}
#supporter-banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.65);
  content: "";
}
#supporter-banner .min {
  position: relative;
}
#supporter-banner .ttl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 400;
}
#supporter-banner .lead {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1em;
}
#supporter-banner .logo {
  text-align: center;
  margin-bottom: 3em;
}
#supporter-banner .logo img {
  max-width: 400px;
}
#supporter-banner .btns .flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
#supporter-banner .btns .flex .item {
  margin: 0 1em;
}
#supporter-banner .btns .flex .item.contact .btn-more {
  background: #FFF068;
  color: #333333;
}
#supporter-banner .btns .flex .item.contact .btn-more:hover {
  color: #fff;
}
#supporter-banner .btns .flex .item .btn-more {
  font-size: 1.8rem;
  height: 55px;
  line-height: 55px;
}
#supporter-banner .btns .flex .item .btn-more:hover {
  background: #35426e;
}

.price-box {
  background: #FAF7EC;
  padding: 2.5em;
  border-radius: 15px;
  margin-bottom: 3.5em;
}
.price-box .lead {
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  margin-bottom: 1em;
}
.price-box .lead span {
  font-size: 4rem;
  font-weight: 700;
  color: #fe9e4e;
}
.price-box .excerpt {
  text-align: center;
}

.menu-trigger {
  display: block;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  background: #fe9e4e;
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 20px;
  width: 40px;
  height: 2px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 26px;
}
.menu-trigger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 25px;
}

.menu-trigger.active span {
  background-color: #fff;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(13px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  display: none;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-14px) rotate(45deg);
}

.for-sp {
  display: none !important;
}

@media (max-width: 1366px) {
  body {
    padding-top: 100px;
  }
  .wide {
    max-width: 90%;
  }
  #top {
    width: 100%;
    height: 80px;
    padding-top: 0;
    margin-bottom: 0;
  }
  #top .navi {
    display: none;
  }
  #top .inner {
    max-width: 100%;
    height: 80px;
    line-height: 80px;
  }
  #top .flex-wrap {
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  #top .flex-wrap .logo {
    width: 300px;
    box-sizing: border-box;
    padding-left: 40px;
  }
  #top .flex-wrap .btns {
    /*width: calc(100% - 320px);*/
    width: auto;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin-right: 100px;
  }
  #top .flex-wrap .btns .btn1 {
    order: 1;
    margin-bottom: 0;
  }
  #top .flex-wrap .btns .btn2 {
    order: 2;
    margin-bottom: 0;
  }
  #top .flex-wrap .btns .btn3 {
    order: 4;
  }
  #top .flex-wrap .btns .btn3 a span.top {
    display: none;
  }
  #top .flex-wrap .btns .btn4 {
    order: 3;
    padding-top: 0;
  }
  #top .flex-wrap .btns .btn1,
  #top .flex-wrap .btns .btn2,
  #top .flex-wrap .btns .btn4 {
    width: auto;
    display: inline-block;
    margin-right: 1em;
  }
  #top .flex-wrap .btns .btn1 a,
  #top .flex-wrap .btns .btn2 a,
  #top .flex-wrap .btns .btn4 a {
    width: 40px;
    border-radius: 50%;
    line-height: 37px;
  }
  #top .flex-wrap .btns .btn1 span,
  #top .flex-wrap .btns .btn2 span,
  #top .flex-wrap .btns .btn4 span {
    display: none;
  }
  #top .flex-wrap .btns .btn1 img,
  #top .flex-wrap .btns .btn2 img,
  #top .flex-wrap .btns .btn4 img {
    margin-right: 0;
  }
  #top .flex-wrap .btns .btn3 {
    width: auto;
  }
  #top .flex-wrap .btns .btn3 a {
    display: block;
    width: 40px;
    height: 40px;
    border: #fe9e4e 1px solid;
    border-radius: 50%;
  }
  #top .flex-wrap .btns .btn3 a span.bottom {
    display: block;
  }
  #top .flex-wrap .btns .btn3 a span.bottom span {
    display: none;
  }
  #top .flex-wrap .btns .btn3 a span.bottom img {
    margin-right: 0;
    width: 15px;
  }
  .fixed_navi {
    display: none !important;
  }
  #hero .inner {
    left: 3em;
  }
  #index-area {
    background: #fff url(images/illust_map.png) no-repeat left top;
  }
}
@media (max-width: 1086px) {
  .inner,
  .min {
    max-width: 90%;
  }
  .scpd {
    padding: 3em 0;
  }
  #hero {
    height: auto;
  }
  #hero .inner {
    left: 5%;
    width: auto;
  }
  #hero .left .baloon {
    margin-left: 0;
    width: 200px;
  }
  #hero .left .ttl {
    width: 300px;
  }
  #hero .right {
    /*top: 0;*/
    right: 0;
    width: 120px;
  }
  #hero .news {
    display: none;
  }
  .md-service-list .flex-wrap .item .txt ul li {
    font-size: 1.3rem;
  }
  .md-service-list .flex-wrap .item .txt ul li::before {
    width: 12px;
    height: 12px;
  }
  .md-service-list .flex-wrap .item .txt .thumb.flex {
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .md-service-list .flex-wrap .item .txt .thumb.flex img {
    display: block;
    width: 50%;
  }
  #index-area .txt {
    padding: 1.5em 2em;
    margin-top: 10em;
    background: rgba(255, 255, 255, 0.75);
  }
  #index-book .box .flex .txt .ttl {
    font-size: 2.8rem;
  }
  #hero {
    margin-bottom: 0;
  }
}
@media (max-width: 812px) {
  #index-plg .bg {
    padding: 3em 0;
  }
  #index-plg .top .flex .txt .ttl {
    font-size: 2rem;
  }
  #index-plg .middle {
    padding-bottom: 0;
  }
  #index-plg .middle .lead {
    font-size: 2.4rem;
  }
  #index-plg .bottom {
    margin-top: 4.5em;
  }
  #index-plg .bottom .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #index-plg .bottom .flex .logo,
  #index-plg .bottom .flex .txt {
    width: 100%;
    text-align: center;
  }
  #index-plg .bottom .flex .logo {
    max-width: 300px;
  }
  #index-phylosophy .inner .box {
    width: 65%;
  }
  #index-phylosophy .inner .box .ttl {
    font-size: 2.4rem;
  }
  #index-phylosophy .inner .box ul li {
    font-size: 1.6rem;
  }
  .big-header-ttl {
    background: rgba(255, 255, 255, 0.75);
  }
  .price-tables .balloon {
    width: 180px;
    right: -50px;
  }
  .default-header .default-ttl {
    font-size: 2rem;
  }
  .md-testimonials .row .flex .thumb {
    width: 120px;
  }
  .md-testimonials .row .flex .txt {
    width: calc(100% - 180px);
    padding: 1em 1.5em;
  }
  .md-testimonials .row .flex .txt .ttl {
    font-size: 2rem;
  }
  .md-testimonials .row .flex .txt::before {
    bottom: inherit;
    top: 15%;
  }
  .md-supporter .ttl {
    font-size: 3.2rem;
  }
  .md-supporter .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .md-supporter .flex .item:not(:last-child) {
    margin-bottom: 0.5em;
  }
  #index-contact .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  #index-contact .flex .item:not(:last-child) {
    margin-bottom: 0.5em;
  }
  #site-footer .flex-wrap {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #site-footer .flex-wrap .contact,
  #site-footer .flex-wrap .navi,
  #site-footer .flex-wrap .sns {
    width: 100%;
  }
  #site-footer .flex-wrap .contact,
  #site-footer .flex-wrap .navi {
    margin-bottom: 2em;
  }
  #site-footer .flex-wrap .navi .flex li {
    width: 100%;
  }
  #site-footer .flex-wrap .sns .flex {
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  #site-footer .flex-wrap .sns .flex li:not(:last-child) {
    margin-right: 1em;
  }
  #site-footer .footer-bottom .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #site-footer .footer-bottom .flex .links,
  #site-footer .footer-bottom .flex .address {
    width: 100%;
  }
  #site-footer .footer-bottom .flex .links {
    margin-bottom: 1.5em;
  }
  #hero .hero-slider-wrap .slick-dots {
    bottom: 0;
  }
  #side-btn-supporter {
    display: none;
  }
  #custom-hero {
    height: 350px;
  }
  #custom-hero .box {
    transform: unset;
    top: inherit;
    bottom: 5%;
    left: 5%;
    width: auto;
  }
  #custom-hero .custom-hero-ttl {
    font-size: 3.2rem;
  }
  #custom-hero .custom-hero-sub {
    font-size: 1.4rem;
  }
  #custom-hero .flex li {
    font-size: 1.2rem;
    width: 120px;
    height: 120px;
    padding-top: 1.3em;
  }
  #custom-hero .flex li strong {
    font-size: 1.6rem;
  }
  #custom-nav .flex li a {
    font-size: 1.2rem;
    padding: 1em 1.5em;
  }
  .md-merit .flex .item .thumb {
    width: 100%;
    margin-bottom: 1em;
  }
  .md-merit .flex .item .ttl {
    font-size: 1.6rem;
  }
  .md-merit .flex .item .excerpt {
    font-size: 1.4rem;
  }
  .md-supporter-flow .row .flex .thumb {
    width: 200px;
  }
  .md-supporter-flow .row .flex .thumb span {
    left: -35px;
    top: -20px;
  }
  .md-supporter-flow .row .flex .txt .ttl {
    font-size: 2rem;
  }
  .md-supporter-flow .row .flex .txt .excerpt {
    font-size: 1.4rem;
  }
  body.opened #top {
    display: block;
  }
}
@media (max-width: 480px) {
  body {
    padding-top: 50px;
  }
  .menu-trigger {
    width: 45px;
    height: 45px;
  }
  .menu-trigger span {
    left: 12px;
    width: 25px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 16px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 15px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(5px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  #top {
    height: 45px !important;
  }
  #top .inner {
    height: 45px !important;
    line-height: 45px !important;
  }
  #top .flex-wrap .logo {
    padding-left: 10px !important;
    width: 150px !important;
  }
  #top .flex-wrap .btns {
    margin-right: 50px !important;
  }
  #top .flex-wrap .btns .btn1,
  #top .flex-wrap .btns .btn2,
  #top .flex-wrap .btns .btn3,
  #top .flex-wrap .btns .btn4 {
    width: 30px !important;
    height: 30px !important;
    margin-right: 5px !important;
  }
  #top .flex-wrap .btns .btn1 a,
  #top .flex-wrap .btns .btn2 a,
  #top .flex-wrap .btns .btn3 a,
  #top .flex-wrap .btns .btn4 a {
    width: 30px !important;
    height: 30px !important;
    line-height: 27px !important;
  }
  #top .flex-wrap .btns .btn1 a img,
  #top .flex-wrap .btns .btn2 a img,
  #top .flex-wrap .btns .btn3 a img,
  #top .flex-wrap .btns .btn4 a img {
    width: 15px !important;
  }
  #top .flex-wrap .btns .btn3 a span.bottom {
    font-size: inherit !important;
  }
  #hero .inner {
    top: inherit;
    bottom: 4em;
    width: 100%;
    transform: unset;
  }
  #hero .inner .left .baloon {
    margin-left: 0;
    margin-bottom: 0em;
    width: 170px;
  }
  #hero .inner .left .ttl {
    width: 70%;
  }
  #hero .right {
    width: 100px;
    top: inherit;
    bottom: 5em;
    transform: unset;
  }
  #hero .hero-slider-wrap .slick-dots {
    bottom: -10px;
  }
  #index-plg {
    padding-top: 0;
  }
  #index-plg .bg {
    padding-top: 1.5em;
  }
  #index-plg .top {
    margin-bottom: 2em;
  }
  #index-plg .top .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #index-plg .top .flex .thumb {
    margin-bottom: 1em;
  }
  #index-plg .top .flex .txt .ttl {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
  #index-plg .top .flex .txt .excerpt {
    font-size: 1.4rem;
  }
  #index-plg .middle {
    margin-bottom: 0;
  }
  #index-plg .middle .lead {
    font-size: 2rem;
    margin-bottom: 1.5em;
  }
  #index-plg .middle .flex {
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  #index-plg .middle .flex li {
    width: 45%;
    margin-left: 0;
    margin-right: 0;
  }
  #index-plg .bottom {
    margin-top: 2.5em;
  }
  #index-plg .bottom .excerpt {
    font-size: 1.4rem;
    text-align: left;
  }
  #index-plg .bottom .flex {
    margin-bottom: 1.5em;
  }
  #index-plg .bottom .flex .txt {
    font-size: 2.8rem;
  }
  #index-plg .bottom .flex .txt span {
    font-size: 2rem;
  }
  #index-phylosophy {
    padding: 2.5em 0;
    position: relative;
    background: url(images/24198817_m.jpg) no-repeat center center;
    background-size: cover;
  }
  #index-phylosophy::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    top: 0;
    left: 0;
  }
  #index-phylosophy .inner .box {
    width: 100%;
  }
  .default-header {
    margin-bottom: 2em;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .md-service-list .flex-wrap {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-service-list .flex-wrap .item {
    width: 100% !important;
    margin-bottom: 1.5em;
  }
  .md-service-list .flex-wrap .item .txt ul li {
    width: 50% !important;
  }
  .big-header-ttl {
    left: 0;
    font-size: 2.4rem;
    top: inherit;
    transform: unset;
    bottom: 2em;
  }
  .big-header.reverse .big-header-ttl {
    position: absolute;
  }
  .md-thumb-txt-list .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-thumb-txt-list .flex .item {
    width: 100%;
  }
  .md-thumb-txt-list .flex .item:not(:last-child) {
    margin-bottom: 2.5em;
  }
  .md-thumb-txt-list .flex .item .thumb {
    margin-bottom: 1em;
  }
  .md-thumb-txt-list .flex .item .excerpt {
    font-size: 1.4rem;
  }
  .md-thumb-txt-list-cols {
    margin-bottom: 0;
  }
  .md-thumb-txt-list-cols .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-thumb-txt-list-cols .flex .item {
    width: 100%;
  }
  .md-thumb-txt-list-cols .flex .item .thumb {
    text-align: center;
  }
  .md-thumb-txt-list-cols .flex .item .excerpt {
    max-width: 300px;
    font-size: 1.4rem;
  }
  .price-tables .balloon {
    top: -185px;
    right: -30px;
  }
  .price-tables .options {
    margin-bottom: 2.5em;
  }
  .price-tables .example {
    margin-bottom: 2.5em;
  }
  .price-tables .example .ttl {
    font-size: 1.8rem;
  }
  .price-tables .example .txt {
    padding: 1em;
  }
  .btn-more {
    width: 100%;
    font-size: 1.4rem;
  }
  #index-area {
    height: auto;
    background-position: center center;
    background-size: cover;
    padding: 0;
    height: 426px;
    position: relative;
  }
  #index-area .inner {
    height: 100%;
    position: relative;
  }
  #index-area .txt {
    position: absolute;
    top: 1em;
    left: 0;
    margin: 0;
    float: none;
    padding: 1em;
  }
  #index-area .txt .ttl {
    font-size: 1.8rem;
    margin-bottom: 0.5em;
  }
  #index-area .txt .excerpt {
    font-size: 1.4rem;
  }
  #index-area .txt .more span {
    font-size: 1.2rem;
  }
  #index-testimonials .box {
    top: -20px;
  }
  #index-testimonials .box .inner {
    padding: 2.5em 1.5em;
  }
  #index-testimonials .row {
    margin-bottom: 2.5em;
  }
  #index-testimonials .row .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #index-testimonials .row .flex .txt {
    width: 100%;
    order: 2;
  }
  #index-testimonials .row .flex .txt::before {
    display: none;
  }
  #index-testimonials .row .flex .txt .ttl {
    font-size: 1.8rem;
  }
  #index-testimonials .row .flex .txt .excerpt {
    font-size: 1.4rem;
  }
  #index-testimonials .row .flex .thumb {
    margin-left: auto;
    margin-right: auto;
    order: 1;
    margin-bottom: 1em;
  }
  .md-flow .flex .item {
    width: 100%;
    margin-right: 0 !important;
  }
  .md-flow .flex .item:nth-child(3n)::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -32px;
    content: "";
    width: 13px;
    height: 22px;
    background: url(images/icon_chevron_flow.png) no-repeat 0 0;
  }
  .md-flow .flex .item:not(:last-child)::before {
    top: inherit;
    transform: unset;
    right: 0;
    left: 0;
    bottom: -40px;
    margin: auto;
    background-image: url(images/icon_chevron_navi.png);
    display: block;
    width: 22px;
    height: 13px;
  }
  .md-flow .flex .item .thumb {
    text-align: center;
  }
  #index-book .box {
    padding: 1.5em 2em;
  }
  #index-book .box .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #index-book .box .flex .txt,
  #index-book .box .flex .thumb {
    width: 100%;
  }
  #index-book .box .flex .txt {
    margin-bottom: 2em;
  }
  #index-book .box .flex .txt .ttl {
    font-size: 2.1rem;
  }
  .md-supporter {
    padding: 3em 0;
    background-position: left center;
  }
  .md-supporter .flex {
    margin-bottom: 1.5em;
  }
  .md-supporter .flex .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.8rem;
  }
  .md-supporter .flex .item a {
    width: 100%;
  }
  .md-supporter .flex .item a span {
    left: 1em;
  }
  .md-supporter .merit {
    padding: 1.5em 2em;
  }
  .md-supporter .merit::after {
    display: none;
  }
  .md-supporter .merit .lead {
    text-align: center;
    line-height: 1.4;
    font-size: 2rem;
  }
  .for-sp {
    display: block !important;
  }
  .for-pc {
    display: none !important;
  }
  #index-contact .lead {
    font-size: 1.4rem;
  }
  #index-contact .flex .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #index-contact .flex .item a {
    display: block;
    width: 100%;
  }
  #index-contact .flex .item a span {
    left: 1em !important;
  }
  #sub-hero {
    height: 300px;
  }
  #sub-hero .sub-hero-ttl {
    font-size: 2.8rem;
  }
  #sub-hero .sub-hero-ttl span {
    font-size: 1.4rem;
  }
  .breadcrumbs {
    padding: 0.5em 0;
  }
  .breadcrumbs ol li a {
    font-size: 1.2rem;
  }
  .price-table-block {
    padding: 15px;
    font-size: 1.2rem;
  }
  #subpage #index-testimonials .box {
    top: 20px;
  }
  .styled-tbl {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  .styled-tbl tbody,
  .styled-tbl tr,
  .styled-tbl th,
  .styled-tbl td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }
  .styled-tbl th,
  .styled-tbl td {
    padding: 0.5em 0;
  }
  .sentry {
    font-size: 1.4rem;
  }
  .sentry h2, .sentry h3, .sentry h4, .sentry h5, .sentry h6 {
    font-size: 1.8rem;
  }
  #contactform .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #contactform .flex .item {
    width: 100%;
  }
  #contactform .mwform-radio-field {
    display: block;
  }
  .md-service-list .flex-wrap .item .ttl {
    font-size: 1.8rem;
  }
  .price-table-block th, .price-table-block td {
    padding: 0.5em;
  }
  .price-table-block-ttl {
    font-size: 1.2rem;
    padding: 0.5em;
  }
  #custom-hero {
    height: 300px;
  }
  #custom-hero .box {
    padding-top: 5em;
    position: inherit;
    bottom: inherit;
    left: inherit;
  }
  #custom-hero .custom-hero-ttl {
    font-size: 2.4rem;
  }
  #custom-hero .custom-hero-sub {
    font-size: 1.2rem;
    margin-bottom: 1em;
  }
  #custom-hero .flex li {
    font-size: 1.1rem;
    width: 110px;
    height: 110px;
  }
  #custom-hero .flex li strong {
    font-size: 1.4rem;
  }
  #custom-nav .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  #custom-nav .flex li {
    width: 49%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 5px;
  }
  #custom-nav .flex li a {
    border: none;
  }
  #custom-nav .flex li:not(:last-child) a {
    border: #d0d0d0 1px solid;
    border-radius: 3px;
  }
  #custom-nav .flex li:last-child {
    width: 100%;
    margin-top: 1em;
  }
  .md-merit .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-merit .flex .item {
    width: 100%;
  }
  .md-merit .flex .item:not(:last-child) {
    margin-bottom: 2em;
  }
  .md-merit .flex .item .thumb {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .md-merit-2 .excerpt {
    font-size: 1.4rem;
  }
  #supporter-testimonials .excerpt {
    font-size: 1.4rem;
  }
  .md-testimonials .row {
    margin-bottom: 2.5em;
  }
  .md-testimonials .row .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-testimonials .row .flex .txt,
  .md-testimonials .row .flex .thumb {
    width: 100%;
  }
  .md-testimonials .row .flex .thumb {
    order: 1;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 1em;
  }
  .md-testimonials .row .flex .txt {
    order: 2;
  }
  .md-testimonials .row .flex .txt::before {
    display: none;
  }
  .sub-content-lead span {
    font-size: 1.8rem;
  }
  #supporter-outline p.narrow {
    font-size: 1.4rem;
  }
  #supporter-outline .more {
    margin-bottom: 3em;
  }
  .price-box {
    padding: 1.5em;
  }
  .price-box .lead {
    font-size: 1.4rem;
  }
  .price-box .lead span {
    font-size: 2.4rem;
  }
  .price-box .excerpt {
    font-size: 1.2rem;
  }
  .supporter-flow p.narrow {
    font-size: 1.4rem;
  }
  .md-supporter-flow .row:not(:last-child) {
    margin-bottom: 2.5em;
  }
  .md-supporter-flow .row .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-supporter-flow .row .flex .thumb,
  .md-supporter-flow .row .flex .txt {
    width: 100%;
  }
  .md-supporter-flow .row .flex .thumb {
    margin-bottom: 1.5em;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  #supporter-banner {
    background-attachment: unset;
  }
  #supporter-banner .ttl {
    font-size: 2rem;
  }
  #supporter-banner .lead {
    font-size: 1.6rem;
  }
  #supporter-banner .btns .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #supporter-banner .btns .flex .item {
    width: 100%;
    margin: 0;
  }
  #supporter-banner .btns .flex .item:not(:last-child) {
    margin-bottom: 5px;
  }
  #supporter-banner .btns .flex .item .btn-more {
    font-size: 1.4rem;
  }
  #top.is_fixed .flex-wrap .btns {
    width: auto;
  }
}/*# sourceMappingURL=style.css.map */