html {
    background: #efefef;
}
body {
    margin: 0;
    background: white;
    color: #1F2C56;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    max-width: 1300px;
    margin: 0 auto;
    /* font-family: YuGothic, 'Yu Gothic Medium', '游ゴシック Medium', '游ゴシック体', 'Hiragino Kaku Gothic', 'Droid Sans', sans-serif; */
    font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic Medium', '游ゴシック Medium', '游ゴシック体', 'Hiragino Kaku Gothic', 'Droid Sans', sans-serif;
    /* -webkit-text-stroke: 0.02em #1F2C56; */
}
h1, #last_note h2 {
    font-family: 'Hiragino Mincho ProN-W3', 'Hiragino Mincho Pro-W3', ヒラギノ明朝ProN W3, ヒラギノ明朝Pro W3, 游明朝, 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
    -webkit-text-stroke: 0.02em #1F2C56;
}
h2, p, li {
    -webkit-text-stroke: 0.02em #1F2C56;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.hidden {
    display: none;
}
.show {
    display: none;
}
a {
    text-decoration: none;
    color: #1F2C56;
    transition: .3s;
}
/* a:hover {
    opacity: 0.7;
} */
.btn {
    display: inline-block;
    padding: 7px 23px;
    padding-left: 35px;
    border-radius: 12px;
    position: relative;
    box-shadow: 0px 4px 4px rgb(0, 0, 0, 0.25);
    transition: .3s;
}
.btn a {
    font-weight: bold;
}
.btn a::before {
    /* -webkit-transition: all 0.3s; */
    /* transition: all 0.3s; */
    /* content: "\f105";
    font-size: 16px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    margin-right: 14px;
    display: inline-block;
    vertical-align: middle; */

    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -4px;
}
.btn:hover {
    transform: scale(0.98);
}
.orange {
    background-color: #EFB134;
    color: #1F2C56;
}
/* .orange a {
    -webkit-text-stroke: 0.02em #1F2C56;
} */
.btn.orange a::before {
    border-top: solid 2px #1F2C56;
    border-right: solid 2px #1F2C56;
}

.navy {
    background: #1F2C56;
    color: white;
}
.navy a {
    color: white;
}
.btn.navy a::before {
    border-top: solid 2px white;
    border-right: solid 2px white;
}

/* メニューバー */
.header {
    background-color: #1F2C56;
    border-bottom: solid #EFB134 3px;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1300px;
    z-index: 100;
}
.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 30px;
}
.logo {
    /* height: 50px; */
    padding: 10px 0;
}
.logo img {
    height: 50px;
}
.header-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.menu-toggle {
    display: none;
}
.menu {
    display: flex;
    list-style-type: none;
    text-align: center;
    /* margin: 0;
    margin-left: 3vw;
    margin-right: 2vw; */
    padding-inline-start: 0;
    /* transition: 0.4s; */
}
.menu li {
    margin-right: 10px;
}
.menu li a {
    color: white;
    -webkit-text-stroke: 0.02em white;
    padding: 0 20px;
    position: relative;
}
.menu li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px white;
    border-right: solid 2px white;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -4px;
    transition: .3s;
}
.menu li a:hover::before {
    left: 5px;
}
.contact_btn {
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 7px 23px 7px 17px;
    background-color: #EFB134;
    border-radius: 12px;
    height: 30px;
    transition: .3s;
    /* color: #1F2C56; */
}
.contact_btn img {
    height: 25px;
    padding-right: 7px;
}
.contact_btn:hover {
    transform: scale(0.98);
}

