@charset "UTF-8";
#planning {
    background: #E5E2DD;
    max-width: 1920px;
    width: 100%;
    margin-inline: auto;
}


/* ========================================
  @media screen and (min-width: 768px), print
======================================== */
@media screen and (min-width: 768px),print {
.main-ttl-box {
    background: url(../images/planning/main-ttl-bg.jpg) no-repeat center;
    background-size: cover;
    height: calc(772 / 1920 * 100vw);
}

/* intro
-------------------------------------*/
.intro {
    padding-block: 81px 120px;
}
.intro .txt{
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 2.4444;
    text-align: center;
    margin-bottom: 44px;
}
.intro .txt:nth-last-of-type(1) {
    margin-bottom: 0;
}

/* sec共通
-------------------------------------*/
.sec {
    padding-bottom: 160px;
}
.sec .main-photo {
    width: min(95%, 1800px);
    margin-inline: auto;
}
.sec .main-photo img {
    width: 100%;
    height: auto;
}
.sec .content {
    width: min(95%, 1000px);
    margin-inline: auto;
    padding-block: 210px 160px;
}
.sec .inBox {
    display: grid;
    grid-template-columns: 1fr 53%;
}
.sec .enttl{
    padding-left: 5px;
    margin-bottom: 145px;
}
.sec .ttl-box {
    padding: 0px 0 0;
}
.sec h3 {
    font-weight: 500;
    font-size: 38px;
    letter-spacing: 0;
    color: #181818;
}
.sec h3 span {
    /* background: #1A1A1A; */
    padding: 0px;
}
.sec h3 .span01 {
    display: inline-block;
    margin-bottom: 14px;
}
.sec .txt {
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 2.1764;
    margin-bottom: 36px;
}
.sec .txt:nth-last-of-type(1) {
    margin-bottom: 0;
}

.sec .bottom-photo {
    width: min(95%, 1800px);
    margin-inline: auto;
}

.sec .bottom-photo img {
    width: 100%;
    height: auto;
}

/* sec02
-------------------------------------*/
.sec02 {
    padding-bottom: 320px;
}
.sec02 .main-photo {
    margin-bottom: -8px;
}
.sec02 .ttl-box {
    padding: 0;
}
.sec02 h3 .span01 {
    padding: 7px 0 7px 0px;
}




/* link-sec 
-------------------------------------*/
.link-sec {
    padding-block: 182px 118px;
}
.link-sec .logo {
    text-align: center;
    margin-bottom: 180px;
}
.link-sec .list {
    width: min(95%, 1280px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}
.link-sec .list li a {
    text-align: center;
}
.link-sec .list li .photo-wrap {
    position: relative;
}
.link-sec .list li .photo {
    overflow: hidden;
}
.link-sec .list li .photo picture {
    display: block;
    transition: transform 2.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.link-sec .list li .photo img {
    width: 100%;
    vertical-align: middle;
}
.link-sec .list li:hover .photo picture {
    transform: scale(1.12);
}
.link-sec .list li .ttl-wrap {
    position: absolute;
    top: 51.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.link-sec .list li .enttl {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0.08em;
    line-height: 1.3125;
    text-align: center;
    color: #fff;
}
.link-sec .list li .ttl {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.32em;
    line-height: 2.8;
    text-align: center;
    color: #fff;
}


}

/* ========================================
@media screen and (min-width:768px) and (max-width:1000px)
======================================== */
@media screen and (min-width:768px) and (max-width:1000px) {
.sec h3 {
    font-size: clamp(1.875rem, 0.22rem + 3.45vw, 2.375rem);
}
}

/* ========================================
@media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
.main-ttl-box {
    background: url(../images/planning/main-ttl-bg_sp.jpg) no-repeat center;
    background-size: cover;
    height: 66.43vw;
}

/* intro
-------------------------------------*/
.intro {
    padding-block: 19.94vw 19.74vw;
}
.intro h2{
    font-size:4.348vw;
    letter-spacing: 0.47em;
    line-height: 2.1111;
    text-align: center;
    color: #181818;
    margin-bottom: 13.19vw;
}
.intro .txt{
    font-size:3.14vw;
    letter-spacing: 0.08em;
    line-height: 2.76923;
    text-align: center;
    margin-bottom: 8.5vw;
}
.intro .txt:nth-last-of-type(1) {
    margin-bottom: 0;
}

/* sec共通
-------------------------------------*/
.sec {
    padding-bottom: 15.65vw;
}
.sec .main-photo {
    margin-bottom: 1.94vw;
}
.sec .main-photo img {
    width: 100%;
    height: auto;
}
.sec .content {
    width: 91.55vw;
    margin-inline: auto;
    padding-block: 15.14vw 17.32vw;
}
.sec .inBox {
    display: grid;
    gap: 7.4vw;
}
.sec .enttl{
    text-align: left;
    padding-right: 0.5vw;
    margin-bottom: 15vw;
}
.sec h3 {
    font-weight: 500;
    font-size:6.522vw;
    letter-spacing: 0;
    color: #181818;
}
.sec h3 span {
    /* background: #1A1A1A; */
    padding: 0;
}
.sec .txt {
    font-size:3.14vw;
    letter-spacing: 0.08em;
    line-height: 2.38461;
    margin-bottom: 7.63vw;
}
.sec .txt:nth-last-of-type(1) {
    margin-bottom: 0;
}
.sec .bottom-photo img {
    width: 100%;
    height: auto;
}



/* sec03
-------------------------------------*/
.sec03 {
    padding-bottom: 0;
}

/* link-sec 
-------------------------------------*/
.link-sec {
    padding-block: 28.99vw 16.91vw;
}
.link-sec .logo {
    text-align: center;
    margin-bottom: 29.15vw;
}
.link-sec .list {
    width: 96.62vw;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.42vw;
}
.link-sec .list li a {
    text-align: center;
}
.link-sec .list li .photo-wrap {
    position: relative;
}
.link-sec .list li .photo {
    overflow: hidden;
}
.link-sec .list li .photo picture {
    display: block;
    transition: transform 2.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.link-sec .list li .photo img {
    width: 100%;
    vertical-align: middle;
}
.link-sec .list li:hover .photo picture {
    transform: scale(1.12);
}
.link-sec .list li .ttl-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.link-sec .list li .enttl {
    font-weight: 600;
    font-size:3.865vw;
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}
.link-sec .list li .ttl {
    font-weight: 600;
    font-size:2.66vw;
    letter-spacing: 0.22em;
    line-height: 1;
    text-align: center;
    color: #fff;
}

}