@charset "UTF-8";
/* reset.scss */
html {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  height: 100%\9;
  overflow: hidden\9; }

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

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

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden],
template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  outline: none;
  text-decoration: none; }

a:active,
a:hover {
  outline-width: 0; }

ul {
  list-style: none; }

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

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

input {
  border-radius: 0; }

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

[disabled] {
  cursor: default; }

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

button,
input,
optgroup,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button {
  overflow: visible; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

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

button,
select {
  text-transform: none; }

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

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

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

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

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

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

audio,
canvas,
progress,
video {
  display: inline-block; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

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

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

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

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

/* base.scss */
html {
  font-size: 75%; }
  @media screen and (min-width: 768px) {
    html {
      font-size: 87.5%; } }
  @media screen and (min-width: 960px) {
    html {
      font-size: 100%; } }

body {
  margin: 0 auto;
  font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #333333;
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
  height: 100%\9;
  overflow: scroll\9; }

a {
  color: #333333; }

img {
  display: block;
  width: 100%;
  height: auto;
  border: 0; }

img[src$='.svg'] {
  width: 100%;
  height: auto; }

.clear::after {
  content: "";
  display: table;
  clear: both; }

.cts-wrap {
  position: relative;
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .cts-wrap {
      padding: 0 20px; } }
  @media screen and (min-width: 960px) {
    .cts-wrap {
      padding: 0 30px; } }

@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); } }

@keyframes horizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); } }

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes vertical {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

header {
  position: relative;
  background-color: #fff4e2; }
  header:after {
    content: "";
    width: 100%;
    height: auto;
    padding-top: 400px;
    position: absolute;
    z-index: -1;
    bottom: -398px;
    background-image: url(../images/tp-head-bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat; }

.navbar {
  max-width: 1200px;
  margin: 0 auto;
  height: 64px;
  padding: 8px 10px;
  position: relative;
  background-color: #fff;
  border-bottom: #f4ac6a 2px solid; }
  @media screen and (min-width: 768px) {
    .navbar {
      height: 120px;
      padding: 8px 20px;
      background-color: transparent;
      border: none; } }
  @media screen and (min-width: 960px) {
    .navbar {
      padding: 8px 30px;
      height: 150px; } }

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

.sp-tel {
  position: absolute;
  width: 44px;
  top: 12px;
  right: 106px; }
  @media screen and (min-width: 768px) {
    .sp-tel {
      display: none; } }

.sp-mail {
  position: absolute;
  width: 44px;
  top: 12px;
  right: 52px; }
  @media screen and (min-width: 768px) {
    .sp-mail {
      display: none; } }

#navbtn {
  position: absolute;
  display: block;
  width: 30px;
  height: 22px;
  top: 24px;
  right: 10px; }
  @media screen and (min-width: 768px) {
    #navbtn {
      display: none; } }
  #navbtn span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #f4ac6a;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    #navbtn span:nth-of-type(1) {
      top: 0;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }
    #navbtn span:nth-of-type(2) {
      top: 10px;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    #navbtn span:nth-of-type(3) {
      bottom: 0;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }
  #navbtn.is-close span:nth-of-type(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #navbtn.is-close span:nth-of-type(2) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  #navbtn.is-close span:nth-of-type(3) {
    bottom: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.nav {
  display: none; }
  @media screen and (min-width: 768px) {
    .nav {
      display: block; } }
  .nav ul {
    width: 500px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (min-width: 960px) {
      .nav ul {
        width: 680px; } }
    .nav ul li a {
      width: 90px;
      display: block;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .nav ul li a:hover {
        color: #f4ac6a; }
      .nav ul li a:hover span {
        display: block;
        -webkit-animation: horizontal .7s ease-in-out infinite alternate;
        animation: horizontal .7s ease-in-out infinite alternate; }
      .nav ul li a:hover img {
        -webkit-animation: vertical 1.3s ease-in-out infinite alternate;
        animation: vertical 1.3s ease-in-out infinite alternate; }
      @media screen and (min-width: 960px) {
        .nav ul li a {
          font-size: 18px;
          width: 110px; } }
      .nav ul li a img {
        width: 70px;
        margin: 0 auto;
        margin-top: 4px; }
        @media screen and (min-width: 960px) {
          .nav ul li a img {
            width: 90px; } }

.head-logo-wrap {
  display: none; }
  @media screen and (min-width: 768px) {
    .head-logo-wrap {
      display: block;
      position: absolute;
      width: 200px;
      top: 20px;
      left: 20px;
      z-index: 2; }
      .head-logo-wrap h1 {
        width: 160px;
        margin-left: 20px; }
        .head-logo-wrap h1 a:hover img {
          opacity: .8; } }
  @media screen and (min-width: 960px) {
    .head-logo-wrap {
      width: 260px;
      top: 30px; }
      .head-logo-wrap h1 {
        width: 220px; } }

.head-act-tel {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  border-radius: 6px;
  padding: 4px 10px;
  margin-top: 20px;
  font-size: 12px;
  color: #F09985; }
  .head-act-tel a {
    display: block;
    margin-top: 4px; }
  .head-act-tel .caption {
    text-align: right; }

.head-act-contact {
  display: block;
  padding: 10px 0;
  margin-top: 10px;
  border-radius: 6px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #f4ac6a;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .head-act-contact:hover {
    background-color: #F09985; }

.mv {
  position: relative;
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .mv .mv-img {
      width: 94%; } }

.tp-copy {
  width: 70px;
  position: absolute;
  top: 10px; }
  @media screen and (min-width: 768px) {
    .tp-copy {
      width: 120px;
      top: 10px;
      right: 20px; } }
  @media screen and (min-width: 960px) {
    .tp-copy {
      width: 200px;
      right: 0; } }

.scroll {
  position: absolute;
  width: 60px;
  left: 60px;
  bottom: -55px; }
  @media screen and (min-width: 768px) {
    .scroll {
      width: 150px;
      bottom: -90px; } }
  @media screen and (min-width: 960px) {
    .scroll {
      width: 220px; } }

#navmenu {
  display: none;
  overflow: hidden;
  background-color: #fff;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  top: 65px;
  left: 0;
  z-index: 99999; }
  #navmenu ul li {
    text-align: center;
    padding: 4px 0;
    border-bottom: 2px #f4ac6a dotted; }
    #navmenu ul li a {
      display: block;
      width: 100%; }
    #navmenu ul li img {
      width: 50px;
      display: inline-block; }
    #navmenu ul li span {
      position: relative;
      top: -10px; }
  #navmenu .navmenu-tel {
    color: #F09985;
    padding: 5px 0;
    text-align: center;
    border-bottom: 2px #f4ac6a dotted; }
    #navmenu .navmenu-tel img {
      width: 220px;
      margin: 0 auto;
      margin-top: 4px; }
  #navmenu .navmenu-mail {
    padding: 5px 0;
    text-align: center;
    border-bottom: 2px #f4ac6a dotted; }