@media screen and (max-width: 1024px) {
    .logo img {
        height: 40px;
    }
    .header-inner {
        font-size: 14px;
    }
    .menu li a::before {
        margin-top: -3px;
    }
    .contact_btn {
        padding: 5px 13px 5px 11px;
    }
    .contact_btn img {
        height: 22px;
    }
}
@media screen and (max-width: 768px) {
    /* .menu {
        display: none;
    } */
    .header-inner {
        position: relative;
        align-items: stretch;
    }
    .menu {
        position: fixed;
        top: 69px;
        right: 0;
        width: 100%;
        max-height: calc(100vh - 100px);
        margin: 0;
        flex-direction: column;
        /* align-items: center; */
        /* overflow-y: scroll; */
        display: none;
        background: #EFB134;
        border-bottom: 3px solid #1F2C56;  
    }
    .menu li {
        font-size: 13px;
        border-bottom: solid 1px rgba(0,0,0,0.1);
    }
    .menu li a {
        display: inline-block;
        padding: 20px 13px;
        width: 100%;
        box-sizing: border-box;
        color: #1F2C56;
        -webkit-text-stroke: 0.02em #1F2C56;
        font-weight: bold;
    }
    .menu li a::before {
        display: none;
    }
    .menu-toggle {
        display: block;
        width: 50px;
        cursor: pointer;
        position: relative;
        transition: 0.4s;
    }
    .menu-toggle .burger {
        position: absolute;
        width: 26px;
        height: 21px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .burger span {
        position: absolute;
        width: 100%;
        height: 3px;
        background: #EFB134;
        border-radius: 10px;
        -webkit-transition: all 0.4s;
        transition: 0.4s;
    }
    .burger span:nth-child(1) {
        top: 0
    }
    .burger span:nth-child(2) {
        top: 42%;
    }
    .burger span:nth-child(3) {
        top: 84%;
    }
    .contact_btn {
        padding: 5px 10px;
        border-radius: 50px;
    }
    .contact_btn p {
        display: none;
    }
    .contact_btn img {
        padding: 0;
    }
    /*クリック時*/
    .menu.open {
        display: flex;
    }
    .menu-toggle.open .burger span:nth-child(1) {
        top: 45%;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        perspective: 1000;
        -webkit-perspective: 1000;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .menu-toggle.open .burger span:nth-child(2),
    .menu-toggle.open .burger span:nth-child(3) {
        top: 45%;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        perspective: 1000;
        -webkit-perspective: 1000;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    .header-wrap {
        align-items: center;
    }
    
}
@media screen and (max-width: 480px) {
    .header-wrap {
        padding: 0 15px;
    }
    .logo {
        padding: 8px 0 3px;
    }
    .logo img {
        height: 32px;
    }
    .menu {
        top: 50px;
    }
    .contact_btn {
        padding: 3px 7px;
    }
    .btn {
        padding: 5px 10px 5px 30px;
    }
    .btn a {
        font-size: 14px;
    }
    .btn a::before {
        left: 15px;
        margin-top: -3px;
    }
}

/* 注意文 */
#notion {
    margin-top: 80px;
    padding: 30px 5vw;
    /* background: #efefef; */
    background: #1F2C56;
    text-align: center;
    /* border: solid 2px #e42424; */
    border: solid 2px #fff57a;
}
#notion p {
    /* margin: 0; */
    margin: 10px 0;
    /* color: #e42424; */
    color: #fff57a;
    text-align: center;
    -webkit-text-stroke: 0.02em #fff57a;
    /* line-height: 1.5em; */
}
#notion a {
    color: #C10C0C;
    -webkit-text-stroke: 0.02em #C10C0C;
    text-decoration: underline;
}
#notion .tb_show,
#notion .sp_show {
    display: none;
}
/* .mt {
    margin-top: 5px;
} */
/* ファーストビュー */
#firstview {
    background-image: url(../img/top_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 550px;
    position: relative;
    /* padding-top: 70px; */
}
#firstview .header_logo {
    position: absolute;
    left: 3%;
    top: 2%;
    height: 50px;
}
#firstview h1 {
    display: inline-block;
    /* color: #E4262C; */
    /* color: #dd0007; */
    /* color: #dd006f; */
    color: white;
    -webkit-text-stroke: 0.01em white;
    /* -webkit-text-stroke: 0.01em #dd006f; */
    /* text-shadow: 2px 2px 10px #fff,2px -2px 10px #fff,-2px -2px 10px #fff,-2px 2px 10px #fff; */
    font-size: 50px;
    margin: 15px 0;
}
#firstview .text_box {
    padding-bottom: 25px;
}
#firstview .text_box p{
    color: white;
    -webkit-text-stroke: 0em white;
}
#firstview .content {
    position: absolute;
    left: 8%;
    top: 50%;
    /* transform: translateY(-10%); */
    transform: translateY(-40%);
}
.emblem_wrap {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.emblem_wrap a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.emblem {
    transition: .3s;
}
.emblem_wrap a:hover .round_btn {
    opacity: 0.7;
}
.emblem_wrap a:hover .emblem {
    transform: scale(0.98);
}
.round_btn {
    border-radius: 50px;
    border: solid #1F2C56 2px;
    transition: .3s;
}
.emblem_wrap .round_btn {
    display: flex;
    align-items: center;
    background: white;
    padding: 4px 18px;
    margin-top: 7px;
}
.emblem_wrap .round_btn p {
    font-weight: bold;
    color: #1F2C56;
    -webkit-text-stroke: #1F2C56 0.04em;
    margin: 0;
    display: inline-block;
}
.emblem_wrap .round_btn img {
    width: 20px;
    padding-left: 5px;
}
@media screen and (max-width: 1024px) {
    #notion {
        margin-top: 70px;
    }
}
@media screen and (max-width: 768px) {
    #notion .tb_show {
        display: block;
    }
    #notion p {
        font-size: 14px;
    }
    .emblem_wrap .round_btn {
        padding: 4px 8px 4px 10px;
    }
    .emblem_wrap img {
        width: 130px;
    }
    .emblem_wrap .round_btn p {
        font-size: 14px;
    }
}
@media screen and (max-width: 600px) {
    p, li {
        font-size: 14px;
    }
    #notion p {
        text-align: left;
    }
    #firstview .content {
        width: 85%;
        left: 50%;
        transform: translate(-50%, -60%);
    }
    #firstview h1 {
        white-space: nowrap;
        font-size: 7vw;
    }
    #firstview .text_box {
        padding-top: 10px;
    }
    
}
@media screen and (max-width: 480px) {
    /* body {
        line-height: 1.2em;
    } */
    p, li {
        font-size: 13.5px;
        line-height: 1.5em;
        text-align: justify;
    }
    #notion {
        margin-top: 50px;
    }
    #notion p {
        font-size: 13.5px;
        line-height: 1.4em;
    }
    #notion .sp_none {
        display: none;
    }
    #notion .sp_show {
        display: inline;
    }
    #firstview {
        height: 430px;
        /* padding-top: 50px; */
    }
    #firstview .content {
        top: 45%;
    }
    #firstview h1 {
        font-size: 7vw;
        line-height: 1.5em;
        /* background:#ffffffc9; */
        border-radius: 8px;
        padding: 0 7px;
        margin: 0;
    }
    .emblem_wrap {
        right: 3px;
        bottom: 20px;
    }
    .emblem_wrap img {
        width: 100px;
    }
    .emblem_wrap .round_btn {
        background: #ffffffc9;
    }
    .emblem_wrap .round_btn p {
        font-size: 12px;
    }
    .emblem_wrap .round_btn img {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    body {
        -webkit-text-stroke: 0em #1F2C56;
    }
    /* #firstview h1 {
        -webkit-text-stroke: 0em;
    } */
}

