    @charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* 共通項目 */


/* ++++++++++++++++++++++++++++++++++++++++++++++ */

* {
    margin: 0;
    padding: 0;
    text-decoration: none
}

fieldset {
    border: 0
}

body {
    line-height: 1.8
}

body,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
select,
ul {
    margin: 0;
    padding: 0
}

img {
    border: 0;
    vertical-align: top
}

a {
    text-decoration: none
}

em {
    font-style: normal
}

ul li {
    list-style-type: none;
    list-style-image: none
}

address {
    font-style: normal
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6em;
}


/* 文字装飾 */

strong {
    font-weight: bold;
}

ul li {
    list-style: none;
}


/* float解除 */

* html .cbox {
    zoom: 100%;
}

*:first-child+html .cbox {
    display: inline-block;
}

.cbox:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


/* box-sizing */

* {
    box-sizing: border-box;
}


/* img */

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


/* sp */

.sp {
    display: none !important;
}


/* リンク */


/* ++++++++++++++++++++++++++++++++++++++++++++++ */

a {
    color: #34414D;
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}


/* テキスト装飾 */


/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* 小文字 */

.cap {
    line-height: 1.5;
    font-size: 1.2rem;
}

.en {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
}


/* 横幅 */


/* ++++++++++++++++++++++++++++++++++++++++++++++ */

body {
    font-family: YakuHanJP_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    font-weight: 500;
    color: #34414D;
    padding: 0;
    margin: 0;
    letter-spacing: 0.06em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}

body:before {
    content: "";
    width: 104px;
    height: 115px;
    background: url("/images/motif02.png") no-repeat right top / 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

body:after {
    content: "";
    width: 127px;
    height: 118px;
    background: url("../img/common/motif03.svg") no-repeat right top / 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}


/* flex */


/* ++++++++++++++++++++++++++++++++++++++++++++++ */

.flex {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-start {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.flex-end {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-center {
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* ヘッダー */


/* ++++++++++++++++++++++++++++++++++++++++++++++ */

#header {
    width: 100%;
    height: 170px;
    background: url("../img/common/motif01.svg") no-repeat left top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

#header .logo {
    width: 190px;
    /*margin-top: 47px;*/
    margin-left: 40px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#header .logo a {
    display: block;
}

#header .logo a:hover {
    opacity: 0.7;
}

#header ul {
    margin-top: 67px;
    margin-right: 120px;
}

#header ul li {
    margin-left: 30px;
}

#header ul li:nth-child(1) {
    margin-left: 0;
}

#header ul li a {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
}

#header ul li:nth-child(1) a:hover {
    color: #F45B69;
}

#header ul li:nth-child(2) a:hover {
    color: #EDA773;
}

#header ul li:nth-child(3) a:hover {
    color: #59C3C3;
}

#header ul li:nth-child(4) a:hover {
    color: #EDE473;
}

#header ul li:nth-child(5) a:hover {
    color: #84B1EA;
}

#header ul li:nth-child(6) a:hover {
    color: #4062BB;
}

#header ul li:nth-child(7) a:hover {
    color: #52489C;
}

#header ul li:nth-child(8) a:hover {
    color: #767676;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* メニュー */


/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* menubtn */

.menubtn {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 10px;
    right: 0;
    z-index: 11;
}

.menubtn .menu {
    display: block;
    position: relative;
    cursor: pointer;
    width: 80px;
    height: 80px;
}

.menubtn .menu:before {
    content: "MENU";
    font-size: 1.2rem;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 52px;
    left: 0;
}

.menubtn .menu .openbtn-area {
    transition: all .4s;
}

.menubtn .menu span {
    width: 40px !important;
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    height: 1px;
    background: #fff;
}

.menubtn .menu span:nth-of-type(1) {
    top: 21px;
}

.menubtn .menu span:nth-of-type(2) {
    top: 31px;
}

.menubtn .menu span:nth-of-type(3) {
    top: 41px;
}

.menubtn .menu.active .openbtn-area {
    transform: rotateY(-360deg);
}

.menubtn .menu.active span:nth-of-type(1) {
    width: 40px !important;
    top: 26px;
    left: 50%;
    margin-left: -20px;
    transform: translateY(6px) rotate(-135deg);
}

.menubtn .menu.active span:nth-of-type(2) {
    opacity: 0;
}

.menubtn .menu.active span:nth-of-type(3) {
    width: 40px !important;
    top: 36px;
    left: 50%;
    margin-left: -20px;
    transform: translateY(-6px) rotate(135deg);
}


/* menubox */

#menubox {
    display: none;
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

#menubox .menunav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    height: 100vh;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#menubox .menunav .phtbg {
    width: -webkit-calc(100% - 1000px);
    width: calc(100% - 1000px);
    height: 100vh;
    /*background: url("../img/common/menu_pht.jpg") no-repeat center / cover;*/
    background: url("/images/menu_school2.png") no-repeat center / cover;
}

#menubox .menunav .text {
    max-width: 1000px;
    padding: 0 100px;
}

#menubox .menunav .text ul li {
    width: 200px;
    margin-top: 40px;
}

