@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* reset
**********************************************************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: 200;
}

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

body {
  line-height: 1;
  font-family: "Noto Sans JP";
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* 1280 */
/* フルワイド */
/* 全ページ共通 スタイル
*****************************************************************/
/*

たて
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
よこ
-ms-writing-mode: lr-tb;
writing-mode: horizontal-tb;


font-family: 'Kiwi Maru', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;

*/
body {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease-out;
  color: #3B2216;
}
a:hover {
  color: #d1803a;
}
a:hover img {
  opacity: 0.7;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

@media all and (max-width: 896px) {
  .spnone {
    display: none;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

/* pagetop
*****************************************************************/
#pagetop_arrow {
  position: fixed;
  right: 4vw;
  bottom: -100px;
  z-index: 1500;
  transition: all 300ms 0s ease;
  opacity: 0;
}
#pagetop_arrow a {
  overflow: hidden;
  outline: none;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px;
}
#pagetop_arrow a img {
  width: 60px;
  height: auto;
}
@media all and (max-width: 1068px) {
  #pagetop_arrow {
    right: 10px;
  }
}
@media all and (max-width: 896px) {
  #pagetop_arrow a img {
    width: 30px;
  }
}

.fade_in #pagetop_arrow {
  opacity: 1;
  transition: all 300ms 0s ease;
  bottom: 100px;
}