/* 本文共通（不正駐輪ゼロ宣言～） */
.container {
    padding: 50px 0;
    width: 80%;
    margin: 0 auto;
}
.head_title {
    position: relative;
    text-align: center;
}
.head_title::after {
    content: '';
    width: 96px;
    height: 3px;
    display: inline-block;
    background-color: #EFB134;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 48px)
}
.head_title .subtitle {
    font-weight: bold;
    font-size: 14px;
}
.head_title .title {
    font-size: 26px;
    margin: 0;
    padding: 10px 0 16px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: flex-start;
}

.content_box {
    padding-top: 50px;
}

.content_box .text {
    width: 55%;
    /* font-weight: bold; */
}
.content_box .text_body {
    padding-bottom: 20px;
}
.uline {
    background: linear-gradient(transparent 63%, #f5bc1acc 27%);
    font-weight: bold;
}
.content_box .image {
    width: 36%;
}
.content_box .image img {
    width: 100%;
}
.caption {
    font-size: 12.5px;
    letter-spacing: 0;
    display: block;
    line-height: 1.5em;
}
.caption.hidden {
    display: none;
}

@media screen and (max-width:768px) {
    .hidden {
        display: block;
    }
    .hide {
        display: none;
    }
    .flex {
        flex-direction: column;
        align-items: center;
    }
    .content_box .text {
        width: 100%;
    }
    .content_box .image {
        width: 70%;
        padding-top: 20px;
    }
    #issue .content_box {
        padding-top: 20px;
    }
    #issue .content_box .image {
        order: -1;
        padding-bottom: 20px;
    }
}
@media screen and (max-width:600px) {
    .show {
        display: block;
    }
    .container {
        width: 85%;
    }
    .head_title .title {
        font-size: 22px;
    }
    #reason.container,#opinion.container {
        width: 100%;
    }
    #reason.container .head_title {
        width: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width:480px) {
    .hide_sp {
        display: none;
    }
    .content_box .image, .content_box .image img {
        width: 100%;
    }
    #issue .content_box .image {
        padding-top: 0;
    }
    #issue .content_box h2 {
        font-size: 20px;
    }
    #accident.container {
        width: 100%;
    }
    #reason br.hidden {
        display: none;
    }
    .head_title .title {
        padding-top: 0;
    }
    .head_title .subtitle {
        font-size: 12px;
    }

}

