@charset "UTF-8";
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部ファイルの読み込み */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部フォントCSSファイルの読み込み*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と body要素の文字（色・書体）と背景色*/
/* Body要素の背景色 */
/* Body要素の文字色 */
/* Body要素の書体 */
/* リセット用のプレイスフォルダ */
html, body, div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

html, body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background-color: #ffffff;
  color: #231815; }
  body a:hover {
    opacity: 0.8; }

body {
  font-family: "Noto Sans JP", "小塚ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6; }

/* リセット処理関数 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: クリアフィックス*/
/* Class と ステークホルダー の名称設定 */
/* 処理 */
.clearfix:after, html:after, body:after {
  content: "";
  display: block;
  clear: both; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と サイトの初期設定 */
html * {
  box-sizing: border-box; }

body {
  word-wrap: break-word; }
  @media only screen and (max-width: 960px) {
    body {
      font-size: 0.9375em; } }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 0.8125em; } }
  body small {
    font-size: smaller; }

:focus {
  outline: 0; }

ol,
ul {
  list-style: none; }

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

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

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

blockquote,
q {
  quotes: "" ""; }

a img {
  border: 0; }

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

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

@media only screen and (max-width: 767px) {
  .nosp {
    display: none; } }

.nopc {
  display: none; }
  @media only screen and (max-width: 767px) {
    .nopc {
      display: block; } }

.flex-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.container {
  margin: 0 auto; }

.footer .copy {
  padding: .5em 0;
  text-align: center; }

.home #contents {
  max-width: 790px;
  margin: auto;
  position: absolute;
  top: -80px;
  bottom: 0;
  right: 0;
  left: 0;
  height: 600px;
  width: 100%; }
  .home #contents-wrapper {
    background-image: url(../images/home.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    height: 100vh;
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .home #contents-wrapper {
        background-image: url(../images/home-sp.jpg);
        background-position: top center;
        height: auto; } }
  @media only screen and (max-width: 960px) {
    .home #contents {
      height: 500px;
      width: 90%; } }
  @media only screen and (max-width: 767px) {
    .home #contents {
      padding: 50px 0;
      position: relative;
      top: inherit;
      height: auto; } }
  .home #contents h1 {
    width: 790px;
    margin: auto; }
    .home #contents h1 img {
      width: 100%; }
    @media only screen and (max-width: 960px) {
      .home #contents h1 {
        width: 90%; } }
    @media only screen and (max-width: 767px) {
      .home #contents h1 {
        width: 85%; } }
  .home #contents .parts1 {
    position: absolute;
    top: 33%;
    right: -30%;
    width: 25%; }
    @media only screen and (max-width: 767px) {
      .home #contents .parts1 {
        display: none; } }
  .home #contents nav {
    margin: 40px auto; }
    .home #contents nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .home #contents nav ul li {
        margin: 0 10px 20px;
        width: calc(100% / 3 - 20px); }
        .home #contents nav ul li a {
          display: block; }
          .home #contents nav ul li a img {
            width: 100%; }
    @media only screen and (max-width: 960px) {
      .home #contents nav {
        width: 90%; } }
    @media only screen and (max-width: 767px) {
      .home #contents nav {
        margin: 20px auto auto;
        width: 100%; }
        .home #contents nav ul li {
          margin: 0 0 10px;
          width: 100%; }
          .home #contents nav ul li:last-child {
            margin-bottom: 0; } }

.low #page-nav {
  max-width: 940px;
  margin: 3% auto;
  width: 90%; }
  .low #page-nav ul {
    display: flex; }
    .low #page-nav ul li {
      margin: 0 40px;
      width: calc(100% / 4 - 80px); }
      .low #page-nav ul li img {
        width: 100%; }
  @media only screen and (max-width: 960px) {
    .low #page-nav ul li {
      margin: 0 30px;
      width: calc(100% / 4 - 60px); } }
  @media only screen and (max-width: 767px) {
    .low #page-nav {
      margin: 5% auto; }
      .low #page-nav ul {
        flex-wrap: wrap;
        margin: 0 -10px; }
        .low #page-nav ul li {
          margin: 0 20px 25px;
          width: calc(100% / 2 - 40px); }
          .low #page-nav ul li:nth-child(3), .low #page-nav ul li:nth-child(4) {
            margin-bottom: 0; } }
.low #nav {
  background: url(../images/back-01.png) no-repeat left center/cover;
  padding: 60px 0; }
  .low #nav ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1080px;
    margin: auto; }
    .low #nav ul li {
      margin: 0 10px;
      width: calc(100% / 4 - 20px); }
      .low #nav ul li a {
        display: block;
        filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2)); }
        .low #nav ul li a img {
          width: 100%; }
  @media only screen and (max-width: 960px) {
    .low #nav {
      padding: 40px 0; }
      .low #nav ul {
        width: 90%; }
        .low #nav ul li {
          margin: 0 10px 20px;
          width: calc(100% / 2 - 20px); }
          .low #nav ul li:nth-child(3), .low #nav ul li:nth-child(4) {
            margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .low #nav ul li {
      margin: 0 0 15px;
      width: 100%; }
      .low #nav ul li:nth-child(3) {
        margin-bottom: 15px; }
      .low #nav ul li:last-child {
        margin-bottom: 0; } }
.low #contents h2 {
  max-width: 1080px;
  margin: 10px auto; }
  @media only screen and (max-width: 960px) {
    .low #contents h2 {
      margin-left: 5%; } }
  @media only screen and (max-width: 767px) {
    .low #contents h2 {
      margin-left: 3%;
      width: 80%; } }
.low #contents #head-wrapper .head .wrapper {
  max-width: 1280px;
  margin: auto;
  position: relative; }
.low #contents #head-wrapper .head .ttl {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  margin: auto;
  max-width: 790px;
  width: 45%;
  z-index: 10; }
  @media only screen and (max-width: 767px) {
    .low #contents #head-wrapper .head .ttl {
      width: 70%; } }
.low #contents #head-wrapper .head .thumb {
  position: relative;
  max-width: 1280px;
  margin: auto;
  z-index: 1; }
  .low #contents #head-wrapper .head .thumb img {
    width: 100%; }
.low #seiyo .head {
  background: #80b23f; }
