@charset "UTF-8";

/********************

content

********************/







/***********************************************************
for smartphone
************************************************************/
@media screen and (max-width:736px){

/********************

content

********************/

/*** 共有 ***/
.page_title {
    display: block;
    font-family: "Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho",serif;
    font-weight: 700;
    font-size: 1.6rem;
    margin-left: 5%;
}

.page_title p {
    color: #FFF;
}

.page_title h2 {
    color: #FFF;
    font-size: 2.1rem;
    font-weight: 600;
}

.content_title {
    position: relative;
    font-family: "Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho",serif;
    font-weight: 500;
}

.content_title::after {
    content: "";
    position: absolute;
    top: 58px;
    left: 0px;
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, rgb(255, 196, 0) 0%, rgb(255, 118, 0) 100%);
}

.content_title p {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 15px;
}

.content_title h2 {
    color: #1f519f;
    font-weight: 600;
    font-size: 1.4rem;
}



/*** mainArea ***/
.mainArea_outer {
    position: relative;
}

.mainArea {
    position: relative;
    width: 100%;
    height: calc(70vh - 75px);
    background-image: url(../images/require03/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.mainArea .logo {
    display: none;
}

.mainArea .mainArea_inner {
    height: 100%;
    align-content: center;
}



/*** requireArea ***/
.requireArea_outer {
    position: relative;
    background-color: #FFF;
    z-index: 20;
}

.requireArea {
}

.requireArea_inner {
    padding: 5rem 5%;
    z-index: 20;
}

.requireArea_inner .not {
    color: #ff0000;
    font-size: 1.4rem;
    font-weight: 600;
    padding-top: 40px;
}

.requireArea_inner .content_title {
    padding-bottom: 30px;
}

.requireArea_inner .requireNav {
}

.requireArea_inner .requireNav li {
    margin-bottom: 20px;
}

.requireArea_inner .requireNav li .btn {
    position: relative;
    display: block;
    color: #333;
    padding: 5px 30px 5px 50px;
    border: solid 2px #333;
    border-radius: 30px;
    transition: all .3s;
}

.requireArea_inner .requireNav li .btn::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #333;
    top: 25px;
    left: 20px;
    transition:all .3s;
}

.requireArea_inner .requireNav li .btn::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    top: 22px;
    left: 29px;
    transform: rotate(30deg);
    background-color: #333;
    transition: all .3s;
}

.requireArea_inner .requireNav li .btn:hover {
    border: solid 2px #FFF;
    border-radius: 30px;
    background: linear-gradient(90deg, rgb(32 71 118) 0%, rgb(58 228 255) 100%);
    color: #FFF;
}

.requireArea_inner .requireNav li .btn:hover::before {
    left: 25px;
    background-color: #FFF;
}

.requireArea_inner .requireNav li .btn:hover::after {
    left: 34px;
    background-color: #FFF;
}

.requireArea_inner h3 {
    font-family: "Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho",serif;
    font-weight: 700;
    font-size: 1.8rem;
    border-bottom: solid 2px #1f519f;
    padding-bottom: 5px;
    margin: 40px 0 20px 0;
}

.requireArea_inner .img {
    position: relative;
    display: block;
}

.requireArea_inner .img img {
    width: 100%;
    height: auto;
}

.requireArea_inner .img p {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: #FFF;
    font-size: 1.4rem;
}

.requireArea_inner .blue {
    display: block;
    color: #1f519f;
    font-size: 1.4rem;
    margin: 20px 0 10px 0;
}

.requireArea_inner .detail {
    display: block;
    padding: 25px;
    border-radius: 15px;
    background-color: #F5F5F5;
    font-size: 0.95rem;
    margin-top: 20px;
}

.requireArea_inner .detail .category {
    position: relative;
    color: #1f519f;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.requireArea_inner .detail .category::before,
.requireArea_inner .detail .category::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    height: 3px;
}

.requireArea_inner .detail .category::before {
    width: 60px;
    background-color: #BBB;
    z-index: 10;
}

.requireArea_inner .detail .category::after {
    width: 30px;
    background-color: #1f519f;
    z-index: 20;
}

.requireArea_inner .detail p {
}

.requireArea_inner .detail ul {
}

.requireArea_inner .detail ul li {
    position: relative;
    padding-left: 16px;
}

.requireArea_inner .detail ul li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #888;
}

