@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

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

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

/*clear fix*/
@keyframes showAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* ------------------------------------------------
 	common     
  ---------------------------------------------- */
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .8px;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 13px; } }
a {
  color: #000;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }
  @media screen and (max-width: 768px) {
    a {
      color: black; } }
b, strong {
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; }

strong {
  font-weight: bold; }

.font-en, .head__en-ttl, .top-section__en-ttl, .mv__scroll-txt, .gnav__en {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em; }

.font-min, .post__ttl, .privacy h2, .page__ttl, .top-section__sub-ttl, .top-section__ttl, .mv__txt, .mv__ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-feature-settings: "pkna" 1; }

/* wrapper
-------------------------*/
.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  .wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0 auto; }

/* header
-------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90; }
  @media screen and (max-width: 768px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      box-sizing: border-box; } }
  .header__bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 40px;
    height: 75px;
    box-sizing: border-box; }
    @media screen and (max-width: 880px) {
      .header__bar {
        padding: 0 20px; } }
    @media screen and (max-width: 768px) {
      .header__bar {
        height: 50px;
        padding: 0 20px; } }
    .header__bar:before {
      position: absolute;
      background: #fff;
      top: -75px;
      height: 75px;
      left: 0;
      width: 100%;
      content: "";
      transition: all 200ms;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        .header__bar:before {
          height: 50px;
          background: rgba(255, 255, 255, 0.7); } }
  .header__logo {
    display: block;
    width: 90px;
    height: 55px; }
    @media screen and (max-width: 880px) {
      .header__logo {
        flex-shrink: 0; } }
    @media screen and (max-width: 768px) {
      .header__logo {
        margin: 0 auto 0;
        width: 70px;
        height: 45px;
        transform: translateY(-55px);
        transition: all 200ms;
        background-image: url("../img/logo.png");
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100% auto; }
        .header__logo img {
          display: none; } }
  .header__menu-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 34px;
    height: 28px;
    box-sizing: border-box;
    z-index: 98; }
    .header__menu-btn:before {
      position: absolute;
      top: 5px;
      left: 5px;
      box-sizing: border-box;
      width: 24px;
      height: 18px;
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      content: "";
      transition: all 300ms; }
    .header__menu-btn:after {
      position: absolute;
      top: 13px;
      left: 5px;
      content: "";
      width: 24px;
      height: 2px;
      background: #fff;
      transition: all 300ms; }
    .header__menu-btn.is_open:before {
      transform: rotate(45deg);
      border-bottom: none;
      top: 11px;
      left: 0px; }
    .header__menu-btn.is_open:after {
      transform: rotate(-45deg);
      top: 13px;
      left: 6px; }
  .header--fix .header__bar:before, .header--page .header__bar:before {
    top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
  .header--fix .header__logo, .header--page .header__logo {
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto; }
    @media screen and (max-width: 768px) {
      .header--fix .header__logo, .header--page .header__logo {
        width: 70px;
        transform: translateY(0); } }
    .header--fix .header__logo img, .header--page .header__logo img {
      display: none; }
  .header--fix .gnav__item a, .header--page .gnav__item a {
    color: #000; }
    @media screen and (max-width: 768px) {
      .header--fix .gnav__item a, .header--page .gnav__item a {
        color: #fff; } }
  @media screen and (max-width: 768px) {
    .header--fix .header__menu-btn:before, .header--page .header__menu-btn:before {
      border-top: 2px solid #00A0E9;
      border-bottom: 2px solid #00A0E9; }
    .header--fix .header__menu-btn:after, .header--page .header__menu-btn:after {
      background: #00A0E9; }
    .header--fix .header__menu-btn.is_open:before, .header--page .header__menu-btn.is_open:before {
      border-top: 2px solid #fff;
      border-bottom: none; }
    .header--fix .header__menu-btn.is_open:after, .header--page .header__menu-btn.is_open:after {
      background: #fff; } }
/* gnav
-------------------------*/
@media screen and (max-width: 768px) {
  .gnav {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00A0E9;
    display: none;
    z-index: 80; } }

