/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    margin: 0
}

main {
    display: block
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit
}

pre {
    font-family: monospace, monospace;
    font-size: inherit
}

address {
    font-style: inherit
}

a {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: inherit
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

svg,
img,
embed,
object,
iframe {
    vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit
}

[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

button,
[type=button],
[type=reset],
[type=submit] {
    cursor: pointer
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
    cursor: default
}

:-moz-focusring {
    outline: auto
}

select:disabled {
    opacity: inherit
}

option {
    padding: 0
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

[contenteditable]:focus {
    outline: auto
}

table {
    border-color: inherit;
    border-collapse: collapse
}

caption {
    text-align: left
}

td,
th {
    vertical-align: top;
    padding: 0
}

th {
    text-align: left;
    font-weight: bold
}

html {
    font-size: 62.5%
}

@-webkit-keyframes show {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes show {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.img100>img,
header ul li.logo a>img,
#qanda h1 .img>img,
#corporate h1 .img>img,
#corporate .detail>img,
#openBtn>img,
#toppage section .bkg>img,
#toppage section .img>img,
#toppage #img_01>img,
#toppage .btn>img,
#toppage footer p>img,
.img100>svg,
header ul li.logo a>svg,
#qanda h1 .img>svg,
#corporate h1 .img>svg,
#corporate .detail>svg,
#openBtn>svg,
#toppage section .bkg>svg,
#toppage section .img>svg,
#toppage #img_01>svg,
#toppage .btn>svg,
#toppage footer p>svg {
    width: 100%;
    height: auto;
    vertical-align: top
}

.mainWidth,
header ul,
#toppage section,
#toppage footer {
    width: 100vw;
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 750px) {

    .mainWidth,
    header ul,
    #toppage section,
    #toppage footer {
        width: 750px
    }
}

@media(orientation: landscape)and (max-height: 0px) {

    .mainWidth,
    header ul,
    #toppage section,
    #toppage footer {
        width: 750px;
        width: 100vw
    }
}

@media(max-width: 1024px) {

    .mainWidth,
    header ul,
    #toppage section,
    #toppage footer {
        width: 100vw
    }
}

@media(max-width: 640px) {

    .mainWidth,
    header ul,
    #toppage section,
    #toppage footer {
        width: 100vw
    }
}

@media(max-width: 640px) {

    .mainWidth,
    header ul,
    #toppage section,
    #toppage footer {
        width: 100%
    }
}

.tr01,
a {
    transition: all ease-in-out .1s
}

.tr03 {
    transition: all ease-in-out .3s
}

.tr05 {
    transition: all ease-in-out .5s
}

.inview {
    transition: all ease-in-out 2s;
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%)
}

.inview.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media(min-width: 769px) {
    a:hover {
        opacity: .5
    }
}

body {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    min-height: 100vh;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column
}

@media(max-width: 640px) {
    body {
        min-height: calc(var(--vh, 1vh)*100)
    }
}

main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative
}

img {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

#comic {
    width: 91.4666666667vw;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative
}

@media(min-width: 750px) {
    #comic {
        width: 686px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #comic {
        width: 686px;
        width: 91.4666666667vw
    }
}

@media(max-width: 1024px) {
    #comic {
        width: 91.4666666667vw
    }
}

@media(max-width: 640px) {
    #comic {
        width: 91.4666666667vw
    }
}

#openBtn {
    overflow: hidden;
    position: absolute;
    width: 26.6666666667vw;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
    cursor: pointer
}

@media(min-width: 750px) {
    #openBtn {
        width: 200px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #openBtn {
        width: 200px;
        width: 26.6666666667vw
    }
}

@media(max-width: 1024px) {
    #openBtn {
        width: 26.6666666667vw
    }
}

@media(max-width: 640px) {
    #openBtn {
        width: 26.6666666667vw
    }
}

#comicsecond {
    width: 91.4666666667vw;
    margin-left: auto;
    margin-right: auto;
    display: none
}

@media(min-width: 750px) {
    #comicsecond {
        width: 686px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #comicsecond {
        width: 686px;
        width: 91.4666666667vw
    }
}

