@charset "UTF-8";
/*
Theme Name: R-body2025
Author: Takahito Hayakawa
*/

/******************************************************************************
 * RESET
*******************************************************************************/

/* Reset box-model
   ========================================================================== */

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

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

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */

/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Table
   ========================================================================== */

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/*----------------------------------------
汎用クラス
-----------------------------------------*/

html {
  font-size: 62.5%;
  height: 100%;
}


body {
  font-family: "HelveticaLTPro-Bold", sans-serif;
  font-weight: 400;
  color: #000;
  background: #fff;
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 99rem;
  /* line-height: 1;*/
  letter-spacing: .1rem;
  /*font-weight: 700;*/
}

strong {
  font-weight: 700;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.textCenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.textRight {
  text-align: right;
  margin-left: auto;
  margin-right: auto;
}

.textS {
  font-size: 1.2rem;
}

.textOrange {
  color: #FD5B00;
}

.noPadding {
  padding: 0 !important;
}

#fontplus-trial-banner {
  display: none !important;
}

.en {
  font-family: "HelveticaLTPro-Bold", "FOT-セザンヌ Pro DB";
}

h1,
h2,
h3,
h4,
h5 {
  font-family: YakuHanJP, "HelveticaLTPro-Bold", "FOT-セザンヌ Pro DB";
}

a {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

a:hover,
#contents .box .bnr:hover figure,
#contents .box .link_for_team:hover,
#top #service dd:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
}

a img,
#contents .box .bnr figure,
#contents .box .link_for_team,
#top #service dd {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/*a:hover img {opacity: 0.75; filter: alpha(opacity=75); -moz-opacity: 0.75; -ms-filter: "alpha(opacity=75)";}*/


.wrap-box {
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;

}

_::-webkit-full-page-media,
_:future,
:root .wrap-box {
  align-items: flex-start;
}




.sp-only {
  display: none;
}

.btn {
  display: inline-block;
  background: #FD5B00;
  color: #fff;
  width: auto;
  text-align: center;
  margin: auto;
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  opacity: 1;

}



.btn:hover {
  opacity: .75;
}



/* 画像遅延読み込み */

.lazyload {
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.lazyloaded {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: all 0.5s;
}

/* clearfix */

.clear {
  clear: both;
}

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

* html>body .clearfix {
  display: inline-block;
  width: 100%;
}

* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
}


/* スクロールでフェードイン */

.fadein {
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  zoom: 1;
  transform: translate(-5rem, 0);
  -webkit-transform: translate(-5rem, 0);
  transition: .5s;

}

.fadein.scrollin {
  filter: alpha(opacity=1);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  z-index: 1;
  position: relative;
}


.box {
  width: 90rem;
  margin: 0 auto 12rem;
  /* margin-top: -12rem; padding-top: 12rem; */
}



.box:before {
  content: "";
  display: inline-block;
  height: 12rem;
  margin-top: -12rem;
  vertical-align: top;
}




.box .box {
  margin: 0;
  padding-top: 0;
}

.box h2 {
  font-size: 1.5rem;
  color: #FD5B00;
  /* margin-bottom:4rem; */
  margin-bottom: 8rem;
  line-height: 1.5;
}

.box h2 .en {
  font-size: 3.6rem;
  color: #000;
  display: block;
  margin-bottom: 1rem;
  line-height: 4rem;
  /*font-family: YakuHanJP, "FOT-セザンヌ Pro DB";*/
}

.link:before {
  content: url(assets/images/common/arrow.svg);
  margin-right: 1rem;
  height: 100%;
  display: inline-block;
  width: 2.4rem;
}


.inner p {
  font-size: 1.5rem;
  line-height: 3rem;
  margin-bottom: 2rem;
}


.fillWhite {
  fill: #fff;
}

ul#localnav dt {
  font-size: 3rem;
  margin-bottom: 1rem;
}

ul#localnav dd {
  font-size: 1.5rem;
  color: #FD5B00;
}

ul#localnav {
  border-top: .1rem solid #b7b7b7;
}

ul#localnav li {
  border-bottom: .1rem solid #b7b7b7;
}

#contents .box ul#localnav li {
  margin-bottom: 0;
}

ul#localnav li a {
  position: relative;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
	justify-content: space-between;
	align-items: center;
}

