@charset 'UTF-8';
/* 共通 */
.bg1 {
    background: url(../images/feature_bg_pc.png) no-repeat center top / 2000px 500px;
}
.bg2 {
    background: url(../images/beginner_bg_pc.png) no-repeat center top / 2000px 500px;
}

.section__container .section__heading {
    color: #0057B8;
    font-size: 32px;
    margin-bottom: 27px;
}
.section__container .section__heading span {
    padding-left: 32px;
    background: url(../images/icon.png) no-repeat 0 40%;
}
.section__container .section__heading:only-child {
    margin-bottom: 0;
}
.section__container p {
    text-align: center;
}
.section__container p+p {
    margin-top: 30px;
}
.section__container p .text--strong {
    display: block;
    font-size: 15px;
    margin-bottom: 17px;
}
.section__container p+.buttonList {
    margin-top: 35px;
}
.section__container .align-center .button {
    position: relative;
}
.section__container .align-center .button:before {
    content: "";
    width: 8px;
    height: 14px;
    position: absolute;
    right: 10px;
    display: inline-block;
    background: url(/cmn/content/images/feature_icon_arrow_01.png) no-repeat right center/8px auto;
    top: 8px;
}

/* mv */
.mv__container {
    position: relative;
    height: 500px;
    width: 992px;
    margin: auto;
}
.mv__container .mv__item {
    text-align: center;
    padding-top: 15px;
}
.mv__container .mv__item img {
    width: auto;
    height: 100%;
}
.mv__container .mv__link {
    position: absolute;
    height: 62px;
    width: 115px;
    text-align: center;
    vertical-align: bottom;
    top: 50%;
}
.mv__container .mv__link.left {
    left: -5%;
}
.mv__container .mv__link.right {
    right: -5%;
}
@media only screen and (max-width: 1300px) {
.mv__container .mv__link.left {left: 10px;}
.mv__container .mv__link.right {right: 10px;}
}
.mv__container .mv__link a {
    position: relative;
    font-weight: bold;
    font-size: 15px;
    padding: 39px 0 0;
    text-decoration: none;
    color: #0057B8;
}
.mv__container .mv__link a:before,
.mv__container .mv__link a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.mv__container .mv__link a:before {
    width: 30px;
    height: 30px;
    background-color: #0057B8;
    overflow: hidden;
    border-radius: 18px;
    border: 2px #0057B8 solid;
}
.mv__container .mv__link a:hover:before {
    background-color: #fff;
}
.mv__container .mv__link a:after {
    z-index: 2;
    width: 10px;
    height: 10px;
    top: 11px;
    border-top: 2px #fff solid;
    border-left: 2px #fff solid;
}
.mv__container .mv__link.left a:after {
    left: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.mv__container .mv__link.right a:after {
    right: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.mv__container .mv__link a:hover:after {
    border-top: 2px #0057B8 solid;
    border-left: 2px #0057B8 solid;
}
/* buttonList */

.buttonList .imgButton .imgButton__img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
}
.buttonList .imgButton:hover {
    opacity: 1;
}
.buttonList .imgButton .imgButton__text {
    height: 100%;
    padding: 0;
    width: 100%;
    display: table;
    background: -webkit-gradient(linear, left 50%, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .25), rgba(0, 0, 0, .6));
    font-size: 20px;
}
.buttonList .imgButton .imgButton__text span {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.buttonList .buttonList__item--col2 .item--col2__link {
    text-decoration: none;
}
.buttonList .buttonList__item--col2 .item--col2__link .imgButton {
    height: 240px;
    width: 472px;
}
.buttonList .buttonList__item--col2 .item--col2__link .imgButton:hover {
    opacity: 1;
}
.buttonList .buttonList__item--col2 .item--col2__link:hover .imgButton {
    opacity: 0.7;
}
.buttonList .buttonList__item--col2 .item--col2__link .imgButton .imgButton__img {
    left: -55px;
}
.buttonList .buttonList__item--col2 .item--col2__link .align-center {
    display: block;
}
.buttonList .buttonList__item--col2 .item--col2__link .button--type-outline:hover {
    background-color:#fff;
}
.buttonList .buttonList__item--col2 .item--col2__link:hover .button--type-outline {
    background-color:#D7D7D7;;
}
.buttonList .buttonList__item--col2 .imgButton__text {
    font-size: 20px;
}
.buttonList .buttonList__item--col4 {
    -webkit-transition: .25s;
    transition: .25s;
}
.buttonList .buttonList__item--col4:hover {
    opacity: 0.7;
}
.buttonList .buttonList__item--col4 .imgButton {
    width: 228px;
    height: 228px;
}
.buttonList .buttonList__item--col4 .imgButton .imgButton__img {
    left: -160px;
}
.buttonList .buttonList__item--col6 a {
    text-decoration: none;
}
.buttonList .buttonList__item--col6 {
    -webkit-transition: .25s;
    transition: .25s;
}
.buttonList .buttonList__item--col6:hover {
    opacity: 0.7;
}
.buttonList .buttonList__item--col6 .imgButton {
    width: 147px;
    height: 147px;
}
.buttonList .buttonList__item--col6 .img__text {
    color: #333333;
    margin-top: 20px;
    display: table;
    width: 147px;
    height: 44px;
}
.buttonList .buttonList__item--col6 .img__text span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.buttonList+.iconTextList {
    border-top: solid 1px #d7d7d7;
    padding-top: 25px;
}
/* iconTextList */
.iconTextList .iconTextList__link:after {
    border-top: none;
    border-right: none;
    width: 8px;
    height: 14px;
    right: 2px;
    left: auto;
    transform: none;
    -webkit-transform: none;
    top: 4px;
    display: inline-block;
    background: url(/cmn/content/images/feature_icon_arrow_01.png) no-repeat right center/8px auto;
}
.iconTextList .iconTextList__link:before {
    width: 0;
    height: 0;
    background: none;
}
.iconTextList .iconTextList__item {
    padding: 0 20px 0 0;
}
/* container */
.container__item3 {
    clear: both;
    overflow: hidden;
    padding: 0 0 32px;
}
.container__item3 .item__col3 {
    float: left;
    width: 320px;
}
.container__item3 .item__col3+.item__col3 {
    margin-left: 16px;
}
/* .container__item3 .item__col3 img {
    width: 100%;
} */
.container__item3 .item__col3 p {
    text-align: left;
    margin-top: 12px;
    height: 120px;
}
.container__item3 .item__col3 p span {
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
.container__item3 .item__col3 .align-center.col2 {
    width: 48%;
    display: inline-block;
}
.container__item3 .item__col3 .align-center.col2+.col2 {
    margin-left: 2%;
}
/* beginner */
.howToBook.container__item3 .item__col3 .item__img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 320px;
    height: 130px;
}
.howToBook.container__item3 .item__col3 .item__img img {
    width: 100%;
    height: auto;
}
.howToBook.container__item3 .item__col3 .item__img .item__txt {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .25), rgba(0, 0, 0, .6));
    display: table;
}
.howToBook.container__item3 .item__col3 .item__img .item__txt span {
    display: table-cell;
    vertical-align: middle;
}
.howToBook.container__item3 .item__col3 .align-center .button.button--size-small.button--type-outline {
    border-color: #a5a5a5;
}
.consultation.container__item3 .item__col3 .item__img {
    overflow: hidden;
    width: 265px;
    height: 265px;
    position: relative;
    margin-left: 28px;
    border-radius: 132px;
}
.consultation.container__item3 .item__col3 .item__img img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
}
.consultation.container__item3 .item__col3 .item__img span {
    position: absolute;
    height: 40%;
    width: 100%;
    bottom: 0;
    background: rgba(0,64,152,0.5);
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 11px;
}

#beginner__box2 .safety .item__col3{
	text-align:center;
}

#beginner__box4 .button {
    border-radius: 24px;
}
#beginner__box4 .section__container .align-center .button:before {
    top: 15px;
    background: url(/cmn/content/images/feature_icon_arrow_02.png) no-repeat right center/8px auto;
}
#beginner__box4 .section__container .align-center .button:hover:before {
    top: 15px;
    background: url(/cmn/content/images/feature_icon_arrow_01.png) no-repeat right center/8px auto;
}
#beginner__box4 .section__container .align-center .button:after {
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    top: 13px;
    left: 33px;
    background: url(../images/beginner4-1_pc.png) no-repeat center;
}
#beginner__box4 .section__container .align-center .button:hover:after {
    background: url(../images/beginner4-1_on_pc.png) no-repeat center;
}

/* pageTop */

#pageTop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 15px;
    z-index: 999;
}

/* back__btn */
.back__btn {
    margin-top: 65px;
}
.back__btn a {
    color: #333;
    text-decoration: none;
    position: absolute;
    padding-left: 20px;
}
.back__btn a:hover {
    text-decoration: underline;
}
.back__btn a:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    bottom: 5px;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

