/*===============================

	共通

================================*/
html {
    margin: 0;
    padding: 0;
}
body {
    background-image: url(/img/background.png);
    margin: 0;
    padding: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
}
.bold{
    font-weight: 600;
}
.gotop {
    margin: 120px auto 0 auto;
    text-align: center;
}
.gotop img{
    width: 225px;
}
.gotop img:hover{
    background-color: #C6C6C6;
    border-radius: 23px;
}
.flex {
    display: flex;
}
h2 {
    color: #00A7DB;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative;
}
.news h2::before {
    position: absolute;
    top: -15px;
    left: 50%;
    padding: 0.2rem;
    transform: translateX(-50%);
    color: #969696;
    font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    content: 'news';
}
.sp {
    display: none;
}
.sp_inline {
    display: none;
}
.pc {
    display: block;
}
.pc_inline {
    display: inline-block;
}

@media screen and (max-width: 480px) {
    .sp {
        display: block;
    }
    .sp_inline {
        display: inline-block;
    }
    .pc {
        display: none;
    }
    .pc_inline {
        display: none;
    }
}

/*===============================

	ヘッダー

================================*/
.header {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 999;
    width: 100%;
    height: 95px;
    background-color: #fff;
}
.header_wrap {
    position: relative;
    min-width: 1100px;
}
.header_logo {
    margin:0;
    position: absolute;
    top: 50%;
    left: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}
.header_nav {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 95px;
    margin-left: auto;
    margin-right: 26px;
}
.header_gnav {
    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;
}
.header_gnav_item {
    margin-left: 54px;
}
.header_gnav_item a {
    position: relative;
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: 'Zen Old Mincho', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 480px) {
    #header_sp {
        position: fixed;
    }
    .header {
        height: 60px;
    }
    .header_logo {
        padding: 15px;
        left: 0;
        height: 60px;
        margin-block-start: 1em;
        margin-block-end: 1em;
    }
    .sp_menu {
        position: absolute;
        top: 50%;
        right: 5px;
        height: 60px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .sp_nav {
        display: none;
        position: absolute;
        top: 60px;
        right: 0;
        z-index: 10;
        float: right;
        background-color: #fff;
        padding: 40px 30px;
    }
    .menu_close {
        display: none;
        z-index: 15;
    }
    .sp_gnav {
        margin: 0 0 80px 0;
        padding: 0;
    }
    .sp_gnav_item{
        padding-top: 20px;
    }
    #spnav1 a{
        position: relative;
        color: #000000;
        font-family: 'Zen Old Mincho', serif;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 36px;
        letter-spacing: 0.08em;
        text-align: left;
    }
    #spnav1 a::before{
        position: absolute;
        top: -15px;
        left: 28px;
        padding: 0.2rem;
        transform: translateX(-50%);
        color: #109DCD;
        font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
        font-size: 11px;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0.08em;
        text-align: left !important;
        text-transform: uppercase;
        content: 'service';
    }
    #spnav2 a{
        position: relative;
        color: #000000;
        font-family: 'Zen Old Mincho', serif;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 36px;
        letter-spacing: 0.08em;
        text-align: left;
    }
    #spnav2 a::before{
        position: absolute;
        top: -13px;
        left: 20px;
        padding: 0.2rem;
        transform: translateX(-50%);
        color: #109DCD;
        font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
        font-size: 11px;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0.08em;
        text-align: left !important;
        text-transform: uppercase;
        content: 'news';
    }
    #spnav3 a{
        position: relative;
        color: #000000;
        font-family: 'Zen Old Mincho', serif;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 36px;
        letter-spacing: 0.08em;
        text-align: left;
    }
    #spnav3 a::before{
        position: absolute;
        top: -14px;
        left: 31px;
        padding: 0.2rem;
        transform: translateX(-50%);
        color: #109DCD;
        font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
        font-size: 11px;
        font-weight: 500;
        line-height: 15px;
        letter-spacing: 0.08em;
        text-align: left !important;
        text-transform: uppercase;
        content: 'company';
    }
    .header_open {
        margin-top: -10px;
        font-size: 15px;
        text-align: center;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        font-weight: 600;
        font-style: normal;
        line-height: 20px;
        letter-spacing: 0.08em;
        margin-bottom: 40px;
    }
    .gnav_bottom {
        width: 210px;
        border-top: 1px dashed #616161;
        padding-top: 30px;
    }
}

