@charset "utf-8";
/*
Theme Name: ARMS
*/
/* ========================================================
	style.css => 共通基本CSS
======================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap');
@font-face {
   font-family: 'Futura';
   src: url('./font/Futura.ttc') format("truetype");
}

/* RESET
----------------------------------------------------------------------------------------------------*/
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,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1.6em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}

/* -----------------------------------------------
 * 設定しなおす
----------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 2;
  color: #231815;
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 600;
}
p {
  /*letter-spacing: .05em;*/
}
sup,sub {
  font-size: 70%;
}
.en {
  /*font-family: futura-pt, sans-serif;*/
  font-family: 'Futura', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.en_bold {
  font-family: 'Futura', sans-serif;
  font-weight: 900;
}
.font_hevy {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}

/* IE8〜11はメイリオ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    font-size: 16px;
    font-family: 'Segoe UI',
                 Meiryo,
                 sans-serif;
  }
}

@media only screen and ( max-width : 767px ) {
  body {font-size: 15px;}
}
@media only screen and ( max-width : 460px ) {
  body {font-size: 14px;}
}


table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}

.zoom_img {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.zoom_img img {
  width: 100%;
  height: 100%;
}
.zoom_img img {
  transform: scale(1);
  transition: .3s ease-in-out;
}
.zoom_img:hover img {
  transform: scale(1.2);
}
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  *behavior:url(/scripts/boxsizing.htc);
}


/* -----------------------------------------------
 * アンカータグの設定
----------------------------------------------- */
a {
  outline:none;
  color: #2a2a2a;
}
a.link_black {
  color: #010101;
}
.underline,.underline:hover {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover {
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}

/* -----------------------------------------------
 * base.css
----------------------------------------------- */

main {display: block;}
img {
    max-width: 100%;
    height: auto;
}
/*.taC {
  text-align: center;
}*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.caption {
  font-size: 11px;
}
.mg_auto {
  margin: 0 auto;
}
.bg_beige {
  background: #f3f2e9;
}

@media only screen and ( max-width : 991px ) {
  .sp_none {
    display: none !important;
  }
  .sp_box {
    margin-bottom: 40px;
  }
  .sp_sbox {
    margin-bottom: 10px;
  }
  .section {
    padding: 50px 0;
    margin-bottom: 0;
  }
  .br_pc {
    display: none;
  }
  .br_sp_mini {
    display: none;
  }
  .xl_box {
    margin-bottom: 100px;
  }
  .l_box {
    margin-bottom: 80px;
  }
  .box {
    margin-bottom: 50px;
  }
  .sbox {
    margin-bottom: 25px;
  }
  .ssbox {
    margin-bottom: 10px;
  }
  .d-flex_sp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .d-flex-space-between_sp {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .d-flex-justify-content-center_sp {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .d-flex-item-center_sp {
    -ms-flex-align: center;
    align-items: center;
  }
  .d-flex-justify-content-center_sp {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and ( max-width : 575px ) {
  .br_sp_mini {
    display: block;
  }
  .xl_box {
    margin-bottom: 80px;
  }
  .l_box {
    margin-bottom: 60px;
  }
}

@media print, screen and ( min-width : 992px ) {
  .sp {
    display: none !important;
  }
  .section {
    padding: 50px 0;
  }
  .xl_box {
    margin-bottom: 120px;
  }
  .l_box {
    margin-bottom: 100px;
  }
  .box {
    margin-bottom: 80px;
  }
  .sbox {
    margin-bottom: 40px;
  }
  .ssbox {
    margin-bottom: 20px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .br_sp {
    display: none;
  }
  .br_sp_mini {
    display: none;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .section {
    padding: 70px 0;
  }
}




/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  /*background: rgba(255,255,255,.8);*/
  background: rgba(255,255,255,.8);
  width: 100%;
  z-index: 9998;
  position: fixed;
  width: 100%;
  /*height: 80px;*/
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


@media only screen and ( max-width : 991px ) {
  #header {
    height: 60px;
  }
  #header .container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #h_logo {
    padding-top: 5px;
    padding-left: 10px;
  }
  .fixed {
    height: 100%;
    position: fixed;
    width: 100%;
  }
  .nav-open #header {
    display: block !important;
  }
  .fixed #header {
    background: #f3f2e9;
  }
  .child_menu .container {
    max-width: none;
  }
  #h_logo {
    max-width: 170px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .nav-open #h_logo {
    position: absolute;
    z-index: 99999;
    top: -7px;
    left: 0;
    height: 70px;
    display: flex;
    align-items: center;
  }
  .child_menu_img_box {
    /*max-width: 230px;
    margin: 0 auto;*/
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    opacity: 0;
    transition: opacity .5s;
  }
  .nav-open .overlay {
    width: 100vw;
    height: 100vh;
    opacity: 1;
  }
  #main {
    height: 100%;
    transition: all .5s;
  }
  #menu_btn {
    top: 5px;
    right: 10px;
    transition: .3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .nav-open #menu_btn {
    background: #231815;
    top: 10px;
  }
  .menu-trigger {
    width: 24px;
    height: 18px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #231815;
    transition: all .5s;
  }
  .nav-open #menu_btn .menu-trigger span {
    background: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .nav-open #menu_btn .menu-trigger span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
  .nav-open #menu_btn .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-open #menu_btn .menu-trigger span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }

  #gNav {
    /*width: 280px;
    height: auto;*/
    overflow: auto;
    background-color: rgba(255,255,255,1);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
  }
  .nav-open #gNav {
  }
  #gNav ul.nav {
    /*height: 100%;
    overflow: auto;*/
    padding: 120px 15px 60px;
    max-width: 500px;
    margin: 0 auto;
  }
  #gNav ul ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
  }
  /* #gNav li {
    margin-bottom: 20px;
  } */
  #gNav li:last-child {
    margin-bottom: 0;
  }
  #gNav li {
    position: relative;
  }
  #gNav li:after {
    content: url(./img/arrow.svg);
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 20px;
  }
  #gNav li a {
    position: relative;
    display: block;
    font-size: 16px;
    /* background: #11614b;
    color: #fff; */
    border-bottom: rgb(35 24 21 / 30%) solid 1px;
    padding: .8em 1em;
    font-weight: 700;
  }
  #gNav li a:after {
    content: "\e900";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
  }
  #gNav ul ul li {
    width: 48%;
  }
  #gNav ul ul li a {
    font-size: 14px;
    text-align: left;
    background: none;
    color: #11614b;
    padding: 0;
  }
  #gNav ul ul li a:after {
    content: none;
  }
  #gNav ul ul li .menu_mt {
    margin-top: 10px;
    padding: .2em 0;
  }
  #nav_btn {
    padding: 0 15px 50px;
    max-width: 500px;
    margin: 0 auto;
  }
  #nav_btn .h_est a {
    display: block;
    margin-bottom: 20px;
    padding: 15px 0;
    border: #009fa8 solid 2px;
    background: #fff;
    color: #009fa8;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
  }
  #nav_btn .h_contact a {
    display: block;
    padding: 15px 0;
    border: #009fa8 solid 2px;
    background: #009fa8;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
  }
}

