@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul,
ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

/*********************
  setting
**********************/
html {
  font-size: 62.5%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100%;
}

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

a:hover {
  opacity: 1;
  text-decoration: none;
}

body.is-pc a {
  opacity: 1;
  transition: opacity .2s;
}

body.is-pc a:hover {
  opacity: 0.7;
}

.global-wrapper {
  overflow: hidden;
  min-height: 100%;
}

/*********************
  global-header
**********************/
.global-header {
  background-color: #f2830b;
}

.global-header__inner {
  max-width: 1125px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 60px;
  overflow: hidden;
}

.global-header__logo {
  width: 115px;
  position: relative;
  z-index: 100;
}

.global-header__logo > a {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  display: block;
  width: 100%;
  padding-top: calc(29 / 113 * 100%);
  background: url(../images/common/logo.svg) no-repeat center;
  background-size: contain;
  position: relative;
  transition: opacity .3s;
}

.global-header__logo > a:hover {
  opacity: 0.7;
}

.global-header__dayon {
  width: 130px;
  position: absolute;
  z-index: 110;
  top: 5px;
  left: 140px;
  -webkit-animation: anim-global-header-dayon 1s both 1s;
          animation: anim-global-header-dayon 1s both 1s;
}

.global-header__dayon::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(213 / 238 * 100%);
  background: url(../images/common/dayon.svg) no-repeat center;
  background-size: contain;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

