/*
Theme Name: kiipjapan
Version: 1.0.0
*/

@charset "UTF-8";
/* 基本設定
=========================================== */
/* ページ設定
=========================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 0;
}

p {
  color: #1f2d5c;
  line-height: 1.7;
}

figure {
  margin: 0;
  text-align: center;
}

figure img {
  max-width: 100%;
  vertical-align: bottom;
}

/* mixin
=========================================== */
.container {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 999px) {
  .container {
    padding: 0 10px;
  }
}

/*button
---------------------------*/
/*display
---------------------------*/
.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

@media (max-width: 767px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}

section {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

p {
  font-size: 30px;
  margin: 0;
  font-weight: bold;
}

@media (max-width: 767px) {
  p {
    font-size: calc(18px + 12 * (100vw - 320px) / 450);
  }
}

.txt_msmall {
  font-size: 25px;
}

@media (max-width: 767px) {
  .txt_msmall {
    font-size: 18px;
  }
}

.txt_small {
  font-size: 21px;
}

@media (max-width: 767px) {
  .txt_small {
    font-size: 16px;
  }
}

/* 2023-01-30
single, modal Product-detail
=========================================== [ */

.icon-color {
  width: 35px;
  height: 35px;
  display: inline-block;
}
.icon-color.trans {
  background-color: #bfeafb;
}
.icon-color.half-trans {
  background-color: #d2e1e7;
}
.icon-color.black {
  background-color: #231f20;
}

#product-detail {
  top: 51%;
}

#product-detail p {
  font-size: initial;
}

#product-detail .row {
  display: flex;
  flex-wrap: wrap;
}

.space-between {
  justify-content: space-between;
}

.product-thumbnail {
  position: relative;
}

.product-thumbnail .new-flg-icon {
  position: absolute;
  max-height: 36%;
  width: auto;
  top: 0;
  left: 0;
}

#product-detail .product-thumbnail .new-flg-icon {
  top: 0;
  left: -25px;
  width: 200px;
  max-width: 50%;
  max-height: unset;
}


#product-detail .product-spec h2 {
  font-size: 26px;
  color: #1f2d5c;
  margin-bottom: 1rem;
}
#product-detail .product-spec p {
  font-size: 18px;
  font-weight: normal;
  display: flex;
  align-items: center;
}
#product-detail .product-spec .main-content {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}
#product-detail .product-spec .spec-title {
  min-width: 80px;
  margin-right: 5px;
  position: relative;
  display: inline-block;
}
#product-detail .product-spec .spec-title::after {
  content: ':';
  position: absolute;
  right: 0;
}

#product-detail .product-size {  
  color: #1f2d5c;
  margin-top: 36px;
}
#product-detail .product-size h3 {
  font-size: 22px;
}
#product-detail .product-size-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  text-align: center;
}
#product-detail .product-size-table, 
#product-detail .product-size-table td, 
#product-detail .product-size-table th {
  border: 1px solid black;
  padding: 4px;
}

#product-detail .product-sub-photo {
  margin-top: 36px;
  margin-bottom: 30px;
}

#product-detail .sub-photo-list {
  padding-left: 0;
  list-style-type: none;
  column-gap: 15px;
  row-gap: 8px;
}

#product-detail .sub-photo-list li {
  width: calc( ( 100% - 3*15px ) / 4 );
}

#product-detail .sub-photo-list li img {
  width: 100%;
}

#product-detail .each-product {
  display: none;
  padding: 10px 36px;
}

#product-detail .each-product.active {
  display: block;
  max-height: 85vh;
  overflow-y: scroll;
}

#product-detail .each-product::-webkit-scrollbar {
  width: 10px;
}

@media (min-width: 767px) {
  #product-detail {
    width: 56vw;
  }
  #product-detail .top-figure .product-thumbnail {
    width: 49%;
  }
  #product-detail .top-figure .product-spec {
    width: 48%;
    margin-left: 3%;
  }
}

@media (max-width: 767px) {
  #product-detail {
    padding: 10px;
  }
  #product-detail .product-spec h2 {
    font-size: 24px;
  }
  #product-detail .product-spec p {
    font-size: 16px;
  }
  #product-detail .product-size-table {
    font-size: 16px;
  }
  #product-detail .product-thumbnail .new-flg-icon {
    max-width: 30%;
    left: 0;
  }
  #product-detail .sub-photo-list li {
    width: calc( ( 100% - 1*15px ) / 2 );
  }
  #product-detail .each-product {
    padding: 0;
  }
}

