@charset "UTF-8";
/* SCSS Document */
/*=================================================================
|| mixin
===================================================================*/
/*=================================================================
|| base
===================================================================*/
/*==============================
 || base
==============================*/
/*==============================
 || color
==============================*/
/*==============================
|| font
==============================*/
.mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 400; }

.goth, * {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400; }

.eng {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  letter-spacing: 0; }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }

main {
  margin: 0;
  overflow: hidden; }

h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 5rem;
  color: #333;
  letter-spacing: 0; }
  @media screen and (max-width: 1000px) {
    h1 {
      font-size: 3.2rem;
      font-weight: 400;
      line-height: 4.2rem;
      color: #111;
      letter-spacing: 0; } }
  @media screen and (max-width: 600px) {
    h1 {
      font-size: 2.6rem;
      font-weight: 400;
      line-height: 3.6rem;
      color: #111;
      letter-spacing: 0; } }

h2 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 5rem;
  color: #333;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 1000px) {
    h2 {
      font-size: 2.8rem;
      font-weight: 400;
      line-height: 4rem;
      color: #111;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 600px) {
    h2 {
      font-size: 2.4rem;
      font-weight: 400;
      line-height: 3.8rem;
      color: #111;
      letter-spacing: 0.1em; } }

h3 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 3.6rem;
  color: #333;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 1000px) {
    h3 {
      font-size: 2.2rem;
      font-weight: 400;
      line-height: 3.2rem;
      color: #111;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 600px) {
    h3 {
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 2.8rem;
      color: #111;
      letter-spacing: 0.1em; } }

h4 {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 3.2rem;
  color: #333;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 1000px) {
    h4 {
      font-size: 1.9rem;
      font-weight: 400;
      line-height: 2.8rem;
      color: #111;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 600px) {
    h4 {
      font-size: 1.7rem;
      font-weight: 400;
      line-height: 2.6rem;
      color: #111;
      letter-spacing: 0.1em; } }

h5 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  color: #333;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 1000px) {
    h5 {
      font-size: 1.7rem;
      font-weight: 400;
      line-height: 2.7rem;
      color: #111;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 600px) {
    h5 {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 2.6rem;
      color: #111;
      letter-spacing: 0.1em; } }

p, a, td, th, a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #333;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 1000px) {
    p, a, td, th, a {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 2.5rem;
      color: #111;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 600px) {
    p, a, td, th, a {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 2.4rem;
      color: #111;
      letter-spacing: 0.1em; } }

.hoverbase, a {
  transition: .3s; }

.hover, a:hover {
  opacity: .8;
  transition: .3s; }

a {
  text-decoration: none; }

li {
  list-style: none; }

.fa {
  color: #fff; }

/*==============================
|| 共通パーツ
==============================*/
.fronttitleBox {
  text-align: center;
  margin-bottom: 100px; }
  .fronttitleBox > h3 {
    color: #418ab9;
    font-weight: 900;
    font-size: 1.6rem;
    letter-spacing: 0; }
  .fronttitleBox > h2 {
    color: #333333;
    font-weight: 700;
    font-size: 4.2rem;
    letter-spacing: 0.1em; }
  .fronttitleBox > p {
    margin-top: 30px; }
  @media screen and (max-width: 600px) {
    .fronttitleBox {
      margin-bottom: 50px; }
      .fronttitleBox > h3 {
        color: #418ab9;
        font-weight: 900;
        font-size: 1.4rem;
        letter-spacing: 0; }
      .fronttitleBox > h2 {
        color: #333333;
        font-weight: 700;
        font-size: 3.2rem;
        letter-spacing: 0.1em; }
      .fronttitleBox > p {
        margin-top: 20px; } }

a.linkBtn {
  display: inline-block;
  padding: 5px 20px;
  background-color: #418ab9;
  color: #fff;
  width: 150px;
  border-radius: 25px;
  border: 3px solid #418ab9;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  a.linkBtn:hover {
    opacity: 1;
    background-color: #fff;
    color: #418ab9; }

/*==============================
 || pc,sp
==============================*/
.pc {
  display: block; }
  @media screen and (max-width: 600px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 600px) {
    .sp {
      display: block; } }

.tabon {
  display: block; }
  @media screen and (max-width: 1000px) {
    .tabon {
      display: none; } }

.taboff {
  display: none; }
  @media screen and (max-width: 1000px) {
    .taboff {
      display: block; } }

/*==============================
|| header
==============================*/
header {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0px 100px;
  height: 100px;
  transition: .3s;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10; }
  header > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-bottom: 1px solid #418ab9; }
    header > div > div {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
  @media screen and (max-width: 1200px) {
    header {
      padding: 0 20px; } }
  @media screen and (max-width: 1000px) {
    header {
      height: 60px;
      padding: 15px;
      position: fixed;
      border-bottom: 1px solid #418ab9; }
      header > div {
        border-bottom: none; } }

header.scrolled {
  transition: .3s;
  height: 70px; }
  @media screen and (max-width: 1000px) {
    header.scrolled {
      height: 60px; } }

.headLogo {
  position: relative;
  display: block; }
  .headLogo > a {
    width: 100%;
    display: block;
    z-index: 3; }
    .headLogo > a > img {
      width: 200px; }
  @media screen and (max-width: 1000px) {
    .headLogo {
      position: fixed;
      z-index: 11;
      top: 15px;
      left: 10px; } }

#headNav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end; }

.headNavlist {
  position: relative;
  z-index: 2; }
  .headNavlist > ul {
    display: flex;
    justify-content: flex-end; }
    .headNavlist > ul > li {
      margin-right: 20px; }
      @media screen and (max-width: 1300px) {
        .headNavlist > ul > li {
          margin-right: 10px; } }
      .headNavlist > ul > li > a {
        height: 20px;
        line-height: 20px;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: 0;
        color: #333333;
        text-decoration: underline;
        text-decoration-color: transparent;
        transition: text-decoration-color 0.3s ease; }
        .headNavlist > ul > li > a:hover {
          opacity: 1;
          text-decoration-color: #333; }
      .headNavlist > ul > li:last-of-type {
        margin-right: 0; }
      .headNavlist > ul > li:nth-last-of-type(1) > a, .headNavlist > ul > li:nth-last-of-type(2) > a {
        background-color: #418ab9;
        color: #fff;
        padding: 5px 30px;
        border-radius: 20px;
        border: 3px solid #418ab9;
        text-decoration: none;
        transition: .3s; }
        .headNavlist > ul > li:nth-last-of-type(1) > a:hover, .headNavlist > ul > li:nth-last-of-type(2) > a:hover {
          text-decoration: none;
          opacity: 1;
          background-color: #fff;
          color: #418ab9; }
        @media screen and (max-width: 1300px) {
          .headNavlist > ul > li:nth-last-of-type(1) > a, .headNavlist > ul > li:nth-last-of-type(2) > a {
            padding: 5px 10px; } }

/*==============================
|| SPメニュー
==============================*/
#spNav {
  display: none;
  width: 100%;
  text-align: center; }
  #spNav h1 {
    display: inline-block;
    margin: 0 auto; }
    #spNav h1 > a {
      display: block; }
      #spNav h1 > a img {
        width: 100px; }
  @media screen and (max-width: 1000px) {
    #spNav {
      display: block;
      z-index: 999999; } }

#nav-drawer {
  position: relative; }

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none; }

/*アイコンのスペース*/
#nav-open {
  display: none;
  position: absolute;
  top: 25px;
  right: 20px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  border-radius: 5px;
  transition: .3s; }
  #nav-open span, #nav-open span::before, #nav-open span::after {
    position: absolute;
    height: 2px;
    /*線の太さ*/
    width: 25px;
    /*長さ*/
    border-radius: 1px;
    background: #418ab9;
    display: block;
    content: '';
    cursor: pointer;
    transition: .3s; }
  @media screen and (max-width: 1000px) {
    #nav-open {
      display: block;
      z-index: 11; } }

#nav-open span:before {
  display: none; }

#nav-open span:after {
  bottom: -6px; }

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 9;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100svh;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out; }

/*中身*/
@media screen and (max-width: 1000px) {
  .headNavlist {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    width: 90%;
    max-width: 300px;
    height: 100svh;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10;
    transform: translate(-100%); }
    .headNavlist > ul {
      display: block;
      padding: 70px 20px 0; }
      .headNavlist > ul > li {
        margin-bottom: 10px;
        margin-right: 0; }
        .headNavlist > ul > li > a {
          width: 100%;
          display: block;
          border-bottom: 1px solid #418ab9;
          padding: 10px;
          height: auto; }
          .headNavlist > ul > li > a:hover {
            text-decoration: none; } }

#nav-input:checked ~ #nav-open span, #nav-input:checked ~ #nav-open span::before, #nav-input:checked ~ #nav-open span::after {
  background-color: #fff; }
#nav-input:checked ~ #nav-open span {
  top: 5px;
  left: 0;
  transform: rotate(25deg); }
#nav-input:checked ~ #nav-open span:after {
  top: 0;
  left: 0;
  transform: rotate(-50deg); }

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: .5; }

#nav-input:checked ~ .headNavlist {
  opacity: 1;
  transform: translate(0);
  transition: .5s; }

.iconLink {
  display: flex;
  justify-content: center; }
  .iconLink > li {
    margin-bottom: 10px; }

#nav-content .iconLink li a {
  display: block;
  border-radius: 25px;
  height: 40px;
  width: 40px;
  padding: 10px;
  margin: 10px 5px;
  transition: .3s ease-in-out; }
  #nav-content .iconLink li a i {
    font-size: 1.8rem;
    color: #fff;
    transition: .3s ease-in-out; }

#nav-content .iconLink li:nth-of-type(1) a {
  background-color: #983b3b;
  border: 2px solid #983b3b;
  padding-left: 9px; }

#nav-content .iconLink li:nth-of-type(1) a {
  background-color: #ccca00;
  border: 2px solid #ccca00;
  padding-left: 7px; }

#nav-content .iconLink li:nth-of-type(2) a {
  background-color: #3b5998;
  border: 2px solid #3b5998;
  padding-left: 13px; }

#nav-content .iconLink li:nth-of-type(3) a {
  background-color: #00aced;
  border: 2px solid #00aced;
  padding-left: 10px; }

#nav-content .iconLink li:nth-of-type(4) a {
  background-color: #d93177;
  border: 2px solid #d93177;
  padding-left: 10px; }

#nav-content .languageList {
  display: block;
  position: relative;
  left: 0;
  right: auto;
  top: 0; }

@media screen and (max-width: 1000px) {
  #nav-content ul.languageList {
    display: block;
    width: 100%;
    max-width: 160px; }

  #nav-content .languageList li a {
    border-bottom: none;
    text-align: center; } }
