@charset "UTF-8";
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

html {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  position: relative;
  z-index: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  color: #282823;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  letter-spacing: 0.1em;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:hover {
  outline: none;
}

*:focus,
*:active {
  outline: none;
  outline-offset: 0;
}

p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

p[class$=-txt],
p[class*=-txt] {
  line-height: 1.8;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

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

.full-width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media screen and (max-width: 1130px) {
  .full-width {
    margin-left: 0;
    margin-right: 0;
  }
}
.full-width-left {
  margin-left: calc(-50vw + 50%);
  background-image: url(../img/index2.png), url(../img/top_l.svg);
  background-repeat: no-repeat;
  background-position: center right 540px;
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 450px;
}
@media screen and (max-width: 1130px) {
  .full-width-left {
    background: none;
    height: auto;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.full-width-right {
  margin-left: 0;
  margin-right: calc(-50vw + 50%);
  background-image: url(../img/index1.png);
  background-repeat: no-repeat;
  background-position: 540px;
  display: flex;
  align-items: center;
  height: 450px;
}
@media screen and (max-width: 1130px) {
  .full-width-right {
    background: none;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.bk_main_color {
  background: #F2D025;
}
.bk_color_black {
  background: #282823;
}
.bk-main-color {
  background: #F2D025;
}
.bk-color-black {
  background: #282823;
  position: relative;
  color: #fff;
}
.bk-color-black:before, .bk-color-black:after {
  content: "";
  display: block;
  background-color: #F2D025;
  position: absolute;
  z-index: -1;
}
.bk-color-black:before {
  width: 210px;
  height: 31px;
  right: 0;
  top: -15px;
}
.bk-color-black:after {
  width: 50%;
  height: 31px;
  left: 0;
  bottom: -15px;
}

.margin-top-25 {
  margin-top: 25px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}

.padding-40 {
  padding: 40px 0;
}
.padding-80 {
  padding: 80px 0;
}

#header {
  padding: 0 0 0 15px;
  box-sizing: border-box;
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: white;
}
@media screen and (max-width: 1130px) {
  #header {
    padding: 0;
    height: 70px;
  }
}
#header-menu {
  display: flex;
}
@media screen and (max-width: 1130px) {
  #header-menu {
    display: block;
  }
}
#header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1130px) {
  #header .header {
    height: 70px;
  }
}
#header .header-logo a {
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 300px;
  height: 60px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1130px) {
  #header .header-logo a {
    margin-left: 15px;
    background-position: center;
    width: 220px;
    height: 70px;
  }
}
#header .header-menu-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1130px) {
  #header .header-menu-list {
    display: block;
  }
}
#header .header-menu-list li {
  margin-right: 1.5rem;
  position: relative;
}
#header .header-menu-list li .menu-second-level {
  display: none;
}
@media screen and (max-width: 1130px) {
  #header .header-menu-list li {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  #header .header-menu-list li .menu-second-level {
    display: flex;
    flex-wrap: wrap;
  }
  #header .header-menu-list li .menu-second-level li {
    margin: 0;
    width: 50%;
    border: none;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
  }
  #header .header-menu-list li .menu-second-level li:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
}
#header .header-menu-list li a {
  height: 100px;
}
@media screen and (max-width: 1130px) {
  #header .header-menu-list li a {
    display: block;
    padding: 1.2em 10px;
    height: auto;
  }
}
#header .header-menu-btn {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1130px) {
  #header .header-menu-btn {
    width: 100%;
  }
}
#header .header-menu-btn li {
  width: 166px;
  height: 100px;
}
#header .header-menu-btn li .menu-second-level {
  display: none;
}
@media screen and (max-width: 1130px) {
  #header .header-menu-btn li {
    width: 100%;
    height: 80px;
  }
}
#header .header-menu-btn li a {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1130px) {
  #header .header-menu-btn li a {
    width: 100%;
    height: 0px;
  }
}
#header .header-menu-btn li.btn1 a span::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background-image: url(../img/header_icon.svg);
  background-position: 0px;
  background-repeat: no-repeat;
  background-size: 100px 50px;
}
#header .header-menu-btn li.btn2 a span::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background-image: url(../img/header_icon.svg);
  background-position: -50px;
  background-repeat: no-repeat;
  background-size: 100px 50px;
}
#header .header-menu-btn li:first-child {
  background-color: #282823;
  color: #fff;
}
#header .header-menu-btn li:last-child {
  background-color: #F2D025;
}
@media screen and (max-width: 1130px) {
  #header .header-menu-btn li:last-child {
    color: #282823;
  }
}
#header .header #header-menu .header_contact {
  display: none;
  padding: 1em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1130px) {
  #header .header #header-menu .header_contact {
    display: block;
  }
}
#header .header #header-menu .header_contact-tel {
  font-size: 2rem;
}
#header .header #header-menu .header_contact-time {
  font-weight: 400;
  font-size: 0.9rem;
}
@media screen and (max-width: 1130px) {
  #header .header #header-menu {
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: #282823;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  #header .header #header-menu.active {
    opacity: 100;
    display: block;
  }
}

