@charset"utf-8";
body {
    font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-family: "Erica One", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 206, 31, 1);
}

header {
    width: 100%;
    height: 60px;
}

header .headercontent {
    display: flex;
}

header .headertitle {
    font-family: Erica One;
    font-size: 45px;
    height: 60px;
    margin-left: 20px;
    margin-top: 15px;
}

header .headertitle span {
    display: inline-flex;
    height: 60px;
}
@media screen and (max-width:530px) {
    header .headertitle{
        font-size: 30px;
        margin-top: 30px;
    }
}
.openbtn {
    position: fixed;   
    z-index: 20000;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.4);
}

.gnav {
    position: fixed;
    bottom: 150%;
}

.gnav.open {
    bottom: 0%;
    transition: all 0.5s;
}
.menu ul{
    margin-top: 50px;
}
.menu ul li{
    background-color:rgba(3, 73, 149, 1);
    border-radius: 20px;
}
.menu ul a li{ 
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
    color: #fff;
    margin-bottom: 30px;
    margin-left: 30%;
    margin-right: 30%;
    font-size: 30px;

}
.headercontact a div div img{
    width: 40px;
}
@media screen and (max-width:770px) {
    .menu ul a li{ 
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 30px;
        color: #fff;
        margin-bottom: 30px;
        margin-left: 13%;
        margin-right: 13%;
        font-size: 30px;
    
    }
}
.openbtn {
    /*ボタン内側の基点となるためrelativeを指定。
    追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
    position: relative;
    /* background: white; */
    cursor: pointer;
    width: 90px;
    height: 90px;
    margin: 0 0 0 auto;
    display: inline-block;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 30px;
    background-color:rgba(3, 73, 149, 1);
    border-radius: 50px;
    z-index: 10000;
}
/*ボタン内側*/
.openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 4px;
    border-radius: 3px;
    background-color: white;
    width: 55%;
    margin-left: 7px;
    margin-top: 7px;
}

.openbtn span:nth-of-type(1) {
    top: 20px;
}

.openbtn span:nth-of-type(2) {
    top: 35px;
}

.openbtn span:nth-of-type(3) {
    top: 50px;
}
/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
    top: 25px;
    left: 11px;
    transform: translateY(10px) rotate(-45deg);
    width: 60%;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
    top: 45px;
    left: 11px;
    transform: translateY(-10px) rotate(45deg);
    width: 60%;
}
@media screen and (max-width:950px) {
    .openbtn {
        cursor: pointer;
        width: 70px;
        height: 70px;
    }
    .openbtn span {
        left: 10px;
        height: 4px;
        border-radius: 3px;
        background-color: white;
        width: 55%;
        margin-left: 7px;
        margin-top: 0;
    }
    .openbtn.active span:nth-of-type(1) {
        top: 25px;
        left: 7px;
        transform: translateY(10px) rotate(-45deg);
        width: 60%;
    }
    .openbtn.active span:nth-of-type(3) {
        top: 45px;
        left: 7px;
        transform: translateY(-10px) rotate(45deg);
        width: 60%;
    }
}
.gnav {
    color: black;
    background: #ffff;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 100;
}

.gnav ul li {
    margin: auto;
}

.title {
    font-size: 20px;
}

.content1 {
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.title1 {
    font-size: 23px;
    margin-left: 120px;
    margin-top: 50px;
}

.content1-1-1 {
    width: 230px;
    height: 170px;
    margin-bottom: 50px;
    margin-left: 30px;
}

.content1-1-1-1 img {
    width: 230px;
    height: 130px;
}

.content1-1-1-2 {
    background-color: white;
    width: 230px;
    font-family: Noto Sans jp;
    align-items: left;
    padding: 10px;
}

.content1-2 img {
    width: 700px;
    height: 750px;
    margin-top: 50px;
    margin-left: 60px;
    border-radius: 20px;
}

.content1-3 {
    margin-top: 50px;
    margin-right: 10px;
    width: 300px;
    border: solid 1px;
    color: white;
    height: 450px;
    border-radius: 20px;
    margin-left: 30px;
}

.content1-3 div {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 120;
    color: black;
}

.content1-3-1 {
    margin-top: 40px;
    font-size: 23px;
    font-weight: 120;
}

.moreviw {
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    overflow: hidden;
    /*ボタンの形状*/
    text-decoration: none;
    border: 1px solid #ffffff;
    /* ボーダーの色と太さ */
    display: inline-block;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
    padding: 5px 40px;
    margin-bottom: 20px;
    border-radius: 10px;
    font-family: Noto Sans Jp;
    font-weight: 120;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.6);

}