/*==============================
|| aside
==============================*/
.asideBtn {
  display: block;
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0; }
  .asideBtn > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000;
    padding: 0 10px 15px;
    width: 200px; }
    .asideBtn > a > p {
      color: #fff;
      line-height: 2rem; }
      .asideBtn > a > p:last-of-type {
        font-size: 1.4rem;
        letter-spacing: 0; }
    .asideBtn > a::before {
      content: "";
      width: 100%;
      height: 0;
      display: block;
      position: absolute;
      left: 0;
      border-bottom: solid 15px #000;
      border-left: solid 15px transparent;
      bottom: 100%; }
  @media screen and (max-width: 600px) {
    .asideBtn {
      display: none; } }

#shopBtn {
  bottom: 80px; }

#footspNav {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #000;
  align-items: center;
  justify-content: center; }
  #footspNav > img {
    width: 15%;
    margin-right: 1.5%; }
  #footspNav > span {
    display: block;
    height: 40px;
    width: 1px;
    background-color: #fff;
    transform: rotate(20deg);
    margin-right: 1.5%; }
  #footspNav > a {
    display: block; }
    #footspNav > a > img {
      width: 100%; }
    #footspNav > a:nth-of-type(1) {
      width: 32%;
      margin-right: 1.5%; }
    #footspNav > a:nth-of-type(2) {
      width: 20%;
      margin-right: 1.5%; }
    #footspNav > a:nth-of-type(3) {
      width: 20%; }
  @media screen and (max-width: 600px) {
    #footspNav {
      display: flex; } }

/*==============================
|| voicelistWrap
==============================*/
#voicelistWrap {
  position: relative;
  z-index: 2;
  padding: 100px 20px;
  background-color: #EFEFEF; }
  #voicelistWrap > div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    #voicelistWrap > div .titleBox {
      margin-bottom: 50px; }
    #voicelistWrap > div > ul {
      width: 100%;
      max-width: 800px; }
      #voicelistWrap > div > ul > li {
        padding: 30px 0;
        border-bottom: 1px solid #707070; }
        #voicelistWrap > div > ul > li > a {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          #voicelistWrap > div > ul > li > a > img {
            margin-right: 20px;
            width: 160px;
            aspect-ratio: 16 / 12;
            object-fit: cover; }
          #voicelistWrap > div > ul > li > a > div:first-of-type {
            margin-right: auto; }
            #voicelistWrap > div > ul > li > a > div:first-of-type > p {
              font-size: 1.4rem; }
            #voicelistWrap > div > ul > li > a > div:first-of-type > h4 {
              font-size: 1.8rem;
              font-weight: 600; }
        #voicelistWrap > div > ul > li:first-of-type {
          padding-top: 0; }
  @media screen and (max-width: 1000px) {
    #voicelistWrap > div {
      max-width: 800px;
      display: block; }
      #voicelistWrap > div > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px; }
        #voicelistWrap > div > div > div.titleBox {
          margin-bottom: 0; } }
  @media screen and (max-width: 600px) {
    #voicelistWrap {
      padding: 50px 20px; }
      #voicelistWrap > div {
        max-width: 800px;
        display: block; }
        #voicelistWrap > div > div {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 20px; }
          #voicelistWrap > div > div > div.titleBox {
            margin-bottom: 0; }
        #voicelistWrap > div > ul > li {
          padding: 15px 0; }
          #voicelistWrap > div > ul > li > a {
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: flex-end; }
            #voicelistWrap > div > ul > li > a > img {
              margin-right: 10px;
              width: calc(30% - 10px); }
            #voicelistWrap > div > ul > li > a > div:first-of-type {
              width: 70%;
              margin-right: auto;
              margin-bottom: 10px; }
              #voicelistWrap > div > ul > li > a > div:first-of-type > p {
                font-size: 1.2rem; }
              #voicelistWrap > div > ul > li > a > div:first-of-type > h4 {
                font-size: 1.4rem;
                line-height: 2.2rem;
                font-weight: 600; }
          #voicelistWrap > div > ul > li:first-of-type {
            padding-top: 0; } }

/*==============================
|| newslistWrap
==============================*/
#newslistWrap {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 100px 20px; }
  #newslistWrap > div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 50px;
    display: flex; }
    #newslistWrap > div > div {
      margin-right: 50px; }
  #newslistWrap > ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex; }
    #newslistWrap > ul > li {
      width: 22%;
      margin-right: 4%; }
      #newslistWrap > ul > li > a {
        display: block;
        width: 100%; }
        #newslistWrap > ul > li > a > img {
          width: 100%;
          height: auto;
          aspect-ratio: 250 / 170;
          object-fit: cover; }
        #newslistWrap > ul > li > a > p {
          font-size: 1.4rem;
          color: #848484;
          margin-bottom: 10px; }
        #newslistWrap > ul > li > a > h4 {
          font-size: 1.6rem;
          line-height: 2.6rem;
          text-align: justify;
          font-weight: 600;
          margin-bottom: 10px; }
        #newslistWrap > ul > li > a .linkBtn {
          margin-left: auto; }
      #newslistWrap > ul > li:last-of-type {
        margin-right: 0; }
  @media screen and (max-width: 600px) {
    #newslistWrap {
      padding: 50px 20px; }
      #newslistWrap > div {
        justify-content: space-between;
        margin-bottom: 20px; }
      #newslistWrap > ul {
        flex-wrap: wrap; }
        #newslistWrap > ul > li {
          width: 48%;
          margin-bottom: 10px; }
          #newslistWrap > ul > li > a > p {
            font-size: 1.2rem; }
          #newslistWrap > ul > li > a > h4 {
            font-size: 1.4rem; }
          #newslistWrap > ul > li:nth-of-type(2n) {
            margin-right: 0; }
          #newslistWrap > ul > li:last-of-type {
            margin-right: 0; } }

/*==============================
|| footcontactWrap
==============================*/
#footcontactWrap {
  position: relative;
  z-index: 2;
  padding: 150px 20px;
  background-image: url("../img/base/contactBack.png");
  background-size: cover;
  background-position: center center;
  text-align: center; }
  #footcontactWrap > h2 {
    color: #fff;
    font-size: 12rem;
    line-height: 12rem;
    font-weight: 600;
    margin-bottom: 20px; }
  #footcontactWrap > p {
    color: #fff;
    margin-bottom: 50px; }
  #footcontactWrap > div {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    #footcontactWrap > div > a.linkBtn {
      padding: 10px 20px;
      width: 45%;
      border: 1px solid #fff;
      color: #fff; }
      #footcontactWrap > div > a.linkBtn > span {
        background-color: #fff; }
        #footcontactWrap > div > a.linkBtn > span > i {
          color: #333333; }
      #footcontactWrap > div > a.linkBtn:hover {
        opacity: 1; }
  @media screen and (max-width: 600px) {
    #footcontactWrap {
      padding: 50px 20px; }
      #footcontactWrap > h2 {
        font-size: 5rem;
        line-height: 6rem; }
      #footcontactWrap > div {
        display: block; }
        #footcontactWrap > div > a.linkBtn {
          display: flex;
          width: 100%;
          max-width: 300px;
          margin: 0 auto;
          margin-bottom: 20px; } }

/*==============================
|| footer
==============================*/
#footnavWrap {
  position: relative;
  z-index: 2;
  background-color: #286b96;
  padding: 50px 20px; }

#footnavSection {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex; }
  #footnavSection > div:nth-of-type(1) > a {
    display: inline-block;
    margin-bottom: 15px; }
    #footnavSection > div:nth-of-type(1) > a > img {
      width: 200px; }
  #footnavSection > div:nth-of-type(1) > h4 {
    font-size: 1.8rem;
    margin-bottom: 0px;
    font-weight: 700;
    color: #fff; }
  #footnavSection > div:nth-of-type(1) > p {
    color: #fff;
    margin-bottom: 20px; }
  #footnavSection > div:nth-of-type(1) > div {
    display: flex; }
    #footnavSection > div:nth-of-type(1) > div > a {
      font-size: 1.6rem;
      font-weight: 700;
      color: #fff;
      margin-right: 10px; }
    #footnavSection > div:nth-of-type(1) > div > p {
      font-size: 1.6rem;
      font-weight: 700;
      color: #fff; }
  #footnavSection > ul {
    padding-top: 50px;
    margin-left: 50px; }
    #footnavSection > ul > li {
      margin-bottom: 5px; }
      #footnavSection > ul > li > a {
        display: block;
        color: #fff; }
        #footnavSection > ul > li > a::before {
          content: "-";
          margin-right: 10px; }
  #footnavSection > div:nth-of-type(2) {
    padding-top: 50px;
    margin-left: auto; }
    #footnavSection > div:nth-of-type(2) > a.linkBtn {
      justify-content: center;
      margin-bottom: 10px; }
  @media screen and (max-width: 800px) {
    #footnavSection {
      display: block; }
      #footnavSection > div:nth-of-type(1) {
        margin-bottom: 30px; }
        #footnavSection > div:nth-of-type(1) > div {
          display: block; }
      #footnavSection > ul {
        padding: 0;
        margin: 0; }
      #footnavSection > div:nth-of-type(2) {
        padding: 0;
        margin-top: 30px; } }
  @media screen and (max-width: 800px) {
    #footnavSection > div:nth-of-type(2) > a {
      width: 100%; } }

.footCopy {
  position: relative;
  z-index: 2;
  padding: 40px 20px;
  font-size: 1.4rem;
  font-weight: 300;
  background-color: #17262f;
  color: #fff;
  text-align: center; }

/*==============================
|| footer
==============================*/
/*=================================================================
|| front
===================================================================*/
/* SCSS Document */
/*==============================
|| frontmainWrap
==============================*/
#frontmainWrap {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100svh;
  background-image: url("../img/front/frontMain.png");
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  #frontmainWrap > div.frontmainCopy {
    position: absolute;
    top: 200px;
    left: 100px;
    z-index: 2; }
    #frontmainWrap > div.frontmainCopy h2 {
      display: inline-block;
      color: #fff;
      background-color: #418ab9;
      font-size: 4rem;
      font-weight: 900;
      line-height: 4rem;
      margin-bottom: 10px;
      padding: 10px; }
  #frontmainWrap > h1 {
    position: absolute;
    font-size: 12rem;
    bottom: 100px;
    right: 100px;
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    z-index: 2; }
  @media screen and (max-width: 800px) {
    #frontmainWrap {
      position: relative;
      height: auto; }
      #frontmainWrap > div.frontmainCopy {
        position: absolute;
        top: 100px;
        left: 20px;
        z-index: 2; }
        #frontmainWrap > div.frontmainCopy h2 {
          font-size: 2rem;
          line-height: 2rem;
          margin-bottom: 5px;
          padding: 5px; }
      #frontmainWrap > h1 {
        font-size: 3rem;
        bottom: 20px;
        right: 20px; } }
  @media screen and (max-width: 600px) {
    #frontmainWrap > div.frontmainCopy {
      top: 80px;
      left: 20px;
      z-index: 2; }
      #frontmainWrap > div.frontmainCopy h2 {
        font-size: 1.8rem;
        line-height: 1.8rem;
        letter-spacing: 0;
        margin-bottom: 5px;
        padding: 5px; }
    #frontmainWrap > h1 {
      font-size: 3rem;
      letter-spacing: 0;
      bottom: 20px;
      right: 20px; } }

