@charset "UTF-8";
/* ===========================
--- General Setting
============================ */
* {
  margin: 0px;
  padding: 0px;
}

html {
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

p, li, dt, dd, table {
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
}

img {
  border: 0px;
}

select option {
  padding: 0px 3px;
}

/* ===========================
--- Clearfix
============================ */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.clearfix {
  display: block;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* ===========================
--- Link Setting
============================ */
a {
  text-decoration: none;
  transition: 0.3s;
}

a:link {
  color: #2078b8;
  text-decoration: none;
}

a:visited {
  color: #2078b8;
  text-decoration: none;
}

a:hover {
  color: #c1272d;
  text-decoration: none;
}

a:active {
  color: #2078b8;
  text-decoration: none;
}

a img {
  border-style: none;
}

/* ===========================
--- Layout-
============================ */
body {
  font-family: "Sawarabi Mincho";
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

p, a {
  line-height: 180%;
  font-size: 1.125rem;
}

h1 {
  font-size: 1.6875rem;
  padding: 20px 0;
}

h2 {
  font-size: 1.5rem;
  padding: 20px 0;
}

h3 {
  font-size: 1.3125rem;
  padding: 20px 0;
}

h4 {
  font-size: 1.125rem;
  padding: 20px 0;
}

h5 {
  font-size: 1rem;
  padding: 20px 0;
}

h6 {
  font-size: 0.875rem;
  padding: 20px 0;
}

@media (max-width: 860px) {
  p, a {
    font-size: 0.875rem;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  h4 {
    font-size: 1rem;
  }
  h5 {
    font-size: 0.875rem;
  }
  h6 {
    font-size: 0.8125rem;
  }
}
#wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* ===========================
--- BANNER_HEADER
============================ */
#web_open {
  position: absolute;
  bottom: 100px;
  right: 100px;
  display: block;
  width: 300px;
  height: 80px;
  opacity: 1;
  margin: 0;
  z-index: 9999;
}

#canvas-wrap,
#canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100% !important;
  height: 100Vh;
  margin: 0;
  z-index: 1;
}

#main_header {
  position: relative;
  display: block;
  width: 100% !important;
  height: 100Vh;
  margin: 0 auto 15px auto;
  z-index: 2;
}

@media (max-width: 1020px) {
  #canvas-wrap,
#canvas-container,
#main_header {
    height: 750px;
  }
}
@media (max-width: 860px) {
  #canvas-wrap,
#canvas-container,
#main_header {
    height: 600px;
  }
}
@media (max-width: 580px) {
  #canvas-wrap,
#canvas-container,
#main_header {
    height: 500px;
  }
}
#sub_header {
  position: relative;
  display: block;
  width: 100% !important;
  margin: 0 auto 15px auto;
  z-index: 2;
}

#main_header_inner {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 999;
  -webkit-animation-name: anime_Down;
          animation-name: anime_Down;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes anime_Down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes anime_Down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
#main_header_gap {
  display: block;
  width: 100%;
  height: 1;
}

#main_header_gap.fixed {
  height: 120px;
}

.menu_box {
  position: relative;
  display: block;
  width: 1400px;
  margin: 0 auto;
}

#main_title {
  position: relative;
  display: block;
  margin: 20px 0 0 0;
}
#main_title img {
  height: auto;
}

#main_menu {
  position: relative;
  display: block;
  margin: 50px 0 0 0;
}
#main_menu ul {
  display: block;
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 0;
  list-style: none;
}
#main_menu li {
  display: inline-block;
  padding: 0 16px;
  text-align: center;
}
#main_menu a {
  position: relative;
  font-size: 1rem;
  padding: 10px 0 0 0;
  margin: 0;
  line-height: 100%;
  font-family: "Sawarabi Mincho";
}
#main_menu a:link {
  color: #000;
  text-decoration: none;
}
#main_menu a:visited {
  color: #000;
  text-decoration: none;
}
#main_menu a:hover {
  color: #ff1d25;
  text-decoration: none;
}
#main_menu a:active {
  color: #000;
  text-decoration: none;
}
#main_menu span {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  color: #ff1d25;
}
#main_menu li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #ff1d25;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
#main_menu li.current a::after {
  transform: scale(0.2, 1);
}
#main_menu li.current a:hover::after,
#main_menu li a:hover::after {
  transform: scale(1, 1);
}
#main_menu li a:hover > span {
  color: #000;
}

#main_header_inner.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #dadada;
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
#main_header_inner.fixed .menu_box {
  position: fixed;
  top: 0px;
  left: 50%;
  width: 1400px;
  margin-left: -700px;
}
#main_header_inner.fixed #main_title {
  margin: 5px 0 0 0;
  height: 60px;
}
#main_header_inner.fixed #main_title img {
  display: block;
  height: 50px;
}
#main_header_inner.fixed #main_menu {
  margin: 18px 0 0 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1400px) {
  .menu_box {
    width: 100%;
  }
  #main_header_inner.fixed .menu_box {
    left: 0;
    width: 100%;
    margin-left: 0px;
  }
}
@media (max-width: 1220px) {
  #main_menu {
    margin: 35px 0 0 0;
  }
  #main_menu li {
    padding: 0 10px;
  }
  #main_menu a {
    font-size: 0.875rem;
  }
  #main_header_inner.fixed #main_menu li {
    padding: 0 10px;
  }
  #main_header_inner.fixed #main_menu a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1020px) {
  #main_header_inner {
    display: none;
  }
}
#top_messeg {
  position: relative;
  display: block;
  width: 100%;
  margin: 17vh auto 0 auto;
  text-align: center;
}
#top_messeg #top_messeg_inner {
  position: relative;
  display: inline-block;
}
#top_messeg #top_messeg_inner .top_messeg_img_1,
#top_messeg #top_messeg_inner .top_messeg_img_2,
#top_messeg #top_messeg_inner .top_messeg_img_3 {
  display: block;
  width: 400px;
  margin: 0 0 25px 0;
}

#top_children {
  position: absolute;
  display: block;
  left: 100px;
  bottom: 0px;
}

@media (max-width: 1220px) {
  #top_messeg {
    margin: 17vh auto 0 auto;
  }
  #top_messeg #top_messeg_inner .top_messeg_img_1,
#top_messeg #top_messeg_inner .top_messeg_img_2,
#top_messeg #top_messeg_inner .top_messeg_img_3 {
    width: 300px;
  }
}
@media (max-width: 1020px) {
  #top_children {
    display: none;
    background: #f90;
  }
}
@media (max-width: 580px) {
  #top_messeg {
    margin: 17vh auto 0 auto;
  }
  #top_messeg #top_messeg_inner .top_messeg_img_1,