/*===============================

	フッター

================================*/
footer {
    padding-top: 10px;
    width: 100%;
    min-height: 500px;
    position: relative;
    background-color: #F1F1EF;
}
.footer_contact h2 {
    color: #EA5514;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.08em;
    text-align: left;
    position: relative;
}
.footer_contact h2::before {
    position: absolute;
    top: -25px;
    left: 42px;
    padding: 0.2rem;
    transform: translateX(-50%);
    color: #969696;
    font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-align: left !important;
    text-transform: uppercase;
    content: 'contact';
}
.footer_contact {
    z-index: 5;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 3% 5%;
    width: 76%;
    max-width: 1100px;
    min-width: 700px;
    background-color:#fff;
    border-radius: 25px;
    box-sizing: border-box;
}
.footer_contact_top {
    z-index: 5;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 3% 5%;
    width: 76%;
    max-width: 1100px;
    min-width: 700px;
    background-color:#fff;
    border-radius: 25px;
    box-sizing: border-box;
}
.contact_box {
    width: 50%;
}
.contact_box_text {
    margin-top: 30px;
    font-size: 17px;
    letter-spacing: 0.08em;
    text-align: right;
    vertical-align: middle;
}
img.footer_contact_right {
    vertical-align: middle;
    width: 81px;
    margin-left: 15px;
}
.tel {
    font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 0.06em;
    text-align: left;
}
.open {
    font-size: 15px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-align: left;
}
.footer_inner {
    background-color: #F1F1EF;
    position: relative;
    margin: 130px auto 0 auto;
    max-width: 1100px;
    min-width: 700px;
    padding: 63px 90px;
}
.address {
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.08em;
    text-align: left;
    margin: 23px 0 30px 0;
}
.footer_address {
    margin-top: 0;
}
.footer_menu{
    position: absolute;
    top: 10%;
    right: 8%;
}
.footer_menu a{
    color: #000;
}
.footer_menu li{
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.08em;
    text-align: left;
    margin-left: 30px;
    color: #000;
}
.footer_menu li::before {
    content: '';
    position: relative;
    top: -2px;
    left: -6px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #EA5514;
}
.footer_menu2 {
    margin-top: 40px;
    text-align: center;
}
.footer_menu2 a{
    color: #000;
}
.footer_menu2 li{
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.08em;
    text-align: left;
    padding-left: 20px;
    margin-left: 20px;
    color: #000;
}
.footer_menu2 li+li {
    border-left: 1px solid #333;
}
.copy {
    text-align: center;
}
copyright {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 480px) {
    footer {
        margin-top: 150px;
        padding-top: 10px;
        width: 100%;
        position: relative;
        background-color: #F1F1EF;
    }
    .footer_contact h2 {
        color: #EA5514;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 23px;
        line-height: 40px;
        letter-spacing: 0.08em;
        text-align: center;
        position: relative;
    }
    .footer_contact h2::before {
        position: absolute;
        top: -25px;
        left: 50%;
        padding: 0.2rem;
        transform: translateX(-50%);
        color: #969696;
        font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        content: 'contact';
    }
    .footer_contact_top {
        display: block;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        margin: 0 auto;
        padding: 17px 0;
        width: 288px;
        border-radius: 12px;
        z-index: 5; 
        max-width: initial;
        min-width: initial;
    }
    .footer_contact {
        display: block;
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        margin: 0 auto;
        padding: 17px 0;
        width: 288px;
        border-radius: 12px;
        z-index: 5; 
        max-width: initial;
        min-width: initial;
    }
    .contact_box {
        width: 100%;
        text-align: center;
    }
    img.footer_contact_right {
        width: 52px;
        margin-top: 10px;
        margin-left: 0;
    }
    .contact_box_text {
        margin-top: 30px;
        font-size: 15px;
        letter-spacing: 0.08em;
        text-align: center;
    }
    .tel {
        font-size: 26px;
        text-align: center;
    }
    .open {
        font-size: 15px;
        text-align: center;
    }
    .footer_inner {
        background-color: #F1F1EF;
        position: relative;
        margin: 200px auto 0 auto;
        width: 368px;
        padding: 0;
        max-width: initial;
        min-width: initial;
    }
    .address {
        font-size: 13px;
        margin: 15px 0 20px 0;
    }
    .footer_address {
        padding-top: 320px;
        padding-left: 40px;
    }
    .footer_menu{
        position: absolute;
        top: 100px;
        left: -20px;
    }
    .footer_menu li{
        width: 100%;
        margin-bottom: 8px;
        display: inline-block;
        font-size: 17px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0.08em;
        text-align: left;
        margin-left: 30px;
        color: #000;
    }
    .footer_menu2 {
        margin-top: 5px;
        text-align: center;
        padding: 0;
        margin-left: -35px;
    }
    .footer_menu2 li{
        width: 100%;
        display: inline-block;
        font-size: 13px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0.08em;
        text-align: left;
        padding-left: 0;
        margin-left: 0;
        color: #000;
    }
    .footer_menu2 li+li {
        border-left: none;
    }
    .copy{
        text-align: center;
        margin-top: 40px;
        margin-left: -40px;
        padding-bottom: 30px;
    }
    copyright {
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0.08em;
    }
}

