@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------------------*/
/* リセット
 ------------------------------------------*/
body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
  color: #333;
}
@media screen and (max-width: 1440px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}
@media screen and (max-width: 736px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
  }
}

a {
  text-decoration: none;
  outline: none;
  border: none;
  opacity: 1;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a img, img {
  border: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

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

button, fieldset, form, input, label, legend, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; /*table-layout:fixed;*/
}

table td {
  vertical-align: top;
}

br.pc,
img.pc {
  display: block;
}
@media screen and (max-width: 736px) {
  br.pc,
  img.pc {
    display: none;
  }
}

br.sp,
img.sp {
  display: none;
}
@media screen and (max-width: 736px) {
  br.sp,
  img.sp {
    display: block;
  }
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 26px;
}

span.title-en {
  color: #0079BA;
  font-size: 24px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  span.title-en {
    font-size: 14px;
  }
}

body {
  background-color: #FAFAEF;
}

a.btn-top {
  color: #fff;
  font-size: 14px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 736px) {
  a.btn-top {
    margin-top: 30px;
  }
}
a.btn-top::before {
  content: "";
  background-image: url(../images/common/icon-arrow-blue.svg);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 736px) {
  a.btn-top::before {
    width: 30px;
    height: 30px;
  }
}

a.btn-under {
  color: #fff;
  font-size: 14px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
a.btn-under::before {
  content: "";
  background-image: url(../images/common/icon-arrow-blue.svg);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 15px;
}

main#top section {
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  main#top section {
    padding: 30px 0;
  }
}

header {
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: #FAFAEF;
}
@media screen and (max-width: 736px) {
  header {
    display: flex;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #FAFAEF;
    width: 100%;
    height: calc(100% - 60px);
    transition: 0.2s;
    z-index: 10;
    padding-top: 10px;
  }
}
header .box {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 736px) {
  header .box {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 736px) {
  header .box h1.header-logo {
    text-align: center;
    width: 100%;
  }
}
header .box h1.header-logo img {
  height: 60px;
}
@media screen and (max-width: 736px) {
  header .box h1.header-logo img {
    height: 50px;
  }
}
header .box ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 736px) {
  header .box ul {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
}
header .box ul li {
  position: relative;
  margin-left: 20px;
  font-size: 15px;
  cursor: pointer;
}
@media screen and (max-width: 736px) {
  header .box ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-left: 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 736px) {
  header .box ul li.pc {
    display: none;
  }
}
header .box ul li a {
  display: block;
  font-size: 15px;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 736px) {
  header .box ul li a {
    padding: 10px 0;
    display: block;
    font-size: 13px;
  }
}
header .box ul li a img {
  height: 60px;
}
@media screen and (max-width: 736px) {
  header .box ul li.dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header .box ul li.dropdown:hover .dropdown-content {
  display: block;
  opacity: 1;
}
header .box ul li.dropdown .dropdown-content {
  display: none;
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  top: calc(100% + 10px);
  top: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  padding-top: 10px;
  margin: 0;
  border-radius: 10px;
}
@media screen and (max-width: 736px) {
  header .box ul li.dropdown .dropdown-content {
    display: block;
    opacity: 1;
    box-shadow: none;
    padding-top: 0;
    position: relative;
    width: auto;
  }
}
header .box ul li.dropdown .dropdown-content li {
  clear: both;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  margin-left: 0;
}
@media screen and (max-width: 736px) {
  header .box ul li.dropdown .dropdown-content li {
    background-color: transparent;
    border-bottom: 1px dotted #ccc;
  }
}
header .box ul li.dropdown .dropdown-content li a {
  font-size: 13px;
  padding: 16px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
  width: 20em;
}
@media screen and (max-width: 736px) {
  header .box ul li.dropdown .dropdown-content li a {
    width: auto;
    padding: 5px;
  }
}
header .box ul li.dropdown .dropdown-content li:nth-of-type(3) {
  border-bottom: none;
}
header .box ul li.btn-header {
  position: absolute;
  top: 35px;
}
@media screen and (max-width: 736px) {
  header .box ul li.btn-header {
    display: none;
  }
}
header .box ul li.btn-header a {
  margin: 0 0 0 5px;
}
header .box ul li.btn-header.btn-mypage {
  position: absolute;
  right: 345px;
}
header .box ul li.btn-header.btn-mail {
  position: absolute;
  right: 210px;
}
header .box ul li.btn-header.btn-tel {
  position: absolute;
  right: 0;
}
header .box .btn-box-sp {
  display: none;
}
@media screen and (max-width: 736px) {
  header .box .btn-box-sp {
    display: block;
    background-color: #F5F2E4;
    padding: 15px 0 0;
    margin-top: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  header .box .btn-box-sp .btn-tel {
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 736px) {
  header .box .btn-box-sp .btn-web {
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #0079BA;
    border: 1px solid #0079BA;
    margin: 0 auto 10px;
    font-size: 14px;
    padding: 15px 70px;
    width: 80%;
  }
  header .box .btn-box-sp .btn-web::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 30px;
    background-image: url(../images/common/icon-mail.svg);
  }
  header .box .btn-box-sp .btn-web::after {
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    background-image: url(../images/common/icon-arrow-blue.svg);
    background-color: #FAFAEF;
  }
  header .box .btn-box-sp .btn-web span {
    color: #FAFAEF;
  }
}

h1.sp-logo {
  display: none;
}
@media screen and (max-width: 736px) {
  h1.sp-logo {
    display: block;
    position: relative;
    top: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    position: fixed;
    padding: 10px 0;
    background-color: #FAFAEF;
    z-index: 1;
  }
}
@media screen and (max-width: 736px) {
  h1.sp-logo a {
    text-align: center;
  }
}
@media screen and (max-width: 736px) {
  h1.sp-logo a img {
    height: 50px;
  }
}

nav.sp-header {
  display: none;
}
@media screen and (max-width: 736px) {
  nav.sp-header {
    display: block;
    width: 100%;
    background-color: #0079BA;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
}
nav.sp-header .sp-logo a img {
  height: 50px;
}
nav.sp-header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
}
nav.sp-header ul li a {
  display: block;
}
nav.sp-header ul li a img {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 736px) {
  nav.sp-header ul li#menu-close {
    display: none;
  }
}

footer {
  background-color: #EBEADA;
  padding-top: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 736px) {
  footer {
    padding-top: 30px;
  }
}
footer .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #002940;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 80px 30px 160px;
  background-image: url(../images/top/bg-footer.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 736px) {
  footer .box {
    padding: 30px 15px 80px;
    width: 100%;
    margin-bottom: 60px;
  }
}
footer .box .footer-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-left {
    padding-bottom: 15px;
    border-bottom: 1px solid #FAFAEF;
    width: 100%;
  }
}
footer .box .footer-top .footer-left .logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-left .logo {
    margin-bottom: 15px;
  }
}
footer .box .footer-top .footer-left .logo img {
  height: 80px;
  max-width: 100%;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-left .logo img {
    height: 60px;
    margin-bottom: 10px;
    text-align: left;
  }
}
footer .box .footer-top .footer-left .googlemap {
  margin-bottom: 15px;
}
footer .box .footer-top .footer-left .googlemap a {
  color: #FAFAEF;
  text-decoration: underline;
}
footer .box .footer-top .footer-left .address p {
  font-size: 14px;
  color: #FAFAEF;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-left .address p {
    font-size: 12px;
    line-height: normal;
  }
}
footer .box .footer-top .footer-left .address p a {
  color: #FAFAEF;
}
footer .box .footer-top .footer-center {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-center {
    width: 100%;
  }
}
footer .box .footer-top .footer-center ul {
  margin-right: 30px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-center ul {
    margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #FAFAEF;
    width: 48%;
    margin-right: 0;
  }
}
footer .box .footer-top .footer-center ul li {
  font-size: 14px;
  color: #FAFAEF;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-center ul li {
    font-size: 12px;
    font-weight: 400;
  }
}
footer .box .footer-top .footer-center ul li a {
  display: block;
  font-size: 14px;
  color: #FAFAEF;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-center ul li a {
    padding: 0;
    font-size: 12px;
    font-weight: 400;
  }
}
footer .box .footer-top .footer-center a.banner-miyamashi {
  width: 100%;
  display: flex;
  align-items: center;
  height: 60px;
  border-radius: 7px;
  margin-top: 30px;
}
footer .box .footer-top .footer-center a.banner-miyamashi img {
  height: 45px;
  width: 200px;
  background-color: #fff;
  border-radius: 7px;
  padding: 10px;
  box-sizing: content-box;
}
footer .box .footer-top .footer-right {
  padding-left: 30px;
  border-left: 1px solid #FAFAEF;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-right {
    padding-left: 0;
    border: none;
    align-items: center;
    margin-top: 15px;
  }
}
footer .box .footer-top .footer-right a {
  display: block;
}
footer .box .footer-top .footer-right a img {
  height: 70px;
  max-width: 100%;
}
footer .box .footer-top .footer-right a span {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-right a span {
    display: none;
  }
}
footer .box .footer-top .footer-right ul {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top .footer-right ul {
    width: auto;
    margin-left: 20px;
  }
}
footer .box .footer-top .footer-right ul li a {
  display: block;
  margin-right: 10px;
}
footer .box .footer-top .footer-right ul li a img {
  width: 48px;
  height: 48px;
}
footer .box .footer-bottom ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom ul {
    flex-wrap: wrap;
    justify-content: start;
  }
}
footer .box .footer-bottom ul li a {
  display: block;
  color: #FAFAEF;
  font-size: 13px;
  margin: 0 10px;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom ul li a {
    margin: 0 0 10px;
    font-size: 11px;
  }
}

