@charset "utf-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}

html {
    font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
    font-family: 'Noto Sans JP', sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

a,
a:link {
    color: #333333;
    text-decoration: none;
}

a:visited {
    color: #333333;
}

a:hover {
    color: #333333;
}

a:active {
    color: #333333;
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
    min-width: 1200px;
    color: #333333;
    font-size: 1.4rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}

#container {
    text-align: left;
    position: relative;
}

a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}

@media all and (min-width: 769px) {
    .sp {
        display: none !important;
    }
}

@media all and (max-width: 768px) {
    body {
        min-width: inherit;
        font-size: 1.2rem;
    }
    a:hover,
    a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#gHeader {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

@media all and (max-width: 768px) {
    #gHeader {
        width: 96px;
    }
}


/* footer
---------------------------------*/

#footer-container {
    box-sizing: border-box;
    width: 100%;
    background-color: #000000;
    padding: 0 10px;
}

#footer-nav {
    background: #fff;
    border-top: 1px solid #ccc;
}

#footer-nav .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
}

#footer-nav .footer-link {
    float: left;
    border-left: 1px solid #ccc;
}

#footer-nav .footer-link>li {
    float: left;
    display: table;
    border-right: 1px solid #ccc;
}

#footer-nav .footer-link>li a {
    display: table-cell;
    padding: 0 20px;
    height: 100px;
    vertical-align: middle;
    text-align: center;
    color: #555;
}

#footer-nav .footer-link>li a:hover {
    color: #d7083b;
}

#footer-nav .footer-link>li span {
    display: inline-block;
    padding: 0 15px 0 20px;
    background: url(/common/images/com_icn01.png) 0 50% no-repeat;
}

#footer-nav .footer-link>li a:hover span {
    text-decoration: underline;
}

#footer-nav .footer-mark {
    float: right;
}

#footer-nav .footer-mark>li {
    float: left;
    padding-top: 12px;
    padding-bottom: 12px;
}

#footer-nav .footer-mark>li.mark02 {
    margin-left: 10px;
}

#footer-nav .footer-mark>li.mark03 {
    margin-left: 7px;
}

#footer-bottom {
    width: 1200px;
    margin: 0 auto;
}

#footer-bottom #footer-utility {
    float: left;
    width: 620px;
    padding: 20px 0;
}

#footer-bottom #footer-utility li {
    float: left;
    margin-right: 40px;
    font-size: 80%;
}

#footer-bottom #footer-utility a {
    color: #ffffff;
    display: block;
}


/* -- utility -- */

#footer-bottom #utility {
    float: right;
    margin-top: 18px;
}

#footer-bottom #utility ul li {
    float: left;
    margin-right: 5px;
    color: #ffffff;
    font-size: 80%;
    padding-top: 3px;
}

#footer-bottom #utility ul li:last-child {
    padding-top: 0;
}

#footer-bottom #footer-up {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

#footer-bottom #footer-up a {
    display: block;
    width: 60px;
    height: 60px;
    background: #d7063b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

#footer-bottom #footer-up a:hover {
    opacity: 0.7;
}

#footer-bottom #footer-up a img {
    position: absolute;
    width: 24px;
    height: auto;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -10px;
}


/* clearFix
=================================*/

#header:after,
#header #header-utility:after,
#header #gNavi .mega-menu-link:after,
#header-utility #search-box:after,
#header #gNavi .mega-menu-btn-col .mega-menu-btn-List:after,
#contentsContainer:after,
#footer-nav .footer-inner:after,
#footer-nav .footer-link:after,
#footer-nav .footer-mark:after,
#footer-bottom:after,
#footer-bottom #footer-utility:after {
    content: "";
    display: block;
    clear: both;
}


/* ftContact */

#footer-container #ftContact {
    width: 916px;
    padding: 20px 12px 20px 20px;
    margin: 0 auto 1px;
    border: 1px solid #d1d1d1;
    background-color: #fff;
}

@media only screen and (max-width: 768px) {
    #footer-container #ftContact {
        width: auto;
    }
}

