@charset "utf-8";


/*----------------------------------------------------------------------------
   expression
------------------------------------------------------------------------------*/

.inner {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:1296px) {
    .inner {
        width: calc(100% - 96px);
        margin-left: 48px;
        margin-right: 48px;
    }
}


/*----------------------------------------------------------------------------
   subpage
------------------------------------------------------------------------------*/

.subvisual {
    width: calc(100% - 48px);
    max-width: 1872px;
    margin: 0 auto;
}
.subvisual .subvisual-wrap {
    position: relative;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 110px;
    overflow: hidden;
    border-radius: 24px;
}
.subvisual .subvisual-wrap::before {
    content: "";
    display: block;
    padding-top: 21.3675%;
}
.subvisual .subvisual-txt {
    display: none;
}

@media screen and (max-width:1200px) {
    .subvisual .subvisual-wrap {
        background-position: center bottom;
    }
    .subvisual .subvisual-wrap::before {
        content: "";
        display: block;
        padding-top: 50%;
    }
    .subvisual .subvisual-txt {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 48%;
        box-sizing: border-box;
        padding-top: 5%;
        background: linear-gradient(0deg, rgba(243,244,255,0),rgba(243,244,255,1),rgba(243,244,255,1),rgba(243,244,255,1),rgba(243,244,255,1));
    }
    .subvisual h1 {
        text-align: center;
    }
    .subvisual h1 .eng {
        display: block;
        color: #3c92e2;
        font-weight: 200;
    }
}
@media screen and (max-width:880px) {
    .subvisual .subvisual-txt {
        height: 54%;
    }
}
@media screen and (max-width:750px) {
    .subvisual .subvisual-wrap::before {
        padding-top: 60%;
    }
    .subvisual .subvisual-txt {
        height: 60%;
    }
}

.breadcrumb {
    width: 100%;
    padding: .75em 0;
}

.contents-wrap {
    margin: 84px 0;
}


/*----------------------------------------------------------------------------
   header
------------------------------------------------------------------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 110px;
    padding-left: 48px;
    background-color: rgba(255,255,255,.75);
    box-sizing: border-box;
}

header a {
    color: inherit;
    text-decoration: none;
}

header .hd-wrap {
    width: calc(100% - 296px);
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .hd-wrap::after {
    display: none;
}

header h1 {
}
header h1 a {
    display: block;
    width: 354px;
    height: 56px;
    background: url("../image/header/logo.png") no-repeat center;
}

header .hd-navwrap {
    display: flex;
    align-items: center;
}
header .hd-navwrap ul {
    list-style: none;
}
header .hd-navwrap ul li {
    display: inline-block;
    margin-right: 2em;
}
header .hd-navwrap ul li:last-child {
    margin-right: 0;
}
header .hd-navwrap ul li a {
    color: inherit;
}
header .hd-navwrap ul li a:hover {
    color: #3c92e2;
}

header .hd-navwrap .hd-tel {
    border-left: 1px solid #ccc;
    padding-left: 36px;
    margin-left: 36px;
}
.ua-pc header .hd-navwrap .hd-tel {
    pointer-events: none;
}

header .hd-contact {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 260px;
    height: 160px;
    margin-left: 36px;
    padding-top: 30px;
    box-sizing: border-box;
    background-color: #3c92e2;
    border-bottom-left-radius: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
header .hd-contact .hd-contact-eg {
    display: block;
    margin-bottom: .5em;
}

@media screen and (max-width:1660px) {
    header .hd-navwrap .hd-tel {
        display: none;
    }
}

@media screen and (max-width:1300px) {
    header {
        height: 96px;
    }
    header .hd-wrap {
        height: 96px;
    }
    header h1 a {
        width: 266px;
        height: 42px;
        background-size: contain;
    }
    header .hd-navwrap ul li {
        margin-right: 1.5em;
    }
    header .hd-wrap {
        width: calc(100% - 240px);
    }
    header .hd-contact {
        width: 216px;
    }    
}

@media screen and (max-width:1120px) {
    header .hd-wrap {
        width: calc(100% - 212px);
    }
    header .hd-navwrap nav {
        display: none;
    }
    header .hd-navwrap .hd-tel {
        display: block;
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }
    header .hd-contact {
        position: fixed;
        top: 8px;
        right: 108px;
        width: 80px;
        height: 80px;
        padding-top: 12px;
        margin-left: 24px;
        border-bottom-left-radius: 0;
    }
    header .hd-contact::before {
        font-family: 'Material Icons';
        content: '\e0be';
        font-size: 48px;
    }
    header .hd-contact .hd-contact-txt {
        display: none;
    }
}

@media screen and (max-width:880px) {
    header .hd-wrap {
        width: calc(100% - 206px);
    }
    header .hd-navwrap .hd-tel {
        display: none;
    }
}

@media screen and (max-width:750px) {
    .ua-sp header .hd-navwrap .hd-tel {
        display: block;
        width: 80px;
        height: 80px;
        padding-top: 6px;
        box-sizing: border-box;
        color: #fff;
        text-align: center;
        background-color: #4ebfcf;
    }
    .ua-sp header .hd-navwrap .hd-tel::before {
        font-family: 'Material Icons';
        content: '\e0b0';
        font-size: 48px;
    }
    .ua-sp header .hd-navwrap .hd-tel .hd-tel-txt {
        display: none;
    }
    
    .ua-sp header .hd-contact {
        padding-top: 6px;
        margin-left: 18px;
    }
}


/*------------------------------------------------------------------------------------------------------------------
　sidebar
-------------------------------------------------------------------------------------------------------------------*/

