﻿@charset "utf-8";
/* CSS Document */


/*====================================
PC版
=====================================*/
@media print, screen and (min-width: 521px) {

    .firstview {
        position: relative;
    }

    .firstview img {
        margin-top: 90px;
        width: 100%;
        height: max(53vw,678px);
        object-fit: cover;
    }

    .firstview p {
        position: absolute;
        /* top: calc(50% - 20px); */
        bottom: 50%;
        left: calc(50% + 100px);
        line-height: 1;
        color: #fff;
        font-size: max(2.8vw,35.84px);
        font-weight: 300;
    }

    .announce {
        width: 100%;
        background-color: #f6f6f6;
    }

    .announce_content {
        margin: 0 auto;
        width: 1000px;
        padding: 100px 65px;
        background-color: #fff;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    }

    .announce_title {
        position: relative;
        text-align: center;
        width: 100%;
        font-size: 40px;
        line-height: 2.2;
    }

    .announce_title::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: calc(50% - 250px);
        width: 500px;
        height: 2px;
        background-color: #e88383;
    }

    .announce .main_text {
        font-size: 24px;
        line-height: 1.9;
    }

    .announce .company {
        padding-right: 20px;
        text-align: right;
    }

    .announce .name {
        padding-right: 20px;
        display: flex;
        align-items: center;
        justify-content: end;
        text-align: right;
    }

    .announce .name span {
        position: relative;
        top: -1px;
        display: block;
        margin-left: 20px;
        font-size: 32px;
        margin-top: 5px;
    }

    /* プレスリリース */

    .press_release {
        background-color: #ebf6ff;
    }

    .sec_title p:nth-of-type(1) {
        font-size: 20px;
        font-family: 'Bahnschrift-semicondensed';
        font-weight: 400;
        transform: scaleX(0.87);
        color: #00adff;
        transform-origin: left;
        line-height: 1.5;
    }

    .sec_title p:nth-of-type(2) {
        font-size: 40px;
        line-height: 1;
    }

    .press_list li {
        border-top: 1px solid #ccc;
    }

    .press_list li:last-of-type {
        border-bottom: 1px solid #ccc;
    }

    .press_list li a {
        display: flex;
        padding: 30px 30px;
    }

    .press_list li a:hover {
        background-color: #f1f9ff;
    }

    .press_list .date {
        width: 145px;
        flex-shrink: 0;
    }

    .press_list .pre_title {
        width: 995px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pre_more {
        display: flex;
        justify-content: end;
    }

    .pre_more a {
        width: 260px;
        height: 36px;
        background-color: #fff;
        border: 1px solid #00adff;
        border-radius: 18px;
    }

    .pre_more a:hover {
        background-color: #00adff;
        color: #fff;
    }

/* -------------------------------------------------
会社概要
-----------------------------------------------------*/

    .page_title {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 350px;
        background-image: url(../common/topimage.jpg);
        background-size: cover;
        background-position: center;
        padding: 0 100px;
    }

    .page_title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #3683A8;
        mix-blend-mode: multiply;
    }

    .page_title .sec_title {
        position: relative;
        z-index: 1;
    }

    .page_title .sec_title p:nth-of-type(1) {
        color: #9bdfff;
    }

    .page_title .sec_title p:nth-of-type(2) {
        color: #fff;
    }

    .gre_content {
        font-size: 20px;
        line-height: 1.8;
    }

    .gre_content span {
        display: block;
        line-height: 1;
    }

    /* 概要 */

    .outline {
        background-color: #f6f6f6;
    }

    .outline_table li {
        display: flex;
        padding: 35px;
        border-top: 1px solid #ccc;
    }

    .outline_table li:last-of-type {
        border-bottom: 1px solid #ccc;
    }

    .outline_table li p:nth-of-type(1) {
        width: 115px;
    }

    /* 事業概要 */

    .overview_list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        margin-top: 70px;
    }

    .overview_list li {
        width: 360px;
        border: 3px solid #00adff;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 50px;

    }

    .overview_list li p {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .overview_list li p:nth-of-type(1) {
        width: 100%;
        height: 44px;
        background-color: #00adff;
        font-size: 22px;
        color: #fff;
    }

    .overview_list li p:nth-of-type(2) {
        width: 100%;
        height: 110px;
        background-color: #fff;
    }

    .overview_table {
        width: 100%;
    }

    .overview_table li {
        display: flex;
        width: 100%;
        border-top: 1px solid #ccc;
    }
    
    .overview_table li:last-of-type {
        border-bottom: 1px solid #ccc;
    }

    .overview_table li p:nth-of-type(1) {
        width: 420px;
        padding: 30px 70px;
        background-color: #e1f5ff;
        flex-shrink: 0;
    }

    .overview_table li p:nth-of-type(2) {
        padding: 30px 55px;
    }

/* -------------------------------------------------
プレスリリース
-----------------------------------------------------*/

article {
    margin-top: 150px;
}

.article_head {
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
    position: relative;
}

.article_head .title {
    font-size: 24px;
    font-weight: 700;
}

.article_head .date {
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #999;
}

.article_content {
    font-size: 20px;
    margin-top: 40px;
}

.article_img {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.article_img a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 580px;
    height: 380px;
    overflow: hidden;
}

.article_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.article_img a:hover img {
    transform: scale(1.1);
}

.article_link {
    margin-top: 55px;
}

.article_link a {
    position: relative;
    margin-top: 20px;
    display: flex;
    padding: 10px 0;
    font-size: 16px;
}

.article_link a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(to right, #ccc 0, #ccc 2px, transparent 2px, transparent 4px);
    background-repeat: repeat-x;
    background-position: bottom;
}

.article_link a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article_link a p:nth-of-type(1) {
    color: #00adff;
    width: 125px;
    font-weight: 700;
    flex-shrink: 0;
}

.article_link a p:nth-of-type(2) {
    color: #999;
}

.btn_area {
    margin-top: 170px;
    width: 100%;
    padding: 55px 0;
    border-top: 1px solid #ccc;
}

.btn_container {
    position: relative;
    height: 70px;
    width: 1200px;
}

.prev {
    position: absolute;
    left: 0;
    opacity: 0.5;
}

.next {
    position: absolute;
    right: 0;
    opacity: 0.5;
}

/* -------------------------------------------------
お問い合わせ
-----------------------------------------------------*/

#contact_form {
    padding: 0 40px;
}