/*==============================
|| frontaboutWrap
==============================*/
#frontaboutWrap {
  position: relative;
  margin-top: 100svh;
  padding: 200px 0;
  background-color: #fff;
  z-index: 4; }
  #frontaboutWrap > h2 {
    color: rgba(178, 191, 199, 0.5);
    transform: rotate(90deg);
    transform-origin: left top;
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -4px;
    left: 13.5rem;
    z-index: 4; }
  @media screen and (max-width: 800px) {
    #frontaboutWrap {
      padding: 100px 0;
      margin-top: 0; }
      #frontaboutWrap > h2 {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; } }

#frontaboutSection {
  position: relative;
  z-index: 4; }

.frontaboutBox {
  width: 100%;
  max-width: calc(100% - 200px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .frontaboutBox > img {
    align-self: center;
    width: calc(50% - 50px);
    box-shadow: 10px -10px 0 0 #e7f6ff;
    margin-right: 50px; }
  .frontaboutBox > div {
    width: 50%;
    max-width: 600px; }
    .frontaboutBox > div > h3 {
      color: #418ab9;
      font-weight: 600;
      letter-spacing: 0.1em;
      font-size: 2.2rem;
      line-height: 3.2rem;
      margin-bottom: 20px; }
    .frontaboutBox > div > p {
      text-align: justify;
      letter-spacing: 0.1em;
      margin-bottom: 20px; }
  @media screen and (max-width: 800px) {
    .frontaboutBox {
      display: block;
      width: calc(100% - 40px);
      max-width: 600px;
      margin: 0 auto; }
      .frontaboutBox > img {
        width: 100%;
        margin-bottom: 20px; }
      .frontaboutBox > div {
        width: 100%; } }

.scroll-infinity {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3; }

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden; }

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0; }

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both; }

.scroll-infinity__item {
  width: calc(100vw / 1); }
  @media screen and (max-width: 1000px) {
    .scroll-infinity__item {
      width: calc(150vw); } }
  @media screen and (max-width: 800px) {
    .scroll-infinity__item {
      width: calc(200vw); } }

.scroll-infinity__item > img {
  width: 100%; }

/*==============================
|| frontshipsWrap
==============================*/
#frontshipsWrap {
  position: relative;
  padding: 200px 100px;
  background-color: #eaf7ff;
  z-index: 4; }
  #frontshipsWrap > h2 {
    color: rgba(178, 191, 199, 0.5);
    transform: rotate(90deg);
    transform-origin: left top;
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -4px;
    left: 13.5rem;
    z-index: 4; }
  @media screen and (max-width: 1300px) {
    #frontshipsWrap {
      padding: 200px 50px; } }
  @media screen and (max-width: 800px) {
    #frontshipsWrap {
      padding: 100px 20px;
      margin-top: 0; }
      #frontshipsWrap > h2 {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; } }

.frontshipBox {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  background-color: #418ab9;
  box-shadow: 20px -20px 0 0 #fff; }
  .frontshipBox::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    background-color: #eaf7ff;
    bottom: 0;
    left: 0;
    z-index: 4; }
  .frontshipBox > div {
    position: relative;
    width: 50%;
    padding: 80px 0 50px 50px;
    z-index: 3; }
    .frontshipBox > div > div {
      display: flex;
      align-items: flex-end;
      margin-bottom: 20px; }
      .frontshipBox > div > div > h3 {
        font-size: 3rem;
        font-weight: 700;
        margin-right: 10px;
        color: #fff; }
      .frontshipBox > div > div > h4 {
        font-size: 1.8rem;
        line-height: 2rem;
        font-weight: 700;
        color: #a5cbe4; }
    .frontshipBox > div > p {
      color: #fff;
      text-align: justify; }
    .frontshipBox > div > i {
      transition: .3s;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: auto;
      margin-right: 0;
      padding-left: 3px;
      width: 40px;
      height: 40px;
      border: 1px solid #fff;
      border-radius: 20px;
      color: #fff; }
    .frontshipBox > div > span {
      position: absolute;
      bottom: 25px;
      left: -1px;
      color: #a5cbe4;
      font-size: 5rem;
      line-height: 5rem; }
    .frontshipBox > div::before {
      content: "";
      display: block;
      position: absolute;
      width: 100px;
      height: 5px;
      background-color: #ffe615;
      top: 40px;
      left: 0; }
  .frontshipBox > img {
    align-self: flex-start;
    position: relative;
    width: 50%;
    z-index: 5; }
  .frontshipBox:last-of-type {
    margin-bottom: 0; }
  .frontshipBox:hover {
    opacity: 1;
    box-shadow: 10px -10px 0 0 #ffe615; }
    .frontshipBox:hover > div > i {
      border: 1px solid #ffe615;
      color: #ffe615; }
  @media screen and (max-width: 1300px) {
    .frontshipBox::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 50px;
      background-color: #eaf7ff;
      bottom: 0;
      left: 0;
      z-index: 4; }
    .frontshipBox > div {
      width: 45%;
      padding: 60px 0 50px 30px; }
      .frontshipBox > div > div > h3 {
        font-size: 2.2rem; }
      .frontshipBox > div > div > h4 {
        font-size: 1.4rem; }
      .frontshipBox > div > p {
        font-size: 1.4rem;
        line-height: 2rem; }
      .frontshipBox > div > span {
        position: absolute;
        bottom: 50px;
        left: -1px;
        color: #a5cbe4;
        font-size: 4rem;
        line-height: 4rem; }
    .frontshipBox > img {
      width: 55%; } }
  @media screen and (max-width: 1000px) {
    .frontshipBox {
      max-width: 600px;
      margin: 0 auto 50px;
      display: block;
      box-shadow: 10px -10px 0 0 #fff; }
      .frontshipBox > div {
        width: 100%;
        padding: 60px 50px 50px; }
        .frontshipBox > div > span {
          bottom: -3px; }
      .frontshipBox > img {
        width: 100%; }
      .frontshipBox::before {
        display: none; }
      .frontshipBox:hover {
        box-shadow: 5px -5px 0 0 #ffe615; } }
  @media screen and (max-width: 600px) {
    .frontshipBox > div {
      padding: 40px 20px 30px; }
      .frontshipBox > div::before {
        top: 20px; } }

/*==============================
|| frontproductWrap
==============================*/
#frontproductWrap {
  position: relative;
  padding: 200px 20px;
  background-image: url("../img/front/frontproductBack.jpg");
  background-size: cover;
  background-position: center bottom;
  z-index: 4; }
  #frontproductWrap > h2 {
    color: rgba(178, 191, 199, 0.5);
    transform: rotate(90deg);
    transform-origin: left top;
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -5px;
    left: 13.5rem;
    z-index: 4; }
  #frontproductWrap .fronttitleBox h2, #frontproductWrap .fronttitleBox p {
    color: #fff; }
  @media screen and (max-width: 800px) {
    #frontproductWrap {
      padding: 100px 20px;
      margin-top: 0; }
      #frontproductWrap > h2 {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; } }

#frontproductSection {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  #frontproductSection > a {
    width: 30%; }
    #frontproductSection > a > img {
      width: 100%; }
    #frontproductSection > a > div {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px; }
      #frontproductSection > a > div > h3 {
        color: #fff;
        font-weight: 600; }
      #frontproductSection > a > div > i {
        transition: .3s;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: 0;
        padding-left: 3px;
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
        border-radius: 20px;
        color: #fff; }
  @media screen and (max-width: 800px) {
    #frontproductSection {
      display: block;
      max-width: 600px;
      margin: 0 auto; }
      #frontproductSection > li {
        width: 100%;
        margin-bottom: 50px; } }

/*==============================
|| frontrecruitWrap
==============================*/
#frontrecruitWrap {
  position: relative;
  padding: 200px 0;
  background-image: url("../img/front/frontrecruitBack.jpg");
  background-size: cover;
  background-position: center bottom;
  z-index: 5; }
  #frontrecruitWrap > h2 {
    color: rgba(178, 191, 199, 0.5);
    transform: rotate(90deg);
    transform-origin: left top;
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -5px;
    left: 13.5rem;
    z-index: 4; }
  #frontrecruitWrap .fronttitleBox {
    margin-bottom: 50px; }
    #frontrecruitWrap .fronttitleBox h2, #frontrecruitWrap .fronttitleBox p {
      color: #fff; }
  #frontrecruitWrap a.linkBtn {
    margin: 0 auto; }
  @media screen and (max-width: 800px) {
    #frontrecruitWrap {
      padding: 100px 20px;
      margin-top: 0; }
      #frontrecruitWrap > h2 {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; } }

.scroll-infinity01 {
  position: absolute;
  bottom: -250px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5; }
  @media screen and (max-width: 1400px) {
    .scroll-infinity01 {
      bottom: -150px; } }
  @media screen and (max-width: 1400px) {
    .scroll-infinity01 {
      bottom: -100px; } }
  @media screen and (max-width: 800px) {
    .scroll-infinity01 {
      bottom: -150px; } }
  @media screen and (max-width: 400px) {
    .scroll-infinity01 {
      bottom: -100px; } }

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.scroll-infinity01__wrap {
  display: flex;
  overflow: hidden; }

.scroll-infinity01__list {
  display: flex;
  list-style: none;
  padding: 0; }

.scroll-infinity01__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both; }

.scroll-infinity01__item {
  width: calc(100vw / 6);
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 1000px) {
    .scroll-infinity01__item {
      width: calc(100vw / 4); } }
  @media screen and (max-width: 600px) {
    .scroll-infinity01__item {
      width: calc(100vw / 3); } }

.scroll-infinity01__item > img {
  width: 85%;
  border-radius: 20px; }

/*==============================
|| frontcontactWrap
==============================*/
#frontcontactWrap {
  position: relative;
  padding: 350px 20px 200px;
  background-color: #fff;
  z-index: 4; }
  @media screen and (max-width: 1400px) {
    #frontcontactWrap {
      padding: 250px 20px 200px; } }
  @media screen and (max-width: 1000px) {
    #frontcontactWrap {
      padding: 250px 20px 100px; } }

#frontcontactSection {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex; }
  @media screen and (max-width: 1000px) {
    #frontcontactSection {
      width: 100%;
      max-width: 600px;
      margin: 0 auto;
      display: block; } }