.low #seiyo #main {
  margin: 5% auto; }
  .low #seiyo #main h3 {
    color: #80b23f;
    font-size: 2.2em;
    font-weight: 600;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .low #seiyo #main h3 {
        font-size: 2em;
        line-height: 1.25;
        margin: auto;
        width: 90%; } }
  .low #seiyo #main .box1 {
    align-items: center;
    display: flex;
    margin: 10% auto auto;
    max-width: 1280px; }
    .low #seiyo #main .box1 .movie {
      width: 60%; }
    .low #seiyo #main .box1 .global_wrapper {
      max-width: 780px;
      margin: 0 auto 0 0;
      width: 100%; }
      .low #seiyo #main .box1 .global_wrapper .youtube {
        position: relative;
        width: 100%; }
        .low #seiyo #main .box1 .global_wrapper .youtube iframe {
          width: 100%;
          height: 100%; }
    .low #seiyo #main .box1 .txt-box {
      max-width: 340px;
      margin: auto 5%;
      width: 30%; }
    @media only screen and (max-width: 767px) {
      .low #seiyo #main .box1 {
        display: block; }
        .low #seiyo #main .box1 .movie {
          margin: auto;
          width: 90%; }
          .low #seiyo #main .box1 .movie .youtube {
            height: auto; }
            .low #seiyo #main .box1 .movie .youtube iframe {
              position: absolute;
              top: 0;
              bottom: 0; }
        .low #seiyo #main .box1 .txt-box {
          margin: 1em auto auto;
          width: 90%; }
          .low #seiyo #main .box1 .txt-box .nopc {
            align-items: center;
            display: flex; }
          .low #seiyo #main .box1 .txt-box p {
            color: #80b23f;
            font-size: 1.05em;
            font-weight: bold;
            width: 50%; }
          .low #seiyo #main .box1 .txt-box .img {
            width: 50%; } }
  .low #seiyo #main .bg01 {
    padding: 11% 0;
    position: relative; }
  .low #seiyo #main .box2 {
    display: flex;
    flex-flow: row-reverse;
    max-width: 1080px;
    margin: 15% auto;
    position: relative;
    z-index: 10; }
    .low #seiyo #main .box2 .deco1 {
      position: absolute;
      top: -62%;
      left: 3%;
      max-width: 140px;
      width: 13%; }
      @media only screen and (max-width: 767px) {
        .low #seiyo #main .box2 .deco1 {
          display: none; } }
    .low #seiyo #main .box2 .deco2 {
      position: absolute;
      top: -50%;
      max-width: 105px;
      width: 10%; }
      @media only screen and (max-width: 767px) {
        .low #seiyo #main .box2 .deco2 {
          top: inherit;
          bottom: 5%;
          right: 0;
          width: 25%; } }
    .low #seiyo #main .box2 .deco3 {
      position: absolute;
      left: 20%;
      bottom: -65%;
      max-width: 124px;
      width: 11%; }
    .low #seiyo #main .box2 .global_wrapper {
      width: 540px;
      margin: 0 auto;
      position: relative; }
      .low #seiyo #main .box2 .global_wrapper .deco4 {
        position: absolute;
        left: -25%;
        top: -35%;
        max-width: 120px;
        width: 25%; }
      .low #seiyo #main .box2 .global_wrapper .youtube {
        position: relative;
        width: 540px; }
        .low #seiyo #main .box2 .global_wrapper .youtube img {
          width: 100%; }
    .low #seiyo #main .box2 .txt-box {
      margin: auto auto auto 10%;
      width: 40%; }
    @media only screen and (max-width: 960px) {
      .low #seiyo #main .box2 {
        width: 90%; }
        .low #seiyo #main .box2 .movie {
          width: 55%; }
          .low #seiyo #main .box2 .movie .global_wrapper {
            width: 100%; }
            .low #seiyo #main .box2 .movie .global_wrapper .youtube {
              width: 100%; }
        .low #seiyo #main .box2 .txt-box {
          margin: auto 5% auto auto; } }
    @media only screen and (max-width: 767px) {
      .low #seiyo #main .box2 {
        display: block; }
        .low #seiyo #main .box2 .movie {
          margin: auto;
          width: 100%; }
          .low #seiyo #main .box2 .movie .deco4 {
            left: 0;
            top: -45%; }
          .low #seiyo #main .box2 .movie .youtube {
            height: auto; }
        .low #seiyo #main .box2 .txt-box {
          margin: 1em auto auto;
          width: 100%; }
          .low #seiyo #main .box2 .txt-box p {
            color: #fff; }
          .low #seiyo #main .box2 .txt-box .ttl {
            font-size: 1.75em;
            font-weight: bold;
            line-height: 1.35;
            margin-bottom: .35em; } }
  .low #seiyo #main .box3 {
    align-items: center;
    display: flex;
    max-width: 1080px;
    margin: 5% auto 18%;
    position: relative;
    z-index: 10; }
    .low #seiyo #main .box3 .deco1 {
      position: absolute;
      right: 8%;
      top: -40%;
      max-width: 130px;
      width: 20%; }
    .low #seiyo #main .box3 .deco2 {
      position: absolute;
      bottom: -70%;
      right: 5%;
      max-width: 200px;
      width: 20%; }
    .low #seiyo #main .box3 .movie:hover {
      cursor: pointer; }
    .low #seiyo #main .box3 .global_wrapper {
      width: 540px;
      margin: 0 auto;
      position: relative; }
      .low #seiyo #main .box3 .global_wrapper .deco3 {
        position: absolute;
        right: -25%;
        top: -30%;
        max-width: 125px;
        width: 25%; }
      .low #seiyo #main .box3 .global_wrapper .youtube {
        position: relative;
        width: 540px; }
        .low #seiyo #main .box3 .global_wrapper .youtube img {
          width: 100%; }
    .low #seiyo #main .box3 .txt-box {
      margin-left: 10%; }
      .low #seiyo #main .box3 .txt-box .text {
        max-width: 300px; }
    @media only screen and (max-width: 960px) {
      .low #seiyo #main .box3 {
        margin: 0 auto 15%;
        width: 90%; }
        .low #seiyo #main .box3 .movie {
          width: 55%; }
          .low #seiyo #main .box3 .movie .global_wrapper {
            width: 100%; }
            .low #seiyo #main .box3 .movie .global_wrapper .deco3 {
              top: -45%; }
            .low #seiyo #main .box3 .movie .global_wrapper .youtube {
              width: 100%; }
        .low #seiyo #main .box3 .txt-box {
          margin-left: 5%; } }
    @media only screen and (max-width: 767px) {
      .low #seiyo #main .box3 {
        margin: 15% auto;
        display: block; }
        .low #seiyo #main .box3 .deco1 {
          display: none; }
        .low #seiyo #main .box3 .movie {
          margin: auto;
          width: 100%; }
          .low #seiyo #main .box3 .movie .global_wrapper .deco3 {
            right: 0; }
          .low #seiyo #main .box3 .movie .global_wrapper .youtube {
            height: auto; }
        .low #seiyo #main .box3 .txt-box {
          margin: 1em auto auto;
          width: 100%; }
          .low #seiyo #main .box3 .txt-box .ttl {
            color: #80b23f;
            font-size: 1.75em;
            font-weight: bold;
            line-height: 1.35;
            margin-bottom: .35em; } }
  .low #seiyo #main .bg {
    position: relative; }
    .low #seiyo #main .bg .bg-img {
      position: absolute;
      z-index: 1;
      width: 100%; }
      .low #seiyo #main .bg .bg-img img {
        width: 100%; }
        @media screen and (min-width: 1280px) {
          .low #seiyo #main .bg .bg-img img {
            height: max-content; } }
    @media only screen and (max-width: 767px) {
      .low #seiyo #main .bg .bg-img {
        bottom: -10%;
        margin: auto; } }
  .low #seiyo #main .bg02 {
    padding: 15% 0;
    margin: -15% auto auto;
    position: relative;
    z-index: 10; }
  .low #seiyo #main .box4 {
    align-items: center;
    display: flex;
    flex-flow: row-reverse;
    max-width: 1080px;
    margin: 12% auto 17%;
    position: relative;
    z-index: 10; }
    .low #seiyo #main .box4 .deco1 {
      position: absolute;
      left: 8%;
      top: -70%;
      max-width: 135px;
      width: 18%; }
    .low #seiyo #main .box4 .movie {
      max-width: 540px;
      margin: auto 0 auto auto;
      width: 50%; }
      .low #seiyo #main .box4 .movie img {
        width: 100%; }
    .low #seiyo #main .box4 .txt-box {
      margin: auto auto auto 10%;
      width: 40%; }
    @media only screen and (max-width: 960px) {
      .low #seiyo #main .box4 {
        margin: 6% auto 17%;
        width: 90%; }
        .low #seiyo #main .box4 .movie {
          width: 55%; }
        .low #seiyo #main .box4 .txt-box {
          margin: auto 5% auto auto; } }
    @media only screen and (max-width: 767px) {
      .low #seiyo #main .box4 {
        display: block;
        margin: 10% auto 20%; }
        .low #seiyo #main .box4 .deco1 {
          left: inherit;
          right: 5%;
          top: -85%;
          width: 25%; }
        .low #seiyo #main .box4 .movie {
          margin: auto;
          width: 100%; }
        .low #seiyo #main .box4 .txt-box {
          margin: 1em auto auto;
          width: 100%; }
          .low #seiyo #main .box4 .txt-box p {
            color: #fff; }
          .low #seiyo #main .box4 .txt-box .ttl {
            font-size: 1.75em;
            font-weight: bold; }
          .low #seiyo #main .box4 .txt-box .text {
            background: url(../images/icon-zoom.png) no-repeat 95% center/contain; } }
.low #seiyo #seiyo {
  max-width: 1280px;
  margin: auto;
  position: relative; }
  .low #seiyo #seiyo-wrapper {
    background: url(../images/back-6.png) no-repeat left center/cover;
    margin-top: -25%;
    padding-top: 22%;
    padding-bottom: 8%;
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 767px) {
      .low #seiyo #seiyo-wrapper {
        margin-top: -20%;
        padding-bottom: 0; } }
  .low #seiyo #seiyo .deco1 {
    position: absolute;
    top: -25%;
    left: 2%;
    max-width: 234px;
    width: 20%; }
    @media only screen and (max-width: 767px) {
      .low #seiyo #seiyo .deco1 {
        display: none; } }
  .low #seiyo #seiyo .deco2 {
    position: absolute;
    right: 0;
    left: 25%;
    top: -60%;
    margin: auto;
    max-width: 600px;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .low #seiyo #seiyo .deco2 {
        left: -30%;
        top: -18%;
        width: 60%; } }
  .low #seiyo #seiyo .deco3 {
    position: absolute;
    bottom: -28%;
    left: 10%;
    max-width: 450px;
    width: 40%; }
    @media only screen and (max-width: 767px) {
      .low #seiyo #seiyo .deco3 {
        display: none; } }
  .low #seiyo #seiyo p {
    max-width: 900px;
    margin: auto; }
    @media only screen and (max-width: 960px) {
      .low #seiyo #seiyo p {
        width: 90%; } }
  .low #seiyo #seiyo .link {
    max-width: 820px;
    margin: 40px auto auto; }
    @media only screen and (max-width: 960px) {
      .low #seiyo #seiyo .link {
        width: 90%; } }
    @media only screen and (max-width: 767px) {
      .low #seiyo #seiyo .link {
        margin: 20px auto auto; } }
    .low #seiyo #seiyo .link ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px; }
      .low #seiyo #seiyo .link ul li {
        margin: 20px;
        width: calc(100% / 2 - 40px); }
        .low #seiyo #seiyo .link ul li a {
          position: relative; }
          .low #seiyo #seiyo .link ul li a img {
            width: 100%; }
          .low #seiyo #seiyo .link ul li a:hover {
            top: -4px;
            left: -5px;
            filter: drop-shadow(7px 7px 0 #d1d1d1); }
          .low #seiyo #seiyo .link ul li a:active {
            top: 3px;
            box-shadow: none; }
      @media only screen and (max-width: 767px) {
        .low #seiyo #seiyo .link ul {
          margin: auto; }
          .low #seiyo #seiyo .link ul li {
            margin: 0 0 15px;
            width: 100%; }
            .low #seiyo #seiyo .link ul li a:hover {
              top: -4px;
              left: -4px;
              filter: drop-shadow(5px 5px 0 #d1d1d1); } }
.low #iryou #main {
  position: relative; }
.low #iryou .head {
  background: #48b6a3; }
.low #iryou h3 {
  max-width: 380px;
  margin: 3em auto; }
  .low #iryou h3 img {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .low #iryou h3 {
      margin: 2em auto;
      width: 75%; } }
.low #iryou .up12 {
  position: relative;
  background-image: url(../images/back-2_iryo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 100%; }
  .low #iryou .up12:before {
    position: absolute;
    content: "";
    top: -48.5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 49%;
    background-image: url(../images/back-2_iryo_bf.png);
    background-size: cover;
    z-index: -1; }
    @media screen and (min-width: 1280px) {
      .low #iryou .up12:before {
        top: -55%;
        height: 55%;
        background-repeat: round; } }
    @media only screen and (max-width: 767px) {
      .low #iryou .up12:before {
        top: -15%;
        height: 15%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; } }
  .low #iryou .up12:after {
    position: absolute;
    content: "";
    bottom: -48.5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 49%;
    background-image: url(../images/back-2_iryo_af.png);
    background-size: cover;
    z-index: -1; }
    @media screen and (min-width: 1280px) {
      .low #iryou .up12:after {
        bottom: -55%;
        height: 55%;
        background-repeat: round; } }
    @media only screen and (max-width: 767px) {
      .low #iryou .up12:after {
        bottom: -15%;
        height: 15%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; } }
  @media only screen and (max-width: 960px) {
    .low #iryou .up12 {
      background-position: 0 100%; } }
  @media only screen and (max-width: 767px) {
    .low #iryou .up12 {
      background-repeat: round;
      background-size: contain;
      background-position: 0 100%; } }
.low #iryou .up34 {
  position: relative;
  background-image: url(../images/back-2_iryo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 100%; }
  .low #iryou .up34:before {
    position: absolute;
    content: "";
    top: -48.5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 49%;
    background-image: url(../images/back-2_iryo_bf.png);
    background-size: cover;
    z-index: -1; }
    @media screen and (min-width: 1280px) {
      .low #iryou .up34:before {
        top: -55%;
        height: 55%;
        background-repeat: round; } }
    @media only screen and (max-width: 767px) {
      .low #iryou .up34:before {
        top: -15%;
        height: 15%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; } }
  @media only screen and (max-width: 960px) {
    .low #iryou .up34 {
      background-position: 0 100%; } }
  @media only screen and (max-width: 767px) {
    .low #iryou .up34 {
      background-repeat: round;
      background-size: contain;
      background-position: 0 100%; } }
