@charset "UTF-8";

/*料金表示ON/OFF*/
.price-flag{display:none;/*initial*/}
/*----------------------------------------------------
  lib
----------------------------------------------------*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*----------------------------------------------------
  core
----------------------------------------------------*/
.contents-wrap, .contents-inner, .l-header, .l-header-nav, .l-footer-inner, .top-bnr-course, .top-bnr-app, .top-bnr-taxi-app, .main-visual {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contents-wrap, .contents-inner, .l-header, .l-header-nav, .l-footer-inner, .top-bnr-course, .top-bnr-app, .top-bnr-taxi-app, .main-visual {
    width: auto;
    margin: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrap, .contents-inner, .l-header, .l-header-nav, .l-footer-inner, .top-bnr-course, .top-bnr-app, .top-bnr-taxi-app, .main-visual {
    width: auto;
    margin: 0 15px;
  }
}

/* ----------------------------------------------------------------
    core/base
/  --------------------------------------------------------------*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
}

p {
  margin: 0 0 1em;
}

@media screen and (min-width: 768px) {
  [data-show="sp"] {
    display: none;
  }
}

dl,
ul,
ol {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  [data-show="sp"] {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  [data-show="pc"] {
    display: none;
  }
}

/*----------------------------------------------------
  layout
----------------------------------------------------*/
/* ----------------------------------------------------------------
   layout/content
/  --------------------------------------------------------------*/
.l-content {
  background: url(../img/share/bg.jpg);
}

.l-content-inner {
  position: relative;
}

.contents-wrap {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .contents-wrap {
    padding-bottom: 40px;
  }
}

/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
.l-header {
  padding: 15px 0 20px;
}

.l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-header__logo {
  position: relative;
  margin: 0;
  line-height: 0;
}

.l-header-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px 0 0;
  text-align: right;
  line-height: 1.8;
}

.l-header-description p {
  margin: 0;
}

.l-header-description__tel {
  color: #ff5400;
  font-size: 14px;
  font-size: 0.875rem;
}

.l-header-description__tel a {
  color: #ff5400;
  font-weight: bold;
}

.l-header-nav {
  margin-bottom: 30px;
}

.l-header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.l-header-nav-list__item, .l-header-nav-list__item--active {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 12px;
}

.l-header-nav-list__item:last-child, .l-header-nav-list__item--active:last-child {
  margin: 0;
}

.l-header-nav-list__item a, .l-header-nav-list__item--active a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.38% 1.38% 1.38% 1.38%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  background: #ffc415;
  box-sizing: border-box;
  -webkit-transition: .5s;
  transition: .5s;
}

.l-header-nav-list__item a:hover, .l-header-nav-list__item--active a:hover {
  color: #fff;
  background: #ff5400;
}

.l-header-nav-list__item--active a {
  background: #ff5400;
  color: #fff;
}

/* 
	for sp
----------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .l-header {
    position: relative;
    margin: 0;
    padding: 4.2em 10px 5px;
  }
  .l-header-inner {
    display: block;
  }
  .l-header__logo {
    width: calc(256px/1.2);
    margin-bottom: 10px;
  }
  .l-header-description__text {
    display: none;
  }
  .l-header-description__tel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    font-size: 0.75rem;
    background: #ff5400;
    color: #fff;
    box-sizing: border-box;
  }
  .l-header-description__tel a {
    display: inline-block;
    color: #fff;
  }
  .l-header-nav {
    width: 100%;
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s;
    transition: .3s;
    border: 10px solid #ff5400;
    box-sizing: border-box;
  }
  .l-header-nav.open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .l-header-nav-list {
    display: block;
    margin: 0;
    border: 5px solid #ffc415;
  }
  .l-header-nav-list__item, .l-header-nav-list__item--active {
    margin-right: 0;
    border-bottom: 2px solid #ffc415;
  }
  .l-header-nav-list__item:last-child, .l-header-nav-list__item--active:last-child {
    margin: 0;
    border: 0;
  }
  .l-header-nav-list__item a, .l-header-nav-list__item--active a {
    font-weight: normal;
    font-size: 1rem;
    background: #fff;
  }
  .l-header-nav-list__item--active a {
    background: #fff;
    color: #000;
  }
  .l-nav {
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: -1;
  }
  .l-nav.open {
    z-index: 100;
  }
  .menu-trigger {
    display: block;
    position: absolute;
    top: 70px;
    right: 15px;
    width: 30px;
    height: 19px;
    box-sizing: border-box;
  }
  .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 16px;
  }
  .menu-trigger span.menu {
    background: none;
    height: auto;
    top: 20px;
    font-family: "Yu Mincho", YuMincho,'Montserrat',sans-serif;
    color: #636363;
    font-size: 10px;
  }
  .menu-trigger.open span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
        -ms-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }
  .menu-trigger.open span:nth-of-type(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .menu-trigger.open span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
        -ms-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
  .menu-trigger.open .menu {
    display: none;
  }
}

/* ----------------------------------------------------------------
   layout/main
/  --------------------------------------------------------------*/
main {
  background: #fff7f3;
  overflow: hidden;
}