@media (min-width: 600px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
#menu-btn {
  display: none;
  position: fixed;
  z-index: 3;
  right: 12px;
  top: 12px;
  width: 50px;
  height: 50px;
  border: 1px solid #282823;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 1130px) {
  #menu-btn {
    display: block;
  }
}
#menu-btn span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 9px;
  background: #282823;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#menu-btn span:nth-child(1) {
  top: 13px;
}
#menu-btn span:nth-child(2) {
  top: 23px;
}
#menu-btn span:nth-child(3) {
  top: 33px;
}
#menu-btn.active span:nth-child(1), #menu-btn.active span:nth-child(2), #menu-btn.active span:nth-child(3) {
  top: 23px;
}
#menu-btn.active span:nth-child(1) {
  left: 6px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-btn.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg);
}

#main-title {
  display: flex;
  align-items: center;
  height: 250px;
  margin: 100px 0 0;
}
@media screen and (max-width: 1130px) {
  #main-title {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 600px) {
  #main-title {
    height: 200px;
  }
}

.content-title {
  padding: 0 0 0 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .content-title {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.content-title .title_en {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 3.6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1130px) {
  .content-title .title_en {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .content-title .title_en {
    display: block;
  }
}
.content-title .title_en span {
  font-size: 1rem;
  margin-left: 1.3em;
}
@media screen and (max-width: 600px) {
  .content-title .title_en span {
    display: block;
    margin-left: 0em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 600px) {
  .content-title .title_jp {
    display: none;
  }
}

#mainContents {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1130px) {
  #mainContents {
    width: 100%;
  }
}

#footer {
  background: #F2D025;
}
#footer .footer_block {
  max-width: 980px;
  padding: 30px 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1130px) {
  #footer .footer_block {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer_block {
    flex-wrap: wrap;
  }
}
#footer .footer_contact {
  text-align: center;
  width: 48%;
}
@media screen and (max-width: 600px) {
  #footer .footer_contact {
    margin-top: 20px;
    order: 2;
    width: 100%;
  }
}
#footer .footer_contact_title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 4.6rem;
  border-bottom: 1px solid #282823;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 600px) {
  #footer .footer_contact_title {
    font-size: 2.6rem;
  }
}
#footer .footer_contact_tel {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0.8rem 0;
}
@media screen and (max-width: 600px) {
  #footer .footer_contact_tel {
    font-size: 2rem;
  }
}
#footer .footer_map {
  width: 48%;
  height: 300px;
}
@media screen and (max-width: 600px) {
  #footer .footer_map {
    order: 1;
    width: 100%;
  }
}
#footer .footer_map iframe {
  width: 100%;
  height: 300px;
}
#footer .copyright {
  text-align: center;
  background-color: #282823;
  color: #fff;
}

.sec-blog-detail a {
  display: flex;
}
.sec-blog-detail a-img {
  width: 300px;
}
.sec-blog-detail a-img img {
  width: 100%;
}
.sec-blog-detail a-block {
  flex: 1;
}
.sec-blog-detail a .blog-title {
  padding: 0.4em 0 0;
  font-size: 1.5rem;
}