.low #iryou #box1 {
  overflow: hidden; }
  .low #iryou #box1 .sns {
    max-width: 970px;
    margin: 5em auto auto; }
    .low #iryou #box1 .sns .flex-box {
      margin: 0 -25px; }
      .low #iryou #box1 .sns .flex-box div img {
        width: 100%; }
      .low #iryou #box1 .sns .flex-box div.sns1 {
        position: relative;
        border: 1px solid #858585;
        box-sizing: border-box;
        margin: 0 50px;
        width: calc(100% / 2 - 100px); }
        .low #iryou #box1 .sns .flex-box div.sns1 .deco {
          position: absolute;
          top: -51px;
          width: 50px; }
        .low #iryou #box1 .sns .flex-box div.sns1 .iframe {
          height: 370px;
          overflow: auto; }
          .low #iryou #box1 .sns .flex-box div.sns1 .iframe iframe {
            width: 100% !important;
            height: 100% !important; }
      .low #iryou #box1 .sns .flex-box div.sns2 {
        position: relative;
        border: 1px solid #858585;
        box-sizing: border-box;
        margin: 0 50px;
        width: calc(100% / 2 - 100px); }
        @media only screen and (max-width: 960px) {
          .low #iryou #box1 .sns .flex-box div.sns2 {
            overflow: hidden; } }
        .low #iryou #box1 .sns .flex-box div.sns2 .deco {
          position: absolute;
          top: -51px;
          width: 50px; }
        .low #iryou #box1 .sns .flex-box div.sns2 .deco1 {
          position: absolute;
          top: -160px;
          right: -90px;
          width: 50%; }
        .low #iryou #box1 .sns .flex-box div.sns2 .iframe {
          height: 370px;
          overflow: auto; }
          .low #iryou #box1 .sns .flex-box div.sns2 .iframe #insta-widget {
            border: none !important;
            width: 100% !important;
            z-index: 2 !important;
            position: relative; }
          .low #iryou #box1 .sns .flex-box div.sns2 .iframe .img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 1; }
    @media only screen and (max-width: 960px) {
      .low #iryou #box1 .sns {
        width: 90%; }
        .low #iryou #box1 .sns .flex-box div.sns1, .low #iryou #box1 .sns .flex-box div.sns2 {
          margin: 0 25px;
          width: calc(100% / 2 - 50px); } }
    @media only screen and (max-width: 767px) {
      .low #iryou #box1 .sns .flex-box {
        display: block;
        margin: auto; }
        .low #iryou #box1 .sns .flex-box div.sns1 {
          margin: auto;
          width: 100%; }
          .low #iryou #box1 .sns .flex-box div.sns1 .deco {
            left: 0;
            right: 0;
            margin: auto; }
          .low #iryou #box1 .sns .flex-box div.sns1 .iframe {
            height: 300px; }
        .low #iryou #box1 .sns .flex-box div.sns2 {
          margin: 5em auto 0;
          width: 100%; }
          .low #iryou #box1 .sns .flex-box div.sns2 .deco {
            left: 0;
            right: 0;
            margin: auto; }
          .low #iryou #box1 .sns .flex-box div.sns2 .deco1 {
            display: none; }
          .low #iryou #box1 .sns .flex-box div.sns2 .iframe {
            height: 300px; } }
  .low #iryou #box1 .b-content {
    max-width: 970px;
    margin: 2em auto; }
    .low #iryou #box1 .b-content .flex-box {
      align-items: center; }
    .low #iryou #box1 .b-content .thumb {
      position: relative;
      width: 400px; }
      .low #iryou #box1 .b-content .thumb .deco {
        position: absolute;
        left: -10%;
        top: -10%;
        max-width: 125px;
        width: 30%;
        z-index: 1; }
      .low #iryou #box1 .b-content .thumb .text {
        border-left: 1px solid #fff;
        color: #fff;
        font-size: 19px;
        margin-top: 1em;
        padding-left: 1.5em;
        letter-spacing: .2em; }
    .low #iryou #box1 .b-content .comment {
      margin-left: 5%;
      width: 60%; }
    @media only screen and (max-width: 960px) {
      .low #iryou #box1 .b-content {
        margin: 5em auto 0;
        width: 90%; } }
    @media only screen and (max-width: 767px) {
      .low #iryou #box1 .b-content .flex-box {
        display: block; }
      .low #iryou #box1 .b-content .thumb {
        margin: auto 0 auto auto;
        width: 100%; }
        .low #iryou #box1 .b-content .thumb img {
          width: 100%; }
        .low #iryou #box1 .b-content .thumb .deco {
          left: -5%; }
        .low #iryou #box1 .b-content .thumb .text {
          border-left: 1px solid #000;
          color: #000;
          font-size: 16px;
          letter-spacing: .05em;
          padding-left: .75em; }
      .low #iryou #box1 .b-content .comment {
        margin: 1em auto auto;
        width: 100%; } }
.low #iryou #box2 {
  padding-bottom: 2%; }
  .low #iryou #box2 h3 {
    margin-top: 0; }
    @media only screen and (max-width: 960px) {
      .low #iryou #box2 h3 {
        margin: 3em auto; } }
    @media only screen and (max-width: 767px) {
      .low #iryou #box2 h3 {
        margin: 1em auto; } }
  .low #iryou #box2 .b-content {
    max-width: 1150px;
    margin: auto;
    width: 90%; }
    .low #iryou #box2 .b-content .flex-box {
      margin: 0 -20px; }
      .low #iryou #box2 .b-content .flex-box > div {
        margin: 0 20px;
        width: calc(100% / 2 - 40px); }
        .low #iryou #box2 .b-content .flex-box > div img {
          width: 100%; }
    .low #iryou #box2 .b-content .text {
      border-left: 1px solid #fff;
      color: #fff;
      margin-top: 1em;
      padding-left: 1.5em;
      position: relative; }
      .low #iryou #box2 .b-content .text .ttl {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: .5em; }
      .low #iryou #box2 .b-content .text .deco {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px; }
    @media only screen and (max-width: 767px) {
      .low #iryou #box2 .b-content .flex-box {
        display: block;
        margin: auto; }
        .low #iryou #box2 .b-content .flex-box > div {
          margin: 2em auto;
          width: 100%; }
      .low #iryou #box2 .b-content .text {
        padding-left: 1em; }
        .low #iryou #box2 .b-content .text .deco {
          width: 50px; }
        .low #iryou #box2 .b-content .text .ttl {
          font-size: 20px; } }
.low #iryou #box3 {
  margin: 20% auto; }
  @media only screen and (max-width: 960px) {
    .low #iryou #box3 {
      margin: 22% auto 20%; } }
  @media only screen and (max-width: 767px) {
    .low #iryou #box3 {
      margin: 25% auto 26%; } }
  .low #iryou #box3 h3 {
    max-width: 520px; }
    @media only screen and (max-width: 767px) {
      .low #iryou #box3 h3 {
        width: 90%; } }
  .low #iryou #box3 .b-content {
    max-width: 1150px;
    margin: auto;
    position: relative;
    width: 90%; }
    .low #iryou #box3 .b-content .deco1 {
      position: absolute;
      left: 50px;
      top: -190px;
      width: 12%; }
      .low #iryou #box3 .b-content .deco1 img {
        width: 100%; }
    .low #iryou #box3 .b-content .deco2 {
      position: absolute;
      right: 0;
      top: -210px;
      width: 22%; }
      .low #iryou #box3 .b-content .deco2 img {
        width: 100%; }
    .low #iryou #box3 .b-content .flex-box {
      margin: 0 -20px; }
      .low #iryou #box3 .b-content .flex-box > div {
        margin: 0 20px;
        width: calc(100% / 2 - 40px); }
        .low #iryou #box3 .b-content .flex-box > div img {
          width: 100%; }
    .low #iryou #box3 .b-content .text {
      border-left: 1px solid #48b6a3;
      margin-top: 1em;
      padding-left: 1.5em;
      position: relative; }
      .low #iryou #box3 .b-content .text .ttl {
        color: #48b6a3;
        font-size: 25px;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: .5em; }
      .low #iryou #box3 .b-content .text .deco {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px; }
  @media only screen and (max-width: 960px) {
    .low #iryou #box3 .text br.nosp {
      display: none; }
    .low #iryou #box3 .b-content .deco1 {
      left: 0;
      top: -80px; }
    .low #iryou #box3 .b-content .deco2 {
      top: -190px; } }
  @media only screen and (max-width: 767px) {
    .low #iryou #box3 .b-content .deco1 {
      display: none; }
    .low #iryou #box3 .b-content .deco2 {
      right: -15px;
      top: -17%;
      width: 25%;
      z-index: -1; }
    .low #iryou #box3 .b-content .flex-box {
      display: block;
      margin: auto; }
      .low #iryou #box3 .b-content .flex-box > div {
        margin: 2em auto;
        width: 100%; }
    .low #iryou #box3 .b-content .text {
      padding-left: 1em; }
      .low #iryou #box3 .b-content .text .deco {
        width: 50px; }
      .low #iryou #box3 .b-content .text .ttl {
        font-size: 20px; } }
.low #iryou #box4 {
  padding-bottom: 5%; }
  .low #iryou #box4 h3 {
    max-width: 420px; }
    @media only screen and (max-width: 767px) {
      .low #iryou #box4 h3 {
        width: 75%; } }
  .low #iryou #box4 .b-content {
    max-width: 1150px;
    margin: auto;
    position: relative;
    width: 90%; }
    .low #iryou #box4 .b-content .deco1 {
      position: absolute;
      top: -250px;
      width: 10%; }
      .low #iryou #box4 .b-content .deco1 img {
        width: 100%; }
    .low #iryou #box4 .b-content .deco2 {
      position: absolute;
      top: -400px;
      right: 0;
      width: 22%; }
      .low #iryou #box4 .b-content .deco2 img {
        width: 100%; }
    .low #iryou #box4 .b-content .flex-box {
      margin: 0 -20px; }
      .low #iryou #box4 .b-content .flex-box > div {
        margin: 0 20px;
        width: calc(100% / 2 - 40px); }
        .low #iryou #box4 .b-content .flex-box > div img {
          width: 100%; }
    .low #iryou #box4 .b-content .text {
      border-left: 1px solid #fff;
      color: #fff;
      margin-top: 1em;
      padding-left: 1.5em;
      position: relative; }
      .low #iryou #box4 .b-content .text .ttl {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: .5em; }
      .low #iryou #box4 .b-content .text .deco {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px; }
    @media only screen and (max-width: 960px) {
      .low #iryou #box4 .b-content .deco2 {
        top: -320px;
        right: -10px; }
      .low #iryou #box4 .b-content .flex-box {
        margin: 0 -15px; }
        .low #iryou #box4 .b-content .flex-box > div {
          margin: 0 15px;
          width: calc(100% / 2 - 30px); }
      .low #iryou #box4 .b-content .text br.nosp {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .low #iryou #box4 .b-content .deco1 {
        display: none; }
      .low #iryou #box4 .b-content .deco2 {
        top: -25%; }
      .low #iryou #box4 .b-content .flex-box {
        display: block;
        margin: auto; }
        .low #iryou #box4 .b-content .flex-box > div {
          margin: 2em auto;
          width: 100%; }
      .low #iryou #box4 .b-content .text {
        padding-left: 1em; }
        .low #iryou #box4 .b-content .text .deco {
          width: 50px; }
        .low #iryou #box4 .b-content .text .ttl {
          font-size: 20px; } }
.low #ohara #main {
  position: relative; }
.low #ohara .head {
  background: #ff727c; }
.low #ohara h3 {
  max-width: 380px;
  margin: 3em auto; }
  .low #ohara h3 img {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .low #ohara h3 {
      margin: 2em auto;
      width: 70%; } }