@media(max-width: 1024px) {
    #comicsecond {
        width: 91.4666666667vw
    }
}

@media(max-width: 640px) {
    #comicsecond {
        width: 91.4666666667vw
    }
}

#toppage {
    background-color: #f8f5b0
}

#toppage header {
    background-color: #fff
}

#toppage section {
    position: relative
}

#toppage section .bkg {
    width: 100%
}

#toppage section .img {
    width: 100%
}

#toppage .set {
    position: relative
}

#toppage #img_01 {
    position: absolute;
    width: 75.7333333333vw;
    left: 16.2048533333vw;
    top: 5.5638vw
}

@media(min-width: 750px) {
    #toppage #img_01 {
        width: 568px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #toppage #img_01 {
        width: 568px;
        width: 75.7333333333vw
    }
}

@media(max-width: 1024px) {
    #toppage #img_01 {
        width: 75.7333333333vw
    }
}

@media(max-width: 640px) {
    #toppage #img_01 {
        width: 75.7333333333vw
    }
}

@media(min-width: 750px) {
    #toppage #img_01 {
        left: 121.5364px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #toppage #img_01 {
        left: 121.5364px;
        left: 16.2048533333vw
    }
}

@media(max-width: 1024px) {
    #toppage #img_01 {
        left: 16.2048533333vw
    }
}

@media(max-width: 640px) {
    #toppage #img_01 {
        left: 16.2048533333vw
    }
}

@media(min-width: 750px) {
    #toppage #img_01 {
        top: 41.7285px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #toppage #img_01 {
        top: 41.7285px;
        top: 5.5638vw
    }
}

@media(max-width: 1024px) {
    #toppage #img_01 {
        top: 5.5638vw
    }
}

@media(max-width: 640px) {
    #toppage #img_01 {
        top: 5.5638vw
    }
}

#toppage .btn {
    display: block;
    position: absolute;
    width: 73.3333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 22.6666666667vw;
    border-radius: 2vw;
    overflow: hidden;
    background-color: #00b4ed;
    box-shadow: 5px 5px 5px rgba(35, 24, 21, .35);
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color="#231815")
}

@media(min-width: 750px) {
    #toppage .btn {
        width: 550px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #toppage .btn {
        width: 550px;
        width: 73.3333333333vw
    }
}

@media(max-width: 1024px) {
    #toppage .btn {
        width: 73.3333333333vw
    }
}

@media(max-width: 640px) {
    #toppage .btn {
        width: 73.3333333333vw
    }
}

@media(min-width: 750px) {
    #toppage .btn {
        bottom: 170px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #toppage .btn {
        bottom: 170px;
        bottom: 22.6666666667vw
    }
}

@media(max-width: 1024px) {
    #toppage .btn {
        bottom: 22.6666666667vw
    }
}

@media(max-width: 640px) {
    #toppage .btn {
        bottom: 22.6666666667vw
    }
}

@media(min-width: 750px) {
    #toppage .btn {
        border-radius: 15px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #toppage .btn {
        border-radius: 15px;
        border-radius: 2vw
    }
}

@media(max-width: 1024px) {
    #toppage .btn {
        border-radius: 2vw
    }
}

@media(max-width: 640px) {
    #toppage .btn {
        border-radius: 2vw
    }
}

#toppage #section04 .btn {
    bottom: 7.3333333333vw
}

@media(min-width: 750px) {
    #toppage #section04 .btn {
        bottom: 55px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #toppage #section04 .btn {
        bottom: 55px;
        bottom: 7.3333333333vw
    }
}

@media(max-width: 1024px) {
    #toppage #section04 .btn {
        bottom: 7.3333333333vw
    }
}

@media(max-width: 640px) {
    #toppage #section04 .btn {
        bottom: 7.3333333333vw
    }
}

#toppage #section06 .btn {
    bottom: 10.6666666667vw
}

@media(min-width: 750px) {
    #toppage #section06 .btn {
        bottom: 80px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #toppage #section06 .btn {
        bottom: 80px;
        bottom: 10.6666666667vw
    }
}