#footer-container #ftContact .colL {
    width: 648px;
}

@media only screen and (max-width: 768px) {
    #footer-container #ftContact .colL {
        float: none;
        width: auto;
    }
}

#footer-container #ftContact .colR {
    width: 237px;
}

@media only screen and (max-width: 768px) {
    #footer-container #ftContact .colR {
        float: none;
        width: auto;
    }
}

#footer-container #ftContact .colL p.ttl {
    padding-bottom: 12px;
}

#footer-container #ftContact .colL p.txt01 {
    padding-bottom: 11px;
}

#footer-container #ftContact .colL p.btn {
    padding-bottom: 23px;
}

#footer-container #ftContact .colL p.txt02 {
    float: right;
    margin-top: -90px;
}

@media only screen and (max-width: 768px) {
    #footer-container #ftContact .colL p.txt02 {
        float: none;
        margin-top: 0;
    }
}

#footer-container #ftContact .colL p.txt03 {
    padding: 16px 0;
    background: #f1f3f3;
    text-align: center;
    font-size: 93.333333%;
}

@media only screen and (max-width: 768px) {
    #footer-container #ftContact .colL p.txt03 {
        font-size: inherit;
    }
}

#footer-container #ftContact .colL p.txt03 a {
    font-weight: bold;
    color: #d40c31;
}

#footer-container #ftContact .colR li {
    padding: 0 0 15px;
}

#footer-container #ftContact .colR li.last {
    padding-bottom: 0;
}


/* ftSitemap */

#footer-container #ftSitemap {
    position: relative;
    width: 880px;
    padding: 25px 35px 25px;
    margin: 0 auto;
    background: #f1f3f3;
}

@media only screen and (max-width: 768px) {
    #footer-container #ftSitemap {
        width: auto;
    }
}

#footer-container #ftSitemap p.ttl01 {
    padding: 0 0 25px;
    font-size: 126.666666%;
}

@media only screen and (max-width: 768px) {
    #footer-container #ftSitemap p.ttl01 {
        font-size: 1.5rem;
    }
}

#footer-container #ftSitemap p.ttl01 a {
    padding: 0 0 0 12px;
    background: url(/common/images/com_icn01.png) no-repeat 0 center;
    text-decoration: none;
}

#footer-container #ftSitemap p.ttl01 a:hover {
    text-decoration: underline;
}

#footer-container #ftSitemap p.ttl02 {
    clear: both;
    padding: 0 0 15px;
    font-size: 106.666666%;
}

@media only screen and (max-width: 768px) {
    #footer-container #ftSitemap p.ttl02 {
        font-size: 1.3rem;
    }
}

#footer-container #ftSitemap p.ttl03 a {
    padding: 0 0 0 12px;
    background: url(/common/images/com_icn01.png) no-repeat 0 center;
    text-decoration: none;
}

#footer-container #ftSitemap p.ttl03 a:hover {
    text-decoration: underline;
}

#footer-container #ftSitemap .colL {
    width: 630px;
    padding: 0 0 20px 12px;
    background: url(/svcsol/common/images/ft_hr001.gif) repeat-y right top;
}

@media only screen and (max-width: 768px) {
    #footer-container #ftSitemap .colL {
        float: none;
        width: auto;
    }
}

#footer-container #ftSitemap .colR {
    width: 215px;
    margin-top: -0.5em;
}

@media only screen and (max-width: 768px) {
    #footer-container #ftSitemap .colR {
        float: none;
        width: auto;
    }
}

#footer-container #ftSitemap .colL .left {
    float: left;
    width: 350px;
    font-size: 93.333333%;
}

@media only screen and (max-width: 768px) {
    #footer-container #ftSitemap .colL .left {
        float: none;
        width: auto;
        font-size: inherit;
    }
}

#footer-container #ftSitemap .colL .right {
    float: left;
    width: 250px;
    font-size: 93.333333%;
}

@media only screen and (max-width: 768px) {
    #footer-container #ftSitemap .colL .right {
        font-size: inherit;
    }
}