/*===============================

	トップ

================================*/
.fv {
    width: 100%;
    margin-top: 95px;
    position: relative;
}
.fv_img{
    width: 100%;
}
button.slick-prev.slick-arrow {
    display: none !important;
}
button.slick-next.slick-arrow {
    display: none !important;
}
.fv_blue {
    width: 32vw;
    margin-bottom: 22px;
}
.fv_container {
    position: relative;
}
.fv_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 22px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.08em;
    text-align: center;
    color: #727272;
}
.list {
    max-width: 1100px;
    justify-content: center;
    margin: 56px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.list_item {
    margin-left: 80px;
}
.list_item:first-child {
    margin-left: 0;
}
.bord {
    max-width: 1000px;
    justify-content: center;
    margin: 126px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.showmore_news {
    text-align: center;
    margin-top: 57px;
}
.memo {
    width: 415px;
    margin: 15px;
    position: relative;
}
.memo p{
    position: absolute;
    z-index: 5;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    color: #727272;
    margin: 0;
}
#memo1 {
    width: 330px;
    top: 70px;
    left: 30px;
}
#memo2 {
    width: 337px;
    top: 49px;
    left: 30px;
}
#memo3 {
    width: 360px;
    top: 51px;
    left: 30px;
}
#memo4 {
    width: 348px;
    top: 69px;
    left: 30px;
}
.memo_bg {
    width: 100%;
}
.cloud1 {
    width: 67px;
    position: absolute;
    top: -20px;
    right: 5px;
    z-index: 10;
}
.cloud2 {
    width: 53px;
    position: absolute;
    top: 15px;
    right: -50px;
    z-index: 10;
}
.bird1 {
    width: 61px;
    position: absolute;
    top: -25px;
    left: -65px;
    z-index: 10;
    transform: rotate(-1deg);
}
.bird2 {
    width: 37px;
    position: absolute;
    top: 10px;
    left: -6px;
    z-index: 10;
    transform: rotate(13deg);
}
.mark1,.mark2,.mark3,.mark4,.mark5,.mark6 {
    position: relative;
}
.mark1::after {
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    content: url(./img/mark1.png);
}
.mark2::after {
    position: absolute;
    top: 80%;
    left: 56%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    content: url(./img/mark2.png);
}
.mark3::after {
    position: absolute;
    top: 90%;
    left: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    content: url(./img/mark3.png);
}
.mark4::after {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    content: url(./img/mark4.png);
}
.mark5::after {
    top: 60%;
    left: 49%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    content: url(./img/mark5.png);
}
.mark6::after {
    position: absolute;
    top: 95%;
    left: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    content: url(./img/mark6.png);
}
.car {
    position: absolute;
    bottom: -20px;
    right: 26px;
    z-index: 10;
    width: 90px;
}
.about {
    max-width: 1100px;
    min-height: 576px; 
    position: relative;
    margin: 126px auto 10px auto;
}
.about p{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #545454;
}
.about_text{
    position: absolute;
    bottom: 7%;
    right: 5%;
}
.about h3{
    font-family: 'Zen Old Mincho', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 41px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #EA5514;
}
.top_image1 {
    position: absolute;
    left: 0;
}
.top_image2 {
    position: absolute;
    top: 25%;
    right: 0;
}
.slide_btn {
    text-align: center;
}
.slide_button {
    width: 565px;
    height: 110px;
    border-radius: 70px;
    border: 0px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: 0.25s;
}
.slide_button.slide_to_right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#00A7DB1A;
  transform: translateX(-100%);
  transition: 0.25s;
  z-index: -1;
}
.slide_button.slide_to_right:hover {
  background: none;
}
.slide_button.slide_to_right:hover:before {
  transform: translateX(0);
}
.news {
    margin: 75px auto;
    padding: 90px 110px;
    max-width: 1100px;
    background-color:#fff;
    box-sizing: border-box;
}
.news_list {
    padding-left: 0;
    margin: 0 5%;
    min-width: 400px
}
.news_list_item {
    padding: 25px 0;
    border-bottom: 1px dashed #B3B3B3;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.12em;
    text-align: left;
}
.news_list_item:first-child {
  border-top: 1px dashed #B3B3B3;
}
.news_list_item a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.12em;
    text-align: left;
    color: #616161;
    position: relative;
    display: flex;
    padding-right: 30px;
}
.news_list_date {
  font-size: 15px;
  display: flex;
  margin-right: 15px;
  align-items: center;
}
time{
    color: #000;
    font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.08em;
    text-align: left;
    margin-right: 20px;
}
.news_item {
    width: 94px;
    color:#00A7DB;
    border: 1px solid #00A7DB;
    border-radius: 47px;
    font-size: 13px;
    text-align: center;
    padding: 0 15px;
    margin-right: 20px;
    margin-left: 20px;
    box-sizing: border-box;
}
img.arrow {
  width: 35px;
  position: absolute;
  top: 50%;
  right: 0;
}
.footer_company {
    margin: 0;
    position: relative;
}
.footer_company img {
    width: 100%;
}
.footer_company_text {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.footer_company h2::before {
    position: absolute;
    top: -15px;
    left: 50%;
    padding: 0.2rem;
    transform: translateX(-50%);
    color: #969696;
    font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    content: 'company';
}


@media screen and (max-width: 1024px) {
    .news_list_item a {
        display: block;
    }
}

@media screen and (max-width: 769px) {
    .news_list_item a  {
        font-size: 14px;
        line-height: 14px;
    }
}

@media screen and (max-width: 480px) {
    .fv {
        margin-top: 0;
    }
    .fv_blue {
        width: 225px;
    }
    .fv_text{
        top: 50%;
        width: 100%;
        font-size: 15px;
        text-align: center;
        color: #727272;
    }
    .list {
        padding: 0 20px;
        width: initial;
        margin: 40px auto;
    }
    .list_item {
        margin-left: 0;
    }
    .news_list_item {
        padding: 10px 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0.12em;
        text-align: left;
    }
    .showmore_news {
        margin-top: 33px;
    }
    .bord {
        width: 100%;
        margin: 50px auto;
    }
    .memo {
        max-width: 327px;
        margin: 15px 0;
    }
    .memo_bg {
        width: 327px;
    }
    .memo p{
        text-align: justify;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0.02em;
    }  
    #memo1 {
        width: 245px;
        top: 70px;
        left: 34px;
        font-size: 16px;
    }
    #memo2 {
        width: 245px;
        top: 42px;
        left: 41px;
        font-size: 15px;
    }
    #memo3 {
        width: 250px;
        top: 30px;
        left: 38px;
        font-size: 15px;
    }
    #memo4 {
        width: 245px;
        top: 41px;
        left: 41px;
        font-size: 15px;
    }
    .cloud1 {
        width: 50px;
    }
    .cloud2 {
        width: 40px;
        right: -25px;
    }
    .bird1 {
        width: 49px;
        top: -35px;
        left: -20px;
    }
    .bird2 {
        width: 30px;
        top: -10px;
        left: 30px;
    }
    .car {
        bottom: -13px;
        right: 16px;
        width: 66px;
    }
    .arrow {
        display: none;
    }
    .news_list {
        width: 311px;
        margin: 0 auto;
        min-width: initial;
    }
    .news_item {
        margin: 0 20px;
        padding: 4px 0;
        width: 89px;
        font-size: 13px;
        box-sizing: border-box;
    }
    .news {
        margin: 0 auto;
        padding: 20px;
        width: 100%;
        height: 550px;
        background-color: #fff;
    }
    .gotop {
        margin-top: 30px;
    }
    .slide_button {
        width: 307px;
        height: 76px;
        border-radius: 70px;
        border: 0px;
        display: inline-block;
        padding: 0.25rem;
        position: relative;
        overflow: hidden;
        text-decoration: none;
        transition: 0.25s;
    }
    .about {
        margin: 45px auto 60px auto;
    }
    .about_text {
        position: absolute;
        bottom: -10px;
        left: 7%;
    }
    .about h3 {
        font-size: 19px;
        line-height: 28px;
    }
    .about p{
        width: 215px;
    }
    .top_image2 {
        position: absolute;
        bottom: -50px;
        right: 0;
        top: initial;
    }
    .footer_company {
        position: relative;
    }
    .footer_company img {
        width: 100%;
    }
    .footer_company_text {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .footer_company h2::before {
        position: absolute;
        top: -15px;
        left: 50%;
        padding: 0.2rem;
        transform: translateX(-50%);
        color: #969696;
        font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.08em;
        text-align: center;
        text-transform: uppercase;
        content: 'company';
    }
}