#menubox .menunav .text ul li:nth-child(1),
#menubox .menunav .text ul li:nth-child(2),
#menubox .menunav .text ul li:nth-child(3),
#menubox .menunav .text ul li:nth-child(4) {
    margin-top: 0;
}

#menubox .menunav .text ul li a.head {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
}

#menubox .menunav .text ul li a.head:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #34414D;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#menubox .menunav .text ul li a.head:hover:before {
    width: 0;
}

#menubox .menunav .text ul li ul.sub_list {
    margin-top: 25px;
}

#menubox .menunav .text ul li ul.sub_list li {
    margin-top: 0;
    padding-right: 20px;
    margin-bottom: 10px;
}

#menubox .menunav .text ul li ul.sub_list li:nth-last-child(1) {
    margin-bottom: 0;
}

#menubox .menunav .text ul li ul.sub_list li a {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.3em;
    text-align: left;
    position: relative;
}

#menubox .menunav .text ul li ul.sub_list li a:hover {
    opacity: 0.7;
}


/* contact-nav */

#contact-nav {
    position: fixed;
    top: 50%;
    right: 25px;
    margin-top: -135px;
    z-index: 10;
}

#contact-nav ul li:nth-child(1) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
}

#contact-nav ul li a {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: sideways;
    text-orientation: sideways;
}

#contact-nav ul li a:hover {
    opacity: 0.7;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* 基本レイアウト */


/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* main */

#main {
    display: block;
}

.inner {
    max-width: 1680px;
    margin: 0 auto;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}

.inner2 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}


/* contents */

.contents {
    padding-top: 120px;
    position: relative;
}

.contents .textbox {
    border: solid 1px #ddd;
    padding: 50px;
    text-align: center;
    margin-top: 40px;
}

.contents .set .cell {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: dashed 1px #ddd;
}

.contents .set .cell:nth-last-child(1) {
    border-bottom: solid 1px #ddd;
}

.contents .set .cell .check_tit {
    font-size: 2.2rem;
    line-height: 1.4em;
    margin-bottom: 8px;
    padding-left: 28px;
}

.contents .set .cell .check_color01 {
    background: url("../img/common/icon_check01.svg") no-repeat left top 4px;
}

.contents .set .cell .check_color02 {
    background: url("../img/common/icon_check02.svg") no-repeat left top 4px;
}

.contents .set .cell .check_color03 {
    background: url("../img/common/icon_check03.svg") no-repeat left top 4px;
}

.contents .set .cell .check_color04 {
    background: url("../img/common/icon_check04.svg") no-repeat left top 4px;
}

.contents .set .cell .check_color05 {
    background: url("../img/common/icon_check05.svg") no-repeat left top 4px;
}

.contents .set .cell .check_color06 {
    background: url("../img/common/icon_check06.svg") no-repeat left top 4px;
}

.contents .set .cell .check_color07 {
    background: url("../img/common/icon_check07.svg") no-repeat left top 4px;
}

.contents .set .cell .check_color08 {
    background: url("../img/common/icon_check08.svg") no-repeat left top 4px;
}


/* list_icon */

.list_icon li {
    font-size: 1.5rem;
    line-height: 1.4em;
    margin-bottom: 8px;
    padding-left: 15px;
    position: relative;
}

.list_icon li:nth-last-child(1) {
    margin-bottom: 0;
}

.list_icon li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}

.list_icon.list_color01 li:before {
    background: #FBBDC3;
}

.list_icon.list_color02 li:before {
    background: #F8DCC7;
}

.list_icon.list_color03 li:before {
    background: #BDE7E7;
}

.list_icon.list_color04 li:before {
    background: #F8F4C7;
}

.list_icon.list_color05 li:before {
    background: #CEE0F7;
}

.list_icon.list_color06 li:before {
    background: #B3C0E4;
}

.list_icon.list_color07 li:before {
    background: #BAB6D7;
}

.list_icon.list_color08 li:before {
    background: #34414D;
}


/* txt */

.txt {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8em;
}


/* txt_color */

.txt_color01 {
    color: #F45B69;
}

.txt_color02 {
    color: #EDA773;
}

.txt_color03 {
    color: #59C3C3;
}

.txt_color04 {
    color: #EDE473;
}

.txt_color05 {
    color: #84B1EA;
}

.txt_color06 {
    color: #4062BB;
}

.txt_color07 {
    color: #52489C;
}

.txt_color08 {
    color: #34414D;
}


/* btn */

.btn {
    width: 230px;
}

.btn.center {
    margin: 0 auto;
}

.btn a {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 30px;
    position: relative;
}

.btn a.jp {
    font-weight: 600;
}

.btn a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 10px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.btn.color01 a {
    background: #F45B69;
    color: #fff;
}

.btn.color02 a {
    background: #EDA773;
    color: #fff;
}

.btn.color03 a {
    background: #59C3C3;
    color: #fff;
}

.btn.color04 a {
    background: #EDE473;
}

.btn.color04 a:before {
    border-color: transparent transparent transparent #34414D;
}

.btn.color05 a {
    background: #84B1EA;
    color: #fff;
}