.caption {
  display: block;
  font-size: .9em;
  margin-top: 4px;
  color: #333333; }

.btn-navmenu {
  position: relative;
  display: block;
  width: 220px;
  padding: 10px;
  margin: 0 auto;
  background-color: #f4ac6a;
  color: #fff;
  border-radius: 6px; }
  .btn-navmenu:after {
    content: "▶︎";
    position: absolute;
    width: 20px;
    height: 20px; }

footer {
  margin-top: 80px;
  background-image: url(../images/ft-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center; }

.ft-contact-container {
  position: relative;
  background-color: #FFEEE9;
  padding-bottom: 20px; }
  .ft-contact-container:before {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    top: -13px;
    z-index: -1;
    background-image: url(../images/ft-contact-bg01.png);
    background-size: cover;
    background-repeat: repeat-x; }
  .ft-contact-container:after {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    z-index: -1;
    bottom: -13px;
    background-image: url(../images/ft-contact-bg02.png);
    background-size: cover;
    background-repeat: repeat-x; }

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

.ft-contact-act {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 20px;
  color: #666; }
  @media screen and (min-width: 768px) {
    .ft-contact-act {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  @media screen and (min-width: 960px) {
    .ft-contact-act {
      margin-top: 40px; } }

.tp-h2-contact {
  margin-bottom: 10px; }
  @media screen and (min-width: 960px) {
    .tp-h2-contact {
      margin-bottom: 20px; } }

.ft-tel {
  width: 240px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  border: 2px #999 dotted;
  padding: 10px; }
  @media screen and (min-width: 768px) {
    .ft-tel {
      width: 300px;
      height: 106px; } }
  .ft-tel a {
    display: block;
    width: 200px;
    margin-left: 10px;
    margin-top: 2px; }
    @media screen and (min-width: 768px) {
      .ft-tel a {
        width: 220px;
        margin-left: 30px; } }

.ft-mail {
  width: 240px;
  margin: 0 auto;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 8px;
  border: 2px #999 dotted;
  padding: 10px; }
  @media screen and (min-width: 768px) {
    .ft-mail {
      width: 300px;
      height: 106px;
      margin-top: 0;
      padding-top: 13px; }
      .ft-mail .caption {
        position: relative;
        left: 5px; } }

.btn02 {
  position: relative;
  display: block;
  padding: 4px 10px;
  margin-top: 2px;
  border-radius: 6px;
  color: #fff;
  background-color: #f4ac6a;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .btn02:hover {
    background-color: #F09985; }
  @media screen and (min-width: 768px) {
    .btn02 {
      width: 220px;
      margin: 0 auto; } }
  @media screen and (min-width: 960px) {
    .btn02 {
      width: 240px; } }
  .btn02:after {
    content: "▶︎";
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px; }

.ft-nav-container {
  position: relative;
  margin-top: 30px; }
  @media screen and (min-width: 960px) {
    .ft-nav-container {
      padding-bottom: 220px;
      margin-top: 80px; } }

@media screen and (min-width: 960px) {
  .ft-nav {
    width: 700px; } }

.ft-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .ft-nav > ul > li {
    width: 46%;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .ft-nav > ul > li {
        width: 23%; } }
    .ft-nav > ul > li > a {
      position: relative;
      text-align: center;
      padding: 6px;
      border-radius: 6px;
      display: block;
      color: #fff;
      background-color: #f4ac6a; }
      .ft-nav > ul > li > a:hover {
        color: #f4ac6a; }
      @media screen and (min-width: 960px) {
        .ft-nav > ul > li > a {
          text-align: left;
          padding: 0;
          color: #333333;
          background-color: transparent; } }
      .ft-nav > ul > li > a:after {
        content: "▶︎";
        position: absolute;
        right: 10px;
        width: 20px;
        height: 20px; }
        @media screen and (min-width: 960px) {
          .ft-nav > ul > li > a:after {
            content: none; } }

.ft-nav-ch {
  color: #666; }
  .ft-nav-ch > li {
    font-size: .9em;
    position: relative;
    display: block;
    margin-top: 2px;
    padding-left: 10px; }
    .ft-nav-ch > li:before {
      content: "-";
      color: #666;
      position: absolute;
      left: 0;
      width: 20px;
      height: 20px; }
    .ft-nav-ch > li a {
      display: block;
      color: #666; }
      .ft-nav-ch > li a:hover {
        color: #f4ac6a; }

.ft-logo-wrap {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px; }
  .ft-logo-wrap img {
    width: 200px;
    margin: 0 auto; }
  @media screen and (min-width: 960px) {
    .ft-logo-wrap {
      text-align: left;
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 14px; }
      .ft-logo-wrap img {
        width: 260px;
        margin: 0; } }

@media screen and (min-width: 768px) {
  .copyright {
    display: block;
    padding-bottom: 10px; } }

.sv {
  position: relative;
  top: 20px; }

.sub-logo {
  display: none; }
  @media screen and (min-width: 768px) {
    .sub-logo {
      display: block;
      position: absolute;
      width: 200px;
      top: 40px; } }
  @media screen and (min-width: 960px) {
    .sub-logo {
      width: 300px;
      top: 30px; } }

.sub-act-wrap {
  display: none; }
  @media screen and (min-width: 768px) {
    .sub-act-wrap {
      display: block;
      position: absolute;
      width: 200px;
      bottom: 0;
      right: 0px; } }
  @media screen and (min-width: 960px) {
    .sub-act-wrap {
      width: 300px; } }

.tp-welcome {
  margin-top: 70px; }
  @media screen and (min-width: 768px) {
    .tp-welcome {
      margin-top: 140px; } }
  @media screen and (min-width: 960px) {
    .tp-welcome {
      margin-top: 220px; } }
  @media screen and (min-width: 768px) {
    .tp-welcome .r50p {
      width: 48%; } }
  @media screen and (min-width: 960px) {
    .tp-welcome .r50p {
      width: 48%; } }
  .tp-welcome .r50p img {
    width: 300px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .tp-welcome .r50p img {
        width: 90%; } }
  .tp-welcome .l50p {
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .tp-welcome .l50p {
        width: 48%;
        margin-top: 0; }
        .tp-welcome .l50p .btn01 {
          margin-left: 0; } }
    @media screen and (min-width: 960px) {
      .tp-welcome .l50p {
        width: 48%;
        margin-top: 20px; } }

@media screen and (min-width: 768px) {
  .tp-welcome-flx {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.tp-h2 {
  font-size: 1.4em;
  text-align: center;
  font-weight: 400;
  line-height: 1.1;
  color: #f4ac6a; }
  @media screen and (min-width: 768px) {
    .tp-h2 {
      font-size: 1.6em; } }
  .tp-h2 img {
    max-width: 768px;
    margin: 0 auto; }

.btn01 {
  position: relative;
  display: block;
  width: 180px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 8px 10px;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  background-color: #f4ac6a;
  -webkit-transition: al .3s;
  -o-transition: al .3s;
  transition: al .3s; }
  @media screen and (min-width: 768px) {
    .btn01 {
      width: 200px; } }
  @media screen and (min-width: 960px) {
    .btn01 {
      width: 300px;
      padding: 10px 10px;
      margin-top: 40px; } }
  .btn01:hover {
    background-color: #F09985; }
  .btn01:after {
    content: "▶︎";
    position: absolute;
    right: 10px; }

.tp-chara {
  margin-top: 60px; }
  @media screen and (min-width: 768px) {
    .tp-chara {
      margin-top: 80px; } }
  @media screen and (min-width: 960px) {
    .tp-chara {
      margin-top: 120px; } }

.tp-chara-flx {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .tp-chara-flx {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 960px) {
    .tp-chara-flx {
      margin-top: 40px; } }

.tp-chara-cts {
  width: 300px;
  margin: 0 auto;
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .tp-chara-cts {
      margin-top: 0;
      width: 30%; } }
  .tp-chara-cts h3 {
    margin-bottom: 10px; }
  .tp-chara-cts:nth-of-type(1) {
    margin-top: 0; }

.tp-cur {
  position: relative;
  margin-top: 70px;
  padding-bottom: 40px;
  background-color: #FFF4E2; }
  @media screen and (min-width: 768px) {
    .tp-cur {
      margin-top: 120px; } }
  @media screen and (min-width: 960px) {
    .tp-cur {
      margin-top: 180px; } }
  .tp-cur:before {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    top: -99px;
    z-index: -1;
    background-image: url(../images/tp-cur-bg01.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center; }
  .tp-cur:after {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -99px;
    z-index: -1;
    background-image: url(../images/tp-cur-bg02.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center; }

.tp-cur-flx {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media screen and (min-width: 768px) {
    .tp-cur-flx {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media screen and (min-width: 960px) {
    .tp-cur-flx {
      margin-top: 40px; } }

.tp-cur-cts {
  width: 40%;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .tp-cur-cts {
      width: 23%; } }
  .tp-cur-cts img {
    margin-bottom: 10px; }

.day-com {
  margin-top: 60px; }
  @media screen and (min-width: 768px) {
    .day-com {
      margin-top: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media screen and (min-width: 960px) {
    .day-com {
      margin-top: 160px; } }
  .day-com .tp-h2 {
    text-align: left; }
    .day-com .tp-h2 img {
      width: 60%;
      max-width: 409px;
      margin-left: 0; }
      @media screen and (min-width: 768px) {
        .day-com .tp-h2 img {
          width: 96%; } }
  @media screen and (min-width: 768px) {
    .day-com .l50p {
      width: 48%; } }
  .day-com .r50p {
    margin-top: 60px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .day-com .r50p {
        margin-top: 0;
        width: 48%; } }
    .day-com .r50p > img {
      width: 330px;
      margin: 0 auto;
      margin-top: 10px;
      margin-bottom: 20px; }
      @media screen and (min-width: 960px) {
        .day-com .r50p > img {
          width: 100%;
          margin-top: 20px; } }

.tp-blog-article {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.tp-blog-img {
  width: 100px;
  margin-right: 10px; }

.tp-blog-cts {
  position: relative;
  width: calc(100% - 110px); }
  .tp-blog-cts h3 {
    line-height: 1;
    color: #f4ac6a;
    font-weight: 400;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .tp-blog-cts h3 a {
      line-height: 1;
      color: #f4ac6a;
      font-weight: 400;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .tp-blog-cts .tp-blog-info {
    position: absolute;
    bottom: 0;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #888; }
  .tp-blog-cts .tp-blog-cat {
    margin-right: 10px; }

.about {
  margin-top: 70px; }
  @media screen and (min-width: 768px) {
    .about {
      margin-top: 140px; } }
  @media screen and (min-width: 960px) {
    .about {
      margin-top: 220px; } }

.sub-read {
  max-width: 590px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .sub-read {
      margin-top: 20px;
      margin-bottom: 20px; } }

.about-txt {
  max-width: 600px;
  margin: 0 auto; }
  @media screen and (min-width: 960px) {
    .about-txt {
      text-align: center;
      max-width: 880px; } }

.img-1column {
  max-width: 820px;
  margin: 0 auto;
  margin-top: 20px; }

.about-chara {
  margin-top: 60px; }
  @media screen and (min-width: 768px) {
    .about-chara {
      margin-top: 80px; } }
  @media screen and (min-width: 960px) {
    .about-chara {
      margin-top: 120px; } }

.about-chara-flx {
  margin-top: 30px;
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .about-chara-flx {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .about-chara-flx:nth-of-type(2) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
  @media screen and (min-width: 960px) {
    .about-chara-flx {
      width: 800px;
      margin: 0 auto;
      margin-top: 30px;
      margin-bottom: 50px; } }
  @media screen and (min-width: 768px) {
    .about-chara-flx .l50p {
      width: 60%; } }
  .about-chara-flx .l50p h3 {
    max-width: 450px;
    margin-top: 20px;
    margin-bottom: 10px; }
  .about-chara-flx .r50p {
    width: 90%;
    max-width: 420px;
    margin: 0 auto;
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .about-chara-flx .r50p {
        width: 40%; } }

.about-objective {
  margin-top: 70px;
  background-color: #fff4e2;
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    .about-objective {
      margin-top: 140px;
      padding: 50px 0;
      padding-bottom: 60px; } }
  @media screen and (min-width: 960px) {
    .about-objective {
      margin-top: 180px;
      padding: 80px 0; } }

.about-objective-txt {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px; }
  @media screen and (min-width: 960px) {
    .about-objective-txt {
      text-align: center;
      max-width: 760px; } }

.about-flow {
  margin-top: 70px; }
  @media screen and (min-width: 768px) {
    .about-flow {
      margin-top: 100px; } }
  @media screen and (min-width: 960px) {
    .about-flow {
      margin-top: 140px; } }

.about-flow-flx {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .about-flow-flx {
      margin-top: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media screen and (min-width: 960px) {
    .about-flow-flx {
      width: 900px;
      margin: 0 auto;
      margin-top: 30px; } }

.about-flow-cts {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .about-flow-cts {
      width: 32%; }
      .about-flow-cts:nth-of-type(4) {
        margin-top: 20px;
        margin-bottom: 0;
        margin-left: 16%; }
      .about-flow-cts:nth-of-type(5) {
        margin-top: 20px;
        margin-bottom: 0;
        margin-right: 16%; } }

.about-flow-h3 {
  font-size: 1.25em;
  text-align: center;
  font-weight: 400; }
  .about-flow-h3.c01 {
    color: #B1DAC6; }
  .about-flow-h3.c02 {
    color: #F3DFA8; }
  .about-flow-h3.c03 {
    color: #9FCCC6; }
  .about-flow-h3.c04 {
    color: #F7C9BB; }
  .about-flow-h3.c05 {
    color: #C0D483; }
  .about-flow-h3 img {
    width: 46px;
    max-width: 70px;
    margin: 0 auto; }
    @media screen and (min-width: 960px) {
      .about-flow-h3 img {
        width: 66px;
        margin-bottom: 10px; } }

.flow-txt-flx {
  width: 240px;
  margin: 0 auto;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .flow-txt-flx img {
    display: block;
    width: 70px;
    max-width: 115px;
    margin-right: 10px; }
    @media screen and (min-width: 960px) {
      .flow-txt-flx img {
        width: 100px; } }

.about-use {
  margin-top: 70px; }
  @media screen and (min-width: 768px) {
    .about-use {
      margin-top: 100px; } }
  @media screen and (min-width: 960px) {
    .about-use {
      margin-top: 100px; } }

.about-use-table {
  margin: 0 auto;
  margin-top: 20px;
  border-collapse: separate;
  border-spacing: 0px 6px; }
  @media screen and (min-width: 768px) {
    .about-use-table {
      margin-top: 30px; } }
  .about-use-table th {
    width: 112px;
    background-color: #FFF4E2;
    border: 1px solid #ccc;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      .about-use-table th {
        width: 140px;
        padding: 0 10px; } }
    @media screen and (min-width: 960px) {
      .about-use-table th {
        width: 170px; } }
  .about-use-table td {
    padding: 6px;
    border: 1px solid #ccc;
    border-left: none; }
    @media screen and (min-width: 768px) {
      .about-use-table td {
        padding: 10px 16px; } }

.about-price {
  margin-top: 70px; }
  @media screen and (min-width: 768px) {
    .about-price {
      margin-top: 100px; } }
  @media screen and (min-width: 960px) {
    .about-price {
      margin-top: 100px; } }

.about-price-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse; }
  @media screen and (min-width: 768px) {
    .about-price-table {
      width: auto;
      margin: 0 auto;
      margin-top: 30px; } }
  .about-price-table tr {
    border-bottom: 1px solid #ccc; }
  .about-price-table th {
    padding: 10px 0; }
    @media screen and (min-width: 768px) {
      .about-price-table th {
        padding: 10px 24px;
        text-align: left; } }
    @media screen and (min-width: 960px) {
      .about-price-table th {
        padding: 10px 38px; } }
    .about-price-table th span {
      padding: 2px 10px;
      color: #fff;
      font-weight: 400;
      background-color: #C0D483;
      border-radius: 4px; }
      @media screen and (min-width: 768px) {
        .about-price-table th span {
          padding: 2px 16px; } }
  .about-price-table td {
    text-align: center;
    font-size: .9em;
    padding: 10px 10px; }
    @media screen and (min-width: 768px) {
      .about-price-table td {
        font-size: 1em;
        padding: 10px 24px;
        text-align: left; } }
    @media screen and (min-width: 960px) {
      .about-price-table td {
        padding: 10px 38px; } }

.curriculum {
  margin-top: 70px; }
  @media screen and (min-width: 768px) {
    .curriculum {
      margin-top: 140px; } }
  @media screen and (min-width: 960px) {
    .curriculum {
      margin-top: 220px; } }
  @media screen and (min-width: 768px) {
    .curriculum .about-txt {
      text-align: center; } }

.cur-flex {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .cur-flex {
      margin-top: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  @media screen and (min-width: 960px) {
    .cur-flex {
      width: 900px;
      margin: 0 auto;
      margin-top: 80px; } }

.cur-cts {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .cur-cts {
      width: 49%; } }
  @media screen and (min-width: 960px) {
    .cur-cts {
      margin-bottom: 60px; } }
  .cur-cts h3 {
    text-align: center;
    color: #f4ac6a;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.2; }
    .cur-cts h3 span {
      display: block;
      line-height: 1;
      width: 80px;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .cur-cts h3 span {
          width: 90px; } }
      @media screen and (min-width: 960px) {
        .cur-cts h3 span {
          width: 110px; } }

.cur-img {
  width: 220px;
  margin: 0 auto;
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .cur-img {
      width: 250px; } }
  @media screen and (min-width: 960px) {
    .cur-img {
      width: 300px; } }

.cur-txt {
  width: 300px;
  margin: 0 auto;
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .cur-txt {
      margin-top: 20px; } }

.cur-flow {
  margin-top: 60px; }
  @media screen and (min-width: 768px) {
    .cur-flow {
      margin-top: 80px; } }
  @media screen and (min-width: 960px) {
    .cur-flow {
      margin-top: 120px; } }

.tab {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .tab {
      width: 650px;
      margin: 0 auto;
      margin-top: 40px;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  .tab li {
    width: 48%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media screen and (min-width: 768px) {
      .tab li {
        width: 300px; } }
    .tab li.active {
      -webkit-filter: none;
      filter: none; }

.flow-cts-container {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .flow-cts-container {
      margin-top: 40px; } }

@media screen and (min-width: 768px) {
  .cur-flow-cts-wrap01 {
    width: 600px;
    margin: 0 auto; } }

@media screen and (min-width: 960px) {
  .cur-flow-cts-wrap01 {
    width: 700px; } }

.cur-flow-cts-wrap01 .flow-cts {
  width: 240px;
  text-align: center;
  color: #f4ac6a;
  font-size: 1.3em;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .cur-flow-cts-wrap01 .flow-cts {
      width: 300px;
      margin-bottom: -40px; } }
  @media screen and (min-width: 960px) {
    .cur-flow-cts-wrap01 .flow-cts {
      width: 330px; } }
  .cur-flow-cts-wrap01 .flow-cts:nth-of-type(even) {
    margin-left: auto;
    margin-right: 0; }

@media screen and (min-width: 768px) {
  .cur-flow-cts-wrap02 {
    width: 600px;
    margin: 0 auto; } }

@media screen and (min-width: 960px) {
  .cur-flow-cts-wrap02 {
    width: 700px; } }

.cur-flow-cts-wrap02 .flow-cts {
  width: 240px;
  text-align: center;
  color: #f4ac6a;
  font-size: 1.3em;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .cur-flow-cts-wrap02 .flow-cts {
      width: 300px;
      margin-bottom: -40px; } }
  @media screen and (min-width: 960px) {
    .cur-flow-cts-wrap02 .flow-cts {
      width: 330px; } }
  .cur-flow-cts-wrap02 .flow-cts:nth-of-type(odd) {
    margin-left: auto;
    margin-right: 0; }

.blog {
  margin-top: 70px; }
  @media screen and (min-width: 768px) {
    .blog {
      margin-top: 140px; } }
  @media screen and (min-width: 960px) {
    .blog {
      margin-top: 220px; } }

.blog-flex {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .blog-flex {
      margin-top: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media screen and (min-width: 768px) {
  .blog-main {
    width: calc(100% - 200px); } }

@media screen and (min-width: 960px) {
  .blog-main {
    width: calc(100% - 340px); } }

.blog-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .blog-article {
      margin-bottom: 30px; } }
  @media screen and (min-width: 960px) {
    .blog-article {
      margin-bottom: 40px; } }

.blog-img {
  width: 130px;
  margin-right: 10px; }
  @media screen and (min-width: 768px) {
    .blog-img {
      width: 150px; } }
  @media screen and (min-width: 960px) {
    .blog-img {
      width: 250px; } }

.blog-cts {
  position: relative;
  width: calc(100% - 140px); }
  @media screen and (min-width: 768px) {
    .blog-cts {
      width: calc(100% - 160px); } }
  @media screen and (min-width: 960px) {
    .blog-cts {
      width: calc(100% - 260px); } }
  .blog-cts h2 {
    font-size: 1.2em;
    line-height: 1;
    color: #f4ac6a;
    font-weight: 400;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .blog-cts h2 a {
      font-size: 1.3em;
      line-height: 1;
      color: #f4ac6a;
      font-weight: 400;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap; }
    @media screen and (min-width: 768px) {
      .blog-cts h2 {
        font-size: 1.4em; } }

.blog-txt {
  margin-top: 4px;
  height: 34px;
  position: relative;
  background: #fff;
  overflow: hidden;
  text-align: justify;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .blog-txt {
      height: 42px;
      margin-top: 10px; } }
  @media screen and (min-width: 960px) {
    .blog-txt {
      height: 70px; } }
  .blog-txt:before, .blog-txt:after {
    background: #fff;
    position: absolute; }
  .blog-txt:before {
    content: "...";
    bottom: 0px;
    right: 0px; }
    @media screen and (min-width: 768px) {
      .blog-txt:before {
        padding-left: 5px;
        padding-right: 2px; } }
  .blog-txt:after {
    content: "";
    height: 100%;
    width: 100%; }

.blog-info {
  position: relative;
  margin-top: 6px;
  color: #888; }
  @media screen and (min-width: 768px) {
    .blog-info {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      bottom: 2px; } }

.blog-cat {
  margin-right: 10px; }

.blog-btn {
  position: absolute;
  display: block;
  width: 100px;
  text-align: center;
  padding: 4px;
  color: #fff;
  background-color: #f4ac6a;
  border-radius: 4px;
  bottom: 0;
  right: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  @media screen and (min-width: 768px) {
    .blog-btn {
      width: 140px; } }
  .blog-btn:hover {
    background-color: #F09985; }
  .blog-btn:after {
    position: relative;
    content: "▶︎";
    margin-left: 4px; }

.pagination-container {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .pagination-container {
      margin-top: 60px; } }

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pagination ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px; }
    @media screen and (min-width: 960px) {
      .pagination ul li {
        margin-left: 10px; } }
    .pagination ul li:first-child {
      margin-left: 0; }
    .pagination ul li.active {
      background-color: #F09985;
      padding: 8px 13px;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .pagination ul li.active {
          padding: 10px 16px; } }
    .pagination ul li a {
      color: #FFFFFF;
      position: relative;
      display: block;
      padding: 8px 13px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      padding: 10px 16px;
      background-color: #f4ac6a; }
      .pagination ul li a:hover {
        background-color: #F09985; }

.blog-side {
  margin-top: 60px; }
  @media screen and (min-width: 768px) {
    .blog-side {
      width: 160px;
      margin-left: 40px;
      margin-top: 0; } }
  @media screen and (min-width: 768px) {
    .blog-side {
      width: 300px; } }
  .blog-side > ul h2 {
    position: relative;
    font-size: 1.4em;
    font-weight: 400;
    color: #C8DD87;
    padding-bottom: 4px;
    margin-bottom: 6px;
    border-bottom: 1px solid #C8DD87;
    padding-left: 30px; }
    @media screen and (min-width: 960px) {
      .blog-side > ul h2 {
        padding-left: 40px; } }
    .blog-side > ul h2:before {
      position: absolute;
      content: "";
      display: block;
      width: 28px;
      height: 28px;
      left: 0;
      background-image: url(../images/blog-side-icon.svg);
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (min-width: 960px) {
        .blog-side > ul h2:before {
          width: 34px;
          height: 34px; } }
  .blog-side > ul > li {
    position: relative;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .blog-side > ul > li {
        margin-bottom: 40px; } }
    .blog-side > ul > li a:hover {
      color: #888; }
    .blog-side > ul > li > ul li {
      margin-bottom: 6px;
      padding-left: 14px; }
      .blog-side > ul > li > ul li:before {
        position: absolute;
        content: ">";
        margin-right: 2px;
        left: 0; }

.blog-single-title {
  color: #f4ac6a;
  font-size: 1.4em;
  font-weight: 400;
  border-bottom: 4px double #f4ac6a; }

.blog-single-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 6px;
  color: #888; }

.blog-single-cat {
  margin-right: 6px; }

.blog-single-img {
  margin-top: 20px; }

.blog-single-txt p {
  font-size: 1.1rem;
}
.company {
  margin-top: 70px; }
  @media screen and (min-width: 768px) {
    .company {
      margin-top: 140px; } }
  @media screen and (min-width: 960px) {
    .company {
      margin-top: 220px; } }

.company-table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 0px 6px; }
  @media screen and (min-width: 768px) {
    .company-table {
      margin-top: 30px; } }
  .company-table th {
    width: 100px;
    background-color: #FFF4E2;
    border: 1px solid #ccc;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      .company-table th {
        width: 180px;
        padding: 0 10px; } }
    @media screen and (min-width: 960px) {
      .company-table th {
        width: 200px; } }
  .company-table td {
    padding: 6px;
    border: 1px solid #ccc;
    border-left: none; }
    @media screen and (min-width: 768px) {
      .company-table td {
        padding: 10px 16px; } }

.company-info {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .company-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      text-align: left; } }
  .company-info h3 {
    font-size: 1.6em;
    line-height: 1;
    font-weight: 400;
    color: #f4ac6a;
    margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .company-info .r50p {
      position: relative;
      width: 49%; } }
  .company-info .l50p {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .company-info .l50p {
        width: 49%;
        margin-top: 0; } }
    .company-info .l50p img {
      max-width: 400px;
      margin: 0 auto; }

.company-img {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .company-img {
      position: absolute;
      margin-top: 0;
      bottom: 0; } }

.gmap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  height: 200px;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .gmap {
      height: 300px;
      margin-top: 30px; } }
  .gmap iframe {
    width: 100%;
    height: 200px; }
    @media screen and (min-width: 768px) {
      .gmap iframe {
        height: 300px; } }

.self {
  margin-top: 70px; }
  @media screen and (min-width: 768px) {
    .self {
      margin-top: 100px; } }
  @media screen and (min-width: 960px) {
    .self {
      margin-top: 100px; } }
  .self a {
    display: block;
    text-align: center;
    text-decoration: underline; }
    .self a:nth-of-type(1) {
      margin-top: 10px; }
    .self a img {
      position: relative;
      display: inline-block;
      width: 30px;
      top: 8px;
      margin-right: 6px; }

.contact {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 70px; }
  @media screen and (min-width: 768px) {
    .contact {
      margin-top: 140px; } }
  @media screen and (min-width: 960px) {
    .contact {
      margin-top: 220px; } }
  .contact .page-read {
    text-align: center; }

.contact-form-wrap {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .contact-form-wrap {
      padding: 0 60px; } }

.form-input-wrap {
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 650px; }
  @media screen and (min-width: 768px) {
    .form-input-wrap {
      margin-bottom: 20px; } }

@media screen and (min-width: 768px) {
  .form-name {
    width: 200px;
    float: left; } }

@media screen and (min-width: 768px) {
  .form-value {
    width: calc(100% - 200px);
    float: left; } }

.red {
  color: #ff1111; }

input[type=text] {
  width: 100%;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  height: 24px;
  padding-left: 5px; }

input[type="text"]:focus {
  outline: 0;
  border-color: orange; }

.short input[type=text] {
  width: 200px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  height: 24px;
  padding-left: 5px; }

.short input[type="text"]:focus {
  outline: 0;
  border-color: orange; }

.shorter input[type=text] {
  width: 100px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  height: 24px;
  padding-left: 5px; }

.shorter input[type="text"]:focus {
  outline: 0;
  border-color: orange; }

input[type=tel] {
  width: 200px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  height: 24px;
  padding-left: 5px; }

input[type="tel"]:focus {
  outline: 0;
  border-color: orange; }

input[type=email] {
  width: 100%;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  height: 24px;
  padding-left: 5px; }

input[type="email"]:focus {
  outline: 0;
  border-color: orange; }

textarea {
  width: 100%;
  height: 160px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  padding-left: 5px; }

textarea:focus {
  outline: 0;
  border-color: orange; }

input[type=checkbox] {
  position: relative;
  top: 2px; }
  @media screen and (min-width: 960px) {
    input[type=checkbox] {
      top: -1px; } }

.send-btn {
  width: 140px;
  position: relative;
  font-size: 1.2em;
  margin-top: 20px;
  background-color: #f4ac6a;
  border-radius: 6px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .send-btn:hover {
    background-color: #F09985; }
  @media screen and (min-width: 768px) {
    .send-btn {
      margin-left: 200px; } }

input[type=submit] {
  position: relative;
  display: inline-block;
  width: 140px;
  padding: 3px 0 0px 6px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 6px;
  z-index: 3; }

span.wpcf7-list-item {
  margin: 0 !important; }

.privacy {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 70px; }
  @media screen and (min-width: 768px) {
    .privacy {
      margin-top: 140px; } }
  @media screen and (min-width: 960px) {
    .privacy {
      margin-top: 220px; } }

.page-read {
  margin-top: 20px;
  margin-bottom: 40px; }

.privacy-cts {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .privacy-cts {
      margin-bottom: 40px; } }
  .privacy-cts h3 {
    font-weight: 400;
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    background-color: #f4ac6a;
    margin-bottom: 6px; }

.r6plan {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.region-img {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 40px;
}
.region-bottom {
  margin-top: 40px;
}
.region-h {
  max-width: 800px;
  margin: 0 auto;
  background-color: #f4ac6a;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  padding: 20px;
  border-radius: 8px;
}
.region-txt {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.mt {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .region-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .region-box {
    width: 48%;
  }
  .mt {
    margin-top: 0px;
  }
}
