@charset "UTF-8";

/*==============
common
==============*/
html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}

body {
    position: relative;
    color: #ffffff;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Helvetica, sans-serif;
    font-size: 41.6875%;
    width: 100%;
    height: 100vh;

    background: url(../image/bg.jpg) top center no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
}

@media screen and (max-width:750px) {
    body {
        overflow-x: hidden;
    }

    body::before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background: url(../image/bg.jpg) top center no-repeat;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
    }
}

.glass  {
    background: url(../image/glass.png) top center repeat;
    background-size: 100%;
    mix-blend-mode: screen;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    padding: 0 auto;
    z-index: -1;

    transition-property: background-position;
    transition-duration: .7s;
    transition-delay: .035s;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border-style: none;
}

li {
    list-style: none;
}

a {
    text-decoration: underline;
}

a:link,
a:hover,
a:active {
    color: #ffffff;
}

a:visited {
    color: #ffffff;
}

a:focus {
    outline: none;
}

a:hover {
   transform: scale(0.9);
}

/*clearfix*/
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after,
.clear {
    clear: both;
}

cf::after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
}

.tc {
    text-align: center !important;
}

.tr {
    text-align: right !important;
}

.tl {
    text-align: left !important;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-fix {
    position: fixed;
}

.pos-inhe {
    position: inherit;
}

.pb1 {
    padding-bottom: 1%;
}

.pb4 {
    padding-bottom: 4%;
}

.pt4 {
    padding-top: 4%;
}

.mb4 {
    margin-top: 4%;
}

.pt8 {
    padding-top: 8%;
}

* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    padding: 0;
    margin: 0;
}

.att {
    padding-left: 1em;
    text-indent: -1em;
}


/*==============
header
==============*/

header {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1044px;
    margin: 0 auto;
}

h1.logo {
    width: 18.97%;
    max-width: 198px;
    margin: 0 auto;
}

h2.catch {
    position: relative;
    width: 68.68%;
    max-width: 717px;
    margin: -6% auto 0 auto;
}

@media screen and (max-width:750px) {}

#about {
    position: relative;
    margin: -0.4% auto 0 auto;
    background: url(../image/text-bg.png) top center no-repeat;
    background-size: 100% auto;
}

h3.text {
    width: 94.06%;
    max-width: 982px;
    margin: 0 auto;
    padding: 3% 0;
}

h4.title {
    display: block;
    color: #a139d1;
    text-align: center;
    text-shadow: 0px 0px 22px rgba(255, 255, 255, 1), 0px 0px 22px rgba(255, 255, 255, 1), 0px 0px 22px rgba(255, 255, 255, 1);
    font-size: 3.5rem;
    width: 94.54%;
    max-width: 987px;
    margin: 0 auto 1% auto;
    padding: 1% 0 0.5% 0;
    background: linear-gradient(to right, rgba(30,87,153,0) 0%,rgba(255,255,255,0.6) 20%,rgba(255,255,255,0.6) 80%,rgba(125,185,232,0) 100%);
}

@media screen and (max-width:750px) {
    h4.title {
        width: 100%;
        font-size: 3.8vw;
    }
}

/*==============
contents
==============*/
article {
    margin: 0 auto;
    max-width: 1044px;
    background-color: rgb(244, 204, 255, 0.4);

    background-size: 8%;
    padding-bottom: 3%;
}

.wrap {
    padding: 0 3%;
}

#con02 {
    margin-bottom: 8%;
}

.contents {
    position: relative;
    width: 100%;
    max-width: 1043px;
    margin: 0 auto;
    font-size: 0;
}

