@charset "UTF-8";
body {
  /* font-family: "Cormorant Garamond", "Noto Serif JP", serif; */
  font-family: "Bodoni Moda", "Noto Serif JP", serif;
  letter-spacing: 0;
}
body img {
  width: 100%;
}

.bg {
  background-color: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.bg::before {
  content: "";
  background: #ffffff;
  bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  height: 30px;
  left: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 2;
}
.bg::after {
  content: "";
  background: #ffffff;
  bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  height: 30px;
  left: 0px;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}

.wrapper {
  background-color: #16203b;
  width: 100%;
  margin: auto;
}

/*header*/
header {
  width: 100%;
  position: fixed;
  z-index: 2;
  left: 0;
}

.header_inner {
  padding-top: 14px;
  padding-left: 50px;
}

.logo {
  width: 201px;
}

.menu {
  position: absolute;
  right: 50px;
  top: 15px;
  width: 56px;
  z-index: 2;
}
.menu:hover {
  cursor: pointer;
}

/*kv*/
.kv {
  height: 640px;
  position: relative;
  margin-bottom: 125px;
}
.kv::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: 50%;
  background-image: url(../images/kv_bg.svg);
  /* background-image: url("https://ameto.tokyo/wp-content/themes/local-ame/images/kv_bg.svg"); */
}

.kv_ttl {
  width: 745px;
  position: absolute;
  right: 37px;
  bottom: 10px;
}

.scroll {
  bottom: 10px;
  left: 20px;
  margin: 0 0 0 0;
  position: absolute;
  width: 30px;
}

/*common*/
.inner {
  width: 92%;
  margin: auto;
  padding-bottom: 160px;
  max-width: 1500px;
}

.ttl {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 45px;
}
.ttl span {
  display: inline-block;
  color: #ff4040;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-left: 30px;
}

.subttl {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 50px;
  color: #fff;
  line-height: 1.4;
}

/*vision*/
.vision_txt {
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2.5;
}

/*service*/
.service_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service_contents {
  width: 30%;
}

.service_detail {
  font-weight: 400;
  font-size: 31px;
  line-height: 1.4;
  margin-bottom: 16px;
  color: #fff;
  display: block;
}

.service_feature {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: block;
  line-height: 1.4;
}

.service_subttl {
  font-size: 40px;
  color: #fff;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  margin-bottom: 58px;
}

.service .ttl {
  margin-bottom: 60px;
}

.service_work_icon {
  width: 60px;
  margin-bottom: 35px;
}

.service_work_ttl {
  font-size: 30px;
  line-height: 130%;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  color: #fff;
  margin-bottom: 25px;
}