/* モーダルの基本スタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
}

/* モーダルコンテンツ */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #333;
  font-size: 40px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.under-page {
  width: 90%;
  max-width: 1200px;
  margin: 200px auto 0;
}
@media screen and (max-width: 736px) {
  .under-page {
    margin-top: 80px;
    width: calc(100% - 20px);
  }
}
.under-page h1.title {
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 72.61px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #0079BA;
  margin-bottom: 60px;
}
@media screen and (max-width: 736px) {
  .under-page h1.title {
    margin-bottom: 30px;
  }
}
.under-page h1.title span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #828282;
  margin-left: 30px;
}
@media screen and (max-width: 736px) {
  .under-page h1.title span {
    display: block;
    margin-left: 0;
  }
}
.under-page .breadcrumb {
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 736px) {
  .under-page .breadcrumb {
    padding-bottom: 10px;
  }
}
.under-page .breadcrumb span a {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #828282;
}
.under-page .breadcrumb span.current {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.06em;
}
.under-page .under-box {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
@media screen and (max-width: 736px) {
  .under-page .under-box {
    padding-top: 20px;
  }
}
.under-page .under-box .under-side-menu {
  position: absolute;
  width: 240px;
  padding-top: 30px;
}
@media screen and (max-width: 736px) {
  .under-page .under-box .under-side-menu {
    display: none;
  }
}
.under-page .under-box .under-side-menu.fixed {
  position: fixed;
  top: 120px;
  z-index: 1;
}
.under-page .under-box .under-side-menu ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  color: #828282;
  display: block;
  margin: 5px 0;
}
.under-page .under-box article.under-contents {
  flex: 1;
  padding-left: 270px;
  word-break: break-all;
}
@media screen and (max-width: 736px) {
  .under-page .under-box article.under-contents {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
  }
}
.under-page .under-box article.under-contents section {
  padding: 30px 0;
}
.under-page .under-box article.under-contents section h2.title {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #0079BA;
  margin-bottom: 1em;
}
@media screen and (max-width: 736px) {
  .under-page .under-box article.under-contents section h2.title {
    font-size: 20px;
  }
}
.under-page .under-box article.under-contents section h3.title {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
}
@media screen and (max-width: 736px) {
  .under-page .under-box article.under-contents section h3.title {
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
  }
}
.under-page .under-box article.under-contents section p {
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
}
.under-page .under-box article.under-contents section ul.flex2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .under-page .under-box article.under-contents section ul.flex2 {
    flex-wrap: wrap;
  }
}
.under-page .under-box article.under-contents section ul.flex2 li {
  width: 49%;
  border-radius: 10px;
}
@media screen and (max-width: 736px) {
  .under-page .under-box article.under-contents section ul.flex2 li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.under-page .under-box article.under-contents section ul.flex3 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .under-page .under-box article.under-contents section ul.flex3 {
    flex-wrap: wrap;
  }
}
.under-page .under-box article.under-contents section ul.flex3 li {
  width: 32%;
  border-radius: 10px;
}
@media screen and (max-width: 736px) {
  .under-page .under-box article.under-contents section ul.flex3 li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.under-page .under-box article.under-contents section .btn-box {
  text-align: center;
  margin: 50px auto 80px;
}
.under-page .under-box article.under-contents section .btn-box a {
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  padding: 15px 80px;
  border-radius: 100px;
  border: 1px solid #333;
  position: relative;
}
.under-page .under-box article.under-contents section .btn-box a::after {
  content: "";
  background-image: url(../images/common/icon-link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.under-page#company #company01 p {
  width: 30%;
}
@media screen and (max-width: 736px) {
  .under-page#company #company01 p {
    width: 100%;
  }
}
.under-page#company #company02 {
  margin-top: 80px;
}
@media screen and (max-width: 736px) {
  .under-page#company #company02 {
    margin-top: 0;
  }
}
.under-page#company #company02 .blue-box {
  background-image: url(../images/company/message-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0079BA;
  border-radius: 15px;
  padding: 200px 50px 50px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .under-page#company #company02 .blue-box {
    padding: 15px 15px 30px;
  }
}
.under-page#company #company02 .blue-box .img {
  position: absolute;
  top: -300px;
  right: -20px;
  background-color: #FAFAEF;
  padding: 30px;
  border-radius: 50%;
}
@media screen and (max-width: 736px) {
  .under-page#company #company02 .blue-box .img {
    position: relative;
    top: 0;
    right: 0;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
  }
}
.under-page#company #company02 .blue-box .img img {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 736px) {
  .under-page#company #company02 .blue-box .img img {
    height: auto;
  }
}
.under-page#company #company02 .blue-box h2.title {
  font-size: 22px;
  font-weight: 500;
  line-height: 31.86px;
  letter-spacing: 0.02em;
  color: #FAFAEF;
}
@media screen and (max-width: 736px) {
  .under-page#company #company02 .blue-box h2.title {
    font-size: 20px;
  }
}
.under-page#company #company02 .blue-box h3 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #FAFAEF;
  margin: 20px 0;
}
@media screen and (max-width: 736px) {
  .under-page#company #company02 .blue-box h3 {
    font-size: 30px;
    line-height: 48px;
  }
}
.under-page#company #company02 .blue-box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 32.4px;
  text-align: left;
  color: #FAFAEF;
}
@media screen and (max-width: 736px) {
  .under-page#company #company02 .blue-box p {
    font-size: 14px;
    line-height: 24px;
  }
}
.under-page#company #company04 .flex-box,
.under-page#company #company05 .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F5F2E4;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 736px) {
  .under-page#company #company04 .flex-box,
  .under-page#company #company05 .flex-box {
    flex-wrap: wrap;
  }
}
.under-page#company #company04 .flex-box .img,
.under-page#company #company05 .flex-box .img {
  width: 30%;
}
@media screen and (max-width: 736px) {
  .under-page#company #company04 .flex-box .img,
  .under-page#company #company05 .flex-box .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.under-page#company #company04 .flex-box .img img,
.under-page#company #company05 .flex-box .img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 736px) {
  .under-page#company #company04 .flex-box .img img,
  .under-page#company #company05 .flex-box .img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.under-page#company #company04 .flex-box .text,
.under-page#company #company05 .flex-box .text {
  width: 65%;
}
@media screen and (max-width: 736px) {
  .under-page#company #company04 .flex-box .text,
  .under-page#company #company05 .flex-box .text {
    width: 100%;
  }
}
.under-page#company #company06 .history-box dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 736px) {
  .under-page#company #company06 .history-box dl {
    flex-wrap: wrap;
  }
}
.under-page#company #company06 .history-box dl dt {
  width: 4em;
  height: 60px;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 59.4px;
  padding-right: 30px;
}
@media screen and (max-width: 736px) {
  .under-page#company #company06 .history-box dl dt {
    width: 100%;
    height: auto;
    line-height: normal;
    font-size: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 736px) {
  .under-page#company #company06 .history-box dl dt.same-year {
    display: none;
  }
}
.under-page#company #company06 .history-box dl dd {
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  padding: 10px;
  padding-left: 30px;
  box-sizing: content-box;
  position: relative;
}
@media screen and (max-width: 736px) {
  .under-page#company #company06 .history-box dl dd {
    height: auto;
    line-height: normal;
    padding: 10px 0 10px 30px;
  }
}
.under-page#company #company06 .history-box dl dd::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 736px) {
  .under-page#company #company06 .history-box dl dd::before {
    display: none;
  }
}
.under-page#company #company06 .history-box dl dd::after {
  content: "";
  width: 1px;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 2px;
  top: 50%;
}
@media screen and (max-width: 736px) {
  .under-page#company #company06 .history-box dl dd::after {
    left: 10px;
    top: 20%;
  }
}
.under-page#company #company07 {
  background-color: #F5F2E4;
  padding: 30px 60px;
  border-radius: 20px;
  margin: 30px auto;
}
@media screen and (max-width: 736px) {
  .under-page#company #company07 {
    padding: 15px;
  }
}
.under-page#company #company07 table th,
.under-page#company #company07 table td {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  padding: 10px 0;
}
@media screen and (max-width: 736px) {
  .under-page#company #company07 table th,
  .under-page#company #company07 table td {
    display: block;
    padding: 0;
  }
}
.under-page#company #company07 table th {
  width: 10em;
}
@media screen and (max-width: 736px) {
  .under-page#company #company07 table th {
    width: 100%;
    font-weight: 700;
    padding-top: 20px;
  }
}
.under-page#company #company08 ul.flex2 li a {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  display: block;
  text-align: center;
}
.under-page#company #company08 ul.flex2 li a img {
  max-width: 100%;
  height: 70px;
}
.under-page#company #company08 ul.flex2 li:nth-of-type(2) a {
  padding: 10px;
}
.under-page#company #company08 ul.flex2 li:nth-of-type(2) a img {
  height: 90px;
}

