@charset "UTF-8";
a,
a img {
  background: 0 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a,
hr {
  padding: 0;
}

img,
svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

a img {
  border: 0 #fff;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0;
  border-image: initial;
  border-style: solid initial initial;
  border-color: #ccc initial initial;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

button,
select,
textarea {
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  background-color: unset;
  border: unset;
}

input {
  /*appearance: none; */
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  /* -webkit-appearance: none; */
  background-color: unset;
  border: unset;
  margin: auto;
}

input[type="checkbox"] {
  display: none;
}

select:focus {
  outline: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

img[src$=".svg"] {
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

body {
  font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  background: #ffffff;
  color: #151515;
  word-break: break-all;
  letter-spacing: 0.1em;
  /* min-width: 800px; */
  /* overflow-y: scroll; */
  /* position: relative; */
}
body.menu_open {
  overflow: hidden;
}
h1 {
  font-size: 62px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 34px;
}
h4 {
  font-size: 32px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}

p {
  font-size: 16px;
}
p.small {
  font-size: 13px;
}
.din {
  font-family: "DIN Alternate", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.sec_tit {
  margin-bottom: 80px;
}
.sec_tit h3 {
  margin-bottom: 5px;
}
.sec_tit p {
  color: #919191;
}
.fadein {
  opacity: 0;
  transition: opacity 1s ease;
}
.fadein.scrollin {
  opacity: 1;
}
main {
  position: relative;
  /* overflow-y: scroll; */
}
.sp_lang {
  display: none;
}
.bogo-language-switcher {
  position: relative;
}
.bogo-language-switcher li:last-child {
  position: relative;
}
.bogo-language-switcher li:last-child::before {
  content: "";
  height: 10px;
  width: 1px;
  display: block;
  position: absolute;
  left: -11px;
  top: 3px;
  background-color: #eaeaea;
}
.bogo-language-switcher .current .bogo-language-name {
  /* display: none; */
  pointer-events: none;
  opacity: 0.5;
}
header .nav .bogo-language-switcher li a,
header .nav .bogo-language-switcher li .bogo-language-name {
  padding: 0;
  font-weight: 500;
  font-size: 12px;
}
header .nav .bogo-language-switcher li a::before {
  content: none;
}
.over_wrap_menu {
  height: 100%;
  display: flex;
  align-items: flex-start;
  overscroll-behavior: contain;
  overflow-y: scroll;
}

.over_wrap_menu::after,
.over_wrap_menu::before {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
}
.btn_group {
}
.btn_group a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.btn_group .svg_wrap {
  line-height: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #cfcfcf;
  border-radius: 100%;
  transition: 0.3s;
  margin-left: 20px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 997;
  width: 100vw;
  min-height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: unset;
  transform: translateY(0);
  background-color: #090909;
}
.modal_miet {
  background-color: rgb(0 0 0 / 50%);
}
.modal_miet .modal_wrap {
  overflow: scroll;
}
.modal_miet .modal_close_btn {
  background-color: #fff;
}
.modal_miet .modal_close_btn span {
  background-color: #474747;
  width: 70%;
}
.modal_miet .modal_contents {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; /* height: 100%; */
  padding: 40px;
  max-width: 800px;
  margin: auto;
}
.modal_miet .modal_contents .modal_inner {
  background-color: #fff;
  padding: 60px;
}
.modal_miet .modal_contents h6 {
  margin-bottom: 5px;
  font-size: 18px;
}
.modal_miet .modal_contents li {
  margin-bottom: 40px;
}
.modal_wrap {
  height: 100%;
}

.modal_close_btn {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0px;
  top: 0px;
  transition: opacity 0.2s ease;
  cursor: pointer;
  /* mix-blend-mode: exclusion; */
  /* backface-visibility: hidden; */
}

.modal_close_btn:hover {
  opacity: 0.5;
}

.modal_close_btn span {
  background-color: #fff;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.modal_close_btn span:nth-child(1) {
  transform: rotate(45deg);
}

.modal_close_btn span:nth-child(2) {
  transform: rotate(-45deg);
}

.btn_group .svg_wrap svg {
  width: 12px;
  fill: #151515;
  transition: 0.3s;
}
header {
  height: 80px;
  position: fixed;
  width: 100%;
  z-index: 10;
  color: #fff;
  fill: #fff;
  transition: 0.6s;
  border-bottom: solid 1px #fff0;
  /* min-width: 800px; */
}
body.onload header {
}
header .wrap {
  height: 100%;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  height: 100%;
  position: relative;
}
header .logo {
  width: 130px;
}
header .logo a {
  display: block;
}
header .logo a svg {
  fill: #fff;
  transition: 0.6s;
}
header.on .logo a svg {
  fill: #000;
}
header .nav {
  width: calc(100% - 130px);
}
header .nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .nav ul li {
  margin-left: 20px;
}
header .nav ul li a {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 12px;
}
header .nav ul li a:hover::before {
  opacity: 1;
}
header .nav ul li a::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 6px;
  opacity: 0;
  transition: 0.3s;
}
header.on .nav ul li a::before {
  background-color: #151515;
}

header .humb {
  display: none;
}
header.on {
  background-color: #fff;
  color: #151515;
  fill: #151515;
  border-bottom: solid 1px #eaeaea;
}
header .humb {
  height: 100%;
  width: 40px;
  position: relative;
}
header .humb span {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  height: 1px;
  transition: 0.6s;
}
header.on .humb span {
  background-color: #151515;
}
header .humb span:nth-child(1) {
  top: -12px;
}
header .humb span:nth-child(2) {
}
header .humb span:nth-child(3) {
  top: 12px;
}
header.menu_open .humb {
  height: 100%;
  width: 40px;
  position: relative;
}
header.menu_open .humb span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
}
header.menu_open .humb span:nth-child(2) {
  opacity: 0;
}
header.menu_open .humb span:nth-child(3) {
  transform: rotate(-45deg);
  top: 0px;
}
body.page-template-page-miet .header_miet a::before,
body.page-template-page-himawari .header_himawari a::before,
body.post-type-archive-works .header_works a::before {
  opacity: 1;
}

#full_menu {
  position: fixed;
  z-index: 8;
  height: 100vh;
  height: 100svh;
  width: 100%;
  background-color: #ffffff;
  transition: transform 0.6s ease 0.6s;
  display: none;
}

#full_menu .full-menu_inner {
  width: 100%;
  padding: 0 20px;
  padding-top: 52px;
}
#full_menu ul li {
  margin-bottom: 20px;
}
#full_menu ul li a {
  display: block;
}
#full_menu .wrap {
}
#full_menu .inner {
  width: 100%;
  padding: 20px;
  padding-top: 140px;
}
#full_menu ul li .jp {
}
#full_menu ul li h6 {
  font-size: 24px;
}
#home #fv {
  opacity: 0;
  transition: opacity 1.4s ease-in-out;
}
body.onload #home #fv {
  opacity: 1;
}
#home #fv .wrap {
  height: 100vh;
  height: 100svh;
  width: 100%;
  background-color: #5f5f5f;
  position: relative;
  overflow: hidden;
  margin-bottom: 200px;
}
#home #fv .inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#home #fv .logo {
  width: 150px;
  line-height: 0;
  position: relative;
  top: -10px;
}
#home #fv .text {
  width: 320px;
  position: absolute;
  left: 40px;
  bottom: 30px;
  line-height: 0;
}
body.onload#home #fv .text {
  opacity: 1;
}
#home #fv .scrolldown {
  position: absolute;
  right: 40px;
  bottom: 20px;
}
body.onload#home #fv .scrolldown {
  opacity: 1;
}
#home #fv .scrolldown p {
  font-size: 10px;
  color: #fff;
  line-height: 1;
}
#home #fv .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/kv_pc__.jpg);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 1.4s ease-in-out;
}
#home #fv .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
body.onload #home #fv .bg {
  transform: scale(1);
}
#home #about {
  /* position: relative; */
  /* overflow: hidden; */
}
#home #about .wrap {
  max-width: 1100px;
  margin: auto;
  padding: 240px 40px 200px;
  overflow: hidden;
}
#home #about .inner {
}
#home #about .head_area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 140px;
}
#home #about .head_area .tit_area {
  width: 40%;
  display: flex;
  justify-content: center;
  padding-right: 0%;
}
#home #about .head_area .text_area {
  width: 60%;
}
#home #about .head_area .text_area p {
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
}