.btn.color06 a {
    background: #4062BB;
    color: #fff;
}

.btn.color07 a {
    background: #fff;
    color: #52489C;
}

.btn.color07 a:before {
    border-color: transparent transparent transparent #52489C;
}

.btn.color08 a {
    background: #34414D;
    color: #fff;
}

.btn a:hover {
    letter-spacing: 0.15em;
}

.btn a:hover:before {
    right: 15px;
}

a .btn span {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 30px;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

a .btn span.jp {
    font-weight: 600;
}

a .btn span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 10px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

a .btn.color01 span {
    background: #F45B69;
    color: #fff;
}

a .btn.color02 span {
    background: #EDA773;
    color: #fff;
}

a .btn.color03 span {
    background: #59C3C3;
    color: #fff;
}

a .btn.color04 span {
    background: #EDE473;
}

a .btn.color04 span:before {
    border-color: transparent transparent transparent #34414D;
}

a .btn.color05 span {
    background: #84B1EA;
    color: #fff;
}

a .btn.color06 span {
    background: #4062BB;
    color: #fff;
}

a .btn.color07 span {
    background: #fff;
    color: #52489C;
}

a .btn.color07 span:before {
    border-color: transparent transparent transparent #52489C;
}

a .btn.color08 span {
    background: #34414D;
    color: #fff;
}

a:hover .btn span {
    letter-spacing: 0.15em;
}

a:hover .btn span:before {
    right: 15px;
}


/* arrow */

a .arrow span {
    display: block;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

a .arrow span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 10px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
}

a:hover .arrow span {
    width: 60px;
    height: 60px;
}

a .arrow.color01 span {
    background: #F45B69;
}

a .arrow.color02 span {
    background: #EDA773;
}

a .arrow.color03 span {
    background: #59C3C3;
}

a .arrow.color04 span {
    background: #EDE473;
}

a .arrow.color05 span {
    background: #84B1EA;
}

a .arrow.color06 span {
    background: #4062BB;
}

a .arrow.color07 span {
    background: #52489C;
}

a .arrow.color08 span {
    background: #fff;
    border: solid 1px #ddd;
}

a .arrow.color08 span:before {
    border-color: transparent transparent transparent #34414D;
}

a .arrow.color09 span {
    background: linear-gradient(135deg, #FFFFFF, #DFE9F3, #FFFFFF);
    background-size: 300% 200%;
    animation: bggradient 10s ease infinite;
}

a .arrow.color09 span:before {
    border-color: transparent transparent transparent #34414D;
}


/* column02 */

.column02 .box {
    width: 48%;
    margin-right: 4%;
}

.column02 .box.mb {
    margin-bottom: 70px;
}

.column02 .box:nth-child(2n) {
    margin-right: 0;
}

.column02 .box a {
    display: block;
    position: relative;
}

.column02 .box .number {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.02em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: -20px;
}

.column02 .box .pht {
    overflow: hidden;
    border-radius: 30px;
}

.column02 .box a .pht img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

.column02 .box a:hover .pht img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.column02 .box a .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FAFAFA;
    overflow: hidden;
    border-radius: 30px;
    text-align: center;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
}

.column02 .box a .icon img {
    width: auto;
    height: 140px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.column02 .box a:hover .icon img {
    width: auto;
    height: 150px;
}

.column02 .box .text {
    padding-top: 20px;
    position: relative;
}

.column02 .box a .text .arrow {
    position: absolute;
    top: -25px;
    right: 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.column02 .box a:hover .text .arrow {
    top: -30px;
    right: 25px;
}


/* course-list */

.course-list .box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 50px;
}

.course-list .box:nth-child(2n) {
    margin-right: 0;
}

.course-list .box a .pht {
    width: 35%;
    overflow: hidden;
    border-radius: 30px;
    aspect-ratio: 1;
}

.course-list .box a .pht img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
    border-radius: 30px;
}

.course-list .box a:hover .pht img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.course-list .box a .text {
    width: 65%;
    position: relative;
    padding-left: 30px;
}

.course-list .box a .text .arrow {
    position: absolute;
    top: 50%;
    left: -25px;
    margin-top: -25px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.course-list .box a:hover .text .arrow {
    left: -30px;
    margin-top: -30px;
}

.course-list .box a .text .en {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 2px;
    margin-bottom: 12px;
}

#error h2 {
    font-size: 2.2rem;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 50px;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* 下層タイトル */


/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* pagetitle */

#pagetitle {
    width: 100%;
    background: linear-gradient(135deg, #FFFFFF, #DFE9F3, #FFFFFF);
    background-size: 300% 200%;
    animation: bggradient 10s ease infinite;
    position: relative;
    overflow: hidden;
}

#pagetitle:before {
    content: "";
    width: 100%;
    height: 5px;
    background: url("../img/common/border.svg") repeat-x left top;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#pagetitle .motif {
    width: 1270px;
    height: auto;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -685px;
    z-index: 1;
}

#pagetitle .inner {
    height: 600px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#pagetitle .text {
    padding-top: 250px;
    position: relative;
    z-index: 2;
}