.form_item {
    margin-top: 55px;
    width: 100%;
}

.form_item .ttl {
    position: relative;
    font-size: 18px;
    width: fit-content;
}

.required::before {
    content: "必須";
    position: absolute;
    right: -47px;
    top: calc(50% - 11px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 22px;
    font-size: 14px;
    line-height: 1;
    background-color: #00adff;
    color: #fff;
}

.optional::before {
    content: "任意";
    position: absolute;
    right: -47px;
    top: calc(50% - 11px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 22px;
    font-size: 14px;
    line-height: 1;
    background-color: #ababab;
    color: #000;
}

input[type=text],input[type=tel],input[type=email],textarea {
    width: 100%;
    resize: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 10px 15px;
    font-size: 18px;
}

textarea {
    height: 215px;
}

input[type=text] {
    height: 50px;
}

.zip {
    gap: 5px;
    display: flex;
    align-items: center;
}

.zip label {
    color: #000;
}

#zip_three {
    width: 130px;
}

#zip_four {
    width: 200px;
}

.privacypolicy h3 {
    font-size: 18px;
}

.pp_txt {
    width: 100%;
    border-radius: 10px;
    padding: 20px 45px;
    font-size: 16px;
    background-color: #eeeeee;
}

.check {
    margin-top: 30px;
}

.checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  border: 2px solid #00afec;
  border-radius: 5px;
  background-color: #fff;
  transition: .1s all ease;
  cursor: pointer;
}

.checkbox:checked {
  border-color: #00afec;
  background-color: #00afec;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6L9 17l-5-5"/></svg>');
}

.contact_btn {
    margin-top: 70px;
    width: 440px;
    height: 70px;
    background-color: #00adff;
    color: #fff;
    border-radius: 35px;
    border: 1px solid #00adff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transition: all .3s ease;
}

.contact_btn:hover {
    background-color: #fff;
    color: #00adff;
}

.alert,.complete,.confirm {
    display: none;
}

.alert.active{
  position: absolute;
  display: block;
  font-size: 13px;
  color: #f00;
}

.alert_pp.active {
  position: relative;
  padding: 0;
  /* width: 100%; */
  text-align: center;
}

.confirm{
  display: none;
}

.confirm.active {
  position: fixed;
  display: flex;
  left: calc(50% - 510px);
  top: calc(50vh - 40vh);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  width: 1020px;
  height: 80vh;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}

.confirm h2 {
  font-size: 28px;
  margin-bottom: 30px;
  background: none;
  color: #000;
  text-align: center;
  border: none;
}

.confirm h2::before {
    display: none;
}

.confirm_item {
  display: flex;
  justify-content: left;
  padding: 16px 60px;
  width: 100%;
  border-top: 1px solid #000;
}