.under-page#electrical #electrical01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical01 {
    flex-wrap: wrap;
  }
}
.under-page#electrical #electrical01 h2.title {
  width: 16em;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical01 h2.title {
    width: 100%;
  }
}
.under-page#electrical #electrical01 p {
  width: 100%;
}
.under-page#electrical #electrical02 .img {
  background-color: #F5F2E4;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical02 .img {
    padding: 15px;
  }
}
.under-page#electrical #electrical03 ul.flex3 li {
  background-color: #fffffa;
  border: 1px solid #ADC6DF;
  padding: 20px;
  text-align: center;
}
.under-page#electrical #electrical03 ul.flex3 li img {
  max-width: 100%;
  height: 100px;
}
.under-page#electrical #electrical03 ul.flex3 li h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26.06px;
  color: #0079BA;
  margin: 10px 0 30px;
}
.under-page#electrical #electrical03 ul.flex3 li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #0079BA;
}
.under-page#electrical #electrical03 .point {
  width: 80%;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical03 .point {
    width: 100%;
  }
}
.under-page#electrical #electrical03 .point p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  letter-spacing: 0.02em;
  color: #0079BA;
  position: relative;
  margin-right: 20px;
}
.under-page#electrical #electrical03 .point p::after {
  position: absolute;
  bottom: -28px;
  left: -2%;
  background-image: url(../images/electrical/service_point_line_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 104%;
  height: 14px;
}
.under-page#electrical #electrical03 .point img {
  width: auto;
  height: 130px;
}
.under-page#electrical #electrical04 .grid-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.under-page#electrical #electrical04 .grid-box .plan {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical04 .grid-box .plan {
    padding: 20px;
  }
}
.under-page#electrical #electrical04 .grid-box .plan .plan-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.under-page#electrical #electrical04 .grid-box .plan .plan-title h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 40.54px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-right: 20px;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical04 .grid-box .plan .plan-title h3 {
    width: 100%;
  }
}
.under-page#electrical #electrical04 .grid-box .plan .plan-title span {
  color: #fff;
  font-size: 12px;
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin-right: 10px;
}
.under-page#electrical #electrical04 .grid-box .plan .plan-title span.tag-high {
  background-color: #0079BA;
}
.under-page#electrical #electrical04 .grid-box .plan .plan-title span.tag-low {
  background-color: #ADC6DF;
}
.under-page#electrical #electrical04 .grid-box .plan p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.under-page#electrical #electrical04 .grid-box .plan a.btn-plan {
  font-size: 14px;
  position: absolute;
  bottom: 27px;
  left: 90px;
  color: #E4800D;
  border: 2px solid #E4800D;
  padding: 10px;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical04 .grid-box .plan a.btn-plan {
    position: static;
  }
}
.under-page#electrical #electrical04 .grid-box .plan a.btn-under {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical04 .grid-box .plan a.btn-under {
    bottom: 20px;
    left: 20px;
  }
}
.under-page#electrical #electrical04 .grid-box .plan a.btn-under::before {
  background-color: #333;
  background-image: url(../images/common/icon-arrow-white.svg);
}
.under-page#electrical #electrical04 .grid-box .plan .icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical04 .grid-box .plan .icon {
    bottom: 20px;
    right: 20px;
  }
}
.under-page#electrical #electrical04 .grid-box .plan-regular {
  border: 2px solid #0079BA;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical04 .grid-box .plan-regular {
    grid-column: span 2;
    padding-bottom: 100px;
  }
}
.under-page#electrical #electrical04 .grid-box .plan-regular span.label {
  position: absolute;
  top: -2px;
  right: -2px;
  background-color: #FCD224;
  padding: 7px 20px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 10px;
  font-size: 14px;
  display: inline-block;
}
.under-page#electrical #electrical04 .grid-box .plan-regular h3 {
  color: #0079BA;
}
.under-page#electrical #electrical04 .grid-box .plan-regular p {
  color: #0079BA;
}
.under-page#electrical #electrical04 .grid-box .plan-reenergy {
  grid-column: span 2;
  border: 2px solid #8CA800;
  padding-bottom: 80px;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical04 .grid-box .plan-reenergy {
    grid-column: span 2;
  }
}
.under-page#electrical #electrical04 .grid-box .plan-reenergy h3 {
  color: #8CA800;
}
.under-page#electrical #electrical04 .grid-box .plan-reenergy p {
  color: #8CA800;
}
.under-page#electrical #electrical04 .grid-box .plan-family {
  grid-column: span 2;
  border: 2px solid #E4800D;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 80px;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical04 .grid-box .plan-family {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