@media only screen and ( max-width : 320px ) {
}

@media print, screen and ( min-width : 992px ) {
  #header {
    padding: 10px 20px;
  }
  #header.is-animation {
    background: rgba(255,255,255,1);
    box-shadow: 0 0 8px rgba(0,0,0,.2);
  }
  .h_inner {
    max-width: 98%;
    margin: 0 auto;
  }
  #h_logo {
    max-width: 150px;
  }
  #gNav li {
    border-right: #231815 solid 1px;
  }
  #gNav li:last-child,#gNav li:nth-child(7) {
    border-right: none;
  }
  #gNav li a {
    display: block;
    margin: 0 10px;
    line-height: 1;
    font-weight: 600;
    font-size: 12px;
  }
  #nav_btn {
    margin-left: 10px;
  }
  #nav_btn div {
    border-right: none;
  }
  #nav_btn div a {
    margin: 0;
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 13px;
    line-height: 1;
  }
  #nav_btn .h_est {
    margin-right: 10px;
  }
  #nav_btn .h_est a {
    border: #009fa8 solid 2px;
    background: #fff;
    color: #009fa8;
  }
  #nav_btn .h_contact a {
    border: #009fa8 solid 2px;
    background: #009fa8;
    color: #fff;
  }
}

@media print, screen and ( min-width : 1300px ) {
  #h_logo {
    max-width: 170px;
  }
  #gNav li a {
    margin: 0 20px;
    font-size: 14px;
  }
  #nav_btn {
    margin-left: 20px;
  }
  #nav_btn div a {
    font-size: 14px;
    padding: 8px 25px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */

#footer {
  background: #3e3a39;
  position: relative;
}
#footer li a {
  padding: 0 20px;
  border-right: #fff solid 1px;
  font-size: 14px;
  color: #fff;
  display: block;
}
#footer li a br {
  display: none;
}
#footer li:last-child a {
  border-right: none;
}
#fot_logo {
  max-width: 160px;
}
.copy {
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.fot_txt {
  text-align: center;
  font-size: 11px;
  color: #fff;
  letter-spacing: .1em;
  margin-bottom: 1em;
}


@media only screen and ( max-width : 991px ) {
  #footer {
    margin-top: 60px;
    padding: 30px 0 20px;
  }
  #footer:before {
    content: "";
    background: url(./img/top/fot_city.png) left top no-repeat;
    display: block;
    width: 100%;
    height: 37px;
    position: absolute;
    top: -37px;
    left: 0;
  }
  #fot_logo {
    margin: 40px auto 10px;
  }
  #footer li a {
    font-size: 12px;
  }
}

@media only screen and ( max-width : 320px ) {
}

@media print, screen and ( min-width : 992px ) {
  #footer {
    margin-top: 80px;
    padding: 30px 0 20px;
  }
  #footer:before {
    content: "";
    background: url(./img/top/fot_city.png) left top repeat-x;
    background-size: contain;
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
  }
  #footer li {
    margin-bottom: 10px;
  }
  #footer li a {
    padding: 0 15px;
    font-size: 14px;
  }
  #fot_logo {
    margin: 15px auto 10px;
  }
}

@media print, screen and ( min-width : 1200px ) {
  #footer:before {
    height: 40px;
    top: -40px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   PAGETOP

--------------------------------------------------------------------------------------------- */
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content:center;
  align-items:center;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition:all 0.3s;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
#page-top a i {
  transform: rotate(-90deg);
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom:10px;
  z-index: 99;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}

@media only screen and ( max-width : 991px ) {
  #page-top {
    right: 0;
    bottom: 0;
  }
  #page-top a {
    width: 70px;
    height: 70px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   固定ボタン

--------------------------------------------------------------------------------------------- */

#mb_btn {
  width: 280px;
}
#mb_btn a {
  display: block;
  background: #11614b;
  color: #fff;
}
#mb_btn .guidemap_link {
  background: #3e7163;
}
.mb_btn_txt {
  font-weight: 600;
  letter-spacing: .1rem;
}
.mb_btn_txt span {
  display: block;
}

@media only screen and ( max-width : 991px ) {
  #mb_btn {
    position: fixed;
    right: 0;
    bottom: 0;
    width: calc(100% - 70px);
    z-index: 22;
  }
  #mb_btn a {
    width: 100%;
    padding: 0 10px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mb_btn_txt {
    margin-left: 15px;
    font-size: 16px;
  }
  .mb_btn_txt span {
    font-size: 12px;
  }

}
@media only screen and ( max-width : 320px ) {
  #mb_btn a {
    /*padding: 10px 10px 8px;*/
  }
  .mb_btn_txt {
    padding-top: 3px;
    font-size: 14px;
  }
  .mb_btn_txt span {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 10px;
  }

}
@media print, screen and ( min-width : 768px ) {
}