#home #about .circle_area {
  margin: auto;
  /* overflow: hidden; */
}
#home #about .circle_area .circle_area_tit {
  text-align: center;
  margin-bottom: 20px;
}
#home #about .circle_area .circle_area_tit p {
  font-weight: bold;
}
#home #about .circle_area .circle_flex {
  display: flex;
  justify-content: center;
  position: relative;
  /* top: -10px; */
}
#home #about .circle_area .circle {
  width: 450px;
  height: 450px;
  position: relative;
}
#home #about .circle_area .circle:nth-child(1) {
  left: 1%;
}
#home #about .circle_area .circle:nth-child(2) {
  right: 1%;
}
#home #about .circle_area .circle .circle_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100%;
  position: relative;
  border: solid 1px #d2d2d2;
  border-radius: 100%;
}
#home #about .circle_area .circle .circle_inner {
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  justify-content: center;
  align-items: center;
}
#home #about .circle_area .circle .circle_tit {
  margin-bottom: 15px;
}
#home #about .circle_area .circle .circle_tit .lead {
  /* margin-bottom: 5px; */
}
#home #about .circle_area .circle .circle_tit .tit {
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
#home #about .circle_area .circle .circle_list {
}
#home #about .circle_area .circle .circle_list p {
  font-weight: 100;
  margin-bottom: 2px;
}
#home #about .circle_area .circle .circle_content {
  display: inline-block;
  width: 180px;
  height: 150px;
}