#pagetitle .text .en {
    font-size: 1.4rem;
    line-height: 1;
    padding-left: 12px;
    margin-bottom: 10px;
    position: relative;
}

#pagetitle .text .en:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
}

#pagetitle.about .text .en:before {
    background: #F45B69;
}

#pagetitle.features .text .en:before {
    background: #EDA773;
}

#pagetitle.course .text .en:before {
    background: #59C3C3;
}

#pagetitle.voice .text .en:before {
    background: #EDE473;
}

#pagetitle.youtube .text .en:before {
    background: #84B1EA;
}

#pagetitle.news .text .en:before {
    background: #4062BB;
}

#pagetitle.faq .text .en:before {
    background: #52489C;
}

#pagetitle.contact .text .en:before {
    background: #ddd;
}

#pagetitle.taiken .text .en:before {
    background: #ddd;
}

#pagetitle.privacy .text .en:before {
    background: #ddd;
}

#pagetitle.blog .text .en:before {
    background: #34414D;
}

#pagetitle .text h1 {
    font-size: 5.0rem;
    line-height: 1.4em;
    margin-bottom: 35px;
}

#pagetitle .text h1 span {
    font-size: 3.0rem;
}

#pagetitle .text .breadcrumbs {
    font-size: 1.1rem;
}

#pagetitle.about .text .breadcrumbs .current-item {
    color: #F45B69;
}

#pagetitle.features .text .breadcrumbs .current-item {
    color: #EDA773;
}

#pagetitle.course .text .breadcrumbs .current-item {
    color: #59C3C3;
}

#pagetitle.voice .text .breadcrumbs .current-item {
    color: #EDE473;
}

#pagetitle.youtube .text .breadcrumbs .current-item {
    color: #84B1EA;
}

#pagetitle.news .text .breadcrumbs .current-item {
    color: #4062BB;
}

#pagetitle.faq .text .breadcrumbs .current-item {
    color: #52489C;
}

#pagetitle.contact .text .breadcrumbs .current-item {
    color: #666;
}

#pagetitle.taiken .text .breadcrumbs .current-item {
    color: #666;
}

#pagetitle.privacy .text .breadcrumbs .current-item {
    color: #666;
}

#pagetitle.blog .text .breadcrumbs .current-item {
    color: #34414D;
}

#pagetitle.about .text .breadcrumbs a:hover {
    opacity: 0.7;
}


/* title */

.title {
    margin-bottom: 50px;
}

.title.detail {
    margin-bottom: 30px;
}

.title .en {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 1;
    padding-left: 12px;
    margin-bottom: 8px;
    position: relative;
}

.title .en:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
}

.title.color01 .en:before {
    background: #F45B69;
}

.title.color02 .en:before {
    background: #EDA773;
}

.title.color03 .en:before {
    background: #59C3C3;
}

.title.color04 .en:before {
    background: #EDE473;
}

.title.color05 .en:before {
    background: #84B1EA;
}

.title.color06 .en:before {
    background: #4062BB;
}

.title.color07 .en:before {
    background: #52489C;
}

.title.color08 .en:before {
    background: #34414D;
}

.title h2 {
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.4em;
}


/* h3_tit */

.h3_tit {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.h3_tit.mb0 {
    margin-bottom: 0;
}

.h3_tit.mb08 {
    margin-bottom: 8px;
}

.h3_tit span {
    font-size: 2.0rem;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* cta */


/* ++++++++++++++++++++++++++++++++++++++++++++++ */

#cta {
    width: 100%;
    padding: 150px 0 0 0;
}

#cta ul {
    position: relative;
}

#cta ul:after {
    content: "";
    width: 55px;
    height: 55px;
    background: url("../img/contact/motif01.svg") no-repeat center / 100%;
    position: absolute;
    top: -40px;
    left: 60%;
    z-index: -1;
}

#cta ul:before {
    content: "";
    width: 105px;
    height: 105px;
    background: url("/images/motif04.png") no-repeat center / 100%;
    position: absolute;
    bottom: -40px;
    left: -40px;
    z-index: -1;
}

#cta ul li {
    width: 48%;
    padding: 10px;
    border-radius: 30px;
    background: linear-gradient(135deg, #FFFFFF, #DFE9F3, #FFFFFF);
    background-size: 300% 200%;
    animation: bggradient 10s ease infinite;
}

#cta ul li a {
    height: 220px;
    padding: 0 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    border-radius: 25px;
    position: relative;
}

#cta ul li a:hover {
    opacity: 0.9;
}

#cta ul li a .text h2 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px;
}

#cta ul li a .text .en {
    font-size: 1.2rem;
    line-height: 1;
}

#cta ul li a .arrow {
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -25px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#cta ul li a:hover .arrow {
    right: 45px;
    margin-top: -30px;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* フッター */


/* ++++++++++++++++++++++++++++++++++++++++++++++ */

#footer {
    width: 100%;
    margin-top: 150px;
    position: relative;
}