/*ボタン内spanの形状*/
.moreviw span {
    position: relative;
    z-index: 3;
    /*z-indexの数値をあげて文字を背景よりも手前に表示*/
    color: #fff;
}

.moreviw:hover span {
    color: rgba(255, 206, 31, 1);
}

/*== 背景が流れる（左から右） */
.moreviw:before {
    content: '';
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /*色や形状*/
    background: #fff;
    /*背景色*/
    width: 100%;
    height: 100%;
    /*アニメーション*/
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

/*hoverした際の形状*/
.moreviw:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.more2 {
    /* margin-left: 235px; */
    margin-top: 60px;
    background: white;
    border: 1px solid black;
}

.more2 span {
    color: black;
}

.more2:before {
    background: black;
}

.more2:hover span {
    color: white;
}
.more3{
    margin-top: 20px;
    margin-left: 25px;
}
.more3 {
    background: white;
    border: 1px solid black;
}

.more3 span {
    color: black;
}

.more3:before {
    background: black;
}

.more3:hover span {
    color: white;
}
@media screen and (min-width:1340px) {
    .title2 {
        display: none;
    }

    .content2-1-1 {
        display: none;
    }
    .more2{
        display: none;
    }
}

@media screen and (max-width:1340px) {
    .content1-1 {
        display: none;
    }
}

.content2 {
    width: 960px;
    margin: 0 auto;
}

.title2 {
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
}

.content2-1-1 {
    width: 300px;
    height: 150px;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

.content2-1-1-1 img {
    width: 300px;
    height: 150px;
}

.content2-1-1-2 {
    background-color: white;
    width: 300px;
    height: 80px;
    font-family: Noto Sans jp;
    align-items: left;
    padding: 10px;
}

@media screen and (max-width:970px) {
    .content2 {
        width: 810px;
        margin: 0 auto;
    }

    .content2-1-1 {
        width: 250px;
        height: 125px;
    }

    .content2-1-1-1 img {
        width: 250px;
        height: 125px;
    }

    .content2-1-1-2 {
        width: 250px;
        height: 100px;
    }
}

@media screen and (max-width:810px) {
    .content2 {
        width: 660px;
        margin: 0 auto;
    }

    .content2-1-1 {
        width: 200px;
        height: 100px;
    }

    .content2-1-1-1 img {
        width: 200px;
        height: 100px;
    }

    .content2-1-1-2 {
        width: 200px;
        height: 90px;
        font-size: 15px;
    }
}

@media screen and (max-width:1090px) {
    .content1 {
        display: block;
    }

    .content1-2 {
        text-align: center;
    }

    .content1-2 img {
        width: 700px;
        margin-top: 30px;
        margin-left: 0;
    }

    .content1-3 {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 600px;
        border: solid 1px;
        color: white;
        background-color: #fff;
        height: 330px;
        border-radius: 20px;
    }

    .content1-3 div {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 120;
        color: black;
    }

    .content1-3-1 {
        margin-top: 40px;
        font-size: 23px;
        font-weight: 120;
    }

    .moreviw {
        /* margin-left: 235px; */
        background: white;
        border: 1px solid black;
    }

    .moreviw span {
        color: black;
    }

    .moreviw:before {
        background: black;
    }

    .moreviw:hover span {
        color: white;
    }
}

@media screen and (max-width:730px) {
    .content1-2 img {
        /* width: 700px;
        height: 700px; */
        width: 90%;
        height: 30%;
        margin-top: 50px;
        border-radius: 20px;
    }

    .content1-3 {
        width: 90%;
        height: 60%;
        border: solid 1px;
        color: white;
        border-radius: 20px;
    }
    .content2 {
        width: 400px;
        margin: 0 auto;
    }

    .content2-1-1 {
        width: 400px;
        height: 250px;
        margin-bottom: 60px;
        margin-left: 0;
        margin-right: 0;
    }

    .content2-1-1-1 img {
        width: 400px;
        height: 200px;
    }

    .content2-1-1-2 {
        width: 400px;
        height: 80px;
        font-size: 15px;
    }
    .more2{
        margin-top: 0;
    }
}
@media screen and (max-width:500px) {
    .content2 {
        width: 350px;
        margin: 0 auto;
    }

    .content2-1-1 {
        width: 350px;
        height: 200px;
        margin-bottom: 60px;
        margin-left: 0;
        margin-right: 0;
    }

    .content2-1-1-1 img {
        width: 350px;
        height: 150px;
    }

    .content2-1-1-2 {
        width: 350px;
        height: 80px;
        font-size: 15px;
    }
}
.content3{
    background-color: #fff;
}
.title3{
    text-align: center;
    font-size: 50px;
}
.content3-1{
    display: flex;
    /* margin-left: 10%;
    margin-right: 10%; */
    justify-content: center;
    
}
.content3-2{
    width:300px ;
    height: 300px;
    border-radius: 50%;
    background-color: rgba(255, 206, 31, 1);
    border: 1px solid black;

}
.content3-2 img{
    width: 40%;
    margin-top: 50px;
}
.content3-3{
    margin-left: 80px;
}
.content3-3 span{
    font-family: Noto Sans JP;
    font-size: 20px;
}
.content3-3li{
    font-weight: bold;
    font-size: 22px;
    /* margin-top: 10px; */
}
@media screen and (max-width:1050px) {
    .content3-1{
        display: flex;
        margin-left: 5%;
        margin-right: 5%;
    }
    .content3-2{
        width:250px ;
        height: 250px;
        border-radius: 50%;
        background-color: rgba(255, 206, 31, 1);
        border: 1px solid black;
    
    }
    .content3-2 img{
        width: 40%;
        margin-top: 50px;
    }
    .content3-3{
        margin-left: 80px;
    }
    .content3-3 span{
        font-family: Noto Sans JP;
        font-size: 20px;
    }
    .content3-3li{
        font-weight: bold;
        font-size: 22px;
    }
}
@media screen and (max-width:880px) {
    .content3-1{
        display: flex;
        margin-left: 5%;
        margin-right: 5%;
    }
    .content3-2{
        width:200px ;
        height: 200px;
        border-radius: 50%;
        background-color: rgba(255, 206, 31, 1);
        border: 1px solid black;
    
    }
    .content3-2 img{
        width: 40%;
        margin-top: 40px;
    }
    .content3-3{
        margin-left: 40px;
    }
    .content3-3 span{
        font-family: Noto Sans JP;
        font-size: 18px;
    }
    .content3-3li{
        font-weight: bold;
        font-size: 20px;
    }
}
@media screen and (max-width:710px) {
    .content3-1{
        display: block;
        /* margin-left: 5%;
        margin-right: 5%; */
    }
    .content3-2{
        width:280px ;
        height: 280px;
        border-radius: 50%;
        background-color: rgba(255, 206, 31, 1);
        border: 1px solid black;
        margin-left:40px ;
        margin-top: 30px;
    
    }
    .content3-2 img{
        width: 45%;
        margin-top: 50px;
    }
    .content3-3{
        margin-top: 40px;
        margin-left: 40px;
    }
    .content3-3 span{
        font-family: Noto Sans JP;
        font-size: 18px;
    }
    .content3-3li{
        font-weight: bold;
        font-size: 20px;
    }
}
@media screen and (max-width:500px) {
    .content3-1{
        display: block;
        /* margin-left: 5%;
        margin-right: 5%; */
    }
    .content3-2{
        width:200px ;
        height: 200px;
        border-radius: 50%;
        background-color: rgba(255, 206, 31, 1);
        border: 1px solid black;
        margin-left:20px ;
        margin-top: 30px;
    
    }
    .content3-2 img{
        width: 40%;
        margin-top: 40px;
    }
    .content3-3{
        margin-top: 40px;
        margin-left: 20px;
    }
    .content3-3 span{
        font-family: Noto Sans JP;
        font-size: 18px;
    }
    .content3-3li{
        font-weight: bold;
        font-size: 20px;
    }
}
.title4{
    text-align: center;
    font-size: 50px;
    margin-top: 30px;
}
.tab-3 {
    display: flex;
    flex-wrap: wrap;
    /* max-width: 500px; */
    margin-top: 20px;
    font-family: Noto Sans JP;
}

.tab-3 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    background-color: #f2f2f2;
    color: #999;
    font-weight: 600;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-3 > label:hover {
    opacity: .8;
}

.tab-3 input {
    display: none;
}

.tab-3 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-3 label:has(:checked) {
    border-bottom: 4px solid rgba(255, 206, 31, 1);
    color: rgba(255, 206, 31, 1);
}

.tab-3 label:has(:checked) + div {
    display: block;
}
.tabcontent{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tabcontent1{
    margin-top: 20px;
    margin-left:10px ;
    margin-right: 10px;
}
.tabcontent1 img{
    width: 300px;
    height: 200px;
}
.tabcontent1-2{
    display: flex;
    flex-direction: column;
}
.tabcontent1-2 span{
    font-size: 12px;
}
.tabcontent1-2-2{
    font-size: 20px;
}
.content5{
    margin: 0 auto;
}
.title5{
    text-align: center;
    font-size: 50px;
}
.content5 ul{
    display: flex;
    font-family: Noto Sans Jp;
    margin: 0 auto;
    width: 1000px;
}
.content5 li{
    margin-top: 30px;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 10%;
    width: 400px;
    height: 500px;
    text-align: center;
    background-color: white;
}
.content5-1{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid white;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    background-color: rgba(255, 206, 31, 1);
    margin-bottom: 20px;
}
.content5 div img{
    width: 100px;
    margin-top: 50px;
}
.content5-2 span{
    font-size: 20px;
    font-weight: bold;
}
.content5-3{
    text-align: left;
    font-size: 18px;
    margin: 10px;
}
.content5-4{
    font-size: 18px;
    text-align: left;
    margin: 10px;
}
@media screen and (max-width:1000px) {
    .content5 ul{
        display: block;
        width: 100%;
    }
    .content5 li{
        margin-left: auto;
        margin-right: auto;
    }
    .content5-1{
        /* margin-top: 10px; */
    }
}
@media screen and (max-width:550px) {
    .content5 ul{
        /* width: 450px; */
    }
    .content5 li{
        width: 350px;
        height: 450px;
    }
}
@media screen and (max-width:400px) {
    .content5 ul{
        /* width: 380px; */
    }
    .content5 li{
        width: 300px;
        height: 480px;
    }
}
.title6{
    text-align: center;
    font-size: 50px;
    margin-top: 30px;
}
.content6-1{
    margin-bottom: 30px;
}
.content6-1 span{
    font-family: Noto Sans JP;
    font-size: 16px;
}
.content6-2{
    /* box-shadow: 0 7px 10px rgba(0, 0, 0, 0.4); */

}
.content6-2 a{
    display: flex;
    margin: 20px;
    margin-left: 20%;
    margin-right: 20%;
    background-color:rgba(3, 73, 149, 1);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.4);

}
.content6-2 a div img{
    width: 80px;
    margin-right: 20px;
}
.content6-2 a span{
    font-size: 25px;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Noto Sans;
    font-weight: bold;
}
.content6-3{
    display: flex;
    margin: 0 auto;
}
@media screen and (max-width:940px) {
    .content6-2 a{
        display: flex;
        margin: 20px;
        margin-left: 20%;
        margin-right: 20%;
        background-color:rgba(3, 73, 149, 1);
        padding: 20px;
        border-radius: 20px;
    }
    .content6-2 a div img{
        width: 60px;
        margin-right: 20px;
    }
    .content6-2 a span{
        font-size: 20px;
        display: flex;
        align-items: center;
        color: #fff;
        font-family: Noto Sans;
        font-weight: bold;
    }
    .content6-3{
        display: flex;
        margin: 0 auto;
    }
}
@media screen and (max-width:770px) {
    .content6-2 a{
        display: flex;
        margin: 20px;
        margin-left: 15%;
        margin-right: 15%;
        background-color:rgba(3, 73, 149, 1);
        padding: 15px;
        border-radius: 20px;
    }
    .content6-2 a div img{
        width: 60px;
        margin-right: 20px;
    }
    .content6-2 a span{
        font-size: 20px;
        display: flex;
        align-items: center;
        color: #fff;
        font-family: Noto Sans;
        font-weight: bold;
    }
    .content6-3{
        display: flex;
        margin: 0 auto;
    }
}
@media screen and (max-width:770px) {
    .content6-2 a{
        display: flex;
        margin: 20px;
        margin-left: 10%;
        margin-right: 10%;
        background-color:rgba(3, 73, 149, 1);
        padding: 15px;
        border-radius: 20px;
    }
    .content6-2 a div img{
        width: 40px;
        margin-right: 20px;
    }
    .content6-2 a span{
        font-size: 18px;
        display: flex;
        align-items: center;
        color: #fff;
        font-family: Noto Sans;
        font-weight: bold;
    }
    .content6-3{
        display: flex;
        margin: 0 auto;
    }
}
footer{
    background-color:rgba(3, 73, 149, 1);
    margin-top: 50px;
    width: 100%;
}
.title7{
    color: #fff;
    font-size: 50px;
    margin-left: 30px;
    font-family: Erica one;
}
@media screen and (max-width:600px) {
    .title7{
        font-size: 30px;
        margin-left: 10px;
    }
}
footer .content7-1{
    text-align: right;
    margin-right: 30px;
    font-size: 20px;
    color: #fff;
    font-family: Noto Sans JP;
}
.content7-1 ul li{
    margin-top: 10px;
    margin-bottom: 10px;
}
.content7-2{
    text-align: center;
    font-family: Noto Sans jp;
    color: #fff;
    font-size: 15px;
    margin-top: 50px;
    padding-bottom: 10px;
}
.profcontent1{
    display: flex;
    margin-top: 60px;
    justify-content: center;
}
.profcontent1-1 img{
    width: 550px;
    height: 600px;
    border-radius: 20px;
    margin-left: 70px;
}
.profcontent1-2{
    width: 500px;
    margin-left: 70px;
    margin-right: 20px;
}
.proftitle{
    font-size: 50px;
}
.profcontent1-2-1{
}
.profname1{
    font-size: 40px;
}
.profname2{
    font-size: 25px;
    font-family: Noto Sans JP;
    color: black;
    font-family: 120;
}
.profcontent1-2-2{
    font-size: 20px;
    font-family: Noto Sans JP;
    margin-top: 30px;
}
@media screen and (max-width:1140px) {
    .profcontent1{
        display: flex;
        margin-top: 60px;
    }
    .profcontent1-1 img{
        width: 400px;
        height: 450px;
        border-radius: 20px;
        margin-left: 50px;
    }
    .profcontent1-2{
        width: 500px;
        margin-left: 50px;
        margin-right: 20px;
    }
    .proftitle{
        font-size: 30px;
    }
    .profcontent1-2-1{
    }
    .profname1{
        font-size: 25px;
    }
    .profname2{
        font-size: 20px;
        font-family: Noto Sans JP;
    }
    .profcontent1-2-2{
        font-size: 18px;
        font-family: Noto Sans JP;
        font-weight: 250;
    }
}
@media screen and (max-width:980px) {
    .profcontent1{
        display: block;
        margin-top: 40px;
    }
    .profcontent1-1{
        text-align: center;
    }
    .profcontent1-1 img{
        width: 500px;
        height: 550px;
        margin-left: 0;
        border-radius: 20px;
    }
    .profcontent1-2{
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
    }
    .proftitle{
        margin-top: 20px;
        font-size: 40px;
    }
    .profcontent1-2-1{
    }
    .profname1{
        font-size: 30px;
    }
    .profname2{
        font-size: 25px;
        font-family: Noto Sans JP;
    }
    .profcontent1-2-2{
        font-size: 20px;
        font-family: Noto Sans JP;
        font-weight: 250;
    }
}
@media screen and (max-width:550px) {
    .profcontent1-1 img{
        width: 400px;
        height: 450px;
        border-radius: 20px;
        margin-left: 0;
    }
    .profcontent1-2{
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
    }
    .proftitle{
        margin-top: 20px;
        font-size: 30px;
    }
    .profcontent1-2-1{
    }
    .profname1{
        font-size: 25px;
    }
    .profname2{
        font-size: 20px;
        font-family: Noto Sans JP;
    }
    .profcontent1-2-2{
        font-size: 18px;
        font-family: Noto Sans JP;
        font-weight: 250;
    }
}
.proftitle2{
    font-size: 50px;
    text-align: center;
}
.profcontent2-2{
    display: flex;
    border: solid 1px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 20px;
}
.profcontent2-2-1{
    margin: auto;
    margin-left: 30px;
}
.profcontent2-2-1 img{
    width: 80px;
}
.profcontent2-2-2{
    flex-direction: column;
    margin: auto;
    margin-left: 100px;
    margin-right: 20px;
    font-weight: 120;
}
.profcontent2-2-2-1{
    font-size: 20px;
    color: black;
}
.profcontent2-2-2-2{
    font-size: 18px;
    color: black;
}
@media screen and (max-width:810px) {
    .profcontent2-2{
        display: block;
        border: solid 1px;
        color: #fff;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 20%;
        margin-right: 20%;
        padding-top: 30px;
        padding-bottom: 30px;
        border-radius: 20px;
    }
    .profcontent2-2-1{
        margin: auto;
        text-align: center;
    }
    .profcontent2-2-1 img{
        width: 80px;
    }
    .profcontent2-2-2{
        flex-direction: column;
        margin: auto;
        margin: 10px;
        font-weight: 120;
    }
    .profcontent2-2-2-1{
        font-size: 20px;
        color: black;
    }
    .profcontent2-2-2-2{
        font-size: 18px;
        color: black;
    }
}
@media screen and (max-width:550px) {
    .proftitle2{
        font-size: 35px;
        text-align: center;
    }
    .profcontent2-2{
        margin-left: 10%;
        margin-right: 10%;
    }
}
.profcontent3{
    background-color: #fff;
}
.proftitle3{
    font-size: 50px;
    text-align: center;
}
.profcontent3-1{
    margin: 0 auto;
    padding-bottom: 50px;
}
.profcontent3-1 ul{
    margin: 0 auto;
    display: flex;
    width: 906px;
}
.profcontent3-1 ul li{
    margin: 1px;
}
.profcontent3-1 ul li img{
    width: 300px;
    height: 300px;
}
@media screen and (max-width:1000px) {
    .profcontent3-1 ul{
        width: 606px;
    }
    .profcontent3-1 ul li img{
        width: 200px;
        height: 200px;
    }
}
@media screen and (max-width:700px) {
    .profcontent3-1 ul{
        width: 456px;
    }
    .profcontent3-1 ul li img{
        width: 150px;
        height: 150px;
    }
}
@media screen and (max-width:500px) {
    .profcontent3-1 ul{
        width: 396px;
    }
    .profcontent3-1 ul li img{
        width: 130px;
        height: 130px;
    }
}
.workcontent1{
    width: auto;
    display: flex;
}
.blogcontent{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 60px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.blogcontent1{
    margin-top: 20px;
    margin-left:10px ;
    margin-right: 10px;
    font-family: Noto Sans jp;
}
.blogcontent1 img{
    width: 300px;
    height: 200px;
}
.blogcontent1-2{
    display: flex;
    flex-direction: column;
}
.blogcontent1-2 span{
    font-size: 12px;
}
.blogcontent1-1{
    font-size: 20px;
    width: 300px;
}
.worktitle{
    text-align: center;
    margin-top: 50px;
}
.worktitle span{
    font-size: 40px;
}