/* ]=========================================== 
2023-01-30 */


/* main */
.sec01 .container {
  max-width: none;
}

@media (max-width: 767px) {
  .sec01 .container {
    padding: 0;
  }
}

.sec02 {
  padding-top: 30px;
}

.sec02 .container {
  max-width: none;
}

.sec02 .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec02 .row .col {
  flex: 0 1 calc(50% - 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec02 .row .col:nth-last-child(-n + 2) {
  margin-top: 24px;
}

.sec02 .inner {
  display: block;
  margin: auto;
}

.sec02 .ttl {
  text-align: center;
}

.sec02 .ttl span {
  display: block;
}

.sec02 figure.photo {
  max-width: 100px;
  width: 100%;
}

.sec02 .ctn_02 {
  max-width: 1100px;
  padding-top: 3rem;
}

.sec02 .ctn_02 .ttl {
  font-weight: bold;
}

.sec02 .ctn_02 .txt_small {
  line-height: 1.42;
}

.sec02 .news_head {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 0;
}

.sec02 .diamond_photo {
  max-width: 80px;
  width: 100%;
}

.sec02 .book_photo {
  margin-top: 1rem;
}

.sec02 .book_photo > img {
  width: 671px;
}

@media (max-width: 767px) {
  .sec02 .row {
    display: block;
  }
  .sec02 .row .col:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .sec02 .row .col:nth-last-child(-n + 2) {
    margin-top: 0;
  }
  .sec02 .row .col:not(:first-of-type) {
    margin-top: 24px;
  }
  .sec02 figure.photo {
    width: 30%;
  }
  .sec02 .news_head {
    font-size: 26px;
  }
}

.sec03 {
  padding-top: 30px;
}

.sec03 h2 {
  margin: 0;
}

.sec03 .h2_ttl {
  text-align: left;
  max-width: 290px;
  width: 100%;
}

@media (max-width: 767px) {
  .sec03 .h2_ttl {
    width: 50%;
  }
}

.sec03 .movie-construction:hover {
  transition: .3s;
  opacity: .8;
}

.sec03 p.txt {
  line-height: 1.7;
  margin-top: -100px;
}

.sec03 .ctn_01 {
  max-width: 880px;
}

.sec03 .ctn_02 {
  max-width: 1100px;
  position: relative;
  padding-top: 57%;
  height: 0;
}

.sec03 .ctn_02 figure {
  max-width: 536px;
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec03 .ctn_02:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(./img/image_1.png) no-repeat center/contain;
}

.sec03 .movie-construction {
  transition: .3s;
}

.sec03 .movie-construction:before {
  background: url(./img/image_1douga_saisei.png) no-repeat center/cover;
}

@media (min-width: 1024.1px) {
  .sec03 .ctn_01 {
    margin-left: 13.3333%
  }
}

@media (max-width: 1024px) {
  .sec03 p.txt {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .sec03 .ctn_02 {
    margin-top: 24px;
  }
  .sec03 .ctn_02 figure {
    max-width: 310px;
  }
}

@media (max-width: 500px) {
  .sec03 .ctn_02 figure {
    max-width: 200px;
  }
}

.sec04 h2 {
  margin: 0;
}

.sec04 .h2_ttl {
  text-align: left;
  max-width: 290px;
  width: 100%;
}

@media (max-width: 767px) {
  .sec04 .h2_ttl {
    width: 50%;
  }
}

.sec04 .movie-construction:hover {
  transition: .3s;
  opacity: .8;
}

.sec04 .movie-construction:before {
  background: url(./img/image_2kiip_saisei.png) no-repeat center/cover;
}

.sec04 .row {
  display: flex;
  justify-content: space-between;
}

.sec04 .row figure {
  max-width: 340px;
  width: 100%;
  margin-top: -170px;
}

.sec04 p.txt {
  margin-top: -100px;
}

.sec04 p {
  line-height: 1.7;
}

.sec04 .ctn_01 {
  max-width: 990px;
  margin-left: 13.33333%;
}

@media (max-width: 1024px) {
  .sec04 p.txt {
    margin-top: 24px;
  }
  .sec04 .row figure {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .sec04 {
    padding-top: 30px;
  }
  .sec04 .ctn_01 {
    margin: auto;
  }
  .sec04 .row {
    display: block;
  }
  .sec04 .row figure {
    width: 50%;
    margin: auto;
    margin-top: 24px;
  }
}

.sec05 {
  padding-top: 60px;
}

.sec05 .movie-construction:hover {
  transition: .3s;
  opacity: .8;
}

.sec05 h2 {
  margin: 0;
}

.sec05 .h2_ttl {
  text-align: left;
  max-width: 290px;
  width: 100%;
}

@media (max-width: 767px) {
  .sec05 .h2_ttl {
    width: 50%;
  }
}

.sec05 .ctn_01 {
  max-width: 1020px;
  margin-left: 13.33333%;
}

.sec05 .row {
  display: flex;
  justify-content: space-between;
}

.sec05 .txt_box {
  margin-top: -100px;
}

@media (min-width: 768px) {
  .sec05 .txt_box {
    position: relative;
  }
  .sec05 .txt_box:before {
    content: '';
    display: block;
    position: absolute;
    right: 40px;
    bottom: -30px;
    margin: auto;
    width: 100px;
    height: 88px;
    background: url(./img/arrow.png) no-repeat center/contain;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .sec05 .txt_box:before {
    width: 80px;
    height: 70px;
    right: 0;
    bottom: -40px;
  }
}

.sec05 .photo_top_right {
  max-width: 600px;
  width: 100%;
  margin-top: -150px;
}

.sec05 .txt {
  line-height: 2.2;
}

.sec05 .txt_small {
  line-height: 2.2;
}

.sec05 .ctn_02 {
  max-width: 1050px;
  width: 100%;
  position: relative;
}

.sec05 .photo_bottom_left {
  max-width: 640px;
  width: 100%;
}

@media (min-width: 768px) {
  .sec05 .photo_bottom_right {
    position: absolute;
    right: 20px;
    bottom: 300px;
    width: 47.61905%;
    height: 31.52381%;
    margin: auto;
    z-index: 1;
  }
}

@media (max-width: 1024px) {
  .sec05 .txt_box {
    margin-top: 0;
  }
  .sec05 .photo_top_right {
    margin: auto;
    margin-top: 24px;
  }
  .sec05 .photo_bottom_left {
    max-width: 536px;
  }
  .sec05 .photo_bottom_right {
    max-width: 536px;
    bottom: 220px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .sec05 .ctn_01 {
    margin: auto;
    margin-top: 24px;
  }
  .sec05 .row {
    display: block;
  }
  .sec05 .photo_bottom_left, .sec05 .photo_bottom_right {
    max-width: 600px;
    width: 100%;
    margin: auto;
    margin-top: 24px;
  }
  .sec05 figure {
    margin-top: 24px;
  }
}

.sec06 h2 {
  margin: 0;
}

.sec06 .h2_ttl {
  text-align: left;
  max-width: 290px;
  width: 100%;
}

@media (max-width: 767px) {
  .sec06 .h2_ttl {
    width: 50%;
  }
}

.sec06 .ctn_01 {
  max-width: 1020px;
  margin-left: 13.33333%;
}

.sec06 .row {
  display: flex;
  justify-content: space-between;
}

.sec06 ul {
  list-style: none;
  padding: 0;
}

.sec06 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  border-bottom: 3px solid #1f2d5c;
}

.sec06 li figure {
  width: 100%;
  margin: 0;
}

.sec06 li figure.list01 {
  width: 140px;
}

.sec06 li figure.list02 {
  width: 160px;
}

.sec06 li figure.list03 {
  width: 180px;
}

.sec06 li figure.list04 {
  width: 200px;
}

.sec06 .txt_box {
  max-width: 360px;
  width: 100%;
  margin-top: -100px;
}

.sec06 .list_box {
  max-width: 660px;
  width: 100%;
  margin-top: -170px;
}

.sec06 .ttl {
  padding-right: 20px;
  line-height: 2.2;
}

@media (min-width: 768px) {
  .sec06 .txt_msmall:not(:first-of-type) {
    margin-top: 24px;
  }
}

@media (max-width: 1024px) {
  .sec06 {
    padding-top: 30px;
  }
  .sec06 .ctn_01 {
    margin: auto;
    margin-top: 24px;
  }
  .sec06 .row {
    display: block;
  }
  .sec06 .list_box {
    margin-top: 0;
  }
  .sec06 .txt_box, .sec06 .list_box {
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
}

/* -- new sec06 ラインナップ -- [ */
.sec06_lineup h2 {
  margin: 0;
}

.sec06_lineup .h2_ttl {
  text-align: left;
  max-width: 290px;
  width: 100%;
}

.sec06_lineup .ctn_01 {
  max-width: 1020px;
  margin-left: 13.33333%;
  margin-top: -120px;
}

.sec06_lineup .txt {
  font-size: 30px;
  font-weight: bold;
  color: #1f2d5c;
}

.sec06_lineup .product-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  column-gap: 2%;
  row-gap: 15px;
}

.sec06_lineup .product-item {
  padding: 15px;
  background-color: #F5F5F5;
  width: 31%;
  display: flex;
  flex-wrap: wrap;
}

.sec06_lineup .product-item p {
  font-size: 18px;
  font-weight: normal;
  display: flex;
  align-items: center;
}

.sec06_lineup .product-item .product-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
}
.sec06_lineup .product-item .main-content {
  font-size: 20px;
  font-weight: bold;
}
.sec06_lineup .product-item .spec-title {
  min-width: 80px;
  margin-right: 5px;
  position: relative;
}
.sec06_lineup .product-item .spec-title::after {
  content: ':';
  position: absolute;
  right: 0;
}

.sec06_lineup .more-button-wrap {
  width: 100%;
  align-self: flex-end;
  margin-top: 12px;
}

.sec06_lineup .more-button {
  display: block;
  background-color: #9494AE;
  color: white;
  font-size: 18px;
  padding: 8px 10px;
  text-align: center;
}
.sec06_lineup .more-button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.sec06_lineup .product-thumbnail .new-flg-icon {
  top: -15px;
  left: -15px;
}

@media screen and (max-width: 767px) {
  .sec06_lineup .h2_ttl {
    width: 50%;
  }
  .sec06_lineup .txt {
    font-size: calc(18px + 12 * (100vw - 320px) / 450);
  }
  .sec06_lineup .ctn_01 {
    margin: auto;
    margin-top: 24px;
  }
  
  .sec06_lineup .product-item {
    width: 100%;
  }
  .sec06_lineup .product-item p {
    font-size: 16px;
  }
  .sec06_lineup .product-item .product-title {
    font-size: 20px;
  }
  .sec06_lineup .product-item .main-content {
    font-size: 18px;
  }
  
}

/* -- ] new sec06 ラインナップ -- */

.sec07 {
  padding-top: 30px;
}

.sec07 h2 {
  margin: 0;
}

.sec07 .h2_ttl {
  text-align: left;
  max-width: 290px;
  width: 100%;
}

@media (max-width: 767px) {
  .sec07 .h2_ttl {
    width: 50%;
  }
}

.sec07 .ctn_01 {
  max-width: none;
  margin-left: 26.33333%;
  margin-top: -100px;
}

@media (max-width: 1130px) {
  .sec07 .ctn_01 {
    margin-top: 0;
    margin-left: 13.33333%;
  }
}

@media (max-width: 767px) {
  .sec07 .ctn_01 {
    margin: auto;
    margin-top: 24px;
  }
}

.sec07 .row {
  display: flex;
  flex-wrap: wrap;
}

.sec07 .row .col-left {
  width: 52%;
}
.sec07 .row .col-right {
  width: 47%
}
.sec07 .row .col-right img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .sec07 .row .col-left {
    width: 100%;
    margin-right: 0;
  }
  .sec07 .row .col-right {
    width: 100%;
  }
}

.sec08 {
  padding-top: 30px;
}

.sec08 h2 {
  margin: 0;
}

.sec08 .h2_ttl {
  text-align: left;
  max-width: 290px;
  width: 100%;
}

@media (max-width: 767px) {
  .sec08 .h2_ttl {
    width: 50%;
  }
}

.sec08 .ctn_01 {
  max-width: none;
  margin-left: 26.33333%;
  margin-top: -100px;
}

.sec08 .ctn_02 .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -150px;
}

@media (max-width: 1130px) {
  .sec08 .ctn_01 {
  }
}

@media (max-width: 767px) {
  .sec08 .ctn_01 {
    margin: auto;
    margin-top: 24px;
  }
  .sec08 .ctn_02 {
    margin: auto;
    margin-top: 24px;
  }
  .sec08 .ctn_02 .row {
    margin-top: 0;
  }
}

.sec08 .ctn_02 {
  max-width: 770px;
  width: 100%;
  margin-right: 5.83333%;
}

.sec08 .ctn_02 .photo_left {
  max-width: 360px;
  width: 100%;
  margin: auto;
}

.sec08 .ctn_02 .photo_right {
  max-width: 450px;
  width: 100%;
  margin: auto;
}

.sec08 #inline_01 {
  display: none;
}

.modaal-wrapper .modaal-container {
  max-width: 800px;
}

.modaal-wrapper .modaal-close {
  top: 160px;
  right: calc(50% - 400px);
}

@media (max-width: 850px) {
  .modaal-wrapper .modaal-close {
    top: 10px;
    right: 20px;
  }
}

.sec09 {
  padding-top: 30px;
}

.sec09 h2 {
  margin: 0;
}

.sec09 .h2_ttl {
  text-align: left;
  max-width: 290px;
  width: 100%;
}

@media (max-width: 767px) {
  .sec09 .h2_ttl {
    width: 50%;
  }
}

.sec09 .ctn_01 {
  max-width: 580px;
  margin-left: 26.33333%;
  margin-top: -100px;
}

.sec09 .txt_yellow {
  background: #fff100;
  text-align: center;
  margin-top: 10px;
}

.sec09 .ctn_02 {
  max-width: 1120px;
  width: 100%;
  margin: auto;
  margin-top: -130px;
}

.sec09 .ctn_02 .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.sec09 .ctn_02 .row .col {
  flex: 0 1 calc(33.3333% - 20px);
}

@media (max-width: 1130px) {
  .sec09 .ctn_01 {
  }
  .sec09 .ctn_02 {
    margin-top: 24px;
  }
  .sec09 .ctn_02 .row .col {
    flex: 0 1 calc(33.3333% - 10px);
  }
}

@media (max-width: 767px) {
  .sec09 .ctn_01 {
    margin: auto;
    margin-top: 24px;
  }
  .sec09 .ctn_02 .row {
    display: block;
  }
  .sec09 .ctn_02 .col:not(:first-child) {
    margin-top: 24px;
  }
}

.sec10 {
  padding: 120px 0;
}

.sec10 .contact {
  font-size: 26px;
  color: #fff;
  background: #1f2d5c;
  padding: .2em;
  text-align: center;
}

.sec10 .good_design_logo {
  max-width: 500px;
  margin: auto;
}
.sec10 .contact_btn {
  display: block;
  margin: auto;
  margin-top: 1.0em;
}

.sec10 .contact_btn a {
  text-decoration: none;
  display: block;
  background: #00a1e9;
  border: 2px solid #00a1e9;
  border-radius: 60px;
  color: #fff;
  padding: .2em 10px;
  text-decoration: none;
  text-align: center;
  font-size: 26px;
  max-width: 500px;
  width: 100%;
  margin: auto;
  transition: .3s;
}

.sec10 .contact_btn a:hover {
  background: #fff;
  border: 2px solid #00a1e9;
  color: #00a1e9;
}

@media (max-width: 767px) {
  .sec10 .contact, .sec10 .contact_btn a {
    font-size: calc(18px + 8 * (100vw - 320px) / 450);
  }
}

/* modal */
.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-modal_bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
}

