@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
html,
body,
button,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  text-decoration: none;
}

form,
input {
  background-color: transparent;
}

html {
  font-size: 14px;
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 1.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6075619296vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

.noto_sans_jp {
  font-family: "Noto Sans JP", sans-serif;
}

.noto_serif_jp {
  font-family: "Noto Serif JP", serif;
}

.libre_Baskerville {
  font-family: "Libre Baskerville", serif;
}

.lato {
  font-family: "Lato", sans-serif;
}

/* ---------------------------------------------------
---------------------------------------------------
--------------------------------------------------- */
/* margin-top */
.mt01rem {
  margin-top: 0.1rem;
}

.mt02rem {
  margin-top: 0.2rem;
}

.mt03rem {
  margin-top: 0.3rem;
}

.mt05rem {
  margin-top: 0.5rem;
}

.mt1rem {
  margin-top: 1rem;
}

.mt2rem {
  margin-top: 2rem;
}

.mt3rem {
  margin-top: 3rem;
}

.mt4rem {
  margin-top: 4rem;
}

.mt5rem {
  margin-top: 5rem;
}

.mt6rem {
  margin-top: 6rem;
}

.mt7rem {
  margin-top: 7rem;
}

.mt8rem {
  margin-top: 8rem;
}

.mt9rem {
  margin-top: 9rem;
}

.mt10rem {
  margin-top: 10rem;
}

/* margin-bottom */
.mb01rem {
  margin-bottom: 0.1rem;
}

.mb02rem {
  margin-bottom: 0.2rem;
}

.mb03rem {
  margin-bottom: 0.3rem;
}

.mb05rem {
  margin-bottom: 0.5rem;
}

.mb1rem {
  margin-bottom: 1rem;
}

.mb2rem {
  margin-bottom: 2rem;
}

.mb3rem {
  margin-bottom: 3rem;
}

.mb4rem {
  margin-bottom: 4rem;
}

.mb5rem {
  margin-bottom: 5rem;
}

.mb6rem {
  margin-bottom: 6rem;
}

.mb7rem {
  margin-bottom: 7rem;
}

.mb8rem {
  margin-bottom: 8rem;
}

.mb9rem {
  margin-bottom: 9rem;
}

.mb10rem {
  margin-bottom: 10rem;
}

/* margin-left */
.ml01rem {
  margin-left: 0.1rem;
}

.ml02rem {
  margin-left: 0.2rem;
}

.ml03rem {
  margin-left: 0.3rem;
}

.ml05rem {
  margin-left: 0.5rem;
}

.ml1rem {
  margin-left: 1rem;
}

.ml2rem {
  margin-left: 2rem;
}

.ml3rem {
  margin-left: 3rem;
}

.ml4rem {
  margin-left: 4rem;
}

.ml5rem {
  margin-left: 5rem;
}

.ml6rem {
  margin-left: 6rem;
}

.ml7rem {
  margin-left: 7rem;
}

.ml8rem {
  margin-left: 8rem;
}

.ml9rem {
  margin-left: 9rem;
}

.ml10rem {
  margin-left: 10rem;
}

/* margin-right */
.mr01rem {
  margin-right: 0.1rem;
}

.mr02rem {
  margin-right: 0.2rem;
}

.mr03rem {
  margin-right: 0.3rem;
}

.mr05rem {
  margin-right: 0.5rem;
}

.mr1rem {
  margin-right: 1rem;
}

.mr2rem {
  margin-right: 2rem;
}

.mr3rem {
  margin-right: 3rem;
}

.mr4rem {
  margin-right: 4rem;
}

.mr5rem {
  margin-right: 5rem;
}

.mr6rem {
  margin-right: 6rem;
}

.mr7rem {
  margin-right: 7rem;
}

.mr8rem {
  margin-right: 8rem;
}

.mr9rem {
  margin-right: 9rem;
}

.mr10rem {
  margin-right: 10rem;
}

/* ---------------------------------------------------
---------------------------------------------------
--------------------------------------------------- */
/* padding-top */
.pt01rem {
  padding-top: 0.1rem;
}

.pt02rem {
  padding-top: 0.2rem;
}

.pt03rem {
  padding-top: 0.3rem;
}

.pt05rem {
  padding-top: 0.5rem;
}

.pt1rem {
  padding-top: 1rem;
}

.pt2rem {
  padding-top: 2rem;
}

.pt3rem {
  padding-top: 3rem;
}

.pt4rem {
  padding-top: 4rem;
}

.pt5rem {
  padding-top: 5rem;
}

.pt6rem {
  padding-top: 6rem;
}

.pt7rem {
  padding-top: 7rem;
}

.pt8rem {
  padding-top: 8rem;
}

.pt9rem {
  padding-top: 9rem;
}

.pt10rem {
  padding-top: 10rem;
}

/* padding-bottom */
.pb01rem {
  padding-bottom: 0.1rem;
}

.pb02rem {
  padding-bottom: 0.2rem;
}

.pb03rem {
  padding-bottom: 0.3rem;
}

.pb05rem {
  padding-bottom: 0.5rem;
}

.pb1rem {
  padding-bottom: 1rem;
}

.pb2rem {
  padding-bottom: 2rem;
}

.pb3rem {
  padding-bottom: 3rem;
}

.pb4rem {
  padding-bottom: 4rem;
}

.pb5rem {
  padding-bottom: 5rem;
}

.pb6rem {
  padding-bottom: 6rem;
}

.pb7rem {
  padding-bottom: 7rem;
}

.pb8rem {
  padding-bottom: 8rem;
}

.pb9rem {
  padding-bottom: 9rem;
}

.pb10rem {
  padding-bottom: 10rem;
}

/* padding-left */
.pl01rem {
  padding-left: 0.1rem;
}

.pl02rem {
  padding-left: 0.2rem;
}

.pl03rem {
  padding-left: 0.3rem;
}

.pl05rem {
  padding-left: 0.5rem;
}

.pl1rem {
  padding-left: 1rem;
}

.pl2rem {
  padding-left: 2rem;
}

.pl3rem {
  padding-left: 3rem;
}

.pl4rem {
  padding-left: 4rem;
}

.pl5rem {
  padding-left: 5rem;
}

.pl6rem {
  padding-left: 6rem;
}

.pl7rem {
  padding-left: 7rem;
}

.pl8rem {
  padding-left: 8rem;
}

.pl9rem {
  padding-left: 9rem;
}

.pl10rem {
  padding-left: 10rem;
}

/* padding-right */
.pr01rem {
  padding-right: 0.1rem;
}

.pr02rem {
  padding-right: 0.2rem;
}

.pr03rem {
  padding-right: 0.3rem;
}

.pr05rem {
  padding-right: 0.5rem;
}

.pr1rem {
  padding-right: 1rem;
}

.pr2rem {
  padding-right: 2rem;
}

.pr3rem {
  padding-right: 3rem;
}

.pr4rem {
  padding-right: 4rem;
}

.pr5rem {
  padding-right: 5rem;
}

.pr6rem {
  padding-right: 6rem;
}

.pr7rem {
  padding-right: 7rem;
}

.pr8rem {
  padding-right: 8rem;
}

.pr9rem {
  padding-right: 9rem;
}

.pr10rem {
  padding-right: 10rem;
}

/* ---------------------------------------------------
---------------------------------------------------
--------------------------------------------------- */
.pc {
  display: block;
}

.sp,
.sm {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp,
  .sm {
    display: block !important;
  }
}
.pc_displayNone {
  display: none;
}

.sm_displayNone,
.sp_displayNone {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc_displayNone {
    display: block !important;
  }
  .sm_displayNone,
  .sp_displayNone {
    display: none !important;
  }
}
img {
  width: 100%;
  height: auto;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.clearboth {
  clear: both;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

li img {
  vertical-align: bottom;
}

.valignm {
  vertical-align: baseline;
}

.valigntop {
  vertical-align: top;
}

.inlineBlock,
.inline_block,
.ib {
  display: inline-block;
}

.onedown {
  font-size: 85%;
}

.oneup {
  font-size: 120%;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

img.img100per {
  width: 100%;
  height: auto;
  display: block;
}

.bold {
  font-weight: bold;
}

.red {
  color: red;
}

.loadingWrap {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loadingWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: auto;
}

header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.7);
}
header .pc {
  width: 100%;
}
header .pc #headerInner {
  width: 100%;
  height: 7rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.5rem;
  padding-left: 2rem;
  padding-top: 0.5rem;
  pointer-events: none;
}
header .pc #headerInner .logoArea {
  flex-basis: 450px;
  display: flex;
}
header .pc #headerInner .logoArea a.lLogo {
  flex-basis: 220px;
  height: 73px;
  display: flex;
  align-items: center;
  position: relative;
  pointer-events: all;
  margin-right: 10px;
}
header .pc #headerInner .logoArea .rLogo {
  flex-basis: 200px;
  padding-top: 9px;
  pointer-events: all;
}
header .pc #headerInner .logoArea .rLogo a.logo-group {
  width: 70%;
  display: block;
  line-height: 1;
  position: relative;
  bottom: -0.1rem;
}
header .pc #headerInner .logoArea .rLogo a.syamei {
  width: 100%;
  display: block;
  line-height: 1;
  position: relative;
  top: -0.1rem;
}
header .pc nav#site-nav {
  color: #fff;
  font-size: 1rem;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: all 0.6s cubic-bezier(0.8, 0.07, 0.44, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
}
header .pc nav#site-nav .bg_gradient {
  pointer-events: all;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: radial-gradient(at -20% -20%, #5ed16e, transparent), radial-gradient(at 100% 10%, #0159e7, transparent), radial-gradient(at 90% 90%, #c162cd, transparent), radial-gradient(at 20% 80%, #2fc3e9, transparent);
  background-size: 150% 150%;
  animation: GradietionAnimation 5s ease infinite;
}
header .pc nav#site-nav .bg_gradient .innerFl {
  max-width: calc(1200px + 6rem);
  padding: 0 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .pc nav#site-nav .bg_gradient .innerFl .lArea {
  border-right: 1px rgba(255, 255, 255, 0.3882352941) solid;
  padding-right: 2rem;
  flex-basis: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