#top_messeg #top_messeg_inner .top_messeg_img_2,
#top_messeg #top_messeg_inner .top_messeg_img_3 {
    width: 250px;
  }
}
/* ===========================
--- scroll / fuwafuwa
============================ */
#scroll {
  position: absolute;
  right: 5%;
  bottom: 20%;
  width: 150px;
  height: 10px;
  text-align: center;
  transform: rotate(90deg);
  -webkit-animation: 4s linear 0s infinite alternate move_eye;
  animation: 4s linear 0s infinite alternate move_eye;
}
#scroll p {
  font-size: 1.0625rem;
  text-indent: 20px;
  padding: 0;
  margin: 0;
  color: #000 !important;
}

#scroll_inner {
  height: 15px;
  margin: -20px 0 0 0;
  border-bottom: 1px solid #f00;
  border-right: 1px solid #f00;
  transform: skew(60deg);
}

@-webkit-keyframes move_eye {
  from {
    margin-bottom: 5%;
  }
  to {
    margin-bottom: 10%;
  }
}
@keyframes move_eye {
  from {
    margin-bottom: 5%;
  }
  to {
    margin-bottom: 10%;
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-80px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-80px);
  }
}
.anime-fuwafuwa {
  -webkit-animation: 3s fuwafuwa infinite;
          animation: 3s fuwafuwa infinite;
}

@media (max-width: 860px) {
  #scroll {
    display: none;
  }
}
/* ===========================
--- mobile MENU
============================ */
#model_menu_block {
  display: none;
  position: fixed;
  top: 0px;
  height: 45px;
  width: 100%;
  background: #FFF;
  box-shadow: 0px 4px 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

#model_logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  height: 45px;
}
#model_logo img {
  height: 30px;
  margin: 10px 0 0 15px;
}

#icon-animation {
  position: absolute;
  top: 0;
  right: 10px;
  width: 40px;
  height: 40px;
  display: block;
  margin: 3px 8px 0 0;
}

#icon-animation:hover {
  cursor: pointer;
}

#icon-animation span {
  width: 30px;
  height: 2px;
  display: block;
  background: #ff1d25;
  position: absolute;
  right: 8px;
  top: 20px;
}

#icon-animation span {
  transition: all 0.3s;
  transform: rotate(0deg);
}
#icon-animation .top {
  transform: translateY(-10px);
}
#icon-animation .bottom {
  transform: translateY(10px);
}

#icon-animation.is-active .middle {
  background: rgba(255, 255, 255, 0);
}
#icon-animation.is-active .top {
  transform: rotate(-45deg) translateY(0px);
}
#icon-animation.is-active .bottom {
  transform: rotate(45deg) translateY(0px);
}

#icon-animation-close {
  background: #ff1d25;
}

#icon-animation-close:hover {
  cursor: pointer;
  background: #ff1d25;
}

#model_menu {
  opacity: 0;
}

#model_menu ul li a {
  display: inline-block;
  font-size: 0.875rem;
  display: block;
}

#model_menu ul li a span {
  padding: 0 0 0 8px;
  color: #f90;
}

#model_menu ul li:hover {
  background: #999;
}

#icon-animation-close span {
  font-size: 0.875rem;
  color: #FFF;
}

#menu_adjustment {
  display: none;
  width: 100%;
  height: 50px;
}

@media (max-width: 1020px) {
  #model_menu_block {
    display: block;
  }
  #model_menu {
    opacity: 1;
  }
  #menu_adjustment {
    display: block;
  }
}
/* ===========================
---Sub Content
============================ */
#sub_content_box {
  position: relative;
  display: block;
  max-width: 100%;
  min-height: 300px;
  margin: auto;
  padding: 0;
}
.sub_textbox {
  display: block;
  width: 100%;
  margin: 50px 0 20px 0;
  padding: 0 10%;
  font-size: 1.125rem;
}
.sub_textbox p, .sub_textbox a {
  line-height: 180%;
  font-size: 1.125rem;
}
.sub_textbox h1 {
  font-size: 1.6875rem;
  padding: 20px 0;
}
.sub_textbox h2 {
  font-size: 1.5rem;
  padding: 20px 0;
}
.sub_textbox h3 {
  font-size: 1.3125rem;
  padding: 20px 0;
}
.sub_textbox h4 {
  font-size: 1.125rem;
  padding: 20px 0;
}
.sub_textbox h5 {
  font-size: 1rem;
  padding: 20px 0;
}
.sub_textbox h6 {
  font-size: 0.875rem;
  padding: 20px 0;
}
.sub_textbox .text_center {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 1rem;
}

.textbox_img {
  text-align: center;
}
.textbox_img img {
  margin: 0 auto 30px auto;
  padding: 0 10px;
}

.text_waku {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 10% 40px 10%;
  margin: 0 auto 30px auto;
  font-size: 1.125rem;
  overflow: hidden;
  z-index: 2;
}
.text_waku p, .text_waku a {
  position: relative;
  line-height: 180%;
  font-size: 1.125rem;
  z-index: 3;
}
.text_waku h1 {
  font-size: 1.6875rem;
  padding: 20px 0;
}
.text_waku h2 {
  font-size: 1.5rem;
  padding: 20px 0;
}
.text_waku h3 {
  font-size: 1.3125rem;
  padding: 20px 0;
}
.text_waku h4 {
  font-size: 1.125rem;
  padding: 20px 0;
}
.text_waku h5 {
  font-size: 1rem;
  padding: 20px 0;
}
.text_waku h6 {
  font-size: 0.875rem;
  padding: 20px 0;
}
.text_waku .text_center {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 1rem;
}

.text_waku::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -20px;
  right: -20px;
  background: #fffbe8;
  z-index: -2;
}

.text_waku::before {
  position: absolute;
  content: "";
  top: -50%;
  left: 5%;
  width: 20%;
  height: 200%;
  transform: rotate(15deg);
  background: #f7f3d4;
  z-index: -1;
}

.sub_news {
  font-size: 1.125rem;
}
.sub_news p, .sub_news a {
  line-height: 160%;
  font-size: 1.125rem;
}
.sub_news h1 {
  font-size: 1.6875rem;
  padding: 20px 0;
}
.sub_news h2 {
  font-size: 1.5rem;
  padding: 20px 0;
}
.sub_news h3 {
  font-size: 1.3125rem;
  padding: 20px 0;
}
.sub_news h4 {
  font-size: 1.125rem;
  padding: 20px 0;
}
.sub_news h5 {
  font-size: 1rem;
  padding: 20px 0;
}
.sub_news h6 {
  font-size: 0.875rem;
  padding: 20px 0;
}

.air_banner {
  display: block;
  width: 100%;
  text-align: center;
}