#footer-container #ftSitemap .colL .left li {
    padding: 0 0 0 12px;
    background: url(/common/images/com_icn01.png) no-repeat 0 0.6em;
    line-height: 2;
}

#footer-container #ftSitemap .colL .left li ul {
    padding-bottom: 20px;
}

#footer-container #ftSitemap .colL .right li {
    padding: 0 0 0 12px;
    background: url(/common/images/com_icn01.png) no-repeat 0 0.6em;
    line-height: 2;
}

#footer-container #ftSitemap .colL .right li.ttl03 {
    margin-top: 48px;
    font-size: 113.333333%;
}

@media only screen and (max-width: 768px) {
    #footer-container #ftSitemap .colL .right li.ttl03 {
        font-size: 1.4rem;
    }
}

#footer-container #ftSitemap .colL .left li ul li,
#footer-container #ftSitemap .colL .right li ul li {
    padding: 0 0 0 12px;
    font-weight: normal;
}

#footer-container #ftSitemap .colL .left li ul li {
    float: left;
    width: 144px;
}

#footer-container #ftSitemap a {
    text-decoration: none;
}

#footer-container #ftSitemap a:hover {
    text-decoration: underline;
}

#footer-container #ftSitemap .colR ul {
    padding: 0 0 25px;
    font-size: 93.333333%;
}

@media only screen and (max-width: 768px) {
    #footer-container #ftSitemap .colR ul {
        font-size: inherit;
    }
}

#footer-container #ftSitemap .colR ul li {
    padding: 0 0 0 12px;
    background: url(/common/images/com_icn01.png) no-repeat 0 0.6em;
    line-height: 2;
}

.ftSitemap {
    position: relative;
    background: #f1f3f3;
    line-height: 1.6;
}

@media only screen and (max-width: 768px) {
    .ftSitemap {
        width: auto;
        display: none;
    }
}

.ftSitemap .fgSitemap-inner {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0px 40px;
    overflow: hidden;
}


/* add 20190705 */

.ftSitemap .fgSitemap-inner .outerWrap-col ul li a[target="_blank"]:after {
    display: inline-block;
    margin-left: 8px;
    content: url(/common/images/com_icn05.png);
}

@media only screen and (max-width: 768px) {
    .ftSitemap .fgSitemap-inner {
        width: auto;
        padding: 18px;
    }
}

.ftSitemap .ttl01 {
    margin-bottom: 20px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
    .ftSitemap .ttl01 {
        margin-bottom: 10px;
        font-size: 1.4rem;
    }
}

.ftSitemap .outerWrap {
    display: flex;
    justify-content: space-between;
    padding-left: 17px;
}

@media only screen and (max-width: 768px) {
    .ftSitemap .outerWrap {
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .ftSitemap .outerWrap-col {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .ftSitemap .outerWrap-col:nth-child(odd) {
        padding-right: 1.5em;
    }
}

.ftSitemap .outerWrap-col:nth-child(even) {
    width: 240px;
    padding-left: 48px;
    background-image: url(../img/common/ft_hr001.gif);
    background-repeat: repeat-y;
}

@media only screen and (max-width: 768px) {
    .ftSitemap .outerWrap-col:nth-child(even) {
        width: auto;
        padding-left: 0;
        background-image: none;
    }
}

.ftSitemap .outerWrap-col:nth-child(even) ul:not(:last-child) {
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    .ftSitemap .outerWrap-col:nth-child(even) ul:not(:last-child) {
        margin-bottom: 0;
    }
}

.ftSitemap .innerWrap {
    display: flex;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .ftSitemap .innerWrap {
        display: block;
        margin-bottom: 0px;
    }
}

.ftSitemap .innerWrap ul {
    margin-right: 50px;
}

@media only screen and (max-width: 768px) {
    .ftSitemap .innerWrap ul {
        margin-right: 0;
    }
}

.ftSitemap a {
    display: inline-block;
    padding-left: 17px;
    color: #3F7BAE;
    background: url("../img/common/com_icn01.png") no-repeat 0 0.5em;
}

@media only screen and (max-width: 768px) {
    .ftSitemap a {
        display: block;
    }
}

.ftSitemap li a {
    padding: .2em 0 .2em 17px;
    font-size: 1.5rem;
    color: #3F7BAE;
}

.ftSitemap li a:hover {
    color: #d7063b;
    text-decoration: underline;
}

#footer {
    width: 910px;
    min-height: 67px;
    padding: 0 20px;
    margin: 0 auto;
    background: url(/svcsol/common/images/ft_bg01.gif) no-repeat 0 0;
    font-size: 93.333333%;
}

@media only screen and (max-width: 768px) {
    #footer {
        font-size: inherit;
    }
}