main dl {
  overflow: hidden;
}

main dl dt {
  float: left;
  clear: left;
}

main dl dd {
  margin: 0;
  padding: 0;
}

.-top main {
  background: none;
  overflow: visible;
}

/* ----------------------------------------------------------------
   layout/back2top
/  --------------------------------------------------------------*/
.back2top {
  position: fixed;
  right: 10%;
}

.back2top a {
  display: block;
  padding-bottom: 22px;
  background: url(../img/share/icon_top.png) center bottom no-repeat;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
  color: #ff5400;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .back2top {
    display: none;
  }
}

/* ----------------------------------------------------------------
   layout/footer
/  --------------------------------------------------------------*/
.l-footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 20px;
}

.l-footer__logo {
  margin: 0;
  margin-right: 35px;
}

.l-footer__table {
  border-collapse: collapse;
}

.l-footer__table caption {
  text-align: left;
}

.l-footer__table th {
  padding-right: 1em;
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .l-footer-inner {
    display: block;
    padding: 20px 0;
  }
  .l-footer__logo {
    margin: 0;
    text-align: center;
  }
  .l-footer__table {
    margin: 0 auto;
  }
}

.copyright {
  padding: 5px 0;
  background: #ff5400;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 1;
  color: #fff;
}

/*----------------------------------------------------
  component
----------------------------------------------------*/
/* ----------------------------------------------------------------
   component/ttl
/  --------------------------------------------------------------*/
.page-title {
  margin: 0 0 35px;
  padding: 18px 30px;
  background: #ff5400;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .page-title {
    padding: 15px 20px;
  }
}

/* ----------------------------------------------------------------
   component/menu
/  --------------------------------------------------------------*/
.menu {
  margin-bottom: 80px;
}

.menu__section {
  margin-top: 70px;
  margin-bottom: 80px;
}

.menu .headline {
  margin-top: 60px;
}

.menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  margin-bottom: 10px;
  padding: 10px 20px 10px 30px;
  background: #fff;
  border-left: 8px solid #f7d6c9;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__list li.long {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.menu__target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  background: url(../img/share/line_headline.png) left bottom repeat-x;
}

.menu__target-item {
  width: 248px;
}

.menu__target-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 268px;
  margin: 0 0 15px;
  padding-left: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  background-repeat: no-repeat;
  box-sizing: border-box;
  line-height: 1;
}

.menu__target .-target01 {
  background-image: url(../img/menu/img_target01.jpg);
}

.menu__target .-target02 {
  background-image: url(../img/menu/img_target02.jpg);
}

.menu__target .-target03 {
  background-image: url(../img/menu/img_target03.jpg);
}

.menu__target .-target04 {
  background-image: url(../img/menu/img_target04.jpg);
}

.menu__set {
  padding: 40px 0;
  background: #fff;
}

.menu__set .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__set-title {
  width: 275px;
  margin: 0;
  margin-right: 25px;
  padding: 60px 55px;
  font-size: 18px;
  font-size: 1.125rem;
  background: url(../img/top/bg_profile_photo.png) no-repeat;
  background-size: 100%;
  text-align: center;
  box-sizing: border-box;
}