.requireArea_inner .wrap {
}

.requireArea_inner .wrap .detail {
}

.requireArea_inner .list {
    display: block;
    width: 80%;
    margin: 40px auto 0 auto;
}

.requireArea_inner .list a {
    position: relative;
}

.requireArea_inner .list a .inner {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    line-height: normal;
    padding: 35px 0px 35px 30px;
    background: linear-gradient(90deg, rgb(32 71 118) 0%, rgb(58 228 255) 100%);
    color: #FFF;
}

.requireArea_inner .list a .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(239 206 44) 0%, rgb(223 72 57) 100%);
    opacity: 0;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 10;
}

.requireArea_inner .list a:hover .inner::before {
    opacity: 1;
}

.requireArea_inner .list a .inner .text {
    position: relative;
    color: #FFF;
    z-index: 20;
}

.requireArea_inner .list a .arrow_r_b {
    position: absolute;
    top: 50px;
    right: 65px;
    display: inline-block;
    z-index: 20;
}

.requireArea_inner .list a .arrow_r_b::before {
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: solid 1px #FFF;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.requireArea_inner .list a .arrow_r_b::after {
    content: "";
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 14px;
    bottom: 0;
    margin: auto;
}



/*** guidelineArea ***/
.guidelineArea_outer {
    position: relative;
    z-index: 20;
}

.guidelineArea {
}

.guidelineArea_inner {
    padding: 0 5% 5rem 5%;
    z-index: 20;
}

.guidelineArea_inner h3 {
    font-family: "Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho",serif;
    font-weight: 700;
    font-size: 1.8rem;
    border-bottom: solid 2px #1f519f;
    padding-bottom: 5px;
    margin-bottom: 40px;
}

.guidelineArea_inner dl {
    display: flex;
    font-size: 1rem;
}

.guidelineArea_inner dl dt {
    width: 120px;
    border-bottom: solid 1px #333;
    padding: 20px 10px;
}

.guidelineArea_inner dl dd {
    width: calc(100% - 120px);
    border-bottom: solid 1px #999;
    padding: 20px 10px;
}

.guidelineArea_inner dl dd .blue{
    color: #1f519f;
}

.guidelineArea_inner dl dd .red {
    color: #e70202;
}

.guidelineArea_inner .list {
    display: block;
    width: 80%;
    margin: 40px auto 0 auto;
}

.guidelineArea_inner .list a {
    position: relative;
}

.guidelineArea_inner .list a .inner {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    line-height: normal;
    padding: 35px 0px 35px 30px;
    background: linear-gradient(90deg, rgb(32 71 118) 0%, rgb(58 228 255) 100%);
    color: #FFF;
}

.guidelineArea_inner .list a .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(239 206 44) 0%, rgb(223 72 57) 100%);
    opacity: 0;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 10;
}

.guidelineArea_inner .list a:hover .inner::before {
    opacity: 1;
}

.guidelineArea_inner .list a .inner .text {
    position: relative;
    color: #FFF;
    z-index: 20;
}

.guidelineArea_inner .list a .arrow_r_b {
    position: absolute;
    top: 50px;
    right: 65px;
    display: inline-block;
    z-index: 20;
}

.guidelineArea_inner .list a .arrow_r_b::before {
    content: "";
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: solid 1px #FFF;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.guidelineArea_inner .list a .arrow_r_b::after {
    content: "";
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 14px;
    bottom: 0;
    margin: auto;
}



}






/************************************************************
for pc  width 737px 以上はpc表示
************************************************************/
@media print, screen and (min-width:737px){



/********************

content

********************/

/*** 共有 ***/
.page_title {
    display: block;
    font-family: "Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho",serif;
    font-weight: 500;
    font-size: 2rem;
    margin-left: 10%;
}

.page_title p {
    color: #FFF;
}

.page_title h2 {
    color: #FFF;
    font-weight: 600;
}

.content_title {
    position: relative;
    display: flex;
    align-items: center;
    font-family: "Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho",serif;
    font-weight: 500;
}

.content_title::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 5px;
    background: linear-gradient(to right, rgb(255, 196, 0) 0%, rgb(255, 118, 0) 100%);
}

.content_title p {
    font-size: 2.8rem;
    font-weight: 800;
    padding-right: 20px;
}

.content_title h2 {
    color: #1f519f;
    font-weight: 600;
    font-size: 1.6rem;
}