@media(max-width: 1024px) {
    #toppage #section06 .btn {
        bottom: 10.6666666667vw
    }
}

@media(max-width: 640px) {
    #toppage #section06 .btn {
        bottom: 10.6666666667vw
    }
}

#toppage #section02 {
    background-image: url(../img/top/bkg_02.jpg);
    background-position: center top;
    padding-bottom: 3.7333333333vw
}

@media(min-width: 750px) {
    #toppage #section02 {
        padding-bottom: 28px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #toppage #section02 {
        padding-bottom: 28px;
        padding-bottom: 3.7333333333vw
    }
}

@media(max-width: 1024px) {
    #toppage #section02 {
        padding-bottom: 3.7333333333vw
    }
}

@media(max-width: 640px) {
    #toppage #section02 {
        padding-bottom: 3.7333333333vw
    }
}

#toppage #section07 {
    background-image: url(../img/top/bkg_02.jpg)
}

#toppage .set {
    position: relative
}

@-webkit-keyframes shiny {
    0% {
        -webkit-transform: scale(0) rotate(25deg);
        transform: scale(0) rotate(25deg);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(1) rotate(25deg);
        transform: scale(1) rotate(25deg);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(50) rotate(25deg);
        transform: scale(50) rotate(25deg);
        opacity: 0
    }
}

@keyframes shiny {
    0% {
        -webkit-transform: scale(0) rotate(25deg);
        transform: scale(0) rotate(25deg);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(1) rotate(25deg);
        transform: scale(1) rotate(25deg);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(50) rotate(25deg);
        transform: scale(50) rotate(25deg);
        opacity: 0
    }
}

#toppage footer {
    border-top: 1px solid #231815;
    position: relative;
    background-image: url(../img/top/bkg_02.jpg);
    margin-left: auto;
    margin-right: auto;
    padding-left: 8.01884vw;
    height: auto
}

@media(min-width: 750px) {
    #toppage footer {
        padding-left: 60.1413px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #toppage footer {
        padding-left: 60.1413px;
        padding-left: 8.01884vw
    }
}

@media(max-width: 1024px) {
    #toppage footer {
        padding-left: 8.01884vw
    }
}

@media(max-width: 640px) {
    #toppage footer {
        padding-left: 8.01884vw
    }
}

#toppage footer p {
    position: relative;
    padding-top: 4.1444133333vw;
    padding-bottom: 4.49696vw;
    width: 63.2vw;
    height: auto
}

@media(min-width: 750px) {
    #toppage footer p {
        padding-top: 31.0831px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #toppage footer p {
        padding-top: 31.0831px;
        padding-top: 4.1444133333vw
    }
}

@media(max-width: 1024px) {
    #toppage footer p {
        padding-top: 4.1444133333vw
    }
}

@media(max-width: 640px) {
    #toppage footer p {
        padding-top: 4.1444133333vw
    }
}

@media(min-width: 750px) {
    #toppage footer p {
        padding-bottom: 33.7272px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #toppage footer p {
        padding-bottom: 33.7272px;
        padding-bottom: 4.49696vw
    }
}

@media(max-width: 1024px) {
    #toppage footer p {
        padding-bottom: 4.49696vw
    }
}

@media(max-width: 640px) {
    #toppage footer p {
        padding-bottom: 4.49696vw
    }
}

@media(min-width: 750px) {
    #toppage footer p {
        width: 474px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #toppage footer p {
        width: 474px;
        width: 63.2vw
    }
}

@media(max-width: 1024px) {
    #toppage footer p {
        width: 63.2vw
    }
}

@media(max-width: 640px) {
    #toppage footer p {
        width: 63.2vw
    }
}

#toppage .btn::after,
#toppage #openBtn::after {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
    -webkit-animation-name: shiny;
    animation-name: shiny;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
#qanda,#corporate{
    padding-top: 100px;
}
#qanda h1 {
    height: 35.0162266667vw;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(min-width: 750px) {
    #qanda h1 {
        height: 262.6217px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda h1 {
        height: 262.6217px;
        height: 35.0162266667vw
    }
}