.confirm_item:last-of-type {
  border-bottom: 1px solid #000;
}

.confirm_container {
  width: 100%;
  overflow-y: scroll;
}

.confirm_head {
  width: 180px;
  margin-right: 20px;
  line-height: 1.5;
}

.confirm_address{
  display: flex;
  flex-direction: column;
}

.confirm_container p:last-of-type {
  width: 620px;
  text-align: left;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.confirm_btn {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
}

.submit_btn,.back {
  margin: 0 50px;
  width: 130px;
  height: 50px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .3s all ease;
}

.submit_btn:hover,.back:hover {
  opacity: .8;
}

.submit_btn {
  color: #fff;
  background-color: #005fad;
}

.back {
  background-color: #ccc;
  color: #000;
  line-height: 50px;
}

.complete{
  position: fixed;
  left: calc(50% - 450px);
  top: calc(50% - min(40vh, 400px));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  width: 900px;
  height: 80vh;
  max-height: 800px;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}
.complete.active{
  display: flex;
}
.complete h1{
  margin-bottom: 30px;
}
.close{
  width: 130px;
  height: 50px;
  font-size: 18px;
  background-color: #005fad;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
  border-radius: 8px;
  cursor: pointer;
}

.close:hover{
  opacity: .8;
}








}  /*  PC版ここまで  */



/*===================================
スマホ版
===================================*/
@media only screen and (max-width : 520px ) {

    .firstview {
        position: relative;
    }

    .firstview img {
        margin-top: 9.2vw;
        width: 100%;
        height: 54vw;
        object-fit: cover;
    }

    .firstview p {
        position: absolute;
        /* top: calc(50% - 20px); */
        top: 55%;
        left: 50%;
        line-height: 1;
        color: #fff;
        font-size: 4vw;
        font-weight: 300;
    }

    .announce {
        width: 100%;
        background-color: #f6f6f6;
    }

    .announce_content {
        margin: 0 auto;
        width: 100%;
        padding: 8.5vw 7.5vw;
        background-color: #fff;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    }

    .announce_title {
        position: relative;
        text-align: center;
        width: 100%;
        font-size: 5.4vw;
        line-height: 1.4;
        padding-bottom: 4vw;
    }

    .announce_title::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: calc(50% - 33.5vw);
        width: 69vw;
        height: 2px;
        background-color: #e88383;
    }

    .announce .main_text {
        font-size: 4.8vw;
        line-height: 1.9;
    }

    .announce .company {
        font-size: 4.3vw;
        padding-right: 2vw;
        text-align: right;
    }

    .announce .name {
        padding-right: 2vw;
        display: flex;
        align-items: center;
        justify-content: end;
        text-align: right;
        font-size: 4.3vw;
    }

    .announce .name span {
        position: relative;
        top: -1px;
        display: block;
        margin-left: 3vw;
        font-size: 7.5vw;
        margin-top: 1vw;
    }

    /* プレスリリース */

    .press_release {
        padding-top: 14vw;
        padding-bottom: 14vw;
        background-color: #ebf6ff;
    }

    .sec_title p:nth-of-type(1) {
        font-size: 4vw;
        font-family: 'Bahnschrift-semicondensed';
        font-weight: 400;
        transform: scaleX(0.87);
        color: #00adff;
        transform-origin: left;
        line-height: 1.5;
    }

    .sec_title p:nth-of-type(2) {
        font-size: 8vw;
        line-height: 1;
    }

    .press_list li {
        border-top: 1px solid #ccc;
    }

    .press_list li:last-of-type {
        border-bottom: 1px solid #ccc;
    }

    .press_list li a {
        display: block;
        padding: 2vw 3vw 3vw 3vw;
    }

    .press_list li a:hover {
        background-color: #f1f9ff;
    }

    .press_list .date {
        flex-shrink: 0;
    }

    .press_list .pre_title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pre_more {
        display: flex;
        margin-top: 6vw;
        justify-content: center;
    }

    .pre_more a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 67.5vw;
        height: 9.2vw;
        background-color: #fff;
        border: 1px solid #00adff;
        border-radius: 4.6vw;
        font-size: 4.8vw;
    }

    .pre_more a:hover {
        background-color: #00adff;
        color: #fff;
    }