.low #ohara .up12 {
  position: relative;
  background-image: url(../images/back-ohara.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 100%; }
  .low #ohara .up12:before {
    position: absolute;
    content: "";
    top: -49%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 49%;
    background-image: url(../images/back-ohara_bf.png);
    background-size: cover;
    z-index: -1; }
    @media screen and (min-width: 1280px) {
      .low #ohara .up12:before {
        top: -55%;
        height: 55%;
        background-repeat: round; } }
    @media only screen and (max-width: 960px) {
      .low #ohara .up12:before {
        top: -49%; } }
    @media only screen and (max-width: 767px) {
      .low #ohara .up12:before {
        top: -15%;
        height: 15%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; } }
  .low #ohara .up12:after {
    position: absolute;
    content: "";
    bottom: -49%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 49%;
    background-image: url(../images/back-ohara_af.png);
    background-size: cover;
    z-index: -1; }
    @media screen and (min-width: 1280px) {
      .low #ohara .up12:after {
        bottom: -55%;
        height: 55%;
        background-repeat: round; } }
    @media only screen and (max-width: 767px) {
      .low #ohara .up12:after {
        bottom: -15%;
        height: 15%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; } }
  @media only screen and (max-width: 960px) {
    .low #ohara .up12 {
      background-position: 0 100%; } }
  @media only screen and (max-width: 767px) {
    .low #ohara .up12 {
      background-repeat: round;
      background-size: contain;
      background-position: 0 100%; } }
.low #ohara .up34 {
  position: relative;
  background-image: url(../images/back-ohara.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 100%; }
  .low #ohara .up34:before {
    position: absolute;
    content: "";
    top: -49%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 49%;
    background-image: url(../images/back-ohara_bf2.png);
    background-size: cover;
    z-index: -1; }
    @media screen and (min-width: 1280px) {
      .low #ohara .up34:before {
        top: -55%;
        height: 55%;
        background-repeat: round; } }
    @media only screen and (max-width: 960px) {
      .low #ohara .up34:before {
        top: -45%; } }
    @media only screen and (max-width: 767px) {
      .low #ohara .up34:before {
        top: -15%;
        height: 15%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; } }
  @media only screen and (max-width: 960px) {
    .low #ohara .up34 {
      background-position: 0 100%; } }
  @media only screen and (max-width: 767px) {
    .low #ohara .up34 {
      background-repeat: round;
      background-size: contain;
      background-position: 0 100%; } }
.low #ohara #box1 {
  overflow: hidden;
  position: relative;
  z-index: 2; }
  .low #ohara #box1 .b-content {
    max-width: 1280px;
    margin: auto; }
    .low #ohara #box1 .b-content .youtube {
      max-width: 780px;
      margin: auto auto auto 0;
      position: relative;
      width: 70%;
      height: 440px; }
      .low #ohara #box1 .b-content .youtube .movie {
        width: 100%;
        height: 100%; }
    .low #ohara #box1 .b-content .thumb {
      margin: auto;
      width: 28%; }
      .low #ohara #box1 .b-content .thumb img {
        width: 100%; }
    @media only screen and (max-width: 960px) {
      .low #ohara #box1 .b-content .flex-box {
        align-items: center; }
      .low #ohara #box1 .b-content .youtube {
        height: 360px; }
      .low #ohara #box1 .b-content .thumb {
        margin: 0 5%;
        width: 35%; } }
    @media only screen and (max-width: 767px) {
      .low #ohara #box1 .b-content {
        margin: auto;
        width: 90%; }
        .low #ohara #box1 .b-content .flex-box {
          display: block; }
          .low #ohara #box1 .b-content .flex-box .youtube {
            width: 100%;
            height: auto;
            position: relative;
            padding: 30% 0; }
            .low #ohara #box1 .b-content .flex-box .youtube .movie {
              position: absolute;
              top: 0;
              bottom: 0; }
          .low #ohara #box1 .b-content .flex-box .nopc {
            align-items: center;
            display: flex;
            margin-top: 1em; }
            .low #ohara #box1 .b-content .flex-box .nopc p {
              color: #ff505a;
              font-size: .95em;
              text-align: center;
              width: 55%; }
            .low #ohara #box1 .b-content .flex-box .nopc .img {
              width: 45%; } }
  .low #ohara #box1 .sns {
    max-width: 970px;
    margin: 5em auto; }
    .low #ohara #box1 .sns .flex-box {
      margin: 0 -90px; }
      .low #ohara #box1 .sns .flex-box img {
        width: 100%; }
      .low #ohara #box1 .sns .flex-box .sns1 {
        position: relative;
        border: 1px solid #858585;
        box-sizing: border-box;
        margin: 0 90px;
        width: calc(100% / 2 - 180px); }
        .low #ohara #box1 .sns .flex-box .sns1 .deco {
          position: absolute;
          top: -51px;
          width: 50px; }
        .low #ohara #box1 .sns .flex-box .sns1 .iframe {
          height: 370px;
          overflow: auto; }
          .low #ohara #box1 .sns .flex-box .sns1 .iframe iframe {
            width: 100% !important;
            height: 100% !important; }
      .low #ohara #box1 .sns .flex-box .thumb {
        position: relative;
        box-sizing: border-box;
        margin: 0 90px;
        width: calc(100% / 2 - 180px); }
        .low #ohara #box1 .sns .flex-box .thumb .deco {
          position: absolute;
          left: -10%;
          top: -10%;
          max-width: 125px;
          width: 30%;
          z-index: 1; }
        .low #ohara #box1 .sns .flex-box .thumb .text {
          border-left: 1px solid #fff;
          color: #fff;
          font-size: 19px;
          margin-top: 1em;
          padding-left: 1.5em;
          letter-spacing: .2em; }
        @media only screen and (max-width: 767px) {
          .low #ohara #box1 .sns .flex-box .thumb .deco {
            left: -5%; } }
    @media only screen and (max-width: 960px) {
      .low #ohara #box1 .sns {
        margin: 5em auto 0;
        width: 90%; }
        .low #ohara #box1 .sns .flex-box {
          margin: 0 -40px; }
          .low #ohara #box1 .sns .flex-box .sns1,
          .low #ohara #box1 .sns .flex-box .thumb {
            margin: 0 40px;
            width: calc(100% / 2 - 80px); } }
    @media only screen and (max-width: 767px) {
      .low #ohara #box1 .sns .flex-box {
        display: block;
        margin: auto; }
        .low #ohara #box1 .sns .flex-box div.sns1 {
          margin: auto;
          width: 100%; }
          .low #ohara #box1 .sns .flex-box div.sns1 .deco {
            left: 0;
            right: 0;
            margin: auto; }
          .low #ohara #box1 .sns .flex-box div.sns1 .iframe {
            height: 300px; }
        .low #ohara #box1 .sns .flex-box div.thumb {
          margin: 5em auto 0;
          width: 100%; }
          .low #ohara #box1 .sns .flex-box div.thumb .deco1 {
            display: none; }
          .low #ohara #box1 .sns .flex-box div.thumb .text {
            font-size: 15px;
            padding-left: 1em; } }
.low #ohara #box2 {
  margin-top: -10%;
  padding-top: 15%;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .low #ohara #box2 {
      margin-top: -20%;
      padding-top: 30%; } }
  .low #ohara #box2 h3 {
    margin-top: 0; }
    @media only screen and (max-width: 960px) {
      .low #ohara #box2 h3 {
        margin: 3em auto; } }
    @media only screen and (max-width: 767px) {
      .low #ohara #box2 h3 {
        margin: 1em auto 2em; } }
  .low #ohara #box2 .b-content {
    max-width: 1150px;
    margin: auto;
    position: relative;
    width: 90%; }
    .low #ohara #box2 .b-content .deco1 {
      position: absolute;
      right: 5%;
      top: -30%;
      width: 12%; }
    .low #ohara #box2 .b-content .flex-box {
      align-items: center;
      margin: 0 -30px; }
      .low #ohara #box2 .b-content .flex-box > div {
        margin: 0 30px;
        width: calc(100% / 2 - 60px); }
    .low #ohara #box2 .b-content .txt-box {
      color: #fff;
      position: relative; }
      .low #ohara #box2 .b-content .txt-box h4 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: .5em; }
      .low #ohara #box2 .b-content .txt-box .text {
        font-size: 17px;
        line-height: 1.75; }
      .low #ohara #box2 .b-content .txt-box .notes {
        margin-top: 1em; }
        .low #ohara #box2 .b-content .txt-box .notes span {
          background: #ffff00;
          border-radius: 5px;
          color: #ff505a;
          font-size: 19px;
          margin-left: 1.5em;
          padding: .25em 1em;
          vertical-align: middle; }
    @media only screen and (max-width: 960px) {
      .low #ohara #box2 .b-content .flex-box {
        margin: 0 -20px; }
        .low #ohara #box2 .b-content .flex-box > div {
          margin: 0 20px;
          width: calc(100% / 2 - 40px); } }
    @media only screen and (max-width: 767px) {
      .low #ohara #box2 .b-content .flex-box {
        display: block;
        margin: auto; }
        .low #ohara #box2 .b-content .flex-box > div {
          margin: auto;
          width: 100%; }
          .low #ohara #box2 .b-content .flex-box > div img {
            width: 100%; }
          .low #ohara #box2 .b-content .flex-box > div.txt-box {
            margin-top: 1em; }
            .low #ohara #box2 .b-content .flex-box > div.txt-box h4 {
              font-size: 22px; }
            .low #ohara #box2 .b-content .flex-box > div.txt-box .text {
              font-size: 15px; }
            .low #ohara #box2 .b-content .flex-box > div.txt-box .notes img {
              width: 50px; }
            .low #ohara #box2 .b-content .flex-box > div.txt-box .notes span {
              font-size: 17px;
              margin-left: 1em; } }