header .pc nav#site-nav .bg_gradient .innerFl .lArea .centerWrap {
  position: relative;
}
header .pc nav#site-nav .bg_gradient .innerFl .lArea .centerWrap a {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
  line-height: 1;
  left: 0;
  padding-bottom: 0;
}
header .pc nav#site-nav .bg_gradient .innerFl .lArea .centerWrap a.mail {
  left: 0;
}
header .pc nav#site-nav .bg_gradient .innerFl .lArea .centerWrap a img {
  margin: 0 auto;
  position: relative;
}
header .pc nav#site-nav .bg_gradient .innerFl .lArea .centerWrap a img.logo {
  width: 70%;
}
header .pc nav#site-nav .bg_gradient .innerFl .lArea .centerWrap a img.group {
  width: 60%;
  transform: translateZ(0);
  will-change: transform;
}
header .pc nav#site-nav .bg_gradient .innerFl .lArea .centerWrap a img.ja {
  width: 80%;
}
header .pc nav#site-nav .bg_gradient .innerFl .lArea .centerWrap p {
  line-height: 1.3;
  margin-bottom: 0.3rem;
}
header .pc nav#site-nav .bg_gradient .innerFl .lArea .centerWrap p.tel {
  font-weight: 500;
}
header .pc nav#site-nav .bg_gradient .innerFl .lArea .centerWrap p a {
  color: #fff;
  display: inline;
}
header .pc nav#site-nav .bg_gradient .innerFl .rArea {
  padding-left: 5rem;
  padding-top: 7rem;
  flex-basis: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .pc nav#site-nav .bg_gradient .innerFl .rArea .centerWrap {
  flex-basis: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