#footer #footer-utility {
    float: left;
    width: 570px;
    padding: 20px 0 0;
    font-size: 93.333333%;
}

@media only screen and (max-width: 768px) {
    #footer #footer-utility {
        font-size: inherit;
    }
}

#footer #footer-utility li {
    float: left;
    padding: 0 15px 5px 0;
}

#footer #footer-utility a:before {
    padding: 0 5px 0 0;
    content: url(/svcsol/common/images/com_icn01.png);
}

#footer #footer-utility li:first-child {
    padding-left: 0;
    border-left: none;
}

#footer #footer-utility a {
    display: block;
    padding-bottom: 1px;
    text-decoration: underline;
    color: #d8d8d8;
}

#footer #footer-utility a:hover {
    text-decoration: none;
}


/* -- utility -- */

#footer #utility {
    float: right;
    width: 309px;
    margin-top: 18px;
}

#footer #utility ul li {
    float: left;
    margin-right: 15px;
}

#footer #utility ul li.last {
    margin-right: 0;
}

#footer #footer-up {
    position: fixed;
    right: 0;
    bottom: 34px;
}


/* clearFix
=================================*/

#header:after,
#header #header-utility:after,
#contentsContainer:after,
#mainArea:after,
#tabNav:after,
.topTwoCol:after,
.topTwoCol .colL .recommend ul:after,
.topTwoCol .colL .listStyle01:after,
.topTwoCol .colL .listStyle02:after,
.topTwoCol .colL .listStyle03:after,
.topTwoCol .colR .listStyle04:after,
.sideListStyle05:after,
#aside .twitterBox .link:after,
#footer:after,
#footer-container #ftContact:after,
#footer-container #ftSitemap:after,
#footer-container #ftSitemap .colL .left li ul:after,
#footer #footer-utility:after,
.searchCategory:after {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
    content: ".";
    font-size: 0;
}

#header,
#header #header-utility,
#contentsContainer,
#mainArea,
#tabNav,
.topTwoCol,
.topTwoCol .colL .recommend ul,
.topTwoCol .colL .listStyle01,
.topTwoCol .colL .listStyle02,
.topTwoCol .colL .listStyle03,
.topTwoCol .colR .listStyle04,
.sideListStyle05,
#aside .twitterBox .link,
#footer,
#footer-container #ftContact,
#footer-container #ftSitemap,
#footer-container #ftSitemap .colL .left li ul,
#footer #footer-utility,
.searchCategory {
    zoom: 1;
}

.reader {
    display: none;
}