#footer:before {
    content: "";
    width: 100%;
    height: 5px;
    background: url("../img/common/border.svg") repeat-x left top;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#footer .pagetop {
    width: 75px;
    position: absolute;
    bottom: 80px;
    right: 0;
    z-index: 2;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#footer .pagetop:hover {
    bottom: 90px;
}

#footer .logo {
    position: relative;
    margin-bottom: 50px;
}

#footer .logo:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5px;
    z-index: -1;
}

#footer .logo a {
    width: 300px;
    background: #fff;
    padding-right: 30px;
    display: block;
}

#footer .infobox {
    margin-bottom: 60px;
}

#footer .infobox ul.btnlist {
    width: 430px;
}

#footer .infobox ul.btnlist li {
    width: 48%;
}

#footer .infobox ul.btnlist li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 28px;
    font-size: 1.5rem;
}

#footer .infobox ul.btnlist li a:hover {
    background: #34414D;
    border: solid 1px #34414D;
    color: #fff;
}

#footer .infobox .line {
    margin-top: -24px;
    margin-right: -150px;
}

#footer .infobox .line a:hover {
    opacity: 0.7;
}

#footer .infobox .telbox a {
    width: 306px;
    display: block;
}

#footer .infobox .telbox span {
    font-size: 1.2rem;
}

#footer ul.infonav {
    margin-bottom: 30px;
}

#footer ul.infonav li {
    margin-right: 20px;
}

#footer ul.infonav li:nth-last-child(1) {
    margin-right: 0;
}

#footer ul.infonav li a {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0;
}

#footer ul.infonav li a:hover {
    text-decoration: underline;
}

#footer .copyright2 {
    font-size: 1.0rem;
    line-height: 1;
    color: #ADADAD;
    padding-bottom: 80px;
}


/* max 1400px */

@media screen and (max-width: 1400px) {
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    /* ヘッダー */
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    #header ul {
        display: none;
    }
}


/* max 1300px */

@media screen and (max-width: 1300px) {
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    /* メニュー */
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    /* menubox */
    #menubox .menunav .phtbg {
        width: -webkit-calc(100% - 850px);
        width: calc(100% - 780px);
    }
    #menubox .menunav .text {
        max-width: 850px;
        padding: 0 0 0 60px;
    }
    #menubox .menunav .text ul li {
        width: 190px;
    }
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    /* 基本レイアウト */
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    .inner {
        max-width: 100%;
        width: 100%;
        padding: 0 7%;
    }
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    /* cta */
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    #cta ul li a {
        padding: 0 40px;
    }
    #cta ul li a .arrow {
        right: 40px;
    }
    #cta ul li a:hover .arrow {
        right: 35px;
    }
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    /* フッター */
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    #footer .pagetop {
        right: 7%;
    }
    #footer ul.infonav li {
        margin-right: 15px;
    }
    #footer ul.infonav li a {
        font-size: 1.3rem;
    }
    #footer .infobox .line {
        margin-top: -24px;
        margin-right: 0;
        padding: 0 20px;
    }
}


/* 1024px */