@media (max-width: 1220px) {
  #sub_content_box {
    padding: 0 10px;
  }
  #sub_content_box .sub_textbox {
    margin: 20px 0;
    padding: 0;
  }
  #sub_content_box .sub_textbox .text_center {
    font-size: 0.875rem;
  }
  #sub_content_box .textbox_img {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 5%;
  }
  #sub_content_box .textbox_img img {
    margin: 0 auto 15px auto;
    padding: 0;
  }
}
@media (max-width: 860px) {
  .sub_news,
.sub_textbox,
.text_waku {
    font-size: 0.9375rem;
  }
  .sub_news p, .sub_news a,
.sub_textbox p,
.sub_textbox a,
.text_waku p,
.text_waku a {
    font-size: 0.9375rem;
  }
  .sub_news h1,
.sub_textbox h1,
.text_waku h1 {
    font-size: 1.5rem;
  }
  .sub_news h2,
.sub_textbox h2,
.text_waku h2 {
    font-size: 1.25rem;
  }
  .sub_news h3,
.sub_textbox h3,
.text_waku h3 {
    font-size: 1.125rem;
  }
  .sub_news h4,
.sub_textbox h4,
.text_waku h4 {
    font-size: 1rem;
  }
  .sub_news h5,
.sub_textbox h5,
.text_waku h5 {
    font-size: 0.875rem;
  }
  .sub_news h6,
.sub_textbox h6,
.text_waku h6 {
    font-size: 0.8125rem;
  }
  .textbox_img {
    padding: 0;
  }
}
.text_de {
  position: relative;
  display: block;
  text-align: center;
  width: 82%;
  color: rgb(44, 27, 1);
  margin: 50px auto 20px auto;
  padding: 0 0 20px 0;
  border-bottom: 1px dotted #000;
}
.text_de span {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.text_de::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 20%;
  width: 60%;
  height: 20px;
  border-bottom: 1px solid #f00;
}

.kiji_title {
  position: relative;
  display: block;
  text-align: center;
  font-weight: normal;
  margin: 0 0 20px 0;
  padding: 10px 0;
  color: #f90;
}

.kiji_title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: 0 0 0 -10px;
  background: #f00;
}

.form_tyu {
  padding: 15px;
  border: 1px dotted #f90;
  background: #ffeeef;
}

@media (max-width: 1220px) {
  .text_de::before {
    left: 25%;
    width: 50%;
  }
}
.about_text {
  display: block;
  padding: 10px 20px 20px 20px;
  font-size: 1.0625rem;
}

.about_text_right {
  display: block;
  padding: 10px 10% 10px 20px;
  font-size: 1.0625rem;
}

.about_text_left {
  display: block;
  padding: 10px 20px 10px 10%;
  font-size: 1.0625rem;
}

.about_dl {
  display: block;
  padding: 0 0 0 10%;
  font-size: 1.0625rem;
}
.about_dl .jgyou_span {
  text-indent: 30px;
}

@media (max-width: 1220px) {
  .about_text {
    font-size: 1rem;
  }
  .about_text_right,
.about_text_left {
    padding: 0 20px 10px 20px;
    font-size: 1rem;
  }
  .about_dl {
    font-size: 1rem;
    padding: 0;
  }
  .about_dl .jgyou_span {
    text-indent: 30px;
  }
}
@media (max-width: 1220px) {
  .about_text_right,
.about_text_left {
    padding: 30px 20px 10px 20px;
  }
}
.about_img {
  display: block;
  width: 100%;
  margin: auto;
  height: 300px;
  overflow: hidden;
}

sub new.jgyou_span {
  text-indent: 30px;
}

.img_start {
  text-align: left;
}

.img_end {
  text-align: right;
}

@media (max-width: 1020px) {
  .about_img {
    text-align: center;
    height: 250px;
  }
  .img_start,
.img_end {
    text-align: center;
  }
}
/* ===========================
--- Contact
============================ */
#contact_form {
  margin-bottom: 30px;
}

div.wpcf7 {
  background: #fafafa;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  margin: 0 0 30px 0;
}

div.wpcf7 p {
  padding: 20px 20px 0;
  margin: 0;
  font-size: 11px;
}

div.wpcf7 input, .wpcf7 textarea {
  border: 1px solid #ccc;
  padding: 8px;
  font-size: 14px;
}

div.wpcf7 textarea {
  width: 97.5%;
  height: 300px;
}

div.wpcf7 input.wpcf7-submit {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  width: 200px;
  height: 45px;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  background: #333;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080;
  border: 1px solid #666;
}

div.wpcf7 input.wpcf7-submit:hover {
  background: #006080;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8;
  border: 1px solid #006080;
}

.wpcf7 input.wpcf7-submit:active {
  box-shadow: none;
  bottom: -2px;
  position: relative;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
  border: 1px solid #009de1;
}

.wpcf7-captchac {
  border: 1px solid #ccc;
}

.wpcf7 .wpcf7-not-valid {
  background: #ffb6c1;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 30px 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

.wpcf7 .required {
  color: #f00;
}

.wpcf7 .any {
  color: #080;
}

.wpcf7-form-control {
  margin: 5px 0;
}

.form_tyu {
  width: 90%;
  margin: 10px auto;
  background: #fafafa;
  padding: 15px;
  border: 1px solid #ddd;
}

.wpcf7 .form-control {
  width: 90% !important;
}

.wpcf7 .form-zip {
  width: 50% !important;
}

.wpcf7 .wpcf7-captchar {
  width: 100px !important;
}

@media (max-width: 768px) {
  .form_tyu {
    width: 95%;
  }
}
/* ===========================
--- Top News
============================ */
#top_news {
  position: relative;
  display: block;
  margin: 40px 0 20px 0;
  padding: 40px 0;
}

#top_new_inner {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

#news_itiran {
  position: relative;
  width: 100%;
  padding: 0 20% 0 0;
  margin: auto;
}

.news_all {
  display: block;
  width: 100%;
  padding: 20px 20px 5px 20px;
  border-bottom: 1px dotted #c1272d;
}
.news_all .news_date {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0 10px;
}
.news_all .news_category {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0 16px;
  margin: 0 8px;
}
.news_all .news_category::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 70%;
  height: 1px;
  background: rgb(128, 113, 113);
}
.news_all .news_category::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1px;
  background: rgb(128, 113, 113);
}
.news_all .news_title {
  display: inline-block;
  font-size: 1rem;
  padding: 0 10px;
}
.news_all a:link {
  color: #000;
  text-decoration: none;
}
.news_all a:visited {
  color: #000;
  text-decoration: none;
}
.news_all a:hover {
  color: #c1272d;
  text-decoration: none;
}
.news_all a:active {
  color: #000;
  text-decoration: none;
}