.under-page#electrical #electrical04 .grid-box .plan-family .plan-title-box {
  width: 20em;
  align-content: flex-start;
}
.under-page#electrical #electrical04 .grid-box .plan-family .plan-title-box h3 {
  color: #E4800D;
  margin-bottom: 20px;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical04 .grid-box .plan-family .plan-title-box h3 {
    width: 100%;
  }
}
.under-page#electrical #electrical04 .grid-box .plan-family .plan-contents-box .icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical04 .grid-box .plan-family .plan-contents-box .icon {
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical04 .grid-box .plan-family .plan-contents-box .icon img {
    height: 50px;
  }
}
.under-page#electrical #electrical04 .grid-box .plan-family .plan-contents-box p {
  color: #E4800D;
  padding-right: 120px;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical04 .grid-box .plan-family .plan-contents-box p {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.under-page#electrical #electrical04 .grid-box .plan-family .plan-contents-box .conditions {
  background-color: #F7F5ED;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical04 .grid-box .plan-family .plan-contents-box .conditions {
    margin-bottom: 60px;
  }
}
.under-page#electrical #electrical04 .grid-box .plan-family .plan-contents-box .conditions h4 {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 2px;
  border: 1px solid #333;
  border-radius: 100px;
  margin: 0 auto 10px;
  width: 80%;
}
.under-page#electrical #electrical04 .grid-box .plan-family .plan-contents-box .conditions p {
  color: #333;
  text-align: center;
  padding: 0;
  margin: 0;
}
.under-page#electrical #electrical04 .btn-box {
  text-align: center;
  padding: 30px 0;
}
.under-page#electrical #electrical04 .btn-box a {
  display: inline-block;
  padding: 10px 80px;
  background-color: #333;
  color: #FAFAEF;
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  border-radius: 100px;
}
.under-page#electrical #electrical04 .banner-box {
  margin: 80px 0;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical04 .banner-box {
    margin-bottom: 0;
  }
}
.under-page#electrical #electrical04 .banner-box a.banner-denki {
  margin-bottom: 20px;
  display: block;
}
.under-page#electrical #electrical04 .banner-box a.banner-coin {
  display: block;
}
.under-page#electrical #electrical05 .inner-box {
  background-color: #DFEFF2;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical05 .inner-box {
    padding: 30px 15px;
  }
}
.under-page#electrical #electrical05 .inner-box h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26.06px;
  margin-bottom: 20px;
  margin-top: 50px;
  border-top: 1px solid #ccc;
  padding-top: 50px;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical05 .inner-box h3 {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.under-page#electrical #electrical05 .inner-box h3:first-of-type {
  margin-top: 0;
  border: none;
  padding-top: 0;
}
.under-page#electrical #electrical05 .inner-box ul.flex3 li {
  background-color: #0079BA;
  text-align: center;
  padding: 30px 15px;
}
.under-page#electrical #electrical05 .inner-box ul.flex3 li img {
  max-width: 100%;
  height: 50px;
}
.under-page#electrical #electrical05 .inner-box ul.flex3 li h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 21.72px;
  text-align: center;
  color: #fff;
  height: 2em;
  margin: 10px 0 24px;
}
.under-page#electrical #electrical05 .inner-box ul.flex3 li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
  text-align: left;
  color: #fff;
}
.under-page#electrical #electrical05 .inner-box .img img {
  width: 100%;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical06 ul.flex2 li:nth-of-type(1) {
    margin-bottom: 0;
  }
}
.under-page#electrical #electrical06 ul.flex2 li:nth-of-type(1) a {
  display: block;
}
.under-page#electrical #electrical07 {
  border-radius: 10px;
}
@media screen and (max-width: 736px) {
  .under-page#electrical #electrical07 ul.flex2 li:nth-of-type(1) {
    margin-bottom: 15px;
  }
}
.under-page#electrical #electrical07 .btn-box {
  margin-top: 30px;
  margin-bottom: 0;
}
.under-page#electrical #electrical07 .btn-box a {
  width: 100%;
  display: block;
  background-color: #fff;
  border: 2px solid #0079BA;
  padding: 10px;
  border-radius: 100px;
  color: #0079BA;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.17px;
  letter-spacing: 0.02em;
}
.under-page#electrical #electrical07 .btn-box a::before {
  content: "";
  background-image: url(../images/common/icon-attention.svg);
  background-size: contain;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.under-page#electrical #electrical08 ul.flex3 {
  justify-content: start;
}
.under-page#electrical #electrical08 ul.flex3 li {
  margin-right: 1%;
}
.under-page#electrical #electrical08 ul.flex3 li a {
  display: block;
  background-color: #fffffa;
  border: 1px solid #ADC6DF;
  padding: 20px;
  border-radius: 10px;
}
.under-page#electrical #electrical08 ul.flex3 li a img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
.under-page#electrical #electrical08 ul.flex3 li a h3 {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.27px;
}
.under-page#electrical #electrical08 ul.flex3 li a p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
}
.under-page#electrical #electrical08 .btn-box {
  text-align: center;
  margin: 80px auto 80px;
}
.under-page#electrical #electrical08 .btn-box a {
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  padding: 15px 80px;
  border: 1px solid #333;
  border-radius: 100px;
}