.menu__set-list {
  list-style: none;
  width: 575px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu__set-list li {
  position: relative;
  width: 151px;
  height: 151px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-repeat: no-repeat;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}

.menu__set-list li:after {
  position: absolute;
  right: -62px;
  top: 35%;
  content: "×";
  font-size: 62px;
  color: #d5d5d5;
  line-height: 1;
}

.menu__set-list li:last-child:after {
  display: none;
}

.menu__set-list .-set01 {
  background-image: url(../img/menu/img_set01.png);
}

.menu__set-list .-set02 {
  background-image: url(../img/menu/img_set02.png);
}

.menu__set-list .-set03 {
  background-image: url(../img/menu/img_set03.png);
}

@media screen and (max-width: 768px) {
  .menu__set-title {
    width: auto;
  }
  .menu__set-list li {
    width: 100px;
    height: 100px;
    background-size: contain;
  }
  .menu__set-list li:after {
    right: -38px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    margin-bottom: 30px;
  }
  .menu__section {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .menu .headline {
    margin-top: 30px;
  }
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__target {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__target-item {
    width: auto;
  }
  .menu__target-title {
    font-size: 0.875rem;
    height: 100px;
    padding-left: 50%;
    background-position: left center;
    background-size: contain;
  }
  .menu__set .contents-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__set-title {
    margin: 0 0 20px;
    background: none;
    padding: 0;
  }
  .menu__set-list {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu__set-list li {
    width: 81px;
    height: 81px;
    margin-right: 20px;
    font-size: 0.75rem;
    background-size: cover;
  }
  .menu__set-list li:last-child {
    margin: 0;
  }
  .menu__set-list li:after {
    right: -20px;
    top: 30px;
    font-size: 1.25rem;
  }
}

.menu-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-detail .section-title {
  margin-top: -15px;
  margin-bottom: 20px;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.4;
}

.menu-detail__text {
  width: 60%;
  margin: -15px;
  background: url(../img/top/bg_shop_info.png) left top no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.menu-detail__text p {
  width: 50%;
  margin: 0 auto;
}

.menu-detail__img {
  margin: 0;
}

.menu-detail__link {
  margin-top: 30px !important;
}

.menu-detail__link a {
  display: block;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  background: #cd3f5a;
  font-size: 20px;
  font-size: 1.25rem;
}

.menu-detail__link a:after {
  content: "→";
}

@media screen and (max-width: 768px) {
  .menu-detail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-detail .section-title {
    font-size: 1.875rem;
  }
  .menu-detail__text {
    padding-bottom: 80px;
  }
  .menu-detail__img {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .menu-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu-detail .section-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .menu-detail__text {
    width: auto;
    margin: 0;
    padding-bottom: 0;
    background: none;
    color: #000;
  }
  .menu-detail__text p {
    width: auto;
  }
  .menu-detail__img {
    width: auto;
    margin: 20px auto 0;
  }
  .menu-detail__link {
    margin-top: 30px !important;
  }
  .menu-detail__link a {
    padding: 15px;
    color: #aa4451;
    background: url(../img/share/line_headline.png) repeat-x, url(../img/share/line_headline.png) left bottom repeat-x;
    font-size: 1rem;
  }
  .menu-detail__link a:after {
    content: "→";
  }
}

.price-table {
  width: 100%;
  border-collapse: collapse;
}

.price-table th {
  padding: 10px 30px;
  background: #f7d6c9;
  text-align: left;
  border-bottom: 14px solid #fff7f3;
  width: 60%;
  box-sizing: border-box;
}

.price-table td {
  background: #fff;
  padding: 10px 30px;
  border-bottom: 14px solid #fff7f3;
  color: #000;
}

@media screen and (max-width: 767px) {
  .price-table th {
    display: block;
    width: 100%;
    padding: 10px;
    border: 0;
  }
  .price-table td {
    display: block;
    padding: 10px;
    border: 0;
    text-align: center;
  }
}

/* ----------------------------------------------------------------
   component/catch
/  --------------------------------------------------------------*/
.catch, .catch-course, .catch-recruit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 442px;
  margin-bottom: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  box-sizing: border-box;
}

.catch__title, .catch-course__title, .catch-recruit__title {
  margin: 0;
  font-size: 35px;
  font-size: 2.1875rem;
  text-shadow: 0px 0px 8px #004c77, 0px 0px 8px #004c77;
}

.catch__text, .catch-course__text, .catch-recruit__text {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  text-shadow: 0px 0px 8px #004c77, 0px 0px 8px #004c77;
  text-align: center;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .catch, .catch-course, .catch-recruit {
    display: block;
    background-position: center;
    height: auto;
  }
  .catch__title, .catch-course__title, .catch-recruit__title {
    font-size: 1.25rem;
  }
  .catch__text, .catch-course__text, .catch-recruit__text {
    font-size: 0.875rem;
    line-height: 1.6;
    text-align: left;
  }
}

/*----------------------------------------------------
  theme
----------------------------------------------------*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* ----------------------------------------------------------------
   theme/top
/  --------------------------------------------------------------*/
.top-message {
  padding: 100px 0;
  background: url(../img/top/bg_message.jpg) center top no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "Yu Mincho", YuMincho,'Montserrat',sans-serif;
  font-weight: bold;
}

.top-message-inner {
  width: 680px;
  margin: 0 auto;
}

.top-message__title {
  margin: 0 0 30px;
  padding-bottom: 20px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  border-bottom: 2px solid #fff;
}

.top-message__text {
  line-height: 2.8;
}

.top-message__sign {
  margin: 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .top-message {
    padding: 50px 0;
  }
  .top-message-inner {
    width: auto;
    margin: 0 15px;
  }
  .top-message__title {
    margin: 0 0 20px;
    padding-bottom: 10px;
    font-size: 1.25rem;
  }
  .top-message__text {
    line-height: 1.6;
  }
}

.top-introduction-title {
  width: 234px;
  height: 264px;
  margin: 0 auto 40px;
  font-size: 17px;
  font-weight: normal;
  background-image: url(../img/top/img_intro.png), url(../img/top/bg_balloon.png);
  background-repeat: no-repeat;
  background-position: center 123px, center center;
}

.top-introduction-title__text {
  display: block;
  width: 7em;
  margin: 0 auto;
  padding-top: 35px;
  text-align: center;
}

.top-introduction-list {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-introduction-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 264px;
          flex: 0 0 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-introduction-list-item__text {
  display: block;
  margin-top: 10px;
  padding: 0 1em;
}

@media screen and (max-width: 768px) {
  .top-introduction-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-introduction-list-item {
    margin-bottom: 15px;
  }
  .top-introduction-list-item:nth-child(odd) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .top-introduction-list {
    display: block;
  }
  .top-introduction-list-item {
    margin-bottom: 1em;
  }
}

.top-map {
  margin-bottom: 50px;
}

.top-map-title {
  margin: 0 0 25px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}

.top-map-title__text {
  display: inline-block;
}

.top-map-title__text:before {
  display: inline-block;
  content: " ";
  width: 45px;
  height: 35px;
  margin-right: 30px;
  background: url(../img/top/icon_map_title.png) no-repeat;
  vertical-align: top;
}

.top-map-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px 30px;
  padding: 20px 30px;
  padding-left: 80px;
  background: #fff;
  border-top: 2px solid #ff5400;
  box-sizing: border-box;
}

.top-map-img__img {
  width: 507px;
}

.top-map-img__pamphlet {
  width: 252px;
  text-align: center;
}

.top-map-img__pamphlet a {
  display: inline-block;
  text-decoration: underline;
}

.top-map-img__pamphlet a:before {
  content: ">>";
}

.top-map-list {
  list-style: none;
  margin: 0 30px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-map-list li {
  line-height: 0;
  margin-bottom: 20px;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
}

.top-map-list li.-on {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .top-map-title {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
  .top-map-img {
    display: block;
    margin: 0 0 20px;
    padding: 15px;
  }
  .top-map-img__img {
    width: auto;
  }
  .top-map-img__pamphlet {
    width: auto;
  }
  .top-map-list {
    margin: 0;
  }
  .top-map-list li {
    width: 48%;
    margin-bottom: 10px;
  }
}

.top-bnr-course {
  position: relative;
  margin-bottom: 35px;
  background: url(../img/top/bg_bnr.png) no-repeat;
  box-sizing: border-box;
}

.top-bnr-course-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 66%;
  padding-bottom: 60px;
}

.top-bnr-course-detail:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.top-bnr-course-detail:hover .top-bnr-course__img {
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

.top-bnr-course-detail:hover .top-bnr-course__btn span {
  bottom: -7px;
  box-shadow: 0 0 0;
}

.top-bnr-course__title {
  margin: 25px 0 30px;
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  text-shadow: 0 0 24px #c11b00;
transform: scaleX(0.9);
}

.top-bnr-course__title span {
  font-size: 30px;
  font-size: 1.875rem;
}

.top-bnr-course__text {
  position: absolute;
  top: 15px;
  right: 75px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  z-index: 1;
}

.top-bnr-course__text span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}

.top-bnr-course__text em {
  display: inline-block;
  padding-bottom: 5px;
  font-style: normal;
  font-size: 36px;
  font-size: 2.25rem;
  background: url(../img/top/wave.png) left bottom no-repeat;
}

.top-bnr-course__img {
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: 0;
}

.top-bnr-course__btn {
  display: inline-block;
  margin: 0;
}

.top-bnr-course__btn span {
  position: relative;
  display: inline-block;
  padding: 25px 60px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  box-shadow: 0px 7px 0px 0px #ffa77c;
  box-sizing: border-box;
}

.top-bnr-course__btn span:before {
  display: inline-block;
  content: " ";
  width: 33px;
  height: 24px;
  margin-right: 20px;
  margin-top: -10px;
  background: url(../img/top/icon_camera.png) no-repeat;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .top-bnr-course__title {
    font-size: 1.875rem;
  }
  .top-bnr-course__title span {
    font-size: 1.625rem;
  }
  .top-bnr-course__text {
    right: 15px;
  }
  .top-bnr-course__text span {
    font-size: 1.125rem;
  }
  .top-bnr-course__text em {
    font-size: 1.875rem;
  }
  .top-bnr-course__img {
    right: 15px;
    bottom: 15px;
    width: 32.5%;
  }
}

@media screen and (max-width: 767px) {
  .top-bnr-course {
    margin: 0 -15px 20px;
    padding: 0 15px;
    background-size: cover;
    background-position: 15% top;
    box-sizing: content-box;
  }
  .top-bnr-course-detail {
    width: 100%;
    padding-bottom: 20px;
  }
  .top-bnr-course__title {
    margin: 10px 0;
    font-size: 1.375rem;
    text-align: center;
  }
  .top-bnr-course__title span {
    font-size: 1rem;
  }
  .top-bnr-course-badge {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .top-bnr-course__text {
    position: static;
    font-size: 1rem;
    margin-left: 15px;
  }
  .top-bnr-course__text span {
    font-size: 0.875rem;
  }
  .top-bnr-course__text em {
    font-size: 1.375rem;
  }
  .top-bnr-course__img {
    width: 120px;
    right: 10px;
  }
  .top-bnr-course__btn span {
    padding: 25px 15px;
    font-size: 1.25rem;
    border-radius: 15px;
  }
  .top-bnr-course__btn span:before {
    margin-right: 10px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
/*240418taxi-bnr*/
.top-bnr-taxi-app{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 45px 15px 35px 125px;
  background-color: #fff;
  background-image: url(../img/top/taxi-bnr-back-l.png), url(../img/top/taxi-bnr-back-r.png);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  border: 6px solid #00b3f5;
  box-sizing: border-box;
  overflow: hidden;
  max-height: 195px;
}
.top-bnr-taxi-app__text{
  margin: 0.5em 1em 0 0;
}
.top-bnr-taxi-app__absol--l{
  position: absolute;
  top: 5%;
  left: 1%;
  width: 8.5%;
}
.top-bnr-taxi-app__absol--r{
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 20%;
}
.top-bnr-taxi-app-link{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.top-bnr-taxi-app-link li {
  display: inline-block;
  margin-right: 12px;
}
/*240418taxi-bnr*/
.top-bnr-app {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 30px 75px 40px 120px;
  background-color: #fff;
  background-image: url(../img/top/check.png), url(../img/top/img_taxi.png);
  background-repeat: no-repeat;
  background-position: left top, 97% center;
  border: 6px solid #ffc415;
  box-sizing: border-box;
}

@media screen and (max-width: 767px){
  .top-bnr-taxi-app{
    flex-direction: column;
    margin: 0 auto;
    padding: 4vw 0 4vw 0;
    background-size: 35% auto, 35% auto;
    max-height: 40vw;
  }
  .top-bnr-taxi-app__text{
    width: 50%;
    position: relative;
    right: 3%;
    margin: 0 0 1.333333333vw 0;
  }
  .top-bnr-taxi-app__absol--l{
    top: 5%;
    left: 3.6%;
    width: 13.5%;
  }
  .top-bnr-taxi-app__absol--r{
    width: 29%;
  }
  .top-bnr-taxi-app__btn{
    position: relative;
    right: 3%;
    width: 41%;
  }
  .top-bnr-taxi-app-link li {
    display: inline-block;
    padding-top: 0.2vw;
    margin-right: 1.6vw;
  }
  .top-bnr-taxi-app-link li img{
    max-height: 45px;
  }
  .top-bnr-taxi-app-link li:last-child {
    margin: 0;
  }
}
.top-bnr-app__badge {
  margin-right: 15px;
}

.top-bnr-app-text img + img {
  margin-left: 5px;
}

.top-bnr-app-link {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 48%;
  bottom: 10px;
  line-height: 0;
  right: 0;
}

.top-bnr-app-link li {
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .top-bnr-app {
    display: block;
    margin: 0;
    padding: 10px;
    padding-top: 30px;
    background-size: 50px auto, 65px auto;
  }
  .top-bnr-app__badge {
    position: absolute;
    right: -10px;
    top: 5px;
    width: 50px;
  }
  .top-bnr-app-text {
    margin-top: 20px;
    padding: 5px 5px 0;
  }
  .top-bnr-app-text img:first-child {
    width: 160px;
  }
  .top-bnr-app-link {
    position: static;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-bnr-app-link li:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .main-visual {
    margin: 0;
    line-height: 0;
  }
}

.btn, .course-btn {
  margin-bottom: 70px;
}

.btn a, .course-btn a, .btn__link {
  position: relative;
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 36px;
  border-radius: 20px;
  background: #ff5400;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  border: 0;
  box-shadow: 0px 7px 0px 0px #c4bbb6;
  box-sizing: border-box;
}

.btn a:hover, .course-btn a:hover, .btn__link:hover {
  bottom: -7px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  box-shadow: 0 0 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .btn a, .course-btn a {
    width: auto;
    padding: 25px;
    font-size: 1.25rem;
  }
}

/* ----------------------------------------------------------------
   theme/price
/  --------------------------------------------------------------*/
.-effect {
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transform: translate(0, 60px);
      -ms-transform: translate(0, 60px);
          transform: translate(0, 60px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.-effect.-on {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.price-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 15px 40px;
  padding-bottom: 40px;
  background: url(../img/price/line.png) center bottom no-repeat;
}

.price-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}

.price-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 0 10px;
  padding-left: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ff5400;
  font-size: 20px;
  font-size: 1.25rem;
  box-sizing: border-box;
}

.price-section__title:before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  display: inline-block;
  content: " ";
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background: url(../img/price/icon_title.png) no-repeat;
  vertical-align: middle;
}

.price-section-img {
  width: 620px;
}

.price-section-img__main {
  margin-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}

.price-section-img-thumb {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-section-img-thumb li {
  -webkit-transition: .3s;
  transition: .3s;
}

.price-section-img-thumb li:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.price-section-detail {
  width: 430px;
}

.price-section-detail__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #ffc415;
}

.price-section-detail__table th, .price-section-detail__table td {
  display: block;
  padding: 10px;
  text-align: center;
}

.price-section-detail__table th {
  background: #ffc415;
}

.price-section-detail__table td {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .price-section {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .price-section-img {
    width: 57.4%;
  }
  .price-section-detail {
    width: 39.81%;
  }
}

@media screen and (max-width: 767px) {
  .price-section {
    margin: 0 0 20px;
  }
  .price-section__title {
    font-size: 1.125rem;
  }
  .price-section-img {
    width: auto;
    margin-bottom: 10px;
  }
  .price-section-img__main {
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .price-section-detail {
    width: 100%;
  }
}

/* ----------------------------------------------------------------
   theme/course
/  --------------------------------------------------------------*/
.catch-course {
  position: relative;
  padding: 80px 0 70px;
  background-image: url(../img/course/bg_catch.png);
  background-position: center;
}

.catch-course:before {
  position: absolute;
  left: 20px;
  display: block;
  content: " ";
  width: 241px;
  width: 22.31%;
  height: 389px;
  background: url(../img/course/img_catch.png) left center no-repeat;
  background-size: contain;
}

.catch-course__title {
  margin-bottom: 20px;
}

.catch-course-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 314px;
  height: 265px;
  background: url(../img/course/img_miyako.png) center center no-repeat;
  background-size: contain;
}

.catch-course-icon__text {
  position: relative;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 152px;
          flex: 0 0 152px;
  width: 152px;
  width: 48.4%;
  height: 134px;
  margin: 0 0 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #000;
  background: url(../img/recruit/baloon.png) no-repeat;
}

.catch-course-icon__text span {
  display: inline-block;
  margin-top: 1em;
}

.catch-course-icon__img {
  margin-top: 15px;
  width: 52.86%;
}

@media screen and (max-width: 768px) {
  .catch-course:before {
    background-position: left bottom;
  }
  .catch-course__title {
    position: relative;
    z-index: 99;
  }
  .catch-course__text {
    position: relative;
    z-index: 99;
  }
  .catch-course-icon {
    right: 20px;
    bottom: 20px;
    background-size: contain;
    width: 29.07%;
  }
  .catch-course-icon__text {
    bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 132px;
            flex: 0 0 132px;
    width: 100px;
    height: 114px;
    margin-right: -20px;
    font-size: 0.75rem;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .catch-course {
    padding: 30px 15px 100px;
    margin: -20px -15px 20px;
    box-sizing: content-box;
  }
  .catch-course:before {
    height: 88%;
    background-position: left center;
    top: 0;
    left: 10px;
  }
  .catch-course__description, .catch-course__title, .catch-course__text {
    text-align: center;
  }
  .catch-course-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: auto;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    bottom: -40px;
    left: auto;
    right: -30px;
    background-size: 230px auto;
    background-position: 70% bottom;
  }
  .catch-course-icon__text {
    margin: 0;
    width: auto;
  }
  .catch-course-icon__img {
    margin: 0;
  }
}

.course-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
  padding: 25px 30px;
  border: 2px solid #ffc415;
  background: #fff;
}

.course-map__title {
  width: 100%;
}

.course-map__pamphlet {
  margin-right: 20px;
  text-align: center;
}

.course-map__pamphlet a {
  display: inline-block;
  text-decoration: underline;
}

.course-map__pamphlet a:before {
  content: ">>";
}

@media screen and (max-width: 768px) {
  .course-map {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .course-map__img {
    width: 63.23%;
  }
  .course-map__pamphlet {
    width: 28.33%;
  }
}

@media screen and (max-width: 767px) {
  .course-map {
    display: block;
  }
  .course-map__img {
    width: auto;
  }
  .course-map__pamphlet {
    width: auto;
    margin: 0;
  }
}

.course-nav {
  list-style: none;
  margin: 0 0 40px;
  padding: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/course/nav_arrow.png) center bottom no-repeat;
}

.course-nav li {
  width: 22%;
}

.course-nav li + li {
  margin-left: 7px;
}

.course-nav__link, .course-nav__link--active {
  display: block;
  padding: 10px;
  background: #ffc415;
  font-weight: bold;
  text-align: center;
}

.course-nav__link--active {
  color: #fff;
  background: #ff5400;
}

@media screen and (max-width: 767px) {
  .course-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .course-nav li {
    width: 48.5%;
    margin: 0 0 10px !important;
  }
}

.course-section {
  margin: 0 30px 90px;
}

.course-section:last-child {
  margin-bottom: 60px;
}

.course-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px 30px;
  padding-bottom: 15px;
  background: url(../img/course/line.png) left bottom no-repeat;
}

.course-section-header__title {
  margin: 0;
  margin-right: 20px;
  padding-left: 150px;
  font-size: 24px;
  font-size: 1.5rem;
  background: url(../img/course/img_title.png) left center no-repeat;
}

.course-section-header__title span {
  font-size: 40px;
  font-size: 2.5rem;
  color: #ff5400;
}

.course-section-header__price-title {
  margin: 0;
  margin-right: 20px;
  padding: 10px 30px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: normal;
  background: #ff5400;
  line-height: 1;
}

.course-section-header__price-text {
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.course-section-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course-section-item {
  margin-right: 32px;
}

.course-section-item:last-child {
  margin: 0;
}

.course-section-item__title {
  margin: 0 0 20px;
  color: #ff5400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}

.course-section-item__title:before {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  display: inline-block;
  content: " ";
  width: 22px;
  height: 22px;
  margin-top: -5px;
  margin-right: 10px;
  background: url(../img/price/icon_title.png) no-repeat;
  vertical-align: middle;
}

.course-section-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 2px solid #ffc415;
  border-right: 2px solid #ffc415;
}

.course-section-item-list li {
  margin: 0;
  padding: 10px 0 0;
  background: #ffc415;
  text-align: center;
  font-weight: bold;
}

.course-section-item-list li:after {
  display: block;
  content: " ";
  width: 100%;
  height: 40px;
  margin-top: 10px;
  background: #fff url(../img/course/arrow.png) center center no-repeat;
}

.course-section-item-list li img {
  display: block;
  margin-top: 10px;
  margin-bottom: -10px;
}

.course-section-item-list li:last-child {
  padding-bottom: 10px;
}

.course-section-item-list li:last-child:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .course-section {
    margin: 0 0 40px;
  }
  .course-section-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 30px;
  }
  .course-section-header__title {
    width: calc(100% - 120px);
    margin-bottom: 20px;
    padding-left: 120px;
    background-size: 100px auto;
    font-size: 1.25rem;
  }
  .course-section-header__title span {
    font-size: 1.875rem;
  }
  .course-section-header__price-title {
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    font-size: 0.875rem;
  }
  .course-section-header__price-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    font-size: 0.875rem;
  }
  .course-section-detail {
    display: block;
  }
  .course-section-item {
    max-width: 310px;
    margin: 0 auto 30px;
  }
  .course-section-item:last-child {
    margin: 0 auto;
  }
}

.course-att {
  margin: 0 15px 60px;
  padding: 30px 50px;
  padding-left: 70px;
  background: #e8e8e8;
}

@media screen and (max-width: 767px) {
  .course-att {
    margin: 0 0 30px;
    padding: 15px;
    padding-left: 35px;
  }
}

.course-btn {
  width: calc(100% - 30px);
  margin: 0 15px;
}

.course-btn a {
  width: auto;
  box-shadow: 0 0 0;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: normal;
  line-height: 1.6;
  box-sizing: border-box;
}

.course-btn a span {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .course-btn {
    width: 100%;
    margin: 0;
  }
  .course-btn a {
    font-size: 1rem;
  }
  .course-btn a span {
    font-size: 1.5rem;
  }
}

/* ----------------------------------------------------------------
   theme/company
/  --------------------------------------------------------------*/
.company-table {
  width: 100%;
  width: calc(100% - 420px);
  margin-right: 40px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cdc9c9;
  border-bottom: 0;
}

.company-table th, .company-table td {
  padding: 30px;
  border-bottom: 1px solid #cdc9c9;
}

.company-table th {
  padding: 30px 60px;
  background: #ff5400;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}

.company-table td {
  background: #fff;
}

.company-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.company-map .gmap {
  position: relative;
  width: 400px;
  height: 476px;
  overflow: hidden;
}

.company-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: 768px) {
  .company-table {
    width: 48%;
    margin-right: 0;
  }
  .company-table th, .company-table td {
    padding: 20px;
  }
  .company-map {
    width: 37.03%;
    width: 50%;
  }
  .company-map .gmap {
    width: 100%;
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .company-table {
    width: 100%;
    margin-bottom: 20px;
  }
  .company-table th, .company-table td {
    padding: 15px;
  }
  .company-table th {
    width: 4em;
    font-size: 0.875rem;
  }
  .company-contents {
    display: block;
  }
  .company-map {
    width: 100%;
  }
  .company-map .gmap {
    width: 100%;
    height: 300px;
  }
}

/* ----------------------------------------------------------------
   theme/recruit
/  --------------------------------------------------------------*/
.catch-recruit {
  padding: 80px 0 70px;
  background-image: url(../img/recruit/bg_catch.png);
}

.catch-recruit__title {
  margin-bottom: 20px;
}

.catch-recruit-icon {
  position: absolute;
  left: 40px;
  bottom: 40px;
}

.catch-recruit-icon__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 152px;
  height: 134px;
  margin: 0 0 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
  background: url(../img/recruit/baloon.png) no-repeat;
}

.catch-recruit-icon__text span {
  display: inline-block;
  width: 5em;
  margin-top: 1em;
}

.catch-recruit-icon__img {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .catch-recruit-icon {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
  .catch-recruit-icon__text {
    width: 122px;
    height: 104px;
    font-size: 0.875rem;
    background-size: contain;
  }
  .catch-recruit-icon__text span {
    display: inline-block;
    width: 5em;
    margin-top: 1em;
  }
  .catch-recruit-icon__img {
    margin-left: 15px;
    width: 66.4%;
  }
}

@media screen and (max-width: 767px) {
  .catch-recruit {
    padding: 30px 15px 120px;
    margin: -20px -15px 20px;
    box-sizing: content-box;
  }
  .catch-recruit-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    bottom: 0;
    left: auto;
    right: -40px;
  }
  .catch-recruit-icon__text {
    margin: 0;
  }
  .catch-recruit-icon__img {
    margin: 0;
  }
}

.recruit-contents {
  margin: 0 10px 40px;
  padding: 35px;
  background: #fff;
  border: 2px solid #ff5400;
  border-radius: 18px;
}

.recruit-table {
  width: 100%;
  margin: 0 0 30px;
  border-collapse: collapse;
  border-spacing: 0;
}

.recruit-table th, .recruit-table td {
  padding: 10px 0;
  border-bottom: 1px solid #ababab;
}

.recruit-table th {
  width: 150px;
}

.recruit-table th span {
  display: block;
  padding: 15px;
  background: #ff5400;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

.recruit-table td {
  padding-left: 30px;
}

.recruit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recruit-btn .btn, .recruit-btn .course-btn {
  width: 48%;
  margin: 0 0 10px;
}

.recruit-btn .btn a, .recruit-btn .course-btn a {
  width: auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 0;
  font-size: 26px;
  font-size: 1.625rem;
}

.recruit-btn .btn__link--contact:before {
  display: inline-block;
  content: " ";
  width: 32px;
  height: 20px;
  margin-right: 15px;
  background: url(../img/share/icon_mail.png) no-repeat;
}

.recruit-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 605px;
  margin: 0;
  background: url(../img/recruit/img_recruit.jpg) center top no-repeat;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 8px #004c77, 0px 0px 8px #004c77;
}

@media screen and (max-width: 767px) {
  .recruit-contents {
    margin: 0 0 30px;
    padding: 15px;
  }
  .recruit-table {
    margin-bottom: 20px;
  }
  .recruit-table th {
    width: 6em;
    vertical-align: top;
  }
  .recruit-table th span {
    padding: 5px 10px;
  }
  .recruit-table td {
    padding-left: 15px;
  }
  .recruit-btn {
    display: block;
  }
  .recruit-btn .btn, .recruit-btn .course-btn {
    width: auto;
  }
  .recruit-btn .btn a, .recruit-btn .course-btn a {
    font-size: 1.25rem;
  }
  .recruit-message {
    margin: 0 -15px;
    height: 180px;
    background-size: contain;
    font-size: 1.25rem;
    text-align: center;
  }
}

/* ----------------------------------------------------------------
   theme/contact
/  --------------------------------------------------------------*/
.contact-contents {
  margin: 0 10px 40px;
  padding: 35px;
  background: #fff;
  border: 2px solid #ff5400;
  border-radius: 18px;
}

.contact-table {
  width: 100%;
  margin: 0 0 30px;
  border-collapse: collapse;
  border-spacing: 0;
}

.contact-table th, .contact-table td {
  padding: 10px 0;
  border-bottom: 1px solid #ababab;
}

.contact-table th {
  width: 150px;
  vertical-align: top;
}

.contact-table th span {
  display: block;
  padding: 15px;
  background: #ff5400;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

.contact-table td {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .contact-contents {
    margin: 0 0 30px;
    padding: 15px;
  }
  .contact-contents .btn__link {
    padding: 20px;
  }
  .contact-table {
    margin-bottom: 20px;
  }
  .contact-table th, .contact-table td {
    display: block;
  }
  .contact-table th {
    width: 100%;
    vertical-align: top;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .contact-table th span {
    padding: 5px 10px;
  }
  .contact-table td {
    padding-left: 0;
  }
}

.form-item-text,
.form-item-textarea {
  width: 100%;
  box-sizing: border-box;
}

.form-item-text {
  height: 2.8em;
}

@media screen and (max-width: 767px) {
  .form-item-textarea {
    height: 10em;
  }
}

/*----------------------------------------------------
  utilities
----------------------------------------------------*/
/* ----------------------------------------------------------------
   utility/text
/  --------------------------------------------------------------*/
.u-text__strong {
  font-weight: bold;
}

.u-text__transform.--upper {
  text-transform: uppercase;
}

.u-text__post-positional-particle {
  font-size: 72.72727273%;
}

.u-text__left {
  text-align: left;
}

.u-text__right {
  text-align: right;
}

.u-mb__0 {
  margin-bottom: 0 !important;
}

.no-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