.c-modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}

.c-modal_content._sm {
  width: 30%;
}

.c-modal_content._md {
  width: 50%;
}

.c-modal_content._lg {
  width: 70%;
}

.c-modal_content._custum {
  width: 70vh;
}

@media (max-width: 850px) {
  .c-modal_content._custum {
    width: 90%;
  }
}

.c-modal_content_inner {
  position: relative;
  padding: 24px;
}

.c-modal_close span:before {
  display: block;
  content: " ";
  position: absolute;
  top: -36px;
  right: 10px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
  transform: rotate(-45deg);
  z-index: 2;
}

.c-modal_close span:after {
  display: block;
  content: " ";
  position: absolute;
  top: -36px;
  right: 10px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
  transform: rotate(45deg);
  z-index: 2;
}

/* 20210117 */
footer {
  background: #E8E5EA;
}

footer .container {
  padding: 30px 0;
}

@media (max-width: 999px) {
  footer .container {
    padding: 30px 10px;
  }
}

footer ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  footer ul {
    flex-direction: column;
    margin-bottom: 10%;
  }
}

footer li {
  color: #000;
  font-size: 18px;
  text-align: left;
  flex: 0 1 45%;
}

@media (min-width: 1024px) {
  footer li {
    flex: 0 1 40%;
  }
}