.shinsuiBox {
  width: 50%;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  padding: 50px;
  text-align: center; }
  .shinsuiBox::before {
    content: "";
    display: block;
    margin: 0 auto 20px;
    width: 50px;
    height: 5px;
    background-color: #ffe615; }
  .shinsuiBox > h3 {
    font-size: 2.2rem;
    margin-bottom: 10px; }
  .shinsuiBox > h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 10px;
    font-weight: 700;
    color: #418ab9; }
  @media screen and (max-width: 1000px) {
    .shinsuiBox {
      width: 100%;
      margin-bottom: 30px; } }

.frontnewsList {
  width: 50%;
  padding-left: 50px; }
  .frontnewsList > li {
    width: 100%; }
    .frontnewsList > li > a {
      width: 100%;
      display: block;
      border-top: 1px solid #418ab9;
      padding: 15px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .frontnewsList > li > a > div {
        width: calc(100% - 60px); }
        .frontnewsList > li > a > div > h4 {
          font-size: 1.4rem;
          line-height: 1.4rem;
          margin-bottom: 10px;
          letter-spacing: 0;
          color: #999999; }
        .frontnewsList > li > a > div > p {
          text-align: justify; }
      .frontnewsList > li > a > i {
        transition: .3s;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: 0;
        padding-left: 3px;
        width: 40px;
        height: 40px;
        border: 1px solid #418ab9;
        border-radius: 20px;
        color: #418ab9; }
    .frontnewsList > li:last-of-type > a {
      border-bottom: 1px solid #418ab9; }
  @media screen and (max-width: 1000px) {
    .frontnewsList {
      width: 100%;
      margin-bottom: 30px;
      padding-left: 0; } }

/*=================================================================
|| under
===================================================================*/
/* SCSS Document */
/*==============================
|| 共通
==============================*/
#childheadWrap {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  padding: 0 20px; }
  #childheadWrap > div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 100px; }
    #childheadWrap > div > h2 {
      font-size: 8rem;
      line-height: 8rem;
      color: #fff;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
    #childheadWrap > div > h3 {
      font-size: 2rem;
      color: #fff;
      font-weight: 600;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 800px) {
    #childheadWrap {
      height: 250px; }
      #childheadWrap > div {
        padding-top: 50px; }
        #childheadWrap > div > h2 {
          font-size: 6rem;
          line-height: 6rem; } }

.childtitleBox {
  position: relative;
  margin-bottom: 100px;
  z-index: 2; }
  .childtitleBox > h2 {
    font-weight: 900;
    padding-left: 100px;
    color: #418ab9; }
  .childtitleBox > h3 {
    font-weight: 900;
    padding-top: 30px;
    padding-left: 130px; }
  @media screen and (max-width: 800px) {
    .childtitleBox {
      margin-bottom: 50px; }
      .childtitleBox > h2 {
        padding-left: 30px; }
      .childtitleBox > h3 {
        padding-top: 10px;
        padding-left: 30px; } }

/*=================================================================
|| company
===================================================================*/
/*==============================
|| messageWrap
==============================*/
#messageWrap {
  position: relative;
  padding: 100px 20px 200px; }
  #messageWrap > h2:nth-of-type(1) {
    color: rgba(178, 191, 199, 0.5);
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -5px;
    left: 13.5rem;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 1; }
  @media screen and (max-width: 800px) {
    #messageWrap {
      padding: 50px 20px 100px;
      margin-top: 0; }
      #messageWrap > h2:nth-of-type(1) {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; } }

#messageSection {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 82%;
  margin-left: auto; }
  #messageSection > div {
    width: 100%;
    max-width: 55%;
    margin-right: auto; }
    #messageSection > div > h3 {
      position: relative;
      z-index: 3;
      font-weight: 900;
      margin-bottom: 30px; }
    #messageSection > div > p {
      text-align: justify;
      position: relative;
      z-index: 3;
      margin-bottom: 50px; }
  #messageSection > img {
    width: 50%;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 1; }
  @media screen and (max-width: 800px) {
    #messageSection {
      width: 100%;
      max-width: 100%;
      display: flex;
      flex-direction: column-reverse;
      align-items: flex-end; }
      #messageSection > div {
        max-width: 100%; }
        #messageSection > div > h3 {
          margin-bottom: 10px; }
        #messageSection > div > p {
          margin-bottom: 30px; }
      #messageSection > img {
        position: relative;
        display: block;
        width: 90%; } }

/*==============================
|| historyWrap
==============================*/
#historyWrap {
  position: relative;
  padding: 100px 20px 200px;
  background-image: url("../img/child/company/historyBack.jpg");
  background-position: center center;
  background-size: cover; }
  #historyWrap > h2:nth-of-type(1) {
    color: rgba(178, 191, 199, 0.5);
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -5px;
    left: 13.5rem;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 1; }
  #historyWrap .childtitleBox > h2 {
    color: #fff; }
  @media screen and (max-width: 800px) {
    #historyWrap {
      padding: 50px 20px 100px;
      margin-top: 0; }
      #historyWrap > h2:nth-of-type(1) {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; } }

#historySection {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 3; }
  #historySection > ul {
    width: 50%; }
    #historySection > ul > li {
      margin-bottom: 20px; }
      #historySection > ul > li > h5 {
        font-weight: 600;
        color: #fff; }
      #historySection > ul > li > p {
        color: #fff; }
  @media screen and (max-width: 1000px) {
    #historySection {
      max-width: 600px;
      display: block; }
      #historySection > ul {
        width: 100%; } }

/*==============================
|| companyWrap
==============================*/
#companyWrap {
  position: relative;
  padding: 100px 20px 200px; }
  #companyWrap > h2:nth-of-type(1) {
    color: rgba(178, 191, 199, 0.5);
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -5px;
    left: 13.5rem;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 1; }
  @media screen and (max-width: 800px) {
    #companyWrap {
      padding: 50px 20px 100px;
      margin-top: 0; }
      #companyWrap > h2:nth-of-type(1) {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; } }

.companyTable {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
  table-layout: fixed;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 1400px) {
    .companyTable {
      max-width: 800px; } }
  @media screen and (max-width: 1000px) {
    .companyTable {
      max-width: 600px;
      margin-bottom: 50px; } }

.companyTable th,
.companyTable td {
  border-top: 1px solid #cccccc;
  padding: 30px 0;
  text-align: left; }

.companyTable th {
  color: #418ab9;
  font-weight: bold;
  width: 15%;
  background-color: rgba(255, 255, 255, 0.5); }
  @media screen and (max-width: 1000px) {
    .companyTable th {
      width: 28%; } }

.companyTable td {
  background-color: #fff;
  width: 70%; }

.companyTable tr:last-child th,
.companyTable tr:last-child td {
  border-bottom: 1px solid #cccccc; }

.companyTable tr td:nth-of-type(1) {
  width: 10%;
  border-top: none;
  border-bottom: none; }
  @media screen and (max-width: 1000px) {
    .companyTable tr td:nth-of-type(1) {
      width: 2%; } }

.soshikizuBox {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  .soshikizuBox > img {
    width: 100%; }
  @media screen and (max-width: 600px) {
    .soshikizuBox {
      overflow-x: scroll; }
      .soshikizuBox > img {
        width: 800px; } }

/*==============================
|| policyWrap
==============================*/
#policyWrap {
  position: relative;
  padding: 100px 20px 100px;
  background-color: #286b96; }
  #policyWrap > h2:nth-of-type(1) {
    color: rgba(178, 191, 199, 0.5);
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -5px;
    left: 13.5rem;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 1; }
  #policyWrap > img {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
  #policyWrap .childtitleBox > h2 {
    color: #fff; }
  @media screen and (max-width: 800px) {
    #policyWrap {
      padding: 50px 20px 100px;
      margin-top: 0; }
      #policyWrap > h2:nth-of-type(1) {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; } }

#rinenSection {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px; }
  #rinenSection > h4 {
    font-weight: 800;
    color: #fff;
    text-align: center; }
  #rinenSection > hr {
    width: 100px;
    height: 5px;
    background-color: #ffe615;
    border: none;
    margin: 20px auto; }
  #rinenSection > h2 {
    color: #fff;
    text-align: center;
    font-weight: 800; }
  @media screen and (max-width: 600px) {
    #rinenSection > h2 {
      font-size: 2.2rem;
      letter-spacing: 0; } }

#shiseiSection {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px; }
  #shiseiSection > h4 {
    font-weight: 800;
    color: #fff;
    text-align: center; }
  #shiseiSection > hr {
    width: 100px;
    height: 5px;
    background-color: #ffe615;
    border: none;
    margin: 20px auto; }
  #shiseiSection > h2 {
    color: #fff;
    text-align: center;
    font-weight: 800; }
  #shiseiSection > p {
    text-align: center;
    color: #fff;
    margin: 30px 0 50px; }
  @media screen and (max-width: 600px) {
    #shiseiSection > p {
      letter-spacing: 0; } }

.shiseiBox {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
  .shiseiBox > h3 {
    width: 180px; }
    .shiseiBox > h3::first-letter {
      font-size: 6rem;
      line-height: 6rem;
      color: #418ab9; }
  .shiseiBox > h4 {
    font-size: 2rem;
    font-weight: 800; }
  @media screen and (max-width: 600px) {
    .shiseiBox {
      padding: 30px 20px;
      display: block; }
      .shiseiBox > h3 {
        width: auto;
        text-align: center;
        margin-bottom: 20px; }
      .shiseiBox > h4 {
        text-align: center; } }

#koudouSection {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px; }
  #koudouSection > h4 {
    font-weight: 800;
    color: #fff;
    text-align: center; }
  #koudouSection > hr {
    width: 100px;
    height: 5px;
    background-color: #ffe615;
    border: none;
    margin: 20px auto; }
  #koudouSection > h2 {
    color: #fff;
    text-align: center;
    font-weight: 800; }

