@charset "UTF-8";
/* CSS Document */
/* ----------------------------------------------
	陷茨ｽｱ鬨ｾ�ｿｽ
---------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
html {
  font-size: 62.5%;
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  color: #5f5f5f;
  font-family: 'Zen Maru Gothic', 'Hiragino Kaku Gothic ProN', 'YuGothic', 'Noto Sans JP', 'Arial Rounded MT Bold', 'Helvetica Neue', sans-serif;
  font-size: 1.8rem;
  font-feature-settings: "palt";
  margin: 0;
  font-style: normal;
  font-weight: 400;
}
p {
  text-align: justify;
}

.btn {
  width: 240px;
  height: 60px;
  border: 2px solid #FFA80E;
  border-radius: 30px;
}
.btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  color: #FFA80E;
  font-weight: 500;
}
.btn a i {
  margin-left: 10px;
}
.btn:hover {
  background-color: #FFA80E;
}
.btn:hover a {
  color: #ffffff;
}
.inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 100px;
  margin: 0 auto;
}
.section {
  padding-bottom: 160px;
}
.section_title {
  padding: 160px 0 120px;
  margin: 0 auto;
  text-align: center;
}
.section_title span{
	display: block;
}
.section_title_en {
  font-size: 4.8rem;
  font-weight: 700;
  padding-bottom: 40px;
  position: relative;
}
.section_title_en:before {
  content: '';
  position: absolute;
  bottom: 18px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FFA80E;
  border-radius: 2px;
}
.section_title_jp {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFA80E;
}
.max768_only {
  display: none;
}
.min768_only {
  display: block;
}
.max600_only {
  display: none;
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.fadein.visible {
  opacity: 1;
  transform: translateY(0);
}
/* 郢ｧ�ｽ｢郢昜ｹ斟鍋ｹ晢ｽｼ郢ｧ�ｽｷ郢晢ｽｧ郢晢ｽｳ邵ｺ�ｽｮ陞ｳ螟ゑｽｾ�ｽｩ */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
  .inner {
    max-width: 900px;
    padding: 0 50px;
  }
  .btn {
    width: 200px;
    height: 50px;
  }
  .btn a {
    font-size: 1.6rem;
  }
  .section {
    padding-bottom: 120px;
  }
  .section_title {
    padding: 120px 0 80px;
  }
  .section_title_en {
    font-size: 3.6rem;
  }
  .section_title_en:before {
    width: 60px;
    height: 3px;
  }
  .section_title_jp {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 680px;
    padding: 0 40px;
  }
	  .section_title {
    padding: 100px 0 80px;
  }
		.section{
		padding-bottom: 100px;
	}
  .max768_only {
    display: block;
  }
  .min768_only {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .inner {
    max-width: 480px;
    padding: 0 20px;
  }
  .max600_only {
    display: block;
  }
  .min600_only {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  body {
    font-size: 1.4rem;
  }
	.section{
		padding-bottom: 80px;
	}
	.section_title{
		padding: 80px 0 60px;
	}
  .section_title_en {
    font-size: 2.4rem;
    padding-bottom: 32px;
  }
  .section_title_en:before {
    top: 70%;
  }
  .section_title_jp {
    font-size: 1.6rem;
  }
}
/* ----------------------------------------------
	郢晏･繝｣郢敖郢晢ｽｼ
---------------------------------------------- */
.header {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 8px rgba(95, 95, 95, 0.24);
}
.header_logo {
  width: 280px;
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.header_logo img {
  width: 100%;
  height: 40px;
  object-fit: contain;
}
.hamburger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  margin-right: 20px;
}
.hamburger span {
  display: block;
  height: 2px;
  background-color: #5f5f5f;
  border-radius: 3px;
  transition: 0.3s;
}
.header_nav ul {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.header_nav ul li {
  height: 80px;
}
.header_nav ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 40px;
  position: relative;
  font-weight: 700;
  color: #5f5f5f;
  overflow: hidden;
}
.header_nav a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 219, 155, 0.6);
  border-radius: 50%;
  transition: width 0.4s ease, height 0.4s ease, top 0.4s ease, left 0.4s ease;
  z-index: -1;
}
.header_nav a:hover::before {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .header_nav ul li a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
  .header_logo {
    width: 220px;
    height: 60px;
  }
  .header_nav {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .header_nav.active {
    display: block;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
  }
  .header_nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F8F7F6;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    top: 60px;
  }
  .header_nav li {
    margin: 10px 0;
  }
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 11px;
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -11px;
  }
}
/* ----------------------------------------------
	郢晁ｼ斐Ε郢ｧ�ｽｿ郢晢ｽｼ
---------------------------------------------- */
.footer {
  padding: 20px;
  background-color: #5F5F5F;
  text-align: center;
}
.footer small {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 10px;
  }
  .footer small {
    font-size: 1.4rem;
  }
}
/* ----------------------------------------------
	闕ｳ蜿･�ｽｱ�ｽ､郢晏｣ｹ�ｿｽ�ｽｼ郢ｧ�ｽｸ陷茨ｽｱ鬨ｾ�ｿｽ
---------------------------------------------- */
.btn-arrow_wrap {
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.btn-arrow {
  width: 240px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  color: #5F5F5F;
  text-align: center;
  text-decoration: none;
}
.btn-arrow::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #5F5F5F;
}
.btn-arrow::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border-right: 2px solid #5F5F5F;
}
.btn-arrow_left::before {
  left: -11px;
  bottom: 5px;
  transform: rotate(45deg);
}
.btn-arrow_right::before {
  right: 5px;
  bottom: -10px;
  transform: rotate(-45deg);
}
.btn-arrow_right:hover {
  transform: translateX(20px);
  opacity: 0.6;
}
.btn-arrow_left:hover {
  transform: translateX(-20px);
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .btn-arrow {
    width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .btn-arrow {
    width: 140px;
    font-size: 1.4rem;
  }
  .btn-arrow::before {
    width: 16px;
    height: 16px;
  }
  .btn-arrow_left {
    text-align: right;
  }
  .btn-arrow_left::before {
    left: -8px;
    bottom: 3px;
  }
  .btn-arrow_right {
    text-align: left;
  }
  .btn-arrow_right::before {
    right: 2px;
    bottom: -7px;
  }
  .btn-arrow_about {
    width: 150px;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 360px) {
  .btn-arrow_wrap {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
/* ----------------------------------------------
	TOP郢晏｣ｹ�ｿｽ�ｽｼ郢ｧ�ｽｸ
---------------------------------------------- */
.fv_wrap {
  width: 100%;
  height: 51.3vw;
  position: relative;
  z-index: 2;
}
.fv_video {
  width: 60vw;
  min-height: 33.75vw;
  position: absolute;
  top: 8.78vw;
  right: 0;
  overflow: hidden;
}
.fv_video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv_copy {
  position: absolute;
  top: 17vw;
  left: 6.08vw;
  font-size: 2.93vw;
  font-weight: 700;
  line-height: 2;
}
.fv_copy span {
  color: #FFA80E;
}
@media screen and (max-width: 1024px) {
  .fv_wrap {
    height: 54.1vw;
  }
  .fv_video {
    width: 68.5vw;
    min-height: 38.53vw;
    top: 7.81vw;
    right: 0;
  }
  .fv_copy {
    top: 17vw;
    left: 4.88vw;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .fv_wrap {
    height: 64.3vw;
  }
  .fv_video {
    width: 77.3vw;
    min-height: 48.48vw;
    top: 10.4vw;
    right: 0;
  }
  .fv_copy {
    top: auto;
    bottom: 2vw;
    left: 5.2vw;
    font-size: 4.166vw;
  }
}
@media screen and (max-width: 480px) {
  .fv_wrap {
    height: 110vw;
  }
  .fv_video {
    width: 89.3vw;
    min-height: 50.23vw;
    top: 10.6vw;
    right: 0;
  }
  .fv_video > video {
    height: 105%;
  }
  .fv_copy {
    bottom: 0;
    font-size: 6.4vw;
  }
}
/* -------------------- lead --------------------*/
.lead {
  width: 100%;
  padding: 25vw 0 160px;
  margin-top: -25vw;
  background-color: #FFF4E2;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.lead_bg {
  animation: grow 4s linear;
  border: 1px solid rgba(255, 219, 155, 0.6);
  border-radius: 50%;
  position: absolute;
  height: 50px;
  width: 50px;
}
@keyframes grow {
  to {
    opacity: 0;
    transform: scale(5);
  }
}
.lead_text {
  width: calc(100% - 100px - 6.08vw);
  padding: 80px 6.08vw;
  background-color: #ffffff;
  border-radius: 0 120px 120px 0;
}
.lead_text_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.lead_text_paragraph {
  margin-bottom: calc(80px - 20px);
  line-height: 1.625;
}
.lead_text_paragraph p {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .lead {
    padding: 27.5vw 0 120px;
    margin-top: -27.5vw;
  }
  .lead_text {
    width: calc(100% - 50px - 4.88vw);
    padding: 40px 4.88vw;
    border-radius: 0 80px 80px 0;
  }
  .lead_text_paragraph {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    padding: calc(14vw + 80px) 0 120px;
    margin-top: -14vw;
  }
  .lead_text {
    width: calc(100% - 40px - 5.2vw);
    padding: 40px 5.2vw;
    border-radius: 0 60px 60px 0;
  }
}
@media screen and (max-width: 480px) {
  .lead {
    padding: calc(72vw + 40px) 0 80px;
    margin-top: -72vw;
  }
  .lead_text {
    width: calc(100% - 20px);
    padding: 40px 5.33vw;
    border-radius: 0 40px 40px 0;
  }
}
@media screen and (max-width: 360px) {
  .lead_text {
    padding: 40px 20px;
  }
}
/* -------------------- home-works --------------------*/
.h_works {
  background-color: #fff;
}
.h_works_list {
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h_works_list li {
  width: calc(50% - 40px);
  margin-bottom: 80px;
}
.h_works > .btn {
  margin: 0 auto;
}
.top_works_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.top_works_list li{
  width: 40%;
}
.top_works_item img{
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1024px){
  .h_works_list li {
    width: calc(50% - 25px);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .h_works_list li {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .h_works_list li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 360px) {
  .h_works_list li {
    width: 100%;
  }
}
/* -------------------- home-service --------------------*/
.h_service {
  background-color: #FFF4E2;
}
.h_service_list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.h_service_list li {
  width: calc(calc(100% - 120px) /3);
}
.h_service_list li h3 {
  padding-left: 20px;
  margin: 0 0 40px;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 2.4rem;
}
.h_service_list li h3:before {
  content: "";
  position: absolute;
  background: #FFDB9B;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: -12px;
  left: 0;
  z-index: -1;
}
.h_service_list li {
  line-height: 1.625;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .h_service_list li {
    width: calc(calc(100% - 100px) /3);
  }
  .h_service_list li h3 {
    font-size: 1.8rem;
  }
  .h_service_list li h3:before {
    top: -16px;
  }
}
@media screen and (max-width: 768px) {
  .h_service_list li {
    width: 100%;
    margin-bottom: 60px;
  }
  .h_service_list li:last-child {
    margin-bottom: 0;
  }
  .h_service_list li h3 {
    padding-left: 16px;
    margin: 0 0 16px;
  }
  .h_service_list li h3:before {
    width: 40px;
    height: 40px;
    top: -5px;
  }
}
@media screen and (max-width: 360px) {
	.h_service_list li h3{
		margin: 0 0 10px;
	}
	.h_service_list li {
		margin-bottom: 40px;
	}
}
/* -------------------- home-othes --------------------*/
.h_others{
	background: #fff;
}
.h_others .btn{
	height: 40px;
	margin-top: 20px;
}
.h_others .h_service_list li h3:before{
	background: #FFF4E2;
}
/* -------------------- home-contact --------------------*/
.contact {
  background-color: #F8F7F6;
}
.contact_message {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px;
  line-height: 1.625;
}
#formWrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.form_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.form_item dt {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.form_item dt span {
  width: 40px;
  height: 18px;
  margin: 3px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E20000;
  border-radius: 16px;
  color: #ffffff;
  font-size: 1.2rem;
}
.form_item dd > input {
  width: 100%;
  height: 60px;
  padding: 8px;
  border: 1px solid #5F5F5F;
  font-size: 16px;
}
.form_item dd > textarea {
  width: 100%;
  height: 180px;
  padding: 8px;
  border: 1px solid #5F5F5F;
  font-size: 16px;
}
.form_btn {
  margin: 60px auto 0;
  text-align: center;
}
.form_btn > .btn {
  background-color: #F8F7F6;
  border: 2px solid #5F5F5F;
  font-size: 1.8rem;
  color: #5F5F5F;
}
.form_btn > .btn:hover {
  background-color: #5F5F5F;
  color: #ffffff;
}
.php_h3{
	margin: 40px 0;
}
table.php_formtable{
	margin: 40px 0;
}
.php_form_btn{
	width: 150px;
	height: 50px;
	margin: 20px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	outline: none;
	box-shadow: none;
	font-size: 16px;
}
.php_btn_back{
	background-color: #ffffff;
	border: 1px solid #5f5f5f;
	color: #5f5f5f;
}
.php_btn_submit{
	background-color: #ffffff;
	border: 2px solid #FFA80E;
	color: #FFA80E;
}
.php_btn_back:hover{
	background-color: #5f5f5f;
	color: #ffffff;
}
.php_btn_submitt:hover{
	background-color: #FFA80E;
	color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #formWrap, .contact_message {
    padding: 0 40px;
  }
  .form_btn > .btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #formWrap, .contact_message {
    max-width: 680px;
  }
  .contact_message {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  #formWrap, .contact_message {
    max-width: 480px;
    padding: 0 20px;
  }
}
/* ----------------------------------------------
	ABOUT郢晏｣ｹ�ｿｽ�ｽｼ郢ｧ�ｽｸ
---------------------------------------------- */
/* --------------------  about-concept --------------------  */
.concept {
  background-color: #F8F7F6;
}
.concept_message {
  width: 100%;
  max-width: 1000px;
  padding: 0 80px 80px;
  margin: 0 auto;
  line-height: 1.625;
}
.concept_box {
  padding: 80px;
  background-color: #ffffff;
  border-radius: 40px;
}
.concept_box ul li {
  padding: 20px 0;
  border-bottom: 2px dotted #FFA80E;
}
.concept_box ul li:first-child {
  padding-top: 0;
}
.concept_box ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.concept_box_item {
  display: flex;
  justify-content: space-between;
  line-height: 1.625;
}
.concept_box_item dt {
  width: 200px;
  padding: 6px 0 0 16px;
  margin: 0 0 40px;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFA80E;
}
.concept_box_item dt:before {
  content: "";
  position: absolute;
  background: #FFF4E2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: -1;
}
.concept_box_item dd {
  width: 100%;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .concept_message {
    padding: 0 0 80px;
  }
  .concept_box {
    padding: 40px;
  }
  .concept_box_item dt {
    width: 180px;
    font-size: 2.0rem;
    padding: 5px 0 0 12px;
  }
  .concept_box_item dt:before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .concept_message {
    padding: 0 0 40px;
  }
  .concept_box {
    border-radius: 20px;
  }
  .concept_box_item {
    flex-direction: column;
  }
  .concept_box ul li {
    padding: 40px 0;
  }
  .concept_box_item dt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 360px) {
  .concept_box {
    padding: 20px;
  }
  .concept_message {
    padding: 0 0 20px;
  }
  .concept_box ul li {
    padding: 20px 0;
  }
}
/* --------------------  about-logo --------------------  */
.about_logo_wrap {
  width: 100%;
  padding: 80px 0;
}
@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}
.about_logo_bg{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #fff4e2;
    overflow: hidden;
	z-index: -1;
}
.about_logo_bg span {
    width: 30vmin;
    height: 30vmin;
    border-radius: 30vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-duration: 42s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.about_logo_bg span:nth-child(0) {
    color: #ffce7a;
    top: 12%;
    left: 66%;
    animation-duration: 32s;
    animation-delay: -36s;
    transform-origin: -4vw -9vh;
    box-shadow: -60vmin 0 7.989885124227463vmin currentColor;
}
.about_logo_bg span:nth-child(1) {
    color: #ffe78f;
    top: 60%;
    left: 82%;
    animation-duration: 7s;
    animation-delay: -41s;
    transform-origin: -8vw -8vh;
    box-shadow: -60vmin 0 8.292643760956707vmin currentColor;
}
.babout_logo_wrap span:nth-child(2) {
    color: #ffb638;
    top: 34%;
    left: 31%;
    animation-duration: 52s;
    animation-delay: -7s;
    transform-origin: 20vw 9vh;
    box-shadow: -60vmin 0 7.977270508020787vmin currentColor;
}
.about_logo_bg span:nth-child(3) {
    color: #ffe78f;
    top: 89%;
    left: 68%;
    animation-duration: 28s;
    animation-delay: -53s;
    transform-origin: -16vw -5vh;
    box-shadow: -60vmin 0 7.77033258123267vmin currentColor;
}
.about_logo_bg span:nth-child(4) {
    color: #ffce7a;
    top: 48%;
    left: 42%;
    animation-duration: 69s;
    animation-delay: -30s;
    transform-origin: -8vw -23vh;
    box-shadow: 60vmin 0 7.635235603203622vmin currentColor;
}
.about_logo_bg span:nth-child(5) {
    color: #ffce7a;
    top: 56%;
    left: 14%;
    animation-duration: 34s;
    animation-delay: -33s;
    transform-origin: 20vw -23vh;
    box-shadow: -60vmin 0 7.651524992294808vmin currentColor;
}
.about_logo_bg span:nth-child(6) {
    color: #ffb638;
    top: 50%;
    left: 44%;
    animation-duration: 80s;
    animation-delay: -61s;
    transform-origin: -14vw -4vh;
    box-shadow: 60vmin 0 8.181989311386904vmin currentColor;
}
.about_logo_bg span:nth-child(7) {
    color: #ffe78f;
    top: 1%;
    left: 41%;
    animation-duration: 32s;
    animation-delay: -22s;
    transform-origin: -5vw -4vh;
    box-shadow: -60vmin 0 8.305046770368104vmin currentColor;
}
.about_logo_bg span:nth-child(8) {
    color: #ffce7a;
    top: 95%;
    left: 66%;
    animation-duration: 71s;
    animation-delay: -12s;
    transform-origin: 10vw 21vh;
    box-shadow: -60vmin 0 7.737851308921725vmin currentColor;
}
.about_logo_bg span:nth-child(9) {
    color: #ffb638;
    top: 40%;
    left: 57%;
    animation-duration: 47s;
    animation-delay: -35s;
    transform-origin: 3vw -18vh;
    box-shadow: -60vmin 0 7.956542241651461vmin currentColor;
}
.about_logo_bg span:nth-child(10) {
    color: #ffce7a;
    top: 38%;
    left: 57%;
    animation-duration: 23s;
    animation-delay: -30s;
    transform-origin: 14vw -20vh;
    box-shadow: 60vmin 0 8.053514163937164vmin currentColor;
}
.about_logo_bg span:nth-child(11) {
    color: #ffce7a;
    top: 96%;
    left: 74%;
    animation-duration: 77s;
    animation-delay: -62s;
    transform-origin: 24vw -18vh;
    box-shadow: -60vmin 0 7.756931972225535vmin currentColor;
}
.about_logo_bg span:nth-child(12) {
    color: #ffb638;
    top: 36%;
    left: 15%;
    animation-duration: 74s;
    animation-delay: -57s;
    transform-origin: -7vw 6vh;
    box-shadow: -60vmin 0 8.035543592984318vmin currentColor;
}
.about_logo_bg span:nth-child(13) {
    color: #ffe78f;
    top: 97%;
    left: 65%;
    animation-duration: 85s;
    animation-delay: -11s;
    transform-origin: -20vw -1vh;
    box-shadow: -60vmin 0 8.37717789512933vmin currentColor;
}
.about_logo_bg span:nth-child(14) {
    color: #ffe78f;
    top: 39%;
    left: 14%;
    animation-duration: 45s;
    animation-delay: -2s;
    transform-origin: 24vw -15vh;
    box-shadow: 60vmin 0 8.093576699557714vmin currentColor;
}
.about_logo_bg span:nth-child(15) {
    color: #ffe78f;
    top: 84%;
    left: 70%;
    animation-duration: 37s;
    animation-delay: -79s;
    transform-origin: 22vw 3vh;
    box-shadow: -60vmin 0 8.06813108234573vmin currentColor;
}
.about_logo {
  width: 86.6vw;
  max-width: 1200px;
  padding: 80px 0 60px 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 40px 40px 0;
}
.about_logo_text {
  width: 51.4vw;
  max-width: 587px;
}
.about_logo_text h3 {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FFA80E;
}
.about_logo_text p {
  padding-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.about_logo_image {
  width: 35.2vw;
  max-width: 402px;
  padding: 0 80px;
}
@media screen and (max-width: 1024px) {
  .about_logo_image {
    padding: 0 40px;
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .about_logo {
    flex-direction: column;
    padding: 80px;
  }
  .about_logo_text {
    width: 100%;
  }
  .about_logo_image {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .about_logo {
    padding: 40px;
  }
  .about_logo_image {
    margin-top: 0;
  }
  .about_logo_text h3 {
    line-height: 1.625;
  }
}
@media screen and (max-width: 360px) {
	.about_logo_wrap{
		padding: 40px 0;
	}
  .about_logo {
    padding: 20px;
  }
  .about_logo_text h3 {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
  .about_logo_text p {
    font-size: 1.4rem;
  }
  .about_logo_image {
    max-width: 200px;
  }
}
/* --------------------  introduction_profile --------------------  */
.self-introduction {
  background-color: #ffffff;
}
.introduction_profile {
  display: flex;
  align-items: center;
}
.introduction_profile_text {
  width: 60%;
  margin-bottom: 80px;
}
.introduction_profile_name {
  padding: 20px 40px;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
  line-height: 2;
}
.introduction_profile_name::before, .introduction_profile_name::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 40px;
  border: 2px solid #FFA80E;
}
.introduction_profile_name::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.introduction_profile_name::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.introduction_profile_text p {
  line-height: 1.625;
}
.introduction_profile_image {
  width: 40%;
  padding-left: 80px;
  margin-bottom: 80px;
}
.introduction_title {
  height: 40px;
  padding-left: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  font-weight: 700;
  background-color: #FFF4E2;
}
.introduction_hobby, .introduction_strength,.introduction_award {
  line-height: 1.625;
}
.introduction_hobby_list li span, .introduction_strength_list li span, .introduction_award_list li span {
  color: #FFA80E;
}
.introduction_strength_list li span {
  padding-right: 5px;
}
.introduction_hobby, .introduction_strength {
  margin-bottom: 80px;
}
.introduction_strength_list_small {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.about_btn-arrow_bg {
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .introduction_profile_image {
    padding-left: 40px;
  }
  .introduction_hobby_list li, .introduction_award_list li {
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media screen and (max-width: 768px) {
  .introduction_profile {
    flex-direction: column;
    text-align: center;
  }
  .introduction_profile_text {
    width: 100%;
    margin-bottom: 40px;
  }
  .introduction_profile_image {
    padding-left: 0;
    min-width: 200px;
  }
	.introduction_hobby, .introduction_strength {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 360px) {
	.introduction_profile_name{
		padding: 16px;
	}
	.introduction_profile_name::before, .introduction_profile_name::after{
		width: 40px;
		height: 20px;
	}
}
/* ----------------------------------------------
	WORKS一覧
---------------------------------------------- */
.progressbar {
  position: fixed;
  top: 80px;
  left: 0;
  width: 0;
  height: 6px;
  background-color: #FFA80E;
  z-index: 1;
  transition: width 0.1s ease-out;
}
.works {
  background-color: #F8F7F6;
}
.works_lead {
  margin-bottom: 80px;
}
.works_lead p {
  line-height: 1.625;
  text-align: center;
}
.works_list {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.works_list a {
  color: #5f5f5f;
}
.works_list li {
  width: calc(calc(100% - 80px)/3);
  margin-bottom: 80px;
}
.works_list_image {
  display: block;
  transition: all .3s ease-in-out;
}
.works_list_image img {
  width: 300px;
  height: 200px;
  object-fit: contain;
  vertical-align: middle;
}
.works_list_image:hover {
  transform: scale(1.1);
}
.works_list_text {
  margin-top: 40px;
}
.works_list_category {
  padding: 8px 10px;
  display: inline-block;
  background-color: #FFA80E;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 700;
}
.works_list_title {
  padding: 10px 0;
  line-height: 1.625;
  font-size: 2.0rem;
}
.works_list_tag {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .works_list {
    max-width: 720px;
  }
  .works_list li {
    width: calc(calc(100% - 40px)/2);
    margin-bottom: 80px;
  }
  .works_list_text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .progressbar {
    top: 60px;
    height: 6px;
  }
  .works_lead p {
    text-align: justify;
  }
  .works_list li {
    width: calc(calc(100% - 40px)/2);
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .works_list {
    justify-content: space-between;
  }
  .works_list li {
	width: calc(calc(100% - 20px)/2);
    margin-bottom: 40px;
  }
	.works_list_text{
		margin-top: 16px;
	}
	.works_list_title{
		padding: 5px 0;
		font-size: 1.8rem;
	}
	.works_list_tag{
		font-size: 1.4rem;
	}
	.works_list_category{
		padding: 6px 8px;
		border-radius: 8px;
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	.works_lead{
		margin-bottom: 40px;
	}
  .works_list {
    justify-content: center;
  }
  .works_list li {
    width: 100%;
	max-width: 360px;
  }
  .works_list_image img {
  width: 100%;
  height: auto;
}
}
/* ----------------------------------------------
	WORKS下層
---------------------------------------------- */
.works_single h1{
  padding: 80px;
  background: #F8F7F6;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6;
}
.works_single h2{
  font-size: 2.4rem;
  color: #FFA80E;
  margin-bottom: 40px;
  line-height: 1.6;
}
.works_single h3{
  font-size: 2.0rem;
  color: #5f5f5f;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FFA80E;
  line-height: 1.6;
}
.works_content p{
  margin-bottom: 40px;
  text-align: justify;
  line-height: 1.6;
}
.works_thumb{
  max-width: 720px;
  margin: 40px auto;;
}
.works_thumb img{
  height: auto;
  object-fit: contain;
}
.works_content .wp-block-table table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 80px;
  line-height: 1.6;
}
.works_content .wp-block-table td:first-child,
.works_content .wp-block-table th:first-child {
  width: 120px;
  background: #FFA80E;
  color: #fff;
  font-weight: bold;
  border: 1px solid #5f5f5f;
}
.works_content .wp-block-table td:nth-child(2),
.works_content .wp-block-table th:nth-child(2) {
  width: calc(100% - 120px);
}
.works_content .wp-block-table td a{
  text-decoration: underline;
  color: #3644c2;
}
.works_single .works_navigation{
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
.works_single .btn{
  margin: 80px auto 0;
}
.works-photos{
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  background-color: #F8F7F6;
  padding: 80px 40px;
  margin-top: 80px;
  border-radius: 20px;
}
.works-photos h4{
  margin-bottom: 2cm;
}
@media screen and (max-width: 768px){
  .works_single h1{
  padding: 40px 20px;
}
  .works-photos{
  gap: 20px;
  padding: 40px 20px;
}
.works-photos h4{
  margin-bottom: 20px;
}
}
@media screen and (max-width: 480px) {
.works_single .works_navigation{
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.works_single .works_navigation{
  margin-top: 80px;
}
.works_single .btn{
  margin: 40px auto 0;
}
}