@media (min-width: 768px) {
  footer li:not(:last-child) {
    margin-right: 2%;
  }
}

@media (max-width: 767px) {
  footer li:not(:last-child) {
    margin-bottom: 16px;
  }
}

footer .ttl {
  max-width: 70px;
  width: 100%;
}

footer .fujita_logo img {
  width: 70%;
}

@media (max-width: 767px) {
  footer .fujita_logo img {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  footer .adress {
    font-size: 16px;
  }
}

footer .adress .text-large {
  font-size: 26px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  footer .adress .text-large {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  footer .adress .text-large {
    font-size: 23px;
  }
}

footer .footer__copyright {
  background: #212E59;
}

footer .footer__copyright p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 1em 10px;
  font-weight: normal;
}

.sec10 .inner{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .sec10 .inner{
    flex-direction: column;
    margin-top: 10%;
  }
}
.sec10 .contact_box  {
  flex: 0 1 60%;
}
@media (max-width: 767px) {
  .sec10 .contact_box  {
    max-width: 600px;
    width: 100%;
  }
}
/*
.sec10 .inner figure {
  max-width: 100%;
}
*/
.sec10 .inner_box:not(:first-child) {
  margin-left: 2%;
}
@media (max-width: 767px) {
  .sec10 .inner_box:not(:first-child) {
    margin-left: 0;
  }
}

/* contact */
#contact {
  display: none;
  padding-top: 80px;
}