/*===============================

	ニュース

================================*/
#news {
    margin-top: 70px;
    background-color: initial;
}
#news h1{
    color: #EA5514;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 70px;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative;
}
#news h1::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 60px;
    border-bottom: 3px solid #EA5514;
}
#news h1::before {
    z-index: -1;
    position: absolute;
    bottom: -25px;
    left: 50%;
    padding: 0.2rem;
    transform: translateX(-50%);
    color: #fff;
    font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 205px;
    font-weight: 500;
    line-height: 205px;
    text-transform: uppercase;
    content: 'news';
}
#news .news_list {
    margin-top: 50px;
}
.breadcrumb {
    margin-top: 50px;
    text-align: left;
}
.breadcrumb a{
    color: #EE7800;
}
.breadcrumb ul{
    padding-left: 0;
    display: flex;
}
.breadcrumb li{
    font-family: Yu Gothic Std;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.08em;
    text-align: left;
    margin-right: 20px;
}
.breadcrumb li:first-child {
    padding-left: 0px;
    margin-left: 0;
}
.breadcrumb li+li {
    border-left: 1px solid #333;
    padding-left: 20px;
}
.news_menu {
    margin-top: 50px;
    text-align: center;
}
.news_menu li{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.08em;
    padding-left: 25px;
    margin-left: 25px;
}
.news_menu a{
    color: #B0B0B0;
}
a.is_active {
    color: #000;
    font-weight: 700;
    letter-spacing: 0.2em;
}
a.is_active::before {
    content: '';
    position: relative;
    top: -2px;
    left: -6px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #000;
}
.pagenation {
    margin-top: 50px;
    text-align: center;
}
.pagenation li{
    font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.08em;
    padding-left: 5px;
    margin-left: 5px;
}
.pagenation a{
    color: #B0B0B0;
}
a.page_active {
    position: relative;
    color: #616161;
}
a.page_active::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 15px;
    border-bottom: 1px solid #616161;
}
#news_detail {
    width: initial;
    max-width: 1100px;
    margin-top: 70px;
    background-color: initial;
}
#news_detail h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.12em;
    text-align: left;
}
#news_detail .news_item {
    margin-left: 0;
}
#news_detail time {
    margin-left: 40px;
}
.news_body p{
    margin-top: 30px;
    padding-bottom: 100px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.12em;
    text-align: left;
    border-bottom: 1px solid #B0B0B0;
}
.pdf {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    border-bottom: 1px solid #B0B0B0;
    padding: 52px 0 60px 0;
}
a.pdf-link {
    color: #000;
    text-decoration: underline;
    position: relative;
}
a.pdf-link::after {
    content: url(/img/pdf.png);
    position: absolute;
    left: 80px;
    top: -15px;
    margin: 0;
}

@media screen and (max-width: 480px) {
    .breadcrumb {
        display: none;
    }
    #news_detail {
        height: auto;
        margin-top: 100px;
    }
    #news {
        margin: 60px auto;
        height: 950px;
        overflow-x: hidden;
    }
    #news .flex {
        display: initial;
    }
    #news_detail .flex {
        display: block;
    }
    #news .gotop {
        margin-top: 50px;
    }
    .news {
        max-width: initial;
    }
    .is_active {
        position: relative;
    }
    #news_detail .news_item {
        height: 26px;
        padding: 0px 8px;
        box-sizing: border-box;
    }
    #news_detail time {
        margin: 0;
    }
    #news_detail h1{
        margin: 20px 0 0 0;
        font-size: 21px;
        line-height: 21px;
    }
    .news_menu ul{
        padding-left:0;
    }
    .news_body p{
        margin-top: 30px;
    }
    .news_list_date {
        margin: 20px 0 10px 0;
    }
    #news h1{
        font-size: 21px;
        line-height: 42px;
        letter-spacing: 0.08em;
    }
    #news h1::after{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        width: 60px;
        border-bottom: 3px solid #EA5514;
    }
    #news h1::before {
        bottom: -7px;
        font-size: 75px;
        line-height: 102px;
    }
    #news .news_list {
        margin-top: 20px;
    }
    #news ul.news_list{
        padding-left: 0;
    }
    .news_menu li {
        padding-left: 5px;
        margin-left: 5px;
    }
    .pagenation ul{
        padding-left: 0;
    }
    .pagenation {
        margin: 0 auto;
    }
    a.is_active::before {
        position: absolute;
        left: 50%;
        top: -7px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        font-size: 8px;
    }
    .pdf {
        margin-bottom: 60px;
        padding: 31px 0 39px 0;
    }
}

/*===============================

	会社概要

================================*/
#company {
    margin: 70px auto 230px auto;
    padding-top: 85px;
}
#company h1{
    color: #EA5514;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 70px;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative;
}
#company h1::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 60px;
    border-bottom: 3px solid #EA5514;
}
#company h1::before {
    z-index: -1;
    position: absolute;
    bottom: -30px;
    left: 50%;
    padding: 0.2rem;
    transform: translateX(-50%);
    color: #fff;
    font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 205px;
    font-weight: 500;
    line-height: 205px;
    text-transform: uppercase;
    content: 'company';
}
#company h2{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.08em;
    text-align: left;
    margin-left: 25px;
}
#company h2::before {
    content: url(./img/h2mark.png);
    vertical-align: middle;
    padding-right: 15px;
}
.company_box {
    padding: 40px 0;
    text-align: center;
    margin: 0 auto;
    max-width: 1100px;
    border-radius: 28px;
    background-color: #fff;
}
.company_box table{
    margin: 0 auto;
    border-collapse: collapse;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.company_box tr{
    border-bottom: 1px dashed #C4C4C4;
}
.company_box tr:last-child{
    border-bottom: 0;
}
.company_box th{
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
    width: 230px;
    text-align: left;
    vertical-align: top;
}
.company_box td{
    vertical-align: top;
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: left;
}
.company_detail {
    max-width: 1300px;
    margin: 100px auto;
}
.google {
    color: gray;
    text-decoration: underline;
}
.company_chart {
    width: 85%;
    text-align: center;
    margin: 0 auto;
}
.boardmember_box {
    margin: 50px auto;
    max-width: 1100px;
}
.boardmember {
    width: calc(100vw/5);
    text-align: center;
    padding: 0 10px;
}
.boardmember img{
    width: 100%;
}
.boardmember p{
    margin: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.08em;
    text-align: center;
}
.blue {
    margin: 0;
    font-size: 15px;
    color: #00A7DB;
}
.company_banner {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    text-align: center;
}
.company_banner img{
    width: 100%;
}

@media screen and (max-width: 480px) {
    #company {
        margin: 0 auto;
        overflow-x: hidden;
    }
    #company h1{
        font-size: 21px;
        line-height: 42px;
        letter-spacing: 0.08em;
    }
    #company h1::after{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        width: 60px;
        border-bottom: 3px solid #EA5514;
    }
    #company h1::before {
        font-size: 75px;
        line-height: 102px;
        letter-spacing: 0.08em;
        bottom: 0;
    }
    .company_box {
        width: 355px;
        border-radius: 14px;
        padding: 30px 0;
        max-width: initial;
    }
    .company_box table{
        width: 311px;
    }
    .company_detail {
        width: 100%;
        margin: 80px auto;
    }
    .company_detail:nth-child(2) {
        margin: 40px auto 80px auto;
    }
    #company h2{
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        color: #000;
        font-size: 18px;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: 0.08em;
        text-align: left;
        margin-left: 10px;
    }
    #company h2::before {
        content: url(./img/sp_h2mark.png);
        vertical-align: middle;
        padding-right: 10px;
    }
    .company_box th{
        width: 70px;
        font-size: 15px;
    }
    .company_box td{
        font-size: 15px;
        vertical-align: top;
    }
    .boardmember {
        margin-top: 35px;
        width: 150px;
        padding: 0 5.5px;
    }
    .boardmember:first-child {
        margin-top: 0;
    }
    .boardmember:nth-child(2) {
        margin-top: 0;
    }
    .boardmember_box {
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }
}