/*** mainArea ***/
.mainArea_outer {
    position: relative;
}

.mainArea_outer::before {
}

.mainArea_outer::after {
    content: "";
    position: absolute;
    top: 0%;
    right: -10rem;
    transform: translateX(50%) skewX(-20.7deg);
    width: 45rem;
    height: 40rem;
    background: linear-gradient(to bottom, rgb(247, 247, 247, 0.6) 0%, rgb(213, 227, 235, 0.95) 100%);
    z-index: 10;
}

.mainArea {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url(../images/require01/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.mainArea .logo {
    display: flex;
    position: absolute;
    top: 20px;
    left: 10%;
    color: #FFF;
    z-index: 10;
}

.mainArea .logo p {
    margin-top: 2px;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #FFF;
    font-size: 1.4rem;
    font-weight: 600;
}

.mainArea .logo a {
}

.mainArea .logo a img {
    width: 240px;
    height: auto;
}

.mainArea .mainArea_inner {
    height: 100%;
    align-content: center;
}

.mainArea .mainArea_inner::after {
    content: "";
    position: absolute;
    top: 450px;
    left: calc(50% - 40rem);
    transform: translateX(50%) skewX(-20.7deg);
    width: 1rem;
    height: 18rem;
    background: linear-gradient(to top, rgb(255, 196, 0) 0%, rgb(255, 118, 0) 100%);
    z-index: 200;
}



/*** requireArea ***/
.requireArea_outer {
    position: relative;
    background-color: #FFF;
    z-index: 20;
}

.requireArea_outer::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(50% + 96.1rem);
    transform: translateX(50%) skewX(-20.7deg);
    width: 88rem;
    height: 150rem;
    background: linear-gradient(to bottom, rgb(247, 247, 247) 0%, rgb(213, 227, 235) 100%);
}

.requireArea {
}

.requireArea_inner {
    padding: 10rem 4rem;
    z-index: 20;
}

.requireArea_inner .not {
    color: #ff0000;
    font-size: 1.6rem;
    font-weight: 600;
    padding-top: 60px;
}

.requireArea_inner .content_title {
    padding-bottom: 60px;
}

.requireArea_inner .requireNav {
    display: flex;
}

.requireArea_inner .requireNav li {
    margin-right: 30px;
}

.requireArea_inner .requireNav li .btn {
    position: relative;
    display: block;
    color: #333;
    padding: 5px 30px 5px 50px;
    border: solid 2px #333;
    border-radius: 30px;
    transition: all .3s;
}

.requireArea_inner .requireNav li .btn::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #333;
    top: 25px;
    left: 20px;
    transition:all .3s;
}

.requireArea_inner .requireNav li .btn::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    top: 22px;
    left: 29px;
    transform: rotate(30deg);
    background-color: #333;
    transition: all .3s;
}

.requireArea_inner .requireNav li .btn:hover {
    border: solid 2px #FFF;
    border-radius: 30px;
    background: linear-gradient(90deg, rgb(32 71 118) 0%, rgb(58 228 255) 100%);
    color: #FFF;
}

.requireArea_inner .requireNav li .btn:hover::before {
    left: 25px;
    background-color: #FFF;
}

.requireArea_inner .requireNav li .btn:hover::after {
    left: 34px;
    background-color: #FFF;
}

.requireArea_inner h3 {
    font-family: "Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho",serif;
    font-weight: 700;
    font-size: 2.1rem;
    border-bottom: solid 2px #1f519f;
    padding-bottom: 5px;
    margin: 60px 0 30px 0;
}

.requireArea_inner .img {
    position: relative;
    display: block;
}

.requireArea_inner .img img {
    width: 100%;
    height: auto;
}

.requireArea_inner .img p {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: #FFF;
    font-size: 2.1rem;
}

.requireArea_inner .blue {
    display: block;
    color: #1f519f;
    font-size: 1.6rem;
    margin: 40px 0 20px 0;
}

.requireArea_inner .detail {
    display: block;
    padding: 25px;
    border-radius: 15px;
    background-color: #F5F5F5;
    font-size: 0.95rem;
    margin-top: 20px;
}

.requireArea_inner .detail .category {
    position: relative;
    color: #1f519f;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.requireArea_inner .detail .category::before,
.requireArea_inner .detail .category::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    height: 3px;
}

