@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/* line 9, ../sass/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 31, ../sass/_reset.scss */
body {
  line-height: 1;
}

/* line 35, ../sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 40, ../sass/_reset.scss */
nav ul {
  list-style: none;
}

/* line 44, ../sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 48, ../sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 54, ../sass/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 63, ../sass/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 70, ../sass/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 77, ../sass/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 81, ../sass/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 86, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 92, ../sass/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 101, ../sass/_reset.scss */
input, select {
  vertical-align: middle;
}

/*common.scss*/
/*css調整*/
/* line 101, ../sass/_common.scss */
button {
  font-weight: normal;
}

/* line 106, ../sass/_common.scss */
body {
  font-size: 62.5%;
  margin: 0px;
  font-weight: 500;
  overflow-x: hidden;
  font-family: 'Noto Sans JP', "メイリオ", sans-serif;
}
@media screen and (max-width: 1040px) {
  /* line 106, ../sass/_common.scss */
  body {
    overflow-x: auto;
    width: 1040px;
  }
}
@media screen and (max-width: 1040px) {
  /* line 106, ../sass/_common.scss */
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

/* line 125, ../sass/_common.scss */
.yu-mincho {
  font-family: YuMincho, "Yu Mincho", serif !important;
}
@media screen and (max-width: 1040px) {
  /* line 125, ../sass/_common.scss */
  .yu-mincho {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
  }
}

/* line 132, ../sass/_common.scss */
.hiragino-font {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
}

/* line 137, ../sass/_common.scss */
img {
  vertical-align: bottom;
}

/* line 141, ../sass/_common.scss */
.bold {
  font-weight: bold;
}

/* line 145, ../sass/_common.scss */
.clear {
  clear: both;
}

/* line 149, ../sass/_common.scss */
#body {
  margin: 0px;
}
@media screen and (max-width: 1040px) {
  /* line 149, ../sass/_common.scss */
  #body {
    margin-top: 40px;
  }
}

/* line 156, ../sass/_common.scss */
a {
  text-decoration: none;
  cursor: pointer;
  color: #00BAFF;
}
/* line 160, ../sass/_common.scss */
a:hover {
  opacity: 0.6;
}
/* line 163, ../sass/_common.scss */
a.no-hover:hover {
  opacity: 1.0;
}

/* line 168, ../sass/_common.scss */
#main {
  border: none;
}

/* line 172, ../sass/_common.scss */
#header-in, #navi-in, #body-in, #footer-in {
  width: 100%;
}

/* line 175, ../sass/_common.scss */
html {
  margin-top: 0px !important;
}

/* line 179, ../sass/_common.scss */
.clear {
  clear: both;
}

/* line 183, ../sass/_common.scss */
.align-item {
  align-items: center;
}

/* line 187, ../sass/_common.scss */
.text-center {
  text-align: center;
}

@media screen and (max-width: 1040px) {
  /* line 191, ../sass/_common.scss */
  .only-pc {
    display: none !important;
  }
}

/* line 197, ../sass/_common.scss */
.only-sp {
  display: none;
}
@media screen and (max-width: 1040px) {
  /* line 197, ../sass/_common.scss */
  .only-sp {
    display: block !important;
  }
}

/* line 204, ../sass/_common.scss */
.only-tablet {
  display: none;
}
@media screen and (max-width: 1040px) {
  /* line 204, ../sass/_common.scss */
  .only-tablet {
    display: block;
  }
}

/* line 211, ../sass/_common.scss */
.only-pc-is-slick {
  display: block !important;
}
@media screen and (max-width: 1040px) {
  /* line 211, ../sass/_common.scss */
  .only-pc-is-slick {
    display: none !important;
  }
}

/* line 218, ../sass/_common.scss */
.only-sp-is-slick {
  display: none !important;
}
@media screen and (max-width: 1040px) {
  /* line 218, ../sass/_common.scss */
  .only-sp-is-slick {
    display: block !important;
  }
}

/* line 228, ../sass/_common.scss */
.animated {
  opacity: 0;
  /* ５秒かけてアニメーションする */
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* line 235, ../sass/_common.scss */
h1, h2, h3, h4, h5, p, div, a, ul, li, ol {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 239, ../sass/_common.scss */
p {
  line-height: 1.5;
  color: #363636;
}

/* Slider */
/* line 3, ../sass/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../sass/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, ../sass/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, ../sass/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, ../sass/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../sass/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, ../sass/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, ../sass/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, ../sass/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, ../sass/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, ../sass/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, ../sass/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, ../sass/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 45, ../sass/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/fonts/slick.eot');
  src: url('/fonts/slick.eot?#iefix') format("embedded-opentype"), url('/fonts/slick.woff') format("woff"), url('/fonts/slick.ttf') format("truetype"), url('/fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 63, ../sass/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 81, ../sass/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 85, ../sass/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 89, ../sass/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 92, ../sass/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, ../sass/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 105, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 109, ../sass/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 111, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, ../sass/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 119, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 123, ../sass/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 125, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, ../sass/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, ../sass/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 146, ../sass/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 154, ../sass/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 166, ../sass/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 168, ../sass/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 172, ../sass/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 189, ../sass/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* line 6, ../sass/main.scss */
body {
  position: relative;
  right: 0;
}
@media screen and (max-width: 1040px) {
  /* line 6, ../sass/main.scss */
  body {
    width: 100%;
    margin-top: 0;
  }
}

/* line 21, ../sass/main.scss */
#body-in {
  width: 100%;
  padding: 0px;
}

/* line 26, ../sass/main.scss */
#breadcrumb {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  /* line 26, ../sass/main.scss */
  #breadcrumb {
    width: 100%;
  }
}

/* line 34, ../sass/main.scss */
#main {
  width: 100%;
  float: left;
  margin-bottom: 0;
  padding: 0px;
}

/* line 43, ../sass/main.scss */
#sidebar {
  width: 300px;
  padding: 0px;
}

/* line 48, ../sass/main.scss */
#page-top {
  z-index: 2;
}
/* line 50, ../sass/main.scss */
#page-top .move-page-top-image {
  width: 40px;
  height: 40px;
}

/* line 55, ../sass/main.scss */
.Inner {
  width: 1100px;
  margin: 0 auto;
  padding: 35px 0;
}
@media screen and (max-width: 1040px) {
  /* line 55, ../sass/main.scss */
  .Inner {
    padding: 30px 15px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* line 66, ../sass/main.scss */
.Title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1040px) {
  /* line 66, ../sass/main.scss */
  .Title {
    margin-bottom: 20px;
  }
}
/* line 75, ../sass/main.scss */
.Title__text {
  font-size: 2.6em;
  font-weight: bold;
}
@media screen and (max-width: 1040px) {
  /* line 75, ../sass/main.scss */
  .Title__text {
    font-size: 1.8em;
  }
}
/* line 82, ../sass/main.scss */
.Title__img {
  height: 26px;
  margin-left: 10px;
}
@media screen and (max-width: 1040px) {
  /* line 82, ../sass/main.scss */
  .Title__img {
    height: 18px;
    margin-left: 5px;
  }
}

/* line 92, ../sass/main.scss */
.BreadCrumbs {
  width: 100%;
  background-color: #F7F7F7;
  border-bottom: 1px solid #DDDDDD;
}
/* line 96, ../sass/main.scss */
.BreadCrumbs__now {
  color: #01499E;
}

/* line 100, ../sass/main.scss */
#breadcrumb {
  padding: 15px 0;
  font-size: 1.2em;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  /* line 100, ../sass/main.scss */
  #breadcrumb {
    padding: 10px 15px;
  }
}
/* line 110, ../sass/main.scss */
#breadcrumb a {
  color: #ACACAC;
}
/* line 112, ../sass/main.scss */
#breadcrumb a i {
  margin-right: 5px;
}

/* line 118, ../sass/main.scss */
.svg-symbol {
  display: none;
}

/* line 122, ../sass/main.scss */
.btn-link {
  display: inline-block;
}
/* line 124, ../sass/main.scss */
.btn-link button {
  border: 1px solid #36C200;
  width: 240px;
  height: 60px;
  color: #696969;
  font-size: 1.6em;
  font-weight: normal;
  position: relative;
  margin-bottom: 0px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
/* line 134, ../sass/main.scss */
.btn-link button .arrow-img {
  width: 20px;
  height: 22px;
  margin-left: 20px;
  margin-right: -10px;
  fill: #696969;
}
/* line 142, ../sass/main.scss */
.btn-link:hover {
  opacity: 1.0;
}
/* line 144, ../sass/main.scss */
.btn-link:hover button {
  background-color: #36C200;
  color: white;
}
/* line 147, ../sass/main.scss */
.btn-link:hover button .arrow-img {
  fill: white;
}

/* line 154, ../sass/main.scss */
.ShadowBox {
  position: relative;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 155, ../sass/main.scss */
.ShadowBox:after {
  width: 100%;
  height: 100%;
  content: '';
  background-image: url("../images/common/bg_stripe.png");
  background-size: 5px 5px;
  background-repeat: repeat;
  background-position: left bottom;
  z-index: 1;
  position: absolute;
  top: 5px;
  left: 5px;
}
/* line 174, ../sass/main.scss */
.ShadowBox__text {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 185, ../sass/main.scss */
.ShadowBox--white .ShadowBox__text {
  background-color: white;
}
/* line 190, ../sass/main.scss */
.ShadowBox--blue .ShadowBox__text {
  background-color: #36C200;
  color: white;
}

/* line 197, ../sass/main.scss */
.Inner {
  margin: 0 auto;
  width: 1100px;
  padding: 35px 0;
}
@media screen and (max-width: 1040px) {
  /* line 197, ../sass/main.scss */
  .Inner {
    width: 100%;
    padding: 35px 15px;
  }
}
@media screen and (max-width: 1040px) {
  /* line 205, ../sass/main.scss */
  .Inner--nopadding-sp {
    padding: 40px 0;
  }
}

/* line 212, ../sass/main.scss */
.bg-gray {
  background-color: #F7F7F7;
}

/* line 216, ../sass/main.scss */
.Main {
  padding: 50px 0;
}
@media screen and (max-width: 1040px) {
  /* line 216, ../sass/main.scss */
  .Main {
    padding: 0;
  }
}

/* line 1, ../sass/_header.scss */
.MobileNav {
  padding: 16px;
  width: 100%;
  display: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  /* line 1, ../sass/_header.scss */
  .MobileNav {
    display: block;
  }
}
/* line 9, ../sass/_header.scss */
.MobileNav__title {
  font-size: 2.0em;
  margin-bottom: 10px;
}
/* line 14, ../sass/_header.scss */
.MobileNav ul {
  margin: 0;
  list-style: disc;
}
/* line 18, ../sass/_header.scss */
.MobileNav li {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
/* line 23, ../sass/_header.scss */
.MobileNav li a {
  display: block;
  text-decoration: underline;
  font-size: 1.4em;
  color: black;
  line-height: 1.5;
}
@media screen and (max-width: 1040px) {
  /* line 30, ../sass/_header.scss */
  .MobileNav li a br {
    display: none;
  }
}

/* line 37, ../sass/_header.scss */
.menu-btn {
  position: absolute;
  top: 35px;
  right: 40px;
  z-index: 102;
  display: none;
}
@media screen and (max-width: 1040px) {
  /* line 37, ../sass/_header.scss */
  .menu-btn {
    right: 0;
    top: 0;
    display: block;
  }
}
/* line 48, ../sass/_header.scss */
.menu-btn.is-fixed {
  position: fixed;
}
@media screen and (max-width: 1040px) {
  /* line 48, ../sass/_header.scss */
  .menu-btn.is-fixed {
    right: 15px;
    top: 22px;
  }
}
/* line 56, ../sass/_header.scss */
.menu-btn--fixed {
  position: fixed;
}
@media screen and (max-width: 1040px) {
  /* line 56, ../sass/_header.scss */
  .menu-btn--fixed {
    right: 0;
    top: 0;
  }
}

/* line 64, ../sass/_header.scss */
.hambarger {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  /* line 64, ../sass/_header.scss */
  .hambarger {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #36C200;
    margin: 0 0 0 auto;
    color: white;
  }
}
/* line 81, ../sass/_header.scss */
.hambarger.animation span {
  transition: all 0.3s;
  transform: rotate(0deg);
}
/* line 85, ../sass/_header.scss */
.hambarger.animation .top {
  transform: translateY(-6px);
}
/* line 88, ../sass/_header.scss */
.hambarger.animation .bottom {
  transform: translateY(6px);
}
/* line 92, ../sass/_header.scss */
.hambarger.animation.is-open .middle {
  background: transparent;
}
/* line 95, ../sass/_header.scss */
.hambarger.animation.is-open .top {
  transform: rotate(-45deg) translateY(0px);
}
/* line 98, ../sass/_header.scss */
.hambarger.animation.is-open .bottom {
  transform: rotate(45deg) translateY(0px);
}
/* line 103, ../sass/_header.scss */
.hambarger span {
  width: 20px;
  height: 3px;
  display: block;
  background: black;
  position: absolute;
  left: 0px;
  top: 7px;
}
@media screen and (max-width: 1040px) {
  /* line 103, ../sass/_header.scss */
  .hambarger span {
    left: 0px;
    top: 7px;
  }
}
/* line 115, ../sass/_header.scss */
.hambarger span .bottom {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
/* line 120, ../sass/_header.scss */
.hambarger span .top {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
/* line 126, ../sass/_header.scss */
.hambarger p {
  margin: 0px;
  font-size: 1.2em;
  position: absolute;
  bottom: -3px;
}

/* line 135, ../sass/_header.scss */
.Header {
  margin: 0 auto;
  padding: 25px 0;
  width: 1100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1140px) {
  /* line 135, ../sass/_header.scss */
  .Header {
    width: 100%;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 1040px) {
  /* line 135, ../sass/_header.scss */
  .Header {
    width: 100%;
    padding: 11px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: white;
  }
}

/* line 158, ../sass/_header.scss */
.HeaderLogo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
/* line 162, ../sass/_header.scss */
.HeaderLogo__logo {
  margin: 0 !important;
  line-height: 1;
  font-size: 1.8em !important;
}
/* line 166, ../sass/_header.scss */
.HeaderLogo__logo a {
  font-size: 1em !important;
}

/* line 171, ../sass/_header.scss */
.HeaderContact {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  /* line 171, ../sass/_header.scss */
  .HeaderContact {
    display: none;
  }
}
/* line 178, ../sass/_header.scss */
.HeaderContact__wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
/* line 182, ../sass/_header.scss */
.HeaderContact__wrap__btn {
  width: 300px;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 190, ../sass/_header.scss */
.HeaderContact__wrap__btn__wrap__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
/* line 196, ../sass/_header.scss */
.HeaderContact__wrap__btn--contact {
  margin-left: 20px;
  background-color: #E2004E;
}
/* line 200, ../sass/_header.scss */
.HeaderContact__wrap__btn--experience {
  background-color: #00BAFF;
}
/* line 203, ../sass/_header.scss */
.HeaderContact__wrap__btn__img {
  width: 23px;
  height: 18px;
  object-fit: contain;
  margin-right: 10px;
}
/* line 209, ../sass/_header.scss */
.HeaderContact__wrap__btn__text {
  font-size: 1.6em;
  color: white;
  font-weight: bold;
}
/* line 214, ../sass/_header.scss */
.HeaderContact__wrap__btn__arrow {
  width: 25px;
  margin-left: 20px;
}
/* line 221, ../sass/_header.scss */
.HeaderContact__box {
  margin-left: 40px;
}
/* line 223, ../sass/_header.scss */
.HeaderContact__box__time {
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}
/* line 233, ../sass/_header.scss */
.HeaderContact__box__phone {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
/* line 237, ../sass/_header.scss */
.HeaderContact__box__phone__img {
  width: 26px;
  margin-right: 23px;
  margin-top: -3px;
}
/* line 242, ../sass/_header.scss */
.HeaderContact__box__phone__text {
  font-size: 2.6em;
  font-weight: bold;
  color: #363636;
}

@media screen and (max-width: 1040px) {
  /* line 252, ../sass/_header.scss */
  .Nav {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: white;
    display: none;
  }
}
/* line 263, ../sass/_header.scss */
.Nav .menu-header_menu-container ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  /* line 263, ../sass/_header.scss */
  .Nav .menu-header_menu-container ul {
    display: block;
  }
}
@media screen and (max-width: 1040px) {
  /* line 270, ../sass/_header.scss */
  .Nav .menu-header_menu-container ul li {
    border-bottom: 1px solid #36C200;
  }
}
/* line 274, ../sass/_header.scss */
.Nav .menu-header_menu-container ul li:last-child {
  border-bottom: none;
}
/* line 277, ../sass/_header.scss */
.Nav .menu-header_menu-container ul li a {
  display: block;
  text-align: center;
  font-size: 1.6em;
  color: #363636;
  margin-left: 40px;
}
@media screen and (max-width: 1040px) {
  /* line 277, ../sass/_header.scss */
  .Nav .menu-header_menu-container ul li a {
    padding: 20px 15px;
    display: block;
    text-align: center;
    font-size: 1.8em;
    margin-left: 0;
    color: #363636;
  }
}

/* line 1, ../sass/_footer.scss */
footer {
  padding: 0px;
  margin: 0px;
}
/* line 4, ../sass/_footer.scss */
footer.Footer {
  background-color: #F7F7F7;
}
/* line 7, ../sass/_footer.scss */
footer.Footer .menu-header_menu-container ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 1040px) {
  /* line 7, ../sass/_footer.scss */
  footer.Footer .menu-header_menu-container ul {
    flex-wrap: wrap;
  }
}
/* line 17, ../sass/_footer.scss */
footer.Footer .menu-header_menu-container ul li {
  padding: 0 15px;
  border-right: 1px solid #36C200;
}
@media screen and (max-width: 1040px) {
  /* line 17, ../sass/_footer.scss */
  footer.Footer .menu-header_menu-container ul li {
    padding-right: 10px;
    margin-right: 10px;
    padding-left: 0;
    margin-bottom: 10px;
  }
}
/* line 26, ../sass/_footer.scss */
footer.Footer .menu-header_menu-container ul li a {
  font-size: 1.8em;
  color: #363636;
  font-weight: normal;
}
@media screen and (max-width: 1040px) {
  /* line 26, ../sass/_footer.scss */
  footer.Footer .menu-header_menu-container ul li a {
    font-size: 1.4em;
  }
}
/* line 35, ../sass/_footer.scss */
footer.Footer .menu-header_menu-container ul li:first-child {
  padding-left: 0;
}
/* line 38, ../sass/_footer.scss */
footer.Footer .menu-header_menu-container ul li:last-child {
  border-right: none;
}
/* line 45, ../sass/_footer.scss */
footer.Footer .Footer__inner {
  padding: 85px 0;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  /* line 45, ../sass/_footer.scss */
  footer.Footer .Footer__inner {
    padding: 40px 15px;
    width: 100%;
    display: block;
  }
}
/* line 55, ../sass/_footer.scss */
footer.Footer .Footer__box {
  margin-bottom: 60px;
}
@media screen and (max-width: 1040px) {
  /* line 55, ../sass/_footer.scss */
  footer.Footer .Footer__box {
    margin-bottom: 20px;
  }
}
/* line 60, ../sass/_footer.scss */
footer.Footer .Footer__box:last-child {
  margin-bottom: 0;
}
/* line 64, ../sass/_footer.scss */
footer.Footer .Footer__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1040px) {
  /* line 64, ../sass/_footer.scss */
  footer.Footer .Footer__title {
    margin-bottom: 16px;
  }
}
/* line 72, ../sass/_footer.scss */
footer.Footer .Footer__title__text {
  white-space: nowrap;
  margin-right: 15px;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1;
  color: #36C200;
}
/* line 80, ../sass/_footer.scss */
footer.Footer .Footer__title:after {
  height: 1px;
  background-color: #36C200;
  width: 100%;
  content: '';
  display: block;
}
/* line 89, ../sass/_footer.scss */
footer.Footer .Footer__text {
  display: block;
}
/* line 92, ../sass/_footer.scss */
footer.Footer .Footer__text__text {
  font-size: 1.8em;
  margin-right: 15px;
  display: block;
}
@media screen and (max-width: 1040px) {
  /* line 92, ../sass/_footer.scss */
  footer.Footer .Footer__text__text {
    font-size: 1.4em;
    margin-right: 0;
  }
}
/* line 100, ../sass/_footer.scss */
footer.Footer .Footer__text__text__link {
  color: #363636;
}
/* line 105, ../sass/_footer.scss */
footer.Footer .Footer__sns {
  display: flex;
  justify-content: flex-start;
}
/* line 108, ../sass/_footer.scss */
footer.Footer .Footer__sns__link {
  display: block;
  margin-right: 15px;
}
/* line 111, ../sass/_footer.scss */
footer.Footer .Footer__sns__link__img {
  width: 40px;
  height: 40px;
}
/* line 117, ../sass/_footer.scss */
footer.Footer .Footer__credit {
  background-color: #36C200;
  padding: 10px 0;
}
@media screen and (max-width: 1040px) {
  /* line 117, ../sass/_footer.scss */
  footer.Footer .Footer__credit {
    padding: 10px 15px;
  }
}
/* line 123, ../sass/_footer.scss */
footer.Footer .Footer__credit__text {
  width: 1100px;
  margin: 0 auto;
  color: white;
  font-size: 1.0em;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  /* line 123, ../sass/_footer.scss */
  footer.Footer .Footer__credit__text {
    width: 100%;
  }
}

/**
 * Float bar
 */
/* line 146, ../sass/_footer.scss */
.contact-float-bar {
  position: fixed;
  width: 48px;
  height: 100vh;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 1040px) {
  /* line 146, ../sass/_footer.scss */
  .contact-float-bar {
    position: fixed;
    width: 100%;
    right: auto;
    height: auto;
    box-sizing: border-box;
    transition: bottom .2s;
    padding: 10px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: -60px;
    -webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
/* line 172, ../sass/_footer.scss */
.contact-float-bar.display {
  bottom: 0;
}
/* line 175, ../sass/_footer.scss */
.contact-float-bar__inner {
  display: block;
  box-sizing: border-box;
  width: 48px;
  margin-bottom: 10px;
}
/* line 180, ../sass/_footer.scss */
.contact-float-bar__inner:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1040px) {
  /* line 175, ../sass/_footer.scss */
  .contact-float-bar__inner {
    width: calc( 50% - 10px );
    margin: 0;
  }
}
/* line 188, ../sass/_footer.scss */
.contact-float-bar img {
  vertical-align: bottom;
}

/* line 1, ../sass/_home.scss */
.HomeFv {
  background-image: url("../images/fv_img.jpg");
  background-size: 1920px 770px;
  background-position: top center;
  height: 770px;
  background-color: #f4f4fc;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1040px) {
  /* line 1, ../sass/_home.scss */
  .HomeFv {
    background-image: url("../images/fv_img_sp.jpg");
    height: 400px;
    background-size: cover;
  }
}
/* line 13, ../sass/_home.scss */
.HomeFv__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  /* line 13, ../sass/_home.scss */
  .HomeFv__inner {
    width: 100%;
    padding: 15px;
    align-items: flex-end;
  }
}
/* line 27, ../sass/_home.scss */
.HomeFv__text {
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  width: 685px;
  height: 244px;
  padding: 50px 66px;
}
@media screen and (max-width: 1040px) {
  /* line 27, ../sass/_home.scss */
  .HomeFv__text {
    width: 100%;
    height: 123px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 25px 33px;
  }
}
/* line 39, ../sass/_home.scss */
.HomeFv__text:before {
  content: '';
  background-image: url("../images/green_frame_top_left.png");
  width: 60px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 39, ../sass/_home.scss */
  .HomeFv__text:before {
    width: 30px;
    height: 20px;
    top: 10px;
    left: 10px;
  }
}
/* line 56, ../sass/_home.scss */
.HomeFv__text:after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  content: '';
  background-image: url("../images/green_frame_bottom_right.png");
  width: 60px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1040px) {
  /* line 56, ../sass/_home.scss */
  .HomeFv__text:after {
    width: 30px;
    height: 20px;
    right: 10px;
    bottom: 10px;
  }
}
/* line 73, ../sass/_home.scss */
.HomeFv__text__text {
  width: 100%;
  font-size: 3.1em;
  font-weight: bold;
  color: #363636;
  margin-bottom: 28px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  /* line 73, ../sass/_home.scss */
  .HomeFv__text__text {
    font-size: 1.6em;
    margin-bottom: 14px;
  }
}
/* line 86, ../sass/_home.scss */
.HomeFv__text__title {
  width: 100%;
  font-size: 7.9em;
  font-weight: bold;
  line-height: 1;
  color: #363636;
  display: block;
}
@media screen and (max-width: 1040px) {
  /* line 86, ../sass/_home.scss */
  .HomeFv__text__title {
    font-size: 4.0em;
    white-space: nowrap;
  }
}

/* line 103, ../sass/_home.scss */
.HomeCreate__title {
  color: #36C200;
  font-size: 5.0em;
  font-weight: bold;
  margin-bottom: 60px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  /* line 103, ../sass/_home.scss */
  .HomeCreate__title {
    font-size: 3.4em;
    margin-bottom: 25px;
  }
}
/* line 116, ../sass/_home.scss */
.HomeCreate__text {
  font-size: 2.0em;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media screen and (max-width: 1040px) {
  /* line 116, ../sass/_home.scss */
  .HomeCreate__text {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
}
/* line 128, ../sass/_home.scss */
.HomeCreate__youtube__iframe {
  width: 100%;
  height: 638px;
}
@media screen and (max-width: 1040px) {
  /* line 128, ../sass/_home.scss */
  .HomeCreate__youtube__iframe {
    height: 200px;
  }
}

/* line 143, ../sass/_home.scss */
.HomeAbout__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  /* line 143, ../sass/_home.scss */
  .HomeAbout__box {
    display: block;
    margin-top: -70px;
  }
}
/* line 151, ../sass/_home.scss */
.HomeAbout__box__img {
  width: 570px;
}
@media screen and (max-width: 1040px) {
  /* line 151, ../sass/_home.scss */
  .HomeAbout__box__img {
    width: 100vw;
    margin-left: -15px;
    margin-bottom: 15px;
  }
}
/* line 159, ../sass/_home.scss */
.HomeAbout__box__img__img {
  width: 100%;
  height: auto;
}
/* line 164, ../sass/_home.scss */
.HomeAbout__box__text {
  width: 500px;
}
@media screen and (max-width: 1040px) {
  /* line 164, ../sass/_home.scss */
  .HomeAbout__box__text {
    width: 100%;
  }
}
/* line 169, ../sass/_home.scss */
.HomeAbout__box__text__wrap {
  padding: 10px 30px;
  border: 1px solid #E5E5E5;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  /* line 169, ../sass/_home.scss */
  .HomeAbout__box__text__wrap {
    padding: 15px 30px 15px 30px;
  }
}
/* line 178, ../sass/_home.scss */
.HomeAbout__box__text__title {
  color: #36C200;
  font-size: 2.0em;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 185, ../sass/_home.scss */
.HomeAbout__box__text__table {
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 185, ../sass/_home.scss */
  .HomeAbout__box__text__table {
    margin-bottom: 20px;
  }
}
/* line 190, ../sass/_home.scss */
.HomeAbout__box__text__table__tr {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}
/* line 195, ../sass/_home.scss */
.HomeAbout__box__text__table__tr:first-child {
  margin-top: 0;
}
/* line 198, ../sass/_home.scss */
.HomeAbout__box__text__table__tr:last-child {
  margin-top: 20px;
}
/* line 201, ../sass/_home.scss */
.HomeAbout__box__text__table__tr__th {
  font-size: 1.8em;
  color: #36C200;
  line-height: 1.6;
  font-weight: bold;
  width: 120px;
}
@media screen and (max-width: 1040px) {
  /* line 201, ../sass/_home.scss */
  .HomeAbout__box__text__table__tr__th {
    font-size: 1.6em;
    width: 100px;
  }
}
/* line 211, ../sass/_home.scss */
.HomeAbout__box__text__table__tr__th--full {
  width: 100%;
}
/* line 215, ../sass/_home.scss */
.HomeAbout__box__text__table__tr__td {
  width: calc( 100% - 120px );
  font-size: 1.8em;
  color: #363636;
  line-height: 1.6;
}
@media screen and (max-width: 1040px) {
  /* line 215, ../sass/_home.scss */
  .HomeAbout__box__text__table__tr__td {
    width: calc( 100% - 100px );
    font-size: 1.6em;
    white-space: nowrap;
  }
}
/* line 225, ../sass/_home.scss */
.HomeAbout__box__text__table__tr__td__full {
  width: 100%;
}
@media screen and (max-width: 1040px) {
  /* line 225, ../sass/_home.scss */
  .HomeAbout__box__text__table__tr__td__full {
    width: 100%;
    white-space: normal;
  }
}

/* line 243, ../sass/_home.scss */
.HomeVoice__img {
  margin-bottom: 60px;
}
@media screen and (max-width: 1040px) {
  /* line 243, ../sass/_home.scss */
  .HomeVoice__img {
    margin-top: -70px;
    margin-bottom: 20px;
  }
}
/* line 249, ../sass/_home.scss */
.HomeVoice__img__img {
  width: 100%;
}
@media screen and (max-width: 1040px) {
  /* line 249, ../sass/_home.scss */
  .HomeVoice__img__img {
    width: 100vw;
    max-width: 100vw;
    margin-right: 0;
    margin-left: -15px;
  }
}
/* line 259, ../sass/_home.scss */
.HomeVoice__list {
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  /* line 259, ../sass/_home.scss */
  .HomeVoice__list {
    margin-bottom: 20px;
  }
}
/* line 264, ../sass/_home.scss */
.HomeVoice__list .HomeVoiceBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  /* line 264, ../sass/_home.scss */
  .HomeVoice__list .HomeVoiceBox {
    margin-bottom: 30px;
  }
}
/* line 269, ../sass/_home.scss */
.HomeVoice__list .HomeVoiceBox:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1040px) {
  /* line 269, ../sass/_home.scss */
  .HomeVoice__list .HomeVoiceBox:last-child {
    margin-bottom: 0;
  }
}
/* line 275, ../sass/_home.scss */
.HomeVoice__list .HomeVoiceBox__num {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
}
/* line 280, ../sass/_home.scss */
.HomeVoice__list .HomeVoiceBox__num__text {
  white-space: nowrap;
  font-size: 3.6em;
  margin-right: 10px;
  font-weight: bold;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  /* line 280, ../sass/_home.scss */
  .HomeVoice__list .HomeVoiceBox__num__text {
    font-size: 2.4em;
  }
}
/* line 291, ../sass/_home.scss */
.HomeVoice__list .HomeVoiceBox__num:after {
  background-color: #36C200;
  height: 1px;
  display: block;
  width: 100%;
  content: '';
}
/* line 299, ../sass/_home.scss */
.HomeVoice__list .HomeVoiceBox__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 299, ../sass/_home.scss */
  .HomeVoice__list .HomeVoiceBox__wrap {
    display: block;
  }
}
/* line 309, ../sass/_home.scss */
.HomeVoice__list .HomeVoiceBox__img {
  width: 490px;
}
@media screen and (max-width: 1040px) {
  /* line 309, ../sass/_home.scss */
  .HomeVoice__list .HomeVoiceBox__img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 315, ../sass/_home.scss */
.HomeVoice__list .HomeVoiceBox__img__img {
  width: 100%;
  height: auto;
}
/* line 321, ../sass/_home.scss */
.HomeVoice__list .HomeVoiceBox__text {
  width: calc( 100% - 550px );
}
@media screen and (max-width: 1040px) {
  /* line 321, ../sass/_home.scss */
  .HomeVoice__list .HomeVoiceBox__text {
    width: 100%;
  }
}
/* line 327, ../sass/_home.scss */
.HomeVoice__list .HomeVoiceBox__text__title {
  font-size: 2.2em;
  font-weight: bold;
  color: #36C200;
  margin-bottom: 25px;
}
@media screen and (max-width: 1040px) {
  /* line 327, ../sass/_home.scss */
  .HomeVoice__list .HomeVoiceBox__text__title {
    font-size: 2.0em;
    margin-bottom: 20px;
  }
}
/* line 338, ../sass/_home.scss */
.HomeVoice__list .HomeVoiceBox__text__list__text {
  padding-left: 19px;
  margin-bottom: 20px;
  position: relative;
}
/* line 342, ../sass/_home.scss */
.HomeVoice__list .HomeVoiceBox__text__list__text:last-child {
  margin-bottom: 0;
}
/* line 345, ../sass/_home.scss */
.HomeVoice__list .HomeVoiceBox__text__list__text:before {
  content: '';
  background-image: url("../images/icon_right_arrow.jpg");
  width: 12px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 9px;
}
@media screen and (max-width: 1040px) {
  /* line 345, ../sass/_home.scss */
  .HomeVoice__list .HomeVoiceBox__text__list__text:before {
    top: 6px;
  }
}
/* line 360, ../sass/_home.scss */
.HomeVoice__list .HomeVoiceBox__text__list__text__text {
  font-size: 2.0em;
  font-weight: bold;
}
@media screen and (max-width: 1040px) {
  /* line 360, ../sass/_home.scss */
  .HomeVoice__list .HomeVoiceBox__text__list__text__text {
    font-size: 1.6em;
  }
}

/* line 375, ../sass/_home.scss */
.HomeBlog__img {
  margin-bottom: 60px;
}
@media screen and (max-width: 1040px) {
  /* line 375, ../sass/_home.scss */
  .HomeBlog__img {
    margin-top: -70px;
    margin-bottom: 20px;
  }
}
/* line 381, ../sass/_home.scss */
.HomeBlog__img__img {
  width: 100%;
}
@media screen and (max-width: 1040px) {
  /* line 381, ../sass/_home.scss */
  .HomeBlog__img__img {
    width: 100vw;
    max-width: 100vw;
    margin-right: 0;
    margin-left: -15px;
  }
}

/* line 394, ../sass/_home.scss */
.HomeColumn__list {
  list-style: none;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  /* line 394, ../sass/_home.scss */
  .HomeColumn__list {
    display: block;
    margin-bottom: 20px;
  }
}
/* line 407, ../sass/_home.scss */
.HomeColumn__list:before {
  content: '';
  width: 350px;
  display: block;
  order: 1;
}
@media screen and (max-width: 1040px) {
  /* line 407, ../sass/_home.scss */
  .HomeColumn__list:before {
    width: 100%;
  }
}
/* line 416, ../sass/_home.scss */
.HomeColumn__list:after {
  content: '';
  width: 350px;
  display: block;
}
@media screen and (max-width: 1040px) {
  /* line 416, ../sass/_home.scss */
  .HomeColumn__list:after {
    width: 100%;
  }
}

/* line 428, ../sass/_home.scss */
.HomeColumnBox {
  width: 350px;
}
@media screen and (max-width: 1040px) {
  /* line 428, ../sass/_home.scss */
  .HomeColumnBox {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 434, ../sass/_home.scss */
  .HomeColumnBox:last-child {
    margin-bottom: 0;
  }
}
/* line 438, ../sass/_home.scss */
.HomeColumnBox__link {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1040px) {
  /* line 438, ../sass/_home.scss */
  .HomeColumnBox__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
/* line 446, ../sass/_home.scss */
.HomeColumnBox__link__img {
  width: 350px;
  height: 350px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1040px) {
  /* line 446, ../sass/_home.scss */
  .HomeColumnBox__link__img {
    width: 110px;
    height: 110px;
    margin-bottom: 0;
  }
}
/* line 455, ../sass/_home.scss */
.HomeColumnBox__link__img__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1040px) {
  /* line 462, ../sass/_home.scss */
  .HomeColumnBox__link__text {
    width: calc( 100% - 120px );
  }
}
/* line 466, ../sass/_home.scss */
.HomeColumnBox__link__text__time {
  font-size: 1.6em;
  color: #696969;
  margin-bottom: 18px;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  /* line 466, ../sass/_home.scss */
  .HomeColumnBox__link__text__time {
    margin-bottom: 8px;
    font-size: 1.2em;
  }
}
/* line 476, ../sass/_home.scss */
.HomeColumnBox__link__text__title {
  font-size: 2.0em;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1040px) {
  /* line 476, ../sass/_home.scss */
  .HomeColumnBox__link__text__title {
    font-size: 1.6em;
    margin-bottom: 10px;
  }
}
/* line 487, ../sass/_home.scss */
.HomeColumnBox__link__text__text {
  color: #696969;
  font-size: 1.8em;
  line-height: 1.5;
}
@media screen and (max-width: 1040px) {
  /* line 487, ../sass/_home.scss */
  .HomeColumnBox__link__text__text {
    font-size: 1.4em;
  }
}
/* line 497, ../sass/_home.scss */
.HomeColumnBox__notfound {
  font-size: 1.8em;
}

/* line 514, ../sass/_home.scss */
.HomeCheering__img {
  margin-bottom: 60px;
}
@media screen and (max-width: 1040px) {
  /* line 514, ../sass/_home.scss */
  .HomeCheering__img {
    margin-top: -70px;
    margin-bottom: 20px;
  }
}
/* line 520, ../sass/_home.scss */
.HomeCheering__img__img {
  width: 100%;
}
@media screen and (max-width: 1040px) {
  /* line 520, ../sass/_home.scss */
  .HomeCheering__img__img {
    width: 100vw;
    max-width: 100vw;
    margin-right: 0;
    margin-left: -15px;
  }
}
/* line 530, ../sass/_home.scss */
.HomeCheering__text {
  text-align: center;
  font-size: 2.0em;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media screen and (max-width: 1040px) {
  /* line 530, ../sass/_home.scss */
  .HomeCheering__text {
    font-size: 1.6em;
    margin-bottom: 20px;
    text-align: left;
  }
}
/* line 542, ../sass/_home.scss */
.HomeCheering__list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 547, ../sass/_home.scss */
.HomeCheering__list__sns {
  width: 49%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 6px solid #BEEDFF;
  border-bottom: 6px solid #BEEDFF;
  padding: 13px 0;
  margin-top: 30px;
}
@media screen and (max-width: 1040px) {
  /* line 547, ../sass/_home.scss */
  .HomeCheering__list__sns {
    width: 100%;
    margin-top: 16px;
  }
}
/* line 560, ../sass/_home.scss */
.HomeCheering__list__sns:first-child {
  margin-top: 0;
}
/* line 563, ../sass/_home.scss */
.HomeCheering__list__sns:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 1040px) {
  /* line 563, ../sass/_home.scss */
  .HomeCheering__list__sns:nth-child(2) {
    margin-top: 16px;
  }
}
/* line 569, ../sass/_home.scss */
.HomeCheering__list__sns__img {
  width: 47px;
  height: 47px;
}
@media screen and (max-width: 1040px) {
  /* line 569, ../sass/_home.scss */
  .HomeCheering__list__sns__img {
    width: 30px;
    height: 30px;
  }
}
/* line 577, ../sass/_home.scss */
.HomeCheering__list__sns__text {
  width: calc( 100% - 93px );
  display: block;
  line-height: 1;
  font-size: 3.4em;
  font-weight: bold;
  color: #00BAFF;
}
@media screen and (max-width: 1040px) {
  /* line 577, ../sass/_home.scss */
  .HomeCheering__list__sns__text {
    font-size: 2.2em;
    width: calc( 100% - 76px );
  }
}
/* line 589, ../sass/_home.scss */
.HomeCheering__list__sns:after {
  background-image: url("../images/icon_right_blue.png");
  width: 31px;
  height: 31px;
  display: block;
  background-size: contain;
  content: '';
}
@media screen and (max-width: 1040px) {
  /* line 589, ../sass/_home.scss */
  .HomeCheering__list__sns:after {
    width: 20px;
    height: 20px;
  }
}

/* line 1, ../sass/_title.scss */
.Title {
  font-size: 4.2em;
  margin-bottom: 50px;
  font-weight: bold;
  background-color: #36C200;
  width: 100%;
  height: 136px;
  padding: 0 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
@media screen and (max-width: 1040px) {
  /* line 1, ../sass/_title.scss */
  .Title {
    width: 335px;
    height: 80px;
    justify-content: flex-start;
    margin-left: -15px;
  }
}
/* line 21, ../sass/_title.scss */
.Title--blue {
  background-color: #00BAFF;
}
/* line 24, ../sass/_title.scss */
.Title:after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  content: '';
  background-image: url("../images/white_frame_bottom_right.png");
  width: 60px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1040px) {
  /* line 1, ../sass/_title.scss */
  .Title {
    font-size: 2.0em;
    margin-bottom: 30px;
  }
}

/* line 1, ../sass/_btn.scss */
.Btn {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  width: 285px;
  height: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 2px solid #36C200;
}
@media screen and (max-width: 1040px) {
  /* line 1, ../sass/_btn.scss */
  .Btn {
    width: 100%;
    height: 50px;
  }
}
/* line 13, ../sass/_btn.scss */
.Btn--center {
  margin: 0 auto;
}
/* line 16, ../sass/_btn.scss */
.Btn--right {
  margin: 0 0 0 auto;
}
/* line 19, ../sass/_btn.scss */
.Btn__text {
  font-size: 1.8em;
  line-height: 1;
  font-weight: bold;
  color: #36C200;
}
@media screen and (max-width: 1040px) {
  /* line 19, ../sass/_btn.scss */
  .Btn__text {
    font-size: 1.8em;
  }
}
/* line 28, ../sass/_btn.scss */
.Btn__arrow {
  width: 16px;
  height: 16px;
  margin-left: 20px;
}

/* line 1, ../sass/_fv.scss */
.Fv {
  width: 100%;
  height: 770px;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1040px) {
  /* line 1, ../sass/_fv.scss */
  .Fv {
    height: 240px;
    padding: 15px;
  }
}
/* line 11, ../sass/_fv.scss */
.Fv__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 1100px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  /* line 11, ../sass/_fv.scss */
  .Fv__inner {
    width: 100%;
    height: 100%;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
/* line 25, ../sass/_fv.scss */
.Fv__text {
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  width: 685px;
  height: 244px;
  font-size: 6.8em;
  font-weight: bold;
  line-height: 1;
  color: #363636;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  /* line 25, ../sass/_fv.scss */
  .Fv__text {
    width: 100%;
    height: 123px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 25px 33px;
    font-size: 3.4em;
    white-space: nowrap;
  }
}
/* line 46, ../sass/_fv.scss */
.Fv__text:before {
  content: '';
  background-image: url("../images/green_frame_top_left.png");
  width: 60px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 46, ../sass/_fv.scss */
  .Fv__text:before {
    width: 30px;
    height: 20px;
    top: 10px;
    left: 10px;
  }
}
/* line 65, ../sass/_fv.scss */
.Fv__text:after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  content: '';
  background-image: url("../images/green_frame_bottom_right.png");
  width: 60px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1040px) {
  /* line 65, ../sass/_fv.scss */
  .Fv__text:after {
    width: 30px;
    height: 20px;
    right: 10px;
    bottom: 10px;
  }
}
/* line 86, ../sass/_fv.scss */
.Fv--vision {
  background-image: url("../images/fv_vision.jpg");
}
@media screen and (max-width: 1040px) {
  /* line 86, ../sass/_fv.scss */
  .Fv--vision {
    background-image: url("../images/fv_vision_sp.jpg");
  }
}
/* line 93, ../sass/_fv.scss */
.Fv--profile {
  background-image: url("../images/fv_profile.jpg");
}
@media screen and (max-width: 1040px) {
  /* line 93, ../sass/_fv.scss */
  .Fv--profile {
    background-image: url("../images/fv_profile_sp.jpg");
  }
}
/* line 100, ../sass/_fv.scss */
.Fv--blog {
  background-image: url("../images/fv_blog.jpg");
}
@media screen and (max-width: 1040px) {
  /* line 100, ../sass/_fv.scss */
  .Fv--blog {
    background-image: url("../images/fv_blog_sp.jpg");
  }
}
/* line 106, ../sass/_fv.scss */
.Fv--blog .Fv__inner {
  justify-content: flex-start;
}
/* line 110, ../sass/_fv.scss */
.Fv__title {
  background-color: white;
  font-size: 4.0em;
  padding: 20px 25px;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  /* line 110, ../sass/_fv.scss */
  .Fv__title {
    position: relative;
    font-size: 2.0em;
    margin: 0 auto 15px;
    padding: 5px 10px;
    display: inline-block;
  }
}
/* line 123, ../sass/_fv.scss */
.Fv__title .ShadowBox__text {
  padding: 18px 30px;
  white-space: nowrap;
}
/* line 127, ../sass/_fv.scss */
.Fv__title .blue {
  color: #36C200;
}

/* line 3, ../sass/_access.scss */
.Access .AccessBox__text {
  font-size: 2.0em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  /* line 3, ../sass/_access.scss */
  .Access .AccessBox__text {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
}
/* line 11, ../sass/_access.scss */
.Access .AccessBox__text--nomargin {
  margin-bottom: 0;
}
@media screen and (max-width: 1040px) {
  /* line 11, ../sass/_access.scss */
  .Access .AccessBox__text--nomargin {
    margin-bottom: 0;
  }
}
/* line 18, ../sass/_access.scss */
.Access .AccessBox__links {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  /* line 18, ../sass/_access.scss */
  .Access .AccessBox__links {
    display: block;
  }
}
@media screen and (max-width: 1040px) {
  /* line 25, ../sass/_access.scss */
  .Access .AccessBox__links .Btn {
    margin-bottom: 16px;
    width: 100%;
  }
  /* line 30, ../sass/_access.scss */
  .Access .AccessBox__links .Btn:last-child {
    margin-bottom: 0;
  }
}
/* line 36, ../sass/_access.scss */
.Access .AccessBox__info {
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  /* line 36, ../sass/_access.scss */
  .Access .AccessBox__info {
    display: block;
    margin-bottom: 20px;
  }
}
/* line 42, ../sass/_access.scss */
.Access .AccessBox__info__title {
  width: 100%;
  color: white;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  font-size: 2.6em;
  font-weight: bold;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media screen and (max-width: 1040px) {
  /* line 42, ../sass/_access.scss */
  .Access .AccessBox__info__title {
    font-size: 1.7em;
    line-height: 1.5;
  }
}
/* line 57, ../sass/_access.scss */
.Access .AccessBox__info__box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background-color: white;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px 25px;
  border: 1px solid #DDDDDD;
  border-top: none;
}
@media screen and (max-width: 1040px) {
  /* line 57, ../sass/_access.scss */
  .Access .AccessBox__info__box {
    padding: 15px;
    display: block;
  }
}
/* line 71, ../sass/_access.scss */
.Access .AccessBox__info__box__map {
  width: 430px;
  border: 1px solid #DDDDDD;
}
@media screen and (max-width: 1040px) {
  /* line 71, ../sass/_access.scss */
  .Access .AccessBox__info__box__map {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 79, ../sass/_access.scss */
.Access .AccessBox__info__box__text {
  width: 440px;
}
@media screen and (max-width: 1040px) {
  /* line 79, ../sass/_access.scss */
  .Access .AccessBox__info__box__text {
    width: 100%;
  }
}
/* line 85, ../sass/_access.scss */
.Access .AccessBox__info__box__text__title {
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.5;
}
/* line 90, ../sass/_access.scss */
.Access .AccessBox__info__box__text__address {
  font-size: 1.8em;
  line-height: 1.5;
  margin-bottom: 20px;
}
/* line 95, ../sass/_access.scss */
.Access .AccessBox__info__box__text__phone {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
/* line 100, ../sass/_access.scss */
.Access .AccessBox__info__box__text__phone:last-child {
  margin-bottom: 0;
}
/* line 103, ../sass/_access.scss */
.Access .AccessBox__info__box__text__phone__img {
  margin-right: 10px;
  width: 20px;
}
/* line 107, ../sass/_access.scss */
.Access .AccessBox__info__box__text__phone__text {
  font-size: 2.0em;
  font-weight: bold;
  color: #363636;
}
/* line 116, ../sass/_access.scss */
.Access .AccessBox__slick {
  margin-bottom: 40px;
}
/* line 120, ../sass/_access.scss */
.Access .AccessBox__slick .slick-next, .Access .AccessBox__slick .slick-prev {
  display: none !important;
}
@media screen and (max-width: 1040px) {
  /* line 116, ../sass/_access.scss */
  .Access .AccessBox__slick {
    margin-bottom: 30px;
  }
}
/* line 126, ../sass/_access.scss */
.Access .AccessBox__slick .AccessBox__image {
  margin-bottom: 20px;
}
/* line 129, ../sass/_access.scss */
.Access .AccessBox__slick__arrow {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
/* line 133, ../sass/_access.scss */
.Access .AccessBox__slick__arrow__btn {
  width: 40px;
  height: 40px;
  font-size: 1.6em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 140, ../sass/_access.scss */
.Access .AccessBox__slick__arrow__btn--back {
  background-color: white;
  border: 1px solid #DDDDDD;
}
/* line 144, ../sass/_access.scss */
.Access .AccessBox__slick__arrow__btn--next {
  color: white;
}
/* line 152, ../sass/_access.scss */
.Access .AccessBox--primary .AccessBox__info__title {
  background-color: #F48132;
}
/* line 155, ../sass/_access.scss */
.Access .AccessBox--primary .AccessBox__slick__arrow__btn--next {
  background-color: #F48132;
  border: 1px solid #F48132;
}
/* line 159, ../sass/_access.scss */
.Access .AccessBox--primary .AccessBox__slick__arrow__btn--back {
  color: #F48132;
}
/* line 165, ../sass/_access.scss */
.Access .AccessBox--middle .AccessBox__info__title {
  background-color: #00E8A1;
}
/* line 168, ../sass/_access.scss */
.Access .AccessBox--middle .AccessBox__slick__arrow__btn--next {
  background-color: #00E8A1;
  border: 1px solid #00E8A1;
}
/* line 172, ../sass/_access.scss */
.Access .AccessBox--middle .AccessBox__slick__arrow__btn--back {
  color: #00E8A1;
}
/* line 178, ../sass/_access.scss */
.Access .AccessBox--high .AccessBox__info__title {
  background-color: #00A8D0;
}
/* line 181, ../sass/_access.scss */
.Access .AccessBox--high .AccessBox__slick__arrow__btn--next {
  background-color: #00A8D0;
  border: 1px solid #00A8D0;
}
/* line 185, ../sass/_access.scss */
.Access .AccessBox--high .AccessBox__slick__arrow__btn--back {
  color: #00A8D0;
}

/* line 3, ../sass/_blog.scss */
.Blog__wrap__list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 8, ../sass/_blog.scss */
.Blog__wrap__list:before {
  content: '';
  width: 350px;
  display: block;
  order: 1;
}
/* line 14, ../sass/_blog.scss */
.Blog__wrap__list:after {
  content: '';
  width: 350px;
  display: block;
}
/* line 21, ../sass/_blog.scss */
.Blog__text {
  font-size: 2.0em;
  margin-bottom: 50px;
  text-align: center;
}
/* line 27, ../sass/_blog.scss */
.Blog__footer .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 31, ../sass/_blog.scss */
.Blog__footer .wp-pagenavi .page {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #36C200;
  font-size: 1.8em;
  background-color: #F2F2F2;
  font-weight: bold;
  border: none;
  margin: 0 5px !important;
}
/* line 43, ../sass/_blog.scss */
.Blog__footer .wp-pagenavi .page:hover {
  background-color: #36C200;
  color: white;
}
/* line 48, ../sass/_blog.scss */
.Blog__footer .wp-pagenavi .current {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
  border: none;
  background-color: #36C200;
  color: white;
  margin: 0 5px !important;
}
/* line 62, ../sass/_blog.scss */
.Blog__footer .wp-pagenavi .nextpostslink {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #36C200;
  font-size: 1.8em;
  background-color: #F2F2F2;
  font-weight: bold;
  border: none;
  margin: 0 5px !important;
}
/* line 75, ../sass/_blog.scss */
.Blog__footer .wp-pagenavi .nextpostslink:hover {
  background-color: #36C200;
  color: white;
}
/* line 80, ../sass/_blog.scss */
.Blog__footer .wp-pagenavi .previouspostslink {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #36C200;
  font-size: 1.8em;
  background-color: #F2F2F2;
  font-weight: bold;
  border: none;
  margin: 0 5px !important;
}
/* line 93, ../sass/_blog.scss */
.Blog__footer .wp-pagenavi .previouspostslink:hover {
  background-color: #36C200;
  color: white;
}

/* line 2, ../sass/_vision.scss */
.Vision__text {
  font-size: 2.0em;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media screen and (max-width: 1040px) {
  /* line 2, ../sass/_vision.scss */
  .Vision__text {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
}

/* line 12, ../sass/_vision.scss */
.VisionBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  /* line 12, ../sass/_vision.scss */
  .VisionBox {
    margin-bottom: 30px;
  }
}
/* line 17, ../sass/_vision.scss */
.VisionBox__title {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  /* line 17, ../sass/_vision.scss */
  .VisionBox__title {
    margin-bottom: 15px;
    display: block;
  }
}
/* line 25, ../sass/_vision.scss */
.VisionBox__title__num {
  width: 60px;
  height: 60px;
  background-image: url("../images/bg_num.png");
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.2em;
  font-weight: bold;
  color: white;
  margin-right: 30px;
}
@media screen and (max-width: 1040px) {
  /* line 25, ../sass/_vision.scss */
  .VisionBox__title__num {
    width: 44px;
    height: 44px;
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 2.4em;
  }
}
/* line 46, ../sass/_vision.scss */
.VisionBox__title__text {
  width: calc( 100% - 90px );
  font-size: 4.2em;
  color: #36C200;
  line-height: 1.3;
}
@media screen and (max-width: 1040px) {
  /* line 46, ../sass/_vision.scss */
  .VisionBox__title__text {
    width: 100%;
    font-size: 2.4em;
  }
}
/* line 57, ../sass/_vision.scss */
.VisionBox__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  /* line 57, ../sass/_vision.scss */
  .VisionBox__wrap {
    display: block;
    margin-bottom: 20px;
  }
}
/* line 66, ../sass/_vision.scss */
.VisionBox__wrap__img {
  width: 490px;
}
@media screen and (max-width: 1040px) {
  /* line 66, ../sass/_vision.scss */
  .VisionBox__wrap__img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 72, ../sass/_vision.scss */
.VisionBox__wrap__img__img {
  width: 100%;
  height: auto;
}
/* line 77, ../sass/_vision.scss */
.VisionBox__wrap__text {
  width: calc( 100% - 540px );
}
@media screen and (max-width: 1040px) {
  /* line 77, ../sass/_vision.scss */
  .VisionBox__wrap__text {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 83, ../sass/_vision.scss */
.VisionBox__wrap__text__box {
  margin-bottom: 25px;
}
/* line 85, ../sass/_vision.scss */
.VisionBox__wrap__text__box:last-child {
  margin-bottom: 0;
}
/* line 89, ../sass/_vision.scss */
.VisionBox__wrap__text__title {
  padding-left: 19px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #36C200;
  padding-bottom: 10px;
  position: relative;
}
/* line 96, ../sass/_vision.scss */
.VisionBox__wrap__text__title:last-child {
  margin-bottom: 0;
}
/* line 99, ../sass/_vision.scss */
.VisionBox__wrap__text__title:before {
  content: '';
  background-image: url("../images/icon_right_arrow.jpg");
  width: 12px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 9px;
}
/* line 110, ../sass/_vision.scss */
.VisionBox__wrap__text__title__text {
  font-size: 2.0em;
  line-height: 1.5;
  font-weight: bold;
}
/* line 116, ../sass/_vision.scss */
.VisionBox__wrap__text__text {
  font-size: 1.8em;
}

/* line 124, ../sass/_vision.scss */
.VisionBoxColumn .HomeColumnBox {
  width: 350px;
}
@media screen and (max-width: 1040px) {
  /* line 124, ../sass/_vision.scss */
  .VisionBoxColumn .HomeColumnBox {
    width: 33%;
  }
}
/* line 130, ../sass/_vision.scss */
.VisionBoxColumn .HomeColumnBox__link {
  width: 100%;
  display: block;
}
/* line 133, ../sass/_vision.scss */
.VisionBoxColumn .HomeColumnBox__link__img {
  width: 350px;
  height: 350px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1040px) {
  /* line 133, ../sass/_vision.scss */
  .VisionBoxColumn .HomeColumnBox__link__img {
    width: 100%;
    height: 110px;
    margin-bottom: 10px;
  }
}
/* line 142, ../sass/_vision.scss */
.VisionBoxColumn .HomeColumnBox__link__img__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1040px) {
  /* line 149, ../sass/_vision.scss */
  .VisionBoxColumn .HomeColumnBox__link__text {
    width: 100%;
  }
}
/* line 153, ../sass/_vision.scss */
.VisionBoxColumn .HomeColumnBox__link__text__time {
  font-size: 1.6em;
  color: #696969;
  margin-bottom: 18px;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  /* line 153, ../sass/_vision.scss */
  .VisionBoxColumn .HomeColumnBox__link__text__time {
    margin-bottom: 8px;
    font-size: 1.2em;
  }
}
/* line 163, ../sass/_vision.scss */
.VisionBoxColumn .HomeColumnBox__link__text__title {
  font-size: 2.0em;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1040px) {
  /* line 163, ../sass/_vision.scss */
  .VisionBoxColumn .HomeColumnBox__link__text__title {
    font-size: 1.6em;
    margin-bottom: 10px;
  }
}
/* line 174, ../sass/_vision.scss */
.VisionBoxColumn .HomeColumnBox__link__text__text {
  color: #696969;
  font-size: 1.8em;
  line-height: 1.5;
}
@media screen and (max-width: 1040px) {
  /* line 174, ../sass/_vision.scss */
  .VisionBoxColumn .HomeColumnBox__link__text__text {
    font-size: 1.4em;
    display: none;
  }
}
/* line 185, ../sass/_vision.scss */
.VisionBoxColumn .HomeColumnBox__notfound {
  font-size: 1.8em;
}

/* line 5, ../sass/_profile.scss */
.Profile__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  /* line 5, ../sass/_profile.scss */
  .Profile__wrap {
    display: block;
  }
}
/* line 13, ../sass/_profile.scss */
.Profile__box {
  width: 535px;
}
@media screen and (max-width: 1040px) {
  /* line 13, ../sass/_profile.scss */
  .Profile__box {
    width: 100%;
    margin-bottom: 35px;
  }
  /* line 18, ../sass/_profile.scss */
  .Profile__box:last-child {
    margin-bottom: 0;
  }
}
/* line 23, ../sass/_profile.scss */
.Profile__title {
  font-size: 2.2em;
  line-height: 1;
  color: #36C200;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 4px solid #F4F4F4;
}
/* line 30, ../sass/_profile.scss */
.Profile__title--blue {
  color: #00BAFF;
}
@media screen and (max-width: 1040px) {
  /* line 23, ../sass/_profile.scss */
  .Profile__title {
    font-size: 2.0em;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
/* line 39, ../sass/_profile.scss */
.Profile__text {
  font-size: 1.8em;
  line-height: 1.5;
}
/* line 40, ../sass/_profile.scss */
.Profile__text--data {
  padding: 35px 30px;
  border: 1px solid #E5E5E5;
}
@media screen and (max-width: 1040px) {
  /* line 40, ../sass/_profile.scss */
  .Profile__text--data {
    padding: 25px 20px;
  }
}

/* line 55, ../sass/_profile.scss */
.History .HistoryBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  /* line 55, ../sass/_profile.scss */
  .History .HistoryBox {
    margin-bottom: 20px;
    display: block;
  }
}
/* line 64, ../sass/_profile.scss */
.History .HistoryBox:last-child {
  margin-bottom: 0;
}
/* line 67, ../sass/_profile.scss */
.History .HistoryBox__img {
  width: 345px;
}
@media screen and (max-width: 1040px) {
  /* line 67, ../sass/_profile.scss */
  .History .HistoryBox__img {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* line 73, ../sass/_profile.scss */
.History .HistoryBox__img__img {
  width: 100%;
  height: auto;
}
/* line 78, ../sass/_profile.scss */
.History .HistoryBox__text {
  width: calc( 100% - 405px );
}
@media screen and (max-width: 1040px) {
  /* line 78, ../sass/_profile.scss */
  .History .HistoryBox__text {
    width: 100%;
  }
}
/* line 83, ../sass/_profile.scss */
.History .HistoryBox__text__text {
  font-size: 1.8em;
  line-height: 1.5;
}
@media screen and (max-width: 1040px) {
  /* line 83, ../sass/_profile.scss */
  .History .HistoryBox__text__text {
    font-size: 1.6em;
  }
}

/* line 93, ../sass/_profile.scss */
.ProfileVision__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 97, ../sass/_profile.scss */
.ProfileVision__list .HomeColumn__btn {
  width: 100%;
}

/* line 101, ../sass/_profile.scss */
.ProfileVisionBox {
  width: 535px;
  margin-top: 40px;
}
@media screen and (max-width: 1040px) {
  /* line 101, ../sass/_profile.scss */
  .ProfileVisionBox {
    border-top: 1px solid #E5E5E5;
    margin-top: 20px;
    padding-top: 20px;
  }
}
/* line 109, ../sass/_profile.scss */
.ProfileVisionBox__inner {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 109, ../sass/_profile.scss */
  .ProfileVisionBox__inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
}
/* line 120, ../sass/_profile.scss */
.ProfileVisionBox:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1040px) {
  /* line 120, ../sass/_profile.scss */
  .ProfileVisionBox:first-child {
    border-top: none;
  }
}
/* line 126, ../sass/_profile.scss */
.ProfileVisionBox:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 1040px) {
  /* line 126, ../sass/_profile.scss */
  .ProfileVisionBox:nth-child(2) {
    margin-top: 20px;
    padding-top: 20px;
  }
}
/* line 133, ../sass/_profile.scss */
.ProfileVisionBox__img {
  width: 535px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1040px) {
  /* line 133, ../sass/_profile.scss */
  .ProfileVisionBox__img {
    width: 110px;
    margin-bottom: 0;
  }
}
/* line 140, ../sass/_profile.scss */
.ProfileVisionBox__img__img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1040px) {
  /* line 145, ../sass/_profile.scss */
  .ProfileVisionBox__text {
    width: calc( 100% - 120px );
  }
}
/* line 149, ../sass/_profile.scss */
.ProfileVisionBox__text__title {
  text-align: center;
  font-size: 2.0em;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 1040px) {
  /* line 149, ../sass/_profile.scss */
  .ProfileVisionBox__text__title {
    font-size: 1.8em;
    text-align: left;
  }
}

/* line 2, ../sass/_contact.scss */
.Contact__text {
  font-size: 2.0em;
  margin-bottom: 50px;
}
@media screen and (max-width: 1040px) {
  /* line 2, ../sass/_contact.scss */
  .Contact__text {
    margin-bottom: 20px;
    font-size: 1.6em;
  }
}
/* line 10, ../sass/_contact.scss */
.Contact__privacy {
  border: 1px solid #202020;
  padding: 20px;
  height: 160px;
  overflow: scroll;
  font-size: 1.4em;
}
/* line 17, ../sass/_contact.scss */
.Contact__privacy__text {
  margin-bottom: 10px;
}
/* line 21, ../sass/_contact.scss */
.Contact__wrap {
  margin-bottom: 70px;
}
/* line 23, ../sass/_contact.scss */
.Contact__wrap .SelectContact {
  padding: 30px;
  border: 1px solid #36C200;
  margin-bottom: 50px;
}
/* line 27, ../sass/_contact.scss */
.Contact__wrap .SelectContact__text {
  margin-bottom: 20px;
}
/* line 30, ../sass/_contact.scss */
.Contact__wrap .SelectContact__radio {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  /* line 36, ../sass/_contact.scss */
  .Contact__wrap .SelectContact__radio .mwform-radio-field:first-child {
    margin-bottom: 20px;
  }
}
/* line 40, ../sass/_contact.scss */
.Contact__wrap .SelectContact__radio .mwform-radio-field:first-child .mwform-radio-field-text {
  position: relative;
}
/* line 42, ../sass/_contact.scss */
.Contact__wrap .SelectContact__radio .mwform-radio-field:first-child .mwform-radio-field-text:after {
  position: absolute;
  display: block;
  content: '※ネット授業も可';
  font-size: 0.8em;
  color: red;
  left: 0;
  top: 25px;
}
@media screen and (max-width: 1040px) {
  /* line 42, ../sass/_contact.scss */
  .Contact__wrap .SelectContact__radio .mwform-radio-field:first-child .mwform-radio-field-text:after {
    top: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1040px) {
  /* line 30, ../sass/_contact.scss */
  .Contact__wrap .SelectContact__radio {
    display: block;
  }
  /* line 61, ../sass/_contact.scss */
  .Contact__wrap .SelectContact__radio .mwform-radio-field {
    margin-left: 0 !important;
    margin-bottom: 10px;
    display: block;
  }
}
/* line 67, ../sass/_contact.scss */
.Contact__wrap .SelectContact__radio label {
  font-size: 1.8em;
}
@media screen and (max-width: 1040px) {
  /* line 67, ../sass/_contact.scss */
  .Contact__wrap .SelectContact__radio label {
    font-size: 1.4em;
  }
}
/* line 75, ../sass/_contact.scss */
.Contact__wrap .StaffContactBox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px dotted #36C200;
}
@media screen and (max-width: 1040px) {
  /* line 75, ../sass/_contact.scss */
  .Contact__wrap .StaffContactBox {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
/* line 89, ../sass/_contact.scss */
.Contact__wrap .StaffContactBox__th {
  width: 316px;
}
@media screen and (max-width: 1040px) {
  /* line 89, ../sass/_contact.scss */
  .Contact__wrap .StaffContactBox__th {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 96, ../sass/_contact.scss */
.Contact__wrap .StaffContactBox__th__text {
  font-size: 2.0em;
  font-weight: bold;
}
@media screen and (max-width: 1040px) {
  /* line 96, ../sass/_contact.scss */
  .Contact__wrap .StaffContactBox__th__text {
    font-size: 1.6em;
  }
}
/* line 103, ../sass/_contact.scss */
.Contact__wrap .StaffContactBox__th__text__hissu {
  color: #E2004E;
  vertical-align: super;
}
/* line 109, ../sass/_contact.scss */
.Contact__wrap .StaffContactBox__td {
  width: calc( 100% - 316px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1040px) {
  /* line 109, ../sass/_contact.scss */
  .Contact__wrap .StaffContactBox__td {
    width: 100%;
  }
}
/* line 119, ../sass/_contact.scss */
.Contact__wrap .StaffContactBox__td .error {
  width: 100%;
  display: block;
  margin-top: 10px;
  font-size: 14px !important;
}
/* line 125, ../sass/_contact.scss */
.Contact__wrap .StaffContactBox__td input {
  font-size: 1.8em;
  border: 1px solid #DDDDDD;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 0;
}
@media screen and (max-width: 1040px) {
  /* line 125, ../sass/_contact.scss */
  .Contact__wrap .StaffContactBox__td input {
    font-size: 1.6em;
    display: flex;
    align-items: center;
    -webkit-appearance: none;
    padding-top: 13px;
  }
}
/* line 138, ../sass/_contact.scss */
.Contact__wrap .StaffContactBox__td input.post {
  width: 200px;
  margin-bottom: 0 !important;
  margin-right: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 138, ../sass/_contact.scss */
  .Contact__wrap .StaffContactBox__td input.post {
    width: 150px;
  }
}
/* line 147, ../sass/_contact.scss */
.Contact__wrap .StaffContactBox__td .post_link {
  font-size: 1.6em;
  text-decoration: underline;
}
/* line 151, ../sass/_contact.scss */
.Contact__wrap .StaffContactBox__td .mwform-radio-field-text {
  font-size: 1.8em;
}
@media screen and (max-width: 1040px) {
  /* line 151, ../sass/_contact.scss */
  .Contact__wrap .StaffContactBox__td .mwform-radio-field-text {
    font-size: 1.6em;
  }
}
/* line 157, ../sass/_contact.scss */
.Contact__wrap .StaffContactBox__td label {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 162, ../sass/_contact.scss */
.Contact__wrap .StaffContactBox__td__select {
  width: 200px;
  position: relative;
}
/* line 165, ../sass/_contact.scss */
.Contact__wrap .StaffContactBox__td__select:after {
  position: absolute;
  right: 15px;
  top: calc( 50% - 6px );
  background-size: contain;
  background-position: center;
  background-image: url("../images/common/select_arrow.png");
  width: 16px;
  height: 12px;
  content: '';
  display: block;
}
/* line 178, ../sass/_contact.scss */
.Contact__wrap .StaffContactBox__td select {
  width: 100%;
  font-size: 1.8em;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 10px 20px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 1040px) {
  /* line 178, ../sass/_contact.scss */
  .Contact__wrap .StaffContactBox__td select {
    font-size: 1.6em;
  }
}
/* line 191, ../sass/_contact.scss */
.Contact__wrap .StaffContactBox__td textarea {
  width: 100%;
  height: auto;
  font-size: 1.8em;
  border-radius: 0;
}
@media screen and (max-width: 1040px) {
  /* line 191, ../sass/_contact.scss */
  .Contact__wrap .StaffContactBox__td textarea {
    font-size: 1.6em;
    padding: 10px;
  }
}
/* line 202, ../sass/_contact.scss */
.Contact__wrap .StaffContactBox--textbox {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 70px;
}
@media screen and (max-width: 1040px) {
  /* line 202, ../sass/_contact.scss */
  .Contact__wrap .StaffContactBox--textbox {
    margin-bottom: 30px;
  }
}
/* line 209, ../sass/_contact.scss */
.Contact__wrap .StaffContactBox--textbox .StaffContactBox__th {
  width: 100%;
  margin-bottom: 20px;
}
/* line 213, ../sass/_contact.scss */
.Contact__wrap .StaffContactBox--textbox .StaffContactBox__td {
  width: 100%;
}

/* line 1, ../sass/_single.scss */
.Single {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 1100px;
  margin: 0 auto;
  padding: 80px 0 0;
}
@media screen and (max-width: 1040px) {
  /* line 1, ../sass/_single.scss */
  .Single {
    padding: 40px 15px 0;
    width: 100%;
    display: block;
  }
}
/* line 14, ../sass/_single.scss */
.Single .SingleMain {
  width: 100%;
}
@media screen and (max-width: 1040px) {
  /* line 14, ../sass/_single.scss */
  .Single .SingleMain {
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
  }
}
/* line 24, ../sass/_single.scss */
.Single .SingleMain__thumbnail {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  /* line 24, ../sass/_single.scss */
  .Single .SingleMain__thumbnail {
    margin-bottom: 20px;
  }
}
/* line 31, ../sass/_single.scss */
.Single .SingleMain__thumbnail img {
  width: 100% !important;
  height: auto !important;
}
/* line 36, ../sass/_single.scss */
.Single .SingleMain__title {
  font-size: 4.2em;
  font-weight: bold;
  margin-bottom: 25px;
  color: #36C200;
}
@media screen and (max-width: 1040px) {
  /* line 36, ../sass/_single.scss */
  .Single .SingleMain__title {
    font-size: 2.4em;
  }
}
/* line 45, ../sass/_single.scss */
.Single .SingleMain__date {
  margin-bottom: 20px;
}
/* line 47, ../sass/_single.scss */
.Single .SingleMain__date i {
  margin-right: 5px;
  color: #36C200;
  font-size: 1.4em;
}
@media screen and (max-width: 1040px) {
  /* line 47, ../sass/_single.scss */
  .Single .SingleMain__date i {
    font-size: 1.2em;
  }
}
/* line 55, ../sass/_single.scss */
.Single .SingleMain__date__text {
  font-size: 1.4em;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  /* line 55, ../sass/_single.scss */
  .Single .SingleMain__date__text {
    font-size: 1.2em;
  }
}
/* line 66, ../sass/_single.scss */
.Single .SingleMain__recommend__title {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1;
  font-size: 2.0em;
  font-weight: bold;
}
@media screen and (max-width: 1040px) {
  /* line 66, ../sass/_single.scss */
  .Single .SingleMain__recommend__title {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
}
/* line 79, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox {
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #DDDDDD;
  padding: 20px;
  background-color: white;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1040px) {
  /* line 79, ../sass/_single.scss */
  .Single .SingleMain__recommend__list .RecommendBox {
    padding: 10px;
    margin-bottom: 12px;
  }
}
/* line 92, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox:last-child {
  margin-bottom: 0;
}
/* line 95, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox__img {
  width: 210px;
  border-radius: 5px;
}
@media screen and (max-width: 1040px) {
  /* line 95, ../sass/_single.scss */
  .Single .SingleMain__recommend__list .RecommendBox__img {
    width: 120px;
  }
}
/* line 101, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox__img img {
  border-radius: 5px;
  width: 100% !important;
  height: auto !important;
}
/* line 107, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox__text {
  width: calc( 100% - 210px);
  padding-left: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 107, ../sass/_single.scss */
  .Single .SingleMain__recommend__list .RecommendBox__text {
    width: calc( 100% - 120px);
    padding-left: 10px;
  }
}
/* line 114, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox__text__info {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
/* line 121, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox__text__category {
  width: 120px;
  line-height: 1;
  background-color: #36C200;
  height: 30px;
  padding: 0 10px;
  color: white;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 1.4em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  /* line 121, ../sass/_single.scss */
  .Single .SingleMain__recommend__list .RecommendBox__text__category {
    font-size: 1.2em;
    height: 24px;
    padding: 0;
    width: 80px;
  }
}
/* line 144, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox__text__date {
  font-size: 1.4em;
  line-height: 1;
}
@media screen and (max-width: 1040px) {
  /* line 144, ../sass/_single.scss */
  .Single .SingleMain__recommend__list .RecommendBox__text__date {
    font-size: 1.2em;
  }
}
/* line 151, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox__text__date i {
  margin-right: 5px;
}
/* line 158, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox__text__title {
  font-size: 1.8em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #696969;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 1040px) {
  /* line 158, ../sass/_single.scss */
  .Single .SingleMain__recommend__list .RecommendBox__text__title {
    font-size: 1.4em;
  }
}
/* line 170, ../sass/_single.scss */
.Single .SingleMain__recommend__list .RecommendBox__text__text {
  font-size: 1.6em;
  color: #696969;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 1040px) {
  /* line 170, ../sass/_single.scss */
  .Single .SingleMain__recommend__list .RecommendBox__text__text {
    display: none;
  }
}
/* line 184, ../sass/_single.scss */
.Single .SingleMain__footer__sns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 50px;
}
/* line 188, ../sass/_single.scss */
.Single .SingleMain__footer__sns__link {
  margin-right: 20px;
  display: block;
}
/* line 191, ../sass/_single.scss */
.Single .SingleMain__footer__sns__link img {
  height: 24px;
}
/* line 196, ../sass/_single.scss */
.Single .SingleMain__footer__page {
  padding-bottom: 50px;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 1040px) {
  /* line 196, ../sass/_single.scss */
  .Single .SingleMain__footer__page {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
/* line 207, ../sass/_single.scss */
.Single .SingleMain__footer__page a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
/* line 212, ../sass/_single.scss */
.Single .SingleMain__footer__page__arrow {
  width: 20px;
  display: block;
}
/* line 215, ../sass/_single.scss */
.Single .SingleMain__footer__page__arrow--left {
  margin-right: 20px;
}
/* line 219, ../sass/_single.scss */
.Single .SingleMain__footer__page__arrow--right {
  margin-left: 20px;
}
/* line 223, ../sass/_single.scss */
.Single .SingleMain__footer__page__text {
  font-size: 1.6em;
  font-weight: bold;
  color: black;
}
@media screen and (max-width: 1040px) {
  /* line 223, ../sass/_single.scss */
  .Single .SingleMain__footer__page__text {
    font-size: 1.4em;
  }
}
/* line 234, ../sass/_single.scss */
.Single .SingleMain__info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  /* line 234, ../sass/_single.scss */
  .Single .SingleMain__info {
    margin-bottom: 20px;
  }
}
/* line 243, ../sass/_single.scss */
.Single .SingleMain__info__link {
  display: block;
  margin-right: 15px;
}
/* line 246, ../sass/_single.scss */
.Single .SingleMain__info__link__img {
  width: 40px;
  height: 40px;
}
/* line 251, ../sass/_single.scss */
.Single .SingleMain__info__category {
  width: 120px;
  line-height: 1;
  background-color: #36C200;
  height: 30px;
  padding: 0 10px;
  color: white;
  border-radius: 5px;
  font-size: 1.4em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  /* line 251, ../sass/_single.scss */
  .Single .SingleMain__info__category {
    font-size: 1.2em;
    height: 24px;
    padding: 0;
    width: 80px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
/* line 273, ../sass/_single.scss */
.Single .SingleMain__info__sns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/* line 276, ../sass/_single.scss */
.Single .SingleMain__info__sns__link {
  margin-left: 20px;
  display: block;
}
/* line 279, ../sass/_single.scss */
.Single .SingleMain__info__sns__link img {
  height: 24px;
}
/* line 285, ../sass/_single.scss */
.Single .SingleMain__content {
  margin-bottom: 40px;
}
/* line 287, ../sass/_single.scss */
.Single .SingleMain__content h2 {
  font-size: 2.2em;
  font-weight: bold;
  margin: 0;
  background-color: #36C200;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  color: white;
  line-height: 1.5;
}
@media screen and (max-width: 1040px) {
  /* line 287, ../sass/_single.scss */
  .Single .SingleMain__content h2 {
    font-size: 2.0em;
    margin-bottom: 20px;
    padding: 15px;
  }
}
/* line 302, ../sass/_single.scss */
.Single .SingleMain__content h2:after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  content: '';
  background-image: url("../images/white_frame_bottom_right.png");
  width: 60px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 314, ../sass/_single.scss */
.Single .SingleMain__content h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 2.0em;
  margin-bottom: 30px;
  line-height: 1.5;
  color: #36C200;
}
@media screen and (max-width: 1040px) {
  /* line 314, ../sass/_single.scss */
  .Single .SingleMain__content h3 {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
}
/* line 327, ../sass/_single.scss */
.Single .SingleMain__content h4 {
  color: #36C200;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 327, ../sass/_single.scss */
  .Single .SingleMain__content h4 {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
}
/* line 340, ../sass/_single.scss */
.Single .SingleMain__content p {
  font-size: 1.6em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  /* line 340, ../sass/_single.scss */
  .Single .SingleMain__content p {
    font-size: 1.6em;
    margin-bottom: 30px;
  }
}
/* line 348, ../sass/_single.scss */
.Single .SingleMain__content ol {
  padding: 0 20px;
}
/* line 350, ../sass/_single.scss */
.Single .SingleMain__content ol li {
  font-size: 1.6em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 350, ../sass/_single.scss */
  .Single .SingleMain__content ol li {
    font-size: 1.6em;
    margin-bottom: 10px;
  }
}
/* line 357, ../sass/_single.scss */
.Single .SingleMain__content ol li p {
  font-size: 1.0em;
  margin-bottom: 20px;
}
/* line 363, ../sass/_single.scss */
.Single .SingleMain__content ul {
  padding: 0 20px;
}
/* line 365, ../sass/_single.scss */
.Single .SingleMain__content ul li {
  font-size: 1.6em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 365, ../sass/_single.scss */
  .Single .SingleMain__content ul li {
    font-size: 1.6em;
    margin-bottom: 10px;
  }
}
/* line 372, ../sass/_single.scss */
.Single .SingleMain__content ul li p {
  font-size: 1.0em;
  margin-bottom: 20px;
}

/* line 381, ../sass/_single.scss */
.Sidebar {
  width: 280px;
}
@media screen and (max-width: 1040px) {
  /* line 381, ../sass/_single.scss */
  .Sidebar {
    width: 100%;
    padding: 0;
  }
}
/* line 387, ../sass/_single.scss */
.Sidebar .SidebarBox {
  margin-bottom: 20px;
}
/* line 389, ../sass/_single.scss */
.Sidebar .SidebarBox__ad {
  width: 100%;
}
@media screen and (max-width: 1040px) {
  /* line 389, ../sass/_single.scss */
  .Sidebar .SidebarBox__ad {
    display: none;
  }
}
/* line 395, ../sass/_single.scss */
.Sidebar .SidebarBox__ad__img {
  width: 100%;
  height: auto;
}
/* line 400, ../sass/_single.scss */
.Sidebar .SidebarBox__new {
  padding: 30px 10px;
  border: 1px solid #DDDDDD;
}
@media screen and (max-width: 1040px) {
  /* line 400, ../sass/_single.scss */
  .Sidebar .SidebarBox__new {
    border: none;
    padding: 0;
  }
}
/* line 407, ../sass/_single.scss */
.Sidebar .SidebarBox__new__title {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  line-height: 1;
  border-bottom: 1px solid #707070;
}
/* line 417, ../sass/_single.scss */
.Sidebar .SidebarBox__new__btn .Btn {
  width: 100%;
  height: 60px;
}
/* line 420, ../sass/_single.scss */
.Sidebar .SidebarBox__new__btn .Btn__text {
  font-size: 1.8em;
}
/* line 425, ../sass/_single.scss */
.Sidebar .SidebarBox__new__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 429, ../sass/_single.scss */
.Sidebar .SidebarBox__new__list .SidebarBoxNew {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/* line 436, ../sass/_single.scss */
.Sidebar .SidebarBox__new__list .SidebarBoxNew__img {
  width: 80px;
  position: relative;
  border-radius: 5px;
}
/* line 440, ../sass/_single.scss */
.Sidebar .SidebarBox__new__list .SidebarBoxNew__img__img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* line 446, ../sass/_single.scss */
.Sidebar .SidebarBox__new__list .SidebarBoxNew__img__category {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #36C200;
  color: white;
  font-size: 1.0em;
  padding: 5px;
  text-align: center;
  line-height: 1;
}
/* line 461, ../sass/_single.scss */
.Sidebar .SidebarBox__new__list .SidebarBoxNew__text {
  width: calc( 100% - 80px);
  padding-left: 10px;
}
/* line 464, ../sass/_single.scss */
.Sidebar .SidebarBox__new__list .SidebarBoxNew__text__date {
  margin-bottom: 10px;
}
/* line 466, ../sass/_single.scss */
.Sidebar .SidebarBox__new__list .SidebarBoxNew__text__date i {
  margin-right: 5px;
  color: #36C200;
}
/* line 470, ../sass/_single.scss */
.Sidebar .SidebarBox__new__list .SidebarBoxNew__text__date__text {
  font-size: 1.2em;
  line-height: 1;
}
/* line 476, ../sass/_single.scss */
.Sidebar .SidebarBox__new__list .SidebarBoxNew__text__title {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.5;
}

/* line 2, ../sass/_sitemap.scss */
.Sitemap .not-found {
  height: 200px;
  margin: 0 auto;
  display: block;
}
/* line 7, ../sass/_sitemap.scss */
.Sitemap__title {
  font-size: 3.2em;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  /* line 7, ../sass/_sitemap.scss */
  .Sitemap__title {
    font-size: 2.0em;
    margin-bottom: 30px;
  }
}
/* line 19, ../sass/_sitemap.scss */
.Sitemap__privacy__text {
  font-size: 1.8em;
}
/* line 23, ../sass/_sitemap.scss */
.Sitemap__text {
  font-size: 1.8em;
  margin-bottom: 40px;
  text-align: center;
}
/* line 29, ../sass/_sitemap.scss */
.Sitemap__list ul {
  padding-left: 30px;
}
/* line 31, ../sass/_sitemap.scss */
.Sitemap__list ul > li {
  margin-bottom: 20px;
}
/* line 34, ../sass/_sitemap.scss */
.Sitemap__list ul > li.menu-item-has-children > a {
  pointer-events: none;
}
/* line 38, ../sass/_sitemap.scss */
.Sitemap__list ul > li ul {
  padding-top: 20px;
  padding-left: 30px;
}
/* line 41, ../sass/_sitemap.scss */
.Sitemap__list ul > li ul li {
  list-style: none;
  padding-left: 30px;
  position: relative;
}
/* line 45, ../sass/_sitemap.scss */
.Sitemap__list ul > li ul li:before {
  font-size: 1.6em;
  content: '';
  width: 15px;
  height: 1px;
  display: inline-block;
  background-color: black;
  position: absolute;
  top: 10px;
  left: 0;
}
/* line 56, ../sass/_sitemap.scss */
.Sitemap__list ul > li ul li a {
  text-decoration: underline;
}
/* line 61, ../sass/_sitemap.scss */
.Sitemap__list ul > li > a {
  font-size: 2.0em;
  font-weight: normal;
  color: #363636;
  text-decoration: underline;
}
@media screen and (max-width: 1040px) {
  /* line 61, ../sass/_sitemap.scss */
  .Sitemap__list ul > li > a {
    font-size: 1.6em;
  }
}