#message {
    padding: 0;
    background: #FFF5DC;
    display: flex;
    flex-direction: column;
    margin: 70px auto 0;
}
#message .top_section {
    display: flex;
    justify-content: end;
    align-items: center;
}
#message .top_section img {
    width: 60%;
}
#message .text_box {
    margin-right: calc(-40px - 3%);
    z-index: 50;
}
#message .text_box h2 {
    font-size: 30px;
    line-height: 1.5em;
    background: white;
    width: 350px;
    padding: 30px;
    margin: 0;
    /* margin-top: 30%;
    margin-right: -30px; */
}
#message .bottom_section {
    display: flex;
    justify-content: space-between;
    padding: 35px 45px;
}
#message .bottom_section .text {
    width: 65%;
    padding-right: 30px;
}
#message .bottom_section .btn_wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#message .bottom_section .btn {
    margin: 5px 0;
    white-space: nowrap;
}
#message .bottom_section .btn a::before {
    left: 16px;
}

@media screen and (max-width: 1024px) {
    #message .text_box h2 {
        width: 30vw;
        font-size: min(2.5vw, 30px);
    }
    #message .bottom_section .text {
        width: 55%;
    }
    #message .bottom_section .btn_wrap{
        justify-content: flex-start;
    }
}
@media screen and (max-width: 768px) {
    #message .top_section {
        flex-direction: column;
    }
    #message .text_box {
        margin-top: 30px;
        margin-bottom: -110px;
        margin-right: 0;
    }
    #message .text_box h2 {
        width: 260px;
        font-size: 22px;
    }
    #message .bottom_section {
        flex-direction: column;
        align-items: center;
    }
    #message .bottom_section .text {
        width: 100%;
        padding: 0;
    }
    #message .top_section img {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    #message {
        margin: 40px auto 0;
    }
    #message .text_box {
        margin-bottom: -80px;
    }
    #message .text_box h2 {
        width: 240px;
        font-size: 20px;
        padding: 20px;
    }
    #message .bottom_section {
        padding-top: 12px;
    }
    #message .bottom_section .text {
        padding-bottom: 20px;
    }
}
#issue {
    padding-bottom: 100px;
}
.gallery {
    height: 15vw;
    max-height: 190px;
    padding-top: 50px;
}
.gallery img {
    height: 100%;
    width: 23%;
}

.image.vertical {
    width: 30%;
}
.head_text {
    width: 75%;
    margin: 20px auto;
}

