@charset "UTF-8";


/* -- font
-------------------------------------------------------------------------------- */
@font-face {
    font-family: 'NotoSansJapanese';
    src: url('/about/project/yokokokuday/2021/miyawaki/css/font/NotoSansCJKjp-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSansJapanese';
    src: url('/about/project/yokokokuday/2021/miyawaki/css/font/NotoSansCJKjp-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'circular';
    src: url('/about/project/yokokokuday/2021/miyawaki/css/font/circular-book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'circular';
    src: url('/about/project/yokokokuday/2021/miyawaki/css/font/circular-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


/* -- Base and Reset
-------------------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}
body {
	font: 1.6rem/1.8 'circular', 'NotoSansJapanese', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, sans-serif;
	text-align: left;
    color: #1a1a1a;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
input,textarea,select {
	font-family: 'circular', 'NotoSansJapanese', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, sans-serif;
	vertical-align: middle;
}
textarea {
	resize: vertical;
}
h1,h2,h3,h4,h5,h6 { font-size: 100%; }
ul,ol { list-style: none; }
fieldset,img { border: 0; vertical-align: top; }
iframe {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
input{
    color:#333;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
label{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
a{
    text-decoration:none;
    color:inherit;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:focus{
    outline:none;
}
select::-ms-expand {
    display: none;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -webkit-touch-callout;
}
.pc-hide{
    display: none;
}
@media (max-width: 1024px){
    html {
        font-size: 8.75px;
    }
}
@media (max-width: 767px){
    html {
        font-size: 7.5px;
    }
    .pc-hide{
        display: block;
    }
}
@media (max-width: 374px){
    html {
        font-size: 6.25px;
    }
}


/* -- header
-------------------------------------------------------------------------------- */
header{
    width: 100%;
    box-sizing: border-box;
    padding: 4rem 4%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
header .logo {
    display: inline-block;
    height: 3rem;
}
header .logo span {
    display: block;
    height: 100%;
}
header .logo span.sp {
    display: none;
}
header .logo img {
    height: 100%;
}
@media (max-width: 767px){
    header{
        padding: 3.2rem 6.25%;
    }
    header .logo {
        height: 2.8rem;
    }
    header .logo span.pc {
        display: none;
    }
    header .logo span.sp {
        display: block;
    }
}


/* -- main-visual
-------------------------------------------------------------------------------- */
.main-visual{
    padding: 20rem 0 12rem;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.main-visual::before{
    content: "";
    width: 100%;
    height: 60rem;
    background: url(/about/project/yokokokuday/2021/miyawaki/img/img_header-bg.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.main-visual .bg-txt{
    font-family: 'NotoSansJapanese', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, sans-serif;
    font-size: 14vw;
    font-weight: bold;
    line-height: 1;
    text-align: right;
    position: absolute;
    top: -0.8vw;
    right: -2vw;
    color: #f2f2f2;
}
@media (min-width: 1800px){
    .main-visual .bg-txt{
        font-size: 25.2rem;
    }
}
.main-visual .bg-txt span{
    display: block;
}
.main-visual .bg-txt span + span{
    margin-top: -0.04em;
}
.main-visual .sub-ttl{
    position: absolute;
    top: 4rem;
    right: 4%;
    z-index: 1;
}
.main-visual .sub-ttl p{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 3.2rem;
}
.main-visual .sub-ttl p span{
    font-family: 'NotoSansJapanese', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.08em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.main-visual .sub-ttl p span span{
    display: block;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 1rem 0.5rem 0.9rem;
    border: solid 2px;
    border-radius: 1.6rem;
    color: #95c1be;
    background: #fff;
    margin-bottom: 1.6rem;
}
.main-visual .main-visual-inner{
    width: 100%;
    padding: 0 12.5%;
    position: relative;
    z-index: 2;
}
.main-visual .main-visual-ttl-wrap{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.main-visual .main-visual-ttl{
    font-family: YakuHanJP, 'circular', 'NotoSansJapanese', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, sans-serif;
    font-size: 3.4rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
}
.main-visual .main-visual-ttl .shoulder-ttl{
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #95c1be;
    margin-bottom: 1.2rem;
}
.main-visual .main-visual-img{
    display: flex;
    margin-top: 8rem;
    transform: translateX(-6.25vw);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.main-visual .main-visual-img-box{
    width: 50%;
}
.main-visual .main-visual-img-box .img{
    width: 100%;
    overflow: hidden;
    border-radius: 8rem 0 0 0;
}
.main-visual .main-visual-img-box + .main-visual-img-box .img{
    border-radius: 0 0 8rem 0;
}
.main-visual .main-visual-img-box .img img{
    width: 100%;
}
.main-visual .main-visual-img-box .name{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.08em;
    margin-top: 2.4rem;
    color: #fff;
    padding: 0 4rem;
}
.main-visual .main-visual-img-box .name span{
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin-top: 0.6rem;
}
@media (max-width: 767px){
    .main-visual{
        padding-top: 16rem;
    }
    .main-visual::before {
        height: 32rem;
        background-position: top right;
        bottom: -12rem;
    }
    .main-visual .bg-txt{
        font-size: 22.5vw;
    }
    .main-visual .sub-ttl {
        top: 3.2rem;
        right: 6.25%;
    }
    .main-visual .main-visual-inner{
        padding-left: 6.25%;
        padding-right: 16%;
    }
    .main-visual .main-visual-ttl{
        font-size: 3rem;
    }
    .main-visual .main-visual-img-box{
        width: 100%;
        display: flex;
    }
    .main-visual .main-visual-img {
        display: block;
        transform: translateX(0);
    }
    .main-visual .main-visual-img-box .name{
        width: 6.8rem;
        color: #1a1a1a;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        padding: 0;
        margin-top: 0;
        padding-left: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .main-visual .main-visual-img-box .name span {
        margin-top: 0;
        color: #666;
    }
    .main-visual .main-visual-img-box .img {
        flex: 1;
        border-radius: 6rem 0 0 0;
    }
}


/* -- section
-------------------------------------------------------------------------------- */
section{
    padding: 16rem 12.5%;
}
section .section-inner{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
section .section-ttl{
    font-family: YakuHanJP, 'circular', 'NotoSansJapanese', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, sans-serif;
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
}
section .section-ttl:first-child{
    margin-top: 0;
}
section .section-ttl::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    border-top: solid 1px;
    margin-right: 0.8rem;
    transform: translateY(-3px);
}
section article p{
    letter-spacing: 0.04em;
    line-height: 2;
    text-align: justify;
}
section article p + p{
    margin-top: 2em;
}
section article p .name{
    font-weight: bold;
    color: #95c1be;
}
section article p .point-leader{
    font-family: 'NotoSansJapanese', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, sans-serif;
    letter-spacing: 0;
}
section figure{
    width: 100%;
    height: auto;
    margin: 8rem auto;
}
section figure:first-child,
section figure:last-child{
    margin-bottom: 0;
}
section figure img{
    width: 100%;
    border-radius: 6rem 0 6rem 0;
    overflow: hidden;
    position: relative;
}
figure figcaption{
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin-top: 2rem;
}
@media (max-width: 767px){
    section{
        padding: 8rem 6.25%;
    }
    section .section-ttl::before{
        transform: translateY(-2px);
    }
    section article p{
        font-size: 1.8rem;
    }
    section figure{
        margin: 4rem auto;
    }
}


/* -- figure
-------------------------------------------------------------------------------- */
figure{
    width: 100%;
    height: 70rem;
    margin: 0;
    overflow: hidden;
}
figure .img{
    display: block;
    width: 100%;
    height: 120%;
    background: url(/about/project/yokokokuday/2021/miyawaki/img/img_cut_1.jpg) no-repeat center;
    background-size: cover;
}
figure .img.img-2{
    background-image: url(/about/project/yokokokuday/2021/miyawaki/img/img_cut_2.jpg);
}
figure .img.img-3{
    background-image: url(/about/project/yokokokuday/2021/miyawaki/img/img_cut_3.jpg);
}
@media (max-width: 767px){
    figure {
        height: 40rem;
    }
    figure .img{
        height: 140%;
    }
}


/* -- profile
-------------------------------------------------------------------------------- */
.profile{
    padding: 0 6.25% 12rem;
    position: relative;
    z-index: 1;
}
.profile .profile-inner{
    background: rgba(245,245,245,0.95);
    padding: 8rem 8rem;
    border-radius: 6rem 0 6rem 0;
    box-sizing: border-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.profile .profile-ttl{
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    margin-bottom: 3.2rem;
    padding-left: 2.4rem;
    position: relative;
}
.profile .profile-ttl::before{
    content: "";
    display: block;
    position: absolute;
    top: 0.4rem;
    bottom: 0.4rem;
    left: 0;
    width: 0.4rem;
    background: #95c1be;
}
.profile .profile-block{
    display: flex;
    justify-content: space-between;
}
.profile .profile-box{
    width: calc(50% - 4rem);
    display: flex;
    position: relative;
}
.profile .profile-box + .profile-box::before{
    content: "";
    display: block;
    height: 100%;
    border-left: solid 1px rgba(0,0,0,0.08);
    position: absolute;
    top: 0;
    left: -4rem;
}
.profile .profile-box .img{
    display: block;
    width: 10rem;
    height: 10rem;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}
.profile .profile-box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile .profile-box dl{
    flex: 1;
    padding-left: 4rem;
}
.profile .profile-box dt{
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    font-weight: bold;
}
.profile .profile-box dt span{
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.08em;
    color: #999;
    margin-top: 0.4rem;
}
.profile .profile-box dd{
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-align: justify;
    margin-top: 2rem;
}
@media (max-width: 767px){
    .profile {
        padding-bottom: 8rem;
    }
    .profile .profile-inner{
        padding: 6rem;
    }
    .profile .profile-block{
        display: block;
    }
    .profile .profile-box{
        width: 100%;
    }
    .profile .profile-box + .profile-box{
        margin-top: 4rem;
        padding-top: 4rem;
        border-top: solid 1px rgba(0,0,0,0.08);
    }
    .profile .profile-box + .profile-box::before{
        display: none;
    }
}


/* -- footer
-------------------------------------------------------------------------------- */
footer{
    padding: 0 12.5% 8rem;
    position: relative;
}
footer::before{
    content: "";
    width: 100%;
    height: 54rem;
    background: url(/about/project/yokokokuday/2021/miyawaki/img/img_footer-bg.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
}
footer .footer-inner{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
footer .sns {
    display: flex;
}
footer .sns a{
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    background: #fff;
    border-radius: 50%;
    padding: 0.4rem;
}
footer .sns a + a{
    margin-left: 0.6rem;
}
footer .sns a svg{
    width: 100%;
    transition: 0.1s ease;
}
@media (min-width: 1025px){
    footer .sns a:hover svg{
        fill: #95c1be;
    }
}
footer .copyright{
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #fff;
}
@media (max-width: 767px){
    footer::before {
        height: 32rem;
    }
    footer .footer-inner{
        display: block;
    }
    footer .sns{
        justify-content: center;
    }
    footer .copyright{
        text-align: center;
        margin-top: 2.4rem;
    }
}