@media(max-width: 1024px) {
    #qanda h1 {
        height: 35.0162266667vw
    }
}

@media(max-width: 640px) {
    #qanda h1 {
        height: 35.0162266667vw
    }
}

#qanda h1 .img {
    width: 36.6534933333vw
}

@media(min-width: 750px) {
    #qanda h1 .img {
        width: 274.9012px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda h1 .img {
        width: 274.9012px;
        width: 36.6534933333vw
    }
}

@media(max-width: 1024px) {
    #qanda h1 .img {
        width: 36.6534933333vw
    }
}

@media(max-width: 640px) {
    #qanda h1 .img {
        width: 36.6534933333vw
    }
}

#qanda h1 .img .b {
    fill: #ee7530
}

#qanda h1 .img .c {
    fill: #999899
}

#qanda main {
    width: 86.6393733333vw;
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 750px) {
    #qanda main {
        width: 649.7953px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda main {
        width: 649.7953px;
        width: 86.6393733333vw
    }
}

@media(max-width: 1024px) {
    #qanda main {
        width: 86.6393733333vw
    }
}

@media(max-width: 640px) {
    #qanda main {
        width: 86.6393733333vw
    }
}

#qanda h2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    font-size: 3.1rem;
    font-size: 4.1333333333vw;
    letter-spacing: 0.31rem;
    letter-spacing: .4133333333vw;
    font-weight: bold;
    margin-bottom: 4.4882133333vw
}

#qanda h2::before {
    content: "";
    background-color: #ee7530;
    height: 3.5636666667vw;
    width: 3.5636666667vw;
    margin-right: 1.6918vw
}

@media(min-width: 750px) {
    #qanda h2::before {
        height: 26.7275px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda h2::before {
        height: 26.7275px;
        height: 3.5636666667vw
    }
}

@media(max-width: 1024px) {
    #qanda h2::before {
        height: 3.5636666667vw
    }
}

@media(max-width: 640px) {
    #qanda h2::before {
        height: 3.5636666667vw
    }
}

@media(min-width: 750px) {
    #qanda h2::before {
        width: 26.7275px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda h2::before {
        width: 26.7275px;
        width: 3.5636666667vw
    }
}

@media(max-width: 1024px) {
    #qanda h2::before {
        width: 3.5636666667vw
    }
}

@media(max-width: 640px) {
    #qanda h2::before {
        width: 3.5636666667vw
    }
}

@media(min-width: 750px) {
    #qanda h2::before {
        margin-right: 12.6885px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda h2::before {
        margin-right: 12.6885px;
        margin-right: 1.6918vw
    }
}

@media(max-width: 1024px) {
    #qanda h2::before {
        margin-right: 1.6918vw
    }
}

@media(max-width: 640px) {
    #qanda h2::before {
        margin-right: 1.6918vw
    }
}

#qanda h2.orange {
    margin-top: 7.6vw
}

@media(min-width: 750px) {
    #qanda h2.orange {
        margin-top: 57px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda h2.orange {
        margin-top: 57px;
        margin-top: 7.6vw
    }
}

@media(max-width: 1024px) {
    #qanda h2.orange {
        margin-top: 7.6vw
    }
}

@media(max-width: 640px) {
    #qanda h2.orange {
        margin-top: 7.6vw
    }
}

#qanda h2.orange::before {
    background-color: #ee7530
}

@media(min-width: 750px) {
    #qanda h2 {
        font-size: 3.1rem
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda h2 {
        font-size: 3.1rem;
        font-size: 4.1333333333vw
    }
}

@media(max-width: 1024px) {
    #qanda h2 {
        font-size: 4.1333333333vw
    }
}

@media(max-width: 640px) {
    #qanda h2 {
        font-size: 4.1333333333vw
    }
}

@media(min-width: 750px) {
    #qanda h2 {
        letter-spacing: 0.31rem
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda h2 {
        letter-spacing: 0.31rem;
        letter-spacing: .4133333333vw
    }
}

@media(max-width: 1024px) {
    #qanda h2 {
        letter-spacing: .4133333333vw
    }
}