.gray_box {
    background: #D9D9D9;
    width: 80%;
    padding: 30px;
    margin: 25px auto;
}
.headline {
    font-size: 18px;
    font-weight: bold;
    -webkit-text-stroke: 0em;
}
.gray_box .text {
    width: 65%;
}
.gray_box img {
    width: 25%;
}

/* 3つの理由 */
#reason {
    background: #F4CE6E;
}
#reason .head_title::after {
    background-color: #23A664;
}
.gray_bg {
    /* background: #D9D9D9; */
    background: #F4CE6E;
    padding: 30px 7vw;
    padding-bottom: 60px;
}
.item_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.item_box {
    width: 25%;
    min-width: 225px;
    box-sizing: border-box;
    padding: 24px 15px 55px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: white;
    border-radius: 15px;
    font-weight: bold;
}
.item_box::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 15px;
    border-bottom: solid 4px #1F2C56;
    border-right: solid 4px #1F2C56;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 15px;
    right: 50%;
    margin-right: -7.5px;
    transition: .3s;
}
.item_box .number {
    width: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
}
.item_box img {
    width: 60%;
}

.item_box:hover::after {
    bottom: 10px;
}
.block {
    margin: 60px auto 0;
    background: white;
    padding: 30px;
    padding-top: 40px;
    border-radius: 10px;
    box-shadow: 1px 1px 7px rgb(155 155 155);
    position: relative;
}
.block .number {
    width: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}
.block .title {
    /* text-align: center; */
    font-size: 22px;
    color: white;
    background: #1f2c56;
    display: inline-block;
    margin: 0;
    padding: 12px 30px;
    margin-left: -40px;
}
.block .text .headline {
    color: #BE730D;
    -webkit-text-stroke: 0.02em #BE730D;
}
.block .flex {
    padding-top: 25px;
}
.block .text {
    width: 70%;
}
.block .image {
    width: 25%;
}
@media screen and (max-width:900px) {
    .item_box {
        margin-bottom: 40px;
    }
    #reason1.block {
        margin-top: 0;
    }
}
@media screen and (max-width:768px) {
    .gallery img {
        width: auto;
    }
    .head_text {
        width: 90%;
    }

    .gray_box .text {
        width: 80%;
    }
    .gray_box img {
        width: 100%;
        max-width: 200px;
    }
    .image.vertical {
        width: 100%;
        display: flex;
        justify-content: space-between;
        /* align-items: flex-start; */
    }
    .image.vertical img {
        width: 30%;
        object-fit: cover;
    }
    .gray_bg {
        padding: 30px 5vw;
    }
    .block {
        margin: 30px auto 0;
        padding: 50px;
    }
    .block .title {
        margin-left: -55px;
    }
    .block .flex {
        /* padding: 0; */
    }
    .block .text {
        width: 100%;
    }
    .block .image {
        width: 70%;
    }
}
@media screen and (max-width:480px) {
    .gray_bg {
        padding-top: 0;
    }
    .gray_box {
        padding: 30px 20px;
    }
    .gray_box .text {
        width: 90%;
    }
    .block .number  {
        width: 50px;
        top: -25px;
    }
    .gallery {
        /* padding-top: 20px; */
        height: 17vw;
    }
    
    .block {
        padding: 35px 25px;
    }
    .block .title {
        font-size: 18px;
        margin-left: -30px;
    }
    .block .text .headline {
        font-size: 16px;
    }
}

/* みんちゅうの取り組み */
.round_title {
    font-family: YuGothic, 'Yu Gothic Medium', '游ゴシック Medium', '游ゴシック体', 'Hiragino Kaku Gothic', 'Droid Sans', sans-serif;
    padding: 5px 15px;
    background: #DB7F00;
    color: white;
    -webkit-text-stroke: 0.01em white;
    border-radius: 510px;
    display: inline-block;
    margin: 0;
}

.content_box .text .main {
    margin-bottom: 45px;
}
.content_box .text .set {
    padding-bottom: 15px;
}

#logo {
    width: 75%;
    margin: 0 auto;
}
.image.width {
    width: 30%;
}
.image img.sm-width {
    width: 80%;
}
#service .image img {
    padding: 5px 0;
}