.contents::before {
    content: "";
    display: block;
    padding-top: 14.09091%;
    background-image: url(../image/conBox-h.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.contents::after {
    content: "";
    display: block;
    padding-top: 18.09091%;
    background-image: url(../image/conBox-f.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.contentsBox {
    position: relative;
    width: 100%;
    max-width: 1043px;
    background-image: url(../image/conBox-bg.png);
    background-repeat: repeat-y;
    background-position: top;
    background-size: 100% auto;
}

.contentsBox.date {
    padding-top: 40%;
}

.contentsBox.details {
    padding-top: 15%;
}

.contentsBox.opinion {
    padding-top: 35%;
}

.contentsBox.inquiry {
    padding-top: 0%;
}

@media screen and (max-width:1043px) {
    .contentsBox.date {
        padding-top: 56%;
    }

    .contentsBox.opinion {
        padding-top: 45%;
    }

    .contentsBox.details {
        padding-top: 20%;
    }

}

.textBox {
    font-size: 2.5rem;
    font-weight: bold;
    color: #a139d1;
    text-align: center;
    text-shadow: 0px 0px 22px rgba(255, 255, 255, 1), 0px 0px 22px rgba(255, 255, 255, 1), 0px 0px 22px rgba(255, 255, 255, 1);
}

@media screen and (max-width:1043px) {
    .textBox {
        font-size: 2.8vw;
    }
}

.textBox dl {
    display: flex;
    justify-content: center;
    align-items: top;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
}

.textBox dl dt {
    width: 18.5%;
}

.textBox dl dd {
    width: 81.5%;
    margin-bottom: 1%;
}

.date dl {
    top: -15%;
}

.details dl {
    top: -28%;
}

@media screen and (max-width:1043px) {
    .date .textBox dl {
        top: -9%;

    }
}

.textBox .red {
    color: #ff5e37;
}

.textBox.left {
    text-align: left;
    padding: 0 10%;
}

.textBox.mail {
    position: relative;
    margin: 2% 0;
}

.textBox.mail::before {
    content: "";
    top: -30%;
    left: 8%;
    position: absolute;
    display: block;
    padding-top: 8%;
    background-image: url(../image/l.png);
    background-size: cover;
    aspect-ratio: 7 / 5;
}

.textBox.mail::after {
    content: "";
    top: -30%;
    right: 8%;
    position: absolute;
    display: block;
    padding-top: 8%;
    background-image: url(../image/r.png);
    background-size: cover;
    aspect-ratio: 7 / 5;
}


.detailsTxt {
    width: 99.52%;
    max-width: 1039px;
    margin: 0 auto 2% auto;
}

.applicationBtn {
    display: block;
    width: 46.93%;
    max-width: 490px;
    margin: 0 auto;
    transition: .1s
}

@media screen and (max-width:750px) {
    .applicationBtn {
        width: 67.93%;
    }
}

.opinionBox {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: -20%;
    left: 0;
    right: 0;
    text-align: center;
}

.opinionBtn {
    display: block;
    width: 46%;
    max-width: 618px;
    margin: 4% auto;
    transition: .1s
}

@media screen and (max-width:750px) {

    .opinionBtn {
        width: 67%;
    }
}

.noticeTextBox {
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 1.638rem;
    color: #393e58;
}

.noticeTextBox h5 {
    font-weight: bold;
    font-size: 1.8rem;
}

.textBox a:link,
.textBox a:visited,
.noticeTextBox .att a:link,
.noticeTextBox .att a:hover,
.noticeTextBox a:active,
.noticeTextBox a:visited {
    color: #5518ff !important;
}

@media screen and (max-width:1044px) {
    .noticeTextBox h5 {
        font-size: 3vw;
    }


    .noticeTextBox {
        font-size: 2.638vw;
    }
}




/*==============
dlarea
==============*/

#dlarea {
    width: 100%;
    min-width: 320px;
    background: url(../image/pattern.jpg) top repeat;
    background-size: auto;
}

#dlarea .dlarea-inner {
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0.5% 0%;
    text-align: center;
}

#dlarea .dlarea-inner li {
    display: inline-block;
    vertical-align: middle;
}

#dlarea .dlarea-inner .dl-text {
    width: 27.45%;
}

#dlarea .dlarea-inner .appButton {
    width: 17%;
}

#dlarea .dlarea-inner .googleButton {
    width: 17.5%;
}

#dlarea .dlarea-inner li a {
    width: 95%;
    display: inline-block;
}

#dlarea .dlarea-inner li a img {
    width: 100%;
    height: auto;
}

.dl-text {
    width: 27.45%;
}


.ft_banspace {
    width: 100%;
    max-width: 992px;
    margin: 3% auto 0;
}

@media screen and (max-width:750px) {
    #dlarea .dlarea-inner .dl-text {
        width: 42.45%;
    }

    #dlarea .dlarea-inner .appButton {
        width: 25%;
    }

    #dlarea .dlarea-inner .googleButton {
        width: 27%;
    }
}


/*==============
footer
==============*/
footer {
    font-size: 3.0rem;
    position: relative;
    z-index: 6;
    background: #000;
}

footer,
footer a {
    color: #ffffff;
}

footer .txt-platform {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

footer #footer-txt .logo-copy {
    margin-bottom: 15px;
}

footer #footer-txt .logo-copy img.segalogo {
    display: inline-block;
    margin-right: 15px;
    width: 156px;
    height: auto;
}

footer #footer-txt .logo-copy .logo-copy-txt {
    display: inline-block;
    padding-top: 34px;
}

.ft-snsbtlist {
    text-align: center;
    margin: 2% 0 4%;
    ;
}

.ft-snsbtlist li,
.ft-txtlink li {
    display: inline-block;
    margin-right: 1%;
}

.ft-snsbtlist li:last-child,
.ft-txtlink li:last-child {
    margin-right: 0;
}

.ft-snsbtlist li {
    width: 8%;
    max-width: 54px;
}

.ft-snsbtlist li:first-child {
    width: 20%;
    max-width: 135px;
}

.ft-txtlink {
    margin-top: 1%;
}

.ft-txtlink li a {
    text-decoration: underline;
}

.ft-txtlink li img {
    width: 100%;
}

@media screen and (max-width:640px) {
    footer #footer-txt .logo-copy img.segalogo {
        width: 119px;
    }

    footer #footer-txt .logo-copy .logo-copy-txt {
        padding-top: 22px;
    }

    footer .txt-platform {
        width: 80%;
    }

    .ft-snsbtlist {
        margin-top: 2%;
        text-align: center;
    }

    .ft-snsbtlist li {
        width: 14%;
        display: inline-block;
        margin-left: 5%;
    }

    .ft-snsbtlist li:first-child {
        margin: 0;
        width: 35%;
    }

    #fot-main .logo-copy img.segalogo {
        display: inline-block;
        margin-right: 3%;
        width: 40%;
    }
}

@media screen and (max-width:320px) {
    footer #footer-txt .logo-copy {
        margin-bottom: 10px;
    }

    footer #footer-txt .logo-copy img.segalogo {
        width: 80px;
    }

    .ft-snsbtlist li {
        padding-bottom: 5%;
    }
}

#page-top {
    position: fixed;
    bottom: 15%;
    right: 0;
    z-index: 2000;
    text-align: right;
}

@media screen and (max-width: 750px) {
    #page-top {
        width: 30%;
    }
}

.footer-inner .box-inner {
    padding: 2%;
}

/*font*/
footer {
    font-size: 1.8rem;
}

@media screen and (max-width: 750px) {
    footer {
        font-size: 1.5rem;
    }
}