/* -------------------------------------------------
会社概要
-----------------------------------------------------*/

    .page_title {
        margin-top: 9.2vw;
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 24.7vw;
        background-image: url(../common/topimage.jpg);
        background-size: cover;
        background-position: center;
        padding: 0 2.7%;
    }

    .page_title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #3683A8;
        mix-blend-mode: multiply;
    }

    .page_title .sec_title {
        position: relative;
        top: -1.5vw;
        z-index: 1;
    }

    .page_title .sec_title p:nth-of-type(1) {
        color: #9bdfff;
    }

    .page_title .sec_title p:nth-of-type(2) {
        color: #fff;
    }

    .greeting {
        padding-bottom: 10vw;
    }

    .gre_content {
        margin-top: 10vw;
        font-size: 4.8vw;
        line-height: 1.8;
    }

    .gre_content span {
        display: block;
        line-height: 1;
    }

    .gre_content img {
        padding: 3vw;
    }

    /* 概要 */

    .outline {
        background-color: #f6f6f6;
    }

    .outline_table li {
        padding: 2.5vw 1vw 3.5vw 1vw;
        border-top: 1px solid #ccc;
        font-size: 4.8vw;
        line-height: 1.5;
    }

    .outline_table li:last-of-type {
        border-bottom: 1px solid #ccc;
    }

    .outline_table li p:nth-of-type(1) {
        font-weight: 700;
    }

    .outline_table li p:nth-of-type(2) {
        padding-left: 1em;
    }

    /* 事業概要 */

    .overview {
        padding-bottom: 20vw;
    }

    .overview_list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        margin-top: 8vw;
    }

    .overview_list li {
        width: 45vw;
        border: 3px solid #00adff;
        border-radius: 1.2vw;
        overflow: hidden;
        margin-bottom: 5vw;

    }

    .overview_list li p {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .overview_list li p:nth-of-type(1) {
        width: 100%;
        height: 7.3vw;
        background-color: #00adff;
        font-size: 4.3vw;
        color: #fff;
    }

    .overview_list li p:nth-of-type(2) {
        width: 100%;
        height: 18vw;
        font-size: 3.8vw;
        background-color: #fff;
    }

    .overview_table {
        width: 100%;
    }

    .overview_table li {
        width: 100%;
        border-top: 1px solid #ccc;
    }
    
    .overview_table li:last-of-type {
        border-bottom: 1px solid #ccc;
    }

    .overview_table li p:nth-of-type(1) {
        font-size: 4.86vw;
        padding: 1vw 2vw;
        background-color: #e1f5ff;
        flex-shrink: 0;
        text-align: center;
        color: #00adff;
    }

    .overview_table li p:nth-of-type(2) {
        font-size: 4.86vw;
        padding: 3vw 2vw 4vw 2vw;
        text-align: center;
    }

/* -------------------------------------------------
プレスリリース
-----------------------------------------------------*/

article {
    margin-top: 10vw;
    margin-bottom: 22vw;
}

.article_head {
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5vw 0;
    position: relative;
}

.article_head .title {
    font-size: 5.4vw;
    font-weight: 700;
    line-height: 1.15;
}

.article_head .date {
    position: absolute;
    right: 0;
    font-size: 2.7vw;
    color: #999;
}

.article_content {
    font-size: 4.8vw;
    margin-top: 6vw;
    line-height: 1.55;
}

.article_img {
    margin-top: 3vw;
    display: flex;
    justify-content: space-between;
}

.article_img a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45vw;
    height: 30vw;
    overflow: hidden;
}

.article_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.article_img a:hover img {
    transform: scale(1.1);
}

.article_link {
    margin-top: 3vw;
}

.article_link a {
    position: relative;
    display: block;
    padding: 10px 0;
    font-size: 4.3vw;
    line-height: 1.3;
}

.article_link a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(to right, #ccc 0, #ccc 2px, transparent 2px, transparent 4px);
    background-repeat: repeat-x;
    background-position: bottom;
}

.article_link a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article_link a p:nth-of-type(1) {
    color: #00adff;
    font-weight: 700;
    flex-shrink: 0;
}

.article_link a p:nth-of-type(2) {
    padding-left: 1em;
    color: #999;
}

.btn_area {
    margin-top: -4vw;
    width: 100%;
    padding: 4.7vw 2.7vw;
    border-top: 1px solid #ccc;
}

.btn_container {
    position: relative;
    height: 9.4vw;
}

.prev {
    position: absolute;
    left: 0;
    opacity: 0.5;
}

.next {
    position: absolute;
    right: 0;
    opacity: 0.5;
}

.prev img,
.next img {
    width: 9.4vw;
    height: auto;
}

/* -------------------------------------------------
お問い合わせ
-----------------------------------------------------*/

#contact_form {
    /* padding: 0 40px; */
    margin-bottom: 20vw;
}