#top_news_next {
  position: relative;
  display: block;
  margin: 40px 0;
  background-color: #3fa9f5;
  border: 1px solid #FFF;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}
#top_news_next a {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  padding: 15px 60px;
  color: #FFF;
  z-index: 2;
}

#top_news_next::after {
  position: absolute;
  content: "";
  top: 40%;
  right: 15px;
  width: 25px;
  height: 8px;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: skew(60deg);
}

#top_news_next::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c1272d;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

#top_news_next:hover::before {
  transform: translateX(0);
}

@media (max-width: 860px) {
  #top_news_next {
    margin: 30px 0;
  }
  #top_news_next a {
    padding: 10px 40px;
    font-size: 0.875rem;
  }
}
#news_left {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 20% 0 0;
  margin: 0 0 0 -5px;
}

#news_left_inner {
  position: relative;
  display: block;
  width: 100%;
  min-height: 400px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: url("../item/news_left.png") center center no-repeat #f0f0f0;
}

@media (max-width: 1220px) {
  #news_left_inner {
    background: url("../item/news_left2.png") center center no-repeat #f0f0f0;
  }
  #news_itiran {
    padding: 0 5% 0 0;
  }
}
@media (max-width: 1020px) {
  #news_left {
    padding: 0 50% 0 0;
  }
  #news_left_inner {
    min-height: 150px;
    background: url("../item/news_left3.png") center center no-repeat #f0f0f0;
  }
  #news_itiran {
    padding: 0 5% 0 5%;
  }
}
@media (max-width: 860px) {
  .news_all {
    padding: 10px 10px 0 10px;
  }
  .news_all .news_date {
    font-size: 0.8125rem;
  }
  .news_all .news_category {
    font-size: 0.875rem;
  }
  .news_all .news_title {
    font-size: 0.875rem;
  }
}
@media (max-width: 580px) {
  #news_itiran {
    padding: 0 2% 0 2%;
  }
  #news_left {
    margin: 0 0 20px 0;
  }
}
/* ===========================
--- Top Feature
============================ */
#top_feature {
  position: relative;
  display: block;
  margin: 40px 0;
  padding: 60px 0 20px 0;
}

#top_feature_inner {
  position: relative;
  display: block;
  margin: 0 0 50px 0;
  padding: 0;
}
#top_feature_inner table {
  border: none;
  margin: 0;
  padding: 0;
}

.feature_title {
  position: relative;
  display: inline-block;
  font-size: 5.625rem;
  font-family: "Charis SIL", serif;
  color: #666666;
  margin: auto;
}
.feature_title span {
  display: block;
  margin: 30px auto 0 auto;
  font-size: 2.1875rem;
  color: #379a00;
}

.feature_title::after {
  position: absolute;
  content: "";
  top: 120px;
  left: 50%;
  width: 200px;
  height: 1px;
  margin: 0 0 0 -100px;
  background: #006837;
}

@media (max-width: 1220px) {
  .feature_title {
    font-size: 4.375rem;
  }
  .feature_title span {
    font-size: 1.625rem;
    margin: 15px auto 0 auto;
  }
  .feature_title::after {
    top: 100px;
  }
}
@media (max-width: 1020px) {
  .feature_title {
    font-size: 3.75rem;
  }
  .feature_title span {
    font-size: 1.375rem;
    margin: 15px auto 0 auto;
  }
  .feature_title::after {
    top: 100px;
  }
}
@media (max-width: 860px) {
  .feature_title {
    font-size: 3.125rem;
  }
  .feature_title span {
    font-size: 1.125rem;
    margin: 15px auto 0 auto;
  }
  .feature_title::after {
    top: 70px;
  }
}
@media (max-width: 580px) {
  .feature_title {
    font-size: 1.875rem;
  }
  .feature_title span {
    font-size: 1rem;
    margin: 15px auto 0 auto;
  }
  .feature_title::after {
    top: 50px;
  }
}
.feature_left {
  position: relative;
  display: block;
  text-align: center;
  height: 100%;
  width: 100%;
  margin: 0 0 0 0;
}

.feature_left_box {
  position: relative;
  display: block;
  text-align: left;
  font-size: 1.25rem;
  line-height: 180%;
  background: rgba(215, 240, 219, 0.8);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 40px 40px 40px 10%;
  margin: 100px -150px 0 -5px;
  z-index: 1 !important;
}

.feature_right {
  position: relative;
  display: block;
  margin: 100px 0 0 0;
  padding: 0 20% 0 0;
}

.feature_right_img,
.feature_right_img2 {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 5/4;
  background: #f0f0f0;
  z-index: -1;
}

.feature_skm {
  margin: 40px 0;
}

@media (max-width: 1500px) {
  .feature_right {
    margin: 200px 0 0 0;
  }
}
@media (max-width: 1220px) {
  .feature_right {
    margin: 150px 0 0 0;
  }
  .feature_left_box {
    font-size: 1rem;
  }
}
@media (max-width: 1020px) {
  .feature_left_box {
    width: 60%;
    font-size: 1rem;
    border-radius: 10px;
    padding: 20px;
    margin: 50px 0 20px 20px;
  }
  .feature_right {
    margin: -20% 0 0 0;
    padding: 0 5% 0 50%;
  }
}
@media (max-width: 860px) {
  .feature_left_box {
    width: 80%;
    line-height: 140%;
    font-size: 1rem;
    border-radius: 10px;
    padding: 20px;
    margin: 50px 0 20px 20px;
  }
  .feature_right {
    margin: -10% 0 0 0;
    padding: 0 5% 0 50%;
  }
}
@media (max-width: 580px) {
  .feature_left_box {
    width: 90%;
    line-height: 140%;
    font-size: 0.875rem;
    border-radius: 10px;
    padding: 20px;
    margin: 50px auto 20px auto;
  }
  .feature_right {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
  }
  .feature_skm {
    margin: 10px 0;
  }
}
.feature_right2 {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 0 0 0;
}

.feature_left2 {
  position: relative;
  display: block;
  margin: 20px 0 0 0;
  padding: 0 0 0 20%;
}

.feature_right_box2 {
  position: relative;
  display: block;
  text-align: left;
  font-size: 1.25rem;
  line-height: 180%;
  padding: 40px 40px 40px 10%;
  margin: 0 0 0 0;
  z-index: 1 !important;
}

@media (max-width: 1220px) {
  .feature_right_box2 {
    font-size: 1rem;
  }
  .feature_left2 {
    margin: 20px 0 0 0;
    padding: 0 20%;
  }
}
@media (max-width: 860px) {
  .feature_left2 {
    margin: 20px 0 0 0;
    padding: 0 10%;
  }
  .feature_right_box2 {
    margin: 40px 0 0 0;
    padding: 0 20px;
  }
}
@media (max-width: 580px) {
  .feature_left2 {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
  }
}
.feature_left3 {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 0 0 0;
}