@media screen and (max-width:768px) {
    .image.width {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .image.width img {
        width: 32%;
    }
}

.color_box {
    margin-top: 50px;
    background: #FFF5DC;
    padding: 30px 20px;
    position: relative;
}
.color_box .label {
    display: inline-block;
    padding: 5px 10px;
    background: #1F2C56;
    color: white;
    -webkit-text-stroke: 0.005em white;
    position: absolute;
    top: 0;
    left: 0;
}
.color_box .headline {
    font-size: 22px;
}

.color_box .flex{
    position: relative;
    align-items: center;
    padding: 30px 0;
}

.color_box .flex .img {
    width: 40%;
}
.color_box .flex .img img {
    width: 100%;
}
.color_box .flex .img div {
    font-weight: bold;
    -webkit-text-stroke: 0em;
}

.arrow {
    height: 20px;
    width: 20px;
    background-color: #F8B62D;
    position:  relative;
    margin-left: -20px;
}
.arrow::after {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #F8B62D;
    position:  absolute;
    top: -50%;
    left: 100%;
}
@media screen and (max-width:768px) {
    .color_box .flex{
        flex-direction: row;
        justify-content:space-around;
    }
    
    .color_box .flex .img {
        width: 40%;
    }
    .arrow {
        margin-top: -20px;
    }
    .color_box .head_text {
        text-align: left;
    }
}
@media screen and (max-width:600px) {
    .color_box .headline {
        font-size: 18px;
    }
}
@media screen and (max-width:480px) {
    .color_box .headline {
        font-size: 16px;
    }
    .color_box .flex {
        flex-direction: column;
        padding: 0;
    }
    .color_box .flex .img {
        width: 85%;
    }
    .arrow {
        margin: 20px 0px 40px;
        transform: rotate(90deg);
        width: 13px;
    }
}


/* みんちゅうGO */
.img_bg {
    background-image: url(../img/city_silhouette.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.go_logo {
    width: 20vw;
    min-width: 200px;
    margin: 30px auto;
}
.pink {
    color: #D31577;
    -webkit-text-stroke: 0.03em #D31577;
}
#go .color_box {
    width: 75%;
    box-sizing: border-box;
    margin: 20px auto;
    padding: 20px 5%;
    text-align: left;
    border-radius: 10px;
}
#go .flex {
    width: 80%;
    margin: 0 auto;
}
#go .gallery .img {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
#go .gallery .img .label {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    background: #EFB134;
    color: #1F2C56;
    -webkit-text-stroke: 0.005em #1F2C56;
    font-size: 14px;
    font-weight: bold;
    /* white-space: nowrap; */
    position: absolute;
    top: -15px;
    /* bottom: -15px; */
    left: 50%;
    transform: translateX(-50%);
}
#go .gallery .img img {
    width: auto;
}
#go .gallery .img .go2 {
    background: #efefef;
    padding: 0 3vw;
}

.btn_wrap.link {
    padding-top: 80px;
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.btn_wrap.link .btn {
    width: 35%;
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 11px 23px 11px 30px;
    position:relative;
}
.btn_wrap.link .btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
}
.btn_wrap.link .btn span {
    font-size: 13px;
    color: #EFB134;
}



#cases {
    background: #efefef;
    padding-bottom: 0;
    margin-bottom: 50px;
}
#cases .flex {
    padding: 30px;
}
.case {
    width: 30%;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}