.form_item {
    margin-top: 8vw;
    width: 100%;
}

.form_item .ttl {
    position: relative;
    font-size: 4.8vw;
    width: fit-content;
}

.required::before {
    content: "必須";
    position: absolute;
    right: -10vw;
    top: calc(50% - 2vw);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9vw;
    height: 4.8vw;
    font-size: 3.2vw;
    line-height: 1;
    background-color: #00adff;
    color: #fff;
}

.optional::before {
    content: "任意";
    position: absolute;
    right: -10vw;
    top: calc(50% - 2vw);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9vw;
    height: 4.8vw;
    font-size: 3.2vw;
    line-height: 1;
    background-color: #ababab;
    color: #000;
}

input[type=text],input[type=tel],input[type=email],textarea {
    width: 100%;
    resize: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 1vw 2vw;
    font-size: 3.6vw;
}

textarea {
    height: 30vw;
}

input[type=text] {
    height: 7vw;
}

.zip {
    gap: 1vw;
    display: flex;
    align-items: center;
}

.zip label {
    color: #000;
    font-size: 5vw;
    font-weight: 200;
}

#zip_three {
    width: 26vw;
}

#zip_four {
    width: 40vw;
}

.privacypolicy h3 {
    font-size: 4.8vw;
    font-weight: 400;
    margin-bottom: 1vw;
}

.pp_txt {
    width: 100%;
    border-radius: 10px;
    padding: 5vw 3vw;
    font-size: 3.7vw;
    line-height: 1.64;
    background-color: #eeeeee;
}

.check {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.check p {
    font-size: 3.2vw;
}

.checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  margin-right: 1vw;
  width: 4.8vw;
  height: 4.8vw;
  border: 2px solid #00afec;
  border-radius: 1vw;
  background-color: #fff;
  transition: .1s all ease;
  cursor: pointer;
}

.checkbox:checked {
  border-color: #00afec;
  background-color: #00afec;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><path d="M20 6L9 17l-5-5"/></svg>');
}

.contact_btn {
    margin: 0 auto;
    margin-top: 70px;
    width: 73vw;
    height: 12vw;
    background-color: #00adff;
    color: #fff;
    border-radius: 6vw;
    border: 1px solid #00adff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6.5vw;
    transition: all .3s ease;
}

.contact_btn:hover {
    background-color: #fff;
    color: #00adff;
}

.alert,.complete,.confirm {
    display: none;
}

.alert.active{
    position: absolute;
  display: block;
  font-size: 2.6vw;
  color: #f00;
}

.alert_pp.active {
    width: 94.4%;
    margin: 0 auto;
  text-align: center;
}

.confirm.active {
  position: fixed;
  display: flex;
  top: 100px;
  left: calc(50vw - 45%);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  width: 90%;
  height: 530px;
  max-height: 800px;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}

.confirm h2 {
    background: none;
    color: #000;
  font-size: 28px;
  margin-bottom: 30px;
  border: none;
}

.confirm h2::before {
    display: none;
}

.confirm_item {
  display: flex;
  flex-direction: column;
  justify-content: left;
  width: 100%;
  border-top: 1px solid #5b575e;
}

.confirm_item:last-of-type {
  border-bottom: 1px solid #5b575e;
}

.confirm_item p {
  padding: 7px 10px;
}

.confirm_container {
  width: 100%;
  overflow-y: scroll;
}

.confirm_head {
  min-width: 160px;
  background-color: #ddd;
}

.confirm_address{
  display: flex;
  flex-direction: column;
}

.confirm_container p:last-of-type {
  text-align: left;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.confirm_btn {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
}

.submit_btn,.back {
  margin: 0 10px;
  width: 110px;
  height: 50px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: .3s all ease;
}

.submit_btn:hover,.back:hover {
  opacity: .8;
}

.submit_btn {
  color: #fff;
  background-color: #005fad;
}

.back {
  background-color: #ccc;
  color: #000;
  line-height: 50px;
}

.complete{
  position: fixed;
  display: none;
  left: calc(50% - 40vw);
  top: calc(50% - 25vh);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5%;
  width: 80vw;
  height: 50vh;
  background-color: #fff;
  color: #000;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  pointer-events: all;
}

.complete.active{
  display: flex;
}

.complete h1{
  font-size: 28px;
  margin-bottom: 30px;
}

.close{
  width: 100px;
  height: 50px;
  font-size: 16px;
  background-color: #005fad;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
  border-radius: 8px;
  cursor: pointer;
}

.close:hover{
  opacity: .8;
}

}  /*  スマホ版ここまで  */