.field_block {
  display: flex;
}
@media screen and (max-width: 600px) {
  .field_block {
    display: block;
  }
}
.field_block-img {
  height: 450px;
  width: 50%;
  background-image: url(../img/kakunin.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .field_block-img {
    width: 100%;
    background-size: auto;
    background-position: center center;
  }
}
.field_block-detail {
  width: 50%;
  height: 450px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .field_block-detail {
    width: 100%;
    height: auto;
    padding: 30px 0;
  }
}
.field_block-inside {
  width: 550px;
  padding-left: 30px;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 1130px) {
  .field_block-inside {
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .field_block-inside {
    padding-left: 15px;
  }
}
.field_block-inside-title {
  padding: 0 0 0 80px;
  background-image: url(../img/icon_field.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 65px;
  margin-bottom: 1rem;
}
.field_block-inside-title .headline_en,
.field_block-inside-title .headline_jp {
  text-align: left;
}
.field_block-inside p {
  text-align: justify;
}
.field_block-inside-dl {
  margin-top: 1rem;
}
.field_block-inside-dl dt {
  padding: 0 0 0 1.3rem;
  position: relative;
}
.field_block-inside-dl dt::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.5rem;
  display: block;
  height: 0.8rem;
  width: 0.8rem;
  background-color: #282823;
}
.field_block-inside-dl dd {
  padding: 0.5rem 0 0;
}

.btn_default {
  background-color: #F2D025;
  border-radius: 10px;
  width: 200px;
  text-align: center;
}
.btn_default a {
  display: block;
  padding: 0.8em 0;
}

.l-content {
  max-width: 1100px;
  margin: 0 auto;
}

.info {
  display: flex;
  max-width: 1100px;
  margin: 80px auto 40px;
}
.info-main {
  flex: 1;
}
.info-main-title {
  position: relative;
  font-size: 2rem;
  border-bottom: 1px solid #282823;
  padding: 0 0 0.4em 0;
  font-weight: 600;
}
.info-main-title::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  border-bottom: 1px solid #F2D025;
  bottom: -1px;
}
.info-main-block {
  padding-top: 20px;
}
.info-side {
  width: 300px;
  margin: 0;
  padding: 0;
}
.info-side .widget-title {
  background-color: #282823;
  color: #fff;
  padding: 0.5em;
}
.info-side li {
  padding: 0.6em 0;
  border-bottom: 1px solid #282823;
}

.infolist {
  border-bottom: 1px solid #d3d3d3;
  padding: 25px 0;
}
.infolist a {
  display: flex;
  align-items: center;
}
.infolist-img {
  width: 250px;
}
.infolist-img img {
  width: 250px;
  height: 200px;
  object-fit: cover;
}
.infolist-img:hover img {
  transform: scale(1.2, 1.2);
  width: 250px;
  height: 200px;
  object-fit: cover;
}
.infolist-title {
  font-size: 1.2rem;
}
.infolist-data {
  padding-left: 30px;
}

.main-slide {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1130px) {
  .main-slide {
    margin: 0;
  }
}

.home-service-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #fff;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .home-service-list {
    display: none;
  }
}
.home-service-list li {
  width: 16%;
  text-align: center;
  padding: 0.8em 0 1em 0;
}
@media screen and (max-width: 600px) {
  .home-service-list li {
    width: 50%;
  }
}
.home-service-list li::before {
  content: "";
  display: block;
  margin: 0px auto 0;
  height: 80px;
  width: 80px;
  background-image: url(../img/home_icon.svg);
  background-size: 480px;
}
.home-service-list li.denka::before {
  background-position: -80px;
}
.home-service-list li.solar::before {
  background-position: -160px;
}
.home-service-list li.camera::before {
  background-position: -240px;
}
.home-service-list li.denki::before {
  background-position: -320px;
}
.home-service-list li.stove::before {
  background-position: -400px;
}
.home-service-list a {
  color: #fff;
}