.case .sub {
    color: #C10C0C;
    -webkit-text-stroke: 0.06em #C10C0C;
}
/* .case img{
    width: 85%;
} */
.case .group {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.case .headline {
    font-size: 16px;
}
.case .group img {
    width: 100%;
}
ul {
    padding-inline-start: 20px;
    font-size: 14px;
}

#last_note {
    padding: 20px;
    background: #1F2C56;
}
#last_note h2 {
    margin: 10px 0;
    color: white;
}
#footer {
    background-image: url(../img/footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: 530px; */
    flex-direction: column;
    align-items: center;
    /* justify-content: flex-end; */
    justify-content: space-between;
    /* align-content: space-between; */
}
#footer .text_box {
    padding-top: 130px;
    padding-bottom: 30px;
    color: white;
    /* -webkit-text-stroke: 0em white; */
}
#footer h1 {
    font-size: 42px;
    -webkit-text-stroke: 0em #fff;
    line-height: 1.2em;
}
#footer .text {
    width: 60%;
    margin: auto;
    padding-top: 10px;
}
#footer .text p {
    -webkit-text-stroke: 0em #fff;
}
#footer span {
    font-size: 12px;
    color: white;
    -webkit-text-stroke: 0em white;
    padding-top: 8px;
}
.sns_icon img {
    height: 20px;
    padding-top: 5px;
}

@media screen and (max-width:1024px) {
    #go .flex {
        width: 100%;
    }
}
@media screen and (max-width:900px) {
    #go .gallery .img .label {
        width: auto;
        white-space: nowrap;
    }
}
@media screen and (max-width:768px) {
    #service .content_box {
        padding-top: 10px;
    }
    .go_logo.logo {
        margin: 30px auto;
    }
    #go .color_box {
        width: 100%;
    }
    #go .flex {
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
        height: auto;
    }
    #go .flex .img {
        width: 30%;
    }
    #go .flex .img img {
        width: 100%;
    }
    #go .gallery .img .go2 {
        padding: 0;
    }
    .btn_wrap.link {
        width: 100%;
    }
    #opinion li {
        margin: 7px 0;
    }
    
    .case.center {
        text-align: left;
        width: 100%;
        padding-bottom: 20px;
    }
    .case .group {
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .case .group img {
        width: 40%;
        /* order: 1; */
    }
    ul {
        padding-inline-start: 40px;
    }
    #last_note h2 {
        font-size: 20px;
    }
    #footer h1 {
        width: 85%;
        margin: auto;
        font-size: 30px;
    }
    #footer .text {
        width: 85%;
    }
}
@media screen and (max-width:600px) {
    #go .flex {
        flex-direction: column;
        align-items: center;
        max-height: none;
    }
    #go .flex .img {
        width: 100%;
        max-width: 230px;
        padding: 20px 0;
    }
    #go .gallery {
        padding-top: 20px;
    }
    #go .gallery .img .label {
        top: -3px;
        width: 100%;
    }
    .btn_wrap.link {
        padding-top: 40px;
    }
    .btn_wrap.link .btn {
        font-size: 14px;
    }
    .btn_wrap.link .btn span {
        font-size: 11px;
    }
    /* #footer {
        height: 450px;
    } */
    #footer .text_box {
        padding-top: 65px;
    }
}

@media screen and (max-width:480px) {
    .container {
        /* padding-bottom: 0; */
        /* width: 85%; */
    }
    #firstview .header_logo {
        height: 35px;
    }
    #firstview p {
        line-height: 1.2em;
    }
    /* .content_box {
        padding-top: 30px;
    } */
    #go .color_box h3 {
        margin-top: 0;
    }
    #go .head_text {
        width: 100%;
    }
    .btn_wrap.link {
        flex-direction: column;
        align-items: center;
    }
    .btn_wrap.link .btn {
        width: 50%;
        min-width: 235px;
        margin: 5px 0;
    }
    /* #cases.container {
        padding-bottom: 50px;
    } */
    #cases .head_text {
        /* width: 100%; */
    }
    #cases .flex {
        padding: 0;
    }
    .case.center {
        text-align: center;
    }
    .case .group {
        flex-direction: column;
        align-items: center;
    }
    .case .group img {
        width: 90%;
    }
    ul {
        padding-inline-start: 20px;
        width: 85%;
    }
    #last_note {
        text-align: left;
    }
    #last_note h2 {
        font-size: 16px;
        line-height: 1.2em;
    }
    /* #footer {
        height: 400px;
    } */
    #footer h1 {
        font-size: 24px;
    }
    #footer .text_box {
        padding-top: 55px;
        padding-bottom: 15px;
    }
    #footer .text {
        text-align: left;
        line-height: 1.2em;
    }

}