/* CSS Document */
@charset "utf-8";
/* 860px */
.about_inner{
    padding: 0 15px;
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
}
.slide_wrap{
    width: 100%;
    max-width: 1100px;
    margin: 1em auto;
}
.two_column{
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
div.about_inner > div:nth-child(3) > div:nth-child(2) > p,
div.about_inner > div:nth-child(1) > div:nth-child(1) > p{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 2em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
div.about_inner > div:nth-child(3) > div:nth-child(2),
div.about_inner > div:nth-child(1) > div:nth-child(1){
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
div.about_inner > div:nth-child(3) > div:nth-child(1),
div.about_inner > div:nth-child(1) > div:nth-child(2){
    width: 100%;
    padding: 15px;
}
div.about_inner > p{
    text-align: center;
    font-size: 1.2em;
    margin: 2em auto 3em;
}
.about_link{
    margin: 100px auto;
}
.about_link_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.about_link_list li{
    width: 100%;
    margin: 1em auto;
    border: 1px solid #B2B2B2;
}
.about_link_list li a{
    display: block;
    text-align: center;
    padding: 15px;
    position: relative;
}
.about_link_list li a::before,
.about_link_list li a::after{
    content:"";
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
}
.about_link_list li a::before{
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    right: 20px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.about_link_list li a::after{
    border-right: 3px solid #000;
    right: 20px;
    top: 50%;
    transform: translate(-70%, -80%) rotate(90deg);
    height: 20px;
}
.com_list{
    padding: 0;
    margin: 0 auto;
    width: 100%;
    list-style: none;
}
.com_list li{
    width: 100%;
    margin: 0 auto 300px;
    position: relative;
}
.com_list li::after{
    content:"";
    height: 200px;
    border-right: 1px solid #707070;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -250px;
}
.com_list li:last-of-type{
    margin-bottom: 100px;
}
.com_list li:last-of-type::after{
    content:none;
}
.com_list li p:nth-of-type(1){
    font-size: 1.3em;
    text-align: center;
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
}
.com_list li p:nth-of-type(1) span{
    width: 100%;
    font-size: 2em;
    font-style: italic;
    display: block;
    margin: 0 20px 0 0;
}
.com_list li p:nth-of-type(2){
    text-align: center;
}
.howto_list2 li,
.howto_list li,
.howto_list,
.howto_list2{
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    margin: 1em auto;
}
.howto_list li > div:nth-of-type(1){
    width: 100%;
}
.howto_list li > div:nth-of-type(2){
    width: 100%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 1em auto;
}
.howto_list li > div:nth-of-type(2) > p:nth-of-type(1){
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    margin: 0;
}
.howto_list li > div:nth-of-type(2) > p.point{
    margin: 2em auto;
    padding: 20px;
    width: 100%;
    position: relative;
    border: 1px solid #BB3A3A;
    color: #BB3A3A;
    border-radius: 10px;
    text-align: center;
}
.howto_list li > div:nth-of-type(2) > p.point > span{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50% , -50%);
    padding: 0 20px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.howto_list li > div:nth-of-type(2) > p.point > span::before,
.howto_list li > div:nth-of-type(2) > p.point > span::after{
    content:"";
    display: block;
    height: 30px;
    border-right: 1px solid #BB3A3A;
}
.howto_list li > div:nth-of-type(2) > p.point > span::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50% , -50%) rotate(-35deg);
}
.howto_list li > div:nth-of-type(2) > p.point > span::after{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50% , -50%) rotate(35deg);
}
.howto_list li > div:nth-of-type(2) > p.point > span > span{
    display: inline-block;
    padding: 0 10px;
    background: #BB3A3A;
    color: #fff;
    border-radius: 100%;
    margin: 0 5px 0 0;
}
.howto_list2 li > div:nth-of-type(1){
    width: 100%;
}
.howto_list2 li > div:nth-of-type(2){
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 1em auto;
}
.howto_list2 li > div:nth-of-type(2) > p:nth-of-type(1){
    text-align: center;
    font-size: 2.5em;
    width: 100%;
    font-weight: bold;
}
.howto_list li > div:nth-of-type(2) > p:nth-of-type(2),
.howto_list2 li > div:nth-of-type(2) > p:nth-of-type(2){
    line-height: 200%;
}
.slide_wrap .swiper-wrapper{
    height: auto;
}
@media (min-width: 860px) {
    div.about_inner > div:nth-child(3) > div:nth-child(2),
    div.about_inner > div:nth-child(1) > div:nth-child(1){
        width: 300px;
        padding: 0 70px;
    }
    div.about_inner > div:nth-child(3) > div:nth-child(1),
    div.about_inner > div:nth-child(1) > div:nth-child(2){
        width: calc(100% - 300px);
    }
    .howto_list li > div:nth-of-type(1),
    .howto_list li > div:nth-of-type(2),
    .howto_list2 li > div:nth-of-type(1),
    .howto_list2 li > div:nth-of-type(2){
        width: 50%;
    }
    .howto_list li > div:nth-of-type(1),
    .howto_list2 li > div:nth-of-type(1){
        text-align: left;
    }
    .about_link_list li{
        width: 46%;
    }
    .about_link_list li{
        margin: 1em 0;
    }
    .about_link_list li:nth-of-type(odd){
        margin-right: auto;
    }
    .about_link_list li:nth-of-type(even){
        margin-left: auto;
    }
    div.about_inner > div:nth-child(3) > div:nth-child(2),
    div.about_inner > div:nth-child(1) > div:nth-child(1){
        width: 150px;
        display: block;
    }
    div.about_inner > div:nth-child(3) > div:nth-child(1),
    div.about_inner > div:nth-child(1) > div:nth-child(2){
        width: calc(100% - 150px);
        padding: 15px;
    }
    .com_list li p:nth-of-type(1){
        display: flex;
    }
    .com_list li p:nth-of-type(1) span{
        width: auto;
    }
}

/* 992px for pc*/
@media (min-width: 992px) {
}

/* 1200px for wide pc */
@media (min-width: 1200px) {
}