/*
html{
    font-size: 62.5%;
}*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a[href^="tel:"] {
  pointer-events: auto;
}

img {
  width: 100%;
}

body {
  font-size: 16px;
  font-size: calc(1.9rem + ((1vw - 0.64rem) * 2.1429));
}

/* ============================================ */
h1 {
  font-size: 24px;
  font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
}

h2 {
  font-size: 22px;
  font-size: calc(2.2rem + ((1vw - 0.64rem) * 2.1429));
}

h3 {
  font-size: 18px;
  font-size: calc(2rem + ((1vw - 0.64rem) * 2.1429));
}

/* u_midashi */
.u_midashi02 {
  font-size: 20px;
  font-size: calc(2.0rem + ((1vw - 0.64rem) * 2.1429));
}

.u_midashi03 {
  font-size: 18px;
  font-size: calc(2rem + ((1vw - 0.64rem) * 2.1429));
}

.u_midashi05 {
  font-weight: bold;
  font-size: 14px;
  font-size: calc(1.8rem + ((1vw - 0.64rem) * 2.1429));
  border-bottom: 1px solid #E6E6E6;
}

.link_button a {
  font-size: 18px;
  font-size: calc(2rem + ((1vw - 0.64rem) * 2.1429));
  height: 46px;
  line-height: 46px;
}

.multistakeholder .link_button a {
  background-image: url(../../assets/img/icon_pdf.svg);
  background-size: 32px;
  background-position: left 20px center;
  background-repeat: no-repeat;
  width: 320px;
  margin: 0 auto;
  padding-left: calc(3rem + ((1vw - 0.64rem) * 2.1429));
}

/* p_project_component ============================================ */
.p_contentswrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}

.c_naviicon li {
  padding: 0 0 0 26px;
}

.c_naviicon li:before {
  background-size: 16px;
  width: 16px;
  height: 16px;
}

.p_arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}

.p_arrow:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  right: 5%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.u_text_size-l {
  font-size: 18px;
  font-size: calc(2rem + ((1vw - 0.64rem) * 2.1429));
}

.u_text_right {
  text-align: right;
}

.u_mt10 {
  margin: 10% 0 0;
}

.u_mt15 {
  margin: 15% 0 0;
}

.u_mt5_sp {
  margin: 5% 0 0;
}

.u_mt50 {
  margin: 10% 0 0;
}

.c_green_box {
  margin: 6% 0 0;
  padding: 5%;
}

.c_green_box .u_text_green {
  margin: 0 0 5%;
}

/* l_wrapper============================================ */
/* l_header============================================ */
.l_header {
  position: fixed;
  top: 0;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 1;
}

.l_header .l_header__inner {
  display: block;
  padding: 10px 0 0;
}

.l_header .l_header__inner .l_header__logo {
  width: 210px;
  margin: 0 0 10px 10px;
}

.l_header .l_header__inner .l_header__search {
  background: #04984A;
  margin: 10px 0 0;
  padding: 10px;
}

.l_header .l_header__inner .l_header__search #headerSearch {
  position: relative;
  width: 100%;
}

.l_header .l_header__inner .l_header__search #headerSearch *[type="search"],
.l_header .l_header__inner .l_header__search #headerSearch *[type="text"] {
  width: 88%;
}

.l_header .l_header__inner .c_search_open {
  display: block;
  position: fixed;
  width: 38px;
  height: 38px;
  z-index: 110;
  cursor: pointer;
  top: 10px;
  right: 59px;
  background: #F79228;
  border-radius: 5px;
  text-align: center;
}

.l_header .l_header__inner .c_search_open img {
  width: 24px;
  vertical-align: middle;
}

.l_header .l_header__inner .is_search {
  display: none;
}

.l_header .l_header__inner .is_active img {
  display: none;
}

.l_header .l_header__inner .is_active span {
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background: transparent;
  transition: .2s;
}