#contact h2 {
  padding-bottom: .5em;
  color: #555;
  border-image: linear-gradient(0.25turn, #1f2d5c 22%, #999 22%) 1/0 0 2px 0;
  border-bottom: solid;
  margin: 0 auto 2em;
}

#contact .contact_txt {
  font-size: 16px;
}

#contact p {
  color: #555;
}

#contact .text-red {
  color: red;
}

#contact form {
  margin-top: 5%;
}

#contact form dl {
  color: #555;
}

#contact form dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}

#contact form dl dt span {
  margin-left: 2.4rem;
}

#contact form dl dd {
  margin: auto;
}

#contact form dl dd:not(:last-child) {
  margin-bottom: 2rem;
}

#contact form input, #contact form textarea {
  border: solid 1px #555;
  border-radius: 4px;
  padding: 20px;
  width: 100%;
  outline: none;
  color: #555;
}

#contact form input:focus, #contact form textarea:focus {
  box-shadow: 0 0 5px #555;
  border: 1px solid #555;
}

#contact form textarea {
  height: 200px;
}

#contact form input[type="submit"] {
  display: block;
  padding: 1.13em;
  margin: 0 auto 1px;
  max-width: 320px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  letter-spacing: 0.05em;
  font-size: 16px;
  border-radius: 4px;
  outline: none;
  background: #555;
  color: #fff;
  border: 1px solid #555;
  /* margin-top: 5%; */
  font-weight: bold;
}