#home #business {
}
#home #business .wrap {
  padding-bottom: 100px;
  padding-bottom: 100px;
}
#home #business .group {
  display: flex;
  align-items: center;
}
#home #business .group:nth-child(1) {
  margin-bottom: 100px;
}

#home #business .group .thumb_area {
  width: 53%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
#home #business .group .thumb_area .thumb_wrap {
  padding-bottom: 105%;
  position: relative;
}
#home #business .group .thumb_area .thumb {
  background-image: url(../img/himawari_top.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(1.05);
  transition: transform 2s;
}
#home #business .group.scrollin .thumb_area .thumb {
  transform: scale(1);
}
#home #business .group:nth-child(1) .thumb_area {
  /* border-top-left-radius: 0px; */
  /* border-bottom-left-radius: 0px; */
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#home #business .group:nth-child(1) .text_area .text_area_inner {
  padding-left: 15%;
}
#home #business .group:nth-child(2) .thumb_area {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#home #business .group:nth-child(2) .text_area .text_area_inner {
  padding-right: 15%;
}
#home #business .group .text_area {
  width: 47%;
}
#home #business .group .text_area .text_area_wrap {
}
#home #business .group .text_area .text_area_inner {
  padding: 80px;
}
#home #business .group .text_area .sec_tit {
  margin-bottom: 40px;
}
#home #business .group .text_area .sec_tit p {
  color: #151515;
}
#home #business .group .text_area .sec_tit .lead {
  margin-bottom: 5px;
}
#home #business .group .text_area .sec_tit .tit {
  margin-bottom: 10px;
}
#home #business .group .text_area .intro {
  margin-bottom: 40px;
}
#home #business .group .text_area .intro p {
  line-height: 1.8;
  font-size: 16px;
}
#home #business .group .text_area .btn_area {
}
#home #business .group .text_area .btn_area a,
#business_page #service .text_area .btn_area a {
  padding: 30px 10px;
  display: block;
  border-top: solid 1px;
  border-color: #eaeaea;
  font-size: 14px;
  position: relative;
}
#home #business .group .text_area .btn_area a:last-child {
  border-bottom: solid 1px #eaeaea;
}
#home #business .group .text_area .btn_area a svg,
#business_page #service .text_area .btn_area a svg {
  fill: #000;
  width: 10px;
  position: absolute;
  right: 20px;
}
#home #business .group#home_miet {
  flex-direction: row-reverse;
}
#home #member {
  /* background-color: #fcfcfc; */
}
#home #member .wrap {
  max-width: 1100px;
  margin: auto;
  padding: 60px 40px 0px;
  margin-top: -100px;
}
#home #member .inner {
}
#home #member .sec_tit {
  /* margin-bottom: 40px; */
}
#home #member .member_area {
  /* display: flex; */
  justify-content: space-between;
  align-items: flex-start;
}