.feature_left4 {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  height: 450px;
  padding: 0 0 0 20%;
  margin: 0 0 0 0;
}

.feature_right_box3 {
  position: relative;
  display: block;
  text-align: left;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 180%;
  height: 260px;
  padding: 40px 40px 40px 10%;
  margin: 0 0 0 0;
  z-index: 1 !important;
}

.feature_dm {
  display: block;
  width: 100%;
  height: 150px;
}

.feature_right_img_box,
.feature_right_img_box2 {
  display: block;
  width: 100%;
}
.feature_right_img_box ul,
.feature_right_img_box2 ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
}
.feature_right_img_box li,
.feature_right_img_box2 li {
  margin: 0 0 0 0;
  height: 185px;
}

.feature_right_img3,
.feature_right_img4,
.feature_right_img5,
.feature_right_img6,
.feature_right_img7,
.feature_right_img8,
.feature_right_img9,
.feature_right_img10,
.feature_right_img11,
.feature_right_img12 {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 5/4;
  background: #f0f0f0;
  z-index: -1;
}

.feature_center_box {
  position: relative;
  display: block;
  font-size: 1.25rem;
  line-height: 180%;
  width: 70%;
  padding: 40px 40px 40px 10%;
  margin: 50px auto 0 auto;
  z-index: 1 !important;
}

@media (max-width: 1400px) {
  .feature_right_box3 {
    height: 290px;
    padding: 40px 20px;
  }
  .feature_right_img_box li,
.feature_right_img_box2 li {
    height: 160px;
  }
}
@media (max-width: 1300px) {
  .feature_left4 {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 1220px) {
  .feature_right_box3 {
    font-size: 1rem;
  }
  .feature_center_box {
    font-size: 1rem;
  }
  .feature_left4 {
    height: 380px;
  }
  .feature_right_box3 {
    height: 220px;
  }
  .feature_right_img_box2 {
    display: block;
  }
  .feature_right_img_box2 ul {
    display: block;
  }
  .feature_right_img_box2 li {
    display: inline-block;
    margin: 0 1%;
    width: 17% !important;
  }
}
@media (max-width: 1020px) {
  .feature_left4 {
    height: 300px;
  }
  .feature_right_img3 {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 5/4;
    background: #f0f0f0;
    z-index: -1;
  }
  .feature_right_box3 {
    height: 165px;
    padding: 0 20px;
  }
  .feature_right_img_box li {
    height: 135px;
  }
  .feature_center_box {
    width: 90%;
  }
}
@media (max-width: 860px) {
  .feature_left4 {
    padding: 0 15%;
    height: auto;
  }
  .feature_right_box3 {
    height: 250px;
    margin: 40px 0 0 0;
    padding: 0 20px;
  }
  .feature_dm {
    height: 50px;
  }
  .feature_right_img_box ul,
.feature_right_img_box2 ul {
    display: block;
  }
  .feature_right_img_box li,
.feature_right_img_box2 li {
    display: inline-block;
    width: 28% !important;
    height: 125px !important;
    margin: 2%;
  }
  .feature_center_box {
    height: 150px;
    width: 100%;
    padding: 0 20px;
  }
}
/* ===========================
--- Top Playground
============================ */
#top_playground {
  position: relative;
  display: block;
  margin: 40px 0;
  padding: 20px 0;
}

#top_playground_inner {
  position: relative;
  display: block;
  margin: 0 0 50px 0;
  padding: 0;
}

.playground_left {
  position: relative;
  display: block;
  margin: 100px 0 0 0;
  padding: 0 0 0 20%;
}

.playground_img {
  position: relative;
  width: 90%;
  height: 90%;
  aspect-ratio: 5/4;
  z-index: 1;
}

.playground_right {
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 0 20% 0 0;
  max-height: 300px;
}

.playground_right_inner {
  position: absolute;
  top: 50px;
  left: -20%;
  right: -5px;
  font-size: 1.25rem;
  padding: 10% 10% 10% 20%;
  background: rgba(255, 233, 210, 0.8);
  border-top-left-radius: 20px;
  z-index: -1;
}

.playground_next {
  display: block;
  padding: 0 20%;
  margin: 350px 0 0 0;
}

@media (max-width: 1220px) {
  .playground_right_inner {
    font-size: 1rem;
  }
}
@media (max-width: 860px) {
  .playground_left {
    margin: 50px 0 0 0;
    padding: 0 15%;
  }
  .playground_img {
    width: 100%;
    height: 100%;
  }
  .playground_right {
    padding: 0;
    max-height: 150px;
    margin: 0 0 30px 0;
  }
  .playground_right_inner {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    margin: 50px auto;
    padding: 20px;
    border-radius: 20px;
  }
  .playground_next {
    margin: 0 0 0 0;
    padding: 0 5%;
  }
}
@media (max-width: 580px) {
  .playground_left {
    margin: 0 0 0 0;
  }
  .playground_right_inner {
    border-radius: 10px;
  }
}
/* ===========================
--- Top Rubber tip
============================ */
#top_rubber_tip {
  position: relative;
  display: block;
  margin: 40px 0;
  padding: 20px 0;
}

#top_rubber_tip_inner {
  position: relative;
  display: block;
  margin: 0 0 50px 0;
  padding: 0;
  text-align: center;
}

.rubber_tip_img {
  position: relative;
  width: 30%;
  height: 30%;
  aspect-ratio: 5/4;
  background: #f0f0f0;
  margin: auto;
  z-index: -1;
}

.rubber_tip_center {
  display: block;
  margin: 50px auto 0 auto;
  width: 100%;
  padding: 3%;
  text-align: left;
  font-size: 1.25rem;
  line-height: 180%;
  background: rgba(237, 229, 220, 0.8);
  border-radius: 20px;
}

@media (max-width: 1220px) {
  .rubber_tip_center {
    font-size: 1rem;
  }
}
@media (max-width: 1020px) {
  #top_rubber_tip_inner {
    padding: 0;
  }
  .rubber_tip_img {
    width: 60%;
    height: 60%;
  }
  .rubber_tip_center {
    width: 90%;
  }
}
@media (max-width: 860px) {
  .rubber_tip_img {
    width: 80%;
    height: 80%;
  }
  .rubber_tip_next {
    margin: 0 5%;
  }
}
@media (max-width: 580px) {
  .rubber_tip_center {
    border-radius: 10px;
  }
}
/* ===========================
--- Top Improvement
============================ */
#top_improvement {
  position: relative;
  display: block;
  margin: 40px 0;
  padding: 20px 0;
}

#top_improvement_inner {
  position: relative;
  display: block;
  margin: 0 0 50px 0;
  padding: 0;
}