header .pc nav#site-nav .bg_gradient .innerFl .rArea .centerWrap ul.menu {
  position: relative;
}
header .pc nav#site-nav .bg_gradient .innerFl .rArea .centerWrap ul.menu li {
  position: relative;
  left: -3rem;
  margin-bottom: 2rem;
  opacity: 0;
}
header .pc nav#site-nav .bg_gradient .innerFl .rArea .centerWrap ul.menu li a {
  color: #fff;
  display: block;
  transition: opacity 0.3s;
}
header .pc nav#site-nav .bg_gradient .innerFl .rArea .centerWrap ul.menu li a span {
  display: block;
  font-weight: 500;
}
header .pc nav#site-nav .bg_gradient .innerFl .rArea .centerWrap ul.menu li a span.ja {
  font-size: 1.3rem;
}
header .pc nav#site-nav .bg_gradient .innerFl .rArea .centerWrap ul.menu li a span.en {
  font-size: 1rem;
  opacity: 0.5;
}
header .pc nav#site-nav .bg_gradient .innerFl .rArea .centerWrap ul.menu li a:hover {
  opacity: 0.5;
}
header .pc nav#site-nav .bg_gradient .innerFl .rArea .centerWrap ul.menu.menu1 {
  flex-basis: 24%;
}
header .pc nav#site-nav .bg_gradient .innerFl .rArea .centerWrap ul.menu.menu2 {
  flex-basis: 45%;
}
header .pc nav#site-nav .bg_gradient .innerFl .rArea .centerWrap ul.menu.menu3 {
  flex-basis: 28%;
}
header .pc #menuRec {
  position: fixed;
  top: 20px;
  right: 180px;
  z-index: 2000 !important;
}
header .pc #menuRec a#menuRecBg {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  background-color: rgb(245, 245, 245);
  border-radius: 4rem;
  line-height: 1;
  position: relative;
  overflow: hidden;
  box-shadow: -0.1rem -0.1rem 0.3rem #fff, 0.1rem 0.1rem 0.3rem #d3d3d3;
  color: #000;
  padding: 12px;
}
header .pc #menuRec a#menuRecBg .ja {
  flex-basis: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding-top: 2px;
  margin-bottom: 6px;
}
header .pc #menuRec a#menuRecBg .en {
  flex-basis: 100%;
  text-align: center;
  font-size: 12px;
}
header .pc #menuRec .button_menu {
  font-size: 16px;
  z-index: 12001;
  position: absolute;
  top: 9px;
  right: 10px;
  width: 50px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  pointer-events: all;
}
header .pc #menuRec .button_menu .menu-trigger {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate();
  transform: translate(-50%, -50%);
  width: 19px;
  height: 11px;
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
}
header .pc #menuRec .button_menu .menu-trigger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 50px;
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
}
header .pc #menuRec .button_menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .pc #menuRec .button_menu .menu-trigger span:nth-of-type(2) {
  bottom: 0;
}
header .pc #menuRec .button_menu .menu-trigger.active span {
  background-color: #000;
}
header .pc #menuRec .button_menu .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(4px) rotate(-225deg);
}
header .pc #menuRec .button_menu .menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-5px) rotate(225deg);
}
header .pc #menuRec .button_menu p {
  font-size: 12px;
  position: relative;
  color: #000;
  top: 0.5rem;
  text-align: center;
}
header .pc #menuBtn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2000 !important;
  pointer-events: all;
  cursor: pointer;
}
header .pc #menuBtn #menuBar {
  display: flex;
  justify-content: flex-start;
  position: relative;
  background-color: rgb(245, 245, 245);
  border-radius: 4rem;
  line-height: 1;
  padding: 4px 0;
  position: relative;
  overflow: hidden;
  box-shadow: -0.1rem -0.1rem 0.3rem #fff, 0.1rem 0.1rem 0.3rem #d3d3d3;
  transition: all 0.5s cubic-bezier(0.9, 0.2, 0.4, 1);
  z-index: 2000;
}
header .pc #menuBtn #menuBar .musk {
  width: 100%;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.9, 0.2, 0.4, 1);
}
header .pc #menuBtn #menuBar .musk .gMenu {
  width: 150px;
  display: inline-block;
  padding-left: 20px;
  text-align: left;
  position: relative;
  right: 0;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.9, 0.2, 0.4, 1);
}
header .pc #menuBtn #menuBar .musk .gMenu .inner {
  margin: 0 8px;
  display: inline-block;
  padding: 18px 0;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}