.gnav__list {
  display: flex; }
  @media screen and (max-width: 768px) {
    .gnav__list {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
.gnav__item {
  width: 140px;
  text-align: center; }
  @media screen and (max-width: 880px) {
    .gnav__item {
      width: 125px; } }
  @media screen and (max-width: 768px) {
    .gnav__item {
      width: 100%;
      margin-bottom: 20px; } }
  .gnav__item a {
    position: relative;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    transition: all 300ms; }
    @media screen and (max-width: 768px) {
      .gnav__item a {
        font-size: 16px; } }
    .gnav__item a:before {
      position: absolute;
      bottom: -18px;
      left: 50%;
      width: 0;
      height: 3px;
      background: #00A0E9;
      content: "";
      transition: all 300ms; }
    .gnav__item a:after {
      position: absolute;
      bottom: -18px;
      right: 50%;
      width: 0;
      height: 3px;
      background: #00A0E9;
      content: "";
      transition: all 300ms; }
    .gnav__item a:hover {
      text-decoration: none; }
      .gnav__item a:hover:before {
        width: 50%; }
        @media screen and (max-width: 768px) {
          .gnav__item a:hover:before {
            width: 0; } }
      .gnav__item a:hover:after {
        width: 50%; }
        @media screen and (max-width: 768px) {
          .gnav__item a:hover:after {
            width: 0; } }
  .gnav__item.is_current a:before {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .gnav__item.is_current a:before {
        width: 0; } }
  .gnav__item.is_current a:after {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .gnav__item.is_current a:after {
        width: 0; } }
.gnav__en {
  display: block;
  font-size: 12px;
  color: #00A0E9;
  font-weight: normal;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .gnav__en {
      color: rgba(255, 255, 255, 0.8); } }
.gnav.is_open {
  display: block;
  animation: fadeAnime 300ms; }

/* breadcrumb
-------------------------*/
.breadcrumb {
  padding: 20px 0;
  display: flex; }
  @media screen and (max-width: 768px) {
    .breadcrumb {
      font-size: 12px; } }
  .breadcrumb__item {
    margin-left: 20px; }
    .breadcrumb__item:first-child {
      margin-left: 0; }
      .breadcrumb__item:first-child:before {
        display: none; }
    .breadcrumb__item:before {
      content: ">";
      margin-right: 10px; }

/* contents
-------------------------*/
.contents {
  position: relative;
  padding: 0 0 80px;
  z-index: 20; }
  @media screen and (max-width: 768px) {
    .contents {
      padding: 0 0 20px; } }
/* footer
-------------------------*/
.footer {
  padding: 40px 0 20px;
  background: #00A0E9;
  color: #fff;
  margin-top: auto; }
  .footer__logo {
    width: 100px;
    display: block;
    margin: 0 auto 40px;
    transition: all 300ms; }
    @media screen and (max-width: 768px) {
      .footer__logo {
        width: 80px;
        margin: 0 auto 20px; } }
    .footer__logo:hover {
      opacity: .7; }
  .footer__copyright {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      .footer__copyright {
        font-size: 10px; } }
.page-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(153, 153, 153, 0.7);
  z-index: 70; }
  @media screen and (max-width: 768px) {
    .page-top {
      display: none !important; } }
  .page-top:before {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 1px;
    height: 24px;
    content: "";
    background: #fff;
    content: ""; }
  .page-top:after {
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    transform: rotate(45deg); }

/* ------------------------------------------------
 	common  parts    
  ---------------------------------------------- */
.wrap, .fade {
  display: block;
  text-decoration: none; }
  .wrap:hover, .fade:hover {
    text-decoration: none; }

.ib {
  display: inline-block; }

.phone-txt {
  text-decoration: none;
  cursor: default; }

.is_pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .is_pc {
      display: none; } }
.is_sp {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .is_sp {
      display: block !important; } }
.container {
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px; }
  @media screen and (max-width: 768px) {
    .container {
      width: auto;
      padding: 0 20px; } }