.improvement_left {
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 0 20% 0 0;
  max-height: 300px;
}

.improvement_left_inner {
  position: absolute;
  top: 50px;
  left: -2px;
  right: -10%;
  font-size: 1.25rem;
  padding: 10% 10% 10% 20%;
  background: rgba(242, 245, 246, 0.8);
  border-top-right-radius: 20px;
  z-index: -1;
}

.improvement_right {
  position: relative;
  display: block;
  margin: 100px 0 50px 0;
  padding: 0 20% 0 0;
}

.improvement_img {
  position: relative;
  width: 90%;
  height: 90%;
  aspect-ratio: 5/4;
  background: #f0f0f0;
  z-index: 1;
}

.improvement_next {
  display: block;
  padding: 0 10%;
  margin: 350px 0 0 0;
}

@media (max-width: 1220px) {
  .improvement_left_inner {
    font-size: 1rem;
  }
  .improvement_next {
    margin: 250px 0 0 0;
  }
}
@media (max-width: 860px) {
  .improvement_left {
    padding: 0;
    max-height: 150px;
  }
  .improvement_left_inner {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    padding: 20px;
    border-radius: 20px;
    max-height: 150px;
  }
  .improvement_right {
    padding: 0 10%;
    margin: 30px 0 20px 0;
  }
  .improvement_img {
    width: 100%;
    height: 100%;
    margin: 40px auto 20px auto;
  }
  .improvement_next {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 580px) {
  .improvement_left_inner {
    border-radius: 10px;
  }
  .improvement_right {
    margin: 0 0 20px;
  }
  .improvement_img {
    margin: 10px auto 0 auto;
  }
  .improvement_next {
    margin: 0 0 0 0;
  }
}
/* ===========================
--- Titel
============================ */
.top_title {
  position: relative;
  display: block;
  width: 60%;
  text-align: center;
  margin: 20px auto 0 auto;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e6e6e6;
}

.title_name {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 2.25rem;
  font-family: "Roboto", sans-serif;
}
.title_name span {
  position: absolute;
  top: 14px;
  font-size: 1.125rem;
  font-family: "Sawarabi Mincho";
}

.news::after {
  position: absolute;
  content: "";
  left: 30%;
  bottom: 0;
  width: 40%;
  height: 1px;
  background: #c1272d;
}

.title_news span {
  right: -120px;
  color: #ff1d25;
}

.title_news::first-letter {
  color: #ff1d25;
}

.feature::after {
  position: absolute;
  content: "";
  left: 30%;
  bottom: 0;
  width: 40%;
  height: 1px;
  background: #379a00;
}

.title_feature span {
  right: -120px;
  color: #379a00;
}

.title_feature::first-letter {
  color: #379a00;
}

.playground::after {
  position: absolute;
  content: "";
  left: 30%;
  bottom: 0;
  width: 40%;
  height: 1px;
  background: #ff931e;
}

.title_playground span {
  right: -150px;
  color: #ff931e;
}

.title_playground::first-letter {
  color: #ff931e;
}

.rubber_tip::after {
  position: absolute;
  content: "";
  left: 30%;
  bottom: 0;
  width: 40%;
  height: 1px;
  background: #a67c52;
}

.title_rubber_tip span {
  right: -120px;
  color: #a67c52;
}

.title_rubber_tip::first-letter {
  color: #a67c52;
}

.improvement::after {
  position: absolute;
  content: "";
  left: 30%;
  bottom: 0;
  width: 40%;
  height: 1px;
  background: #bdccd4;
}

.title_improvement span {
  right: -160px;
  color: #bdccd4;
}

.title_improvement::first-letter {
  color: #bdccd4;
}

@media (max-width: 860px) {
  .title_name {
    font-size: 1.875rem;
  }
  .title_name span {
    font-size: 1rem;
  }
}
@media (max-width: 580px) {
  .title_name {
    font-size: 1.75rem;
  }
  .title_name span {
    font-size: 0.875rem;
  }
  .title_news span,
.title_feature span,
.title_playground span,
.title_rubber_tip span,
.title_improvement span {
    right: 0;
    top: -20px;
  }
}
/* ===========================
--- Top Link
============================ */
#top_link {
  position: relative;
  display: block;
  margin: 80px 0 0 0;
  padding: 60px 0 40px 0;
  width: 100%;
  background: #f2f2f2;
}

.top_link_inner {
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 0 5%;
  margin: 0 auto 50px auto;
  text-align: center;
}
.top_link_inner img {
  margin: auto;
}

@media (max-width: 580px) {
  #top_link {
    padding: 30px 0;
  }
  .top_link_inner {
    margin: 0 0 20px 0;
  }
}
/* ===========================
--- Next Box
============================ */
.next_box {
  margin: 20px 0;
  padding: 0 20px;
}
.next_box a {
  position: relative;
  display: inline-block;
  padding: 10px 60px;
  background: #3fa9f5;
  font-size: 1rem;
}
.next_box a::after {
  position: absolute;
  content: "";
  top: 40%;
  right: 20px;
  width: 20px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(50deg);
}
.next_box a:link {
  color: #FFF;
  text-decoration: none;
}
.next_box a:visited {
  color: #FFF;
  text-decoration: none;
}
.next_box a:hover {
  color: #FFF;
  text-decoration: none;
  background: #0071bc;
}
.next_box a:active {
  color: #FFF;
  text-decoration: none;
}

@media (max-width: 860px) {
  .next_box a {
    padding: 7px 40px;
    font-size: 0.875rem;
  }
}
/* ===========================
--- Sub Page
============================ */
#page_title_box {
  position: relative;
  display: block;
  height: 200px;
}

#page_title {
  position: relative;
  display: block;
  max-width: 1400px;
  height: 350px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: left;
  overflow: hidden;
}

.page_title_inner {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
  text-align: center;
}
.page_title_inner h2 {
  display: inline-block;
  font-weight: normal;
  padding: 10px 10px;
  margin: 0;
}
.page_title_inner span {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2.25rem;
  color: #a8a2a2;
  z-index: -1;
}
.page_title_inner span::first-letter {
  color: #f00;
}

.page_title_inner::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 25%;
  width: 50%;
  height: 1px;
  background: #f00;
}

#sub-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: -1;
}