.main-slide2 {
  margin: 100px 0 0;
  padding: 0 30px 0 0;
  width: 100%;
  height: 660px;
  background-image: url(../img/main_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 600px) {
  .main-slide2 {
    height: 560px;
    height: 400px;
  }
}
@media screen and (max-width: 1130px) {
  .main-slide2 {
    margin: 70px 0 0;
  }
}
.main-slide2 .l-content {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 660px;
}
@media screen and (max-width: 1130px) {
  .main-slide2 .l-content {
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .main-slide2 .l-content {
    height: 400px;
  }
}
.main-slide2 .l-content p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt" 1;
  text-shadow: 1px 2px 3px #000;
  letter-spacing: 0;
  font-weight: 900;
  font-size: 2.6rem;
  color: #fff;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .main-slide2 .l-content p {
    writing-mode: horizontal-tb;
    font-size: 2rem;
    width: auto;
  }
}
.main-slide2 .l-content p::before {
  position: absolute;
  right: -50px;
  top: -50px;
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-color: #F2D025;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .main-slide2 .l-content p::before {
    left: -30px;
    top: -30px;
  }
}
.main-slide2 .l-content p::after {
  position: absolute;
  left: -50px;
  bottom: -30px;
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-color: #F2D025;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .main-slide2 .l-content p::after {
    left: -30px;
    top: -30px;
  }
}

.index_block {
  max-width: 550px;
}
@media screen and (max-width: 1130px) {
  .index_block {
    max-width: 100%;
    width: 100%;
    padding: 50px 30px;
  }
}

.index_headline_en {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 1.6rem;
}

.index_headline_jp1,
.index_headline_jp2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
  font-weight: 900;
}

.index_headline_jp1 {
  font-size: 1.2rem;
  margin: 0.4em 0 0.2em;
}

.index_headline_jp2 {
  font-size: 2.3rem;
  margin: 0;
}

.index_headline_jp3 {
  margin: 0.6em 0 1.6em;
}

.staff-img {
  margin-top: 40px;
  background: url(../img/staff_img.jpg);
  height: 267px;
}
@media screen and (max-width: 600px) {
  .staff-img {
    margin-top: 20px;
    height: 0;
    padding-bottom: 26%;
    background-size: cover;
  }
}

.service_bk_img {
  height: 450px;
  background: url(../img/service_img.jpg);
  background-position: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  .service_bk_img {
    height: 0px;
    padding: 0;
    padding-top: 32%;
    background-size: cover;
  }
}
.service_bk_img:before, .service_bk_img:after {
  content: "";
  display: block;
  background-color: #F2D025;
  position: absolute;
  z-index: -1;
}
.service_bk_img:before {
  width: 50%;
  height: 60px;
  left: 0;
  top: -25px;
}
.service_bk_img:after {
  width: 50%;
  height: 31px;
  right: 0;
  bottom: -25px;
}