.requireArea_inner .detail .category::before {
    width: 60px;
    background-color: #BBB;
    z-index: 10;
}

.requireArea_inner .detail .category::after {
    width: 30px;
    background-color: #1f519f;
    z-index: 20;
}

.requireArea_inner .detail p {
}

.requireArea_inner .detail ul {
}

.requireArea_inner .detail ul li {
    position: relative;
    padding-left: 16px;
}

.requireArea_inner .detail ul li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #888;
}

.requireArea_inner .wrap {
    display: flex;
    justify-content: space-between;
}

.requireArea_inner .wrap .detail {
    width: 48.5%;
}

.requireArea_inner .list {
    display: block;
    width: 320px;
    margin: 40px auto 0 auto;
}

.requireArea_inner .list a {
    position: relative;
}

.requireArea_inner .list a .inner {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1.4rem;
    line-height: normal;
    padding: 35px 0px 35px 30px;
    background: linear-gradient(90deg, rgb(32 71 118) 0%, rgb(58 228 255) 100%);
    color: #FFF;
}

.requireArea_inner .list a .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(239 206 44) 0%, rgb(223 72 57) 100%);
    opacity: 0;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 10;
}

.requireArea_inner .list a:hover .inner::before {
    opacity: 1;
}

.requireArea_inner .list a .inner .text {
    position: relative;
    color: #FFF;
    z-index: 20;
}

.requireArea_inner .list a .arrow_r_b {
    position: absolute;
    top: 50px;
    right: 80px;
    display: inline-block;
    z-index: 20;
}

.requireArea_inner .list a .arrow_r_b::before {
    content: "";
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: solid 1px #FFF;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.requireArea_inner .list a .arrow_r_b::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 17px;
    bottom: 0;
    margin: auto;
}



/*** guidelineArea ***/
.guidelineArea_outer {
    position: relative;
    z-index: 20;
}

.guidelineArea_outer::after {
    content: "";
    position: absolute;
    bottom: -10%;
    right: calc(50% - 120rem);
    transform: translateX(50%) skewX(-20.7deg);
    width: 120rem;
    height: 110rem;
    background: linear-gradient(to bottom, rgb(247, 247, 247) 0%, rgb(213, 227, 235) 100%);
    z-index: -10;
}

.guidelineArea {
}

.guidelineArea_inner {
    padding: 0rem 4rem 10rem 4rem;
    z-index: 20;
}

.guidelineArea_inner h3 {
    font-family: "Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho",serif;
    font-weight: 700;
    font-size: 2.1rem;
    border-bottom: solid 2px #1f519f;
    padding-bottom: 5px;
    margin-bottom: 60px;
}

.guidelineArea_inner dl {
    display: flex;
}

.guidelineArea_inner dl dt {
    width: 210px;
    border-bottom: solid 1px #333;
    padding: 20px 10px;
}

.guidelineArea_inner dl dd {
    width: calc(100% - 210px);
    border-bottom: solid 1px #999;
    padding: 20px 10px 20px 30px;
}

.guidelineArea_inner dl dd .blue{
    color: #1f519f;
}

.guidelineArea_inner dl dd .red {
    color: #e70202;
}

.guidelineArea_inner .list {
    display: block;
    width: 320px;
    margin: 40px auto 0 auto;
}

.guidelineArea_inner .list a {
    position: relative;
}

.guidelineArea_inner .list a .inner {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1.4rem;
    line-height: normal;
    padding: 35px 0px 35px 30px;
    background: linear-gradient(90deg, rgb(32 71 118) 0%, rgb(58 228 255) 100%);
    color: #FFF;
}

.guidelineArea_inner .list a .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(239 206 44) 0%, rgb(223 72 57) 100%);
    opacity: 0;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 10;
}

.guidelineArea_inner .list a:hover .inner::before {
    opacity: 1;
}

.guidelineArea_inner .list a .inner .text {
    position: relative;
    color: #FFF;
    z-index: 20;
}

.guidelineArea_inner .list a .arrow_r_b {
    position: absolute;
    top: 50px;
    right: 80px;
    display: inline-block;
    z-index: 20;
}

.guidelineArea_inner .list a .arrow_r_b::before {
    content: "";
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: solid 1px #FFF;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.guidelineArea_inner .list a .arrow_r_b::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 17px;
    bottom: 0;
    margin: auto;
}



}