.low #ohara #box3 {
  margin: 25% auto; }
  .low #ohara #box3 h3 {
    max-width: 520px; }
    @media only screen and (max-width: 767px) {
      .low #ohara #box3 h3 {
        width: 90%; } }
  .low #ohara #box3 .b-content {
    max-width: 1150px;
    margin: auto;
    position: relative;
    width: 90%; }
    .low #ohara #box3 .b-content .deco1 {
      position: absolute;
      left: 2%;
      top: -55%;
      width: 15%; }
      .low #ohara #box3 .b-content .deco1 img {
        width: 100%; }
      @media only screen and (max-width: 960px) {
        .low #ohara #box3 .b-content .deco1 {
          top: -70%; } }
    .low #ohara #box3 .b-content .deco2 {
      position: absolute;
      right: 0;
      top: -76%;
      width: 30%; }
      .low #ohara #box3 .b-content .deco2 img {
        width: 100%; }
      @media only screen and (max-width: 960px) {
        .low #ohara #box3 .b-content .deco2 {
          top: -65%; } }
    .low #ohara #box3 .b-content .flex-box {
      margin: 0 -20px; }
      .low #ohara #box3 .b-content .flex-box > div {
        margin: 0 20px;
        width: calc(100% / 2 - 40px); }
        @media only screen and (max-width: 767px) {
          .low #ohara #box3 .b-content .flex-box > div img {
            width: 100%; } }
    .low #ohara #box3 .b-content .text {
      border-left: 1px solid #ff505a;
      margin-top: 1em;
      padding-left: 1.5em;
      position: relative; }
      .low #ohara #box3 .b-content .text .ttl {
        color: #ff505a;
        font-size: 25px;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: .5em; }
      .low #ohara #box3 .b-content .text .deco {
        position: absolute;
        top: 0;
        right: 0; }
        .low #ohara #box3 .b-content .text .deco span {
          background: #ffff00;
          border-radius: 5px;
          color: #ff505a;
          font-size: 19px;
          margin-right: 1em;
          padding: .25em 1em;
          vertical-align: middle; }
      @media only screen and (max-width: 960px) {
        .low #ohara #box3 .b-content .text .nopc {
          display: block; }
        .low #ohara #box3 .b-content .text .nosp {
          display: none; }
        .low #ohara #box3 .b-content .text .deco {
          top: -10px;
          text-align: center; }
          .low #ohara #box3 .b-content .text .deco .nopc {
            display: block; }
          .low #ohara #box3 .b-content .text .deco .nosp {
            display: none; }
          .low #ohara #box3 .b-content .text .deco img {
            width: 50px; }
          .low #ohara #box3 .b-content .text .deco span {
            margin-right: 0;
            font-size: 12px; } }
  @media only screen and (max-width: 767px) {
    .low #ohara #box3 .b-content .deco1 {
      display: none; }
    .low #ohara #box3 .b-content .deco2 {
      right: 0;
      top: -20%;
      width: 35%; }
    .low #ohara #box3 .b-content .flex-box {
      display: block;
      margin: auto; }
      .low #ohara #box3 .b-content .flex-box > div {
        margin: 2em auto;
        width: 100%; }
    .low #ohara #box3 .b-content .text {
      padding-left: 1em; }
      .low #ohara #box3 .b-content .text .deco {
        display: block;
        position: relative;
        text-align: left;
        top: inherit; }
        .low #ohara #box3 .b-content .text .deco .nopc {
          display: inline-block;
          font-size: 15px;
          margin-left: .5em; }
      .low #ohara #box3 .b-content .text .ttl {
        font-size: 20px; } }
.low #ohara #box4 {
  padding-bottom: 5%; }
  .low #ohara #box4 h3 {
    max-width: 420px; }
    @media only screen and (max-width: 767px) {
      .low #ohara #box4 h3 {
        width: 70%; } }
  .low #ohara #box4 .b-content {
    max-width: 1150px;
    margin: auto;
    position: relative;
    width: 90%; }
    .low #ohara #box4 .b-content .deco1 {
      position: absolute;
      top: -82%;
      right: 0;
      width: 12%; }
      .low #ohara #box4 .b-content .deco1 img {
        width: 100%; }
    .low #ohara #box4 .b-content .flex-box {
      margin: 0 -20px; }
      .low #ohara #box4 .b-content .flex-box > div {
        margin: 0 20px;
        position: relative;
        width: calc(100% / 2 - 40px); }
        @media only screen and (max-width: 767px) {
          .low #ohara #box4 .b-content .flex-box > div img {
            width: 100%; } }
        .low #ohara #box4 .b-content .flex-box > div .deco2 {
          position: absolute;
          top: 0;
          right: 0; }
          .low #ohara #box4 .b-content .flex-box > div .deco2 span {
            background: #ffff00;
            border-radius: 5px;
            color: #ff505a;
            font-size: 19px;
            margin-right: 1em;
            padding: .25em 1em;
            vertical-align: middle; }
          @media only screen and (max-width: 960px) {
            .low #ohara #box4 .b-content .flex-box > div .deco2 {
              top: -10px;
              text-align: center; }
              .low #ohara #box4 .b-content .flex-box > div .deco2 .nopc {
                display: block; }
              .low #ohara #box4 .b-content .flex-box > div .deco2 .nosp {
                display: none; }
              .low #ohara #box4 .b-content .flex-box > div .deco2 span {
                margin-right: 0;
                margin-top: .5em;
                font-size: 12px; } }
          @media only screen and (max-width: 767px) {
            .low #ohara #box4 .b-content .flex-box > div .deco2 {
              display: block;
              margin-top: .5em;
              position: relative;
              text-align: left;
              top: inherit; }
              .low #ohara #box4 .b-content .flex-box > div .deco2 img {
                width: 50px; }
              .low #ohara #box4 .b-content .flex-box > div .deco2 .nopc {
                display: inline-block;
                font-size: 15px;
                margin-left: .5em; } }
    .low #ohara #box4 .b-content .text {
      border-left: 1px solid #fff;
      color: #fff;
      margin-top: 1em;
      padding-left: 1.5em;
      position: relative; }
      .low #ohara #box4 .b-content .text .ttl {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: .5em; }
      .low #ohara #box4 .b-content .text .deco {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px; }
    @media only screen and (max-width: 960px) {
      .low #ohara #box4 .b-content .deco2 {
        top: -320px;
        right: -10px; }
      .low #ohara #box4 .b-content .flex-box {
        margin: 0 -15px; }
        .low #ohara #box4 .b-content .flex-box > div {
          margin: 0 15px;
          width: calc(100% / 2 - 30px); }
      .low #ohara #box4 .b-content .text br.nosp {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .low #ohara #box4 .b-content .deco1 {
        display: none; }
      .low #ohara #box4 .b-content .flex-box {
        display: block;
        margin: auto; }
        .low #ohara #box4 .b-content .flex-box > div {
          margin: 2em auto;
          width: 100%; }
      .low #ohara #box4 .b-content .text {
        padding-left: 1em; }
        .low #ohara #box4 .b-content .text .deco {
          width: 50px; }
        .low #ohara #box4 .b-content .text .ttl {
          font-size: 20px; } }
.low #kouka #main {
  position: relative; }
.low #kouka .head {
  background: #2298e4; }
.low #kouka h3 {
  max-width: 580px;
  margin: 3em auto; }
  .low #kouka h3 img {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .low #kouka h3 {
      margin: 2em auto;
      width: 100%; } }
.low #kouka .up12 {
  position: relative;
  background-image: url(../images/back-kouka.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 100%; }
  .low #kouka .up12:before {
    position: absolute;
    content: "";
    top: -49%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 49%;
    background-image: url(../images/back-kouka_bf.png);
    background-size: cover;
    z-index: -1; }
    @media screen and (min-width: 1280px) {
      .low #kouka .up12:before {
        top: -40%;
        height: 40%;
        background-repeat: round; } }
    @media only screen and (max-width: 960px) {
      .low #kouka .up12:before {
        top: -35%;
        height: 36%; } }
    @media only screen and (max-width: 767px) {
      .low #kouka .up12:before {
        top: -15%;
        height: 15%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; } }
  .low #kouka .up12:after {
    position: absolute;
    content: "";
    bottom: -30%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 35%;
    background-image: url(../images/back-kouka_af.png);
    background-size: cover;
    z-index: -1; }
    @media screen and (min-width: 1280px) {
      .low #kouka .up12:after {
        bottom: -40%;
        height: 40%;
        background-repeat: round; } }
    @media only screen and (max-width: 767px) {
      .low #kouka .up12:after {
        bottom: -15%;
        height: 15%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; } }
  @media only screen and (max-width: 960px) {
    .low #kouka .up12 {
      background-position: 0 100%; } }
  @media only screen and (max-width: 767px) {
    .low #kouka .up12 {
      background-repeat: round;
      background-size: contain;
      background-position: 0 100%; } }
.low #kouka .up34 {
  position: relative;
  background-image: url(../images/back-kouka.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 100%; }
  .low #kouka .up34:before {
    position: absolute;
    content: "";
    top: -49%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 49%;
    background-image: url(../images/back-kouka_bf2.png);
    background-size: cover;
    z-index: -1; }
    @media screen and (min-width: 1280px) {
      .low #kouka .up34:before {
        top: -55%;
        height: 55%;
        background-repeat: round; } }
    @media only screen and (max-width: 960px) {
      .low #kouka .up34:before {
        top: -45%; } }
    @media only screen and (max-width: 767px) {
      .low #kouka .up34:before {
        top: -15%;
        height: 15%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; } }
  .low #kouka .up34:after {
    position: absolute;
    content: "";
    bottom: -30%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 35%;
    background-image: url(../images/back-kouka_af2.png);
    background-size: cover;
    z-index: -1; }
    @media screen and (min-width: 1280px) {
      .low #kouka .up34:after {
        bottom: -55%;
        height: 55%;
        background-repeat: round; } }
    @media only screen and (max-width: 767px) {
      .low #kouka .up34:after {
        bottom: -15%;
        height: 15%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; } }
  @media only screen and (max-width: 960px) {
    .low #kouka .up34 {
      background-position: 0 100%; } }
  @media only screen and (max-width: 767px) {
    .low #kouka .up34 {
      background-repeat: round;
      background-size: contain;
      background-position: 0 100%; } }