#home #member .member_area .group {
  /* width: calc(100% / 3 - 10px); */
  display: flex;
  padding: 60px 20px;
  border-top: solid 1px #eaeaea;
}
#home #member .member_area .group:last-child {
  border-bottom: solid 1px #eaeaea;
}
#home #member .member_area .group .title_name {
  width: 270px;
}
#home #member .member_area .group .title {
  margin-bottom: 10px;
}
#home #member .member_area .group .en {
  color: #919191;
}
#home #member .member_area .group .title .en {
  margin-bottom: 2px;
}
#home #member .member_area .group .text_area {
  width: calc(100% - 270px);
}
#home #member .member_area .group .text_area p {
  font-size: 13px;
  line-height: 1.8;
}
#home #member .member_area .group .name {
}
#home #member .member_area .group .name .en {
  margin-bottom: 0px;
}
#home #company {
}
#home #company .wrap {
  max-width: 1100px;
  margin: auto;
  padding: 140px 40px 160px;
}
#home #company .inner {
}
#home #company .table_area {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
#home #company .table_area table {
  width: 50%;
  width: calc(50% - 10px);
}
#home #company .table_area table:nth-child(1) {
  width: calc(50% - 10px);
}
#home #company .table_area table:nth-child(2) {
  width: calc(50% - 10px);
}
#home #company .table_area table tr {
  /* vertical-align: text-top; */
}
#home #company .table_area table tr.top {
  vertical-align: text-top;
}
#home #company .table_area table tr.head td {
  border-bottom: unset;
  padding-bottom: 0;
}
#home #company .table_area table tr.marketing td {
  border: unset;
  padding-bottom: 5px;
  padding-top: 10px;
}
#home #company .table_area table tr.car-shop td {
  border-top: unset;
  padding-top: 0;
}
#home #company .table_area table td {
  width: calc(100% - 160px);
  border-bottom: solid 1px #eaeaea;
  line-height: 1.5;
  padding: 20px 10px;
  font-size: 13px;
  border-top: solid 1px #eaeaea;
}
#home #company .table_area table td span {
  font-size: 10px;
  display: block;
}
#home #company .table_area table td:nth-child(1) {
  width: 160px;
}
#home #company .table_area table td ul {
}
#home #company .table_area table td ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 10px;
}
#home #company .table_area table td ul li::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  left: 0;
  top: 8px;
  background-color: #000;
}

#contact {
  background-color: #f9f9f9;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  overflow: hidden;
}
#contact .wrap {
  padding: 180px 80px;
}
#contact .btn_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact .btn_area p {
  font-weight: bold;
}
#contact .btn_area p br {
  display: none;
}
#contact .btn_area .btn {
  margin-bottom: 30px;
}
#contact .btn_area .btn a {
  line-height: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #cfcfcf;
  border-radius: 100%;
  transition: 0.3s;
}
#contact .btn_area .btn a svg {
}
#contact .btn_area .btn a:hover {
  background-color: #202020;
  fill: #fff;
}
#contact .btn_area .btn a:hover svg {
  fill: #fff;
}
#contact .btn_area .btn a svg {
  width: 12px;
  fill: #151515;
  transition: 0.3s;
}
#contact .sec_tit {
  margin-bottom: 40px;
}
footer {
  background-color: #202020;
  min-width: 800px;
}
footer .inner {
  padding: 120px 40px 10px 40px;
}
footer .logo_menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
footer .logo_area {
  width: 60px;
}