/* @media screen and (max-width: 767px) {
  #contact form input[type="submit"] {
    margin-top: 2.4rem;
  }
} */

#contact form input[type="submit"]:hover {
  background: #fff;
  color: #555;
  border: 1px solid #555;
}

/* confirm */
#confirm {
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

@media (max-width: 1024px) {
  #confirm {
    padding: 50px 10px;
  }
}

#confirm h2 {
  padding-bottom: .5em;
  color: #555;
  border-image: linear-gradient(0.25turn, #1f2d5c 22%, #999 22%) 1/0 0 2px 0;
  border-bottom: solid;
  margin: 0 auto 2em;
}

#confirm .confirm_txt {
  font-size: 16px;
}

#confirm p {
  color: #555;
}

#confirm .text-red {
  color: red;
}

#confirm form {
  margin-top: 5%;
}

#confirm form dl {
  color: #555;
}

#confirm form dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}

#confirm form dl dt span {
  margin-left: 2.4rem;
}

#confirm form dl dd {
  margin: auto;
}

#confirm form dl dd:not(:last-child) {
  margin-bottom: 2rem;
}

#confirm form input, #confirm form textarea {
  border: solid 1px #555;
  border-radius: 4px;
  padding: 20px;
  width: 100%;
  outline: none;
  color: #555;
}

#confirm form input:focus, #confirm form textarea:focus {
  box-shadow: 0 0 5px #555;
  border: 1px solid #555;
}

#confirm form textarea {
  height: 200px;
}