@media screen and (max-width: 1024px) {
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    /* メニュー */
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    /* menubox */
    #menubox .menunav .phtbg {
        display: none;
    }
    #menubox .menunav .text {
        max-width: 630px;
        margin: auto;
        padding: 0;
    }
    #menubox .menunav .text ul li {
        width: 210px;
        margin-top: 30px;
    }
    #menubox .menunav .text ul li:nth-child(4) {
        margin-top: 40px;
    }
    #menubox .menunav .text ul li a.head {
        font-size: 1.4rem;
    }
    #menubox .menunav .text ul li a.head:hover:before {
        width: 100%;
    }
    #menubox .menunav .text ul li ul.sub_list {
        margin-top: 15px;
    }
    #menubox .menunav .text ul li ul.sub_list li {
        padding-right: 20px;
        margin-bottom: 7px;
    }
    #menubox .menunav .text ul li ul.sub_list li a {
        font-size: 1.2rem;
        line-height: 1.4em;
    }
    #menubox .menunav .text ul li ul.sub_list li a:hover {
        opacity: 1;
    }
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    /* 基本レイアウト */
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    /* contents */
    .contents .textbox {
        margin-top: 30px;
        padding: 30px;
    }
    .contents .set .cell {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .contents .set .cell .check_tit {
        font-size: 1.8rem;
    }
    .contents .set .cell .check_color01 {
        background: url("../img/common/icon_check01.svg") no-repeat left top 2.5px;
    }
    .contents .set .cell .check_color02 {
        background: url("../img/common/icon_check02.svg") no-repeat left top 2.5px;
    }
    .contents .set .cell .check_color03 {
        background: url("../img/common/icon_check03.svg") no-repeat left top 2.5px;
    }
    .contents .set .cell .check_color04 {
        background: url("../img/common/icon_check04.svg") no-repeat left top 2.5px;
    }
    .contents .set .cell .check_color05 {
        background: url("../img/common/icon_check05.svg") no-repeat left top 2.5px;
    }
    .contents .set .cell .check_color06 {
        background: url("../img/common/icon_check06.svg") no-repeat left top 2.5px;
    }
    .contents .set .cell .check_color07 {
        background: url("../img/common/icon_check07.svg") no-repeat left top 2.5px;
    }
    .contents .set .cell .check_color08 {
        background: url("../img/common/icon_check08.svg") no-repeat left top 2.5px;
    }
    /* list_icon */
    .list_icon li {
        font-size: 1.4rem;
    }
    .list_icon li:before {
        top: 5px;
    }
    /* txt */
    .txt {
        font-size: 1.4rem;
        line-height: 1.8em;
    }
    /* btn */
    .btn {
        max-width: 200px;
    }
    .btn a {
        height: 50px;
        font-size: 1.3rem;
        border-radius: 25px;
    }
    .btn a:hover {
        letter-spacing: 0.06em;
    }
    .btn a:hover:before {
        right: 20px;
    }
    a .btn span {
        height: 50px;
        font-size: 1.3rem;
        border-radius: 25px;
    }
    a:hover .btn span {
        letter-spacing: 0.06em;
    }
    a:hover .btn span:before {
        right: 20px;
    }
    /* arrow */
    a .arrow span {
        width: 40px;
        height: 40px;
    }
    a:hover .arrow span {
        width: 40px;
        height: 40px;
    }
    /* column02 */
    .column02 .box {
        width: 48%;
    }
    .column02 .box .number {
        font-size: 1.0rem;
        left: -15px;
    }
    .column02 .box .pht {
        border-radius: 20px;
    }
    .column02 .box a:hover .pht img {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -o-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }
    .column02 .box .text {
        padding-top: 15px;
    }
    .column02 .box a .text .arrow {
        top: -20px;
        right: 20px;
    }
    .column02 .box a:hover .text .arrow {
        top: -20px;
        right: 20px;
    }
    /* course-list */
    .course-list {
        display: block;
    }
    .course-list .box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .course-list .box:nth-child(2n) {
        margin-right: 0;
    }
    .course-list .box a .pht {
        width: 150px;
        border-radius: 20px;
    }
    .course-list .box a .pht img {
        border-radius: 20px;
    }
    .course-list .box a:hover .pht img {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -o-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }
    .course-list .box a .text {
        width: -webkit-calc(100% - 150px);
        width: calc(100% - 150px);
        padding-left: 30px;
    }
    .course-list .box a .text .arrow {
        left: -20px;
        margin-top: -20px;
    }
    .course-list .box a:hover .text .arrow {
        left: -20px;
        margin-top: -20px;
    }
    .course-list .box a .text .en {
        font-size: 1.0rem;
        margin-bottom: 12px;
    }
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    /* 下層タイトル */
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    /* pagetitle */
    #pagetitle .motif {
        width: 1000px;
        top: -30px;
        margin-left: -420px;
    }
    #pagetitle .inner {
        height: 500px;
    }
    #pagetitle .text {
        padding-top: 200px;
    }
    #pagetitle .text .en {
        font-size: 1.2rem;
    }
    #pagetitle .text .en:before {
        top: 3px;
    }
    #pagetitle .text h1 {
        font-size: 4.0rem;
        margin-bottom: 30px;
    }
    #pagetitle .text h1 span {
        font-size: 2.0rem;
    }
    #pagetitle .text .breadcrumbs {
        font-size: 1.0rem;
    }
    /* title */
    .title {
        margin-bottom: 30px;
    }
    .title.detail {
        margin-bottom: 25px;
    }
    .title .en {
        font-size: 1.2rem;
    }
    .title .en:before {
        top: 3px;
    }
    .title h2 {
        font-size: 3.0rem;
        line-height: 1.2em;
    }
    /* h3_tit */
    .h3_tit {
        font-size: 2.2rem;
        line-height: 1.4em;
        margin-bottom: 15px;
    }
    .h3_tit span {
        font-size: 1.6rem;
    }
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    /* cta */
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    #cta {
        padding: 120px 0 0 0;
    }
    #cta ul li {
        width: 48%;
        padding: 5px;
        border-radius: 20px;
    }
    #cta ul li a {
        height: 180px;
        padding: 0 30px;
        border-radius: 15px;
    }
    #cta ul li a:hover {
        opacity: 1;
    }
    #cta ul li a .text h2 {
        font-size: 2.2rem;
        margin-bottom: 12px;
    }
    #cta ul li a .text .en {
        font-size: 1.0rem;
    }
    #cta ul li a .arrow {
        right: 30px;
    }
    #cta ul li a:hover .arrow {
        right: 30px;
        margin-top: -25px;
    }
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    /* フッター */
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    #footer {
        margin-top: 120px;
    }
    #footer .pagetop {
        width: 70px;
        right: auto;
        left: 50%;
        bottom: 30px;
        margin-left: -35px;
    }
    #footer .pagetop:hover {
        bottom: 30px;
    }
    #footer .logo {
        margin-bottom: 30px;
    }
    #footer .logo a {
        width: 240px;
        padding-right: 20px;
    }
    #footer .infobox {
        margin-bottom: 40px;
    }
    #footer .infobox ul.btnlist {
        width: 350px;
    }
    #footer .infobox ul.btnlist li {
        width: 48%;
    }
    #footer .infobox ul.btnlist li a {
        height: 50px;
        border-radius: 25px;
        font-size: 1.3rem;
    }
    #footer .infobox .line {
        width: 200px;
        margin-top: 0;
        margin-right: 0;
        padding: 0 20px;
    }
    #footer .infobox .telbox a {
        width: 240px;
        display: block;
    }
    #footer .infobox .telbox span {
        display: block;
        font-size: 1.0rem;
        letter-spacing: 0;
    }
    #footer ul.infonav {
        margin-bottom: 15px;
    }
    #footer ul.infonav li {
        margin-bottom: 20px;
    }
    #footer ul.infonav li a {
        font-size: 1.2rem;
    }
    #footer .copyright2 {
        text-align: center;
        padding-bottom: 110px;
    }
}