.koudouList {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .koudouList > li {
    width: 24%;
    background-color: #418ab9;
    border: 2px solid #fff;
    padding: 15px;
    text-align: center;
    margin-bottom: 10px; }
    .koudouList > li > h5 {
      font-weight: 700;
      color: #fff;
      letter-spacing: 0;
      margin-bottom: 5px; }
    .koudouList > li > p {
      color: #fff;
      text-align: justify;
      letter-spacing: 0; }
    .koudouList > li:nth-of-type(1), .koudouList > li:nth-of-type(2), .koudouList > li:nth-of-type(3) {
      margin-right: 1%; }
    .koudouList > li:nth-of-type(5), .koudouList > li:nth-of-type(6) {
      margin-right: 1%; }
  @media screen and (max-width: 800px) {
    .koudouList {
      max-width: 400px; }
      .koudouList > li {
        width: 48%; }
        .koudouList > li:nth-of-type(1), .koudouList > li:nth-of-type(2), .koudouList > li:nth-of-type(3) {
          margin-right: 0%; }
        .koudouList > li:nth-of-type(5), .koudouList > li:nth-of-type(6) {
          margin-right: 0%; }
        .koudouList > li:nth-of-type(2n - 1) {
          margin-right: 4%; }
        .koudouList > li:last-of-type {
          margin-right: 0; } }

/*==============================
|| csrWrap
==============================*/
#csrWrap {
  position: relative;
  padding: 100px 20px 100px; }
  #csrWrap > h2:nth-of-type(1) {
    color: rgba(178, 191, 199, 0.5);
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -5px;
    left: 13.5rem;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 1; }
  #csrWrap > img {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
  @media screen and (max-width: 800px) {
    #csrWrap {
      padding: 50px 20px 100px;
      margin-top: 0; }
      #csrWrap > h2:nth-of-type(1) {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; } }

#csrSection {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  padding: 100px;
  text-align: center; }
  #csrSection > img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
    #csrSection > img:nth-of-type(2) {
      margin-top: 30px; }
  #csrSection > h2 {
    font-weight: 800;
    color: #418ab9;
    margin-top: 30px;
    margin-bottom: 20px; }
  #csrSection > p {
    text-align: justify; }
  #csrSection > h5 {
    text-align: right; }
  #csrSection > div {
    display: flex;
    justify-content: center; }
    #csrSection > div > img {
      width: 25%; }
      #csrSection > div > img:first-of-type {
        margin-right: 5%; }
  @media screen and (max-width: 1000px) {
    #csrSection {
      max-width: 600px;
      padding: 50px; } }
  @media screen and (max-width: 600px) {
    #csrSection {
      padding: 30px 20px; }
      #csrSection > div > img {
        width: 48%; }
        #csrSection > div > img:first-of-type {
          margin-right: 4%; } }

#irSection {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  #irSection > h3 {
    padding: 15px;
    text-align: left; }
  #irSection > ul {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 50px; }
    #irSection > ul > li {
      margin-bottom: 10px; }
      #irSection > ul > li > a {
        text-decoration: underline; }
      #irSection > ul > li:last-of-type {
        margin-bottom: 0; }
  @media screen and (max-width: 1000px) {
    #irSection {
      max-width: 600px; } }
  @media screen and (max-width: 1000px) {
    #irSection > ul {
      padding: 30px 20px; } }

/*==============================
|| accessWrap
==============================*/
#accessWrap {
  position: relative;
  padding: 100px 20px 200px; }
  #accessWrap > h2:nth-of-type(1) {
    color: rgba(178, 191, 199, 0.5);
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -5px;
    left: 13.5rem;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 1; }
  #accessWrap > img {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
  @media screen and (max-width: 800px) {
    #accessWrap {
      padding: 50px 20px 100px;
      margin-top: 0; }
      #accessWrap > h2:nth-of-type(1) {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; } }

#accessSection {
  position: relative;
  z-index: 3;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  #accessSection > div {
    width: 50%;
    padding-right: 50px; }
    #accessSection > div > h4 {
      font-weight: bold;
      margin-bottom: 10px; }
    #accessSection > div > p {
      text-align: justify;
      margin-bottom: 20px; }
  #accessSection > iframe {
    width: 50%;
    height: 400px; }
  @media screen and (max-width: 1000px) {
    #accessSection {
      max-width: 600px;
      display: block; }
      #accessSection > div {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0; }
      #accessSection > iframe {
        width: 100%; } }

/*=================================================================
|| ship
===================================================================*/
/*==============================
|| shipWrap
==============================*/
#shipWrap {
  position: relative;
  padding: 100px 0 200px; }
  #shipWrap > h2:nth-of-type(1) {
    color: rgba(178, 191, 199, 0.5);
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -5px;
    left: 13.5rem;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 1; }
  #shipWrap > img {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
  @media screen and (max-width: 800px) {
    #shipWrap {
      padding: 50px 0 100px;
      margin-top: 0; }
      #shipWrap > h2:nth-of-type(1) {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; } }

.shipBox {
  position: relative;
  width: 100%;
  max-width: calc(100% - 100px);
  margin-left: auto;
  display: flex;
  margin-bottom: 150px; }
  .shipBox > div {
    width: 35%;
    padding-right: 50px; }
    .shipBox > div > h5 {
      color: #418ab9;
      font-weight: 900; }
    .shipBox > div > h2 {
      font-weight: 900;
      margin-bottom: 20px; }
    .shipBox > div > p {
      text-align: justify;
      margin-bottom: 30px; }
  .shipBox > img {
    width: 65%;
    align-self: center;
    box-shadow: 20px -20px 0 0 #418ab9; }
  @media screen and (max-width: 1400px) {
    .shipBox > div {
      width: 50%; }
    .shipBox > img {
      width: 50%; } }
  @media screen and (max-width: 1000px) {
    .shipBox {
      max-width: calc(100% - 20px);
      margin-bottom: 50px; } }
  @media screen and (max-width: 800px) {
    .shipBox {
      width: calc(100% - 20px);
      flex-direction: column-reverse; }
      .shipBox > img {
        width: 100%;
        margin-bottom: 50px; }
      .shipBox > div {
        width: 100%;
        padding-right: 20px; } }

.reeferTable {
  width: 100%;
  max-width: 500px; }
  .reeferTable tr > th, .reeferTable tr > td {
    font-size: 1.4rem;
    border-bottom: 1px solid #ccc;
    padding: 5px 5px;
    text-align: center;
    letter-spacing: 0; }
    @media screen and (max-width: 600px) {
      .reeferTable tr > th, .reeferTable tr > td {
        font-size: 1.2rem; } }
  .reeferTable tr > th {
    width: 20%;
    color: #418ab9;
    font-weight: bold; }
  .reeferTable tr:nth-of-type(1) > td {
    font-weight: bold; }
  .reeferTable tr > td:nth-of-type(1), .reeferTable tr > td:nth-of-type(3) {
    width: 3%;
    border-bottom: none;
    padding: 0; }
  .reeferTable tr > td:nth-of-type(2), .reeferTable tr > td:nth-of-type(4) {
    width: 37%; }

.bulkTable {
  width: 100%; }
  .bulkTable tr > th, .bulkTable tr > td {
    font-size: 1.4rem;
    border-bottom: 1px solid #ccc;
    padding: 5px 5px;
    text-align: center;
    letter-spacing: 0; }
    @media screen and (max-width: 600px) {
      .bulkTable tr > th, .bulkTable tr > td {
        font-size: 1.2rem;
        line-height: 1.8rem; } }
  .bulkTable tr > th {
    width: 20%;
    color: #418ab9;
    font-weight: bold; }
  .bulkTable tr:nth-of-type(1) > td {
    font-weight: bold; }
  .bulkTable tr > td:nth-of-type(1), .bulkTable tr > td:nth-of-type(3), .bulkTable tr > td:nth-of-type(5), .bulkTable tr > td:nth-of-type(7) {
    width: 1%;
    border-bottom: none;
    padding: 0; }
  .bulkTable tr > td:nth-of-type(2), .bulkTable tr > td:nth-of-type(4), .bulkTable tr > td:nth-of-type(6), .bulkTable tr > td:nth-of-type(8) {
    width: 19%; }

#reeferSection {
  margin-bottom: 200px; }
  @media screen and (max-width: 1000px) {
    #reeferSection {
      margin-bottom: 100px; } }

a.awardBanner {
  width: 20%;
  position: absolute;
  top: 25vw;
  right: 100px;
  box-shadow: 0px 0px 0 0 #418ab9; }
  a.awardBanner > img {
    width: 100%; }
  @media screen and (max-width: 1200px) {
    a.awardBanner {
      top: 30vw; } }
  @media screen and (max-width: 1000px) {
    a.awardBanner {
      top: 35vw;
      right: 20px; } }
  @media screen and (max-width: 800px) {
    a.awardBanner {
      top: 40vw;
      width: 180px; } }

.shipList {
  width: 100%;
  max-width: calc(100% - 200px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
  .shipList > li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 50px;
    text-align: center; }
    .shipList > li > img {
      width: 100%;
      margin-bottom: 10px; }
    .shipList > li > h4 {
      font-weight: 900;
      color: #418ab9; }
    .shipList > li:nth-of-type(3n) {
      margin-right: 0; }
  @media screen and (max-width: 1000px) {
    .shipList {
      max-width: calc(100% - 40px); } }
  @media screen and (max-width: 600px) {
    .shipList > li {
      width: 100%;
      margin-right: 0; }
      .shipList > li > img {
        max-width: 300px;
        margin: 0 auto; } }

/*=================================================================
|| product
===================================================================*/
/*==============================
|| productWrap
==============================*/
#productWrap {
  position: relative;
  padding: 100px 20px 200px; }
  #productWrap > h2:nth-of-type(1) {
    color: rgba(178, 191, 199, 0.5);
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -5px;
    left: 13.5rem;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 1; }
  #productWrap > img {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
  @media screen and (max-width: 800px) {
    #productWrap {
      padding: 50px 20px 100px;
      margin-top: 0; }
      #productWrap > h2:nth-of-type(1) {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; } }

.productflowList {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }
  .productflowList > li {
    position: relative;
    width: 100%;
    border: 1px solid #418ab9;
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }
    .productflowList > li > h4 {
      text-align: center;
      margin-bottom: 30px;
      color: #418ab9;
      font-weight: 800; }
    .productflowList > li > p {
      text-align: justify; }
      .productflowList > li > p > span {
        font-weight: bold; }
        .productflowList > li > p > span::before {
          content: "-";
          margin-right: 5px;
          color: #418ab9; }
    .productflowList > li::after {
      content: "";
      display: block;
      position: absolute;
      bottom: -35px;
      right: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 75px solid transparent;
      border-left: 75px solid transparent;
      border-top: 20px solid #418ab9;
      border-bottom: 0; }
    .productflowList > li:last-of-type::after {
      display: none; }
  @media screen and (max-width: 800px) {
    .productflowList {
      max-width: 400px; }
      .productflowList > li {
        padding: 30px 20px; } }

.productimgBox01 {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .productimgBox01 > img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 10px; }
  @media screen and (max-width: 800px) {
    .productimgBox01 > img {
      max-width: 240px; } }

.productimgBox02 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px; }
  .productimgBox02 > div {
    width: 32%;
    text-align: center;
    margin-right: 3%; }
    .productimgBox02 > div > img {
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
      border-radius: 10px; }
    .productimgBox02 > div:last-of-type {
      margin-right: 0; }
  @media screen and (max-width: 800px) {
    .productimgBox02 {
      display: block; }
      .productimgBox02 > div {
        width: 100%;
        margin: 0 auto 10px;
        max-width: 240px; }
        .productimgBox02 > div:last-of-type {
          margin-right: auto; } }

/*=================================================================
|| factory
===================================================================*/
/*==============================
|| factoryWrap
==============================*/
#factoryWrap {
  position: relative;
  padding: 100px 20px 200px; }
  #factoryWrap > h2:nth-of-type(1) {
    color: rgba(178, 191, 199, 0.5);
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -5px;
    left: 13.5rem;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 1; }
  #factoryWrap > img {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 100px; }
    @media screen and (max-width: 800px) {
      #factoryWrap > img {
        margin-bottom: 50px; } }
    @media screen and (max-width: 600px) {
      #factoryWrap > img {
        width: calc(100% + 40px);
        left: -20px; } }
  @media screen and (max-width: 800px) {
    #factoryWrap {
      padding: 50px 20px 100px;
      margin-top: 0; }
      #factoryWrap > h2:nth-of-type(1) {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; } }

#factorymapWrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
  z-index: 3; }
  #factorymapWrap > div {
    position: relative;
    display: block;
    width: 1200px;
    aspect-ratio: 1200 / 626;
    background-image: url("../img/child/factory/factorymainImg01.jpg");
    background-size: cover;
    background-position: center center; }
  @media screen and (max-width: 1200px) {
    #factorymapWrap {
      max-width: 800px; }
      #factorymapWrap > div {
        width: 800px; } }
  @media screen and (max-width: 800px) {
    #factorymapWrap {
      max-width: 600px; }
      #factorymapWrap > div {
        width: 600px; } }
  @media screen and (max-width: 600px) {
    #factorymapWrap {
      overflow-x: scroll; } }

.factorymaplink {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  background-color: rgba(65, 138, 185, 0.6);
  padding: 5px 30px; }
  @media screen and (max-width: 1200px) {
    .factorymaplink {
      padding: 3px 15px; } }
  @media screen and (max-width: 800px) {
    .factorymaplink {
      font-size: 1.2rem;
      padding: 0px 10px; } }

.nonlink {
  background-color: rgba(50, 50, 50, 0.6); }

.maplink01 {
  top: 280px;
  right: 150px; }
  @media screen and (max-width: 1200px) {
    .maplink01 {
      top: 186.67px;
      right: 100px; } }
  @media screen and (max-width: 800px) {
    .maplink01 {
      top: 140px;
      right: 75px; } }

.maplink02 {
  top: 180px;
  left: 410px; }
  @media screen and (max-width: 1200px) {
    .maplink02 {
      top: 120px;
      left: 273.33px; } }
  @media screen and (max-width: 800px) {
    .maplink02 {
      top: 90px;
      left: 205px; } }

.maplink03 {
  top: 230px;
  left: 520px; }
  @media screen and (max-width: 1200px) {
    .maplink03 {
      top: 153.33px;
      left: 346.67px; } }
  @media screen and (max-width: 800px) {
    .maplink03 {
      top: 115px;
      left: 260px; } }

.maplink04 {
  bottom: 150px;
  right: 350px; }
  @media screen and (max-width: 1200px) {
    .maplink04 {
      bottom: 100px;
      right: 233.33px; } }
  @media screen and (max-width: 800px) {
    .maplink04 {
      bottom: 75px;
      right: 175px; } }

.maplink05 {
  bottom: 210px;
  right: 320px; }
  @media screen and (max-width: 1200px) {
    .maplink05 {
      bottom: 140px;
      right: 213.33px; } }
  @media screen and (max-width: 800px) {
    .maplink05 {
      bottom: 105px;
      right: 160px; } }

.maplink06 {
  top: 310px;
  right: 270px; }
  @media screen and (max-width: 1200px) {
    .maplink06 {
      top: 206.67px;
      right: 180px; } }
  @media screen and (max-width: 800px) {
    .maplink06 {
      top: 155px;
      right: 135px; } }

.maplink07 {
  top: 280px;
  right: 500px; }
  @media screen and (max-width: 1200px) {
    .maplink07 {
      top: 186.67px;
      right: 333.33px; } }
  @media screen and (max-width: 800px) {
    .maplink07 {
      top: 140px;
      right: 250px; } }

.maplink08 {
  top: 140px;
  right: 450px; }
  @media screen and (max-width: 1200px) {
    .maplink08 {
      top: 93.33px;
      right: 300px; } }
  @media screen and (max-width: 800px) {
    .maplink08 {
      top: 70px;
      right: 225px; } }

.maplink09 {
  bottom: 140px;
  right: 520px; }
  @media screen and (max-width: 1200px) {
    .maplink09 {
      bottom: 93.33px;
      right: 346.67px; } }
  @media screen and (max-width: 800px) {
    .maplink09 {
      bottom: 70px;
      right: 260px; } }

.maplink10 {
  bottom: 80px;
  right: 380px; }
  @media screen and (max-width: 1200px) {
    .maplink10 {
      bottom: 53.33px;
      right: 253.33px; } }
  @media screen and (max-width: 800px) {
    .maplink10 {
      bottom: 40px;
      right: 190px; } }

.maplink11 {
  top: 260px;
  left: 290px; }
  @media screen and (max-width: 1200px) {
    .maplink11 {
      top: 173.33px;
      left: 193.33px; } }
  @media screen and (max-width: 800px) {
    .maplink11 {
      top: 130px;
      left: 145px; } }

.maplink12 {
  bottom: 180px;
  left: 220px; }
  @media screen and (max-width: 1200px) {
    .maplink12 {
      bottom: 120px;
      left: 146.67px; } }
  @media screen and (max-width: 800px) {
    .maplink12 {
      bottom: 90px;
      left: 110px; } }

.maplink13 {
  top: 180px;
  left: 220px; }
  @media screen and (max-width: 1200px) {
    .maplink13 {
      top: 120px;
      left: 146.67px; } }
  @media screen and (max-width: 800px) {
    .maplink13 {
      top: 90px;
      left: 110px; } }

.maplink14 {
  top: 40px;
  left: 200px; }
  @media screen and (max-width: 1200px) {
    .maplink14 {
      top: 26.67px;
      left: 133.33px; } }
  @media screen and (max-width: 800px) {
    .maplink14 {
      top: 20px;
      left: 100px; } }

.maplink15 {
  top: 100px;
  left: 130px; }
  @media screen and (max-width: 1200px) {
    .maplink15 {
      top: 66.67px;
      left: 86.67px; } }
  @media screen and (max-width: 800px) {
    .maplink15 {
      top: 50px;
      left: 65px; } }

.maplink16 {
  top: 200px;
  right: 270px; }
  @media screen and (max-width: 1200px) {
    .maplink16 {
      top: 133.33px;
      right: 180px; } }
  @media screen and (max-width: 800px) {
    .maplink16 {
      top: 100px;
      right: 135px; } }

.maplink17 {
  top: 340px;
  right: 70px; }
  @media screen and (max-width: 1200px) {
    .maplink17 {
      top: 226.67px;
      right: 46.67px; } }
  @media screen and (max-width: 800px) {
    .maplink17 {
      top: 170px;
      right: 35px; } }

.maplink18 {
  top: 330px;
  left: 360px; }
  @media screen and (max-width: 1200px) {
    .maplink18 {
      top: 220px;
      left: 240px; } }
  @media screen and (max-width: 800px) {
    .maplink18 {
      top: 165px;
      left: 180px; } }

.factoryTable {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px; }
  .factoryTable tr > th, .factoryTable tr > td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    text-align: left; }
  .factoryTable tr > th {
    font-weight: bold;
    color: #418ab9; }
  @media screen and (max-width: 800px) {
    .factoryTable {
      margin-bottom: 20px; }
      .factoryTable tr {
        display: flex;
        flex-direction: column; }
        .factoryTable tr > th {
          border-bottom: none;
          padding: 10px;
          padding-bottom: 0; }
        .factoryTable tr > td {
          border-top: none;
          border-bottom: none;
          padding: 10px;
          padding-top: 0px; }
        .factoryTable tr:last-of-type > td {
          border-bottom: 1px solid #ccc; } }

#factoryimgSection {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
  #factoryimgSection > div {
    width: 49%;
    margin-right: 2%;
    padding-top: 60px; }
    #factoryimgSection > div > h4 {
      font-weight: bold;
      padding-bottom: 20px;
      border-bottom: 1px solid #418ab9;
      margin-bottom: 20px; }
    #factoryimgSection > div > div {
      display: flex;
      justify-content: space-between; }
      #factoryimgSection > div > div > img {
        width: 48%; }
    #factoryimgSection > div:nth-of-type(2n) {
      margin-right: 0; }
  @media screen and (max-width: 800px) {
    #factoryimgSection {
      display: block;
      max-width: 400px; }
      #factoryimgSection > div {
        width: 100%;
        margin-right: 0;
        padding-top: 40px; } }

/*=================================================================
|| technology
===================================================================*/
/*==============================
|| technologyWrap
==============================*/
#technologyWrap {
  position: relative;
  padding: 100px 20px 200px; }
  #technologyWrap > h2:nth-of-type(1) {
    color: rgba(178, 191, 199, 0.5);
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -3px;
    left: 13.5rem;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 1; }
  @media screen and (max-width: 800px) {
    #technologyWrap {
      padding: 50px 20px 100px;
      margin-top: 0; }
      #technologyWrap > h2:nth-of-type(1) {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; } }

.technologyBox {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px; }
  .technologyBox > h4 {
    font-weight: bold;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #418ab9; }
  .technologyBox > div {
    display: flex; }
    .technologyBox > div > img {
      width: 32%;
      margin-right: 2%; }
      .technologyBox > div > img:last-of-type {
        margin-right: 0; }
  @media screen and (max-width: 600px) {
    .technologyBox {
      margin-bottom: 30px; }
      .technologyBox > div {
        display: block; }
        .technologyBox > div > img {
          display: block;
          width: 100%;
          max-width: 260px;
          margin: 0 auto 10px; }
          .technologyBox > div > img:last-of-type {
            margin-right: auto; } }

/*=================================================================
|| ceremony
===================================================================*/
/*==============================
|| ceremonyWrap
==============================*/
#ceremonyWrap {
  position: relative;
  padding: 100px 20px 200px; }
  #ceremonyWrap > h2:nth-of-type(1) {
    color: rgba(178, 191, 199, 0.5);
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -3px;
    left: 13.5rem;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 1; }
  @media screen and (max-width: 800px) {
    #ceremonyWrap {
      padding: 50px 20px 100px;
      margin-top: 0; }
      #ceremonyWrap > h2:nth-of-type(1) {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; } }