footer .head {
  color: #fff;
  display: flex;
}
footer .head .group {
  margin-left: 40px;
}
footer .head .group .lead {
  margin-bottom: 5px;
}
footer nav {
  width: auto;
  color: #fff;
  display: flex;
  margin-left: 10%;
}
footer nav ul {
  width: 160px;
}
footer nav ul:last-child {
  margin-left: 40px;
}
footer nav ul li {
  margin-bottom: 10px;
}
footer nav ul li a {
  font-size: 13px;
  transition: opacity 0.3s;
}
footer nav ul li a:hover {
  opacity: 0.5;
}
footer .copy {
  color: #fff;
  font-size: 10px;
  text-align: right;
}
#home_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  /* max-width: 1000px; */
  /* margin: auto; */
  overflow: hidden;
  /* display: none; */
}
.page-template-home #home_bg {
  /* display: block; */
}
#home_bg .wrap {
  max-width: 1000px;
  margin: auto;
  height: 100%;
  width: 100%;
  top: 100svh;
  position: relative;
}
#home_bg span {
  position: absolute;
  height: 1500px;
  width: 1500px;
  border: solid 1px #ececec;
  border-radius: 100%;
  top: -180px;
  left: -139px;
  right: 0;
  bottom: 0;
}
#home_bg span:nth-child(1) {
}
#home_bg span:nth-child(2) {
  top: -180px;
  left: -160px;
}
#home_bg span:nth-child(3) {
  top: -190px;
  left: -160px;
}
#home #loopt_text {margin-top: -80px;}
#loopt_text .loop_wrap {
  display: flex;
  width: 100%;
  opacity: 0.01;
  overflow: hidden;
}
#loopt_text .loop_wrap div {
  font-size: 280px;
  flex: 0 0 auto;
  white-space: nowrap;
  margin-left: 60px;
  letter-spacing: 0.1em;
}
#loopt_text .loop_wrap div:nth-child(odd) {
  animation: loop 100s -50s linear infinite;
}

#loopt_text .loop_wrap div:nth-child(even) {
  animation: loop2 100s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

#business_page {
  padding-top: 140px;
}
#business_page #fv .wrap {
  padding-bottom: 100px;
}
#business_page #fv .inner {
  display: flex;
  align-items: center;
}

#business_page #fv .thumb_area {
  width: 53%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
#business_page #fv .thumb_area .thumb_wrap {
  padding-bottom: 105%;
  position: relative;
}
#business_page #fv .thumb_area .thumb {
  background-image: url(../img/himawari_top.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: transform 2s;
}

#business_page #fv .thumb_area {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#business_page #fv .text_area .text_area_inner {
  padding-left: 15%;
}

#business_page #fv .text_area {
  width: 47%;
  margin-top: -100px;
}
#business_page #fv .text_area .text_area_wrap {
}
#business_page #fv .text_area .text_area_inner {
  padding: 80px;
}
#business_page #fv .text_area .sec_tit {
  margin-bottom: 40px;
}
#business_page #fv .text_area .sec_tit p {
  color: #151515;
}
#business_page #fv .text_area .sec_tit .lead {
  margin-bottom: 5px;
}
#business_page #fv .text_area .sec_tit .tit {
  margin-bottom: 10px;
}
#business_page #fv .text_area .intro {
  margin-bottom: 40px;
}
#business_page #fv .text_area .intro p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
}

#business_page #fv #loopt_text {
  margin-top: -100px;
}
#business_page #fv .scrolldown {
  position: absolute;
  top: calc(100vh - 40px);
  left: 40px;
}
#business_page #fv .scrolldown p {
  font-size: 12px;
}
#business_page #service {
}
#business_page #service .wrap {
  max-width: 1400px;
  margin: auto;
}
#business_page #service .inner {
  padding: 0 40px;
  padding-bottom: 240px;
}
#business_page #service .sec_tit {
  position: relative;
}

#business_page #service .sec_tit::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  background-color: #eaeaea;
}
#business_page #service .sec_tit .sec_tit_wrap {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
#business_page #service .group_wrap {
}
#business_page #service .group {
  display: flex;
  align-items: center;
  margin-bottom: 180px;
}
#business_page #service .group:last-child {
  margin-bottom: 0px;
}
#business_page #service .group:nth-child(2n) {
  flex-direction: row-reverse;
}
#business_page #service .thumb_area {
  width: 53%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