/*
ul#localnav li a:after {
  content: url(assets/images/common/arrow.svg);
  background: #FD5B00;
  padding: .5rem .5rem;
  line-height: 1;
  display: inline-block;
  width: 4rem;
  right: 1rem;
  position: absolute;
  top: calc(50% - 1.2rem);
}
*/


#contents .box table th {
  background: #efefef;
}

#contents .box table th.textLeft {
  text-align: left;
}

#contents .box table th,
#contents .box table td {
  border: .1rem solid #999;
  text-align: center;
  vertical-align: middle;
  padding: 2rem;
  font-size: 1.2rem;
  line-height: 2.6rem;
}

#contents .box table td {
  text-align: left;
  font-size: 1.2rem;
}

#contents .box table td p {
  margin: 0;
  font-size: 1.2rem;
}

#contents .box table td a,
#contents .box table td p a {
  color: #FD5B00;
}


/*----------------------------------------
HEADER
-----------------------------------------*/

/*
header {
  padding: 0 2rem;
  border-bottom: .1rem solid #c3c3c3;
  position: fixed;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  font-family: "FOT-セザンヌ Pro DB";
}

header #logo {
  padding: 0;
  display: inline-block;
}

#logo img {
  width: auto;
  height: 7rem;
}

header.wrap-box,
#drawer-nav.wrap-box,
#drawer-nav.wrap-box .wrap-box {
  align-items: center !important;
}
*/

#gnavi1 li {
  font-size: .8rem;
  color: #FD5B00;
  margin-left: 2rem;
  line-height: 1;
  padding: 2rem 0;
}

#gnavi1 li .en {
  font-size: 2rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  display: block;
  margin-bottom: .5rem;
}

#gnavi2 {
  margin-left: 2rem;
}

#gnavi2 li {
  text-align: center;
  margin-left: 1rem;
}

#gnavi2 li a,
#gnavi2 li .btn {
  display: inline-block;
  background: #FD5B00;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  width: 14rem;
  padding: 1rem 1rem;
  box-sizing: border-box;
  line-height: 1;
}

#gnavi2 li .en {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  margin-bottom: .4rem;
}



/* メガメニュー */
.mega_btn {
  cursor: pointer;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.mega_menu {
  width: auto;
  display: none;
  position: absolute;
  background: #FD5B00;
  padding: 2rem 2rem 0;
  margin-top: 1.9rem;
}

/*.mega_menu.open{ display: inherit !important; }*/
/*
.mega_menu.open{display: block !important;}
*/
#drawer-nav.wrap-box #gnavi1 .mega_menu ul.wrap-box {
  align-items: baseline;
}

#gnavi1 .mega_menu li {
  padding: 0;
  margin: 0 0 2rem;
}

#gnavi1 .mega_menu li figure .bgImg {
  background: url(assets/images/top/service01.png) no-repeat #fff;
  background-size: auto 100%;
  background-position: center;
  height: 10rem;
  width: 100%;
  margin-bottom: 1rem;
}

#gnavi1 .mega_menu li a {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.6rem;
}

#gnavi1 .mega_menu li a span {
  color: #000;
  font-size: 1.2rem;
  display: block;
  margin-top: 0;
  line-height: 1.5rem;
}

#gnavi1 .mega_menu#mega_menuService li a {
  line-height: 2rem;
}

#gnavi1 .mega_menu#mega_menuService li a span {
  margin-top: .5rem;
}

#gnavi1 .mega_menu#mega_menuService li:nth-child(2) figure .bgImg {
  background: url(assets/images/top/service02.png) no-repeat #fff;
  background-size: auto 100%;
  background-position: right;
}

#gnavi1 .mega_menu#mega_menuService li:nth-child(3) figure .bgImg {
  background: url(assets/images/top/service03.png) no-repeat #fff;
  background-size: auto 100%;
  background-position: right;
}

#gnavi1 .mega_menu#mega_menuKnowledge li:nth-child(1) figure .bgImg {
  background: url(assets/images/top/dictionary.png) no-repeat #fff;
  background-size: auto 90%;
  background-position: center;
}

#gnavi1 .mega_menu#mega_menuKnowledge li:nth-child(2) figure .bgImg {
  background: url(assets/images/top/special.png) no-repeat #fff;
  background-size: auto 120%;
  background-position: center top;
}