.l_header .l_header__inner .is_active span:before, .l_header .l_header__inner .is_active span:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: .3s;
}

.l_header .l_header__inner .is_active span:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.l_header .l_header__inner .is_active span:after {
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}

.l_header .l_header__nav .l_header__navmenu {
  display: block;
  padding: 0;
}

.l_header .l_header__nav .l_header__navmenu > li {
  width: auto;
  text-align: left;
  border-right: none;
  border-bottom: 1px solid #fff;
}

.l_header .l_header__nav .l_header__navmenu > li > a, .l_header .l_header__nav .l_header__navmenu > li > button {
  display: block;
  font-size: 16px;
  font-size: calc(1.9rem + ((1vw - 0.64rem) * 2.1429));
  padding: 14px;
}

.l_header .l_header__nav .l_header__navmenu > li a img {
  width: 34px;
}

.l_header .l_header__nav .l_header__navmenu > li button {
  position: relative;
}

.l_header .l_header__nav .l_header__navmenu > li button:before, .l_header .l_header__nav .l_header__navmenu > li button:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: .3s;
}

.l_header .l_header__nav .l_header__navmenu > li button:after {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.l_header .l_header__nav .l_header__navmenu > li button.is_active:after {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

.l_header .l_header__nav .l_header__navmenu li.p_home {
  display: none;
}

.l_header .l_header__nav .l_header__navmenu .l_header__nav__inner {
  display: none;
}

.l_header .l_header__nav .l_header__navmenu .p_contentswrap {
  padding: 0;
}

.l_header .l_header__nav .p_naviinner {
  padding: 5%;
}

.l_header .l_header__nav .p_naviinner li {
  margin: 0 0 4%;
}

.l_header .l_header__nav .p_naviinner li:last-child {
  margin: 0 0 0;
}

.l_header .l_header__nav .p_naviinner li a {
  width: 100%;
  display: block;
  font-size: 14px;
  font-size: calc(1.8rem + ((1vw - 0.64rem) * 2.1429));
}

.l_header .l_header__nav .l_header__navmenu > li:nth-child(4) > a {
  font-size: calc(1.9rem + ((1vw - 0.64rem) * 2.1429));
}

.l_header .l_header__nav .l_header__navmenu > li span {
  font-size: inherit;
}

/* l_main_top============================================ */
.l_main_top {
  background: url("../../assets/img/top_main_bg_sp.png") no-repeat center top;
  background-size: 100%;
  margin: 58px 0 0 0;
  padding: 26% 0 0;
}

.l_main_top .p_contentswrap {
  padding: 0 4%;
}

.l_main_top h1 span {
  color: #F79228;
}

.l_main_top img {
  width: 100px;
}

/* l_main_inner============================================ */
.l_main_inner {
  padding: 5% 0;
  margin: 58px 0 0 0;
}

/* l_breadcrumb============================================ */
.l_breadcrumb {
  display: none;
}

/* l_content============================================ */
.l_content {
  margin: 5% auto 0;
}

/* ============================================
top
============================================ */
.p_top .l_topcontents01 + .l_topcontents01 {
  margin-top: 30px;
}

.p_top .l_topcontents01 h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
}

.p_top .l_topcontents01 ul {
  display: block;
}

.p_top .l_topcontents01 ul li {
  margin: 0 0 5% 0;
}

.p_top .l_topcontents01 ul li a {
  font-size: 20px;
  font-size: calc(2rem + ((1vw - 0.64rem) * 2.1429));
  text-align: left;
  height: 70px;
  line-height: 70px;
  background-size: 50px;
  background-position: left 20px center;
  padding: 0 0 0 85px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.p_top .l_topcontents01 ul li.long a {
  font-size: 18px;
  font-size: calc(1.9rem + ((1vw - 0.64rem) * 2.1429));
  line-height: 1.3;
}

.p_top .l_topcontents01 ul li a span.u_only_pc {
  display: none;
}

.p_top .l_topcontents01 ul li a span.u_only_sp {
  display: inline-block;
  margin-top: 6px;
  border: 1px dotted #fff;
  padding: 4px 8px;
}

.p_top .l_topcontents01 ul li a span {
  font-size: 14px;
  font-size: calc(1.6rem + ((1vw - 0.64rem) * 2.1429));
}

.p_top .l_topcontents01 ul li a.p_toplink03 {
  height: auto;
  display: flex;
}

.p_top .l_topcontents01 ul li a.p_toplink03 div {
  display: block;
  margin: 10px 0;
}

.p_top .l_topcontents01 ul li a.p_toplink03 span {
  font-size: 14px;
}

.p_top .l_topcontents01 ul li a.p_toplink03 span span {
  display: inline-block;
  width: 7.5em;
}

.p_top .l_topcontents02 {
  margin: 12% 0 0 0;
}

.p_top .l_topcontents02 h2 {
  font-size: 24px;
  font-size: calc(2.2rem + ((1vw - 0.64rem) * 2.1429));
}

.p_top .l_topcontents02 dl {
  display: block;
  padding: 0 0 2% 0;
  margin: 3% 0 0 0;
}

.p_top .l_topcontents02 dl dt {
  font-size: 14px;
  font-size: calc(1.6rem + ((1vw - 0.64rem) * 2.1429));
  padding: 0 3%;
  margin: 0;
  border-radius: 5px;
  width: auto;
  display: inline-block;
}

.p_top .l_topcontents02 dl dd {
  font-size: 16px;
  font-size: calc(1.7rem + ((1vw - 0.64rem) * 2.1429));
  padding: 0;
  margin: 2% 0 0 0;
}

/* ============================================
profile
============================================ */
.p_profile h1 {
  padding: 0 0 0 60px;
}

.p_profile h1:before {
  background-size: 50px;
  width: 50px;
  height: 50px;
}

.p_profile h2 {
  margin: 0 0 1%;
}

.p_profile .l_content section {
  margin: 15% 0 0;
}

.p_profile .l_content_profile01 p {
  margin: 0 0 5%;
}

.p_profile .l_content_profile02 dl {
  padding: 3% 0;
  font-size: 14px;
  font-size: calc(1.7rem + ((1vw - 0.64rem) * 2.1429));
}

.p_profile .l_content_profile02 dl dt {
  width: 30%;
}

.p_profile .l_content_profile02 dl dd {
  width: 70%;
}

.p_profile .l_content_profile04 ul {
  display: block;
}

.p_profile .l_content_profile04 ul li:first-child {
  margin: 0 0 15%;
}

.p_profile .l_content_profile04 h3 {
  margin: 3% 0 0;
  font-size: 18px;
}

.p_profile .l_content_profile04 p {
  margin: 2% 0 0;
  font-size: 14px;
  font-size: calc(1.8rem + ((1vw - 0.64rem) * 2.1429));
}

.p_profile .l_content_profile04 li {
  width: 100%;
}

.p_profile .l_content_profile04 iframe {
  width: 100%;
  height: 251px;
}

/* ============================================
center
============================================ */
.p_center h1 {
  padding: 0 0 0 60px;
}

.p_center h1:before {
  background-size: 50px;
  width: 50px;
  height: 50px;
}

.p_center .l_content_center01 {
  padding: 5% 3%;
  border-top: 4px solid #04984A;
}

.p_center .l_content_center01 p {
  text-align: left;
  font-size: 16px;
  font-size: calc(1.9rem + ((1vw - 0.64rem) * 2.1429));
  line-height: 1.8;
}

.p_center .l_content {
  line-height: 1.8;
}

.p_center .l_content section {
  margin: 10% 0 0;
  flex-direction: column-reverse;
}

.p_center .l_content section.l_content_center03 {
  margin: 15% 0 0;
  flex-direction: column-reverse;
}

.p_center .l_content section img, .p_center .l_content section div {
  width: 100%;
}

.p_center .l_content section p {
  margin: 2% 0 5%;
  font-size: 14px;
  font-size: calc(1.8rem + ((1vw - 0.64rem) * 2.1429));
}

/* ============================================
sitemap
============================================ */
.p_sitemap .l_content {
  display: block;
  font-size: 18px;
  font-size: calc(1.9rem + ((1vw - 0.64rem) * 2.1429));
}

.p_sitemap .l_content > ul:first-child {
  margin: 0 0 0 0;
}

/* ============================================
privacy
============================================ */
.p_privacy .l_content section {
  font-size: 14px;
  font-size: calc(1.8rem + ((1vw - 0.64rem) * 2.1429));
}

.p_privacy .l_content section h3 {
  font-size: 16px;
  font-size: calc(1.9rem + ((1vw - 0.64rem) * 2.1429));
  margin: 0;
}

.p_privacy .l_content section h3.u_mt10 {
  margin: 10% 0 0;
}

.p_privacy .l_content section .c_list_wrap01 {
  text-indent: 0;
  padding-left: 0;
}

.p_privacy .l_content section .c_list_indent {
  margin: 0;
}

.p_privacy .l_content section .c_list_indent > li {
  text-indent: 0;
  padding-left: 0;
}

.p_privacy .l_content section dl {
  display: block;
  padding: 2% 0 5% 0;
}

.p_privacy .l_content section dl dt {
  width: 100%;
  color: #04984A;
  font-weight: bold;
}

.p_privacy .l_content section dl dd {
  width: 100%;
}

.p_privacy .l_content .u_midashi03 {
  margin: 10% 0 3%;
}

.p_privacy .l_content .u_midashi04 {
  margin: 10% 0 2%;
}

.p_privacy .l_content .u_midashi05 {
  margin: 10% 0 5%;
}

.p_privacy .l_content .u_text_list01 {
  font-weight: normal;
  text-align: left;
  text-indent: 0;
  display: block;
  margin: 3% 0 0;
}

.p_privacy .l_content_privacy_anc {
  margin: 10% 0 0;
}

.p_privacy .l_content_privacy_anc li {
  align-items: center;
}

.p_privacy .l_content_privacy_anc li a {
  padding: 5% 0 24%;
  font-size: 16px;
  font-size: calc(1.8rem + ((1vw - 0.64rem) * 2.1429));
}

.p_privacy .c_list_dot01 > li {
  line-height: 1.8;
}

.p_privacy .c_list_count03 .c_list_count03_indent {
  text-indent: 0;
  padding-left: 0;
}

.p_privacy .c_list_count05 > li {
  text-indent: 0;
  padding-left: 0;
}

.p_privacy .l_content_privacy01 p {
  line-height: 1.7;
}

.p_privacy .l_content_privacy01 .c_list_count01 {
  margin: 0 0 0;
  line-height: 1.7;
}

.p_privacy .l_content_privacy01 .c_list_count01 li {
  margin: 10% 0 0;
}

.p_privacy .l_content_privacy01 .c_list_count01 li:last-child {
  margin: 10% 0;
}

.p_termofuse .table {
  width: 100%;
  overflow-x: scroll;
}

/* ============================================
corporate-info
============================================ */
.p_corporate-info p {
  font-size: 14px;
  font-size: calc(1.8rem + ((1vw - 0.64rem) * 2.1429));
}

.p_corporate-info .u_text_size-l {
  font-size: 18px;
  font-size: calc(2rem + ((1vw - 0.64rem) * 2.1429));
}

.p_corporate-info .u_midashi04 {
  font-size: 16px;
  font-size: calc(1.9rem + ((1vw - 0.64rem) * 2.1429));
  margin: 20% 0 0;
}

/* ============================================
termofuse
============================================ */
.p_termofuse p {
  line-height: 1.8;
  font-size: 14px;
  font-size: calc(1.8rem + ((1vw - 0.64rem) * 2.1429));
}

.p_termofuse section h2 {
  margin: 15% 0 2%;
}

.p_termofuse section ul li {
  font-size: 14px;
  font-size: calc(1.8rem + ((1vw - 0.64rem) * 2.1429));
  line-height: 1.8;
  margin: 5% 0 0;
}

.p_termofuse section ol li {
  font-size: 14px;
  font-size: calc(1.8rem + ((1vw - 0.64rem) * 2.1429));
  line-height: 1.8;
  margin: 5% 0 0;
}

/* ============================================
plan
============================================ */
.p_plan p {
  font-size: 14px;
  font-size: calc(1.8rem + ((1vw - 0.64rem) * 2.1429));
}

.p_plan .c_green_box {
  border: 1px solid #04984A;
  margin: 0 0 5%;
}

.p_plan .c_green_box p {
  font-size: 16px;
  font-size: calc(1.9rem + ((1vw - 0.64rem) * 2.1429));
  line-height: 1.6;
}

/* l_footer============================================ */
.l_footer {
  margin: 10% 0 0 0;
  padding: 5% 0;
}

.l_footer .c_naviicon {
  display: block;
}

.l_footer .c_naviicon li {
  margin: 0 0 3%;
}

.l_footer .c_naviicon li:nth-child(n + 5) {
  margin: 0 0 3%;
}

.l_footer .c_naviicon li:nth-child(n + 4) {
  margin: 0 0 3%;
}

.l_footer .c_naviicon li a {
  font-size: calc(1.7rem + ((1vw - 0.64rem) * 2.1429));
}

/* topback============================================ */
.topback {
  display: block;
  position: fixed;
  bottom: 10%;
  right: 3%;
  width: 52px;
}

/* copy============================================ */
.copy {
  padding: 3% 0;
  display: block;
}

.copy p {
  font-size: 9px;
}

.copy img {
  margin: 3% 0 0;
  width: 90%;
}

/* menu-btn
   ========================================================================== */
#menu-btn {
  display: block;
  position: fixed;
  width: 38px;
  height: 38px;
  z-index: 110;
  cursor: pointer;
  top: 10px;
  right: 10px;
  background: #04984A;
  border-radius: 5px;
}

#menu-btn-icon {
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background: #fff;
  transition: .2s;
}