@media all and (max-width: 768px) {
    #footer-container {
        background-color: #000000;
    }
    #footer-nav {
        padding: 18px 18px 20px;
        background: #fff;
        border-top: 1px solid #ccc;
    }
    #footer-nav .footer-link>li a {
        padding-left: 17px;
        background: url(/common/images/com_icn90.png) 0 50% no-repeat;
        -webkit-background-size: 9px auto;
        background-size: 9px auto;
        color: #555;
    }
    #footer-nav .footer-link>li+li {
        margin-top: .5em;
    }
    #footer-nav .footer-mark {
        margin-top: 15px;
        text-align: center;
    }
    #footer-nav .footer-mark>li {
        display: inline-block;
    }
    #footer-nav .footer-mark>li img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    #footer-nav .footer-mark>li.mark02 {
        margin-left: 5px;
    }
    #footer-nav .footer-mark>li.mark03 {
        margin-left: 4px;
    }
    #footer-bottom {
        padding-bottom: 20px;
    }
    #footer-bottom #footer-utility {
        width: 100%;
        padding: 20px 18px;
        box-sizing: border-box;
    }
    #footer-bottom #footer-utility li {
        margin-right: 0;
        float: left;
        width: 50%;
        font-size: 1.2rem;
    }
    #footer-bottom #footer-utility li:nth-child(n+3) {
        margin-top: 1.0em;
    }
    #footer-bottom #footer-utility a {
        color: #ffffff;
        display: block;
    }
    /* -- utility -- */
    #footer-bottom #utility {
        margin: 0 18px;
        float: left;
        width: calc(100% - 36px);
        padding: 19px 8px 3px;
        border-top: 1px solid #333;
        font-size: 83.4%;
        color: #ffffff;
        box-sizing: border-box;
    }
    #footer-bottom #utility ul li {
        text-align: center;
        font-size: 1rem;
        float: none;
        margin-right: 0;
    }
    #footer-bottom #utility ul li+li {
        margin-top: 14px;
    }
    #footer-bottom #footer-up {
        position: static;
    }
    #footer-bottom #footer-up a {
        position: relative;
        width: auto;
        height: 51px;
        display: block;
        background: #d7063b;
        text-align: center;
        border-radius: 0;
    }
    #footer-bottom #footer-up a img {
        width: 20px;
        height: auto;
    }
    #footer-bottom {
        width: auto;
    }
    #footer-bottom #footer-up a img {}
    #footer-container {
        padding: 0;
    }
}


/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/


/* clearfix */

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/* flex */

.flex,
.flexA,
.flexB,
.flexC {
    display: flex;
    flex-wrap: wrap;
}

.flexA {
    justify-content: space-around;
}

.flexB {
    justify-content: space-between;
}

.flexC {
    justify-content: center;
}


/*------------------------------------------------------------
	content
------------------------------------------------------------*/

.content {
    margin: 0 auto;
    width: 950px;
}

@media all and (max-width: 768px) {
    .content {
        margin: 0 20px;
        width: auto;
    }
}


/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/

.headLine01 {
    margin-bottom: 16px;
    color: #D7063B;
    font-size: 1.6rem;
    font-weight: 700;
}

.headLine01 span {
    margin: -12px 20px 0 0;
    display: inline-block;
    vertical-align: top;
    font-size: 4rem;
    line-height: 1;
    font-weight: 500;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
}

@media all and (max-width: 768px) {
    .headLine01 {
        margin-bottom: 8px;
        font-size: 1rem;
    }
    .headLine01 span {
        margin: -4px 10px 0 0;
        font-size: 2rem;
        line-height: 1;
    }
}


/*------------------------------------------------------------
	index
------------------------------------------------------------*/

#main .mainVisual video {
    width: 100%;
}

#main .about {
    padding: 27px 0;
}

#main .about h2 {
    padding: 10px 0 150px;
    position: relative;
    float: left;
    display: inline-block;
    color: #D7063B;
    font-size: 5rem;
    font-weight: 600;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    -webkit-writing-mode: horizontal-tb;
    -webkit-writing-mode: vertical-rl;
    -webkit-writing-mode: tb-rl;
    writing-mode: horizontal-tb;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
}

#main .about h2::before {
    width: 1px;
    height: 132px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #D7063B;
    content: "";
}

#main .about .textBox {
    width: 830px;
    float: right;
}

#main .about .textBox p {
    color: #000;
    font-size: 1.6rem;
    line-height: 2;
}

#main .about .textBox .title {
    margin-bottom: 17px;
    color: #D7063B;
    font-size: 2.4rem;
    font-weight: 700;
}

#main .campus {
    margin-bottom: 28px;
}

#main .campus .content {
    position: relative;
}