/*
#gnavi1 .mega_menu .submenu5 li{ width: 19%;}
#gnavi1 .mega_menu .submenu3 li {width: 31%;}
#gnavi1 .mega_menu .submenu2 li {width: 48%;}
*/

#gnavi1 .mega_menu#mega_menuService li a .icon span {
  background: #fff;
  border-radius: 1rem;
  color: #000;
  font-size: 1rem;
  line-height: 1;
  width: auto;
  display: inline;
  padding: .4rem 1rem .1rem;
}

#gnavi1 .mega_menu#mega_menuService li a .icon {
  margin-bottom: 1rem;
}


#gnavi2 li li {
  width: 48%;
  margin: 0;
  border: none !important;
  padding: 0 !important;
}

#gnavi2 li li a {
  font-size: 1.5rem;
  width: 100%;
  padding: 2rem 0;
  background: #fff;
  color: #000;
  border-radius: .5rem;
}

#gnavi2 li .en {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  margin-bottom: .4rem;
}

#gnavi2 .mega_menu {
  right: 2rem;
  width: 100%;
  max-width: 50rem;
  padding: 2rem;
  margin-top: 1rem;
}

@media screen and (min-width:1020px) and (max-width:1380px) {
  #logo img {
    width: 8rem;
  }

  #gnavi1 li .en {
    font-size: 1.5rem;
    margin-bottom: 0;
  }

  #gnavi1 li .jp {
    display: none;
  }

  #gnavi1 li {
    margin-left: 2rem;
  }

  #gnavi2 li a,
  #gnavi2 li .btn {
    font-size: 1rem;
    width: 12rem;
    font-size: .8rem;
    padding: 1rem 0;
  }

  #gnavi2 li .en {
    font-size: 1.5rem;
  }
}


/*----------------------------------------
FOOTER
-----------------------------------------*/

/*
footer {
  background: #FD5B00;
  color: #fff;
  padding: 4rem 4rem 2rem;
  position: absolute;
  width: 100%;
}

footer figure {
  margin-bottom: 2rem;
}

footer figure img {
  width: auto;
  height: 9rem;
  margin-bottom: 2rem
}

footer figure dt {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "FOT-セザンヌ Pro DB";
}

footer figure dd {
  font-size: 1.2rem;
  line-height: 2rem;
}

footer small {
  font-size: 1.2rem;
}

footer #footerRight dl {
  margin-bottom: 1rem;
  margin-right: 4rem;
}

footer #footerRight dl:last-child {
  margin-right: 0;
}

footer #footerRight dt {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

footer #footerRight dt.child {
  margin-bottom: .5rem;
}

footer #footerRight dd {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

footer #footerRight dd li {
  margin-bottom: .2rem;
  line-height: 2rem;
}

footer #gnavi2 {
  margin-left: 0;
  font-family: "FOT-セザンヌ Pro DB";
}

footer #gnavi2 li {
  text-align: center;
  margin-left: 0;
  margin-right: 1rem;
  height: 5rem;
}

footer #gnavi2 li a {
  display: inline-block;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 1rem;
  width: 14rem;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
  border-radius: .5rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer #gnavi2 li a .en {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  margin-bottom: .4rem;
  color: #FD5B00;
  width: 100%;
}

footer #gnavi2>li:first-child a .en:after {
  content: "\A";
  white-space: pre;
}

footer #gnavi2 {
  align-items: center;
}

footer #gnavi2>li:not(:first-child) a .en {
  font-size: 1.5rem;
  margin-bottom: 0;
}

footer #gnavi2 li ul {
  width: 20rem;
  margin-top: .8rem;
}

footer #gnavi2 li li {
  width: 48%;
  margin: 0;
}

footer #gnavi2 li li a {
  width: 100%;
  padding: 1rem 0;
}



footer .sns li {
  width: 4rem;
  margin-left: 1rem;
}

footer .sns li svg {
  fill: #fff;
}

footer #footerRightBottom.wrap-box {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
}
*/




@media screen and (min-width:1020px) {

  header button,
  header .sns {
    display: none;
  }

}