#business_page #service .thumb_area .thumb_wrap {
  padding-bottom: 105%;
  position: relative;
}
#business_page #service .thumb_area .thumb {
  background-image: url(../img/himawari_top.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: transform 2s;
}

#business_page #service .thumb_area {
}

#business_page #service .text_area {
  width: 47%;
}
#business_page #service .text_area .btn_area {
}
#business_page #service .text_area .btn_area a {
  /* font-size: 14px; */
  border-bottom: solid 1px #eaeaea;
}
#business_page #service .text_area .text_area_inner {
  padding: 80px;
}
#business_page #service .group:nth-child(2n-1) .text_area .text_area_inner {
  /* padding-left: 15%; */
}
#business_page #service .group:nth-child(2n) .text_area .text_area_inner {
  /* padding-right: 20%; */
}
#business_page #service .text_area .head {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

#business_page #service .text_area .head .num {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40px;
}
#business_page #service .text_area .head .num h2 {
  line-height: 1;
  font-size: 40px;
}
#business_page #service .text_area .head .num h3 {
}
#business_page #service .text_area .head .num p {
  font-size: 10px;
  line-height: 1;
}
#business_page #service .text_area .group_tit {
  padding-left: 30px;
  line-height: 1;
  width: calc(100% - 40px);
}
#business_page #service .text_area .intro {
  margin-bottom: 40px;
}
#business_page #service .text_area .intro .tit {
  margin-bottom: 20px;
}
#business_page #service .text_area .intro p {
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
}
#business_page #service .text_area .intro p .small {
  font-size: 14px;
}
#business_page #gallery {
}
#business_page #gallery .swiper {
}
#business_page #gallery .swiper .swiper-pagination {
  bottom: 20px;
}
#business_page #gallery .swiper .swiper-pagination span {
  background-color: unset;
  width: 10px;
  height: 10px;
  border: solid 1px #fff;
  margin: 0 5px;
  opacity: 1;
}
#business_page #gallery .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
}
#business_page #gallery .swiper .swiper-button {
  color: #fff;
}
#business_page #archive_works {
}
#business_page #archive_works .wrap {
  max-width: 1400px;
  margin: auto;
}
#business_page #archive_works .inner {
  padding: 0 40px;
  padding-bottom: 180px;
}
#business_page #archive_works .sec_tit .sec_tit_wrap {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
#business_page #archive_works .sec_tit {
  position: relative;
}

#business_page #archive_works .sec_tit::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  background-color: #eaeaea;
}
#business_page #archive_works #post_archive {
  margin-bottom: 100px;
}
#business_page #archive_works ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#business_page #archive_works ul li {
  width: calc(50% - 20px);
}
.post_list .cat {
  font-size: 14px;
}
#business_page #post_archive .text_area .viewmore p {
  font-size: 10px;
}
#business_page #contact_read {
  overflow: hidden;
}
#business_page #contact_read .wrap {
}
#business_page #contact_read .inner {
  position: relative;
  padding: 230px 0px;
}

#business_page #contact_read .text_area {
  text-align: center;
  position: relative;
  z-index: 1;
}
#business_page #contact_read .text_area h5 {
  line-height: 2;
}
#business_page #contact_read #loopt_text {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#business_page #archive_works ul li a:hover .thumb {
  transform: scale(1.05);
}

#business_page .lange {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 996;
}

#business_page .lange a {
  padding: 20px;
  background-color: #fff;
  font-size: 12px;
  border: solid 1px #eaeaea;
  border-radius: 100%;
  display: block;
  background-color: #fff;
  font-size: 12px;
  transition: opacity 0.5s;
}
#business_page .lange a:hover {
  opacity: 0.5;
}