#menu-btn-icon:before, #menu-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: .3s;
}

#menu-btn-icon:before {
  margin-top: 8px;
}

#menu-btn-icon:after {
  margin-top: -8px;
}

#menu-btn .close {
  background: transparent;
}

#menu-btn .close:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

#menu-btn .close:after {
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}

#menu-btn .close:before, #menu-btn .close:after {
  margin-top: 0;
  background: #fff;
}

@media print, screen and (min-width: 765.98px) {
  #menu-btn {
    /*display: none;*/
  }
}

@media print, screen and (max-width: 765.98px) {
  /*.drawer-menu {
    display: none;
  }
  #menu-btn {
    display: block;
  }*/
}

/* drawer-menu
  ========================================================================== */
@media print, screen and (max-width: 765.98px) {
  .drawer-menu {
    /*position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    pointer-events: none;
    color: #000;
    display: none;*/
    z-index: 100;
    cursor: pointer;
    position: fixed;
    top: 58px;
    right: -80%;
    width: 80%;
    height: auto;
    padding: 0;
    background: #E7F5EE;
    transition: 0.5s;
  }
  .drawer-menu.is_active {
    top: 116px;
  }
  .drawer-menu.zindex {
    z-index: 103;
    display: block;
  }
  html.is-menu-open {
    height: 100%;
    overflow: hidden;
  }
  body.is-menu-open .drawer-menu {
    opacity: 1;
    pointer-events: auto;
    overflow-y: auto;
  }
}

.u_only_pc {
  display: none;
}

.u_only_sp {
  display: block;
}