@-webkit-keyframes anim-global-header-dayon {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000%, 0);
            transform: translate3d(0, 1000%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 5%, 0);
            transform: translate3d(0, 5%, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5%, 0);
            transform: translate3d(0, -5%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes anim-global-header-dayon {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000%, 0);
            transform: translate3d(0, 1000%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 5%, 0);
            transform: translate3d(0, 5%, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5%, 0);
            transform: translate3d(0, -5%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.global-header__program {
  font-size: 1rem;
  color: #fff;
  width: 40px;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 10px;
}

.global-header__program > [class*=icon-] {
  font-size: 4rem;
}

.global-header__menu {
  font-size: 1rem;
  color: #fff;
  width: 40px;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 4px;
  right: 10px;
}

.global-header__menu > [class*=icon-] {
  font-size: 4rem;
}

@media only screen and (max-width: 767px) {
  .global-header__logo {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) {
  .global-header {
    background: linear-gradient(to right, #f6b25e, #f6b25e 50%, #f2830b 50%, #f2830b 100%);
  }
  .global-header__inner {
    height: 100px;
  }
  .global-header__logo {
    margin-top: 35px;
    margin-left: 20px;
    position: relative;
  }
  .global-header__logo::before {
    content: "";
    display: block;
    background-color: #f6b25e;
    width: 370px;
    height: 370px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: auto;
  }
  .global-header__program {
    display: none;
  }
  .global-header__menu {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .global-header__logo::before {
    width: 300px;
    height: 300px;
  }
  .global-header__dayon {
    width: 100px;
    top: 30px;
    left: 135px;
  }
}

/*********************
  global-nav
**********************/
.global-nav {
  position: relative;
}

.global-nav__lists {
  background-color: #f2830b;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
}

.global-nav__item {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
}

.global-nav__item > a {
  display: block;
  padding: 10px 0 5px;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 2px;
  transition: opacity .3s;
}

.global-nav__item > a:hover {
  opacity: 0.7;
}

.global-nav__item-text {
  font-size: 1.2rem;
  line-height: 2.5;
}

.global-nav__item-text-col2 {
  font-size: 1.2rem;
  line-height: 1.25;
}

@media only screen and (max-width: 767px) {
  .global-nav__item:nth-of-type(-n + 4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .global-nav__item:not(:nth-of-type(4n)) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media only screen and (min-width: 768px) {
  .global-nav {
    width: 100%;
    padding-left: 250px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .global-nav__lists {
    height: 100px;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    padding-left: 15px;
  }
  .global-nav__item {
    flex: 0 1 100px;
  }
  .global-nav__item:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
  .global-nav__item > a {
    padding: 5px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  .global-nav {
    padding-left: 210px;
  }
  .global-nav__item-text {
    font-size: 1rem;
    letter-spacing: -1px;
  }
  .global-nav__item-text-col2 {
    font-size: 1rem;
    letter-spacing: -1px;
  }
}

/*********************
  global-footer
**********************/
.global-footer {
  position: relative;
}

.global-footer #global-footer-links-pulldown {
  display: none;
}

.is-pc .global-footer-links__main a:hover, .is-pc .global-footer-links__main label:hover, .is-pc .global-footer-links__sub a:hover, .is-pc .global-footer-links__sub label:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .global-footer-links {
    font-size: 1.2rem;
    line-height: 1.17;
  }
  .global-footer-links__main {
    background-color: #fff;
  }
  .global-footer-links__main__lists {
    display: flex;
    flex-flow: row wrap;
  }
  .global-footer-links__main__item {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
  }
  .global-footer-links__main__item:nth-of-type(n + 3) {
    border-top: 1px solid #000;
  }
  .global-footer-links__main__item:nth-of-type(2n + 1) {
    border-right: 1px solid #000;
  }
  .global-footer-links__main__item--large {
    /* max-width: 100%; */
    flex-basis: 100%;
    border-right: 0 !important;
  }
  .global-footer-links__main__item > a, .global-footer-links__main__item > label {
    width: 100%;
    text-align: center;
    padding: 1em 0;
    cursor: pointer;
  }
  .global-footer-links__main__item:nth-of-type(6) > a{
    padding: calc(1em + 1px) 0;
  }
  .global-footer-links__sub {
    background-color: #ececec;
    border-top: 1px solid #dedede;
    padding: 20px 10px;
    font-size: 1.4rem;
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: scale(0);
            transform: scale(0);
    position: absolute;
    transition: opacity 0s ease, -webkit-transform 0s linear;
    transition: opacity 0s ease, transform 0s linear;
    transition: opacity 0s ease, transform 0s linear, -webkit-transform 0s linear;
  }
  .global-footer-links__sub__lists {
    display: flex;
    flex-flow: row wrap;
  }
  .global-footer-links__sub__item {
    width: 50%;
    display: flex;
    align-items: center;
  }
  .global-footer-links__sub__item > a {
    display: block;
    width: 100%;
    padding: .5em;
  }
  #global-footer-links-pulldown:checked ~ .global-footer-links__sub {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    position: relative;
    transition: opacity .4s ease, -webkit-transform 0s;
    transition: opacity .4s ease, transform 0s;
    transition: opacity .4s ease, transform 0s, -webkit-transform 0s;
  }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  .global-footer-links__sub__item {
    flex: 0 0 150px;
    max-width: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .global-footer-links {
    font-size: 1.2rem;
  }
  .global-footer-links__main {
    border-top: 1px solid #dedede;
  }
  .global-footer-links__main__lists {
    max-width: 1125px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 20px 0;
  }
  .global-footer-links__main__item {
    padding: 0px 10px;
    margin: 5px 0;
  }
  .global-footer-links__main__item + .global-footer-links__main__item {
    border-left: 1px solid #dedede;
  }
  .global-footer-links__main__item > label {
    cursor: pointer;
  }
  .global-footer-links__sub {
    background-color: #ececec;
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: scale(0);
            transform: scale(0);
    position: absolute;
    transition: opacity 0s ease, -webkit-transform 0s linear;
    transition: opacity 0s ease, transform 0s linear;
    transition: opacity 0s ease, transform 0s linear, -webkit-transform 0s linear;
  }
  .global-footer-links__sub__lists {
    max-width: 1125px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
    padding: 30px 50px 50px 50px;
  }
  .global-footer-links__sub__item {
    flex: 0 0 145px;
    padding-top: 20px;
  }
  #global-footer-links-pulldown:checked ~ .global-footer-links__sub {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    position: relative;
    transition: opacity .4s ease, -webkit-transform 0s;
    transition: opacity .4s ease, transform 0s;
    transition: opacity .4s ease, transform 0s, -webkit-transform 0s;
  }
}

/*********************
  global-pagetop
**********************/
@media only screen and (max-width: 767px) {
  .global-pagetop {
    display: block;
  }
  .global-pagetop__link {
    display: flex;
    height: 60px;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  .global-pagetop__text {
    display: inline-block;
    font-size: 1.4rem;
    color: #4a4a4a;
    position: relative;
    padding-left: 30px;
    padding-right: 110px;
  }
  .global-pagetop__text > br {
    display: none;
  }
  .global-pagetop__text::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f2830b;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12.5px;
  }
  .global-pagetop__text::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -3.5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .global-pagetop__dayon {
    width: 110px;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: 25px;
    transition: -webkit-transform 0s ease;
    transition: transform 0s ease;
    transition: transform 0s ease, -webkit-transform 0s ease;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .global-pagetop.is-active-sm .global-pagetop__dayon {
    transition-duration: .5s;
    transition-delay: 1s;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .global-pagetop__dayon::before {
    content: "";
    display: block;
    width: 100%;
    background: url(../images/common/dayon.svg) no-repeat center;
    background-size: contain;
    padding-top: calc(213 / 258 * 100%);
  }
}

@media only screen and (min-width: 768px) {
  .global-pagetop {
    display: block;
    position: absolute;
    top: -70px;
    right: 0px;
    z-index: 100;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .global-pagetop.is-active-lg {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    transition-duration: .3s;
  }
  .global-pagetop__link {
    display: flex;
    height: 60px;
    position: relative;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
  }
  .global-pagetop__text {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.1;
    color: #fff;
    background-color: #f2830b;
    position: relative;
    padding: 5px 15px 5px 40px;
    border-radius: 20px;
    text-align: center;
  }
  .global-pagetop__text::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -11px;
  }
  .global-pagetop__text::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #f2830b;
    border-right: 2px solid #f2830b;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -3.5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .global-pagetop__text i {
    position: absolute;
    bottom: -13px;
    right: 40px;
    border-top: 20px solid #f2830b;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    z-index: -1;
  }
  .global-pagetop__dayon {
    width: 110px;
    position: absolute;
    top: 50px;
    left: 72px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .global-pagetop__dayon::before {
    content: "";
    display: block;
    width: 100%;
    background: url(../images/common/dayon.svg) no-repeat center;
    background-size: contain;
    padding-top: calc(213 / 258 * 100%);
  }
}

/*********************
  global-copyright
**********************/
.global-copyright {
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
}

/*********************
  wysiwyg
**********************/
.global-wysiwyg {
  font-size: 1.6rem;
  line-height: 1.5;
}

.global-wysiwyg h1 {
  font-size: 2.2rem;
  margin-bottom: 1em;
}

.global-wysiwyg h2, .global-wysiwyg h3, .global-wysiwyg h4 {
  font-size: 2rem;
  margin-bottom: 1em;
}

.global-wysiwyg p {
  margin-bottom: 1em;
}

.global-wysiwyg img {
  max-width: 100%;
}

.global-wysiwyg ol {
  list-style: decimal;
  margin-left: 1em;
}

.global-wysiwyg ul {
  list-style: disc;
  margin-left: 1em;
}

.global-wysiwyg dl {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}

.global-wysiwyg dl dt {
  font-size: 1.4rem;
  background-color: #000;
  color: #fff;
}

.global-wysiwyg dl dd {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .global-wysiwyg dl dt {
    padding: 5px 20px;
    margin-left: -20px;
    border-radius: 0 5px 5px 0;
  }
  .global-wysiwyg dl dd {
    flex: 0 0 100%;
    padding: 10px 0;
  }
}

@media only screen and (min-width: 768px) {
  .global-wysiwyg {
    font-size: 1.8rem;
  }
  .global-wysiwyg h1 {
    font-size: 2.4rem;
  }
  .global-wysiwyg h2, .global-wysiwyg h3, .global-wysiwyg h4 {
    font-size: 2.1rem;
  }
  .global-wysiwyg dl dt {
    font-size: 1.6rem;
    flex: 0 0 160px;
    max-width: 160px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 30px;
  }
  .global-wysiwyg dl dd {
    flex: 0 1 calc(100% - 160px);
    max-width: calc(100% - 160px);
    font-size: 1.8rem;
    padding: 2px 0 2px 40px;
    margin-bottom: 30px;
  }
}