/*===============================

	法人のお客様はこちらへ

================================*/
#business {
    margin: 0 auto 230px auto;
    padding-top: 85px;
}
#business h2{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-align: left;
}
#business h2::before {
    content: url(./img/h2mark.png);
    vertical-align: middle;
    padding-right: 15px;
}
#business table{
    margin: 0 auto;
}
#business th{
    padding:  0 15px;
    vertical-align: middle;
    width: 35px;
}
#business td{
    padding: 15px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.04em;
    text-align: left;
}
.business_fv {
    width: 100%;
    position: relative;
}
img.business_fv_blue{
    width: 265px;
}
.business_fv p{
    line-height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 22px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.08em;
    text-align: center;
    color: #727272;
}
.fv_white {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.04em;
    text-align: center;
}
.business_menu{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    padding-top: 25px;
}
.business_menu a+a{
    margin-left: 32px;
}
.business_btn{
    position: relative;
    width: 345px;
    height: 64px;
    padding: 1px 69px;
    border-radius: 6px;
    background-color: #D2EAF2;
    text-align: center;
}
a.business_btn{
    color: #616161;
    font-family: 'Zen Old Mincho', serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0.38em;
    text-align: center;
}
a.business_btn::after{
    content: url(./img/business_btn.png);
    position: absolute;
    top: 5px;
    right: 28px;
}
p.title_bottom{
    margin-top: -8px;
    margin-left: 95px;
    color: #5F5F5F;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-align: left;
}
.business_box {
    padding: 40px 0;
    text-align: center;
    margin: 30px auto;
    max-width: 784px;
    border-radius: 28px;
    background-color: #fff;
}
#kikaku,#unei,#kanri {
    width: 803px;
}
p.kanri_blue{
    width: 450px;
    color: #00A7DB;
    display: inline-block;
    margin: 0 auto;
    line-height: 29px;
    font-size: 16px;
    text-align: left;
}
.blue_ul {
    background: linear-gradient(rgba(0,0,0,0) 60%, #D2EAF2 0);
}
.blue_ul_fv {
    background: linear-gradient(rgba(0,0,0,0) 70%, #D2EAF2 0);
}
.end_text {
    font-size: 21px;
    line-height: 42px;
    letter-spacing: 0.04em;
    text-align: center;
    font-weight: 600;
}

@media screen and (max-width: 480px) {
    #business {
        overflow-x: hidden;
        margin: 0 auto;
        padding: 0;
    }
    #business h2{
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        color: #000;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.08em;
        text-align: left;
        margin-left: 10px;
    }
    #business h2::before {
        content: url(./img/sp_h2mark.png);
        vertical-align: middle;
        padding-right: 10px;
    }
    img.business_fv_blue {
        width: 195px;
    }
    .business_fv p{
        top: 44%;
        font-size: 16px;
        width: 80%;
    }
    #business .blue_ul {
        font-size: 16px;
    }
    .business_btn{
        position: relative;
        width: calc(100%/3);
        height: 52px;
        padding: 8px 0;
        border-radius: 0;
        background-color: #D2EAF2;
        text-align: center;
        box-sizing: border-box;
    }
    a.business_btn{
        color: #616161;
        font-family: 'Zen Old Mincho', serif;
        font-size: 17px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.38em;
        text-align: center;
    }
    a.business_btn::after{
        content: url(./img/sp_business_btn.png);
        position: absolute;
        top: 12px;
        right: 12px;
    }
    .business_menu{
        width: 100%;
        margin: -10px auto 0 auto;
        display: flex;
        padding-top: 0;
        border: 1px solid #fff;
        box-sizing: border-box;
    }
    .business_menu a+a{
        margin-left: 0;
        border-left: 1px solid #fff;
    }
    #kikaku, #unei, #kanri {
        margin: 60px auto;
        width: 100%;
    }
    .title_bottom {
        font-size: 15px !important;
        line-height: 25px !important;
        margin-left: 60px !important;
    }
    .business_box {
        padding: 24px 0;
        text-align: center;
        margin: 30px auto;
        max-width: 355px;
        border-radius: 14px;
        background-color: #fff;
    }
    p.kanri_blue{
        width: 311px;
        font-size: 15px;
        font-weight: 500;
        line-height: 27px;
        letter-spacing: 0.04em;
        text-align: justified;
    }
    .end_text {
        font-size: 18px;
        line-height: 36px;
        letter-spacing: 0.04em;
        text-align: left;
        font-weight: 600;
        margin: 0 auto;
        width: 311px;
    }
    #business td {
        padding: 10px;
        font-size: 16px;
        line-height: 27px;
    }
    #business th {
        width: 35px;
    }
}

/*===============================

	不動産信託とは

================================*/
#trust {
    width: 100%;
    margin: 0 auto 230px auto;
    padding-top: 85px;
    background: linear-gradient(90deg, #FAF8EF, #F4F8F9);
}
.trust_fv {
    width: 100%;
    height: 500px;
    position: relative;
    background-color: #fff;
}
.trust_fv_img {
    max-height: 500px;
}
.trust_fv_blue {
    width: 428px;
}
.trust_fv p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 19px;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #727272;
    line-height: 30px;
    letter-spacing: 0.04em;
}
.trust_fv2 {
    width: 100%;
    padding: 0 0 100px 0;
    margin: 0 auto;
    background-color: #fff !important;
    text-align: center;
}
.trust_fv2 img{
    width: 85vw;
}
.qa {
    margin: 0 auto;
    padding-top: 0;
}
.qa h2{
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 33px;
    font-weight: 600;
    line-height: 53px;
    letter-spacing: 0.04em;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.qa_box {
    width: 860px;
    margin: 42px auto;
    padding-bottom: 42px;
    border-bottom: 1px dashed #C6C6C6;
}
.qa_box:last-child {
    border-bottom: 0;
}
.qa_title {
    color: #00A7DB;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.04em;
    text-align: left;
    margin-left: 67px;
}
.qa_text {
    width: 725px;
    text-align: justify;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.02em;
    margin-left: 67px;
}
.problem {
    width: 90%;
    min-width: 1000px;
    max-width: 1230px;
    min-height: 950px;
    margin: 0 auto;
    padding: 80px 45px 120px 45px;
    background-color: #fff;
    box-sizing: border-box;
}
.problem h2{
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 33px;
    line-height: 53px;
    letter-spacing: 0.04em;
    text-align: center;
}
.problem hr{
    margin-top: 30px;
    border: none;
    border-bottom: 1px dashed #C6C6C6;
}
.problem_menu{
    justify-content: center;
    margin: 25px auto;
    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;
}
.problem_menu_item img{
    width: 124px;
}
.problem_menu_item{
    margin-left: 34px;
}
.problem_menu_item:first-child {
    margin-left: 0;
}
.problem_tab {
    margin: 20px 0;
    display: none;
}
.active {
    display: block;
}
.problem_tab_half_l{
    width: 48%;
    float: left;
    text-align: center;
}
.problem_tab_half_r{
    position: relative;
    width: 45%;
    padding: 0 20px;
    float: right;
    background-color: #EFF8FB;
    border-radius: 20px;
}
.problem_tab_half_r:before {
  content: "";
  position: absolute;
  bottom: 10%;
  left: -50px;
  margin-top: -15px;
  border-bottom: 35px solid #EFF8FB;
  border-left: 50px solid transparent;
}
.problem_tab_half_r h4{
    color: #00A7DB;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.07em;
    text-align: center;
}
.problem_tab h3{
    color: #000;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 45px 0;
}
.yellow_ul {
    background: linear-gradient(rgba(0,0,0,0) 70%, #FFE382 0);
}
.orange_ul {
    border-bottom: 1px solid #EA5514;
    padding-bottom: 5px;
}
.point_title {
    color: #EA5514;
    font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.04em;
    text-align: left;
}
.point_title::before {
    content: url(./img/case_point.png);
    margin-right: 5px;
}
.point_text{
    margin: 7px 0 24px 35px;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.02em;
}
.point_under {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
}
.kome {
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.02em;
    vertical-align: top;
}

@media screen and (max-width: 480px) {
    #trust {
        margin: 0 auto;
        padding-top: 0;
        overflow-x: hidden;
    }
    #trust .gotop {
        margin-top: 45px;
    }
    .trust_fv p {
        width: 80%;
        font-size: 18px;
        line-height: 32px;
    }
    .trust_fv_img {
        width: 265px;
    }
    .trust_fv_blue {
        width: 265px;
    }
    .trust_fv2 img{
        width: 100%;
    }
    .problem h2{
        font-size: 21px;
        line-height: 33px;
    }
    .qa_title {
        font-size: 18px;
        line-height: 27px;
        margin-left: 20px;
        margin-top: 30px;
    }
    .qa_text {
        width: 311px;
        margin-right: 20px;
        margin-left: 0;
    }
    .qa_box {
        width: 330px;
        margin: 32px auto;
    }
    .qa h2{
        font-size: 21px;
        line-height: 33px;
        padding: 50px 0;
    }
    .problem {
        min-height: 1450px;
        width: 100%;
        min-width: initial;
        max-width: initial;
        padding: 45px 20px;
        margin-top: 50px;
    }
    .problem_menu {
        height: 55px;
    }
    .problem_menu_item {
        margin-left: 13px;
    }
    .problem_menu_item img{
        width: 97px;
    }
    .problem_tab h3 {
        white-space: nowrap;
        font-size: 17.5px;
        line-height: 34px;
        padding: 25px 0;
    }
    .problem_tab h4 {
        white-space: nowrap;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
    }
    .problem_tab_half_l{
        width: 100%;
    }
    .problem_tab_half_r{
        width: 90%;
    }
    .problem_tab_half_r:before {
        content: "";
        position: absolute;
        bottom: initial;
        top: -50px;
        left: 30px;
        margin-top: 15px;
        border-bottom: 35px solid #EFF8FB;
        border-right: 50px solid transparent;
        border-left: 0px solid transparent;
        }
    .trust_fv2 {
        padding: 0;
    }
    .case1-text {
        margin: 30px 0;
        padding: 0 10px;
    }
    .case2-text {
        margin: 70px 0;
        padding: 0 10px;
    }
    .case3-text {
        margin: 70px 0;
        padding: 0 10px;
    }
}