/* max 767px */

@media screen and (max-width: 992px) {
    .pc {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .menubtn {
        top: 5px;
        transform: scale(.75);
        transform-origin: top right;
    }
}

/* max 767px */

@media screen and (max-width: 767px) {
    .sp {
        display: block !important;
    }
    .pc {
        display: none;
    }
    body:before {
        content: "";
        width: 80px;
        height: 115px;
        background: url("/images/motif02.png") no-repeat right top / 100%;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
    }
    body:after {
        display: none;
    }
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    /* ヘッダー */
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    #header {
        height: 100px;
        background: url("../img/common/motif01.svg") no-repeat left top / 100px;
    }
    /* margin-top: 30px;
    margin-left: 20px; */
    #header .logo a:hover {
        opacity: 1;
    }
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    /* メニュー */
    /* ++++++++++++++++++++++++++++++++++++++++++++++ */
    /* menubox */
        #menubox {
            width: 100%;
        }
        #menubox .menunav {
            display: block;
            width: 100%;
            height: 100%;
            padding: 60px 7% 80px 7%;
            overflow: hidden;
            overflow-y: scroll;
        }
        #menubox .menunav .text {
            max-width: 100%;
        }
        #menubox .menunav .text ul li {
            width: 100%;
            margin-top: 0 !important;
            border-top: solid 1px #ddd;
        }
        #menubox .menunav .text ul li a.head {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            font-size: 1.4rem;
            line-height: 1;
            padding: 0 10px;
            height: 56px;
        }
        #menubox .menunav .text ul li a.head:before {
            display: none;
        }
        #menubox .menunav .text ul li a.ac {
            position: relative;
        }
        #menubox .menunav .text ul li a.ac:before {
            content: "";
            display: block;
            width: 16px;
            height: 2px;
            background: #34414D;
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -1px;
            z-index: 2;
        }
        #menubox .menunav .text ul li a.ac:after {
            content: "";
            width: 2px;
            height: 16px;
            background: #34414D;
            position: absolute;
            top: 50%;
            right: 17px;
            margin-top: -8px;
            z-index: 2;
        }
        #menubox .menunav .text ul li a.ac:hover:before {
            width: 16px;
        }
        #menubox .menunav .text ul li a.ac.active:after {
            display: none;
        }
        #menubox .menunav .text ul li ul.sub_list {
            display: none;
            margin-top: 0;
            padding: 0 10px;
            padding-bottom: 20px;
        }
        #menubox .menunav .text ul li ul.sub_list li {
            padding-right: 0;
            border-top: none;
        }
        #menubox .menunav .text ul li ul.sub_list li a {
            font-size: 1.3rem;
        }
        /* contact-nav */
        #contact-nav {
            width: 100%;
            background: #fff;
            position: fixed;
            top: auto;
            right: 0;
            bottom: 0;
            margin-top: 0;
            z-index: 10;
        }
        #contact-nav ul {
            border-top: solid 1px #ddd;
            width: 100%;
            display: flex;
            display: -webkit-flex;
            justify-content: space-between;
        }
        #contact-nav ul li {
            width: 50%;
        }
        #contact-nav ul li:nth-child(1) {
            margin-bottom: 0;
            padding-bottom: 0;
            border-right: solid 1px #ddd;
            border-bottom: none;
        }
        #contact-nav ul li a {
            display: block;
            font-size: 1.5rem;
            text-align: center;
            -ms-writing-mode: inherit;
            writing-mode: inherit;
            -webkit-text-orientation: inherit;
            text-orientation: inherit;
            padding: 15px 10px;
        }
        #contact-nav ul li a:hover {
            opacity: 1;
        }
        /* ++++++++++++++++++++++++++++++++++++++++++++++ */
        /* 基本レイアウト */
        /* ++++++++++++++++++++++++++++++++++++++++++++++ */
        /* main */
        #main {
            width: 100%;
            display: block;
        }
        .inner {
            width: 100%;
            padding: 0 5%;
        }
        /* contents */
        .contents {
            padding-top: 80px;
        }
        .contents .textbox {
            padding: 25px;
            text-align: left;
        }
        /* column02 */
        .column02 {
            display: block;
        }
        .column02 .box {
            width: 100%;
            margin-right: 0;
            margin-bottom: 30px;
        }
        .column02 .box.mb {
            margin-bottom: 30px;
        }
        .column02 .box:nth-last-child(1) {
            margin-bottom: 0;
        }
        .column02 .box .number {
            font-size: 1.0rem;
            left: -12px;
        }
        .column02 .box a .icon img {
            height: 120px;
        }
        .column02 .box a:hover .icon img {
            height: 120px;
        }
        /* course-list */
        .course-list {
            display: flex;
        }
        .course-list .box {
            width: 48%;
            margin-right: 4%;
            margin-bottom: 30px;
        }
        .course-list .box a {
            display: block;
        }
        .course-list .box a .pht {
            width: 100%;
            border-radius: 20px;
        }
        .course-list .box a .pht img {
            border-radius: 20px;
        }
        .course-list .box a:hover .pht img {
            -webkit-transform: scale(1.0);
            -moz-transform: scale(1.0);
            -o-transform: scale(1.0);
            -ms-transform: scale(1.0);
            transform: scale(1.0);
        }
        .course-list .box a .text {
            width: 100%;
            padding-top: 26px;
            padding-left: 0;
        }
        .course-list .box a .text .arrow {
            top: -20px;
            left: 50%;
            margin-top: 0;
            margin-left: -20px;
        }
        .course-list .box a:hover .text .arrow {
            top: -20px;
            left: 50%;
            margin-top: 0;
            margin-left: -20px;
        }
        .course-list .box a .text .en {
            font-size: 1.0rem;
            margin-bottom: 0;
            text-align: center;
        }
        .course-list .box a .text .h3_tit {
            font-size: 1.8rem;
            margin-bottom: 0;
            line-height: 1.2em;
            text-align: center;
        }
        .course-list .box a .text .h3_tit span {
            font-size: 1.4rem;
        }
        .course-list .box a .text .txt {
            display: none;
        }
        #error h2 {
            font-size: 1.8rem;
            margin-bottom: 30px;
        }
        /* ++++++++++++++++++++++++++++++++++++++++++++++ */
        /* 下層タイトル */
        /* ++++++++++++++++++++++++++++++++++++++++++++++ */
        /* pagetitle */
        #pagetitle .motif {
            width: 700px;
            top: -20px;
            margin-left: -270px;
        }
        #pagetitle .inner {
            padding: 0;
            height: 300px;
        }
        #pagetitle .text {
            padding-top: 120px;
        }
        #pagetitle .text .en {
            margin-left: 5%;
        }
        #pagetitle .text h1 {
            font-size: 3.4rem;
            margin-bottom: 15px;
            padding: 0 5%;
        }
        #pagetitle .text h1 span {
            font-size: 2.0rem;
        }
        #pagetitle .text .breadcrumbs {
            overflow: auto;
            white-space: nowrap;
            margin-left: 5%;
        }
        /* ++++++++++++++++++++++++++++++++++++++++++++++ */
        /* cta */
        /* ++++++++++++++++++++++++++++++++++++++++++++++ */
        #cta {
            padding: 80px 0 0 0;
        }
        #cta ul {
            display: block;
        }
        #cta ul li {
            width: 100%;
            margin-bottom: 20px;
        }
        #cta ul li:nth-last-child(1) {
            margin-bottom: 0;
        }
        #cta ul li a {
            height: 100px;
            padding: 0 25px;
        }
        #cta ul li a .text h2 {
            margin-bottom: 8px;
        }
        #cta ul li a .arrow {
            right: 20px;
            margin-top: -20px;
        }
        #cta ul li a:hover .arrow {
            right: 20px;
            margin-top: -20px;
        }
        /* ++++++++++++++++++++++++++++++++++++++++++++++ */
        /* フッター */
        /* ++++++++++++++++++++++++++++++++++++++++++++++ */
        #footer {
            margin-top: 80px;
            padding-bottom: 50px;
        }
        #footer .pagetop {
            width: 70px;
            right: auto;
            left: 50%;
            bottom: 30px;
            margin-left: -35px;
        }
        #footer .pagetop:hover {
            bottom: 30px;
        }
        #footer .logo {
            margin-bottom: 20px;
        }
        #footer .logo a {
            width: 200px;
        }
        #footer .infobox {
            display: block;
            margin-bottom: 30px;
        }
        #footer .infobox ul.btnlist {
            width: 100%;
            margin-bottom: 20px;
        }
        #footer .infobox .line {
            width: 240px;
            margin: 25px auto 25px auto;
            padding: 0;
        }
        #footer .infobox .telbox a {
            width: 240px;
            display: block;
            margin: auto;
        }
        #footer .infobox .telbox span {
            text-align: center;
        }
        #footer ul.infonav {
            margin-bottom: 30px;
        }
        #footer ul.infonav li {
            width: 100%;
            display: none;
            margin-bottom: 0;
        }
        #footer ul.infonav li:nth-last-child(1) {
            display: block;
        }
        #footer ul.infonav li a {
            font-size: 1.3rem;
            text-align: center;
        }
        #footer .copyright2 {
            text-align: center;
            padding-bottom: 110px;
        }
    }
    @keyframes bggradient {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }