@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Amiko:400,600,700");
html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #282E33;
  font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #282E33;
  text-decoration: underline;
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p,
ul,
ol,
li,
dl,
dt,
dd,
figure,
img,
nav {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

* {
  word-break: break-all;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.file {
  border-top: 1px dotted #cccccc;
  margin: 15px 0;
  padding: 10px 0 0;
  text-align: left;
}

.file .pdf {
  background: url(../images/cms/pdf.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .ppt {
  background: url(../images/cms/ppt.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .xls,
.file .xlsx {
  background: url(../images/cms/xls.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .doc,
.file .docx {
  background: url(../images/cms/doc.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.top-right {
  float: right;
  margin: 0px 0px 30px 30px;
}

.top-left {
  float: left;
  margin: 0px 30px 30px 0px;
}

.top-center {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.bottom-right {
  float: right;
  margin: 30px 0px 0px 30px;
}

.bottom-left {
  float: left;
  margin: 30px 30px 0px 0px;
}

.bottom-center {
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.entry-container b {
  font-weight: bold;
}

.entry-container i {
  font-style: italic;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.ie .ieWrap {
  -moz-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ie .ieWrap .ieImg {
  display: none !important;
}

@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 1280px;
    overflow: hidden;
  }
  .inner {
    max-width: 1030px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) and (min-width: 768px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1297px) and (min-width: 992px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 769px), print {
  a.tel {
    pointer-events: none;
    text-decoration: none;
  }
  a {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
  body {
    padding-top: 80px;
  }
  .header {
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
  }
  .header.effect {
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
  .header .logo {
    margin: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    position: relative;
    top: -8px;
    left: 50px;
  }
  .header .logo img {
    width: 151px;
  }
  .header .logo:hover {
    opacity: 0.8;
  }
  .header .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .header .nav .nav_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
  }
  .header .nav .nav_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .nav .nav_menu ul li:last-child {
    position: relative;
  }
  .header .nav .nav_menu ul li:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 12px;
    background: #A9ABAF;
    display: block;
    -webkit-transform: rotate(30deg) translateY(-50%);
       -moz-transform: rotate(30deg) translateY(-50%);
        -ms-transform: rotate(30deg) translateY(-50%);
            transform: rotate(30deg) translateY(-50%);
  }
  .header .nav .nav_menu ul li a {
    display: block;
    height: 100%;
    text-decoration: none;
    font-size: 1.2rem;
    display: block;
    line-height: 80px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    white-space: nowrap;
    font-weight: 500;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .header .nav .nav_menu ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 12px;
    background: #A9ABAF;
    display: block;
    -webkit-transform: rotate(30deg) translateY(-50%);
       -moz-transform: rotate(30deg) translateY(-50%);
        -ms-transform: rotate(30deg) translateY(-50%);
            transform: rotate(30deg) translateY(-50%);
  }
  .header .nav .nav_menu ul li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #5fc8e6;
    bottom: 20px;
    left: 0;
    -webkit-transform: scale(0, 1);
       -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .header .nav .nav_menu ul li a:hover::after {
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .header .nav .nav_contact {
    background-color: #778899;
    height: 100%;
    width: 170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    overflow: hidden;
  }
  .header .nav .nav_contact:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
  }
  .header .nav .nav_contact:hover::before {
    opacity: 1;
    width: 116%;
  }
  .header .nav .nav_contact:hover::after {
    opacity: 1;
    width: 120%;
  }
  .header .nav .nav_contact::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #5fc8e6;
    position: absolute;
    -webkit-transform: skewX(-20deg);
       -moz-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
            transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .header .nav .nav_contact::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #cbd0d3;
    position: absolute;
    -webkit-transform: skewX(-20deg);
       -moz-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
            transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
    -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
    transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  }
  .header .nav .nav_contact a {
    text-decoration: none;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
  }
  .header .nav .nav_contact a span {
    padding-left: 25px;
    position: relative;
  }
  .header .nav .nav_contact a span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6.5px;
    width: 20px;
    height: 13px;
    background: url(/common/images/ic_mail.png) center/contain no-repeat;
    display: block;
  }
  .footer {
    background-color: #282E33;
    color: #fff;
    border-top: 3px solid #D3D6DB;
  }
  .footer .inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 95px;
    padding-bottom: 106px;
  }
  .footer .inner .back_top {
    cursor: pointer;
    position: absolute;
    top: -32.5px;
    right: 0;
    width: 65px;
    height: 65px;
    text-indent: -9999px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #778899;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) and (min-width: 768px) {
  .footer .inner .back_top {
    right: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1297px) and (min-width: 992px) {
  .footer .inner .back_top {
    right: 20px;
  }
}

@media screen and (min-width: 769px), print {
  .footer .inner .back_top::before {
    position: absolute;
    content: "";
    width: 9.71px;
    height: 23.04px;
    background: url("../images/backtop.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    display: block;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out, -moz-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -moz-transform .3s ease-in-out;
  }
  .footer .inner .back_top:hover {
    background-color: #5fc8e6;
  }
  .footer .inner .back_top:hover::before {
    -webkit-transform: rotate(-360deg);
       -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  .footer .footer_l {
    width: 300px;
  }
  .footer .footer_l a img {
    width: 232px;
  }
  .footer .footer_l p {
    font-size: 1rem;
    line-height: 17.5px;
    margin-top: 15px;
  }
  .footer .footer_r {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
    padding-top: 11px;
  }
  .footer .footer_r ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer .footer_r ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer .footer_r ul li:last-child {
    margin-right: 0;
  }
  .footer .footer_r ul li a {
    text-decoration: none;
    color: #A9ABAF;
    font-size: 1.2rem;
  }
  .footer .footer_r p {
    font-size: 1rem;
    margin-top: 21px;
    text-align: right;
    color: #A9ABAF;
  }
  .ttl {
    position: relative;
    height: 320px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center;
  }
  .ttl .ttl_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ttl .ttl_txt .inner {
    width: 1030px;
    margin: 0 auto;
  }
  .ttl .ttl_txt .inner h2 span {
    font-family: "Amiko", sans-serif;
    font-weight: 700;
    font-size: 5rem;
    display: block;
    line-height: 1;
  }
  .ttl .ttl_txt .inner h2 small {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .ttl02 {
    margin-bottom: 45px;
  }
  .ttl02.type01 > span {
    font-size: 4rem;
  }
  .ttl02 > span {
    font-size: 5rem;
    color: #282E33;
    font-family: "Amiko", sans-serif;
    font-weight: 700;
    display: block;
  }
  .ttl02 small {
    display: block;
    font-size: 1.3rem;
    color: #A9ABAF;
  }
  .ttl02 small.c_white {
    color: #fff;
  }
  .breadcrumbs {
    position: relative;
    overflow: hidden;
    margin-top: -25px;
  }
  .breadcrumbs::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-calc((100% - 1030px) / 2);
    width: -moz-calc((100% - 1030px) / 2);
    width: calc((100% - 1030px) / 2);
    height: 100%;
    background-color: #768899;
    display: block;
    z-index: 1;
  }
  .breadcrumbs ul {
    width: 1030px;
    margin: 0 auto;
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
  }
  .breadcrumbs ul li {
    color: #fff;
    font-size: 1.2rem;
    background-color: #768899;
    padding-right: 25px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) and (min-width: 768px) {
  .breadcrumbs ul li:nth-of-type(1) {
    padding-left: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1297px) and (min-width: 992px) {
  .breadcrumbs ul li:nth-of-type(1) {
    padding-left: 20px;
  }
}

@media screen and (min-width: 769px), print {
  .breadcrumbs ul li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 15px;
    background: #A9ABAF;
    display: block;
    -webkit-transform: rotate(20deg);
       -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
    margin-left: 25px;
  }
  .breadcrumbs ul li:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -50px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 100px solid #768899;
    border-right: 50px solid transparent;
  }
  .breadcrumbs ul li:nth-of-type(1)::before {
    content: "";
    width: 11px;
    height: 10px;
    background: url(../images/ic_home.png) center/contain no-repeat;
    display: block;
    -moz-background-size: 11px 10px;
         background-size: 11px 10px;
    margin-right: 6px;
    margin-top: -3px;
  }
  .breadcrumbs ul li a {
    color: #fff;
    text-decoration: none;
  }
  .btn_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }
  .btn_wr .btn {
    display: block;
    font-family: "Amiko", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    height: 45px;
    background-color: #778899;
    text-decoration: none;
    color: #fff;
    min-width: 210px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 45px;
    text-align: center;
    -moz-box-shadow: 0px 5px 10px 0px rgba(119, 136, 153, 0.3);
         box-shadow: 0px 5px 10px 0px rgba(119, 136, 153, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    overflow: hidden;
  }
  .btn_wr .btn::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #5fc8e6;
    position: absolute;
    -webkit-transform: skewX(-20deg);
       -moz-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
            transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .btn_wr .btn::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #cbd0d3;
    position: absolute;
    -webkit-transform: skewX(-20deg);
       -moz-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
            transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
    -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
    transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  }
  .btn_wr .btn.type01 {
    background-color: transparent;
    border: 1px solid #fff;
    line-height: 43px;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .btn_wr .btn:hover {
    -moz-box-shadow: none;
         box-shadow: none;
    opacity: 1;
  }
  .btn_wr .btn:hover::before {
    opacity: 1;
    width: 116%;
  }
  .btn_wr .btn:hover::after {
    opacity: 1;
    width: 120%;
  }
  .contact_bot {
    height: 350px;
    position: relative;
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-image: url(/common/images/contact_bot_pc.png);
  }
  .contact_bot .txt {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-top: 15px;
  }
  .contact_bot .txt h2 {
    font-family: "Amiko", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    display: block;
    margin-bottom: 9px;
  }
  .contact_bot .txt p {
    font-size: 1.8rem;
    display: block;
  }
  .contact_bot .txt .btn_wr {
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .show_pc {
    display: none !important;
  }
  .container {
    min-width: 320px;
    overflow: hidden;
  }
  img {
    width: 100%;
  }
  a.tel {
    text-decoration: none;
  }
  main {
    padding-top: 15.49479vw;
  }
  .header .logo {
    height: 15.625vw;
    width: 100%;
    margin: 0;
    font-size: 0;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 215;
  }
  .header .logo a {
    padding-left: 5.20833vw;
    display: block;
    position: fixed;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 15.625vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .logo a img {
    width: 35.67708vw;
  }
  .header .logo .menu_icon {
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    background-color: #778899;
    width: 15.625vw;
    height: 15.625vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .logo .menu_icon.is_active .menu_icon_in {
    border-color: transparent;
  }
  .header .logo .menu_icon.is_active .menu_icon_in:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
  }
  .header .logo .menu_icon.is_active .menu_icon_in:after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #fff;
  }
  .header .logo .menu_icon .menu_icon_in {
    width: 23px;
    height: 16px;
    background: transparent;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
  }
  .header .logo .menu_icon .menu_icon_in:before, .header .logo .menu_icon .menu_icon_in:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    margin-top: -1px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .header .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    padding: 0 3.90625vw 7.8125vw 12.36979vw;
    overflow-y: auto;
    background: #778899 url(/common/images/nav_bg.png) no-repeat;
    -moz-background-size: 50.78125vw 76.04167vw;
         background-size: 50.78125vw 76.04167vw;
    background-position: right 3.90625vw bottom 6.51042vw;
    -webkit-transform: translateY(-100vh);
       -moz-transform: translateY(-100vh);
        -ms-transform: translateY(-100vh);
            transform: translateY(-100vh);
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    z-index: 100;
  }
  .header .nav.is_active {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .header .nav_menu ul li {
    margin-bottom: 10.41667vw;
  }
  .header .nav_menu ul li:first-child {
    margin-top: 39.0625vw;
  }
  .header .nav_menu ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 3.64583vw;
    text-decoration: none;
    position: relative;
    padding-left: 39.0625vw;
    line-height: 5.20833vw;
  }
  .header .nav_menu ul li a::before {
    content: attr(data-en);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 5.20833vw;
    color: #fff;
    line-height: 5.20833vw;
    letter-spacing: 0.26042vw;
    font-family: "Amiko", sans-serif;
    font-weight: 600;
  }
  .header .nav_contact a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 3.64583vw;
    text-decoration: none;
    position: relative;
    padding-left: 39.0625vw;
    line-height: 5.20833vw;
  }
  .header .nav_contact a::before {
    content: attr(data-en);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 5.20833vw;
    color: #fff;
    line-height: 5.20833vw;
    letter-spacing: 0.26042vw;
    font-family: "Amiko", sans-serif;
    font-weight: 600;
  }
  .footer {
    background-color: #282E33;
    border-top: 0.78125vw solid #D3D6DB;
    color: #fff;
    text-align: center;
  }
  .footer .inner {
    position: relative;
    padding-top: 16.92708vw;
    padding-bottom: 9.76563vw;
  }
  .footer .inner .back_top {
    cursor: pointer;
    position: absolute;
    top: -5.85938vw;
    right: 5.20833vw;
    width: 11.71875vw;
    height: 11.71875vw;
    text-indent: -9999px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url(/common/images/ic_backtop.png) center no-repeat;
    -moz-background-size: 11.71875vw 11.71875vw;
         background-size: 11.71875vw 11.71875vw;
  }
  .footer .footer_l p {
    font-size: 2.86458vw;
    line-height: 5.72917vw;
    margin-top: 5.85938vw;
  }
  .footer .footer_l a img {
    width: 52.86458vw;
  }
  .footer .footer_r p {
    font-size: 2.86458vw;
    margin-top: 11.71875vw;
    color: #A9ABAF;
  }
  .ttl {
    position: relative;
    height: 57.42188vw;
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center;
  }
  .ttl .ttl_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 5.20833vw;
    padding-right: 5.20833vw;
  }
  .ttl .ttl_txt .inner h2 span {
    font-family: "Amiko", sans-serif;
    font-weight: 700;
    font-size: 10.41667vw;
    display: block;
    line-height: 1;
  }
  .ttl .ttl_txt .inner h2 small {
    font-size: 3.38542vw;
    font-weight: 500;
  }
  .ttl picture {
    display: block;
  }
  .ttl picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .ttl02 {
    margin-bottom: 5.85938vw;
    text-align: center;
  }
  .ttl02 span {
    font-size: 7.8125vw;
    color: #282E33;
    font-family: "Amiko", sans-serif;
    font-weight: 700;
  }
  .ttl02 small {
    display: block;
    font-size: 3.38542vw;
    color: #A9ABAF;
    margin-top: 1.30208vw;
  }
  .btn_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 9.11458vw;
  }
  .btn_wr.is_active .btn::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .btn_wr .btn {
    display: block;
    font-family: "Amiko", sans-serif;
    font-weight: 600;
    font-size: 4.16667vw;
    height: 14.32292vw;
    background-color: #778899;
    text-decoration: none;
    color: #fff;
    min-width: 62.5vw;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
    line-height: 14.32292vw;
    text-align: center;
    -moz-box-shadow: 0px 1.30208vw 2.60417vw 0px rgba(119, 136, 153, 0.3);
         box-shadow: 0px 1.30208vw 2.60417vw 0px rgba(119, 136, 153, 0.3);
    letter-spacing: 0.52083vw;
  }
  .btn_wr .btn.type01 {
    background-color: transparent;
    border: 1px solid #fff;
    line-height: -webkit-calc(14.32292vw - 2px);
    line-height: -moz-calc(14.32292vw - 2px);
    line-height: calc(14.32292vw - 2px);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .btn_wr .btn.type02 {
    position: relative;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .btn_wr .btn.type02::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.90625vw;
    width: 4.81771vw;
    height: 2.73438vw;
    margin-top: -1.36719vw;
    background: url(/common/images/ic_ar.png) center/contain no-repeat;
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  }
  .btn_wr .tel {
    width: 62.5vw;
    height: 14.32292vw;
    background-color: #fff;
    position: relative;
    font-size: 4.16667vw;
    font-family: "Amiko", sans-serif;
    font-weight: 700;
    color: #778899;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.26042vw;
  }
  .btn_wr .tel::before {
    content: "";
    width: 4.55729vw;
    height: 5.72917vw;
    background: url(/common/images/ic_phone.png) center/contain no-repeat;
    display: block;
    margin-right: 1.95313vw;
  }
  .contact_bot {
    height: 96.61458vw;
    position: relative;
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-image: url(/common/images/contact_bot_sp.png);
    position: relative;
  }
  .contact_bot .txt {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .contact_bot .txt h2 {
    font-family: "Amiko", sans-serif;
    font-size: 7.8125vw;
    font-weight: 700;
    display: block;
    margin-bottom: 1.30208vw;
    line-height: 1;
  }
  .contact_bot .txt p {
    font-size: 3.38542vw;
  }
  .contact_bot .txt .btn_wr {
    margin-top: 6.51042vw;
  }
}

.tenmincho {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}

.effect {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.delay_03 {
  -webkit-transition: all 1s ease 0.3s;
  -moz-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}

.delay_06 {
  -webkit-transition: all 1s ease 0.6s;
  -moz-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}

.delay_09 {
  -webkit-transition: all 1s ease 0.9s;
  -moz-transition: all 1s ease 0.9s;
  transition: all 1s ease 0.9s;
}

.delay_12 {
  -webkit-transition: all 1s ease 1.2s;
  -moz-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.2s;
}

.delay_15 {
  -webkit-transition: all 1s ease 1.5s;
  -moz-transition: all 1s ease 1.5s;
  transition: all 1s ease 1.5s;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.slideUp {
  -webkit-transform: translate3d(0, 50px, 0);
     -moz-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.slideUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideDown {
  -webkit-transform: translate3d(0, -50px, 0);
     -moz-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  opacity: 0;
}

.slideDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideToRight {
  -webkit-transform: translate3d(-100px, 0, 0);
     -moz-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.slideToRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideToLeft {
  -webkit-transform: translate3d(100px, 0, 0);
     -moz-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
  opacity: 0;
}

.slideToLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 1297px) and (min-width: 992px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
  .container {
    min-width: 100%;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
  .container {
    min-width: 100%;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 1297px) and (min-width: 992px) {
  body {
    overflow-x: hidden;
  }
}