.low #kouka #box1 {
  overflow: hidden;
  position: relative;
  z-index: 2; }
  .low #kouka #box1 .b-content {
    max-width: 1280px;
    margin: auto; }
    .low #kouka #box1 .b-content .youtube {
      max-width: 780px;
      margin: auto auto auto 0;
      position: relative;
      width: 70%;
      height: 440px; }
      .low #kouka #box1 .b-content .youtube .movie {
        width: 100%;
        height: 100%; }
    .low #kouka #box1 .b-content .thumb {
      margin: auto;
      width: 28%; }
      .low #kouka #box1 .b-content .thumb img {
        width: 100%; }
    @media only screen and (max-width: 960px) {
      .low #kouka #box1 .b-content .flex-box {
        align-items: center; }
      .low #kouka #box1 .b-content .youtube {
        height: 360px; }
      .low #kouka #box1 .b-content .thumb {
        margin: 0 5%;
        width: 35%; } }
    @media only screen and (max-width: 767px) {
      .low #kouka #box1 .b-content {
        margin: auto;
        width: 90%; }
        .low #kouka #box1 .b-content .flex-box {
          display: block;
          margin: auto; }
        .low #kouka #box1 .b-content .youtube {
          height: auto;
          padding: 30% 0;
          position: relative;
          width: 100%; }
          .low #kouka #box1 .b-content .youtube .movie {
            position: absolute;
            top: 0;
            bottom: 0; }
        .low #kouka #box1 .b-content .nopc {
          align-items: center;
          display: flex;
          margin-top: 1em; }
          .low #kouka #box1 .b-content .nopc p {
            color: #2298e4;
            width: 60%; }
          .low #kouka #box1 .b-content .nopc .img {
            width: 40%; } }
  .low #kouka #box1 .block1 {
    max-width: 1000px;
    margin: 5em auto; }
    @media only screen and (max-width: 960px) {
      .low #kouka #box1 .block1 {
        width: 90%; } }
    .low #kouka #box1 .block1 .flex-box {
      align-items: center;
      flex-flow: row-reverse; }
    .low #kouka #box1 .block1 .youtube {
      height: 305px;
      max-width: 540px;
      margin: auto;
      position: relative;
      width: 55%; }
      @media only screen and (max-width: 767px) {
        .low #kouka #box1 .block1 .youtube {
          max-width: 767px; } }
      .low #kouka #box1 .block1 .youtube .deco {
        position: absolute;
        left: -25%;
        top: -10%;
        width: 20%; }
        @media only screen and (max-width: 767px) {
          .low #kouka #box1 .block1 .youtube .deco {
            left: -5%;
            top: -32%; } }
      .low #kouka #box1 .block1 .youtube .movie {
        width: 100%;
        height: 100%; }
      @media only screen and (max-width: 960px) {
        .low #kouka #box1 .block1 .youtube {
          height: 280px; } }
    .low #kouka #box1 .block1 .txt-box {
      position: relative;
      width: 45%; }
      .low #kouka #box1 .block1 .txt-box .deco {
        position: absolute;
        left: -15%;
        top: -65%;
        width: 25%; }
      .low #kouka #box1 .block1 .txt-box h4 {
        color: #2298e4;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: .5em; }
      .low #kouka #box1 .block1 .txt-box .text {
        font-size: 17px;
        line-height: 1.75; }
      @media only screen and (max-width: 960px) {
        .low #kouka #box1 .block1 .txt-box {
          margin-right: 3%;
          width: 42%; }
          .low #kouka #box1 .block1 .txt-box .nosp {
            display: none; } }
    @media only screen and (max-width: 767px) {
      .low #kouka #box1 .block1 {
        margin: 3em auto; }
        .low #kouka #box1 .block1 .flex-box {
          display: block;
          margin: auto; }
        .low #kouka #box1 .block1 .youtube {
          height: auto;
          padding: 30% 0;
          position: relative;
          width: 100%; }
          .low #kouka #box1 .block1 .youtube .movie {
            position: absolute;
            top: 0;
            bottom: 0; }
        .low #kouka #box1 .block1 .txt-box {
          margin: 1em auto 0;
          width: 100%; }
          .low #kouka #box1 .block1 .txt-box .deco {
            left: inherit;
            right: 0;
            top: 0; }
          .low #kouka #box1 .block1 .txt-box h4 {
            font-size: 22px; }
          .low #kouka #box1 .block1 .txt-box .text {
            font-size: 15px; } }
  .low #kouka #box1 .block2 {
    max-width: 1000px;
    margin: 5em auto; }
    @media only screen and (max-width: 960px) {
      .low #kouka #box1 .block2 {
        width: 90%; } }
    .low #kouka #box1 .block2 .flex-box {
      align-items: center; }
    .low #kouka #box1 .block2 .thumb {
      position: relative;
      width: 55%; }
      .low #kouka #box1 .block2 .thumb img {
        width: 100%; }
      .low #kouka #box1 .block2 .thumb .deco {
        border: none;
        background: none;
        position: absolute;
        right: -25%;
        top: -12%;
        margin: auto;
        width: 28%; }
        @media only screen and (max-width: 767px) {
          .low #kouka #box1 .block2 .thumb .deco {
            display: none; } }
      .low #kouka #box1 .block2 .thumb p {
        background: #fff;
        border: 1px solid #2298e4;
        color: #2298e4;
        display: inline-block;
        margin-bottom: .75em;
        padding: 0 1.25em; }
    .low #kouka #box1 .block2 .txt-box {
      margin-left: 5%;
      max-width: 330px;
      position: relative;
      width: 40%; }
      @media only screen and (max-width: 767px) {
        .low #kouka #box1 .block2 .txt-box {
          max-width: 767px; } }
      .low #kouka #box1 .block2 .txt-box .deco {
        position: absolute;
        right: 0;
        top: -25%;
        width: 30%; }
        @media only screen and (max-width: 767px) {
          .low #kouka #box1 .block2 .txt-box .deco {
            top: -27%; } }
      .low #kouka #box1 .block2 .txt-box h4 {
        color: #2298e4;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: .5em; }
      .low #kouka #box1 .block2 .txt-box .text {
        font-size: 17px;
        line-height: 1.75; }
      .low #kouka #box1 .block2 .txt-box ul {
        display: flex;
        margin: 1em -10px 0; }
        .low #kouka #box1 .block2 .txt-box ul li {
          margin: 0 10px;
          width: calc(100% / 2 - 20px); }
          .low #kouka #box1 .block2 .txt-box ul li a {
            background: #fff;
            border: 1px solid #2298e4;
            color: #2298e4;
            display: block;
            text-align: center;
            text-decoration: none; }
            .low #kouka #box1 .block2 .txt-box ul li a:hover {
              background: #2298e4;
              color: #fff;
              opacity: 1; }
      @media only screen and (max-width: 960px) {
        .low #kouka #box1 .block2 .txt-box .nosp {
          display: none; }
        .low #kouka #box1 .block2 .txt-box .deco {
          width: 30%; } }
    @media only screen and (max-width: 767px) {
      .low #kouka #box1 .block2 {
        margin: 3em auto; }
        .low #kouka #box1 .block2 .flex-box {
          display: block;
          margin: auto; }
        .low #kouka #box1 .block2 .thumb {
          width: 100%; }
        .low #kouka #box1 .block2 .txt-box {
          margin: 1em auto 0;
          width: 100%; }
          .low #kouka #box1 .block2 .txt-box .deco {
            top: 0; }
          .low #kouka #box1 .block2 .txt-box h4 {
            font-size: 22px; }
          .low #kouka #box1 .block2 .txt-box .text {
            font-size: 15px; } }
.low #kouka #box2 {
  margin-top: 10%;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 960px) {
    .low #kouka #box2 {
      overflow: hidden; } }
  @media only screen and (max-width: 767px) {
    .low #kouka #box2 h3 {
      width: 90%; } }
  .low #kouka #box2 .b-content {
    max-width: 780px;
    margin: auto auto 5em;
    position: relative; }
    @media only screen and (max-width: 960px) {
      .low #kouka #box2 .b-content {
        width: 90%; } }
    .low #kouka #box2 .b-content .deco1 {
      position: absolute;
      right: -15%;
      top: -40%;
      width: 18%; }
      @media only screen and (max-width: 960px) {
        .low #kouka #box2 .b-content .deco1 {
          display: none; } }
    .low #kouka #box2 .b-content .deco2 {
      position: absolute;
      left: -10%;
      top: -50%;
      width: 15%; }
      @media only screen and (max-width: 960px) {
        .low #kouka #box2 .b-content .deco2 {
          top: -30%;
          left: -5%;
          z-index: -1; } }
    @media only screen and (max-width: 767px) {
      .low #kouka #box2 .b-content {
        margin: auto auto 3em; }
        .low #kouka #box2 .b-content .txt-content {
          padding-left: 1em; }
          .low #kouka #box2 .b-content .txt-content .deco {
            width: 50px; }
          .low #kouka #box2 .b-content .txt-content .ttl {
            font-size: 20px;
            margin-bottom: .5em; } }
  .low #kouka #box2 .flex-box {
    max-width: 1150px;
    margin: auto; }
    @media only screen and (max-width: 960px) {
      .low #kouka #box2 .flex-box {
        width: 95%; } }
    .low #kouka #box2 .flex-box > div {
      margin: 0 20px;
      width: calc(100% / 2 - 40px); }
      .low #kouka #box2 .flex-box > div .ttl {
        margin-bottom: .2em; }
    @media only screen and (max-width: 767px) {
      .low #kouka #box2 .flex-box {
        display: block;
        margin: auto;
        width: 90%; }
        .low #kouka #box2 .flex-box > div {
          margin: auto auto 20px;
          width: 100%; }
          .low #kouka #box2 .flex-box > div img {
            width: 100%; } }
  .low #kouka #box2 .txt-content {
    border-left: 1px solid #fff;
    color: #fff;
    letter-spacing: .3em;
    margin-top: 1em;
    padding-left: 1.5em;
    padding-bottom: 1em;
    position: relative; }
    .low #kouka #box2 .txt-content .deco {
      position: absolute;
      top: 0;
      right: 0; }
    .low #kouka #box2 .txt-content .ttl {
      font-size: 28px;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: .5em; }
    .low #kouka #box2 .txt-content .course {
      border: 1px solid #fff;
      display: inline-block;
      font-size: 24px;
      margin-bottom: .5em;
      padding: 0 .75em; }
    .low #kouka #box2 .txt-content .txt {
      font-size: 17px;
      line-height: 1.75;
      letter-spacing: .25em; }
      @media only screen and (max-width: 960px) {
        .low #kouka #box2 .txt-content .txt .nosp {
          display: none; } }
    @media only screen and (max-width: 767px) {
      .low #kouka #box2 .txt-content {
        padding-left: 1em; }
        .low #kouka #box2 .txt-content .deco {
          width: 50px; }
        .low #kouka #box2 .txt-content .ttl {
          font-size: 20px;
          margin-bottom: .25em; }
        .low #kouka #box2 .txt-content .course {
          font-size: 18px; }
        .low #kouka #box2 .txt-content .txt {
          font-size: 15px;
          line-height: 1.55;
          letter-spacing: .15em; } }
.low #kouka #box3 {
  margin: 25% auto; }
  @media only screen and (max-width: 960px) {
    .low #kouka #box3 {
      overflow: hidden; } }
  @media only screen and (max-width: 767px) {
    .low #kouka #box3 h3 {
      margin-bottom: 0; } }
  .low #kouka #box3 .b-content {
    max-width: 1150px;
    margin: auto;
    position: relative;
    width: 90%; }
    .low #kouka #box3 .b-content .deco1 {
      position: absolute;
      left: 5%;
      top: -20%;
      width: 22%; }
      @media only screen and (max-width: 960px) {
        .low #kouka #box3 .b-content .deco1 {
          left: 0;
          top: -13%;
          width: 13%;
          z-index: -1; } }
      @media only screen and (max-width: 767px) {
        .low #kouka #box3 .b-content .deco1 {
          display: none; } }
    .low #kouka #box3 .b-content .deco2 {
      position: absolute;
      right: 0;
      top: -25%;
      width: 18%; }
      @media only screen and (max-width: 960px) {
        .low #kouka #box3 .b-content .deco2 {
          top: -10%;
          z-index: -1; } }
      @media only screen and (max-width: 767px) {
        .low #kouka #box3 .b-content .deco2 {
          display: none; } }
    .low #kouka #box3 .b-content .flex-box {
      flex-wrap: wrap;
      margin: 0 -20px; }
      .low #kouka #box3 .b-content .flex-box > div {
        margin: 50px 20px;
        width: calc(100% / 2 - 40px); }
      @media only screen and (max-width: 960px) {
        .low #kouka #box3 .b-content .flex-box {
          margin: 0 -10px; }
          .low #kouka #box3 .b-content .flex-box > div {
            margin: 50px 10px;
            width: calc(100% / 2 - 20px); } }
      @media only screen and (max-width: 767px) {
        .low #kouka #box3 .b-content .flex-box {
          margin: auto; }
          .low #kouka #box3 .b-content .flex-box > div {
            margin: 20px auto;
            width: 100%; } }
    .low #kouka #box3 .b-content .youtube {
      width: 100%;
      height: 305px; }
      .low #kouka #box3 .b-content .youtube .movie {
        width: 100%;
        height: 100%; }
      @media only screen and (max-width: 960px) {
        .low #kouka #box3 .b-content .youtube {
          height: 220px; } }
      @media only screen and (max-width: 767px) {
        .low #kouka #box3 .b-content .youtube {
          height: auto;
          padding: 30% 0;
          position: relative;
          width: 100%; }
          .low #kouka #box3 .b-content .youtube .movie {
            position: absolute;
            top: 0;
            bottom: 0; } }
    .low #kouka #box3 .b-content .movie-link {
      box-sizing: border-box;
      border: 1px solid #ccc; }
    .low #kouka #box3 .b-content .text {
      border-left: 1px solid #2298e4;
      margin-top: 1em;
      padding-left: 1.5em;
      position: relative; }
      .low #kouka #box3 .b-content .text .ttl {
        color: #2298e4;
        font-size: 25px;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: .5em; }
      @media only screen and (max-width: 767px) {
        .low #kouka #box3 .b-content .text {
          padding-left: 1em; }
          .low #kouka #box3 .b-content .text .ttl {
            font-size: 20px;
            margin-bottom: .25em; }
          .low #kouka #box3 .b-content .text .course {
            font-size: 18px; } }