#business_page.miet_lower {
  padding-top: 80px;
}
#business_page.miet_lower #fv .thumb_area {
  width: 100%;
  /* position: absolute; */
  border-radius: 0;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#business_page.miet_lower #fv .thumb_area .thumb_wrap {
  padding-bottom: 50%;
  width: 100%;
  height: 100%;
  /* opacity: 0.8; */
  transform: scale(1.1);
  transition: transform 3s ease;
}
#business_page.miet_lower #fv .thumb_area.scrollin .thumb_wrap {
  transform: scale(1);
}
#business_page.miet_lower #fv .thumb_area .thumb_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  opacity: 0;
}
#business_page.miet_lower #fv .inner {
  position: relative;
  display: block;
}
#business_page.miet_lower #fv .wrap {
  padding-bottom: 120px;
  opacity: 0;
  transition: opacity 1s ease;
}
body.onload #business_page.miet_lower #fv .wrap{
  opacity: 1;
}
#business_page.miet_lower #fv .text_area .text_area_inner {
  padding: 80px 60px;
  padding-bottom: 80px;
}
#business_page.miet_lower #fv .text_area {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
}
#business_page.miet_lower #fv .text_area .head {
  margin-bottom: 10px;
}
#business_page.miet_lower #fv .text_area .intro {
}
#business_page.miet_lower #fv .text_area .intro .tit {
  margin-bottom: 10px;
}
#business_page.miet_lower #service {
}
#business_page.miet_lower #service .inner {
  padding-bottom: 140px;
}
#business_page.miet_lower #service ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#business_page.miet_lower #service ul li {
  /* display: flex; */
  /* align-items: flex-end; */
  padding: 7%;
  margin-bottom: 20px;
  padding-bottom: 7%;
  width: calc(50% - 10px);
  /* border-bottom: solid 1px; */
  /* border-right: solid 1px #000; */
  background-color: #f4f4f4;
  position: relative;
  border-radius: 5px;
}
#business_page.miet_lower #service ul li .head {
  line-height: 1.2;
  margin-bottom: 20px;
  min-height: 130px;
  display: flex;
  align-items: center;
}
#business_page.miet_lower #service ul li .text {
  /* width: 50%; */
}
#business_page.miet_lower #service ul li .text h6 {
  margin-bottom: 10px;
}
#business_page.miet_lower #service ul li .num {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 16px;
  border: solid 1px #999;
  border-radius: 100%;
  padding: 10px;
  background-color: #fff;
}
#archive {
}
#archive .wrap {
}
#archive .inner {
  padding: 0 60px;
  padding-top: 200px;
  position: relative;
  padding-bottom: 200px;
}
#archive .sec_tit {
  margin-bottom: 80px;
}
#archive #loopt_text {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}
#archive #post_archive li {
  margin-bottom: 60px;
  width: 49%;
}
#archive #post_archive li:last-child {
  margin-bottom: 0;
}
#archive #post_archive li a.link {
  display: block;
}
#post_archive {
  /* margin-bottom: 100px; */
}
#post_archive ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#post_archive .thumb_area {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border: solid 1px #f1f1f1;
}
#post_archive .thumb_area .thumb_wrap {
  padding-bottom: 50%;
  position: relative;
}
#post_archive .thumb_area .thumb {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* transform: scale(1.05); */
  transition: transform 2s;
}
#archive #post_archive li a:hover .thumb {
  transform: scale(1.05);
}
#post_archive .text_area {
}
#post_archive .text_area a {
  pointer-events: none;
}
#post_archive .text_area .tit {
  margin-bottom: 10px;
  overflow: hidden;
  /* display: -webkit-box; */
  /* -webkit-box-orient: vertical; */
  /* -webkit-line-clamp: 1; */
  font-size: 20px;
}
.post_list .cat {
  font-size: 14px;
  font-weight: bold;
  /* margin-bottom: 30px; */
  display: flex;
}

.post_list .cat p::before {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.post_list .cat p:nth-child(1) {
  padding-left: 0;
  margin-left: 0;
}
.post_list .cat p:nth-child(1)::before {
  content: none;
}
.post_list .cat p {
  padding-left: 15px;
  margin-left: 5px;
  position: relative;
  line-height: 1;
  font-size: 14px;
}
.post_list .viewmore p {
  font-weight: bold;
  font-size: 12px;
}

#single {
}
#single #fv .wrap {
}