@media screen and (max-width:1020px) {
/*
  header {
    padding: 2% 4%;
  }

  header #logo {
    padding: 0;
  }
*/



  /* メガメニュー */

  #gnavi1>li.sp-only {
    display: inherit;
  }

  #gnavi1 .mega_btn {
    padding-bottom: 0;
  }

  #gnavi1 .mega_btn .mega_menu {
    position: static;
    display: none;
    padding: 2rem 0 2rem 2rem;
    margin-top: 0;
  }

  #gnavi1 .mega_btn .bgImg {
    display: none;
  }

  #gnavi1 .mega_menu .child {
    display: block;
  }

  #gnavi1 .mega_menu .child li {
    width: 100%;
    margin-bottom: 2rem;
  }

  #gnavi1 .mega_menu .child li:last-child {
    margin-bottom: 0;

  }

  #gnavi1 .mega_menu .child li a {
    display: block;
  }


  #gnavi1 .mega_menu li a span {
    font-size: 1rem;
  }




  #logo img {
    width: 100%;
    height: auto;
  }

  #logo {
    width: 7%;
  }

  .drawer-overlay {
    display: none !important;
  }


  .drawer--right.drawer-open .drawer-hamburger {
    op: 50%;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon::after,
  .drawer-hamburger-icon::before {
    height: .3rem;
    background-color: #000;
  }

  .drawer-hamburger-icon::after,
  .drawer-hamburger-icon::before {
    top: 0;
  }

  .drawer-hamburger {
    top: -.2rem;
    right: 0;
    position: absolute;
    box-sizing: border-box;
    width: 14%;
    padding: 4%;
    height: 100%;
  }

  .drawer--right.drawer-open .drawer-hamburger {
    right: 0;
  }

  .drawer-hamburger-icon {
    margin-top: 0;
  }

  .drawer-open .drawer-hamburger-icon {
    margin-top: 1rem;
  }

  .drawer-hamburger-icon:after {
    top: 100%;
  }

  .drawer-hamburger-icon {
    height: 50%;
    background: none;
  }

  .drawer-nav {
    width: 80%;
    background-color: #FD5B00;
    overflow-y: auto;

  }

  .drawer-open .drawer-hamburger-icon::after,
  .drawer-open .drawer-hamburger-icon::before {
    background: #fff;
  }

  .drawer--right .drawer-nav {
    right: -80%;
  }



  #gnavi1 li .en {
    color: #fff;
  }

  #gnavi1 {
    margin: 3rem 0 0;
  }

  #gnavi1 li {
    margin-left: 0;
    margin-bottom: 2rem;
    font-size: 1rem;
    color: #000;
    width: 100%;
    padding: 0;

  }

  #gnavi2 .mega_menu#mega_menuMypage {
    display: inherit !important;
  }

  #gnavi2 .mega_menu {
    max-width: inherit;
  }

  header #gnavi2 li a {
    background: #fff;
    color: #FD5B00;
    width: 100%;
    border-radius: 1rem;
  }

  header #gnavi2 li {
    margin-left: 0;
    width: 100%;
  }

  #gnavi2 .mega_menu {
    display: inherit !important;
    background: none;
    padding: 0;
    position: inherit;
    margin-top: 0;
  }

  header #gnavi2 li li {
    width: 48%;
  }

  header #gnavi2 li li a {
    color: #000;
    padding: 1.5rem 0;
    line-height: 1.5rem;
  }

  header #gnavi2 li li:last-child a {
    font-size: 1.2rem;
  }


  header #gnavi2 {
    margin-left: 0;
    margin-bottom: 2rem;
  }

  header .sns li {
    width: 4rem;
    margin-right: 1rem;
  }

  header .sns li svg {
    fill: #fff;
  }


  #gnavi2 li a {
    font-size: .8rem;
  }

  #gnavi2 li a .en {
    color: #000;
    font-size: 2rem;
  }


  header ul#gnavi2.wrap-box {
    width: 100%;
  }

  #drawer-nav {
    padding: 2rem;
  }

  #drawer-nav.wrap-box,
  #drawer-nav.wrap-box .wrap-box {
    align-items: flex-start;
  }

  #drawer-nav.wrap-box .wrap-box {
    height: auto;
  }
}





/*
@media screen and (min-width:769px) and (max-width:900px) {
  header {
    padding: 2%;
  }

  #logo {
    width: 10%;
  }

  #logo img {
    width: 100%;
  }

  .drawer-hamburger {
    width: 10%;
    padding: 3%;
  }

}
*/