.low #kouka #box4 {
  padding-bottom: 5%; }
  @media only screen and (max-width: 960px) {
    .low #kouka #box4 {
      overflow: hidden; } }
  .low #kouka #box4 .b-content {
    max-width: 1150px;
    margin: auto;
    position: relative;
    width: 90%; }
    .low #kouka #box4 .b-content .deco2 {
      position: absolute;
      top: -50%;
      left: 15%;
      width: 12%; }
      .low #kouka #box4 .b-content .deco2 img {
        width: 100%; }
      @media only screen and (max-width: 960px) {
        .low #kouka #box4 .b-content .deco2 {
          top: -35%;
          left: 0%; } }
    .low #kouka #box4 .b-content .deco3 {
      position: absolute;
      right: 5%;
      top: -70%;
      width: 12%; }
      @media only screen and (max-width: 960px) {
        .low #kouka #box4 .b-content .deco3 {
          display: none; } }
    .low #kouka #box4 .b-content .flex-box {
      margin: 0 -20px; }
      .low #kouka #box4 .b-content .flex-box > div {
        margin: 0 20px;
        position: relative;
        width: calc(100% / 2 - 40px); }
      @media only screen and (max-width: 767px) {
        .low #kouka #box4 .b-content .flex-box {
          display: block;
          margin: auto; }
          .low #kouka #box4 .b-content .flex-box > div {
            margin: auto auto 20px;
            width: 100%; }
            .low #kouka #box4 .b-content .flex-box > div img {
              width: 100%; } }
    .low #kouka #box4 .b-content .text {
      border-left: 1px solid #fff;
      color: #fff;
      margin-top: 1em;
      padding-left: 1.5em;
      position: relative; }
      .low #kouka #box4 .b-content .text .ttl {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: .5em; }
      .low #kouka #box4 .b-content .text .deco {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px; }
      @media only screen and (max-width: 960px) {
        .low #kouka #box4 .b-content .text .nosp {
          display: none; } }
      @media only screen and (max-width: 767px) {
        .low #kouka #box4 .b-content .text {
          padding-left: 1em; }
          .low #kouka #box4 .b-content .text .ttl {
            font-size: 20px; }
          .low #kouka #box4 .b-content .text .deco {
            width: 50px; } }
.low #kouka .sns-contents {
  max-width: 780px;
  margin: auto;
  padding: 18% 0 8%;
  position: relative; }
  @media only screen and (max-width: 960px) {
    .low #kouka .sns-contents {
      overflow: hidden;
      width: 90%; } }
  .low #kouka .sns-contents .deco4 {
    position: absolute;
    top: 0;
    right: -15%;
    width: 20%; }
    @media only screen and (max-width: 960px) {
      .low #kouka .sns-contents .deco4 {
        right: 0;
        width: 15%; } }
  .low #kouka .sns-contents .deco3 {
    position: absolute;
    left: -20%;
    bottom: 15%;
    max-width: 140px;
    width: 15%; }
    @media only screen and (max-width: 960px) {
      .low #kouka .sns-contents .deco3 {
        display: none; } }
  .low #kouka .sns-contents .flex-box {
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .low #kouka .sns-contents .flex-box {
        display: block; } }
  .low #kouka .sns-contents .sns {
    position: relative;
    width: 65%; }
    .low #kouka .sns-contents .sns .deco {
      position: absolute;
      top: -51px;
      width: 50px; }
    .low #kouka .sns-contents .sns .deco2 {
      position: absolute;
      right: -25%;
      top: -15%;
      max-width: 130px;
      width: 22%; }
    .low #kouka .sns-contents .sns .iframe {
      border: 1px solid #858585;
      width: 100%;
      height: 360px;
      overflow: hidden; }
      .low #kouka .sns-contents .sns .iframe iframe {
        width: 100% !important;
        height: 100% !important; }
    @media only screen and (max-width: 960px) {
      .low #kouka .sns-contents .sns {
        width: 60%; } }
    @media only screen and (max-width: 767px) {
      .low #kouka .sns-contents .sns {
        width: 100%; }
        .low #kouka .sns-contents .sns .iframe {
          height: 280px; } }
  .low #kouka .sns-contents .txt {
    margin: auto -5% 0 auto;
    width: 35%; }
    @media only screen and (max-width: 960px) {
      .low #kouka .sns-contents .txt {
        margin: auto auto 0 5%; }
        .low #kouka .sns-contents .txt img {
          width: 100%; } }
    @media only screen and (max-width: 767px) {
      .low #kouka .sns-contents .txt {
        margin: 1em auto auto;
        width: 100%; }
        .low #kouka .sns-contents .txt .nopc {
          align-items: center;
          display: flex; }
          .low #kouka .sns-contents .txt .nopc p {
            color: #2298e4;
            font-size: 15px;
            width: 55%; }
          .low #kouka .sns-contents .txt .nopc .img {
            width: 45%; } }