.service_work_detail {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.service_work_detail li {
  padding-left: 16px;
  position: relative;
  line-height: 1.75;
}

.service_work_detail li::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #ff4040;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.service_work {
  margin-bottom: 62px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.service_work_list {
  width: 25%;
}

.case_list {
  width: 30%;
  margin-top: 30px;
}

.case {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case01 {
  margin-top: 40px;
}
.case_sub {
  font-size: 16px;
  color: #707070;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 12px;
}
.case_img {
  overflow: hidden;
  margin-bottom: 20px;
}
.case_img img {
  vertical-align: top;
}
.case_list:hover .case_pic {
  transition: 0.3s;
  transform: scale(1.05);
}

.case_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
  color: #fff;
  /* ホバー用↓ */
  display: inline;
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.5s;
}

.case_list:hover .case_txt {
  background-size: 100% 1px;
}

.case_list a {
  display: block;
}

.case_list span[data-link] {
  display: inline-block;
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.5s;
}

.case_list span[data-link]:hover {
  background-size: 100% 1px;
}

/*team*/
.team {
  background-color: #e8e8e8;
  padding-top: 160px;
}
.team .ttl {
  color: #16203b;
}
.team .inner {
  padding-bottom: 120px;
}

.member_list {
  background: #fff;
  width: 32%;
  margin-bottom: 40px;
  cursor: pointer;
}
.member_list:hover .member_pic {
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.member_list:hover .more {
  text-decoration: underline;
}

.member_pic {
  margin-bottom: 10px;
}

.member_detail {
  padding: 0 24px 16px;
}

.name {
  color: #16203b;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.6;
}

.role {
  color: #16203b;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
}

.more {
  color: #ff4040;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.member::after {
  content: "";
  display: block;
  width: 32%;
}

/*team(modal)*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.modal_bg {
  background: rgba(0, 0, 0, 0.16);
  height: 100vh;
  position: absolute;
  width: 100%;
  display: none;
}

.modal_box {
  width: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 750px;
  width: 95%;
  display: none;
}

.modal_box.slideup {
  display: block;
  -webkit-animation: SlideUp 0.4s ease-in-out forwards;
  animation: SlideUp 0.4s ease-in-out forwards;
}

@-webkit-keyframes SlideUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 100px);
    transform: translate(-50%, 100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@keyframes SlideUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 100px);
    transform: translate(-50%, 100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.modal_content {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal_content::-webkit-scrollbar {
  display: none;
}

.modal_txtbox {
  width: 60%;
  padding: 16px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal_role {
  color: #16203b;
  font-size: 15px;
  margin-bottom: 10px;
}

.modal_name {
  color: #16203b;
  font-size: 24px;
}
.modal_name span {
  color: #16203b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0px 0px 0px 6px;
}

.modal_txt {
  color: #16203b;
  /* font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
  font-size: 14px;
  line-height: 2;
  margin: 16px 0px 26px 0px;
  text-align: justify;
}

.modal_close {
  width: 50px;
  position: absolute;
  right: -70px;
  top: 3px;
}

.modal_pic {
  width: 40%;
  height: 458px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#modal01 .modal_pic {
  background-image: url(../images/member_1.png);
}

#modal02 .modal_pic {
  background-image: url(../images/member_2.png);
}

#modal03 .modal_pic {
  background-image: url(../images/member_3.png);
  background-position: left;
  height: 478px;
}

#modal04 .modal_pic {
  background-image: url(../images/member_4.png);
}

#modal05 .modal_pic {
  background-image: url(../images/member_5.png);
}

#modal06 .modal_pic {
  background-image: url(../images/member_6.png);
}
#modal07 .modal_pic {
  background-image: url(../images/member_7.png);
}
#modal08 .modal_pic {
  background-image: url(../images/member_8.png);
}
#modal09 .modal_pic {
  background-image: url(../images/member_9.png);
}
#modal10 .modal_pic {
  background-image: url(../images/member_10.png);
}

.work_list {
  width: 48%;
}

.work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work_bnr {
  margin-bottom: 8px;
}

.work_txt {
  color: #16203b;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

/*contact*/
.contact {
  background-color: #ff4040;
  padding: 35px 0;
}
.contact:hover {
  background-color: #16203b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact_ttl {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact_ttl span {
  display: inline-block;
  width: 35px;
  margin-left: 16px;
  display: inherit;
}

.contact_txt {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

/*footer*/
footer {
  padding-top: 60px;
}

.footer_logo {
  width: 358px;
  margin: auto;
}

.company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0 55px;
}

.company_detail {
  width: 136px;
  text-align: left;
  font-weight: 400;
}

.company_list {
  display: block;
  margin-bottom: 23px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.sub {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 2px;
}

small {
  display: block;
  color: #16203b;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.policy_link {
  margin-left: 30px;
  border-bottom: 1px solid #16203b;
  color: #16203b;
  line-height: 1.4;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: 400;
}

/*ハンバーガーメニュー*/
.nav_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.nav_bg.show {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.header_nav {
  width: 100%;
  /* height: 105px; */
  background: #fff;
  z-index: 90;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: -105px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header_nav.open {
  top: 0;
}

.logo_menu {
  width: 190px;
}

.header_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header_list {
  margin: 0px 16px;
}
.header_list a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  color: #16203b;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}
.header_list a:hover {
  border-bottom: 1px solid #16203b;
}

.close_txt {
  display: none;
}

/*policy*/
.policy {
  background-color: #e8e8e8;
  padding: 125px 50px 70px;
  color: #16203b;
}

.policy_ttl {
  font-size: 72px;
  font-weight: 400;
  margin-bottom: 25px;
}
.policy_ttl span {
  display: inline-block;
  color: #ff4040;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-left: 30px;
}

.policy_lead {
  font-size: 16px;
  margin-bottom: 65px;
  line-height: 1.8;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: justify;
}

.policy_subttl {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 6px;
  line-height: 1.4;
}

.policy_txt {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: justify;
}
.policy_point {
  list-style-type: decimal;
  margin-left: 40px;
}
.policy_point.none {
  list-style: none;
}

.policy_list {
  margin-bottom: 65px;
}

.btm {
  margin-bottom: 10px;
}

.policy_point_sub {
  margin-top: 10px;
}
.policy_point_sub li {
  counter-increment: cnt;
}
.policy_point_sub li::before {
  content: "(" counter(cnt) ") ";
}
/*contact_form*/
.form {
  background-color: #e8e8e8;
  padding: 125px 50px 120px;
  color: #16203b;
}

.form_ttl {
  font-size: 72px;
  font-weight: 400;
  margin-bottom: 43px;
  text-align: center;
}
.form_ttl span {
  display: inline-block;
  color: #ff4040;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-left: 30px;
}

.contact_form {
  max-width: 730px;
  width: 100%;
  margin: auto;
}

.contact_label {
  display: block;
  color: #16203b;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}
.contact_label span {
  color: #f23a3c;
  font-size: 15px;
  margin-left: 5px;
}

.form_txt {
  display: block;
  background: #ffffff;
  border-radius: 4px;
  color: #16203b;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding: 10px;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
}
.form_txt::-webkit-input-placeholder {
  color: #ebe9e9;
}
.form_txt::-moz-placeholder {
  color: #ebe9e9;
}
.form_txt:-ms-input-placeholder {
  color: #ebe9e9;
}
.form_txt::-ms-input-placeholder {
  color: #ebe9e9;
}
.form_txt::placeholder {
  color: #ebe9e9;
}
.form_txt:focus {
  outline: none;
}
textarea.form_txt {
  height: 160px;
  border: none;
}

.form_list {
  margin-bottom: 20px;
}

.form_list:last-child {
  border-bottom: none;
}

.form_list br {
  display: none;
}

#consent-chk {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  margin-right: 10px;
}

.checkbox_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.checkbox_list a {
  border-bottom: 1px solid #16203b;
  padding-bottom: 4px;
}

.contact_btn {
  display: block;
  background: #ff4040;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  color: #333;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  padding: 15px;
  width: 330px;
  margin: auto;
  color: #fff;
  cursor: pointer;
}
.contact_btn:hover {
  background: #16203b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wpcf7-not-valid-tip {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 13px;
  margin-top: 10px;
}

.form_subtxt {
  font-size: 16px;
  text-align: center;
  color: #16203b;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-bottom: 40px;
  line-height: 1.3;
}

/* products */
.products .ttl {
  margin-bottom: 30px !important;
}
.products_img {
  width: 62%;
}
.products_txtbox {
  color: #fff;
  padding-left: 70px;
}
.products_name {
  font-size: 32px;
  margin-bottom: 16px;
  font-weight: 400;
}
.products_txt {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 1.66;
}

.products_btn a,
.products_btn span[data-link] {
  display: inline-block;
  margin-top: 12px;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.products_btn a::before,
.products_btn span[data-link]::before {
  content: "";
  background-image: url(../images/contact_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -42px;
}
.products_list {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 0 auto 60px;
  max-width: 1080px;
}
.products_btn a:hover {
  text-decoration: underline;
}
.products_list:nth-child(even) {
  flex-direction: row-reverse;
}
.products_list:nth-child(even) .products_txtbox {
  text-align: right;
  padding-left: 0;
  padding-right: 70px;
}
.products_list:nth-child(4) .products_txtbox {
  padding-right: 140px;
}
/* media */
.media {
  background-color: #f7f7f7;
  padding-top: 160px;
}
.media .ttl {
  color: #16203b;
}
.media_list li {
  width: 32%;
}
.media_list {
  display: flex;
  justify-content: space-between;
}
.media_img {
  margin-bottom: 20px;
  overflow: hidden;
}
.media_img img {
  vertical-align: top;
}
.media_list li:hover .media_img div {
  transition: 0.3s;
  transform: scale(1.05);
}
.media_txt {
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  /* ホバー用↓ */
  display: inline;
  background-image: linear-gradient(90deg, #16203b, #16203b);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.3s;
}

.media_list li:hover .media_txt {
  background-size: 100% 1px;
}

.media_list li a {
  display: block;
}
/*追従ボタン*/
.fix_btn {
  width: 304px;
  position: fixed;
  bottom: 45px;
  right: 45px;
  opacity: 0;
  transition: 0.2s;
}
.fix_btn a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-size: 18px;
  padding: 21px 17px;
  background-color: #ff4040;
  color: #fff;
  border-radius: 4px;
  position: relative;
}
.fix_btn a::before {
  content: "";
  background-image: url(../images/contact_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  z-index: 2;
}
.fix_btn a:hover {
  background-color: #fd5959;
}
.fix_btn.active {
  opacity: 1;
  transition: 0.5s;
}
.fix_btn.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.pc_none {
  display: none;
}

@media (max-width: 820px) {
  .kv {
    height: 658px;
  }
  .kv_ttl {
    width: 455px;
    right: 20px;
    bottom: 0;
  }
  .scroll {
    bottom: 0;
  }
  .inner {
    width: 93%;
    padding-bottom: 85px;
  }
  .ttl {
    font-size: 40px;
    margin-bottom: 52px;
  }
  .ttl span {
    font-size: 18px;
  }
  .subttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .vision_txt {
    font-size: 16px;
  }
  .service_list {
    display: block;
  }
  .service_contents {
    width: 100%;
  }
  .service_contents:not(:last-child) {
    margin-bottom: 30px;
  }
  .service_detail {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .service_detail br {
    display: none;
  }
  .service_feature {
    font-size: 14px;
  }
  .team {
    padding-top: 90px;
  }
  .member_list {
    width: 48%;
  }
  .modal_close {
    top: auto;
    bottom: -70px;
    right: 0;
  }
  .footer_logo {
    width: 298px;
  }
  .company_list {
    font-size: 12px;
  }
  .company_detail {
    width: 110px;
  }
  .header_nav {
    display: block;
    /* height: 131px; */
    top: -131px;
  }
  .logo_menu {
    margin-bottom: 28px;
  }
  .header_ul {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .header_list a {
    border-bottom: none;
  }
  .header_list {
    margin: 0;
  }
  .header_list:not(:last-child) {
    margin-right: 38px;
  }
  .policy {
    padding: 110px 50px 70px;
  }
  .policy_ttl {
    font-size: 40px;
  }
  .policy_ttl span {
    font-size: 18px;
    margin-left: 23px;
  }
  .form_ttl {
    font-size: 40px;
  }
  .form_ttl span {
    font-size: 18px;
    margin-left: 24px;
  }
  .form {
    padding-top: 100px;
  }
  .contact_btn {
    width: 263px;
  }
  .service_work {
    display: block;
  }
  .service_work_list {
    width: 100%;
    position: relative;
    padding-left: 20px;
    padding-bottom: 30px;
    padding-top: 5px;
    /* border-bottom: 1px solid #303b5c; */
    margin-bottom: 24px;
    box-sizing: border-box;
  }
  .service_work_icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  .service_work_ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .media_txt {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .pc_none {
    display: block;
  }
  .bg {
    padding: 16px;
  }
  .bg::before {
    height: 16px;
  }
  .header_inner {
    padding-top: 8px;
    padding-left: 28px;
  }
  .menu {
    right: 28px;
    width: 56px;
    top: 10px;
  }
  .kv {
    height: 498px;
    margin-bottom: 190px;
  }
  .kv_ttl {
    width: 236px;
    right: 10px;
    bottom: -90px;
  }
  .scroll {
    width: 23px;
    bottom: -90px;
    left: 10px;
  }
  .inner {
    width: 89%;
  }
  .ttl span {
    font-size: 15px;
    margin-left: 8px;
  }
  .vision_txt {
    font-size: 14px;
    line-height: 2;
  }
  .service .ttl span {
    margin-left: 0;
    display: block;
    margin-top: 17px;
  }
  .service_detail br {
    display: block;
  }
  .member {
    display: block;
  }
  .member_list {
    width: 100%;
  }
  .modal_content {
    display: block;
    height: 72vh;
  }
  .modal_pic {
    width: 100%;
    height: 230px;
  }
  #modal03 .modal_pic {
    height: 230px;
  }
  .modal_bg {
    background: rgba(22, 32, 59, 0.8);
  }
  .modal_box {
    width: 90%;
  }
  .modal_txtbox {
    width: 100%;
  }
  .modal_close {
    top: -58px;
    bottom: auto;
  }
  .team .inner {
    padding-bottom: 40px;
  }
  .contact_ttl {
    font-size: 36px;
  }
  .contact_ttl span {
    width: 28px;
  }
  .contact_txt {
    font-size: 14px;
  }
  .footer_logo {
    width: 255px;
  }
  .company_detail {
    width: 70px;
  }
  .company_feature {
    width: 190px;
    line-height: 1.4;
  }
  .company_list {
    margin-bottom: 15px;
  }
  .sub {
    padding-bottom: 15px;
  }
  small {
    font-size: 10px;
  }
  .policy_link {
    font-size: 10px;
  }
  .close_txt {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    position: absolute;
    bottom: -25px;
    right: 20px;
  }
  .logo_menu {
    width: 94%;
    margin: 0 auto 34px;
  }
  .header_nav {
    /* height: 181px; */
    padding: 30px 20px 25px;
    top: -220px;
  }
  .header_list a {
    font-size: 13px;
    padding: 0 0 2px;
  }
  .header_list:not(:last-child) {
    margin: 0;
  }
  .header_ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .border a {
    border-bottom: 1px solid #ff4040;
  }
  .policy {
    padding: 100px 20px 70px;
  }
  .policy_ttl {
    font-size: 32px;
    text-align: center;
  }
  .policy_ttl span {
    margin: 0;
    font-size: 16px;
  }
  .policy_lead {
    line-height: 1.6;
  }
  .policy_subttl {
    font-size: 24px;
  }
  .form_ttl span {
    font-size: 16px;
    margin: 0;
    display: block;
    margin-top: 15px;
  }
  .form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .service_subttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .case {
    /*     display: block; */
  }
  .case_list {
    /* width: 48%; */
    width: 100%;
  }
  .case_list:not(:last-child) {
    /* margin-bottom: 40px; */
    margin-bottom: 0;
  }

  .case_txt {
    font-size: 14px;
  }
  .case_sub {
    font-size: 12px;
  }
  .products .ttl span {
    margin-left: 0;
  }
  .products_list {
    display: block;
    width: 100%;
    margin-bottom: 70px;
  }
  .products_img {
    width: 100%;
    margin-bottom: 5px;
  }
  .products_txtbox {
    padding-left: 0;
  }
  .products_name {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .products_txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .products_btn a,
  .products_btn span[data-link] {
    font-size: 14px;
  }
  .products_btn {
    text-align: right;
    padding-right: 42px;
  }
  .products_list:nth-child(even) .products_txtbox {
    padding-right: 0;
    text-align: left;
  }
  .media {
    padding-top: 80px;
  }
  .media_list {
    display: block;
  }
  .media_list li {
    width: 100%;
  }
  .media_list li:not(:last-of-type) {
    margin-bottom: 38px;
  }
  .media_img {
    margin-bottom: 12px;
  }
  .service_work {
    margin-bottom: -20px;
  }
  .service_work_detail li {
    font-size: 14px;
  }
  .products .ttl span {
    margin-left: 0;
    display: block;
    margin-top: 17px;
  }
  .fix_btn {
    width: 89%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 37px;
  }
  .fix_btn a {
    padding-left: 13.5%;
    font-size: 4.3vw;
  }
  .fix_btn a::before {
    right: 11%;
  }
  .form_subtxt {
    font-size: 13px;
  }
}

@media (min-width: 1850px) {
  .kv {
    height: 35vw;
  }
}

/* AI LPフォームページ */
.form_page .form h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.form_page .form_box {
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #e0e0e0;
}

.form_page .caution_txt {
  font-size: 10px;
  line-height: 150%;
}

.form_page .caution_txt a {
  text-decoration: underline;
}
.form_body {
  /* height: 100vh; */
}
.form_page .form_list {
  padding: 10px 20px 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}
.form_page .form_list:last-child {
  border-bottom: none;
}
.form_page textarea.form_txt {
  height: 100px;
  border: none;
}
.form_page .form_txt {
  padding: 5px;
  height: 28px;
}
.form_page .contact_form {
  max-width: 680px;
  margin: 0 auto;
}
.form_page .form {
  padding: 6vh;
  /* height: 100vh; */
  box-sizing: border-box;
  /* display: flex; */
  /* justify-content: center;
  align-items: center;
  flex-direction: column; */
}
.form_page textarea.form_txt {
  border: none;
}
.form_page .contact_label {
  margin-bottom: 7px;
}
.form_page .label_txt {
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 13px;
  padding-left: 25px;
}

.form_page .contact_btn {
  border-radius: 10px;
  width: 100%;
}
.form_body .bg {
  padding-bottom: 0;
  padding-top: 0;
}
.form_body .logo {
  margin-top: 30px;
}
.form_body {
  background-image: url("https://test.pengi-n.com/dev-ailp/images/bg_top.jpg");
  font-family: ryo-gothic-plusn, sans-serif;
}
.form_body .bg {
  background-color: transparent;
}
.form_body .form {
  background-color: transparent;
}
.form_body .wrapper {
  background-color: transparent;
}
.form_body .bg:before {
  background-color: transparent;
}
.form_body .bg:after {
  background-color: transparent;
}
.form_body h1 {
  font-size: 24px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 600;
  font-style: oblique;
}
.form_body .contact_btn {
  display: block;
  background: #ff4040;
  /* background: linear-gradient(150deg, rgb(48, 131, 255), rgb(142, 102, 255)); */
  background: linear-gradient(150deg, #3083ff, #8e66ff);
}

.form_page .form h2 {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 600;
  font-style: oblique;
  font-size: 28px;
  line-height: 140%;
}

.form_page .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
  font-size: 14px;
  margin-top: 13px;
}
.form_page .wpcf7-list-item {
  display: block;
  margin-left: 3px;
}
/* デフォルトのボタン */
.form_page input[type="checkbox"] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
/* チェック前のボタン */
.form_page .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  /* border-radius: 100%; */
  content: "";
  height: 0.75em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  width: 0.75em;
}
/* チェック後のボタン */
.form_page input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background: linear-gradient(150deg, #3083ff, #8e66ff);
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}
.form_page .wpcf7-not-valid-tip {
  margin-bottom: 5px;
}
.form_page .wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
  border-color: #fff;
  position: fixed;
  bottom: 0px;
  background-color: #fff;
  width: 100%;
  z-index: 999;
  text-align: center;
  line-height: 50px;
  height: 50px;
  left: 0;
  margin: 0;
  background: linear-gradient(150deg, #3083ff, #8e66ff);
}
.form_page .wpcf7-form-control-wrap {
  display: block;
}
@media (max-width: 820px) {
  .form_page .form {
    padding-top: 50px;
  }
}
@media (max-width: 520px) {
  .form_page .form {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 50px;
  }
  .form_page .header_inner {
    padding-left: 0;
  }
  .form_page header {
    position: relative !important;
  }
  .form_page .logo {
    width: 100% !important;
    text-align: center;
  }
  .form_page .header_inner {
    padding-left: 0;
  }
  .form_page .form h2 {
    font-family: "ryo-gothic-plusn", sans-serif;
    font-weight: 600;
    font-style: oblique;
    font-size: 24px;
    line-height: 140%;
  }
}

/* .case01 {
  margin-bottom: 20px;
} */

.plan {
  padding: 0 !important;
  padding-top: 15vh !important;
}
.plan .form_list {
  padding: 25px 20px 25px !important;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}

.plan .contact_btn {
  margin-top: 30px !important;
}
.plan h2 {
  margin-bottom: 30px !important;
}
.plan .wpcf7-list-item-label:before {
  background: #fff;
  border: 1px solid #333;
  content: "";
  height: 0.75em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.5s;
  width: 0.75em;
  border-radius: 20px;
}
.plan .caution_txt {
  margin-bottom: 20px;
}
.plan_caution {
  font-size: 14px !important;
}
.plan .contact_form {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .plan {
    padding-top: 10vh !important;
  }
  .case_img {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .case_sub {
    font-size: 12px;
    margin-top: 5px;
  }
  .case_list {
    margin-top: 20px;
  }
}
.products .ttl {
  margin-bottom: 30px !important;
}