#confirm form input[type="submit"] {
  display: block;
  padding: 1.13em;
  margin: 0 auto 1px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  letter-spacing: 0.05em;
  font-size: 16px;
  border-radius: 4px;
  outline: none;
  background: #555;
  color: #fff;
  border: 1px solid #555;
  /* margin-top: 5%; */
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #confirm form input[type="submit"] {
    margin-top: 2.4rem;
  }
}

#confirm form input[type="submit"]:hover {
  background: #fff;
  color: #555;
  border: 1px solid #555;
}

#error_name,#error_email,#error_message {
  font-size: 16px;
  padding: 0 10px 1em;
  color: red;
}

.thanks {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  height: calc(100vh - 320px);
  display: flex;
  align-items: center;
}
.thanks p {
  font-size: 18px;
  text-align: center;
}
.thanks .ttl {
  font-size: 26px;
  margin-bottom: 2em;
}

@media (max-width: 1024px) {
  .thanks {
    padding: 50px 10px;
  }
  .thanks p {
    font-size: 16px;
    text-align: left;
  }
  .thanks .ttl {
    font-size: 19px;
    margin-bottom: 2em;
    text-align: center;
  }
}
#rc-anchor-container {
  margin: 10px 0;
  text-align: center;
}

/* 20210114 */
button, input, optgroup, select, textarea {
    font-size: 16px;
}

input:-internal-autofill-selected {
    background-color: #999 !important;
}
#back {
  display: block;
  padding: 1.13em;
  margin: 0 auto 1px;
  max-width: 320px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  letter-spacing: 0.05em;
  font-size: 16px;
  border-radius: 4px;
  outline: none;
  background: #eee;
  color: #555;
  border: 1px solid #eee;
  font-weight: bold;
}
#back:hover {
  background: #fff;
  border: 1px solid #555;
}
.contct_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contct_box {
    flex-direction: column;
  }
}
.wpcf7 form.init .wpcf7-response-output {
    display: none!important;
}
.wpcf7 form .wpcf7-response-output {
  display: none!important;
}

/* 20230127 */
.footer__text-large {
  font-size: 26px;
}
footer ul {
  margin: 16px 0 8px;
}
@media (min-width: 768px) {
  .fujita_logo figure {
    text-align: left;
  }
}
.mt30 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .footer__text-large {
    font-size: 23px;
  }
  footer ul {
    margin: 20px 0;
  }
  footer li:not(:last-child) {
      margin-bottom: 8px;
  }
  ul.footer_ul li {
   margin-bottom: 0;
  }
  ul.footer_ul .ttl {
   margin-bottom: 0;
  }
}

/* 20240717 */
.btn-sec01 {
  margin: 3em 0;
}

.common_btn a {
  text-decoration: none;
  display: block;
  background: #00a1e9;
  border: 2px solid #00a1e9;
  border-radius: 60px;
  color: #fff;
  padding: .4em 20px;
  text-decoration: none;
  text-align: center;
  font-size: 26px;
  max-width: 560px;
  width: 100%;
  margin: auto;
  transition: .3s;
}

.common_btn a:hover {
  background: #fff;
  border: 2px solid #00a1e9;
  color: #00a1e9;
}

.sec02__link {
  text-align: center;
  margin-bottom: 2em;
  margin-top: 1em;
  a {
    color: #1f2d5c;
  }
}
@media (max-width: 767px) {
  .sec02__link {
    text-align: left;
  }
  .common_btn a {
      font-size: calc(16px + 10 * (100vw - 320px) / 450);
  }
  .sec10 .contact, .sec10 .contact_btn a {
    font-size: calc(16px + 10 * (100vw - 320px) / 450);
}
}

.sec02 {
padding: 0;
}
.footer__text-xl {
  font-size: 20px;
  span {
    font-size: 16px;
  }
}
@media ( min-width : 768px ) {
  .footer__text-xl {
    white-space: nowrap;
  }
}

.sec10 .contact_box {
  flex: 0 1 64%;
}

/* 外部リンクbtn */
.hover_icon_arrow {
  display: none;
  transition: .3s;
}
.icon_arrow {
  transition: .3s;
}
.ex_btn:hover .hover_icon_arrow {
  display: inline-block;
}
.ex_btn:hover .icon_arrow {
  display: none;
}
@media (max-width: 767px) {
  .hover_icon_arrow {
    width: 18px;
  }
  .icon_arrow {
    width: 18px;
  }
}