@media(max-width: 640px) {
    #qanda h2 {
        letter-spacing: .4133333333vw
    }
}

@media(min-width: 750px) {
    #qanda h2 {
        margin-bottom: 33.6616px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda h2 {
        margin-bottom: 33.6616px;
        margin-bottom: 4.4882133333vw
    }
}

@media(max-width: 1024px) {
    #qanda h2 {
        margin-bottom: 4.4882133333vw
    }
}

@media(max-width: 640px) {
    #qanda h2 {
        margin-bottom: 4.4882133333vw
    }
}

#qanda dl:last-of-type {
    margin-bottom: 6.6666666667vw
}

@media(min-width: 750px) {
    #qanda dl:last-of-type {
        margin-bottom: 50px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda dl:last-of-type {
        margin-bottom: 50px;
        margin-bottom: 6.6666666667vw
    }
}

@media(max-width: 1024px) {
    #qanda dl:last-of-type {
        margin-bottom: 6.6666666667vw
    }
}

@media(max-width: 640px) {
    #qanda dl:last-of-type {
        margin-bottom: 6.6666666667vw
    }
}

#qanda dl.orange dt {
    background-color: #f7ba40
}

#qanda dl.orange dt .head {
    background-color: #fdeac5
}

#qanda dl.orange dt .head .d {
    fill: #f7ba40
}

#qanda dl dt {
    background-color: #094;
    height: 16.86316vw;
    color: #fff;
    font-size: 2.8rem;
    font-size: 3.7333333333vw;
    letter-spacing: 0.336rem;
    letter-spacing: .448vw;
    line-height: 1.5314285714;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center
}

@media(min-width: 750px) {
    #qanda dl dt {
        height: 126.4737px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda dl dt {
        height: 126.4737px;
        height: 16.86316vw
    }
}

@media(max-width: 1024px) {
    #qanda dl dt {
        height: 16.86316vw
    }
}

@media(max-width: 640px) {
    #qanda dl dt {
        height: 16.86316vw
    }
}

@media(min-width: 750px) {
    #qanda dl dt {
        font-size: 2.8rem
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda dl dt {
        font-size: 2.8rem;
        font-size: 3.7333333333vw
    }
}

@media(max-width: 1024px) {
    #qanda dl dt {
        font-size: 3.7333333333vw
    }
}

@media(max-width: 640px) {
    #qanda dl dt {
        font-size: 3.7333333333vw
    }
}

@media(min-width: 750px) {
    #qanda dl dt {
        letter-spacing: 0.336rem
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda dl dt {
        letter-spacing: 0.336rem;
        letter-spacing: .448vw
    }
}

@media(max-width: 1024px) {
    #qanda dl dt {
        letter-spacing: .448vw
    }
}

@media(max-width: 640px) {
    #qanda dl dt {
        letter-spacing: .448vw
    }
}

#qanda dl dt .head {
    background-color: #b2e0c7
}

#qanda dl dt .head .d {
    fill: #094
}

#qanda dl dt .head svg {
    width: 5.0951733333vw
}

@media(min-width: 750px) {
    #qanda dl dt .head svg {
        width: 38.2138px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda dl dt .head svg {
        width: 38.2138px;
        width: 5.0951733333vw
    }
}

@media(max-width: 1024px) {
    #qanda dl dt .head svg {
        width: 5.0951733333vw
    }
}

@media(max-width: 640px) {
    #qanda dl dt .head svg {
        width: 5.0951733333vw
    }
}

#qanda dl dd {
    padding-top: 4vw;
    padding-bottom: 4vw;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 2.2rem;
    font-size: 2.9333333333vw;
    letter-spacing: 0.176rem;
    letter-spacing: .2346666667vw;
    line-height: 1.7422727273;
    color: #040000
}

@media(min-width: 750px) {
    #qanda dl dd {
        padding-top: 30px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda dl dd {
        padding-top: 30px;
        padding-top: 4vw
    }
}

@media(max-width: 1024px) {
    #qanda dl dd {
        padding-top: 4vw
    }
}