@media print, screen and ( min-width : 992px ) {
  #mb_btn {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 22;
  }
  #mb_btn a {
    padding: 30px;
  }
  #mb_btn a:hover {
    opacity: 1;
    background: #07261d;
  }
  .mb_btn_txt {
    margin-left: 30px;
    font-size: 18px;
  }
  .mb_btn_txt span {
    font-size: 12px;
  }

}



/* ---------------------------------------------------------------------------------------------

　   FORM

--------------------------------------------------------------------------------------------- */

input,textarea {
    border-radius:0;
    line-height: 1em;
}
input[type="text"],input[type="tel"],input[type="email"] {
  padding:5px;
}
input[type="text"],textarea,input[type="tel"],input[type="email"]{
  border: none;
  margin: 0;
  display: block;
  background: #fff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  max-width: 100%;
  border-radius: 2px;
  border: 1px solid #231815;
  width: 100%;
}
input[type="text"].short_input {
  width: 3em;
  display: inline-block;
  margin: 0 .2em;
}

textarea {
  padding:10px;
  width: 100%;
  display: block;
  resize: vertical;
  height: 250px;
}
button, input[type="submit"], input[type="button"] {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}
label {
  display: inline-block;
  font-weight: 600 !important;
}

/* ---------------------------------------------------------------------------------------------

　   BUTTON

--------------------------------------------------------------------------------------------- */
.btn {
  display: block;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  font-weight: 900;
  line-height: 1;
  position: relative;
  /*letter-spacing: 0.1rem;*/
}
.btn_gray_arrow {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.btn_white {
  background: #fff;
  color: #e60012;
}
.btn_red {
  background: #e60012;
  color: #fff;
}
.btn_gray_arrow:after {
  content: url(./img/top/arrow06.png);
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn_white:after {
  content: url(./img/top/arrow01.png);
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn_red:after {
  content: url(./img/top/arrow05.png);
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn_small.btn_red:after {
  content: url(./img/top/arrow02.png);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}


@media only screen and ( max-width : 991px ) {
  .btn {
    width: 205px;
    padding: 10px 10px 10px 5px;
    font-size: 17px;
  }
  .btn_gray_arrow {
    width: 300px;
    padding: 20px 35px 18px 15px;
    font-size: 16px;
  }
}

@media only screen and ( max-width : 767px ) {
  .btn {
    font-size: 16px;
  }
}

@media print, screen and ( min-width : 768px ) {
}

@media print, screen and ( min-width : 992px ) {
  .btn {
    width: 245px;
    padding: 15px 15px 15px 10px;
    font-size: 20px;
  }
  .btn_gray_arrow {
    width: 300px;
    padding: 20px 35px 18px 15px;
    font-size: 16px;
  }
  .btn_small {
    width: 175px;
    padding: 10px 0 8px;
    font-size: 16px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   TITLE

--------------------------------------------------------------------------------------------- */
h1,h2,h3 {
  font-weight: 900;
}
h4,h5,h6 {
  font-weight: 700;
}
h2.ttl span {
  display: block;
  text-align: center;
}
h2.ttl .en {
  color: #e60012;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
h2.ttl .jp {
  color: #231815;
  font-weight: 900;
}
.bg_red h2.ttl .en,.bg_red h2.ttl .jp {
  color: #fff;
}

@media only screen and ( max-width : 991px ) {
  h2.ttl .en {
    font-size: 15px;
  }
  h2.ttl .jp {
    font-size: 26px;
    letter-spacing: 0.1rem;
  }
  h3 {
    font-size: 20px;
  }
}

@media only screen and ( max-width : 575px ) {
  h2.ttl .en {
    font-size: 13px;
  }
  h2.ttl .jp {
    font-size: 18px;
  }
}

@media print, screen and ( min-width : 992px ) {
  h2.ttl .en {
    font-size: 13px;
  }
  h2.ttl .jp {
    font-size: 30px;
  }
  h3 {
    font-size: 23px;
  }
}

@media print, screen and ( min-width : 1200px ) {
}


/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
.modal_btn {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  text-decoration: none;
  transition-duration: 0.3s;
}
.modal_btn:hover {
  background: #b4b1a0;
}
.remodal {
  max-width: 1200px !important;
}
.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}
.bg {
  background: #f3f5f6;
}
.bg_red {
  background: #e60012;
}
.marker {
  background:linear-gradient(transparent 80%, #fff100 80%);
}
.taC {
  text-align: center;
}
.sub_ttl {
  font-weight: 900;
}

@media only screen and ( max-width : 991px ) {
  .taC_sp {
    text-align: center;
  }
  .sub_ttl {
    font-size: 16px;
  }
}

@media only screen and ( max-width : 767px ) {
  .remodal {
    padding: 10px !important;
  }
}

@media print, screen and ( min-width : 992px ) {
  .taC_pc {
    text-align: center;
  }
  .sub_ttl {
    font-size: 25px;
  }
}

@media print, screen and ( min-width : 1200px ) {
}

/* ---------------------------------------------------------------------------------------------

　   NEWS

--------------------------------------------------------------------------------------------- */
#news li {
  border-bottom: rgba(0,0,0,50%) solid 1px;
}
#news li time {
  display: inline-block;
}
#news li p {
  display: inline-block;
  font-weight: 700;
}





@media only screen and ( max-width : 991px ) {
  #news li {
    padding-top: 1rem;
  }
  #news li time {
    margin-right: 3rem;
    font-size: 12px;
  }
  #news li p {
    font-size: 16px;
  }
  .shadow {
    box-shadow: 8px 8px 0 #e9e9e8;
  }
  .radius_box {
    border-radius: 20px;
  }
}

@media only screen and ( max-width : 767px ) {
}

@media only screen and ( max-width : 660px ) {
}

@media print, screen and ( min-width : 768px ) {
}

@media print, screen and ( min-width : 992px ) {
  #news li {
    padding-top: 1rem;
  }
  #news li time {
    margin-right: 3rem;
    font-size: 12px;
  }
  #news li p {
    font-size: 16px;
  }
  .shadow {
    box-shadow: 7px 7px 0 #e9e9e8;
  }
  .radius_box {
    border-radius: 30px;
  }
}