#main .campus .title {
    position: relative;
    color: #DAE0DF;
    font-size: 9rem;
    font-weight: 500;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    text-align: right;
}

#main .campus .photo {
    margin-top: -55px;
}

#main .campus .campusBox {
    margin-top: -46px;
    padding-top: 35px;
    position: relative;
}

#main .campus .campusBox::before {
    width: calc(50% + 589px);
    height: calc(100% - 48px);
    position: absolute;
    top: 0;
    right: 0;
    background: url("/svcsol/campaign/images/shiroi_campus_202102/index/campus_bg.jpg")no-repeat right top / cover;
    content: "";
}

#main .campus .campusBox .headLine01 {
    color: #FFF;
}

#main .campus .campusBox p {
    margin-bottom: 20px;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
}

#main .campus .campusBox .video {
    height: 490px;
}

#main .information {
    padding: 62px 0 70px;
    position: relative;
    background: #F4F5F5 url("/svcsol/campaign/images/shiroi_campus_202102/index/information_bg.png") repeat-y left -300px top;
    background-size: 627px auto;
}

#main .information::after {
    width: 154px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFF;
    content: "";
}

#main .information .title {
    position: absolute;
    right: 50px;
    top: -115px;
    color: #DAE0DF;
    font-size: 6rem;
    font-weight: 500;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    -webkit-writing-mode: horizontal-tb;
    -webkit-writing-mode: vertical-rl;
    -webkit-writing-mode: tb-rl;
    writing-mode: horizontal-tb;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    z-index: 10;
}

#main .information .content {
    position: relative;
    z-index: 10;
}

#main .information .headLine01 {
    margin-bottom: 6px;
    font-weight: 500;
}

#main .information p {
    margin-bottom: 42px;
    font-size: 1.6rem;
    font-weight: 700;
}

#main .information .imgBox {
    margin-bottom: 20px;
}

#main .information .imgBox .photoBox {
    width: 255px;
    position: relative;
}

#main .information .imgBox .photoBox img {
    border-radius: 50%;
}

#main .information .imgBox .photoBox .num {
    margin-bottom: 0;
    position: absolute;
    top: -5px;
    right: -65px;
    color: #D0D5D4;
    font-size: 9rem;
    font-weight: 500;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
}

#main .information .imgBox .textBox {
    margin-top: 46px;
    width: 578px;
}

#main .information .imgBox .textBox h3 {
    margin-bottom: 13px;
    color: #D7063B;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.45;
}

#main .information .imgBox .textBox p {
    margin-bottom: 0;
    line-height: 1.625;
}

#main .information .imgBoxR .photoBox .num {
    top: -20px;
    right: auto;
    left: -65px;
}

#main .information .imgBox01 {
    margin-bottom: 50px;
}

#main .information .notesList li {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2;
    word-break: break-all;
}