.ceremonyinfoBox {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 100px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  padding: 50px; }
  .ceremonyinfoBox > h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px; }
  .ceremonyinfoBox > table {
    width: 100%;
    max-width: 500px;
    margin: 0 auto; }
    .ceremonyinfoBox > table tr > th, .ceremonyinfoBox > table tr > td {
      text-align: left;
      padding: 10px;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
    .ceremonyinfoBox > table tr > th {
      font-weight: bold;
      text-align: center;
      color: #418ab9; }
  @media screen and (max-width: 800px) {
    .ceremonyinfoBox {
      max-width: 600px;
      padding: 30px 20px;
      margin-bottom: 50px; } }

#ceremonySection {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  #ceremonySection > div {
    width: 60%;
    padding-right: 50px; }
    #ceremonySection > div > h4 {
      font-weight: bold;
      margin-bottom: 10px; }
    #ceremonySection > div > p {
      margin-bottom: 30px; }
  #ceremonySection > img {
    align-self: flex-start;
    width: 40%; }
  @media screen and (max-width: 800px) {
    #ceremonySection {
      max-width: 400px;
      flex-direction: column-reverse; }
      #ceremonySection > div {
        width: 100%;
        padding-right: 0; }
      #ceremonySection > img {
        width: 100%;
        margin-bottom: 30px; } }

/*=================================================================
|| recruit
===================================================================*/
/*==============================
|| recruitmainWrap
==============================*/
#recruitmainWrap {
  padding: 150px 0 0;
  text-align: center;
  background-image: url("../img/child/recruit/recruitImg01.jpg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 50vw; }
  #recruitmainWrap > h2 {
    font-weight: 900;
    margin-bottom: 200px; }
  #recruitmainWrap > div > h1 {
    font-weight: 900;
    margin-bottom: 20px;
    color: #418ab9; }
  #recruitmainWrap > div > h4 {
    font-weight: bold;
    margin-bottom: 20px; }
  #recruitmainWrap > div > p {
    text-align: justify;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    #recruitmainWrap {
      padding-top: 100px; }
      #recruitmainWrap > h2 {
        max-width: calc(100% - 40px);
        margin: 0 auto 100px; }
      #recruitmainWrap > div > h1 {
        font-weight: 900;
        margin-bottom: 20px;
        color: #418ab9; }
      #recruitmainWrap > div > p {
        width: calc(100% - 40px);
        max-width: 600px;
        margin: 0 auto; } }
  @media screen and (max-width: 600px) {
    #recruitmainWrap {
      padding-bottom: 40vw;
      padding-top: 50px; }
      #recruitmainWrap > h2 {
        max-width: calc(100% - 40px);
        margin: 0 auto 50px;
        letter-spacing: 0; } }

/*==============================
|| innumberWrap
==============================*/
#innumberWrap {
  padding: 0 100px; }
  @media screen and (max-width: 1400px) {
    #innumberWrap {
      padding: 0 20px; } }

#innumberSection {
  position: relative;
  z-index: 3;
  background-color: #f1f1f1;
  top: -100px;
  padding: 100px 20px 200px; }
  #innumberSection > h2:nth-of-type(1) {
    color: rgba(178, 191, 199, 0.5);
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -3px;
    left: 13.5rem;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 1; }
  @media screen and (max-width: 800px) {
    #innumberSection {
      padding: 50px 20px 50px;
      margin-top: 0;
      top: -20px; }
      #innumberSection > h2:nth-of-type(1) {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem;
        width: 500px; }
      #innumberSection .childtitleBox > h2 {
        padding-left: 0; } }

.innumberBox {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  .innumberBox > img {
    width: 100%; }
  @media screen and (max-width: 1600px) {
    .innumberBox {
      max-width: 1000px; } }
  @media screen and (max-width: 600px) {
    .innumberBox {
      overflow-x: scroll; }
      .innumberBox > img {
        width: 600px; } }

/*==============================
|| memberWrap
==============================*/
#memberWrap {
  position: relative;
  padding: 100px 20px 100px; }
  #memberWrap > h2:nth-of-type(1) {
    color: rgba(178, 191, 199, 0.5);
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -3px;
    left: 13.5rem;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 1; }
  @media screen and (max-width: 800px) {
    #memberWrap {
      padding: 50px 20px 100px;
      margin-top: 0; }
      #memberWrap > h2:nth-of-type(1) {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; }
      #memberWrap .childtitleBox > h2 {
        padding-left: 0; } }
  #memberWrap > iframe {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    margin-bottom: 10px; }
  #memberWrap > p {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 150px;
    text-align: center; }

.memberBox {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 120px;
  transition: .3s; }
  .memberBox > label {
    display: block;
    background-color: #f4e476;
    border-radius: 20px;
    padding: 0 50px 50px;
    position: relative;
    transition: .3s;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
    .memberBox > label:hover {
      opacity: .8; }
  .memberBox:last-of-type {
    margin-bottom: 0; }
  @media screen and (max-width: 800px) {
    .memberBox {
      max-width: 400px; }
      .memberBox > label {
        padding: 0 20px 20px; } }

.membertitleBox {
  position: absolute;
  display: flex;
  align-items: center;
  top: -65px;
  left: 50px;
  width: 100%; }
  .membertitleBox > img {
    width: 150px;
    border-radius: 75px;
    margin-right: 15px; }
  .membertitleBox > h5 {
    position: relative;
    font-weight: bold;
    top: -50px; }
  @media screen and (max-width: 800px) {
    .membertitleBox {
      top: 5px;
      left: 10px; }
      .membertitleBox > img {
        width: 70px;
        height: 70px;
        border-radius: 40px; }
      .membertitleBox > h5 {
        width: 100%;
        text-align: justify;
        position: absolute;
        top: -80px;
        left: -10px; }
        .membertitleBox > h5 > br {
          display: none; } }

.membertitle {
  position: relative;
  top: 30px;
  padding-left: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .membertitle > h5 {
    font-size: 1.6rem;
    letter-spacing: 0;
    font-weight: bold; }
  .membertitle > p {
    letter-spacing: 0;
    text-align: right;
    padding-right: 30px; }
  @media screen and (max-width: 800px) {
    .membertitle {
      padding-left: 70px; }
      .membertitle > h5 {
        font-weight: bold;
        margin-bottom: 20px; }
      .membertitle > p {
        position: absolute;
        top: -20px;
        left: 70px;
        font-size: 1rem;
        text-align: left; }
        .membertitle > p > br {
          display: none; } }

.openBtn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  top: 30px;
  right: 20px;
  border-radius: 25px;
  border: 2px solid #418ab9;
  transition: .3s; }
  .openBtn::before {
    position: absolute;
    display: block;
    content: "";
    width: 25px;
    height: 2px;
    background-color: #418ab9; }
  .openBtn::after {
    position: absolute;
    display: block;
    content: "";
    width: 25px;
    height: 2px;
    background-color: #418ab9;
    transform: rotate(90deg);
    transition: .3s; }
  @media screen and (max-width: 800px) {
    .openBtn {
      right: 10px;
      width: 30px;
      height: 30px; }
      .openBtn::before {
        width: 15px; }
      .openBtn::after {
        width: 15px; } }

.membercontentBox {
  transition: .3s;
  opacity: 0;
  height: 0;
  transform: scaleY(0%);
  transform-origin: top;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 0px;
  padding: 0; }
  .membercontentBox > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    .membercontentBox > div > img {
      align-self: flex-start;
      width: 30%;
      margin-right: 2%;
      border-radius: 5px; }
    .membercontentBox > div > div {
      width: 100%; }
      .membercontentBox > div > div > h5 {
        font-weight: bold;
        color: #418ab9; }
      .membercontentBox > div > div > p {
        text-align: justify;
        font-size: 1.4rem;
        line-height: 1.8rem; }
    .membercontentBox > div:nth-of-type(2) {
      flex-direction: row-reverse; }
      .membercontentBox > div:nth-of-type(2) > img {
        margin-right: 0;
        margin-left: 2%; }
    @media screen and (max-width: 800px) {
      .membercontentBox > div {
        display: block; }
        .membercontentBox > div > img {
          display: block;
          width: 100%;
          max-width: 200px;
          margin-right: auto;
          margin-left: auto; }
        .membercontentBox > div:nth-of-type(2) > img {
          margin-right: auto;
          margin-left: auto; } }
  .membercontentBox > img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    right: -10px;
    bottom: -60px; }

.membercheck:checked ~ .membercontentBox {
  opacity: 1;
  height: auto;
  transform: scaleY(100%);
  transition: .3s;
  margin-top: 50px;
  padding: 30px; }
  @media screen and (max-width: 800px) {
    .membercheck:checked ~ .membercontentBox {
      padding: 30px 20px;
      margin-top: 20px; } }

.membercheck:checked ~ .openBtn::after {
  transform: rotate(0deg); }

/*==============================
|| voiceWrap
==============================*/
#voiceWrap {
  position: relative;
  padding: 100px 20px 200px; }
  #voiceWrap > h2:nth-of-type(1) {
    color: rgba(178, 191, 199, 0.5);
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -3px;
    left: 13.5rem;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 1; }
  @media screen and (max-width: 800px) {
    #voiceWrap {
      padding: 50px 20px 100px;
      margin-top: 0; }
      #voiceWrap > h2:nth-of-type(1) {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; } }

#voiceSection {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 800px) {
    #voiceSection {
      max-width: 600px; } }

.voiceBox {
  position: relative;
  z-index: 3;
  width: 48%;
  border-radius: 10px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  padding: 50px;
  margin-bottom: 50px; }
  .voiceBox > div {
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    .voiceBox > div > img {
      width: 100px;
      height: 100px;
      border-radius: 50px;
      margin-right: 10px; }
  .voiceBox > h5 {
    font-weight: bold;
    color: #418ab9;
    margin-bottom: 10px; }
  .voiceBox > p {
    margin-bottom: 20px; }
    .voiceBox > p:last-of-type {
      margin-bottom: 0; }
  @media screen and (max-width: 800px) {
    .voiceBox {
      padding: 30px 20px;
      width: 100%; } }

/*==============================
|| infoWrap
==============================*/
#infoWrap {
  position: relative;
  padding: 100px 20px 200px; }
  #infoWrap > h2:nth-of-type(1) {
    color: rgba(178, 191, 199, 0.5);
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -3px;
    left: 13.5rem;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 1; }
  @media screen and (max-width: 800px) {
    #infoWrap {
      padding: 50px 20px 100px;
      margin-top: 0; }
      #infoWrap > h2:nth-of-type(1) {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; } }
  #infoWrap > h3 {
    font-weight: 900;
    color: #418ab9;
    text-align: center;
    margin-bottom: 15px; }

.recruitflowBox {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 100px;
  border-top: 1px solid #418ab9;
  border-bottom: 1px solid #418ab9;
  padding: 50px 20px; }
  .recruitflowBox > h4 {
    font-weight: 900;
    color: #418ab9;
    text-align: center;
    margin-bottom: 15px; }
  .recruitflowBox > p {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px; }
    .recruitflowBox > p:last-of-type {
      margin-bottom: 0; }