header .pc #menuBtn #menuBar .musk .gMenu .inner span.arrow {
  position: relative;
  left: 0;
  transform: translateX(0);
  display: inline-block;
  animation: buruburuMov 0.8s infinite linear alternate;
}
@keyframes buruburuMov {
  0% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
  }
}
header .pc #menuBtn .button_menu {
  font-size: 16px;
  z-index: 12001;
  position: absolute;
  top: 9px;
  right: 10px;
  width: 50px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  pointer-events: all;
}
header .pc #menuBtn .button_menu .menu-trigger {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate();
  transform: translate(-50%, -50%);
  width: 19px;
  height: 11px;
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
}
header .pc #menuBtn .button_menu .menu-trigger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 50px;
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
}
header .pc #menuBtn .button_menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .pc #menuBtn .button_menu .menu-trigger span:nth-of-type(2) {
  bottom: 0;
}
header .pc #menuBtn .button_menu .menu-trigger.active span {
  background-color: #000;
}
header .pc #menuBtn .button_menu .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(4px) rotate(-225deg);
}
header .pc #menuBtn .button_menu .menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-5px) rotate(225deg);
}
header .pc #menuBtn .button_menu p {
  font-size: 12px;
  position: relative;
  color: #000;
  top: 0.5rem;
  text-align: center;
}
header .sp {
  position: fixed;
  background-color: #fff;
}
header .sp .sp-header {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}
header .sp .sp-header .logoArea {
  display: flex;
  flex-basis: 270px;
  padding-top: 2px;
  padding-bottom: 1px;
}
header .sp .sp-header .logoArea a.lLogo {
  flex-basis: 230px;
  height: 73px;
  display: flex;
  align-items: center;
  position: relative;
  pointer-events: all;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  header .sp .sp-header .logoArea a.lLogo {
    height: 38px;
    flex-basis: 120px;
    padding-left: 0.5rem;
  }
}
header .sp .sp-header .logoArea .rLogo {
  flex-basis: 150px;
  padding-top: 0;
  position: relative;
  pointer-events: all;
}
header .sp .sp-header .logoArea .rLogo a.logo-group {
  width: 70%;
  display: block;
  line-height: 1;
  position: relative;
  bottom: -0.1rem;
}
header .sp .sp-header .logoArea .rLogo a.syamei {
  width: 100%;
  display: block;
  line-height: 1;
  position: relative;
  top: -0.1rem;
}
header .sp .sp-header #button_menu_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
header .sp .sp-header #button_menu_wrap .menuText {
  width: 60px;
  color: #231815;
  text-align: right;
}
header .sp .sp-header #button_menu_wrap .menuText p {
  line-height: 1;
  padding-top: 1px;
  padding-right: 5px;
  font-weight: 700;
  font-size: 16px;
}
header .sp .sp-header #button_menu_wrap .menu-trigger_sp {
  position: relative;
  width: 25px;
  height: 23px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 3px;
  margin-bottom: 5px;
  cursor: pointer;
  z-index: 10000;
}
header .sp .sp-header #button_menu_wrap .menu-trigger_sp span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
}
header .sp .sp-header #button_menu_wrap .menu-trigger_sp span:nth-of-type(1) {
  top: 0;
}
header .sp .sp-header #button_menu_wrap .menu-trigger_sp span:nth-of-type(2) {
  top: 10px;
}
header .sp .sp-header #button_menu_wrap .menu-trigger_sp span:nth-of-type(3) {
  bottom: 0;
}
header .sp .sp-header #button_menu_wrap .menu-trigger_sp.active {
  transform: rotate(360deg);
}
header .sp .sp-header #button_menu_wrap .menu-trigger_sp.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
header .sp .sp-header #button_menu_wrap .menu-trigger_sp.active span:nth-of-type(2) {
  transform: translateY(0) rotate(45deg);
}
header .sp .sp-header #button_menu_wrap .menu-trigger_sp.active span:nth-of-type(3) {
  opacity: 0;
}
header .sp .sp-header #button_menu_wrap .menu-trigger_sp,
header .sp .sp-header #button_menu_wrap .menu-trigger_sp span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
header .sp nav {
  background-image: radial-gradient(at -20% -20%, #5ed16e, transparent), radial-gradient(at 100% 10%, #0159e7, transparent), radial-gradient(at 90% 90%, #c162cd, transparent), radial-gradient(at 20% 80%, #2fc3e9, transparent);
  background-size: 150% 150%;
  animation: GradietionAnimation 5s ease infinite;
  padding-bottom: 10px;
}
header .sp nav ul.sm-global_menu {
  display: block;
  position: relative;
  padding: 10px;
  padding-bottom: 10px;
  color: #fff;
  z-index: 600;
  font-weight: 500;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
header .sp nav ul.sm-global_menu a {
  color: #fff;
}
header .sp nav ul.sm-global_menu .first {
  cursor: pointer;
  padding-top: 8px;
  padding-right: 5px;
  padding-left: 15px;
  padding-bottom: 8px;
  margin: 3px auto;
  background-repeat: no-repeat;
  background-position: right -5px;
  background-image: url(/assets/img/cmn/navi-bg.png);
  background-color: rgba(255, 255, 255, 0.137254902);
}
header .sp nav ul.sm-global_menu .first.active {
  background-position: right -35px;
}
header .sp nav ul.sm-global_menu .second ul {
  list-style-type: none;
  padding-bottom: 2px;
}
header .sp nav ul.sm-global_menu .second ul li {
  background-color: rgba(255, 255, 255, 0.137254902);
  padding-top: 7px;
  padding-right: 20px;
  padding-left: 40px;
  padding-bottom: 7px;
  margin-bottom: 2px;
}
header .sp nav ul.sm-global_menu .second ul li a {
  display: block;
}
header .sp nav ul.sm-global_menu .third {
  padding-top: 8px;
  padding-right: 5px;
  padding-left: 15px;
  padding-bottom: 8px;
  margin: 3px auto;
  background-repeat: no-repeat;
  background-position: right -10px;
  background-color: rgba(255, 255, 255, 0.137254902);
}
header .sp nav ul.sm-global_menu .third.active {
  background-position: right -40px;
}

body.open-menu {
  overflow: hidden !important;
}
body.open-menu nav#site-nav {
  visibility: visible;
  overflow: hidden;
  top: 0;
}
body.open-menu #button_menu p.sp {
  color: #fff;
}