#main .information .notesList li a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    #main .about {
        padding: 15px 0 22px;
    }
    #main .about .content {
        margin: 0 5px;
    }
    #main .about h2 {
        padding: 10px 0 60px;
        font-size: 2rem;
    }
    #main .about h2::before {
        height: 65px;
    }
    #main .about .textBox {
        margin: 0 auto;
        width: calc(100% - 70px);
        float: inherit;
    }
    #main .about .textBox p {
        font-size: 1rem;
        line-height: 1.5;
    }
    #main .about .textBox .title {
        margin-bottom: 18px;
        font-size: 1.5rem;
    }
    #main .campus .title {
        font-size: 3rem;
    }
    #main .campus .photo {
        margin-top: -24px;
    }
    #main .campus .campusBox {
        margin-top: -20px;
        padding-top: 10px;
        position: relative;
    }
    #main .campus .campusBox::before {
        width: auto;
        height: calc(100% - 18px);
        position: absolute;
        top: 0;
        right: 0;
        left: 20px;
        background: url("/svcsol/campaign/images/shiroi_campus_202102/index/campus_bg.jpg")no-repeat right top / cover;
        content: "";
    }
    #main .campus .campusBox .content {
        margin: 0 40px;
    }
    #main .campus .campusBox p {
        margin-bottom: 15px;
        font-size: 1rem;
    }
    #main .campus .campusBox .video {
        position: relative;
        padding-bottom: 49%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    #main .campus .campusBox .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #main .information {
        padding: 5px 0 70px;
        background-position: left -80% top;
        background-size: 250px auto;
    }
    #main .information::after {
        width: 20px;
    }
    #main .information .title {
        position: absolute;
        right: 3px;
        top: -30px;
        font-size: 2rem;
    }
    #main .information .headLine01 {
        margin-left: 20px;
    }
    #main .information p {
        margin: 0 0 35px 20px;
        font-size: 1rem;
    }
    #main .information .imgBox {
        margin-bottom: 25px;
        min-height: 100px;
    }
    #main .information .imgBox .photoBox {
        width: 100px;
    }
    #main .information .imgBox .photoBox .num {
        margin-left: 0;
        top: -5px;
        right: -15px;
        font-size: 3rem;
    }
    #main .information .imgBox .textBox {
        margin: 0 0 0 auto;
        padding-right: 20px;
        width: calc(100% - 125px);
        box-sizing: border-box;
    }
    #main .information .imgBox .textBox h3 {
        margin-bottom: 13px;
        font-size: 1rem;
        line-height: 1.5;
    }
    #main .information .imgBox .textBox p {
        margin-left: 0;
        font-size: 0.8rem;
        line-height: 1.25;
    }
    #main .information .imgBoxR .textBox {
        padding: 0;
        margin: 0 auto 0 0;
    }
    #main .information .imgBoxR .photoBox .num {
        top: -5px;
        right: auto;
        left: -15px;
    }
    #main .information .imgBox01 {
        margin-bottom: 20px;
    }
    #main .information .notesList {
        margin: 0 20px;
    }
    #main .information .notesList li {
        font-size: 0.6rem;
        line-height: 1.33;
    }
    #main .information .notesList li a:hover {
        text-decoration: none;
    }
}


/*お問い合わせ・見積依頼はお気軽に*/

.contact2 {
    margin-top: 50px;
    background: #CFD5D4;
    padding: 50px 60px 90px;
}

.contact2 .contactin {
    padding: 40px 60px 50px;
    background: #ffffff;
    margin: 0px auto;
    /*box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);*/
}

.contact2 .contacthd {
    text-align: center;
    margin-bottom: 45px;
}

.contact2 .contacthd span {
    font-size: 28px;
    font-weight: 700;
    padding: 0 15px 15px;
    line-height: 1.5;
    display: inline-block;
    border-bottom: 2px #262626 solid;
}

.contact2 .contactdet {
    text-align: center;
    margin-bottom: 40px;
}

.contact2 .contactlist {
    max-width: 620px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.contact2 .contactlist li {
    width: 48%;
}

.contact2 .contactlist a {
    display: block;
    background: #1c1c1c;
    height: 150px;
    padding: 30px 20px 0;
    color: #fff;
}

.contact2 .contactlist a:hover {
    opacity: 0.7;
}

.contact2 .contactlist .contactico {
    text-align: center;
    margin-bottom: 20px;
}

.contact2 .contactlist .contactico img {
    height: 42px;
}

.contact2 .contactlist .contacttxt01 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.contact2 .contactlist .contacttxt02 {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
}

.contact2 .contactlist .contacttxt02 span {
    display: block;
    font-size: 24px;
}

.contact2 .contactcap {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .contact2 .contactin {
        margin: 0 -60px;
        width: 100%;
    }
    .contact2 .contacthd span {
        font-size: 24px;
    }
    .contact2 .contactlist li {
        width: 48%;
    }
}

@media (max-width: 640px) {
    .contact2 .contactin {
        width: 100%;
    }
    .contact2 .contacthd {
        margin-bottom: 30px;
    }
    .contact2 .contactdet {
        margin-bottom: 20px;
    }
    .contact2 .contactlist {
        display: block;
    }
    .contact2 .contactlist li {
        width: auto;
    }
    .contact2 .contactlist li+li {
        margin-top: 40px;
    }
    .contact2 .contactlist .contactico {
        text-align: center;
        margin-bottom: 20px;
    }
}


/* footer_2
----------------------------------------------- */

#footer_2 {
    background: #0f0f0f;
    padding: 10px 0;
    margin: 0 auto;
    width: 1200px;
}