.recruitfukuriTable {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 100px; }
  .recruitfukuriTable tr > th, .recruitfukuriTable tr > td {
    border-top: 1px solid #418ab9;
    border-bottom: 1px solid #418ab9;
    padding: 30px 10px; }
    .recruitfukuriTable tr > th > div, .recruitfukuriTable tr > td > div {
      display: flex;
      justify-content: space-between; }
      .recruitfukuriTable tr > th > div > img, .recruitfukuriTable tr > td > div > img {
        width: 33%; }
  .recruitfukuriTable tr > td:nth-of-type(1) {
    width: 20px;
    border-top: none;
    border-bottom: none; }

.recruitjissekiBox {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-top: 1px solid #418ab9;
  border-bottom: 1px solid #418ab9;
  padding: 50px 20px; }
  .recruitjissekiBox > h4 {
    font-weight: 900;
    color: #418ab9;
    text-align: center;
    margin-bottom: 15px; }
  .recruitjissekiBox > ul {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .recruitjissekiBox > ul > li {
      margin-right: 10px;
      margin-bottom: 5px; }
      .recruitjissekiBox > ul > li > p::before {
        content: "-";
        color: #418ab9; }
    .recruitjissekiBox > ul:last-of-type {
      margin-bottom: 0; }

/*==============================
|| yokoWrap
==============================*/
#yokoWrap {
  position: relative;
  padding: 100px 20px 200px; }
  #yokoWrap > h2:nth-of-type(1) {
    color: rgba(178, 191, 199, 0.5);
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -3px;
    left: 13.5rem;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 1; }
  @media screen and (max-width: 800px) {
    #yokoWrap {
      padding: 50px 20px 100px;
      margin-top: 0; }
      #yokoWrap > h2:nth-of-type(1) {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; } }
  #yokoWrap > a {
    display: block;
    width: 100%;
    max-width: 160px;
    margin: 0 auto; }
    #yokoWrap > a > img {
      width: 100%; }

.yokoTable {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 20px;
  table-layout: fixed;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 1400px) {
    .yokoTable {
      max-width: 800px; } }
  @media screen and (max-width: 1000px) {
    .yokoTable {
      max-width: 600px;
      margin-bottom: 50px; } }

.yokoTable th,
.yokoTable td {
  border-top: 1px solid #cccccc;
  padding: 30px 0;
  text-align: left; }

.yokoTable th {
  color: #418ab9;
  font-weight: bold;
  width: 15%;
  background-color: rgba(255, 255, 255, 0.5); }
  @media screen and (max-width: 1000px) {
    .yokoTable th {
      width: 28%; } }

.yokoTable td {
  background-color: #fff;
  width: 70%; }

.yokoTable tr:last-child th,
.yokoTable tr:last-child td {
  border-bottom: 1px solid #cccccc; }

.yokoTable tr td:nth-of-type(1) {
  width: 10%;
  border-top: none;
  border-bottom: none; }
  @media screen and (max-width: 1000px) {
    .yokoTable tr td:nth-of-type(1) {
      width: 2%; } }

/*=================================================================
|| contact
===================================================================*/
/*==============================
|| contactWrap
==============================*/
#contactWrap {
  position: relative;
  padding: 100px 20px 200px; }
  #contactWrap > h2:nth-of-type(1) {
    color: rgba(178, 191, 199, 0.5);
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -3px;
    left: 13.5rem;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 1; }
  #contactWrap > p {
    position: relative;
    z-index: 3;
    text-align: center;
    margin-bottom: 50px; }
  @media screen and (max-width: 800px) {
    #contactWrap {
      padding: 50px 20px 100px;
      margin-top: 0; }
      #contactWrap > h2:nth-of-type(1) {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; } }

#contactformSection {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }
  #contactformSection input[type="submit"] {
    display: block;
    font-weight: bold;
    padding: 10px 20px;
    margin: 0 auto;
    background-color: #418ab9;
    color: #fff;
    width: 200px;
    border-radius: 25px;
    border: 3px solid #418ab9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
    cursor: pointer; }
    #contactformSection input[type="submit"]:hover {
      opacity: 1;
      background-color: #fff;
      color: #418ab9; }
  @media screen and (max-width: 800px) {
    #contactformSection {
      max-width: 600px; } }

.formTable {
  width: 100%; }
  .formTable tr > td {
    padding: 10px 0; }
  .formTable tr > td:first-of-type > p {
    font-weight: bold;
    color: #418ab9; }
    .formTable tr > td:first-of-type > p > span {
      font-size: 1.2rem;
      display: inline-block;
      margin-left: 5px;
      background-color: #A24749;
      color: #fff;
      font-weight: bold;
      padding: 0px 10px;
      border-radius: 15px; }
  .formTable input[type="text"], .formTable input[type="email"], .formTable textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%; }
  @media screen and (max-width: 800px) {
    .formTable tr {
      display: flex;
      flex-direction: column; } }

/*=================================================================
|| archive
===================================================================*/
/* SCSS Document */
/*=================================================================
|| news
===================================================================*/
/*==============================
|| newsWrap
==============================*/
#newsWrap {
  position: relative;
  padding: 100px 20px 200px; }
  #newsWrap > h2:nth-of-type(1) {
    color: rgba(178, 191, 199, 0.5);
    font-size: 16rem;
    line-height: 13.5rem;
    position: absolute;
    top: -5px;
    left: 13.5rem;
    transform: rotate(90deg);
    transform-origin: left top;
    z-index: 1; }
  @media screen and (max-width: 800px) {
    #newsWrap {
      padding: 50px 20px 100px;
      margin-top: 0; }
      #newsWrap > h2:nth-of-type(1) {
        font-size: 8rem;
        line-height: 8rem;
        left: 7.4rem; } }

#newsSection {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 800px) {
    #newsSection {
      max-width: 600px;
      flex-direction: column-reverse; } }

#newssingleSection {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row; }
  @media screen and (max-width: 800px) {
    #newssingleSection {
      max-width: 600px;
      flex-direction: column-reverse; } }

.newsmainBox {
  width: calc(100% - 200px); }
  .newsmainBox > ul {
    width: 100%;
    margin-bottom: 30px; }
    .newsmainBox > ul > li {
      width: 100%; }
      .newsmainBox > ul > li > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ccc;
        padding: 50px; }
        .newsmainBox > ul > li > a > img {
          border-radius: 10px;
          width: 200px;
          aspect-ratio: 200 / 150;
          height: auto;
          object-fit: cover; }
        .newsmainBox > ul > li > a > div {
          width: calc(100% - 300px);
          margin: 0 auto; }
          .newsmainBox > ul > li > a > div > div {
            display: flex;
            align-items: center;
            margin-bottom: 15px; }
            .newsmainBox > ul > li > a > div > div > span {
              display: block;
              padding: 2px 15px;
              border-radius: 15px;
              background-color: #418ab9;
              color: #fff;
              margin-right: 10px;
              font-weight: bold; }
            .newsmainBox > ul > li > a > div > div > h5 {
              font-size: 1.4rem;
              color: #999;
              font-family: "Anton", sans-serif; }
          .newsmainBox > ul > li > a > div > h4 {
            font-size: 2rem;
            letter-spacing: 0;
            font-weight: bold; }
        .newsmainBox > ul > li > a > i {
          transition: .3s;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          padding-left: 3px;
          width: 40px;
          height: 40px;
          border: 1px solid #418ab9;
          border-radius: 20px;
          color: #418ab9; }
  @media screen and (max-width: 800px) {
    .newsmainBox {
      width: 100%;
      margin-bottom: 30px; } }
  @media screen and (max-width: 600px) {
    .newsmainBox {
      width: 100%;
      max-width: 400px;
      margin: 0 auto; }
      .newsmainBox > ul > li > a {
        position: relative;
        display: block;
        padding: 30px 20px; }
        .newsmainBox > ul > li > a > img {
          display: block;
          width: 100%;
          max-width: 200px;
          margin: 0 auto 10px; }
        .newsmainBox > ul > li > a > div {
          width: 100%; }
          .newsmainBox > ul > li > a > div > div {
            justify-content: center;
            margin-bottom: 5px; }
          .newsmainBox > ul > li > a > div > h4 {
            font-size: 1.7rem;
            letter-spacing: 0;
            font-weight: bold; }
        .newsmainBox > ul > li > a > i {
          position: absolute;
          bottom: 10px;
          right: 20px; } }

.newssingleBox {
  width: calc(100% - 200px); }
  .newssingleBox > .linkBtn {
    width: 250px;
    margin: 20px auto 0; }
  @media screen and (max-width: 800px) {
    .newssingleBox {
      width: 100%;
      margin-bottom: 30px; } }

.newssinglepostBox {
  border: 1px solid #418ab9;
  padding: 50px;
  border-radius: 20px; }
  .newssinglepostBox img {
    max-width: 100%;
    height: auto;
    border-radius: 10px; }
  .newssinglepostBox > div {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    .newssinglepostBox > div > span {
      display: block;
      padding: 2px 15px;
      border-radius: 15px;
      background-color: #418ab9;
      color: #fff;
      margin-right: 10px;
      font-weight: bold; }
    .newssinglepostBox > div > h5 {
      font-size: 1.4rem;
      color: #999;
      font-family: "Anton", sans-serif; }
  .newssinglepostBox > h4 {
    letter-spacing: 0;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #999;
    margin-bottom: 20px; }
  @media screen and (max-width: 800px) {
    .newssinglepostBox {
      padding: 30px 20px; }
      .newssinglepostBox > div {
        margin-bottom: 5px; } }

.sidemenuBox {
  width: 150px; }
  .sidemenuBox > h4 {
    color: #418ab9;
    margin-bottom: 5px; }
  .sidemenuBox > ul {
    margin-bottom: 20px; }
    .sidemenuBox > ul > li > a {
      font-weight: bold; }
      .sidemenuBox > ul > li > a::before {
        content: "-";
        color: #418ab9;
        margin-right: 10px; }

/*==============================
|| wp-pagenavi
==============================*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center; }
  .wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    font-family: "Anton", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #fff;
    background-color: #418ab9;
    border: 3px solid #418ab9; }
  .wp-pagenavi .page, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    border: 3px solid #418ab9;
    background-color: #fff;
    color: #418ab9; }
    .wp-pagenavi .page:hover, .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
      opacity: 1;
      background-color: #418ab9;
      color: #fff; }
  .wp-pagenavi .nextpostslink {
    margin-right: 0; }
  .wp-pagenavi .first, .wp-pagenavi .last {
    font-size: 3rem;
    margin-right: 10px;
    margin-left: 10px; }