.under-page#pv .fit-box {
  background-color: #F5F2E4;
  border-radius: 20px;
  overflow: hidden;
}
.under-page#pv .fit-box h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26.06px;
  color: #fff;
  padding: 5px 30px;
}
.under-page#pv .fit-box .img {
  text-align: center;
  padding: 30px;
}
@media screen and (max-width: 736px) {
  .under-page#pv .fit-box .img {
    padding: 10px;
  }
}
.under-page#pv .fit-box .img img {
  width: 100%;
}
.under-page#pv .btn-box {
  text-align: center;
  margin: 50px auto 80px;
}
.under-page#pv .btn-box a {
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  padding: 15px 80px;
  border-radius: 100px;
  color: #fff;
}
.under-page#pv .btn-box a::after {
  background-color: #FAFAEF;
  background-size: 15px;
  background-position: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  right: 20px;
}
.under-page#pv #pv01 .pv-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 736px) {
  .under-page#pv #pv01 .pv-box {
    flex-wrap: wrap;
  }
}
.under-page#pv #pv01 .pv-box h2.title {
  width: 16em;
  margin-right: 30px;
}
.under-page#pv #pv01 .pv-box p {
  width: 100%;
}
.under-page#pv #pv01 .fit-box h3 {
  background-color: #D45E7D;
}
.under-page#pv #pv01 .btn-box a {
  border: 1px solid #D45E7D;
  background-color: #D45E7D;
}
.under-page#pv #pv01 .btn-box a::after {
  background-image: url(../images/common/icon-link-pink.svg);
}
.under-page#pv #pv02 .fit-box h3 {
  background-color: #D57300;
}
.under-page#pv #pv02 .btn-box a {
  border: 1px solid #D57300;
  background-color: #D57300;
}
.under-page#pv #pv02 .btn-box a::after {
  background-image: url(../images/common/icon-link-orange.svg);
}

.under-page#area .area-box {
  background-color: #fff;
  border: 1px solid #ADC6DF;
  padding: 40px;
  border-radius: 10px;
}
.under-page#area #area01 .area-box {
  padding: 50px 80px;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .under-page#area #area01 .area-box {
    padding: 15px;
  }
}
.under-page#area #area02 ul li.area-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .under-page#area #area02 ul li.area-box {
    flex-wrap: wrap;
    padding: 15px;
  }
}
.under-page#area #area02 ul li.area-box .text {
  flex: 1;
  padding-right: 30px;
}
@media screen and (max-width: 736px) {
  .under-page#area #area02 ul li.area-box .text {
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.under-page#area #area02 ul li.area-box .text h3 {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 736px) {
  .under-page#area #area02 ul li.area-box .text h3 {
    text-align: center;
    padding-top: 15px;
  }
}
.under-page#area #area02 ul li.area-box .text h3 img {
  width: auto;
}
.under-page#area #area02 ul li.area-box .text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
}
.under-page#area #area02 ul li.area-box .img {
  width: 240px;
}
.under-page#area #area02 ul li.area-box .img img {
  width: 100%;
}
.under-page#area #area02 ul li.area-box:nth-of-type(1) .img {
  width: 240px;
}
@media screen and (max-width: 736px) {
  .under-page#area #area02 ul li.area-box:nth-of-type(1) .img {
    width: 100%;
  }
}
.under-page#area #area02 ul li.area-box:nth-of-type(2) .img {
  width: 240px;
  text-align: right;
}
@media screen and (max-width: 736px) {
  .under-page#area #area02 ul li.area-box:nth-of-type(2) .img {
    width: 100%;
    text-align: center;
  }
}
.under-page#area #area02 ul li.area-box:nth-of-type(2) .img img {
  width: 160px;
}
@media screen and (max-width: 736px) {
  .under-page#area #area02 ul li.area-box:nth-of-type(2) .img img {
    width: 66%;
  }
}
.under-page#area #area02 ul li.area-box:nth-of-type(3) {
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  .under-page#area #area02 ul li.area-box:nth-of-type(3) h3 {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 736px) {
  .under-page#area #area02 ul li.area-box:nth-of-type(3) h3 img {
    height: 80px;
  }
}
.under-page#area #area02 ul li.area-box:nth-of-type(3) .text {
  padding-left: 30px;
}
@media screen and (max-width: 736px) {
  .under-page#area #area02 ul li.area-box:nth-of-type(3) .text {
    width: 100%;
    padding-left: 0;
  }
}
.under-page#area #area02 ul li.area-box:nth-of-type(3) .img {
  width: 160px;
}
@media screen and (max-width: 736px) {
  .under-page#area #area02 ul li.area-box:nth-of-type(3) .img {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 736px) {
  .under-page#area #area02 ul li.area-box:nth-of-type(3) .img img {
    width: 66%;
  }
}
.under-page#area #area03 ul.wp-contents li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .under-page#area #area03 ul.wp-contents li a {
    flex-wrap: wrap;
  }
}
.under-page#area #area03 ul.wp-contents li a .img {
  width: 30%;
}
@media screen and (max-width: 736px) {
  .under-page#area #area03 ul.wp-contents li a .img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.under-page#area #area03 ul.wp-contents li a .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.under-page#area #area03 ul.wp-contents li a .text {
  flex: 1;
  padding-left: 30px;
}
@media screen and (max-width: 736px) {
  .under-page#area #area03 ul.wp-contents li a .text {
    padding-left: 0;
  }
}
.under-page#area #area03 ul.wp-contents li a .text h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26.06px;
  text-align: left;
  margin-bottom: 20px;
}
.under-page#area #area03 ul.wp-contents li a .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0.02em;
  text-align: left;
}