#footer_2 .footerin {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer_2 .footerlink {
    border-left: 1px #fff solid;
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
    margin-right: 10px;
}

#footer_2 .footerlink li {
    border-right: 1px #fff solid;
    padding: 0 30px;
    line-height: 26px;
}

#footer_2 .footerlink li a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

#footer_2 .copyright {
    font-size: 10px;
    color: #fff;
}

@media (max-width: 1024px) {
    #footer_2 {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    #footer_2 .footerlink li {
        padding: 0 20px;
    }
    .contact2 .contactin {
        margin: 0;
    }
    .contact2 .contactlist .contacttxt02 {
        font-size: 12px;
    }
    .contact2 .contactlist .contacttxt01 {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    #footer_2 {
        padding: 10px 0 20px;
    }
    #footer_2 .footerin {
        display: block;
    }
    #footer_2 .footerlink {
        margin: 0 0 25px;
    }
    .contact2 .contactlist a {
        height: auto;
        padding: 30px 20px 10px;
    }
}

@media(max-width: 480px) {
    .contact2 .contactin {
        padding: 40px 0px 50px;
    }
}

.pagetop {
    position: fixed;
    right: 20px;
    bottom: 10%;
    z-index: 100;
}

@media (max-width: 1024px) {
    .pagetop {
        bottom: 20px;
    }
}

.contactico01 img {
    width: 16px;
}

.contactico01 {
    text-align: center;
    padding: 1rem 0 0;
}

#footer_2 .footerlink li {
    border-right: 1px #fff solid;
    padding: 0 40px 0 20px;
    line-height: 26px;
    background: url(/svcsol/campaign/images/shiroi_campus_202102/common/icon04-12x11.png) no-repeat right 20px center;
}

.exlink_small {
    width: 12px;
    color: #333333
}


/* movie yt
----------------------------------------------- */

.yt {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    background: #D7063B;
    border: 1px solid #D7063B;
    padding: 0.6rem 0.6rem;
    margin-top: 1rem;
}

.yt .playmark {
    width: 38px;
    height: 36px;
    background: url(/svcsol/campaign/images/shiroi_campus_202102/index/icon_play.png);
    margin: 0 1rem 0 0;
}

.yt:hover {
    cursor: pointer;
    color: #D7063B;
    background: #fff;
}

.yt:hover .playmark {
    background: url(/svcsol/campaign/images/shiroi_campus_202102/index/icon_play_hover.png);
}

.yt span {
    font-size: 1.2rem;
}

@media(max-width: 768px) {
    .yt,
    .yt img,
    .yt span {
        font-size: 0.8rem;
    }
}

@media(max-width: 480px) {
    .yt {
        display: block;
        font-size: 1rem;
        text-align: left;
    }
    .yt .playmark,
    .yt span {
        display: block;
        font-size: 1rem;
        margin-left: 0;
        margin-right: 0;
    }
}


/* /movie yt
----------------------------------------------- */


/* movie modal
----------------------------------------------- */

.overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .9);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    pointer-events: none;
}

.overlay iframe {
    width: 100%;
    height: 100%;
}

.overlay.is-open {
    z-index: 100;
    visibility: visible;
    opacity: 1;
    pointer-events: inherit;
}

.movie-closer {
    position: absolute;
    right: 0;
    top: -50px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.movie-container {
    position: relative;
    width: 854px;
    height: 480px;
    background-color: #333;
    transition: opacity .8s ease .2s;
}

.movie-container.is-play {
    opacity: 1;
}

@media only screen and (max-width: 750px) {
    .movie-container {
        width: 360px;
        height: 200px;
    }
}


/*/movie modal
----------------------------------------------- */