@media (max-width: 1220px) {
  #page_title_box {
    height: 150px;
  }
  .page_title_inner {
    width: 80%;
    margin: auto;
  }
  .page_title_inner span {
    font-size: 1.875rem;
  }
  #page_title {
    height: 460px;
    margin: 0 0 50px 0;
  }
  #sub-container {
    height: 460px;
  }
}
@media (max-width: 1020px) {
  #page_title_box {
    height: 140px;
  }
  #page_title {
    height: 460px;
    margin: 0 0 50px 0;
  }
  #sub-container {
    height: 460px;
  }
}
@media (max-width: 860px) {
  #page_title_box {
    height: 120px;
  }
  #page_title {
    height: 450px;
    margin: 0 0 20px 0;
  }
  #sub-container {
    height: 450px;
  }
}
@media (max-width: 580px) {
  #page_title_box {
    height: 120px;
  }
  #page_title {
    height: 350px;
    margin: 0 0 20px 0;
  }
  #sub-container {
    height: 350px;
  }
}
/* ===========================
---Sub img
============================ */
#sub_img {
  position: relative;
  display: block;
  width: 760px;
  height: 270px;
  padding: 0;
  margin: 10px auto 0 auto;
}

.sub_img_1,
.sub_img_2,
.sub_img_3,
.sub_img_4 {
  position: absolute;
  width: 190px;
  height: 250px;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  box-sizing: border-box;
}

#idea .sub_img_1,
#idea .sub_img_2,
#idea .sub_img_3,
#idea .sub_img_4 {
  background-image: url("../item/idea.jpg");
}

#playground .sub_img_1,
#playground .sub_img_2,
#playground .sub_img_3,
#playground .sub_img_4 {
  background-image: url("../item/playground.jpg");
}

#improvement .sub_img_1,
#improvement .sub_img_2,
#improvement .sub_img_3,
#improvement .sub_img_4 {
  background-image: url("../item/improvement.jpg");
}

#rubber_tip .sub_img_1,
#rubber_tip .sub_img_2,
#rubber_tip .sub_img_3,
#rubber_tip .sub_img_4 {
  background-image: url("../item/rubber_tip.jpg");
}

#about_us .sub_img_1,
#about_us .sub_img_2,
#about_us .sub_img_3,
#about_us .sub_img_4 {
  background-image: url("../item/about_us.jpg");
}

#contact .sub_img_1,
#contact .sub_img_2,
#contact .sub_img_3,
#contact .sub_img_4 {
  background-image: url("../item/contact.jpg");
}

#feature .sub_img_1,
#feature .sub_img_2,
#feature .sub_img_3,
#feature .sub_img_4 {
  background-image: url("../item/feature.jpg");
}

#news .sub_img_1,
#news .sub_img_2,
#news .sub_img_3,
#news .sub_img_4 {
  background-image: url("../item/news.jpg");
}

#y404 .sub_img_1,
#y404 .sub_img_2,
#y404 .sub_img_3,
#y404 .sub_img_4 {
  background-image: url("../item/404.jpg");
}

.sub_img_1,
.sub_img_3 {
  top: 20px;
}

.sub_img_2,
.sub_img_4 {
  top: 0;
}

.sub_img_1 {
  left: 0;
}

.sub_img_2 {
  left: 570px;
}

.sub_img_3 {
  left: 380px;
}

.sub_img_4 {
  left: 190px;
}

.sub_img_1 {
  background-position: 0px -20px;
}

.sub_img_2 {
  background-position: 190px 0px;
}

.sub_img_3 {
  background-position: 380px -20px;
}

.sub_img_4 {
  background-position: 570px 0px;
}

@media (max-width: 1220px) {
  #sub_img {
    margin: 0 auto 0 auto;
  }
}
@media (max-width: 760px) {
  #sub_img {
    width: 500px;
  }
  .sub_img_1,
.sub_img_2 {
    width: 50%;
    height: 160px;
  }
  .sub_img_3,
.sub_img_4 {
    display: none;
  }
  .sub_img_1 {
    top: 20px;
    left: 0;
  }
  .sub_img_2 {
    top: 0px;
    left: 50%;
  }
  .sub_img_1 {
    background-position: 0px -80px;
  }
  .sub_img_2 {
    background-position: 50% -60px;
  }
}
@media (max-width: 510px) {
  #sub_img {
    width: 90%;
  }
  .sub_img_1 {
    width: 100%;
    height: 150px;
  }
  .sub_img_2 {
    display: none;
  }
  .sub_img_1 {
    top: 0;
    left: 0;
  }
  .sub_img_1 {
    background-position: 0px 0px;
    background-size: cover;
  }
}
@media (max-width: 460px) {
  .sub_img_1 {
    width: 100%;
    height: 120px;
  }
}
/* ===========================
--- Sub News
============================ */
.sub_news_date {
  display: block;
  width: 100%;
  text-align: right;
  padding: 10px;
  border-top: 1px dotted rgb(221, 221, 221);
  border-bottom: 1px dotted #f00;
}

.sub_news {
  display: block;
  min-height: 100px;
  margin: 30px auto;
}

#single_news_itiran {
  display: block;
  width: 70%;
  margin: auto;
}

.thumbnail {
  display: block;
  padding: 0 20px 10px 5px;
  width: 40%;
  float: left;
}

.post_img {
  margin: 0 0 20px 0;
  text-align: center;
}

@media (max-width: 1020px) {
  #single_news_itiran {
    width: 95%;
  }
  .sub_news_date {
    font-size: 0.875rem;
  }
}
/* ===========================
--- Footer
============================ */
#footer {
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  padding: 30px 0 30px 0;
  background: #4d4d4d;
  border-top: 8px solid #2c2c2c;
  z-index: 1;
}

.footer_address {
  display: inline-block;
  padding: 0 20px;
  margin: auto;
}
.footer_address img {
  display: block;
  width: auto;
  height: auto;
  margin: 10px;
}
.footer_address p {
  font-size: 0.875rem;
  color: #FFF;
}

#footer_copy {
  display: block;
  text-align: center;
  margin: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 0.875rem;
  color: #FFF;
  background: #5e5e5e;
  border-top: 1px solid #FFF;
}

#footer_link {
  display: block;
  margin: 80px 0 0 0;
  padding: 0 10%;
}
#footer_link ul {
  list-style: none;
  width: 100%;
}
#footer_link li {
  display: inline-block;
  padding: 5px;
}
#footer_link a {
  color: #FFF;
  font-size: 0.875rem;
}
#footer_link a:link {
  color: #FFF;
  text-decoration: none;
}
#footer_link a:visited {
  color: #FFF;
  text-decoration: none;
}
#footer_link a:hover {
  color: #FFF;
  text-decoration: underline;
}
#footer_link a:active {
  color: #FFF;
  text-decoration: none;
}