.under-page#coin .under-side-menu {
  width: 200px;
}
.under-page#coin #coin01 {
  display: flex;
}
@media screen and (max-width: 736px) {
  .under-page#coin #coin01 {
    flex-wrap: wrap;
  }
}
.under-page#coin #coin01 .text {
  flex: 1;
  padding-right: 10px;
}
.under-page#coin #coin01 .text .btn-box a {
  padding: 15px 60px 15px 40px;
}
.under-page#coin #coin01 .img {
  width: 60%;
}
@media screen and (max-width: 736px) {
  .under-page#coin #coin01 .img {
    width: 100%;
  }
}
.under-page#coin #coin02 .dl-box {
  margin-top: 30px;
}
.under-page#coin #coin02 .dl-box dl {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 736px) {
  .under-page#coin #coin02 .dl-box dl {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.under-page#coin #coin02 .dl-box dl dt {
  width: 10em;
  font-size: 14px;
  font-weight: 500;
  line-height: 23.8px;
  text-align: center;
  color: #fff;
  background-color: #47873C;
  padding: 3px 30px;
  border-radius: 10px;
}
.under-page#coin #coin02 .dl-box dl dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 736px) {
  .under-page#coin #coin02 .dl-box dl dd {
    padding-left: 10px;
  }
}
.under-page#coin #coin02 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .under-page#coin #coin02 ul {
    flex-wrap: wrap;
  }
}
.under-page#coin #coin02 ul li {
  background-color: #F5F2E4;
  border-radius: 20px;
  overflow: hidden;
}
.under-page#coin #coin02 ul li h3 {
  background-color: #333;
  color: #FAFAEF;
  font-size: 14px;
  font-weight: 500;
  line-height: 25.2px;
  letter-spacing: 0.02em;
  text-align: center;
}
.under-page#coin #coin02 ul li .img {
  text-align: center;
  padding: 20px;
}
.under-page#coin #coin02 ul li:first-of-type {
  margin-right: 10px;
}
.under-page#coin #coin03 .coin-box {
  border: 2px solid #47873C;
  padding: 30px 40px;
  border-radius: 20px;
}
@media screen and (max-width: 736px) {
  .under-page#coin #coin03 .coin-box {
    padding: 30px 15px;
  }
}
.under-page#coin #coin03 .coin-box .box-header {
  position: relative;
  padding: 20px 0 20px 70px;
  border-bottom: 2px dashed #ccc;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .under-page#coin #coin03 .coin-box .box-header {
    padding: 0;
  }
}
.under-page#coin #coin03 .coin-box .box-header::before {
  content: "";
  background-image: url(../images/coin/icon-attention.svg);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 736px) {
  .under-page#coin #coin03 .coin-box .box-header::before {
    display: none;
  }
}
.under-page#coin #coin03 .coin-box .box-header h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.02em;
  text-align: left;
}
@media screen and (max-width: 736px) {
  .under-page#coin #coin03 .coin-box .box-header h3 {
    font-size: 17px;
  }
}
.under-page#coin #coin03 .coin-box .box-header p {
  font-size: 14px;
  font-weight: 500;
  line-height: 25.2px;
  letter-spacing: 0.04em;
  text-align: left;
}
.under-page#coin #coin03 .coin-box .box-header p span {
  font-size: 18px;
  font-weight: 500;
  line-height: 32.4px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #47873C;
}
@media screen and (max-width: 736px) {
  .under-page#coin #coin03 .coin-box .box-header p span {
    font-size: 17px;
  }
}
.under-page#coin #coin03 .coin-box .box-center {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .under-page#coin #coin03 .coin-box .box-center {
    flex-wrap: wrap;
  }
}
.under-page#coin #coin03 .coin-box .box-center h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #47873C;
  padding: 5px;
  width: 170px;
  border: 1px solid #47873C;
  border-radius: 10px;
}
@media screen and (max-width: 736px) {
  .under-page#coin #coin03 .coin-box .box-center h3 {
    width: 100%;
  }
}
.under-page#coin #coin03 .coin-box .box-center p {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
  text-align: left;
  padding-left: 10px;
}
.under-page#coin #coin03 .coin-box .box-bottom {
  display: flex;
  justify-content: space-between;
}
.under-page#coin #coin03 .coin-box .box-bottom .img {
  width: 170px;
  margin-right: 10px;
}
@media screen and (max-width: 736px) {
  .under-page#coin #coin03 .coin-box .box-bottom .img {
    display: none;
  }
}
.under-page#coin #coin03 .coin-box .box-bottom .text {
  flex: 1;
}
.under-page#coin #coin03 .coin-box .box-bottom .text ul li {
  border-bottom: 2px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 70px;
}
.under-page#coin #coin03 .coin-box .box-bottom .text ul li::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 45px;
  height: 56px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.under-page#coin #coin03 .coin-box .box-bottom .text ul li h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 27.2px;
  letter-spacing: 0.02em;
  text-align: left;
}
.under-page#coin #coin03 .coin-box .box-bottom .text ul li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
  letter-spacing: 0.02em;
  text-align: left;
}
.under-page#coin #coin03 .coin-box .box-bottom .text ul li:nth-of-type(1)::before {
  background-image: url(../images/coin/coin_step_01.svg);
}
.under-page#coin #coin03 .coin-box .box-bottom .text ul li:nth-of-type(2)::before {
  background-image: url(../images/coin/coin_step_02.svg);
}
.under-page#coin #coin03 .coin-box .box-bottom .text ul li:nth-of-type(3)::before {
  background-image: url(../images/coin/coin_step_03.svg);
}
.under-page#coin #coin03 ul.flex2 li {
  background-color: #F5F2E4;
  border-radius: 20px;
  padding: 30px;
}
.under-page#coin #coin03 ul.flex2 li h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 32.4px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 20px;
}
.under-page#coin #coin03 ul.flex2 li a.btn {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 25.2px;
  text-align: center;
  border: 1px solid #47873C;
  padding: 15px 50px;
  border-radius: 100px;
  margin-bottom: 10px;
  position: relative;
}
.under-page#coin #coin03 ul.flex2 li a.btn::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.under-page#coin #coin03 ul.flex2 li a.btn::after {
  content: "";
  background-image: url(../images/coin/icon-link-green.svg);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  background-color: #FAFAEF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.under-page#coin #coin03 ul.flex2 li .tel-box {
  margin-top: 20px;
}
.under-page#coin #coin03 ul.flex2 li .tel-box span {
  font-size: 15px;
  font-weight: 500;
  line-height: 28.5px;
  text-align: left;
}
.under-page#coin #coin03 ul.flex2 li .tel-box a {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: left;
  position: relative;
  padding-left: 50px;
}
.under-page#coin #coin03 ul.flex2 li .tel-box a::before {
  content: "";
  background-image: url(../images/coin/icon-free.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 38px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.under-page#coin #coin03 ul.flex2 li .tel-box small {
  font-size: 12px;
  font-weight: 400;
  line-height: 22.8px;
  text-align: left;
}
.under-page#coin #coin03 ul.flex2 li:nth-of-type(1) a.btn {
  background-color: #47873C;
  color: #FAFAEF;
}
.under-page#coin #coin03 ul.flex2 li:nth-of-type(1) a.btn::before {
  background-image: url(../images/coin/icon-coin.svg);
}
.under-page#coin #coin03 ul.flex2 li:nth-of-type(2) a.btn {
  color: #47873C;
  background-color: #fff;
}
.under-page#coin #coin03 ul.flex2 li:nth-of-type(2) a.btn::before {
  background-image: url(../images/coin/icon-change01.svg);
}
.under-page#coin #coin03 ul.flex2 li:nth-of-type(2) a.btn:nth-of-type(2)::before {
  background-image: url(../images/coin/icon-change02.svg);
}
.under-page#coin #coin04 .banner-box small {
  display: block;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  .under-page#coin #coin04 .banner-box small {
    font-size: 12px;
    text-align: left;
  }
}
.under-page#coin #coin04 .application-box {
  width: 80%;
  margin: 50px auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 736px) {
  .under-page#coin #coin04 .application-box {
    flex-wrap: wrap;
  }
}
.under-page#coin #coin04 .application-box .left {
  width: 85px;
  margin-right: 30px;
}
@media screen and (max-width: 736px) {
  .under-page#coin #coin04 .application-box .left {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.under-page#coin #coin04 .application-box .right {
  width: 320px;
}
.under-page#coin #coin04 .application-box .right .img {
  width: 320px;
  margin-bottom: 10px;
}
.under-page#coin #coin04 .application-box .right .img img {
  width: auto;
  height: 100%;
}
.under-page#coin #coin04 .application-box .right .install-box {
  display: flex;
  justify-content: space-between;
}
.under-page#coin #coin04 .application-box .right .install-box img {
  width: auto;
  height: 50px;
}