@media print, screen and ( min-width : 1200px ) {
}


/* ---------------------------------------------------------------------------------------------

　   BANNER

--------------------------------------------------------------------------------------------- */
.bnr_box {
  position: relative;
}
.bnr_box h2 .en {
  color: #fff;
}
.bnr_box h2 .jp {
  color: #fff;
}
#company_bnr {
  background: #ed1c24;
}

#bnr_est {
  background: #def0f0;
}
#bnr_est .bnr_txt {
  color: #009fa8;
}
#bnr_contact {
  background: #009fa8;
}
#bnr_contact .bnr_txt {
  color: #fff;
}
.fukidashi {
  margin: 0 30px;
  text-align: center;
  border-radius: 5px;
  font-weight: 900;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  position: relative;
}
#bnr_est .fukidashi {
  background: #009fa8;
  color: #fff;
}
#bnr_est .fukidashi:after {
  content: "";
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #009fa8 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  display: block;
  width: 0;
  margin: 0 auto;
}
#bnr_contact .fukidashi {
  background: #fff;
  color: #009fa8;
}
#bnr_contact .fukidashi:after {
  content: "";
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  display: block;
  width: 0;
  margin: 0 auto;
}
.bnr_img {
  margin-top: auto;
  margin-bottom: 0;
}
.bnr_txt {
  font-weight: 700;
}
.bnr_arrow {
  padding-right: 30px;
}
#bnr_contact .bnr_img {
  padding-top: 7px;
}


@media only screen and ( max-width : 991px ) {
  #bnr h2 {
    margin-bottom: 20px;
  }
  .bnr_box {
    border-radius: 30px;
  }
  #company_bnr.bnr_box {
    border-radius: 42px;
  }
  .fukidashi {
    padding: 10px 0;
    font-size: 16px;
  }
  .bnr_txt {
    font-size: 26px;
  }
  #half_bnr .bnr_box {
    width: 100%;
  }
  #bnr_contact {
    margin-top: 50px;
  }
  .c-b_txt {
    padding: 20px 0 25px;
  }
  .c-b_txt .en {
    margin-bottom: 5px;
  }
}

