/* 
** The Header Media Queries **
** Tweak as per your needs **
*/
.brand
{
    font-weight: bold;
    font-size: 20px; 
}
   
.site-header
{
    position: relative;
    height: 90px;
}

.site-header__wrapper
{
    display: flex;
    /* justify-content: left; */
    align-items: center;
    padding: 10px;
    padding-bottom: 0;
    margin: 0 auto;
    /* width: 85%; */
    width: 1300px;
}


.header-img
{
    background-image: url(../img/header_img_4.png);
}

.header_logo_2
{
    display: block;
    height: 80px;
    width: 300px;
    /* margin-left: 80px; */
}

.header_sample_img_sp
{
    display: none;
}

.header-img-style
{
    height: 100px;
}

.heading_subtitle_1
{
    font-family: serif;
    display: none;
}

.heading_title_1
{
    /* margin: 0 auto; */
    margin-left: 185px;
    color: #000;
    font-family: serif;
    font-weight: bold;
}


video
{
    margin: 0 auto;
    width: 400px;
    height: 400px;
    display: block;
}

@media (min-width: 600px)
{
    .nav__wrapper
    {
        display: flex; 
    }
}

@media (max-width: 1264px)
{
    /* .heading_title_1
    {
        color: #91499B;
    } */

    .nav__wrapper
    {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: -1;
        background-color: #d9f0f7;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-100%);
        transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    }
    .nav__wrapper.active
    {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .heading_subtitle_1
    {
        display: block;
    }
}

.nav__item a
{
    display: block;
    padding: 1.5rem 1rem;
}

.nav__toggle
{
    display: none;
}

@media (max-width: 599px)
{
    .nav__toggle
    {
        display: block;
        position: absolute;
        right: 1rem;
        top: 1rem;
    } 
}

a.btn--orange.btn--border-solid
{
    border: 3px solid #1f4878;
    border-radius: 105px;
    color: #1f4878;
}

/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mainvisual
{
    /* margin-bottom: 20px; */
    text-align: center;
}

/* #mainvisual img
{
    width: 80%;
    max-width: 1920px;
    height: 600px;
    object-fit:cover;
} */

.mainvisual_img_pc
{
    /* height: 650px; */
    height: 340px;
    object-fit: contain;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.mainvisual_img_sp
{
    display: none;
}

.header_sample_img_sp
{
    display: none;
}

.footer_sample_img_sp
{
    display: none;
}

@media screen and (max-width: 1154px)
{
    .site-header__wrapper
    {
        width: 100%;
    }

    .heading_title_1
    {
        margin-left: 50px;
    }

    .mainvisual_img_pc
    {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 0px;
    }
}

@media screen and (max-width: 600px)
{
    .site-header
    {
        height: 70px;
    }

    .site-header__wrapper
    {
        padding: 0px;
        width: 100%;
    }

    .header_logo_2
    {
        display: none;
    }
    .header-img
    {
        background-image: none;
    }

    .heading_title_1
    {
        display: none;
    }

    .header_sample_img_sp
    {
        display: block;
        height: 70px;
        width: 100%;   
    }
    
    .mainvisual_img_pc
    {
        display: none;
    }
    .mainvisual_img_sp
    {
        display: block;
    }

    #mainvisual
    {
        margin-top: 10px;
    }

    #mainvisual img
    {
      width: 100%;
      height: 100%;
      object-fit: fill;
    }

    .footer_sample_img_sp
    {
        display: block;
        /* height: 80px; */
        width: 100%;
        object-fit: fill;
    }
}

/* 見出し */
.heading_2 
{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-weight: bold;
    font-size: 1.3rem;
}

.heading_2::before,
.heading_2::after
{
    width: 3px;
    height: 40px;
    background-color: #2589d0;
    content: '';
}

.heading_2::before
{
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading_2::after
{
    transform: rotate(35deg);
    margin-left: 30px;
}


.box_1
{
    background-color: #eef6fa;
}

.box_2
{
    background-color: #ffeff7;
}

ul.sample1
{
    width: 80%;
    margin: 0 auto;
    counter-reset:list;
    list-style: none;
    font: 1px/1.6 'arial narrow', sans-serif;
    padding:0;

}

ul.sample1 li
{
    position:relative;
    color: #333;
    font-size: 1.1rem;
    padding: 0 0 0 20px;
    margin: 7px 0px;
    line-height: 30px;
    border-bottom: dashed 1px #ccc;
    display: flex;
    align-items: center;
}

  ul.sample1 li:before
  {
    counter-increment: list;
    /* content: url(../img/check_1.png); */
    display: block;
    position: absolute;
    left: 0px;
    font-weight: bold;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

ul.sample1 img
{
    width: 30px;
    margin-right: 5px;
}

ul.sample1 li img
{
    width: 30px;
    margin-right: 5px;
}

  @media screen and (min-width: 769px)
{

    .flow_img
    {
        width: 60%;
    }

    .synergy_1
    {
        width: 50%;
    }
    .synergy_3
    {
        width: 50%;
        height: auto;
    }

    .nakama_1
    {
        width: 35%;
    }
}

@media screen and (min-width: 1025px)
{

    .flow_img
    {
        width: 50%;
        margin: 0 auto;
    }

    .synergy_1
    {
        width: 35%;
        margin: 0 auto;
    }
    .synergy_3
    {
        width: 50%;
        height: auto;
    }

    .nakama_1
    {
        width: 25%;
    }
}



@media screen and (max-width: 769px)
{
    .synergy_1
    {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
        zoom: 2.0;
    }
}

.sample_box11 {
    width: 300px;/* 紙の横幅 100%にすると全幅表示に */
    padding: 15px;
    margin: 2em auto;
    background: #f7f092;/* 紙の色 */
    color: #000;/* 文字色 */
    box-shadow: 4px 4px 4px rgba(0,0,0,0.03);transform:rotate(2deg);
    word-break: break-all;
 }
 .sample_box11 p {
     margin: 0; 
     padding: 0;
     font-size: 0.9em;
 }
 .sample_box11_tape
 {
     width: 50%;
     height: 35px;
     margin: -25px auto 0;
     background: #989898;
     transform: rotate(-3deg);
     opacity: 0.1;
 }

 .sample_box11_title {
     text-align: center;
     font-size: 1.3em!important;
     margin-top: 10px!important;
     font-weight: bold;
 }
 .sample_box11_subtitle {
     text-align: center;
     font-size: 0.7em!important;
     margin-bottom: 1em!important;
 }

.writing_logo
{
    display:block;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-left: 10px;
}

.write_log
{
    width: 32px;
    margin-right: 13px;
}

.heading_3
{
    color: #333333;
    font-weight: bold;
    font-size: 1.3rem;
}

@media screen and (max-width: 769px)
{
    .synergy_1
    {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
        zoom: 2.0;
    }
    
    .flex_center
    {
        flex-flow: column;
    }
}


/* 汎用 */

.flex_nomal
{
    display: flex;
    align-items: center;
}

.flex_center
{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .v-m
{
    vertical-align: middle;    
} */

a.sms-btn
{
	/* display: block; */
	text-align: center;
	/* vertical-align: middle; */
	text-decoration: none;
	/* width: 20%; */
    margin-left: 0px;
    padding: 3px;
    margin-top: 10px;
	/* padding: 1rem 1rem; */
    font-size: 1.4rem;
	/* font-weight: bold; */
	border: 1px solid #3d3d3d;
	color: #3d3d3d;
    text-decoration: none;
    background-color: #a2d7dd;
    border-radius: 4px;
	transition: 0.5s;
}

a.sms-btn:hover 
{
	background: #84a2d4;
}

.confirm_h
{
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

.label-title
{
    font-size: 1.1rem;
    font-weight: bold;
}