@media screen and (min-width:769px) {
  /*
	ul#localnav dl{
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex; 
	justify-content: flex-start;
	align-items: center;
}
	ul#localnav dt {
    margin-bottom: 0;
	}
	
	
	ul#localnav dd{
		margin-left: 1rem;
}
	*/

}

@media screen and (max-width:768px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: inherit;
  }

  body {
    min-width: inherit;
  }

  .box {
    width: 90%;
    margin: 0 5% 6rem;
    /* margin-top:-8rem; padding-top: 8rem; */
  }



  .box .box {
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .wrap-box.box .box:not(:last-child) {
    margin-bottom: 6rem;
  }


  .table {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
  }

  #contents .box table {
    width: 100%;
  }

  #contents .box table th,
  #contents .box table td {
    padding: 2rem 1rem;
    line-height: 2rem;
  }

  #contents .box table td a,
  #contents .box table td p a {
    color: #FD5B00;
  }


  .box h2 .en {
    margin-bottom: .5rem;
  }

  .box h2 {
    line-height: 2rem;
    margin-bottom: 4rem;
  }

  .textS {
    font-size: 1rem;
    line-height: 2rem;
  }

  .btn {
    font-size: 1.2rem;
    line-height: 1.8rem;
    width: 100%;
  }


  ul#localnav dt {
    font-size: 2.4rem;
    display: block;
    margin-bottom: .5rem;
  }

  ul#localnav dd {
    font-size: 1.2rem;
    display: block;
  }

  ul#localnav dd::after {
    font-size: 1rem;
  }

/*
  footer figure {
    text-align: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    width: 100%;
  }

  footer figure img {
    margin-bottom: 0;
  }

  footer {
    padding: 2rem 5% 1rem;
  }


  footer figure img {
    width: 25%;
  }

  footer #footerRight {
    display: none;
  }

  footer #footerRight dl {
    margin-bottom: 0;
    width: 48%;
    line-height: 1.8rem;
    margin-right: 0;

  }

  footer #gnavi2 {
    width: 100%;
    margin-bottom: 2rem;

  }

  footer #gnavi2 li {
    margin-right: 0;
    width: 48%;
  }

  footer #gnavi2 li a {
    width: 100%;
  }

  footer .sns li {
    margin-left: 0;
    margin-right: 1rem;
  }

  footer small {
    font-size: 1rem;
    line-height: 2rem;
  }

  footer #footerRight dl:nth-child(3) {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  footer #footerRight dl:nth-child(3) dt {
    width: 48%;
  }

  footer .wrap-box figure figcaption {
    text-align: left;
    width: 70%;
  }

  footer figure dd {
    font-size: 1rem;
  }

  footer .wrap-box figure figcaption dl {
    line-height: 1.8rem;
  }

  #footer-nav {
    margin-bottom: 1rem;
  }

  footer .sns {
    margin-bottom: 2rem;
  }
*/

  dl.wrap-box {
    width: 100%;
  }



}

p.lang {
  font-size: 1.5rem;
  left: 10%;
  position: absolute;
}

p.lang a {
  color: #FD5B00;
  text-decoration: underline;
}

@media screen and (max-width:1020px) {
  p.lang {
    font-size: 1.5rem;
    text-align: center;
    margin: 0 auto;
    right: 15%;
    left: auto;
  }

  p.lang a {
    text-decoration: underline;
  }

}

#caution {
  width: 90rem;
  margin: -6rem auto 12rem;
}

#caution a {
  display: flex;
  font-size: 1.8rem;
  border: 1px solid #e15534;
}

#caution .pickup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #e15534;
  color: #fff;
  padding: 20px;
}

#caution .title {
  flex-grow: 1;
  padding: 20px;
}

html #contents .box .slick-slide figcaption {
  font-size: 1.5rem;
}

@media screen and (max-width:768px) {

  #caution {
    width: 90%;
    margin: -6rem 5% 6rem;
  }

  #caution a {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  #caution .pickup {
    padding: 5px;
  }

  #caution .title {
    padding: 10px;
  }

  html #contents .box .slick-slide figcaption {
    font-size: 1.2rem;
  }

}

.nowrap {
  white-space: nowrap;
}