/*===============================

	お問い合わせ

================================*/
#contact {
    margin: 70px auto 230px auto;
    padding-top: 85px;
}
#contact h1{
    color: #EA5514;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 70px;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative;
}
#contact h1::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 60px;
    border-bottom: 3px solid #EA5514;
}
#contact h1::before {
    z-index: -1;
    position: absolute;
    bottom: -30px;
    left: 50%;
    padding: 0.2rem;
    transform: translateX(-50%);
    color: #fff;
    font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 205px;
    font-weight: 500;
    line-height: 205px;
    text-transform: uppercase;
    content: 'contact';
}
.contact_form {
    text-align: center;
    margin: 100px auto;
    max-width: 1100px;
}
#contact table{
    margin: 50px auto 0 auto;
    max-width: 784px;
    border: none;
}
#contact th{
    padding: 12.5px 0;
    width: 300px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    vertical-align: top;
}
#contact td{
    padding: 12.5px 0;
    text-align: left;
}
td.inputted{
    vertical-align: top;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.1em;
    text-align: left;
}
#contact input[type=text],
#contact input[type=tel],
#contact input[type=email] {
    padding-left: 10px;
    width: 100%;
    height: 36px;
    border: 1px solid #C4C4C4;
}
#contact input::placeholder {
    color: #969696;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.1em;
    text-align: left;
}
#contact textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
}
#contact label{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.1em;
    text-align: left;
}
#contact p{
    text-align: left;
}
#contact li{
    margin-left: 0;
    text-align: left;
    list-style-type: disc;
}
#contact ul {
    padding-inline-start: 20px;
}
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 20px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 2px solid #C4C4C4;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #C4C4C4;
    border-bottom: 3px solid #C4C4C4;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}
.my-radio {
    accent-color: #C4C4C4;
}
.hissu {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;
    color: #EA5514;
}
.selectbox-004 {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.selectbox-004::before {
    position: absolute;
    right: 0;
    width: 38px;
    height: 38px;
    background-color: #C4C4C4;
    content: '';
    pointer-events: none;
}
.selectbox-004::after {
    position: absolute;
    right: 13px;
    width: 13px;
    height: 11px;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.selectbox-004 select {
    appearance: none;
    min-width: 230px;
    height: 2.5em;
    padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
    border: 1px solid #C4C4C4;
    background-color: #fff;
    /* color: #C4C4C4; */
    font-size: 1em;
    cursor: pointer;
}
hr.dot {
    border-top: 1px dashed #616161;
}
.hold_title{
    padding: 0 !important;
    position: relative;
    font-size: 19px !important;
    line-height: 19px !important;
    cursor: pointer;
}
p.more {
    line-height: 0px;
    display: inline-block;
}
.plus {
    position: absolute;
    right: 0;
    cursor:pointer;
    color: #616161;
    font-size: 28px;
    padding-right: 20px;
}
#contact input[type=text],
#contact input[type=tel],
#contact input[type=email] {
    box-sizing: border-box;
}
.contact_add {
    padding-bottom: 5px !important;
}
.contact_add2 {
    padding: 5px 0 12.5px 0 !important;
}
.form_attention {
    margin: 20px 0;
    text-align: center !important;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.02em;
}
.form_top {
    margin: 100px 0;
    text-align: center !important;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.02em;
}
.step {
    display: inline-block;
    margin: 50px 0;
    text-align: center;
}
p.error {
    color: #EA5514;
    text-align: center !important;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    margin: 0;
}
.gotop a+a{
    margin-left: 15px;
}
.pc_tr {
    display: table-row;
}
.sp_tr {
    display: none;
}
.contact_bottom_text {
    margin-top: 12px;
}
.contact_bottom_title {
    padding: 12.5px 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    vertical-align: top;
    margin: 30px 0 0 0;
    padding: 0;
}
#contact form {
  position: relative;
}
#contact #input_error {
  visibility: hidden;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}