footer {
  color: #fff;
  width: 100%;
  background-color: #4d4d4d;
  padding-top: 2rem;
}
footer .recruit_contact ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .recruit_contact ul {
    flex-wrap: wrap;
  }
}
footer .recruit_contact ul li {
  height: 20rem;
  flex-basis: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  footer .recruit_contact ul li {
    flex-basis: 100%;
    height: 15rem;
  }
}
footer .recruit_contact ul li.recruit {
  background-image: url(../img/footer/img_recruit.jpg);
}
footer .recruit_contact ul li.contact {
  background-image: url(../img/footer/img_contact.jpg);
}
footer .recruit_contact ul li a .bk {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  transition: 0.3s background-color;
}
footer .recruit_contact ul li a .bk .text {
  padding-top: 1rem;
}
footer .recruit_contact ul li a .bk .text .en {
  display: block;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}
footer .recruit_contact ul li a .bk .text .slideTtFooer {
  text-align: left;
}
footer .recruit_contact ul li a .bk .text .slideTtFooer .wrap {
  padding: 0;
  margin: 0;
}
footer .recruit_contact ul li a .bk .text .slideTtFooer .wrap h3 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  display: inline !important;
}
footer .recruit_contact ul li a .bk .text .slideTtFooer p {
  text-align: center;
}
footer .recruit_contact ul li a:hover .bk {
  background-color: rgba(0, 0, 0, 0.8);
}
footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 4rem 2rem 2rem 2rem;
}
@media screen and (max-width: 767px) {
  footer .wrap {
    flex-wrap: wrap;
  }
}
footer .wrap .logoArea {
  flex-basis: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  footer .wrap .logoArea {
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
  }
}
footer .wrap .logoArea a.logomark {
  flex-basis: 20rem;
  width: 20rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  footer .wrap .logoArea a.logomark {
    flex-basis: 50%;
    width: 50%;
  }
}
footer .wrap .logoArea .sideA {
  flex-basis: auto;
  padding-bottom: 1rem;
  position: relative;
  padding-top: 0.7rem;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  footer .wrap .logoArea .sideA {
    flex-basis: 100%;
    text-align: center;
    padding-top: 0;
  }
}
footer .wrap .logoArea .sideA a.logo-group {
  width: 10rem;
  display: block;
  line-height: 1;
  position: relative;
  bottom: -0.4rem;
}
@media screen and (max-width: 767px) {
  footer .wrap .logoArea .sideA a.logo-group {
    margin: 0 auto;
  }
}
footer .wrap .logoArea .sideA a.ja img.logo {
  width: 20rem;
  display: block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  footer .wrap .logoArea .sideA a.ja img.logo {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
footer .wrap .logoArea .sideB {
  position: relative;
  bottom: 0.1rem;
}
@media screen and (max-width: 767px) {
  footer .wrap .logoArea .sideB {
    text-align: center;
    margin-bottom: 2rem;
  }
}
footer .wrap .logoArea .sideB a {
  display: inline-block;
  color: #fff;
}
footer .wrap .sitemap {
  max-width: 1400px;
  margin: 0 auto;
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}
footer .wrap .sitemap .boxarea .tt {
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
  border-bottom: 1px solid #7c7c7c;
  margin-bottom: 0.5rem;
}
footer .wrap .sitemap .boxarea .tt.mb {
  margin-bottom: 5rem !important;
}
footer .wrap .sitemap .boxarea .tt a {
  display: block;
  color: #fff;
}
footer .wrap .sitemap .boxarea ul {
  padding-right: 1rem;
  margin-right: 0.3rem;
}
footer .wrap .sitemap .boxarea ul li a {
  display: block;
  color: #fff;
}
footer .wrap .sitemap .boxarea ul li a::before {
  content: "-";
  margin-right: 0.4em;
}
footer .wrap .sitemap .boxarea.boxarea5 .tt a {
  padding-right: 2rem;
}
footer .wrap ul.web {
  text-align: center;
  margin-bottom: 0.2rem;
  flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  footer .wrap ul.web {
    text-align: center;
    margin-bottom: 1rem;
  }
}
footer .wrap ul.web li {
  display: inline-block;
  padding: 0 0.4rem 0 0.7rem;
  border-left: 1px solid #ababab;
}
@media screen and (max-width: 767px) {
  footer .wrap ul.web li {
    border-left: 0;
    padding: 0 0.7rem 0 1rem;
  }
}
footer .wrap ul.web li a {
  color: #fff;
}
footer .wrap ul.web li:first-child {
  border-left: 0;
}
footer .wrap .copyrightWrap {
  flex-basis: 100%;
  text-align: center;
}
footer .wrap .copyrightWrap p {
  display: inline-block;
}
footer .wrap .copyrightWrap p.copyright {
  margin-right: 1rem;
}

#pageup_btn {
  width: 3.5rem;
  height: 3.5rem;
  position: fixed;
  bottom: 3.5rem;
  right: 3rem;
  z-index: 998;
  background-color: rgb(245, 245, 245);
  box-shadow: -0.1rem -0.1rem 0.3rem #fff, 0.1rem 0.1rem 0.3rem #d3d3d3;
  border-radius: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #pageup_btn {
    bottom: 2.4rem;
    right: 2.5rem;
  }
}
#pageup_btn a {
  box-shadow: -0.1rem -0.1rem 0.3rem #fff, 0.1rem 0.1rem 0.3rem #d3d3d3;
  padding: 0.7rem;
  padding-top: 1rem;
  padding-left: 0.8rem;
  display: block;
}
#pageup_btn a img {
  display: block;
}