/* drawer
*****************************************************************/
.area_drawer {
  z-index: 99995;
  position: relative;
  /* checkbox */
  /* menu button - label tag */
  /*.menu-btn:hover .bar {
      background: #999;
  }
  .menu-btn:hover .menu-btn__text {
      color: #999;
  }*/
  /* checked */
}
@media all and (max-width: 896px) {
  .area_drawer {
    display: block;
  }
}
.area_drawer .drawer_menu {
  box-sizing: border-box;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(242, 249, 223, 0.95);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: perspective(100vw) rotatey(90deg);
  transform: perspective(100vw) rotateY(90deg);
  opacity: 0;
  text-align: center;
}
.area_drawer .drawer_menu .block_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: left;
}
@media all and (max-width: 896px) {
  .area_drawer .drawer_menu .block_menu {
    height: auto;
  }
}
.area_drawer .drawer_menu .block_menu .inner_menu {
  padding: 40px 30px 30px;
}
.area_drawer .drawer_menu .block_menu .inner_menu .box_menu {
  display: flex;
  flex-wrap: wrap;
}
.area_drawer .drawer_menu .block_menu .inner_menu .box_menu .box_list {
  padding: 20px 10px;
  box-sizing: border-box;
  min-width: 240px;
}
.area_drawer .drawer_menu .block_menu .inner_menu .box_menu .box_list .second {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3em;
}
.area_drawer .drawer_menu .block_menu .inner_menu .box_menu .box_list .second a {
  position: relative;
  display: inline-block;
  padding: 0 26px 0 0;
}
.area_drawer .drawer_menu .block_menu .inner_menu .box_menu .box_list .second a.outside::after {
  content: url(/recruit/common/images/icon_outside_b.svg);
  position: absolute;
  top: 2px;
  right: 0px;
}
.area_drawer .drawer_menu .block_menu .inner_menu .box_menu .box_list ul li {
  font-size: 1.4rem;
  line-height: 1.4em;
  padding: 15px 0 0 1em;
}
.area_drawer .check {
  display: none;
}
.area_drawer .menu-btn {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 70px;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  background-color: #000;
}
@media all and (max-width: 896px) {
  .area_drawer .menu-btn {
    height: 43px;
    width: 50px;
    font-size: 10px;
  }
}
.area_drawer .bar {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 40px;
  height: 4px;
  background: #FFF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@media all and (max-width: 896px) {
  .area_drawer .bar {
    top: 12px;
    left: 9px;
    display: block;
    width: 32px;
    height: 2px;
  }
}
.area_drawer .bar.middle {
  top: 32px;
  opacity: 1;
}
@media all and (max-width: 896px) {
  .area_drawer .bar.middle {
    top: 20px;
  }
}
.area_drawer .bar.bottom {
  top: 44px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@media all and (max-width: 896px) {
  .area_drawer .bar.bottom {
    top: 28px;
  }
}
.area_drawer .menu-btn__text {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  visibility: visible;
  opacity: 1;
}
.area_drawer .close-menu {
  position: fixed;
  top: 0;
  right: 300px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  visibility: hidden;
  opacity: 0;
}
.area_drawer .check:checked ~ .drawer_menu {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  z-index: 2;
}
.area_drawer .check:checked ~ .menu-btn .menu-btn__text {
  visibility: hidden;
  opacity: 0;
}
.area_drawer .check:checked ~ .menu-btn .bar.top {
  width: 40px;
  top: 33px;
  left: 20px;
  -webkit-transform: rotate(405deg);
  transform: rotate(405deg);
}
@media all and (max-width: 896px) {
  .area_drawer .check:checked ~ .menu-btn .bar.top {
    width: 37px;
    top: 21px;
    left: 7px;
  }
}
.area_drawer .check:checked ~ .menu-btn .bar.middle {
  opacity: 0;
}
.area_drawer .check:checked ~ .menu-btn .bar.bottom {
  width: 40px;
  top: 33px;
  left: 20px;
  -webkit-transform: rotate(-405deg);
  transform: rotate(-405deg);
}
@media all and (max-width: 896px) {
  .area_drawer .check:checked ~ .menu-btn .bar.bottom {
    width: 37px;
    top: 21px;
    left: 7px;
  }
}
.area_drawer .check:checked ~ .close-menu {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  background: rgba(255, 255, 255, 0.9);
  visibility: visible;
  opacity: 1;
  z-index: 3;
}

/* utilities
*****************************************************************/
.newline {
  display: inline-block;
}

.txt_glow_01 {
  text-shadow: 0px 0px 1px #FFF, 0px 0px 2px #FFF, 0px 0px 2px #FFF, 0px 0px 3px #FFF, 0px 0px 3px #FFF, 0px 0px 4px #FFF, 0px 0px 4px #FFF;
}

/* 余白 */
.mt00 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb00 {
  margin-bottom: 0px;
}

.pb00 {
  padding-bottom: 0px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt00 {
  padding-top: 0px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}
@media all and (max-width: 896px) {
  .pt30 {
    padding-top: 20px;
  }
}

.pt40 {
  padding-top: 40px;
}
@media all and (max-width: 896px) {
  .pt40 {
    padding-top: 20px;
  }
}

.pt50 {
  padding-top: 50px;
}
@media all and (max-width: 896px) {
  .pt50 {
    padding-top: 20px;
  }
}

.pt60 {
  padding-top: 60px;
}
@media all and (max-width: 896px) {
  .pt60 {
    padding-top: 30px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media all and (max-width: 896px) {
  .pt80 {
    padding-top: 30px;
  }
}

/* フォントサイズ（比率） */
.fs_15 {
  font-size: 1.5em;
}

.fs_14 {
  font-size: 1.4em;
}

.fs_13 {
  font-size: 1.3em;
}

.fs_12 {
  font-size: 1.2em;
}

.fs_11 {
  font-size: 1.1em;
}

.fs_09 {
  font-size: 0.9em;
}

.fs_08 {
  font-size: 0.8em;
}

.fs_07 {
  font-size: 0.7em;
}

.fs_06 {
  font-size: 0.6em;
}

.fs_05 {
  font-size: 0.5em;
}

/* フォントウエイト */
.fw_300 {
  font-weight: 300;
}

.fw_500 {
  font-weight: 500;
}

.fw_700 {
  font-weight: 700;
}

.fw_900 {
  font-weight: 900;
}

.idt01 {
  padding-top: 1em;
}

.idt02 {
  padding-top: 2em;
}

.accent {
  color: #F00;
}

.small08 {
  font-size: 0.8em;
}

.large12 {
  font-size: 1.2em;
}

.large13 {
  font-size: 1.3em;
}

.large14 {
  font-size: 1.4em;
}

.bg_dark {
  background-color: #804F21;
}

.bg_light {
  background-color: #B28247;
}

.float_l {
  float: left;
}

.yellow {
  color: #FFEC00;
}

.kome {
  text-indent: -1em;
  padding-left: 1em;
}

/* header
*****************************************************************/
.area_header {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  aspect-ratio: 9/3;
}
@media all and (max-width: 480px) {
  .area_header {
    aspect-ratio: 16/9;
  }
}
.area_header img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.area_header h1 {
  color: #FFF;
  font-size: 7rem;
  line-height: 1.1em;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 896px) {
  .area_header h1 {
    font-size: 3.6rem;
  }
}

/* footer
*****************************************************************/
/* elements
*****************************************************************/
.area_oath {
  padding: 0 20px;
}
.area_oath .block_oath {
  max-width: 1200px;
  margin: auto;
  padding: 60px 0 0;
}
@media all and (max-width: 896px) {
  .area_oath .block_oath {
    padding: 30px 0 0;
  }
}
.area_oath .block_oath .box_boals {
  text-align: center;
}
.area_oath .block_oath .box_boals img {
  max-width: 330px;
  width: 60%;
  height: auto;
}
.area_oath .block_oath .ttl_oath {
  text-align: center;
  padding: 40px 0 0;
}
@media all and (max-width: 896px) {
  .area_oath .block_oath .ttl_oath {
    padding: 20px 0 0;
  }
}
.area_oath .block_oath .ttl_oath h2 {
  font-size: 4.4rem;
  line-height: 1.1em;
}
@media all and (max-width: 896px) {
  .area_oath .block_oath .ttl_oath h2 {
    font-size: 3rem;
    line-height: 1.3em;
  }
}
.area_oath .block_oath .ttl_oath p {
  font-size: 2rem;
  line-height: 1.3em;
  padding: 30px 0 0;
}
@media all and (max-width: 896px) {
  .area_oath .block_oath .ttl_oath p {
    font-size: 1.8rem;
    line-height: 1.4em;
    padding: 15px 0 0;
  }
}
.area_oath .block_oath .box_policy {
  padding: 40px 0 0;
  text-align: justify;
}
.area_oath .block_oath .box_policy h3 {
  font-size: 1.8rem;
  line-height: 1.1em;
  padding: 0 0 10px;
  border-bottom: #666 dotted 1px;
}
@media all and (max-width: 896px) {
  .area_oath .block_oath .box_policy h3 {
    font-size: 1.6rem;
  }
}
.area_oath .block_oath .box_policy p {
  padding: 10px 0 0;
  font-size: 1.5rem;
  line-height: 2em;
}
@media all and (max-width: 896px) {
  .area_oath .block_oath .box_policy p {
    font-size: 1.4rem;
  }
}
.area_oath .block_oath .box_policy ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 20px 0;
}
@media all and (max-width: 896px) {
  .area_oath .block_oath .box_policy ul {
    margin: 0 -10px;
    padding: 10px 0;
  }
}
.area_oath .block_oath .box_policy ul li {
  width: 33.3333%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
@media all and (max-width: 896px) {
  .area_oath .block_oath .box_policy ul li {
    width: 100%;
    padding: 10px;
  }
}
@media all and (max-width: 896px) {
  .area_oath .block_oath .box_policy ul li .number img {
    width: 100px;
    height: auto;
  }
}
.area_oath .block_oath .box_policy ul li h4 {
  font-size: 2.2rem;
  line-height: 1.1em;
  padding: 16px 0 0;
}
@media all and (max-width: 896px) {
  .area_oath .block_oath .box_policy ul li h4 {
    padding: 10px 0 0;
  }
}
.area_oath .block_oath .box_policy ul li .exam {
  font-size: 1.4rem;
  line-height: 1.6em;
  padding: 10px 0 0;
}
@media all and (max-width: 896px) {
  .area_oath .block_oath .box_policy ul li .exam {
    padding: 8px 0 0;
    line-height: 1.4em;
  }
}
.area_oath .block_oath .box_policy ul li .task {
  display: inline-block;
  text-align: left;
  padding: 5px 0 0;
}
@media all and (max-width: 896px) {
  .area_oath .block_oath .box_policy ul li .task {
    padding: 0px 0 0;
  }
}
.area_oath .block_oath .box_policy ul li .task dl {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5em;
  padding: 5px 0 0;
}
@media all and (max-width: 896px) {
  .area_oath .block_oath .box_policy ul li .task dl {
    font-size: 1.3rem;
    padding: 3px 0 0;
  }
}
.area_oath .block_oath .box_policy ul li .task dl dt {
  white-space: nowrap;
}

.area_purpose {
  padding: 0 20px;
}
.area_purpose .block_purpose {
  max-width: 1200px;
  margin: auto;
  padding: 60px 0 0;
}
@media all and (max-width: 896px) {
  .area_purpose .block_purpose {
    padding: 50px 0 0;
  }
}
.area_purpose .block_purpose .ttl_purpose {
  text-align: center;
}
.area_purpose .block_purpose .ttl_purpose .inner {
  display: inline-block;
  position: relative;
}
.area_purpose .block_purpose .ttl_purpose .inner .element {
  position: absolute;
  width: 387px;
  right: -4vw;
  bottom: -5rem;
}
@media all and (max-width: 896px) {
  .area_purpose .block_purpose .ttl_purpose .inner .element {
    width: 36vw;
    right: -5vw;
    bottom: -3rem;
  }
}
@media all and (max-width: 480px) {
  .area_purpose .block_purpose .ttl_purpose .inner .element {
    width: 60vw;
    right: 0vw;
    bottom: -3rem;
  }
}
.area_purpose .block_purpose .ttl_purpose .inner .element img {
  width: 100%;
  height: auto;
}
.area_purpose .block_purpose .ttl_purpose .inner h2 {
  position: relative;
  font-family: "Kiwi Maru", serif;
  font-size: 4rem;
  line-height: 1.2em;
}
@media all and (max-width: 896px) {
  .area_purpose .block_purpose .ttl_purpose .inner h2 {
    font-size: 2.7rem;
  }
}
.area_purpose .block_purpose .box_purpose {
  position: relative;
  padding: 30px 0 0;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .area_purpose .block_purpose .box_purpose {
    margin-top: 10px;
  }
}
.area_purpose .block_purpose .box_purpose .element {
  position: absolute;
  top: 0px;
  left: 0px;
}
.area_purpose .block_purpose .box_purpose h3 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  line-height: 1.2em;
  color: #FE330A;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .area_purpose .block_purpose .box_purpose h3 {
    font-size: 2.6rem;
  }
}
.area_purpose .block_purpose .box_purpose .column {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_purpose .block_purpose .box_purpose .column {
    padding: 14px 0 0;
  }
}
.area_purpose .block_purpose .box_purpose .column .side_img {
  width: 31%;
}
@media all and (max-width: 896px) {
  .area_purpose .block_purpose .box_purpose .column .side_img {
    width: 50%;
  }
}
@media all and (max-width: 480px) {
  .area_purpose .block_purpose .box_purpose .column .side_img {
    width: 100%;
  }
}
.area_purpose .block_purpose .box_purpose .column .side_img img {
  width: 100%;
  height: auto;
}
.area_purpose .block_purpose .box_purpose .column .side_list {
  width: 38%;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .area_purpose .block_purpose .box_purpose .column .side_list {
    width: 50%;
  }
}
@media all and (max-width: 480px) {
  .area_purpose .block_purpose .box_purpose .column .side_list {
    width: 100%;
    padding-top: 8px;
  }
}
.area_purpose .block_purpose .box_purpose .column .side_list ul {
  padding: 0 0 0 10px;
}
@media all and (max-width: 480px) {
  .area_purpose .block_purpose .box_purpose .column .side_list ul {
    padding: 0 0 0 0px;
  }
}
.area_purpose .block_purpose .box_purpose .column .side_list ul li {
  font-size: 1.6rem;
  line-height: 1.5em;
  padding: 4px 0 4px 1em;
  text-indent: -1em;
}
@media all and (max-width: 896px) {
  .area_purpose .block_purpose .box_purpose .column .side_list ul li {
    font-size: 1.4rem;
  }
}
.area_purpose .block_purpose .box_purpose .column .side_icon {
  width: 31%;
}
@media all and (max-width: 896px) {
  .area_purpose .block_purpose .box_purpose .column .side_icon {
    width: 100%;
    padding: 10px 0 0;
  }
}
.area_purpose .block_purpose .box_purpose .column .side_icon ul {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 480px) {
  .area_purpose .block_purpose .box_purpose .column .side_icon ul {
    margin: -2px;
  }
}
.area_purpose .block_purpose .box_purpose .column .side_icon ul li {
  width: 33.3333%;
  box-sizing: border-box;
  padding: 5px;
}
@media all and (max-width: 896px) {
  .area_purpose .block_purpose .box_purpose .column .side_icon ul li {
    width: 16.6666%;
  }
}
@media all and (max-width: 480px) {
  .area_purpose .block_purpose .box_purpose .column .side_icon ul li {
    padding: 2px;
  }
}
.area_purpose .block_purpose .box_purpose .column .side_icon ul li img {
  width: 100%;
  height: auto;
}

.box_about {
  margin-top: 80px;
  padding: 30px 0 0;
  border-top: #666 dotted 1px;
}
@media all and (max-width: 896px) {
  .box_about {
    margin-top: 40px;
    padding: 15px 0 0;
  }
}
.box_about p {
  font-size: 1.4rem;
  line-height: 2em;
  max-width: 800px;
  margin: auto;
  text-align: justify;
}
.box_about ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 20px 0 0;
}
@media all and (max-width: 896px) {
  .box_about ul {
    margin: 0 -5px;
    padding: 10px 0 0;
  }
}
.box_about ul li {
  width: 16.6666%;
  padding: 10px;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .box_about ul li {
    padding: 5px;
  }
}
@media all and (max-width: 480px) {
  .box_about ul li {
    width: 33.3333%;
  }
}
.box_about ul li img {
  width: 100%;
  height: auto;
}

#sdgs {
  padding: 80px 0 0;
}
#sdgs .area_footer {
  background-image: url(../../common/images/bg_body01.jpg);
}
@media all and (max-width: 896px) {
  #sdgs .area_footer {
    padding: 0 0 50px;
  }
}
#sdgs .area_footer .footerArea {
  background-image: url(../../common/images/bg_footer_adress.jpg);
  background-repeat: repeat-x;
  width: 100%;
  height: 103px;
  border-bottom: #685b2d solid 5px;
}
#sdgs .area_footer .footerBlock {
  width: 980px;
  height: auto;
  margin: 0 auto;
  padding: 16px 0 0;
}
#sdgs .area_footer .footerBlock p {
  font-size: 1.3rem;
  line-height: 1.5em;
  padding: 5px 0 0;
}
#sdgs .area_footer .copyright {
  font-size: 1.2rem;
  line-height: 1.4em;
  width: 100%;
  height: 25px;
  background-image: url(../../common/images/bg_footer_copy.jpg);
}
#sdgs .area_footer .copyright p {
  text-align: center;
  color: #FFF;
  padding: 4px 0 0;
}
#sdgs .area_footer #footservice {
  background: url(../../common/images/bg_footservice.jpg);
  margin: 0px;
  padding: 0px;
  height: 108px;
  width: 100%;
}
#sdgs .area_footer #serviceBlock {
  margin: 0px auto;
  padding: 0px;
  height: auto;
  width: 980px;
}
#sdgs .area_footer .serviceBtn {
  margin: 0px;
  padding: 36px 0px 0px;
  float: right;
  height: auto;
  width: 405px;
}
#sdgs .area_footer .serviceBtn li {
  margin: 0 0 0 5px;
  padding: 0px;
  float: right;
  height: auto;
  width: 130px;
}
#sdgs .area_footer .serviceLogo {
  margin: 0px;
  padding: 40px 0px 0px 10px;
  float: left;
  height: auto;
  width: 146px;
}
#sdgs .area_footer .serviceFree {
  margin: 0px;
  padding: 28px 0px 0px 20px;
  float: left;
  height: auto;
  width: 387px;
}
#sdgs .area_footer #footList {
  margin: 0px auto;
  padding: 20px 0px;
  height: auto;
  width: 980px;
}
#sdgs .area_footer #footList ul {
  margin: 0px;
  padding: 0px 10px;
  float: left;
  height: auto;
  width: 176px;
}
#sdgs .area_footer #footList li {
  margin: 0px;
  padding: 0px 0px 10px;
  font-size: 1.2rem;
  line-height: 1.4em;
}
#sdgs .mobile_nav {
  display: none;
}
@media all and (max-width: 896px) {
  #sdgs .footerArea {
    background-image: url(../images/bg_footer_adress.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 103px;
    border-bottom: #685b2d solid 5px;
    box-sizing: border-box;
    padding: 0 20px;
  }
  #sdgs .footerBlock {
    width: auto;
    height: auto;
    margin: 0 10px;
    padding: 10px 0 0;
  }
  #sdgs .footerBlock p {
    line-height: 1.4em;
    padding: 3px 0 0;
  }
  #sdgs .copyright {
    font-size: 85%;
    width: 100%;
    height: 25px;
    background-image: url(../images/bg_footer_copy.jpg);
  }
  #sdgs .copyright p {
    text-align: center;
    color: #FFF;
    padding: 4px 0 0;
  }
  #sdgs #footservice {
    display: none;
  }
  #sdgs #footList {
    display: none;
  }
  #sdgs .mobile_nav {
    display: block;
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: rgba(104, 91, 45, 0.4);
    width: 100%;
  }
  #sdgs .mobile_nav ul {
    display: flex;
    padding: 3px;
    width: 100%;
    box-sizing: border-box;
  }
  #sdgs .mobile_nav ul li {
    width: 20%;
    text-align: center;
  }
  #sdgs .mobile_nav ul li .inner {
    background-color: rgba(104, 91, 45, 0.4);
    padding: 10px 0;
    margin: 1px;
    line-height: 0em;
  }
}