.bg_img {
  visibility: hidden; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.animation {
  opacity: 0; }
  @media screen and (max-width: 768px) {
    .animation {
      opacity: 1 !important; } }
  .animation.animated {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both; }
    @media screen and (max-width: 768px) {
      .animation.animated {
        animation: none; } }
/* ------------------------------------------------
  TOP
---------------------------------------------- */
.mv {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  text-align: center;
  height: 100vh;
  max-height: 800px;
  z-index: 30; }
  @media screen and (max-width: 768px) {
    .mv {
      height: 100vh;
      max-height: inherit; } }
  .mv:before {
    position: fixed;
    position: absolute;
    top: 50%;
    left: 0;
    height: 200px;
    width: 100%;
    content: "";
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.2); }
  .mv__txt-box {
    position: fixed;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; }
  .mv__ttl {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #fff;
    padding: 0 20px;
    white-space: nowrap; }
    @media screen and (max-width: 768px) {
      .mv__ttl {
        font-size: 6.301369863vw;
        margin-bottom: 10px; } }
  .mv__txt {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 768px) {
      .mv__txt {
        font-size: 4.1095890411vw; } }
  .mv__scroll {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 77px;
    height: 80px;
    text-align: center;
    z-index: 3;
    overflow: hidden;
    z-index: 90; }
    .mv__scroll:before {
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 10px;
      height: 10px;
      margin-left: -5px;
      border-bottom: 1px solid #fff;
      border-left: 1px solid #fff;
      transform: rotate(-45deg);
      content: "";
      animation: scrollbar-arrow 1.8s infinite linear; }
    .mv__scroll:after {
      animation: scrollbar 1.8s infinite linear;
      background: #fff;
      content: "";
      height: 80px;
      left: 50%;
      position: absolute;
      top: 0;
      width: 1px;
      z-index: -1; }
  .mv__scroll-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 77px;
    height: 24px;
    z-index: 3;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff; }
    @media screen and (max-width: 880px) {
      .mv__scroll-txt {
        font-size: 13px; } }
@keyframes scrollbar {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(100px); } }

@keyframes scrollbar-arrow {
  0% {
    transform: translateY(-100px) rotate(-45deg); }
  100% {
    transform: translateY(100px) rotate(-45deg); } }