.content-main-img {
  height: 520px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .content-main-img {
    height: 200px;
  }
}
.content-main-img.main-img-info {
  height: 200px;
}
.content-main-img:before, .content-main-img:after {
  content: "";
  display: block;
  background-color: #F2D025;
  position: absolute;
  z-index: -1;
}
.content-main-img:before {
  width: 210px;
  height: 60px;
  left: 0;
  top: -40px;
}
.content-main-img:after {
  width: 50%;
  height: 31px;
  right: 0;
  bottom: -25px;
}
.content-main-img.main-img-solar {
  background-image: url(../img/solar_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content-main-img.main-img-info, .content-main-img.main-img-contact, .content-main-img.main-img-about {
  background-image: url(../img/about_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content-main-img.main-img-denki {
  background-image: url(../img/denki_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content-main-img.main-img-service, .content-main-img.main-img-sale {
  background-image: url(../img/sale_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content-main-img.main-img-denka {
  background-image: url(../img/denka_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content-main-img.main-img-camera {
  background-image: url(../img/camera_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content-main-img.main-img-stove {
  background-image: url(../img/main_stove.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.headline-title, .headline-comment, .headline_en, .headline_jp {
  text-align: center;
}
.headline_block {
  margin-top: 25px;
  margin-bottom: 40px;
}
.headline-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt" 1;
  line-height: 1.2;
  font-size: 3.2rem;
  letter-spacing: 0;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1130px) {
  .headline-title {
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .headline-title {
    padding: 0 10px;
    font-size: 2.2rem;
  }
}
.headline-title span {
  color: #F2D025;
}
.headline-comment {
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1130px) {
  .headline-comment {
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .headline-comment {
    padding: 0 10px;
  }
}
.headline_jp {
  margin-top: 15px;
}
.headline_en {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 3.6rem;
}
@media screen and (max-width: 600px) {
  .headline_en {
    font-size: 2.8rem;
  }
}

.maker-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1130px) {
  .maker-list {
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .maker-list {
    padding: 0 10px;
  }
}
.maker-list li {
  margin-top: 18px;
  width: 24%;
  padding: 0.8em 0;
  box-sizing: border-box;
  border: 1px solid #282823;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
}
@media screen and (max-width: 600px) {
  .maker-list li {
    width: 48%;
  }
}

.item_list-2col, .item_list-3col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1130px) {
  .item_list-2col, .item_list-3col {
    padding: 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .item_list-2col, .item_list-3col {
    padding: 0 10px;
    display: block;
  }
}
.item_list-2col li {
  width: 48.5%;
  margin-bottom: 35px;
}
@media screen and (max-width: 600px) {
  .item_list-2col li {
    width: 100%;
  }
}
.item_list-3col li {
  width: 31.5%;
  margin-bottom: 35px;
}
.item_list-3col li:nth-child(1) figure, .item_list-3col li:nth-child(4) figure {
  position: relative;
}
.item_list-3col li:nth-child(1) figure::after, .item_list-3col li:nth-child(4) figure::after {
  content: " ";
  position: absolute;
  left: -15px;
  top: -15px;
  background-color: #F2D025;
  display: block;
  height: 124px;
  width: 124px;
  z-index: -1;
}
.item_list-3col li:nth-child(3) figure, .item_list-3col li:nth-child(6) figure {
  position: relative;
}
.item_list-3col li:nth-child(3) figure::after, .item_list-3col li:nth-child(6) figure::after {
  content: " ";
  position: absolute;
  right: -15px;
  bottom: -15px;
  background-color: #F2D025;
  display: block;
  height: 124px;
  width: 124px;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .item_list-3col li {
    width: 100%;
  }
}
.item_list-title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0.5em 0 0;
}
.item_list-en {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0.5em 0;
  color: #F2D025;
}

.owner-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .owner-block {
    display: block;
    padding: 0 15px;
  }
}
.owner-block_comment {
  max-width: 690px;
  flex: 1;
  padding-right: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .owner-block_comment {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
}
.owner-block_comment p {
  text-align: justify;
}
.owner-block_comment .owner-comment_title, .owner-block_comment .owner-comment_sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
}
.owner-block_comment .owner-comment_title {
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  .owner-block_comment .owner-comment_title {
    text-align: center;
    font-size: 1.8rem;
  }
}
.owner-block_comment .owner-comment_sub {
  font-size: 1.2rem;
  margin: 1.4em 0;
  line-height: 1.1;
  font-weight: 700;
}
.owner-block_comment .owner-name {
  margin-top: 1em;
  text-align: right;
  font-size: 1.2rem;
}
.owner-block_img {
  width: 410px;
  height: 410px;
  order: 2;
}
@media screen and (max-width: 600px) {
  .owner-block_img {
    width: 250px;
    height: 250px;
    margin: 0 auto 20px;
  }
}
.owner-block_img img {
  width: 100%;
}

.support_area {
  max-width: 900px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  background-color: #F2D025;
  border-radius: 0.3em;
  padding: 25px;
  box-sizing: border-box;
  background-image: url(../img/icon_area.svg);
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 55px 55px;
  padding-left: 70px;
  font-size: 1.1rem;
}
@media screen and (max-width: 600px) {
  .support_area {
    display: block;
    padding: 15px;
    margin: 0 15px;
    background-image: none;
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
.support_area dt {
  width: 13rem;
  font-size: 1.4rem;
  font-weight: 600;
  padding-left: 10px;
}
@media screen and (max-width: 600px) {
  .support_area dt {
    width: 100%;
    background-image: url(../img/icon_area.svg);
    background-repeat: no-repeat;
    background-position: calc(50% - 7rem);
    background-size: 30px;
    text-align: center;
    margin-bottom: 0.8rem;
  }
}
.support_area dd {
  flex: 1;
}
@media screen and (max-width: 600px) {
  .support_area dd {
    width: 100%;
  }
}

.flow_list {
  max-width: 630px;
  margin: 0 auto 50px;
  padding: 0 15px;
  box-sizing: border-box;
  counter-reset: number 0;
  font-size: 1.1rem;
}
@media screen and (max-width: 600px) {
  .flow_list {
    margin-bottom: 30px;
  }
}
.flow_list li {
  background-color: #F2D025;
  margin-top: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.flow_list li:before {
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 0.8rem;
  font-family: Arial, Helvetica, sans-serif;
  counter-increment: number 1;
  content: counter(number) " ";
  border-right: 2px solid #fff;
  padding: 0.5em;
  padding-right: 0.8rem;
}

.el_features-list {
  margin-top: 30px;
}
.el_features-list li {
  background-color: #F2D025;
  padding: 190px 20px 0px;
  box-sizing: border-box;
  text-align: center;
  color: #282823;
  height: 300px;
}
.el_features-list li .title_jp {
  font-size: 1.6rem;
  padding: 0.3em 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.el_features-list li.icon_01 {
  background-image: url(../img/icon_icon002.svg);
  background-repeat: no-repeat;
  background-position: center top 40px;
  background-size: 120px;
}
.el_features-list li.icon_02 {
  background-image: url(../img/icon_icon001.svg);
  background-repeat: no-repeat;
  background-position: center top 40px;
  background-size: 130px;
}

.table_el {
  width: 100%;
  border: 1px solid #fff;
}
.table_el th,
.table_el td {
  border: 1px solid #fff;
  padding: 0.8em;
}
.table_el th {
  width: 200px;
  text-align: center;
  vertical-align: middle;
}

.table_el2 {
  width: 70%;
  margin: 40px auto;
}
@media screen and (max-width: 600px) {
  .table_el2 {
    width: 95%;
    padding: 0 15px;
  }
}
.table_el2 th,
.table_el2 td {
  border: 1px solid #282823;
  padding: 0.8em;
  border-right: none;
  border-left: none;
}
@media screen and (max-width: 600px) {
  .table_el2 th,
.table_el2 td {
    display: block;
  }
}
.table_el2 th {
  width: 200px;
  border-bottom-color: #F2D025;
  border-top-color: #F2D025;
}
@media screen and (max-width: 600px) {
  .table_el2 th {
    display: block;
    background-color: #F2D025;
  }
}

/*右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.list_staff {
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
  display: flex;
}
.list_staff li {
  width: 25vw;
}
.list_staff img {
  width: 100%;
}

.table_ask {
  margin: 0 auto;
  padding: 0 10px;
  clear: both;
  max-width: 800px;
  border-collapse: collapse;
}
.table_ask th,
.table_ask td {
  margin: 0;
  border: 1px solid #282823;
  border-collapse: collapse;
  vertical-align: middle;
}
.table_ask th {
  padding: 0.5em 10px;
  width: 250px;
  text-align: left;
  background: #f1f1f1;
}
.table_ask td {
  padding: 0.5em 0.7em;
  box-sizing: border-box;
  border-left: 2px solid #F2D025;
}
.table_ask td input,
.table_ask td textarea {
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 1em;
  width: 100%;
}
.table_ask span {
  font-size: 0.9em;
  color: #F00;
  padding: 0 0 0 0.2em;
}

.btn_ask {
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
}
.btn_ask input {
  padding: 0.8em 0.7em;
  text-align: center;
  background-color: #F2D025;
  border-radius: 10px;
  font-size: 1em;
  width: 200px;
}