@media(max-width: 640px) {
    #qanda dl dd {
        padding-top: 4vw
    }
}

@media(min-width: 750px) {
    #qanda dl dd {
        padding-bottom: 30px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda dl dd {
        padding-bottom: 30px;
        padding-bottom: 4vw
    }
}

@media(max-width: 1024px) {
    #qanda dl dd {
        padding-bottom: 4vw
    }
}

@media(max-width: 640px) {
    #qanda dl dd {
        padding-bottom: 4vw
    }
}

@media(min-width: 750px) {
    #qanda dl dd {
        font-size: 2.2rem
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda dl dd {
        font-size: 2.2rem;
        font-size: 2.9333333333vw
    }
}

@media(max-width: 1024px) {
    #qanda dl dd {
        font-size: 2.9333333333vw
    }
}

@media(max-width: 640px) {
    #qanda dl dd {
        font-size: 2.9333333333vw
    }
}

@media(min-width: 750px) {
    #qanda dl dd {
        letter-spacing: 0.176rem
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda dl dd {
        letter-spacing: 0.176rem;
        letter-spacing: .2346666667vw
    }
}

@media(max-width: 1024px) {
    #qanda dl dd {
        letter-spacing: .2346666667vw
    }
}

@media(max-width: 640px) {
    #qanda dl dd {
        letter-spacing: .2346666667vw
    }
}

#qanda dl dd.center {
    align-items: center
}

#qanda dl dd .head .d {
    fill: #ee7530
}

#qanda dl dd .head svg {
    width: 5.89264vw
}

@media(min-width: 750px) {
    #qanda dl dd .head svg {
        width: 44.1948px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda dl dd .head svg {
        width: 44.1948px;
        width: 5.89264vw
    }
}

@media(max-width: 1024px) {
    #qanda dl dd .head svg {
        width: 5.89264vw
    }
}

@media(max-width: 640px) {
    #qanda dl dd .head svg {
        width: 5.89264vw
    }
}

#qanda dl dd .text {
    margin-top: -0.4em;
    margin-bottom: -0.4em;
    width: 73.2463866667vw
}

@media(min-width: 750px) {
    #qanda dl dd .text {
        width: 549.3479px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda dl dd .text {
        width: 549.3479px;
        width: 73.2463866667vw
    }
}

@media(max-width: 1024px) {
    #qanda dl dd .text {
        width: 73.2463866667vw
    }
}

@media(max-width: 640px) {
    #qanda dl dd .text {
        width: 73.2463866667vw
    }
}

#qanda dl .head {
    width: 10.51536vw;
    margin-right: 2.8776133333vw;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

@media(min-width: 750px) {
    #qanda dl .head {
        width: 78.8652px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda dl .head {
        width: 78.8652px;
        width: 10.51536vw
    }
}

@media(max-width: 1024px) {
    #qanda dl .head {
        width: 10.51536vw
    }
}

@media(max-width: 640px) {
    #qanda dl .head {
        width: 10.51536vw
    }
}

@media(min-width: 750px) {
    #qanda dl .head {
        margin-right: 21.5821px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #qanda dl .head {
        margin-right: 21.5821px;
        margin-right: 2.8776133333vw
    }
}

@media(max-width: 1024px) {
    #qanda dl .head {
        margin-right: 2.8776133333vw
    }
}

@media(max-width: 640px) {
    #qanda dl .head {
        margin-right: 2.8776133333vw
    }
}

#corporate h1 .img {
    width: 53.9107733333vw;
    margin-top: 11.8748666667vw;
    margin-bottom: 9.4223466667vw;
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 750px) {
    #corporate h1 .img {
        width: 404.3308px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #corporate h1 .img {
        width: 404.3308px;
        width: 53.9107733333vw
    }
}

@media(max-width: 1024px) {
    #corporate h1 .img {
        width: 53.9107733333vw
    }
}

@media(max-width: 640px) {
    #corporate h1 .img {
        width: 53.9107733333vw
    }
}

@media(min-width: 750px) {
    #corporate h1 .img {
        margin-top: 89.0615px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #corporate h1 .img {
        margin-top: 89.0615px;
        margin-top: 11.8748666667vw
    }
}