.sidebar {
	display: none;
	position: fixed;
	top: 0;
    right: -460px;
	z-index: 100;
	transition: 0.3s;
	width: 100%;
	height: 100%;
    max-width: 460px;
	box-sizing: border-box;
	padding: 30px;
    overflow-y: scroll;
    background: url("../image/home/info-bg.png") no-repeat #fafafa;
    background-position: 36% bottom;
}

.ua-sp .sidebar {
	overflow: scroll;
}

.sidebar.active {
	right: 0;
}

.sidebar nav {
}
.sidebar nav ul {
    list-style: none;
}
.sidebar nav li {
    border-bottom: 1px solid #ccc;
}
.sidebar nav li a {
    display: block;
    padding: 1em 0;
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}

.sidebar .sd-contact {
    display: block;
    width: 100%;
    padding: 1em 0;
    margin-top: 1em;
    background-color: #3c92e2;
    border-radius: .5em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
}



/* sidebar-button */
.sidebar-button {
	display: none;
	position: fixed;
	top: 8px;
	right: 12px;
	width: 80px;
	height: 80px;
	background-color: #eee;
	z-index: 100;
	box-sizing: border-box;
	padding-top: 18px;
	padding-left: 15px;
	transition: 0.3s;
}

.sidebar-button.active {
	right: 480px;
}

.sidebar-button button {
	transform: scale(0.8,0.8);
	transform-origin: center;
}

@media screen and (max-width: 1120px) {
	.sidebar {
		display: block;
	}
	.sidebar-button {
		display: block;
	}
}

@media screen and (max-width:750px) {
    .ua-sp .sidebar-button {
        padding-top: 10px;
    }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 50px;
  height: 44px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #282828;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger span:nth-of-type(1) {
  animation: menu-bar01 .75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
  animation: menu-bar02 .75s forwards;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active span:nth-of-type(1) {
  animation: active-menu-bar01 .75s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(20px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  animation: active-menu-bar03 .75s forwards;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(-20px) rotate(-45deg);
  }
}


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

footer {
}

footer .ft-content {
    background-color: #edf5fc;
    background-image: url("../image/footer/ft-bg.png");
    background-repeat: no-repeat;
    background-position: 60px 10px;
    padding: 48px 0;
}

footer .ft-inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

footer .ft-info {
    width: calc(50% - 50px);
}
footer .ft-info address {
    display: block;
    margin: 1em 0;
    letter-spacing: 0;
    white-space: nowrap;
}
footer .ft-info dl {
    display: flex;
    flex-wrap: wrap;
}
footer .ft-info dt {
    width: 6.5em;
    font-weight: bold;
}
footer .ft-info dd {
    width: calc(100% - 6.5em);
}

footer .ft-licence {
    width: calc(50% - 50px);
    padding: 30px;
    background-color: #fff;
    box-sizing: border-box;
}
footer .ft-licence b {
    line-height: 1.2;
}
footer .ft-licence dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
}
footer .ft-licence dt {
    width: 8.5em;
    font-weight: bold;
}
footer .ft-licence dd {
    width: calc(100% - 8.5em);
}

footer .accessmap {
    line-height: 0;
}
footer .accessmap iframe {
    width: 100%;
    margin: 0;
    padding: 0;
}

footer .copyright {
    width: 100%;
    padding: 1em 0;
    box-sizing: border-box;
    background-color: #2d85e8;
    color: #fff;
    line-height: 1;
    text-align: center;
}

/*
.pagetop {
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 30px;
}
*/

.live-fix {
    position: fixed;
    display: inline-block;
    z-index: 10;
    bottom: 20px;
    right: 24px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #fff;
}
.live-fix a {
    display: block;
    width: 300px;
    height: 140px;
    background: url("../image/footer/live.png") no-repeat;
    text-indent: 200%;
    overflow: hidden;
    white-space: nowrap;
    transition: .2s;
    animation: live-fix 1.5s linear infinite;
}
.live-fix a:hover {
    opacity: .7;
}
@keyframes live-fix {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: .6;
  }
}

@media screen and (max-width:1360px) {
    footer .ft-inner {
        width: calc(100% - 96px);
        margin-left: auto;
        margin-right: auto;
    }
    footer .ft-info,
    footer .ft-licence {
        width: calc(50% - 24px);
    }
}

@media screen and (max-width:960px) {
    footer .ft-content {
        background-position: center 30px;
        padding: 48px 0;
    }
    footer .ft-inner {
        width: 100%;
        max-width: 420px;
        flex-wrap: wrap;
    }
    footer .ft-info,
    footer .ft-licence {
        width: 100%;
    }
    footer .ft-info {
        margin-bottom: 48px;
    }
    footer .ft-info .logo {
        text-align: center;
    }
}

@media screen and (max-width:750px) {
    footer .ft-inner {
        max-width: 640px;
    }
    .ua-sp footer {
        margin-bottom: 160px;
    }
    .ua-sp #live footer {
        margin-bottom: 0;
    }
    .live-fix {
        bottom: 0;
        right: 0;
        border-radius: 0;
    }
    .live-fix a {
        width: 750px;
        height: 160px;
        background: url("../image/footer/livesp.png") no-repeat;
    }
}