.top-section {
  padding: 80px 0 140px;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .top-section {
      padding: 40px 0 40px; } }
  .top-section .container {
    overflow: hidden; }
  .top-section__ttl {
    position: relative;
    font-weight: bold;
    font-size: 37px;
    text-align: center;
    line-height: 1.4; }
    @media screen and (max-width: 768px) {
      .top-section__ttl {
        font-size: 28px;
        line-height: 1.2; } }
  .top-section__en-ttl {
    margin-bottom: 10px;
    display: block;
    text-align: center;
    color: #00A0E9;
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .top-section__en-ttl {
        font-size: 14px; } }
  .top-section__sub {
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .top-section__sub {
        font-weight: normal;
        margin-bottom: 20px; } }
  .top-section--bg {
    background: #F0F0F0; }
  .top-section__more {
    position: relative;
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 50px auto 0;
    text-align: center;
    color: #00A0E9;
    text-decoration: none;
    font-weight: bold;
    transition: all 300ms;
    border: 1px solid #00A0E9; }
    @media screen and (max-width: 768px) {
      .top-section__more {
        margin-top: 30px; } }
    .top-section__more:before {
      position: absolute;
      top: 50%;
      right: 30px;
      width: 20px;
      height: 1px;
      background: #00A0E9;
      content: "";
      transition: all 300ms; }
    .top-section__more:after {
      position: absolute;
      top: 50%;
      right: 28px;
      width: 8px;
      margin-top: -3px;
      height: 1px;
      background: #00A0E9;
      transform: rotate(45deg);
      content: "";
      transition: all 300ms; }
    .top-section__more:hover {
      background: #00A0E9;
      color: #fff; }
      .top-section__more:hover:before {
        right: 20px;
        width: 30px;
        background: #fff; }
      .top-section__more:hover:after {
        background: #fff;
        right: 20px; }
  .top-section--lead {
    padding: 120px 0 200px;
    background-image: url("../img/bg_top_02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .top-section--lead {
        padding: 60px 0; } }
    .top-section--lead .top-section__en-ttl {
      margin-bottom: 40px; }
  .top-section__bg-wrap {
    height: 300px;
    position: relative;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .top-section__bg-wrap {
        height: auto; } }
    .top-section__bg-wrap:before {
      position: absolute;
      top: 0;
      left: 50%;
      width: 50%;
      height: 100%;
      content: "";
      box-sizing: border-box;
      content: ""; }
  .top-section__txt-box {
    width: 60%;
    padding: 40px;
    box-sizing: border-box;
    line-height: 2;
    background: rgba(255, 255, 255, 0.3); }
    @media screen and (max-width: 768px) {
      .top-section__txt-box {
        width: 100%;
        background: rgba(255, 255, 255, 0.6);
        padding: 20px; } }
  .top-section__sub-ttl {
    letter-spacing: 0.1em;
    font-size: 34px;
    font-weight: bold;
    padding-left: 80px;
    background-image: url("../img/logo_mark_black.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 60px auto; }
    @media screen and (max-width: 768px) {
      .top-section__sub-ttl {
        font-size: 28px; } }
.link-list {
  width: 100%;
  display: flex;
  justify-content: space-around; }
  @media screen and (max-width: 768px) {
    .link-list {
      display: block; } }
  .link-list__item {
    position: relative;
    width: 350px; }
    @media screen and (max-width: 768px) {
      .link-list__item {
        width: 100%;
        margin-bottom: 40px; } }
  .link-list__window {
    position: relative;
    display: block;
    width: 350px;
    height: 215px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .link-list__window {
        margin: 0 auto;
        width: 100%;
        height: auto; } }
    .link-list__window:hover img {
      transform: scale(1.1); }
      @media screen and (max-width: 768px) {
        .link-list__window:hover img {
          transform: scale(1); } }
    .link-list__window:hover .link-list__ttl:before {
      width: 50%; }
      @media screen and (max-width: 880px) {
        .link-list__window:hover .link-list__ttl:before {
          width: 0; } }
    .link-list__window:hover .link-list__ttl:after {
      width: 50%; }
      @media screen and (max-width: 880px) {
        .link-list__window:hover .link-list__ttl:after {
          width: 0; } }
    .link-list__window:before {
      position: absolute;
      top: 10px;
      left: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      border: 1px solid #fff;
      content: "";
      z-index: 10; }
  .link-list__img {
    transition: 300ms all; }
    @media screen and (max-width: 768px) {
      .link-list__img {
        width: 100% !important; } }
  .link-list__ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    transform: translate(-50%, -50%);
    font-weight: bold;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      .link-list__ttl {
        font-size: 20px; } }
    .link-list__ttl:before {
      position: absolute;
      bottom: -5px;
      left: 50%;
      width: 0;
      height: 3px;
      background: #fff;
      content: "";
      transition: all 300ms; }
    .link-list__ttl:after {
      position: absolute;
      bottom: -5px;
      right: 50%;
      width: 0;
      height: 3px;
      background: #fff;
      content: "";
      transition: all 300ms; }
  .link-list__txt-wrap {
    background: #fff;
    padding: 20px; }
  .link-list__box {
    display: block;
    text-decoration: none; }
    .link-list__box:hover .link-list__img {
      opacity: .7; }
  .link-list__name {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em; }

.news-list {
  border: 1px solid #aaa;
  margin-bottom: 40px;
  padding: 40px 40px 80px; }
  @media screen and (max-width: 768px) {
    .news-list {
      padding: 20px 20px; } }
  .news-list__item {
    border-bottom: 1px solid #aaa; }
    @media screen and (max-width: 768px) {
      .news-list__item {
        margin-bottom: 10px;
        border-bottom: 1px dotted #aaa; } }
  .news-list__link {
    display: flex;
    text-decoration: none;
    padding: 10px 0; }
    .news-list__link:hover .news-list__ttl {
      color: #00A0E9; }
  .news-list__date {
    padding-left: 10px;
    width: 180px; }
    @media screen and (max-width: 768px) {
      .news-list__date {
        font-size: 12px;
        width: 100px; } }
  .news-list__ttl {
    transition: all 300ms; }
    @media screen and (max-width: 768px) {
      .news-list__ttl {
        font-size: 12px; } }
  .news-list.is_archive {
    margin-top: 30px;
    padding: 0;
    border: none; }

/* ------------------------------------------------
  page
---------------------------------------------- */
.head {
  position: relative;
  height: 230px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 75px; }
  @media screen and (max-width: 768px) {
    .head {
      height: 150px;
      margin-top: 50px; } }
  .head:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    content: "";
    z-index: 10; }
  .head__ttl {
    position: relative;
    padding-top: 100px;
    font-size: 40px;
    color: #fff;
    letter-spacing: 0.2em;
    font-weight: bold;
    line-height: 1.5;
    z-index: 20; }
    @media screen and (max-width: 768px) {
      .head__ttl {
        font-size: 30px;
        line-height: 1.2;
        padding-top: 60px; } }
  .head__en-ttl {
    position: relative;
    color: #00A0E9;
    z-index: 20; }
  .head--about {
    background-position: center top;
    background-image: url("../img/bg_head_about.png"); }
  .head--philosophy {
    background-position: center top;
    background-image: url("../img/bg_head_about.png"); }
  .head--company {
    background-position: center center;
    background-image: url("../img/bg_head_company.jpg"); }
  .head--business {
    background-position: center top;
    background-image: url("../img/bg_head_business.png"); }
  .head--contact {
    background-position: center top;
    background-image: url("../img/bg_head_contact.png"); }
  .head--page {
    background-position: center top;
    background-image: url("../img/bg_head_contact.png"); }
  .head--privacy {
    background-position: center top;
    background-image: url("../img/bg_head_contact.png"); }

.page {
  padding: 40px 0; }
  @media screen and (max-width: 768px) {
    .page {
      padding: 20px 0 40px; } }
  .page__ttl {
    margin-bottom: 30px;
    font-size: 30px;
    border-bottom: 1px solid #00A0E9;
    font-weight: bold;
    letter-spacing: 0.1em;
    background-image: url("../img/logo_mark.svg");
    background-position: left center;
    background-size: 50px auto;
    background-repeat: no-repeat;
    padding-left: 60px; }
    @media screen and (max-width: 768px) {
      .page__ttl {
        margin-bottom: 20px;
        font-size: 24px; } }
    .page__ttl:after {
      content: ""; }
  .page__container {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .page__container {
        width: 100%; } }
  .page__txt {
    line-height: 1.7;
    margin-bottom: 1em; }

.page-section {
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .page-section {
      margin-bottom: 60px; } }
  .page-section__btn {
    position: relative;
    float: right;
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    text-align: center;
    color: #00A0E9;
    text-decoration: none;
    font-weight: bold;
    transition: all 300ms;
    border: 1px solid #00A0E9; }
    @media screen and (max-width: 768px) {
      .page-section__btn {
        margin-top: 30px; } }
    .page-section__btn:before {
      position: absolute;
      top: 50%;
      right: 30px;
      width: 20px;
      height: 1px;
      background: #00A0E9;
      content: "";
      transition: all 300ms; }
    .page-section__btn:after {
      position: absolute;
      top: 50%;
      right: 28px;
      width: 8px;
      margin-top: -3px;
      height: 1px;
      background: #00A0E9;
      transform: rotate(45deg);
      content: "";
      transition: all 300ms; }
    .page-section__btn:hover {
      background: #00A0E9;
      color: #fff; }
      .page-section__btn:hover:before {
        right: 20px;
        width: 30px;
        background: #fff; }
      .page-section__btn:hover:after {
        background: #fff;
        right: 20px; }
    .page-section__btn.is_center {
      float: none; }
  .page-section__back-btn {
    position: relative;
    float: left;
    display: block;
    height: 50px;
    padding: 0 20px 0 60px;
    line-height: 50px;
    margin-top: 50px;
    text-align: center;
    color: #00A0E9;
    text-decoration: none;
    font-weight: bold;
    transition: all 300ms;
    border: 1px solid #00A0E9; }
    @media screen and (max-width: 768px) {
      .page-section__back-btn {
        margin-top: 30px; } }
    .page-section__back-btn:before {
      position: absolute;
      top: 50%;
      left: 30px;
      width: 20px;
      height: 1px;
      background: #00A0E9;
      content: "";
      transition: all 300ms; }
    .page-section__back-btn:after {
      position: absolute;
      top: 50%;
      left: 28px;
      width: 8px;
      margin-top: -3px;
      height: 1px;
      background: #00A0E9;
      transform: rotate(-45deg);
      content: "";
      transition: all 300ms; }
    .page-section__back-btn:hover {
      background: #00A0E9;
      color: #fff; }
      .page-section__back-btn:hover:before {
        left: 20px;
        width: 30px;
        background: #fff; }
      .page-section__back-btn:hover:after {
        background: #fff;
        left: 20px; }
    .page-section__back-btn.is_center {
      float: none; }

.privacy h2 {
  margin-bottom: 30px;
  font-size: 30px;
  border-bottom: 1px solid #00A0E9;
  font-weight: bold;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 768px) {
    .privacy h2 {
      margin-bottom: 20px;
      font-size: 24px; } }
  .privacy h2:after {
    content: ""; }

.privacy p {
  margin-bottom: 1em; }

.privacy ol {
  list-style: decimal;
  margin-left: 1.5em; }

.post {
  padding-bottom: 50px; }
  .post__ttl {
    margin-bottom: 10px;
    font-size: 30px;
    border-bottom: 1px solid #00A0E9;
    font-weight: bold;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      .post__ttl {
        margin-bottom: 20px;
        font-size: 18px; } }
    .post__ttl:after {
      content: ""; }
  .post__date {
    text-align: right;
    margin-bottom: 30px; }
  .post__body {
    margin-bottom: 50px; }
    .post__body p {
      line-height: 2; }
  .post .page-section__btn {
    float: none;
    margin: 0 auto; }

.company {
  padding: 40px 0; }

.company-table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 80px; }
  .company-table th {
    width: 130px;
    padding: 15px 0;
    border-bottom: 1px solid #00A0E9;
    letter-spacing: 0.05em;
    font-weight: bold;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .company-table th {
        width: 80px; } }
  .company-table td {
    padding: 15px 0 15px 30px;
    border-bottom: 1px solid #ddd; }
    @media screen and (max-width: 768px) {
      .company-table td {
        padding: 15px 0 15px 10px; } }
  .company-table ol {
    margin-left: 1.5em;
    list-style: decimal; }

.enkaku-list {
  display: flex;
  flex-wrap: wrap; }
  .enkaku-list dt {
    padding: 10px 0;
    width: 130px;
    border-bottom: 1px solid #ddd;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .enkaku-list dt {
        width: 100px; } }
  .enkaku-list dd {
    padding: 10px 0 10px 10px;
    width: calc(100% - 140px);
    border-bottom: 1px solid #ddd; }
    @media screen and (max-width: 768px) {
      .enkaku-list dd {
        width: calc(100% - 110px); } }
.about__body {
  overflow: hidden; }

.about__img {
  float: left;
  width: 200px;
  margin: 0 20px 20px 0;
  padding: 20px;
  border: 1px solid #ccc; }
  @media screen and (max-width: 768px) {
    .about__img {
      float: none;
      margin: 0 auto 20px; } }
.about__catch {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .about__catch {
      font-size: 18px;
      margin-bottom: 20px; } }
.business-section {
  margin-bottom: 50px; }
  .business-section__ttl {
    font-size: 24px;
    background: #00A0E9;
    color: #fff;
    padding: 5px 20px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .business-section__ttl {
        font-size: 17px;
        padding: 5px 10px; } }
  .business-section__img-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
  .business-section__img {
    width: calc(33.3% - 10px);
    margin-left: 10px;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .business-section__img {
        margin-bottom: 10px; } }
    .business-section__img:nth-child(3n+1) {
      margin-left: 0; }

.must {
  color: #cf2e2e; }

.contact__btn {
  -webkit-appearance: none;
  position: relative;
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  color: #00A0E9;
  text-decoration: none;
  font-weight: bold;
  transition: all 300ms;
  border: 1px solid #00A0E9;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  background: #fff;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .contact__btn {
      margin-top: 0; } }
  .contact__btn:hover {
    background: #00A0E9;
    color: #fff; }

.contact__back-btn {
  -webkit-appearance: none;
  position: relative;
  display: block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  transition: all 300ms;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  background: #ccc;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .contact__back-btn {
      margin-top: 0; } }
  .contact__back-btn:hover {
    background: #000;
    color: #fff; }

.contact .agree-check {
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .contact .agree-check {
      margin-bottom: 20px; } }
.contact__note {
  margin-bottom: 50px;
  border: 1px solid #00A0E9;
  padding: 20px;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .contact__note {
      font-size: 12px;
      margin-bottom: 40px; } }
  .contact__note span {
    font-weight: bold; }

.contact-table {
  width: 100%;
  table-layout: fixed;
  margin-top: 50px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .contact-table {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .contact-table th {
    width: 200px;
    padding: 15px 0;
    border-bottom: 1px solid #00A0E9;
    letter-spacing: 0.05em;
    font-weight: bold;
    vertical-align: middle;
    text-align: right; }
    @media screen and (max-width: 768px) {
      .contact-table th {
        display: block;
        width: 100%;
        text-align: left;
        padding: 10px 0;
        box-sizing: border-box; } }
  .contact-table td {
    padding: 15px 0 15px 30px;
    border-bottom: 1px solid #ddd; }
    @media screen and (max-width: 768px) {
      .contact-table td {
        display: block;
        width: 100%;
        padding: 10px 0 15px;
        border-bottom: none;
        box-sizing: border-box; } }
    .contact-table td input[type="text"],
    .contact-table td input[type="email"] {
      display: block;
      width: 100%;
      max-width: 400px;
      border: 1px solid #ccc;
      border-radius: 0;
      font-size: 16px;
      padding: 10px 10px;
      box-sizing: border-box;
      box-shadow: none;
      -webkit-appearance: none; }
      .contact-table td input[type="text"]:focus,
      .contact-table td input[type="email"]:focus {
        border: 1px solid #00A0E9;
        border-radius: 0; }
    .contact-table td .contact__input-tel {
      display: inline-block !important;
      width: 120px !important; }
      @media screen and (max-width: 768px) {
        .contact-table td .contact__input-tel {
          width: 80px !important; } }
    .contact-table td textarea {
      display: block;
      width: 100%;
      resize: none;
      height: 250px;
      max-width: 400px;
      border: 1px solid #ccc;
      border-radius: 0;
      font-size: 16px;
      padding: 10px 10px;
      box-sizing: border-box;
      box-shadow: none;
      -webkit-appearance: none; }
      @media screen and (max-width: 768px) {
        .contact-table td textarea {
          height: 200px; } }
.mw_wp_form_input .input-area {
  display: block; }

.mw_wp_form_input .confirm-area {
  display: none; }

.mw_wp_form_input .thanks-area {
  display: none; }

.mw_wp_form_confirm .input-area {
  display: none; }

.mw_wp_form_confirm .confirm-area {
  display: block; }

.mw_wp_form_confirm .thanks-area {
  display: none; }

.mw_wp_form_complete .input-area {
  display: none; }

.mw_wp_form_complete .confirm-area {
  display: none; }

.mw_wp_form_complete .thanks-area {
  display: block; }