.btn_main {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  width: 14rem;
  margin: 0 0 0 auto;
}
.btn_main a {
  height: 3.5rem;
  position: relative;
  color: #fff !important;
  display: block;
  background: #000;
  padding: 0.4rem;
  border-radius: 4rem;
  overflow: hidden;
}
.btn_main a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: radial-gradient(at -20% -20%, #5ed16e, transparent), radial-gradient(at 100% 10%, #0159e7, transparent), radial-gradient(at 90% 90%, #c162cd, transparent), radial-gradient(at 20% 80%, #2fc3e9, transparent);
  opacity: 1;
  transition: width 0.3s;
}
.btn_main a .text {
  position: absolute;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.btn_main a i {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  padding-right: 1.5rem;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn_main a:hover .bg {
  width: 100%;
}
.btn_main a:hover i {
  animation: hoverAnime 0.5s infinite normal;
}
@keyframes hoverAnime {
  0% {
    left: -1rem;
    opacity: 0;
  }
  100% {
    left: 0.5rem;
    opacity: 1;
  }
}
.btn_main.down a:hover i {
  animation: hoverAnime_down 0.5s infinite normal;
}
@keyframes hoverAnime_down {
  0% {
    top: -0.2rem;
    opacity: 0;
  }
  100% {
    top: 0.2rem;
    opacity: 1;
  }
}
.btn_main.up a:hover i {
  animation: hoverAnime_up 0.5s infinite normal;
}
@keyframes hoverAnime_up {
  0% {
    top: 0.2rem;
    opacity: 0;
  }
  100% {
    top: -0.2rem;
    opacity: 1;
  }
}

/*===========================================================
	共通リンク
===========================================================*/
/* 青 */
a:link {
  color: #006fbc;
  text-decoration: none;
}

a:visited {
  color: #006fbc;
  text-decoration: none;
}

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

a:active {
  color: #006fbc;
  text-decoration: none;
}

/* 黒 */
a.kuro:link {
  color: #231815;
  text-decoration: none;
}

a.kuro:visited {
  color: #231815;
  text-decoration: none;
}

a.kuro:hover {
  color: #4c4948;
  text-decoration: none;
}

a.kuro:active {
  color: #231815;
  text-decoration: none;
}

/* グリーン */
a.green:link {
  color: #143327;
  text-decoration: none;
}

a.green:visited {
  color: #143327;
  text-decoration: none;
}

a.green:hover {
  color: #2b5545;
  text-decoration: none;
}

a.green:active {
  color: #143327;
  text-decoration: none;
}

/* 白 */
a.siro:link {
  color: #fff;
  text-decoration: none;
}

a.siro:visited {
  color: #fff;
  text-decoration: none;
}

a.siro:hover {
  color: #d2d2d2;
  text-decoration: none;
}

a.siro:active {
  color: #fff;
  text-decoration: none;
}

h5 {
  font-weight: bold;
}

.slideTt,
.slideTtHalf,
.slideTtFooer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
  padding-bottom: 1rem;
}
.slideTt .wrap,
.slideTtHalf .wrap,
.slideTtFooer .wrap {
  width: 0;
  display: block;
  overflow: hidden;
}
.slideTt .wrap h3,
.slideTtHalf .wrap h3,
.slideTtFooer .wrap h3 {
  width: 100vw;
  text-align: left;
  font-size: 4rem;
  font-weight: 700;
  color: #4d4d4d;
  display: inline-block;
  line-height: 1.3;
}
.slideTt p,
.slideTtHalf p,
.slideTtFooer p {
  font-size: 1.1rem;
  font-weight: 500;
}

.cmnwidth {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem;
}

.pd04rem {
  width: 100%;
  padding: 0 4rem;
}
.pd04rem.mb {
  margin-bottom: 4rem;
}

.pd02rem {
  width: 100%;
  padding: 0 2rem;
}
.pd02rem.mb {
  margin-bottom: 4rem;
}

.heading h1,
.heading h2 {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  line-height: 1.3;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 767px) {
  .heading h1,
  .heading h2 {
    font-size: 1.5rem;
  }
}
.heading.mt {
  margin-top: 4rem;
}

h2.bar,
h3.bar {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 1.5rem 0;
  margin-bottom: 1rem;
  line-height: 1.3;
}

main {
  background-position: top 10rem center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 50px !important;
  }
}
main.outline, main.trktopics {
  background-image: url("/assets/img/cmn/bg_main_outline.jpg");
}
main.gardening {
  background-image: url("/assets/img/cmn/bg_main_gardening.jpg");
}
main.environment {
  background-image: url("/assets/img/cmn/bg_main_environment.jpg");
}
main.measure {
  background-image: url("/assets/img/cmn/bg_main_measure.jpg");
}
main.nuclear_power {
  background-image: url("/assets/img/cmn/bg_main_nuclear_power.jpg");
}