.low #design {
  overflow: hidden; }
  .low #design #main {
    position: relative; }
    .low #design #main::before {
      content: "";
      position: absolute;
      top: 15%;
      left: 0;
      background-image: url(../images/design-left.png);
      background-repeat: space;
      background-size: 310px 1212px;
      background-attachment: scroll;
      width: 310px;
      height: 100%;
      z-index: 1;
      mix-blend-mode: multiply; }
    .low #design #main::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      background-image: url(../images/design-right.png);
      background-repeat: space;
      background-size: 370px 1212px;
      background-attachment: scroll;
      width: 370px;
      height: 100%;
      mix-blend-mode: multiply; }
  .low #design .head {
    background: #e3801e; }
  .low #design h3 {
    max-width: 490px;
    margin: 3em auto; }
    .low #design h3 img {
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .low #design h3 {
        margin: 2em auto;
        width: 90%; } }
  .low #design #page-nav-wrapper {
    background: url(../images/design-back-2.png) no-repeat top left/contain; }
    .low #design #page-nav-wrapper #page-nav {
      margin: auto auto -8%;
      padding: 3% 0 10%; }
  .low #design .up12 {
    position: relative;
    background-image: url(../images/back-design.jpg);
    background-repeat: repeat;
    background-position: 0 100%; }
    .low #design .up12:before {
      position: absolute;
      content: "";
      top: -49%;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 49%;
      background-image: url(../images/back-design_bf.png);
      background-size: cover;
      z-index: -1; }
      @media screen and (min-width: 1280px) {
        .low #design .up12:before {
          top: -55%;
          height: 55%;
          background-repeat: round; } }
      @media only screen and (max-width: 960px) {
        .low #design .up12:before {
          top: -49%; } }
      @media only screen and (max-width: 767px) {
        .low #design .up12:before {
          top: -15%;
          height: 15%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center; } }
    .low #design .up12:after {
      position: absolute;
      content: "";
      bottom: -40%;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 49%;
      background-image: url(../images/back-design_af.png);
      background-size: cover;
      z-index: -1; }
      @media screen and (min-width: 1280px) {
        .low #design .up12:after {
          bottom: -54%;
          height: 55%;
          background-repeat: round; } }
      @media only screen and (max-width: 960px) {
        .low #design .up12:after {
          bottom: -30%; } }
      @media only screen and (max-width: 767px) {
        .low #design .up12:after {
          bottom: -15%;
          height: 15%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center; } }
    @media only screen and (max-width: 960px) {
      .low #design .up12 {
        background-position: 0 100%; } }
    @media only screen and (max-width: 767px) {
      .low #design .up12 {
        background-repeat: round;
        background-size: contain;
        background-position: 0 100%; } }
  .low #design .up34 {
    position: relative;
    background-image: url(../images/back-design.jpg);
    background-repeat: repeat;
    background-position: 0 100%; }
    .low #design .up34:before {
      position: absolute;
      content: "";
      top: -49%;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 49%;
      background-image: url(../images/back-design_bf2.png);
      background-size: cover;
      z-index: -1; }
      @media screen and (min-width: 1280px) {
        .low #design .up34:before {
          top: -54%;
          height: 55%;
          background-repeat: round; } }
      @media only screen and (max-width: 960px) {
        .low #design .up34:before {
          top: -45%; } }
      @media only screen and (max-width: 767px) {
        .low #design .up34:before {
          top: -15%;
          height: 15%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center; } }
    @media only screen and (max-width: 960px) {
      .low #design .up34 {
        background-position: 0 100%; } }
    @media only screen and (max-width: 767px) {
      .low #design .up34 {
        background-repeat: round;
        background-size: contain;
        background-position: 0 100%; } }
  .low #design #box1 {
    overflow: hidden;
    position: relative;
    z-index: 2; }
    .low #design #box1 .b-content {
      max-width: 1280px;
      margin: auto;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .low #design #box1 .b-content {
          width: 90%; } }
      .low #design #box1 .b-content .deco1 {
        position: absolute;
        left: 5%;
        top: -15%; }
        @media only screen and (max-width: 767px) {
          .low #design #box1 .b-content .deco1 {
            display: none; } }
      .low #design #box1 .b-content .deco2 {
        position: absolute;
        top: -35%;
        right: 5%;
        width: 12%; }
        @media only screen and (max-width: 767px) {
          .low #design #box1 .b-content .deco2 {
            display: none; } }
      .low #design #box1 .b-content .deco3 {
        position: absolute;
        left: 5%;
        bottom: 0; }
        @media only screen and (max-width: 767px) {
          .low #design #box1 .b-content .deco3 {
            display: none; } }
      .low #design #box1 .b-content .deco4 {
        position: absolute;
        right: 5%;
        bottom: 0; }
        @media only screen and (max-width: 767px) {
          .low #design #box1 .b-content .deco4 {
            display: none; } }
      .low #design #box1 .b-content .youtube {
        max-width: 780px;
        margin: auto;
        position: relative;
        width: 70%;
        height: 440px; }
        .low #design #box1 .b-content .youtube .deco {
          position: absolute;
          right: -8%;
          top: -20%;
          width: 22%; }
        .low #design #box1 .b-content .youtube .movie {
          width: 100%;
          height: 100%; }
        @media only screen and (max-width: 960px) {
          .low #design #box1 .b-content .youtube {
            height: 360px; } }
        @media only screen and (max-width: 767px) {
          .low #design #box1 .b-content .youtube {
            height: auto;
            margin-top: 8%;
            padding: 30% 0;
            position: relative;
            width: 100%; }
            .low #design #box1 .b-content .youtube .deco {
              right: 0;
              top: -18%; }
            .low #design #box1 .b-content .youtube .movie {
              position: absolute;
              top: 0;
              bottom: 0; } }
    .low #design #box1 .sns {
      max-width: 970px;
      margin: 5em auto; }
      @media only screen and (max-width: 960px) {
        .low #design #box1 .sns {
          width: 90%; } }
      .low #design #box1 .sns .flex-box {
        margin: 0 -90px; }
        .low #design #box1 .sns .flex-box img {
          width: 100%; }
        @media only screen and (max-width: 960px) {
          .low #design #box1 .sns .flex-box {
            margin: 0 -25px; } }
        @media only screen and (max-width: 767px) {
          .low #design #box1 .sns .flex-box {
            display: block;
            margin: auto; } }
        .low #design #box1 .sns .flex-box .sns1,
        .low #design #box1 .sns .flex-box .sns2 {
          position: relative;
          border: 1px solid #858585;
          box-sizing: border-box;
          margin: 0 90px;
          width: calc(100% / 2 - 180px); }
          .low #design #box1 .sns .flex-box .sns1 .deco,
          .low #design #box1 .sns .flex-box .sns2 .deco {
            position: absolute;
            top: -51px;
            width: 50px; }
          .low #design #box1 .sns .flex-box .sns1 .iframe,
          .low #design #box1 .sns .flex-box .sns2 .iframe {
            height: 370px;
            overflow: auto;
            background: #fff; }
            .low #design #box1 .sns .flex-box .sns1 .iframe iframe,
            .low #design #box1 .sns .flex-box .sns2 .iframe iframe {
              border-radius: 0;
              width: 100% !important;
              height: 100% !important; }
            .low #design #box1 .sns .flex-box .sns1 .iframe #insta-widget,
            .low #design #box1 .sns .flex-box .sns2 .iframe #insta-widget {
              border: none !important;
              width: 100% !important;
              z-index: 2 !important;
              position: relative; }
            .low #design #box1 .sns .flex-box .sns1 .iframe .img,
            .low #design #box1 .sns .flex-box .sns2 .iframe .img {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              width: 100%;
              z-index: 1; }
          @media only screen and (max-width: 960px) {
            .low #design #box1 .sns .flex-box .sns1,
            .low #design #box1 .sns .flex-box .sns2 {
              margin: 0 25px;
              width: calc(100% / 2 - 50px); } }
          @media only screen and (max-width: 767px) {
            .low #design #box1 .sns .flex-box .sns1,
            .low #design #box1 .sns .flex-box .sns2 {
              margin: 5em auto;
              width: 100%;
              overflow: hidden; }
              .low #design #box1 .sns .flex-box .sns1 .deco,
              .low #design #box1 .sns .flex-box .sns2 .deco {
                left: 0;
                right: 0;
                margin: auto; }
              .low #design #box1 .sns .flex-box .sns1 .iframe,
              .low #design #box1 .sns .flex-box .sns2 .iframe {
                height: 300px; } }
  .low #design #box2 {
    margin-top: -10%;
    padding-top: 15%;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .low #design #box2 {
        margin-top: -60px;
        padding-top: 0; } }
    .low #design #box2 .b-content {
      max-width: 1150px;
      margin: auto;
      position: relative;
      width: 90%; }
      .low #design #box2 .b-content .deco1 {
        position: absolute;
        top: -30%;
        mix-blend-mode: multiply; }
        @media only screen and (max-width: 767px) {
          .low #design #box2 .b-content .deco1 {
            display: none; } }
      .low #design #box2 .b-content .deco2 {
        position: absolute;
        right: 0;
        top: -45%;
        mix-blend-mode: multiply; }
        .low #design #box2 .b-content .deco2 img {
          mix-blend-mode: multiply; }
        @media only screen and (max-width: 767px) {
          .low #design #box2 .b-content .deco2 {
            display: none; } }
      .low #design #box2 .b-content .flex-box {
        margin: 0 -20px; }
        .low #design #box2 .b-content .flex-box > div {
          margin: 0 20px;
          width: calc(100% / 2 - 40px); }
          .low #design #box2 .b-content .flex-box > div img {
            width: 100%; }
        @media only screen and (max-width: 767px) {
          .low #design #box2 .b-content .flex-box {
            display: block;
            margin: auto; }
            .low #design #box2 .b-content .flex-box > div {
              margin: 20px auto;
              width: 100%; } }
      .low #design #box2 .b-content .text {
        border-left: 1px solid #fff;
        color: #fff;
        margin-top: 1em;
        padding-left: 1.5em;
        position: relative; }
        .low #design #box2 .b-content .text .ttl {
          font-size: 25px;
          font-weight: bold;
          line-height: 1.5;
          margin-bottom: .5em; }
        @media only screen and (max-width: 767px) {
          .low #design #box2 .b-content .text {
            padding-left: 1em; }
            .low #design #box2 .b-content .text .ttl {
              font-size: 20px; } }
  .low #design #box3 {
    margin: 25% auto; }
    .low #design #box3 h3 {
      max-width: 520px; }
      @media only screen and (max-width: 767px) {
        .low #design #box3 h3 {
          width: 90%; } }
    .low #design #box3 .b-content {
      max-width: 1150px;
      margin: auto;
      position: relative;
      width: 90%; }
      @media only screen and (max-width: 767px) {
        .low #design #box3 .b-content {
          z-index: 10; } }
      .low #design #box3 .b-content .deco1 {
        position: absolute;
        top: -50%;
        left: 5%;
        width: 20%; }
        @media only screen and (max-width: 960px) {
          .low #design #box3 .b-content .deco1 {
            top: -75%; } }
        @media only screen and (max-width: 767px) {
          .low #design #box3 .b-content .deco1 {
            display: none; } }
      .low #design #box3 .b-content .deco2 {
        position: absolute;
        top: -80%;
        right: 5%; }
        @media only screen and (max-width: 767px) {
          .low #design #box3 .b-content .deco2 {
            top: -53%;
            right: 0%;
            width: 25%; } }
      .low #design #box3 .b-content .flex-box {
        align-items: center;
        margin: 0 -30px; }
        .low #design #box3 .b-content .flex-box > div {
          margin: 0 30px;
          width: calc(100% / 2 - 60px); }
        @media only screen and (max-width: 960px) {
          .low #design #box3 .b-content .flex-box {
            margin: 0 -20px; }
            .low #design #box3 .b-content .flex-box > div {
              margin: 0 20px;
              width: calc(100% / 2 - 40px); } }
        @media only screen and (max-width: 767px) {
          .low #design #box3 .b-content .flex-box {
            display: block;
            margin: auto; }
            .low #design #box3 .b-content .flex-box > div {
              margin: 1em auto;
              width: 100%; }
              .low #design #box3 .b-content .flex-box > div img {
                width: 100%; } }
      .low #design #box3 .b-content .txt-box {
        position: relative; }
        .low #design #box3 .b-content .txt-box h4 {
          color: #e3801e;
          font-size: 28px;
          font-weight: bold;
          margin-bottom: .5em; }
        .low #design #box3 .b-content .txt-box .text {
          font-size: 17px;
          line-height: 1.75;
          margin-bottom: .5em; }
        .low #design #box3 .b-content .txt-box .deco3 {
          position: absolute;
          bottom: -65%;
          right: 15%;
          width: 60%; }
          @media only screen and (max-width: 960px) {
            .low #design #box3 .b-content .txt-box .deco3 {
              bottom: -25%;
              z-index: -1; } }
          @media only screen and (max-width: 767px) {
            .low #design #box3 .b-content .txt-box .deco3 {
              bottom: -22px;
              right: 5%; } }
        @media only screen and (max-width: 767px) {
          .low #design #box3 .b-content .txt-box h4 {
            font-size: 22px; }
          .low #design #box3 .b-content .txt-box .text {
            font-size: 15px;
            line-height: 1.5; }
          .low #design #box3 .b-content .txt-box .deco {
            width: 50px; } }
  .low #design #box4 {
    padding-bottom: 5%; }
    .low #design #box4 .b-content {
      max-width: 1150px;
      margin: auto;
      position: relative;
      width: 90%; }
      @media only screen and (max-width: 767px) {
        .low #design #box4 .b-content {
          z-index: 10; } }
      .low #design #box4 .b-content .deco1 {
        position: absolute;
        top: -50%;
        left: 5%;
        width: 12%;
        z-index: 2; }
        @media only screen and (max-width: 767px) {
          .low #design #box4 .b-content .deco1 {
            display: none; } }
      .low #design #box4 .b-content .flex-box {
        margin: 0 -20px; }
        .low #design #box4 .b-content .flex-box > div {
          margin: 0 20px;
          position: relative;
          width: calc(100% / 2 - 40px); }
          .low #design #box4 .b-content .flex-box > div img {
            width: 100%; }
        @media only screen and (max-width: 767px) {
          .low #design #box4 .b-content .flex-box {
            display: block;
            margin: auto; }
            .low #design #box4 .b-content .flex-box > div {
              margin: 20px auto;
              width: 100%; } }
      .low #design #box4 .b-content .text {
        border-left: 1px solid #fff;
        color: #fff;
        margin-top: 1em;
        padding-left: 1.5em;
        padding-bottom: 2em;
        position: relative; }
        .low #design #box4 .b-content .text .ttl {
          font-size: 25px;
          font-weight: bold;
          line-height: 1.5;
          margin-bottom: .5em; }
        .low #design #box4 .b-content .text .deco {
          position: absolute;
          top: 0;
          right: 0;
          width: 60px; }
        @media only screen and (max-width: 960px) {
          .low #design #box4 .b-content .text .nosp {
            display: none; } }
        @media only screen and (max-width: 767px) {
          .low #design #box4 .b-content .text {
            padding-left: 1em; }
            .low #design #box4 .b-content .text .ttl {
              font-size: 20px; }
            .low #design #box4 .b-content .text .deco {
              width: 50px; } }

.invisible {
  transition: opacity 0.5s ease;
  opacity: 0.0; }

.visible {
  transition: opacity 0.5s ease;
  opacity: 1.0; }