#contact .error-field {
  background: rgba(234, 85, 21, 0.4);
}
#contact .two-fields td:nth-of-type(2) {
  padding-left: 16px;
}

@media screen and (max-width: 480px) {
    #contact {
        margin: 60px auto;
        padding-top: 20px;
        overflow-x: hidden;
    }
    #contact h1{
        font-size: 21px;
        line-height: 42px;
        letter-spacing: 0.08em;
    }
    #contact h1::after{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        width: 60px;
        border-bottom: 3px solid #EA5514;
    }
    #contact h1::before {
        letter-spacing: 0.08em;
        text-align: center;
        bottom: -4px;
        font-size: 75px;
        line-height: 102px;
    }
    #contact th {
        text-align: left;
        padding: 30px 0 10px 0;
    }
    #contact td {
        text-align: left;
        padding: 0;
        max-width: 300px;
    }
    #contact table {
        margin: 0 auto;
    }
    p.error {
        margin: 40px 0 0 0;
    }
    th.hold_title {
        padding: 0 !important;
        line-height: 20px !important;
    }
    input[type="text"] {
        max-width: 300px;
    }
    .contact_form {
        text-align: center;
        margin: 30px auto;
        max-width: 311px;
    }
    .form_attention {
        margin: 30px 0;
        font-size: 15px;
        line-height: 30px;
    }
    .form_top {
        margin: 50px 0 0 0;
        font-size: 15px;
        line-height: 30px;
    }
    .step {
        text-align: center;
        margin: 50px 0 0 0;
    }
    .block {
        display: block;
    }
    .gotop a+a {
        margin-left: 0;
    }
    .pc_tr {
        display: none;
    }
    .sp_tr {
        display: table-row;
    }
    .contact_add {
        padding-bottom: 5px !important;
    }
    .contact_add2 {
        padding: 1px 0 12.5px 0 !important;
    }
    .contact_bottom_text {
        margin-top: 14px;
    }
    #contact #input_error {
      top: -40px;
    }
    #contact .two-fields {
      overflow: hidden;
    }
    #contact .two-fields th {
      
    }
    #contact .two-fields td {
      width: 47.2%;
    }
    #contact .two-fields td:nth-of-type(1) {
      display: block;
      float: left;
    }
    #contact .two-fields td:nth-of-type(2) {
      padding-left: 11px;
      display: block;
      overflow: hidden;
    }
}

/*===============================

金融商品勧誘方針
反社会的勢力対応の基本方針
信託についての補足事項

================================*/
.attention {
    margin: 200px auto;
    max-width: 1100px;
}
.attention h1{
    color: #EA5514;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 70px;
    letter-spacing: 0.08em;
    text-align: center;
    position: relative;
}
.attention h1::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 60px;
    border-bottom: 3px solid #EA5514;
}
.text h2{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    text-align: left;
    color: #000;
    font-size: 23px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0.02em;
}
.text h3{
    margin-top: 30px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    text-align: left;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 0.02em;
}
.text {
    margin: 0 auto;
    max-width: 787px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 60px;
    text-align: justify;
}
.text li {
    margin-bottom: 5px;
    list-style-type: decimal;
    list-style-position: inside;
    margin-left: 0.9em;
    text-indent: -0.9em;
}
.text ol {
    padding-inline-start: 0px;
}
.logo_simple{
    text-align: right;
    margin-bottom: 80px;
    margin-top: 20px;
}
.logo_simple img{
    width: 177px;
}

@media screen and (max-width: 480px) {
    .attention{
        margin: 40px auto;
        padding: 30px;
        overflow-x: hidden;
    }
    .attention h1{
        font-size: 21px;
        line-height: 42px;
    }
    .text h2{
        font-size: 19px;
        line-height: 38px;
    }
    .logo_simple {
        margin-bottom: 60px;
    }
}
/*===============================

	透過

================================*/
$easeInSine: cubic-bezier(0.12, 0, 0.39, 0);
$easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
$easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
$easeInCirc: cubic-bezier(0.55, 0, 1, 0.45);
$easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
$easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
$easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
$easeInBack: cubic-bezier(0.36, 0, 0.66, -0.56);

$easeOutSine: cubic-bezier(0.61, 1, 0.88, 1);
$easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
$easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
$easeOutCirc: cubic-bezier(0, 0.55, 0.45, 1);
$easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
$easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
$easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
$easeOutBack: cubic-bezier(0.34, 1.56, 0.64, 1);

$easeInOutSine: cubic-bezier(0.37, 0, 0.63, 1);
$easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
$easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
$easeInOutCirc: cubic-bezier(0.85, 0, 0.15, 1);
$easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
$easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
$easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
$easeInOutBack: cubic-bezier(0.68, -0.6, 0.32, 1.6);

$hoverTime: 0.5s;
$hoverEase: $easeOutCubic;

.tohka {
  opacity: 1;
  transition: $hoverTime $hoverEase opacity;
}

.tohka:hover {
  opacity: 0.4;
}

.tohka2 {
  opacity: 1;
  transition: $hoverTime $hoverEase opacity;
}

.tohka2:hover {
  opacity: 0.7;
}