@media screen and (max-width: 736px) {
  .under-page#carbon-neutral h1.title {
    font-size: 40px;
  }
}
.under-page#carbon-neutral .cn-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 736px) {
  .under-page#carbon-neutral .cn-box {
    flex-wrap: wrap;
  }
}
.under-page#carbon-neutral .cn-box h2.title {
  width: 13em;
  margin-right: 30px;
}
@media screen and (max-width: 736px) {
  .under-page#carbon-neutral .cn-box h2.title {
    width: 100%;
  }
}
.under-page#carbon-neutral .cn-box p {
  flex: 1;
}
.under-page#carbon-neutral #carbon-neutral01 .cn-about-box {
  border: 2px solid #0079BA;
  padding: 30px;
  border-radius: 10px;
}
.under-page#carbon-neutral #carbon-neutral01 .cn-about-box h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  color: #0079BA;
  margin-bottom: 20px;
}
.under-page#carbon-neutral #carbon-neutral01 .cn-about-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #0079BA;
}
.under-page#carbon-neutral #carbon-neutral02 .inner-box {
  background-color: #DFEFF2;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 736px) {
  .under-page#carbon-neutral #carbon-neutral02 .inner-box {
    padding: 15px;
  }
}
.under-page#carbon-neutral #carbon-neutral02 .inner-box h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26.06px;
  margin-bottom: 20px;
  margin-top: 50px;
  border-top: 1px solid #ccc;
  padding-top: 50px;
}
@media screen and (max-width: 736px) {
  .under-page#carbon-neutral #carbon-neutral02 .inner-box h3 {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.under-page#carbon-neutral #carbon-neutral02 .inner-box h3:first-of-type {
  margin-top: 0;
  border: none;
  padding-top: 0;
}
.under-page#carbon-neutral #carbon-neutral02 .inner-box ul.flex3 li {
  background-color: #0079BA;
  text-align: center;
  padding: 30px 15px 10px;
}
.under-page#carbon-neutral #carbon-neutral02 .inner-box ul.flex3 li img {
  max-width: 100%;
  height: 50px;
}
.under-page#carbon-neutral #carbon-neutral02 .inner-box ul.flex3 li h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 21.72px;
  text-align: center;
  color: #fff;
  height: 2em;
  margin: 10px 0 24px;
}
@media screen and (max-width: 736px) {
  .under-page#carbon-neutral #carbon-neutral02 .inner-box ul.flex3 li h4 {
    height: auto;
  }
}
.under-page#carbon-neutral #carbon-neutral02 .inner-box ul.flex3 li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
  text-align: left;
  color: #fff;
}
.under-page#carbon-neutral #carbon-neutral02 .inner-box ul.flex3:nth-of-type(2) li {
  background-color: transparent;
}
@media screen and (max-width: 736px) {
  .under-page#carbon-neutral #carbon-neutral02 .inner-box ul.flex3:nth-of-type(2) li {
    padding-top: 0;
  }
}
.under-page#carbon-neutral #carbon-neutral02 .inner-box ul.flex3:nth-of-type(2) li .img {
  background-color: #fff;
  width: 100%;
  padding: 20px;
  border: 1px solid #ADC6DF;
  border-radius: 10px;
  text-align: center;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.under-page#carbon-neutral #carbon-neutral02 .inner-box ul.flex3:nth-of-type(2) li .img img {
  width: 90%;
  height: auto;
}
.under-page#carbon-neutral #carbon-neutral02 .inner-box ul.flex3:nth-of-type(2) li h4 {
  color: #333;
  -moz-text-align-last: left;
       text-align-last: left;
  height: auto;
  margin: 10px 0px 20px 5px;
}
.under-page#carbon-neutral #carbon-neutral02 .inner-box .img img {
  width: 100%;
}
.under-page#carbon-neutral #carbon-neutral03 .cn-box {
  margin-bottom: 30px;
}
.under-page#carbon-neutral #carbon-neutral03 h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  color: #0079BA;
  border: 1px solid #0079BA;
  padding: 5px;
  border-radius: 100px;
  margin-bottom: 30px;
}

.under-page#news-list nav.under-side-menu ul li a,
.under-page#feedback-list nav.under-side-menu ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 25.2px;
  text-align: left;
  color: #0079BA;
  border: 1px solid #0079BA;
  padding: 5px 20px;
  border-radius: 100px;
}
.under-page#news-list nav.under-side-menu ul li a.current,
.under-page#feedback-list nav.under-side-menu ul li a.current {
  color: #FAFAEF;
  background-color: #0079BA;
}
.under-page#news-list #news-box ul,
.under-page#feedback-list #news-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.under-page#news-list #news-box ul li,
.under-page#feedback-list #news-box ul li {
  width: 32%;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .under-page#news-list #news-box ul li,
  .under-page#feedback-list #news-box ul li {
    width: 48%;
    margin-bottom: 30px;
  }
}
.under-page#news-list #news-box ul li .news-img,
.under-page#feedback-list #news-box ul li .news-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background-color: #ccc;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.under-page#news-list #news-box ul li .news-img img,
.under-page#feedback-list #news-box ul li .news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.under-page#news-list #news-box ul li span.news-cat,
.under-page#feedback-list #news-box ul li span.news-cat {
  font-size: 11px;
  font-weight: 500;
  line-height: 19.8px;
  text-align: left;
  color: #0079BA;
  border: 1px solid #0079BA;
  padding: 3px 20px;
  border-radius: 100px;
}
.under-page#news-list #news-box ul li h2.news-title,
.under-page#feedback-list #news-box ul li h2.news-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;
  margin-top: 10px;
}
.under-page#news-list #news-box ul li span.news-date,
.under-page#feedback-list #news-box ul li span.news-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: #999;
}
.under-page#news-list nav.pagination,
.under-page#feedback-list nav.pagination {
  max-width: 700px;
  margin: 0 auto 30px;
  display: flex;
}
.under-page#news-list nav.pagination .nav-links,
.under-page#feedback-list nav.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
}
.under-page#news-list nav.pagination .nav-links .page-numbers,
.under-page#feedback-list nav.pagination .nav-links .page-numbers {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: center;
  color: #0079BA;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px 5px;
}
.under-page#news-list nav.pagination .nav-links .page-numbers.current,
.under-page#feedback-list nav.pagination .nav-links .page-numbers.current {
  color: #FAFAEF;
  background-color: #0079BA;
}

.under-page#feedback-list #news-box ul.wp-contents li {
  width: auto;
  margin: 0;
}
@media screen and (max-width: 736px) {
  .under-page#feedback-list #news-box ul.wp-contents li {
    width: auto;
    margin: 0;
  }
}
.under-page#feedback-list #news-box ul.wp-contents li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .under-page#feedback-list #news-box ul.wp-contents li a {
    flex-wrap: wrap;
  }
}
.under-page#feedback-list #news-box ul.wp-contents li a .img {
  width: 30%;
}
@media screen and (max-width: 736px) {
  .under-page#feedback-list #news-box ul.wp-contents li a .img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.under-page#feedback-list #news-box ul.wp-contents li a .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.under-page#feedback-list #news-box ul.wp-contents li a .text {
  flex: 1;
  padding-left: 30px;
}
@media screen and (max-width: 736px) {
  .under-page#feedback-list #news-box ul.wp-contents li a .text {
    padding-left: 0;
  }
}
.under-page#feedback-list #news-box ul.wp-contents li a .text h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26.06px;
  text-align: left;
  margin-bottom: 20px;
}
.under-page#feedback-list #news-box ul.wp-contents li a .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0.02em;
  text-align: left;
}