.flWrapTT {
  display: flex;
  flex-wrap: wrap;
}
.flWrapTT section#businessAreaTT {
  flex-basis: 100%;
  height: 7rem;
  padding: 0 0 2rem 0;
}
@media screen and (max-width: 767px) {
  .flWrapTT section#businessAreaTT {
    height: auto;
    order: 1;
    padding: 0.6rem 0;
    background-color: #4d4d4d;
  }
}
.flWrapTT section#businessAreaTT.outline {
  border-bottom: 0 solid #8f8f8f;
}
@media screen and (max-width: 767px) {
  .flWrapTT section#businessAreaTT.outline {
    border-bottom: 4px solid #8f8f8f;
  }
}
.flWrapTT section#businessAreaTT.gardening {
  border-bottom: 0 solid #5ed16e;
}
@media screen and (max-width: 767px) {
  .flWrapTT section#businessAreaTT.gardening {
    border-bottom: 4px solid #5ed16e;
  }
}
.flWrapTT section#businessAreaTT.environment {
  border-bottom: 0 solid #0159e7;
}
@media screen and (max-width: 767px) {
  .flWrapTT section#businessAreaTT.environment {
    border-bottom: 4px solid #0159e7;
  }
}
.flWrapTT section#businessAreaTT.measure {
  border-bottom: 0 solid #2fc3e9;
}
@media screen and (max-width: 767px) {
  .flWrapTT section#businessAreaTT.measure {
    border-bottom: 4px solid #2fc3e9;
  }
}
.flWrapTT section#businessAreaTT.nuclear_power {
  border-bottom: 0 solid #c162cd;
}
@media screen and (max-width: 767px) {
  .flWrapTT section#businessAreaTT.nuclear_power {
    border-bottom: 4px solid #c162cd;
  }
}
.flWrapTT section#businessAreaTT h1,
.flWrapTT section#businessAreaTT h2 {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 767px) {
  .flWrapTT section#businessAreaTT h1,
  .flWrapTT section#businessAreaTT h2 {
    color: #fff;
    font-size: 1.4rem;
    display: inline;
    margin-right: 1rem;
  }
}
.flWrapTT section#businessAreaTT p.en {
  display: block;
}
@media screen and (max-width: 767px) {
  .flWrapTT section#businessAreaTT p.en {
    display: inline;
    font-size: 0.8rem;
  }
}
.flWrapTT section#breadcrumb {
  flex-basis: 100%;
  padding-top: 3rem;
  position: relative;
  top: -3rem;
}
@media screen and (max-width: 767px) {
  .flWrapTT section#breadcrumb {
    top: 0;
    order: 2;
    padding-top: 0;
    margin-bottom: 2rem;
  }
}
.flWrapTT section#breadcrumb ul {
  justify-content: flex-start;
  align-items: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .flWrapTT section#breadcrumb ul {
    padding: 0.5rem 0 1rem 0;
    font-size: 0.9rem;
  }
}
.flWrapTT section#breadcrumb ul li {
  display: inline-block;
}
.flWrapTT section#breadcrumb ul li a {
  color: #000;
}
.flWrapTT section#breadcrumb ul li::after {
  content: "/";
  padding: 0 0.5rem;
}
.flWrapTT section#breadcrumb ul li:last-child::after {
  content: "";
}