#single #fv .inner {
  padding-top: 160px;
  /* padding-bottom: 100px; */
}
#single #fv .text_area {
  padding: 80px;
  padding-bottom: 30px;
  padding-top: 60px;
}
#single #fv .text_area .tit {
  margin-bottom: 20px;
  line-height: 1.5;
}
#single #fv .thumb_area {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /* margin-bottom: 30px; */
  padding-bottom: 100px;
}
#single #fv .thumb_area .thumb_wrap {
  padding-bottom: 56.25%;
  position: relative;
}
#single #fv .thumb_area .thumb {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* transform: scale(1.05); */
  transition: transform 2s;
}

#single #main_text {
}
#single #main_text .wrap {
}
#single #main_text .inner {
  padding: 0 80px;
  padding-bottom: 200px;
}
#single #main_text .back_btn {
}
#single #main_text .back_btn a {
  display: flex;
  align-items: center;
}
#single #main_text .back_btn svg {
  width: 12px;
  fill: #151515;
  transition: 0.3s;
}
#single #main_text .back_btn .svg_wrap {
  line-height: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #cfcfcf;
  border-radius: 100%;
  transition: 0.3s;
  margin-left: 20px;
}
#single #main_text .main_text_wrap {
  margin-bottom: 100px;
}

#single #main_text .main_text_wrap img {
  width: 100%;
  border-radius: 20px;
  line-height: 0;
  margin-bottom: 40px;
}
#single #main_text p,
#single #main_text h3,
#single #main_text h2,
#single #main_text h1 {
  max-width: 780px;
}
#single #main_text p {
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 2;
}
#single #main_text h3 {
  font-size: 25px;
  margin-bottom: 40px;
}
#single #main_text h2 {
  font-size: 32px;
  margin-bottom: 40px;
}
#single #main_text h1 {
  font-size: 40px;
  margin-bottom: 40px;
}
#single #main_text .info {
  /* margin-bottom: 140px; */
  /* margin-top: 140px; */
}
#single #main_text .info p {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #eaeaea;
}
#single #main_text .info p span {
  display: block;
  width: 50%;
  padding: 20px;
  border-top: solid 1px #eaeaea;
  font-size: 14px;
}

#single #main_text .info p span:nth-child(2n) {
  width: 70%;
}
#single #main_text .info p span:nth-child(2n-1) {
  width: 30%;
}
#single #main_text .slide{
  margin-bottom: 80px;
  overflow: hidden;
  width: calc(100% + 80px);
  position: relative;
}
#single #main_text .slide .swiper-button-next,
#single #main_text .slide .swiper-button-prev{
  color: #fff;
}
#single #main_text .slide .swiper-button-next:after,
#single #main_text .slide .swiper-button-prev:after{
  font-size: 30px;
}
body#en_page {
  letter-spacing: 0.1em;
  font-family: "DIN Alternate", "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  word-break: normal;
}

body#en_page header .nav ul li a {
  font-family: "DIN Alternate", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
body#en_page #home #company .table_area table td {
  font-size: 12px;
}

#home #news{background-color: #f9f9f9;border-top-right-radius: 40px;border-top-left-radius: 40px;/* overflow: hidden; */position: relative;z-index: 1;}

#home #news .wrap {
    max-width: 1100px;
    margin: auto;
    padding: 60px 40px 0px;
    padding-top: 100px;
    padding-bottom: 200px;
}
#home #news .wrap li{
  border-top: solid 1px #E3E3E3;
}
#home #news .wrap li:last-child {
  border-bottom: solid 1px #E3E3E3;
}
#home #news .wrap a{
  padding: 40px 0px;
  display: flex;
  align-items: center;
}
#home #news .wrap .day{
    width: 100px;
    line-height: 1;
    border: solid 1px #919191;
    border-radius: 20px;
    text-align: center;
    padding: 7px 0px;
    font-size: 12px;
    margin-right: 30px;
    font-weight: 500;
    /* background-color: #919191; */
    color: #919191;
}
#home #news .wrap .tit{
    width: calc(100% - 130px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1;
}