@media only screen and ( max-width : 575px ) {
  .fukidashi {
    font-size: 13px;
  }
}

@media print, screen and ( min-width : 992px ) {
  #bnr {
    margin-top: 60px;
  }
  .bnr_box {
    border-radius: 15px;
  }
  #half_bnr .bnr_box {
    width: 48%;
  }
  .fukidashi {
    padding: 5px 0;
    font-size: 21px;
  }
  .bnr_txt {
    font-size: 36px;
  }
  .c-b_img {
    width: 60%;
  }
  .c-b_txt {
    width: 40%;
  }
}

@media print, screen and ( min-width : 1200px ) {
}


/* ---------------------------------------------------------------------------------------------

　   PAGENATION

--------------------------------------------------------------------------------------------- */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  font-family: 'Futura', sans-serif;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 0;
  margin: 8px 4px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration:none;
  color: #424242;
  border: none;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.wp-pagenavi .last,
.wp-pagenavi .first {
  border: none;
  width: auto;
  height: auto;
  border-radius: none;
}
.wp-pagenavi span {
  color: #333;
  border: none;
}
.wp-pagenavi a {
}
.wp-pagenavi a:hover{
}
.wp-pagenavi span.current {
  background: #eee;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
}




/* ---------------------------------------------------------------------------------------------

　   ANIMATION

--------------------------------------------------------------------------------------------- */
.fadein {
  opacity: 0;
  transition: .8s;
}
.fadein.fadein__active {
  opacity: 1;
}


.fadein_up {
  opacity: 0;
}
.fadein_up.fadein_up__active {
  opacity: 1;
  animation: fadeup 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width:992px) {
  .order2_anim_lg .fadein_up.fadein_up__active:nth-child(2n),
  .order2_anim_lg .fadein.fadein__active:nth-child(2n) {
    transition-delay: .25s;
    animation-delay: .25s;
  }
  .order3_anim_lg .fadein_up.fadein_up__active:nth-child(3n+2),
  .order3_anim_lg .fadein.fadein__active:nth-child(3n+2) {
      transition-delay: .25s;
      animation-delay: .25s;
  }
  .order3_anim_lg .fadein_up.fadein_up__active:nth-child(3n),
  .order3_anim_lg .fadein.fadein__active:nth-child(3n) {
      transition-delay: .5s;
      animation-delay: .5s;
  }
  .order4_anim_lg .fadein_up.fadein_up__active:nth-child(4n+2),
  .order4_anim_lg .fadein.fadein__active:nth-child(4n+2) {
      transition-delay: .25s;
      animation-delay: .25s;
  }
  .order4_anim_lg .fadein_up.fadein_up__active:nth-child(4n+3),
  .order4_anim_lg .fadein.fadein__active:nth-child(4n+3) {
      transition-delay: .5s;
      animation-delay: .5s;
  }
  .order4_anim_lg .fadein_up.fadein_up__active:nth-child(4n),
  .order4_anim_lg .fadein.fadein__active:nth-child(4n) {
      transition-delay: .75s;
      animation-delay: .75s;
  }
}

.fadein_down {
  opacity: 0;
  transition: .8s;
}
.fadein_down.fadein_down__active {
  opacity: 1;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

.zoomout {
  transform: scale(1.1, 1.1);
  opacity: 0;
  transition: 2s;
}
.zoomout.zoomout__active {
  transform: scale(1, 1);
  opacity: 1;
  transition-delay: .5s;
}
/*zoomIn*/
.zoomIn_slow {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;

    animation-duration: 7s;
    -ms-animation-duration: 7s;
    -o-animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -moz-animation-duration: 7s;
}
@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
  to {
  -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes zoomIn {
  from {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
  to {
  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