body main.outline section#businessAreaTT p.en {
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  body main.outline section#businessAreaTT {
    border-bottom: 4px solid #8f8f8f;
  }
  body main.outline section#businessAreaTT p.en {
    color: #fff;
  }
}
body main.gardening section#businessAreaTT p.en {
  color: #5ed16e;
}
@media screen and (max-width: 767px) {
  body main.gardening section#businessAreaTT {
    border-bottom: 4px solid #5ed16e;
  }
  body main.gardening section#businessAreaTT p.en {
    color: #fff;
  }
}
body main.environment section#businessAreaTT p.en {
  color: #0159e7;
}
@media screen and (max-width: 767px) {
  body main.environment section#businessAreaTT {
    border-bottom: 4px solid #0159e7;
  }
  body main.environment section#businessAreaTT p.en {
    color: #fff;
  }
}
body main.measure section#businessAreaTT p.en {
  color: #2fc3e9;
}
@media screen and (max-width: 767px) {
  body main.measure section#businessAreaTT {
    border-bottom: 4px solid #2fc3e9;
  }
  body main.measure section#businessAreaTT p.en {
    color: #fff;
  }
}
body main.nuclear_power section#businessAreaTT p.en {
  color: #c162cd;
}
@media screen and (max-width: 767px) {
  body main.nuclear_power section#businessAreaTT {
    border-bottom: 4px solid #c162cd;
  }
  body main.nuclear_power section#businessAreaTT p.en {
    color: #fff;
  }
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .container {
    flex-wrap: wrap;
    padding: 0;
  }
}
.container aside.sidebar {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .container aside.sidebar {
    flex-basis: 100%;
    order: 2;
    margin-top: 5rem;
    background-color: #4d4d4d;
    padding: 2.5rem 3.5rem 1rem 3.5rem;
  }
}
.container aside.sidebar .widget--sticky {
  top: 20px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .container aside.sidebar .widget--sticky {
    margin-bottom: 0;
  }
}
.container aside.sidebar .widget--sticky ul.subMenu {
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .container aside.sidebar .widget--sticky ul.subMenu {
    margin-bottom: 1rem;
  }
}
.container aside.sidebar .widget--sticky ul.subMenu li {
  position: relative;
}
.container aside.sidebar .widget--sticky ul.subMenu li a {
  display: block;
  color: #000;
  background-color: rgba(255, 255, 255, 0.7058823529);
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .container aside.sidebar .widget--sticky ul.subMenu li a {
    background-color: #fff;
  }
}
.container aside.sidebar .widget--sticky ul.subMenu li a:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.container aside.sidebar .widget--sticky ul.subMenu li a::after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  top: 50%;
  right: 0.9rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .container aside.sidebar .widget--sticky ul.subMenu li a::after {
    right: 1.25rem;
  }
}
.container aside.sidebar .widget--sticky ul.subMenu li:first-child a {
  border-top: 1px solid #d1d1d1;
}
.container aside.sidebar .widget--sticky ul.banner,
.container aside.sidebar .widget--sticky ul.bannerOutline {
  background-color: #fff;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .container aside.sidebar .widget--sticky ul.banner,
  .container aside.sidebar .widget--sticky ul.bannerOutline {
    border-radius: 0.5rem;
  }
}
.container aside.sidebar .widget--sticky ul.banner li,
.container aside.sidebar .widget--sticky ul.bannerOutline li {
  margin-bottom: 0.2rem;
}
.container aside.sidebar .widget--sticky ul.banner li:last-child,
.container aside.sidebar .widget--sticky ul.bannerOutline li:last-child {
  margin-bottom: 0;
}
.container .content {
  width: calc(100% - 22rem);
  background-color: rgba(255, 255, 255, 0.5764705882);
  position: relative;
  top: -6.6rem;
  margin-bottom: -5rem;
}
@media screen and (max-width: 767px) {
  .container .content {
    top: 0rem;
    flex-basis: 100%;
    order: 1;
    margin-bottom: 1rem;
  }
}

body main.outline ul.subMenu li a::after {
  color: #8f8f8f;
}
body main.gardening ul.subMenu li a::after {
  color: #5ed16e;
}
body main.environment ul.subMenu li a::after {
  color: #0159e7;
}
body main.measure ul.subMenu li a::after {
  color: #2fc3e9;
}
body main.nuclear_power ul.subMenu li a::after {
  color: #c162cd;
}

.container section.tt {
  padding-left: 1rem;
}
.container section.tt h1,
.container section.tt h2 {
  font-size: 1.8em;
  font-weight: 400;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .container section.tt h1,
  .container section.tt h2 {
    font-size: 1.5rem;
    margin-right: 1rem;
  }
}
.container section.tt.mb {
  margin-bottom: 4rem;
}

dl.table {
  flex-direction: row;
}
dl.table div.row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: #d1d1d1 1px solid;
  padding: 1rem 0;
}
dl.table div.row:first-child {
  border-top: #d1d1d1 1px solid;
}
dl.table div.row dt.label {
  flex-basis: 25%;
}
@media screen and (max-width: 767px) {
  dl.table div.row dt.label {
    flex-basis: 35%;
  }
}
dl.table div.row dd.value {
  flex-basis: 75%;
}
@media screen and (max-width: 767px) {
  dl.table div.row dd.value {
    flex-basis: 65%;
  }
}

.gaiyouTable {
  width: 100%;
  border-collapse: collapse;
}
.gaiyouTable tr {
  border-top: 1px solid #dadedf;
  border-bottom: 1px solid #dadedf;
}
.gaiyouTable tr:first-child {
  border-top: 0px solid #dadedf;
  border-bottom: 1px solid #dadedf;
}
.gaiyouTable tr:last-child {
  border-top: 1px solid #dadedf;
  border-bottom: 0px solid #dadedf;
}
.gaiyouTable tr th {
  padding: 7px 5px 7px 15px;
  text-align: left;
  font-weight: normal;
  width: 9rem;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .gaiyouTable tr th {
    width: 8rem;
  }
}
.gaiyouTable tr td {
  padding: 7px 5px 7px 15px;
}/*# sourceMappingURL=style.css.map */