.under-page#news-single #news-single,
.under-page#feedback-single #news-single,
.under-page#contribute-single #news-single {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .under-page#news-single #news-single,
  .under-page#feedback-single #news-single,
  .under-page#contribute-single #news-single {
    width: 100%;
  }
}
.under-page#news-single #news-single span.news-cat,
.under-page#feedback-single #news-single span.news-cat,
.under-page#contribute-single #news-single span.news-cat {
  font-size: 11px;
  font-weight: 500;
  line-height: 19.8px;
  text-align: left;
  color: #0079BA;
  border: 1px solid #0079BA;
  padding: 3px 20px;
  border-radius: 100px;
  margin-right: 20px;
}
.under-page#news-single #news-single h2.news-title,
.under-page#feedback-single #news-single h2.news-title,
.under-page#contribute-single #news-single h2.news-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 35.2px;
  text-align: left;
  margin: 20px 0 30px;
}
@media screen and (max-width: 736px) {
  .under-page#news-single #news-single h2.news-title,
  .under-page#feedback-single #news-single h2.news-title,
  .under-page#contribute-single #news-single h2.news-title {
    font-size: 20px;
  }
}
.under-page#news-single #news-single span.news-date,
.under-page#feedback-single #news-single span.news-date,
.under-page#contribute-single #news-single span.news-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: #999;
}
.under-page#news-single #news-single .news-contents,
.under-page#feedback-single #news-single .news-contents,
.under-page#contribute-single #news-single .news-contents {
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
}
@media screen and (max-width: 736px) {
  .under-page#news-single #news-single .news-contents,
  .under-page#feedback-single #news-single .news-contents,
  .under-page#contribute-single #news-single .news-contents {
    padding: 15px;
  }
}
.under-page#news-single #news-single .news-contents .news-thumbnail img,
.under-page#feedback-single #news-single .news-contents .news-thumbnail img,
.under-page#contribute-single #news-single .news-contents .news-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.under-page#news-single #news-single .news-contents p,
.under-page#feedback-single #news-single .news-contents p,
.under-page#contribute-single #news-single .news-contents p {
  margin-bottom: 1em;
}

.under-page#contribute-single #news-single .news-contents .news-thumbnail ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.under-page#contribute-single #news-single .news-contents .news-thumbnail ul li {
  width: 32%;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .under-page#contribute-single #news-single .news-contents .news-thumbnail ul li {
    width: 100%;
  }
}
.under-page#contribute-single #news-single .news-contents .news-thumbnail ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.under-page#contribute-single #news-single .news-contents .news-thumbnail ul li p {
  text-align: center;
}

.spon-news#news-list h1.title,
.spon-news#contribute-single h1.title {
  color: #E4800D;
}
.spon-news#news-list nav.under-side-menu ul li a,
.spon-news#contribute-single nav.under-side-menu ul li a {
  color: #E4800D;
  border: 1px solid #E4800D;
}
.spon-news#news-list nav.under-side-menu ul li a.current,
.spon-news#contribute-single nav.under-side-menu ul li a.current {
  background-color: #E4800D;
}
.spon-news#news-list #news-box ul li span.news-cat,
.spon-news#contribute-single #news-box ul li span.news-cat {
  color: #E4800D;
  border: 1px solid #E4800D;
}
.spon-news#news-list nav.pagination .nav-links .page-numbers,
.spon-news#contribute-single nav.pagination .nav-links .page-numbers {
  color: #E4800D;
}
.spon-news#news-list nav.pagination .nav-links .page-numbers.current,
.spon-news#contribute-single nav.pagination .nav-links .page-numbers.current {
  background-color: #E4800D;
}

#spon-news-single h1.title {
  color: #E4800D;
}

.under-page#document #document-box h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #0079BA;
  margin-bottom: 1em;
}
.under-page#document #document-box .dl_head {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
}
.under-page#document #document-box .dl_body {
  display: block;
}
.under-page#document #document-box .dl_body a {
  text-decoration: underline;
  color: #0079BA;
}

.under-page#contact .under-box article.under-contents {
  padding-left: 0;
}
.under-page#contact .under-box article.under-contents p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents p {
    font-size: 14px;
  }
}
.under-page#contact .under-box article.under-contents #contact-box {
  background-color: #fffffa;
  border-radius: 20px;
  padding: 80px 30px;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box {
    padding: 30px 15px;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form table {
  margin: 0 auto;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr th {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.06em;
  text-align: left;
  width: 24em;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form table tr th {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form table tr th span {
  padding: 4px 20px 4px 20px;
  border-radius: 100px;
  color: #FAFAEF;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.3em;
  text-align: center;
  margin-left: 15px;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr th span.req {
  background-color: #0079BA;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr th span.opt {
  background-color: #bbb;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form table tr th p {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form table tr td {
    display: block;
    width: 100%;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td span.label {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form table tr td span.label {
    margin-bottom: 0;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td span.wpcf7-list-item {
  display: block;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form table tr td span.wpcf7-list-item-label {
    font-size: 13px;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td span.gray {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.06em;
  text-align: left;
  margin-bottom: 15px;
  color: #7F8786;
  width: 100%;
  display: block;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td span.gray.bt {
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=radio] {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: left;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=text],
.under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=email],
.under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=tel],
.under-page#contact .under-box article.under-contents #contact-box form table tr td textarea {
  padding: 20px 16px;
  border-radius: 6px;
  border: none;
  background-color: #F5F5F5;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=text],
  .under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=email],
  .under-page#contact .under-box article.under-contents #contact-box form table tr td input[type=tel],
  .under-page#contact .under-box article.under-contents #contact-box form table tr td textarea {
    width: 100%;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td select {
  padding: 20px 18px;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 80%;
  margin-bottom: 20px;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td ::-moz-placeholder {
  color: #ccc;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-align: left;
}
.under-page#contact .under-box article.under-contents #contact-box form table tr td ::placeholder {
  color: #ccc;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.06em;
  text-align: left;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form .btn-box {
    display: block;
    margin: 30px auto;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form .btn-box p {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=submit],
.under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=button] {
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  padding: 15px 80px;
  border-radius: 100px;
  border: 1px solid #333;
  position: relative;
  background-color: #0079BA;
  color: #FAFAEF;
  cursor: pointer;
  border: none;
  opacity: 1;
  transition: 0.2s;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=submit],
  .under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=button] {
    width: 100%;
    text-align: center;
  }
}
.under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=submit]:hover,
.under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=button]:hover {
  opacity: 0.7;
}
.under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=button] {
  background-color: #bbb;
  display: inline-block !important;
  margin-right: 15px;
}
@media screen and (max-width: 736px) {
  .under-page#contact .under-box article.under-contents #contact-box form .btn-box p input[type=button] {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.under-page#contact .under-box article.under-contents #contact-box.thanks-box {
  margin-bottom: 80px;
}
.under-page#contact .under-box article.under-contents #contact-box.thanks-box p.thanks-message {
  text-align: center;
}
.under-page#contact .under-box article.under-contents #contact-box.thanks-box .btn-box {
  margin-bottom: 0;
}

.under-page#page-404 .under-box article.under-contents {
  padding-left: 0;
}
.under-page#page-404 .under-box article.under-contents section h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .under-page#page-404 .under-box article.under-contents section h2 {
    font-size: 20px;
  }
}
.under-page#page-404 .under-box article.under-contents section p {
  text-align: center;
}/*# sourceMappingURL=under.css.map */