@media(max-width: 1024px) {
    #corporate h1 .img {
        margin-top: 11.8748666667vw
    }
}

@media(max-width: 640px) {
    #corporate h1 .img {
        margin-top: 11.8748666667vw
    }
}

@media(min-width: 750px) {
    #corporate h1 .img {
        margin-bottom: 70.6676px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #corporate h1 .img {
        margin-bottom: 70.6676px;
        margin-bottom: 9.4223466667vw
    }
}

@media(max-width: 1024px) {
    #corporate h1 .img {
        margin-bottom: 9.4223466667vw
    }
}

@media(max-width: 640px) {
    #corporate h1 .img {
        margin-bottom: 9.4223466667vw
    }
}

#corporate .message p {
    text-align: center;
    font-size: 2.2rem;
    font-size: 2.9333333333vw;
    letter-spacing: 0.132rem;
    letter-spacing: .176vw;
    line-height: 1.8786363636;
    margin-bottom: 1.5em
}

@media(min-width: 750px) {
    #corporate .message p {
        font-size: 2.2rem
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #corporate .message p {
        font-size: 2.2rem;
        font-size: 2.9333333333vw
    }
}

@media(max-width: 1024px) {
    #corporate .message p {
        font-size: 2.9333333333vw
    }
}

@media(max-width: 640px) {
    #corporate .message p {
        font-size: 2.9333333333vw
    }
}

@media(min-width: 750px) {
    #corporate .message p {
        letter-spacing: 0.132rem
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #corporate .message p {
        letter-spacing: 0.132rem;
        letter-spacing: .176vw
    }
}

@media(max-width: 1024px) {
    #corporate .message p {
        letter-spacing: .176vw
    }
}

@media(max-width: 640px) {
    #corporate .message p {
        letter-spacing: .176vw
    }
}

#corporate .detail {
    width: 73.6vw;
    margin-top: 11.3333333333vw;
    margin-bottom: 8.5333333333vw;
    margin-left: auto;
    margin-right: auto
}

@media(min-width: 750px) {
    #corporate .detail {
        width: 552px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #corporate .detail {
        width: 552px;
        width: 73.6vw
    }
}

@media(max-width: 1024px) {
    #corporate .detail {
        width: 73.6vw
    }
}

@media(max-width: 640px) {
    #corporate .detail {
        width: 73.6vw
    }
}

@media(min-width: 750px) {
    #corporate .detail {
        margin-top: 85px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #corporate .detail {
        margin-top: 85px;
        margin-top: 11.3333333333vw
    }
}

@media(max-width: 1024px) {
    #corporate .detail {
        margin-top: 11.3333333333vw
    }
}

@media(max-width: 640px) {
    #corporate .detail {
        margin-top: 11.3333333333vw
    }
}

@media(min-width: 750px) {
    #corporate .detail {
        margin-bottom: 64px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    #corporate .detail {
        margin-bottom: 64px;
        margin-bottom: 8.5333333333vw
    }
}

@media(max-width: 1024px) {
    #corporate .detail {
        margin-bottom: 8.5333333333vw
    }
}

@media(max-width: 640px) {
    #corporate .detail {
        margin-bottom: 8.5333333333vw
    }
}

header {
    background-color: #f9e72c;
    height: 13.3333333333vw;
    position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	background: $white;
	z-index: 99999;
}

@media(min-width: 750px) {
    header {
        height: 100px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    header {
        height: 100px;
        height: 13.3333333333vw
    }
}

@media(max-width: 1024px) {
    header {
        height: 13.3333333333vw
    }
}

@media(max-width: 640px) {
    header {
        height: 13.3333333333vw
    }
}

header ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4.6122266667vw;
    padding-right: 5.81672vw;
    height: 100%
}

@media(min-width: 750px) {
    header ul {
        padding-left: 34.5917px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    header ul {
        padding-left: 34.5917px;
        padding-left: 4.6122266667vw
    }
}

@media(max-width: 1024px) {
    header ul {
        padding-left: 4.6122266667vw
    }
}

@media(max-width: 640px) {
    header ul {
        padding-left: 4.6122266667vw
    }
}

@media(min-width: 750px) {
    header ul {
        padding-right: 43.6254px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    header ul {
        padding-right: 43.6254px;
        padding-right: 5.81672vw
    }
}

@media(max-width: 1024px) {
    header ul {
        padding-right: 5.81672vw
    }
}

@media(max-width: 640px) {
    header ul {
        padding-right: 5.81672vw
    }
}

header ul li {
    font-size: 1.6rem;
    font-size: 2.1333333333vw;
    letter-spacing: 0.112rem;
    letter-spacing: .1493333333vw;
    line-height: 1;
    color: #231815
}

@media(min-width: 750px) {
    header ul li {
        font-size: 1.6rem
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    header ul li {
        font-size: 1.6rem;
        font-size: 2.1333333333vw
    }
}

@media(max-width: 1024px) {
    header ul li {
        font-size: 2.1333333333vw
    }
}

@media(max-width: 640px) {
    header ul li {
        font-size: 2.1333333333vw
    }
}

@media(min-width: 750px) {
    header ul li {
        letter-spacing: 0.112rem
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    header ul li {
        letter-spacing: 0.112rem;
        letter-spacing: .1493333333vw
    }
}

@media(max-width: 1024px) {
    header ul li {
        letter-spacing: .1493333333vw
    }
}

@media(max-width: 640px) {
    header ul li {
        letter-spacing: .1493333333vw
    }
}

header ul li.logo {
    width: 8.6281733333vw;
    margin-right: auto
}

@media(min-width: 750px) {
    header ul li.logo {
        width: 64.7113px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    header ul li.logo {
        width: 64.7113px;
        width: 8.6281733333vw
    }
}

@media(max-width: 1024px) {
    header ul li.logo {
        width: 8.6281733333vw
    }
}

@media(max-width: 640px) {
    header ul li.logo {
        width: 8.6281733333vw
    }
}

header ul li.logo a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    width: 100%;
    height: 100%
}

header ul li.logo a:hover {
    opacity: 1
}

header ul li.logo a .b {
    fill: #231815
}

header ul li.menu {
    width: 18.4180666667vw;
    height: 3.88132vw;
    border-left: 1px solid #231815
}

@media(min-width: 750px) {
    header ul li.menu {
        width: 138.1355px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    header ul li.menu {
        width: 138.1355px;
        width: 18.4180666667vw
    }
}

@media(max-width: 1024px) {
    header ul li.menu {
        width: 18.4180666667vw
    }
}

@media(max-width: 640px) {
    header ul li.menu {
        width: 18.4180666667vw
    }
}

@media(min-width: 750px) {
    header ul li.menu {
        height: 29.1099px
    }
}

@media(orientation: landscape)and (max-height: 0px) {
    header ul li.menu {
        height: 29.1099px;
        height: 3.88132vw
    }
}

@media(max-width: 1024px) {
    header ul li.menu {
        height: 3.88132vw
    }
}

@media(max-width: 640px) {
    header ul li.menu {
        height: 3.88132vw
    }
}

header ul li.menu a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: 1
}

footer,
#footer {
    height: 7.7370533333vw;
    background-color: #f9e72c
}

@media(min-width: 750px) {

    footer,
    #footer {
        height: 58.0279px
    }
}

@media(orientation: landscape)and (max-height: 0px) {

    footer,
    #footer {
        height: 58.0279px;
        height: 7.7370533333vw
    }
}

@media(max-width: 1024px) {

    footer,
    #footer {
        height: 7.7370533333vw
    }
}

@media(max-width: 640px) {

    footer,
    #footer {
        height: 7.7370533333vw
    }
}

.center {
    text-align: center;
}

@media (min-width: 750px) {
    header ul li.logo {
        /* margin-top: 0.5rem; */
        width: 15%;
    }
}
@media (max-width: 750px) {
    header {
        padding: 1.5rem 0;
    }
    header ul li.logo {
        /* margin-top: 0.5rem; */
        width: 16%;
    }
}