@media (max-width: 1020px) {
  .footer_link {
    display: none;
  }
}
@media (max-width: 1020px) {
  #footer {
    text-align: center;
    padding: 20px 0;
  }
}
/* ===========================
--- Pan list
============================ */
#pan_list {
  display: block;
  height: 30px;
  width: 90%;
  margin: 0 auto 20px auto;
}
#pan_list ul {
  list-style: none;
  display: block;
  width: 100%;
}
#pan_list li {
  display: inline-block;
  font-size: 0.875rem;
  color: #212529;
}
#pan_list li .fa-home {
  display: inline-block;
  font-size: 0.875rem;
}
#pan_list li a {
  font-size: 0.875rem;
}
#pan_list li a:link {
  color: #212529;
  text-decoration: none;
}
#pan_list li a:visited {
  color: #212529;
  text-decoration: none;
}
#pan_list li a:hover {
  color: #c1272d;
  text-decoration: none;
}
#pan_list li a:active {
  color: #212529;
  text-decoration: none;
}

@media (max-width: 1220px) {
  #pan_list {
    width: 100%;
  }
}
/* ===========================
--- Pagenation
============================ */
.pagenation {
  display: block;
  margin: 50px auto 10px auto;
  text-align: center;
}
.pagenation a {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
.pagenation span,
.pagenation .page-numbers {
  padding: 4px 12px;
  border: 1px solid rgb(199, 198, 198);
  margin: 0 2px;
  font-size: 0.875rem;
}
.pagenation .page-numbers:hover {
  background: #f00;
  color: #FFF;
}
.pagenation .next,
.pagenation .prev {
  border: 1px solid #FFF;
}

/* ===========================
--- Page navi
============================ */
.pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  font-size: 0.875rem;
  background: #FFF;
}

.pagination span,
.pagination a {
  position: relative;
  display: block;
  color: #637b89;
  width: auto;
  margin: 4px;
  padding: 8px 12px;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s ease;
}

.pagination a:before {
  position: absolute;
  display: block;
  content: "";
  width: 96%;
  height: 2px;
  bottom: -3px;
  left: 2%;
}

.pagination .pager {
  width: 32px;
}

.pagination a:hover,
.pagination .current {
  text-decoration: none;
  color: #f90;
}

.pagination a.before {
  margin-right: 16px;
}

.pagination a.next {
  margin-left: 16px;
}

.pagination span.page_num {
  display: none;
}

#p_navi {
  display: inline-block;
  width: 100%;
  margin: 40px auto;
}

.wp-pagenavi {
  margin: 40px auto;
  text-align: center;
}

.wp-pagenavi a {
  color: #4a4a4a;
}

.pages {
  margin-right: 20px;
}

.wp-pagenavi .current,
.wp-pagenavi a.page {
  margin: 0 6px 6px 0;
  display: inline-block;
  border: solid 1px #eee;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
}

.wp-pagenavi .current {
  border: none;
  background: #00b894;
  color: #fff;
}

.wp-pagenavi a.page:hover {
  background: #00b894;
  color: #fff;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  margin-right: 10px;
}

/* ===========================
--- IMG
============================ */
.ca_img {
  display: block;
  margin: 15px 0;
  padding: 0;
}
.ca_img img {
  display: block;
  padding: 8px;
  margin: 0 auto;
}

.img_left_set img,
.img_right_set img {
  position: static;
}

.img_left_set img {
  float: left;
  overflow: auto;
  max-width: 360px;
  padding: 0 10px 10px 0;
}

.img_right_set img {
  float: right;
  overflow: auto;
  max-width: 360px;
  padding: 0 0 10px 10px;
}

.img_center_set {
  text-align: center;
}
.img_center_set img {
  display: block;
  width: 80%;
  margin: 15px auto;
}

@media (max-width: 860px) {
  .img_left_set img,
.img_right_set img {
    max-width: 250px;
  }
  .ca_img img {
    padding: 4px;
  }
}
@media (max-width: 450px) {
  .img_left_set img,
.img_right_set img {
    max-width: 200px;
  }
  .img_center_set img {
    width: 85%;
  }
}
@media (max-width: 400px) {
  .img_left_set img,
.img_right_set img {
    width: 50%;
  }
  .img_center_set img {
    width: 90%;
  }
}
/* ===========================
--- Top Navi
============================ */
#top_navi {
  position: fixed;
  display: none;
  bottom: 45px;
  right: -30px;
  height: 50px;
  width: 50px;
  border-radius: 2px;
  background: url("../item/top_navi.png") center center no-repeat;
  opacity: 0;
  transition: 0.2s;
  z-index: 30;
}

#top_navi.is-show {
  opacity: 1;
  display: block;
  right: 30px;
}

#top_navi:hover {
  opacity: 0.8;
}

#top_navi a {
  position: relative;
  display: block;
  opacity: 0.9;
  text-decoration: none;
  height: 50px;
  width: 50px;
}

/* ===========================
--- ARCHIVE LINK
============================ */
#archive-link {
  text-align: center;
  height: 50px;
  margin: 10px auto;
  padding: 20px 0 40px 0;
}

#archive-link hr {
  border: 0;
  height: 1px;
  background: #e82c78;
}

.Entry_link {
  text-align: center;
  height: 40px;
  width: 250px;
  margin: 0 auto;
}

#archive-link a {
  font-size: 13px;
  display: inline-block;
  border: 1px solid #ff1d25;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  text-decoration: none;
  vertical-align: middle;
  color: #FFFFFF;
  background-color: #ff1d25;
  padding: 2px 6px;
}

#archive-link a:hover {
  color: #ff1d25;
  background-color: #FFF;
}

/* ===========================
--- Table
============================ */
.wp-block-table {
  width: 80%;
  margin: auto;
}
.wp-block-table table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 30px;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.wp-block-table td {
  font-size: 0.875rem !important;
  padding: 8px 10px;
}
.wp-block-table tr:first-child {
  background: #673144;
  color: #fff;
}
.wp-block-table tr:nth-child(even) {
  background: #f0f0f0;
}

@media (max-width: 800px) {
  .wp-block-table {
    width: 100%;
  }
  th,
td {
    display: block;
    width: 100%;
    font-size: 0.85rem !important;
    margin: 0;
  }
}
/* ===========================
--- Loader
============================ */
#loader {
  width: 150px;
  height: 150px;
  display: block;
  position: fixed;
  _position: absolute;
  top: 40%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  z-index: 10000;
}

#fade {
  width: 100%;
  height: 100%;
  display: block;
  background: #ffa500;
  position: fixed;
  _position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

.card {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  height: 200px;
  width: 200px;
  text-align: center;
}

.loader_svg {
  background: url(../item/loading.png) no-repeat center center;
  display: inline-block;
  width: 200px;
  height: 200px;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(0, -4px) rotate(-6deg);
  }
  50% {
    transform: translate(0, -7px) rotate(-12deg);
  }
  75% {
    transform: translate(0, 4px) rotate(-6deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes spinner-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ===========================
--- 404
============================ */
/*# sourceMappingURL=style.css.map */