/* modal menu
--------------------------------------------------------------------*/
#modal {
  width: 140px;
  height: auto;
  z-index: 150;
  background: #333;
  padding: 8px 0 20px;
  display: none;
}

#modal ul {
  margin: 10px 0 0;
  border-top: 1px dotted #666;
}

#modal li {
  margin: 0px;
  padding: 15px 0 15px 8px;
  border-bottom: 1px dotted #666;
  color: #666;
}

#modal li a {
  display: block;
  color: #FFF;
}

#modal p a {
  background: #CCC;
  color: #333;
  font-weight: bold;
  padding: 5px 10px;
  border: none;
  text-align: center;
  display: block;
}

#pageslide {
  /* These styles MUST be included. Do not change. */
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  overflow: scroll;
  /* Specify the width of your pageslide here */
  width: 140px;
  padding: 0 20px;
  /* These styles are optional, and describe how the pageslide will look */
  background-color: #333;
  color: #FFF;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  -moz-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
}

.m_menuBtn {
  display: block;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 38px;
  height: auto;
}

.m_menuBtn img {
  width: 100%;
  height: auto;
}

.mobileTel {
  display: block;
  position: absolute;
  right: 55px;
  top: 7px;
  width: 140px;
  height: auto;
  background-image: url(../../language/common/images/bg_red.jpg);
  border-radius: 4px;
}

.mobileTel a {
  display: table-cell;
  width: auto;
  padding: 0 0px 0 22px;
  height: 30px;
  color: #FFF;
  vertical-align: middle;
  font-family: "hanamin";
  font-size: 123%;
  background-repeat: no-repeat;
  background-image: url(../../language/common/images/ico_tel.png);
  background-position: 4px 7px;
}

.mobileTel img {
  width: 100%;
  height: auto;
}