@charset "utf-8";

/* default package css */
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

h2 {
    font-size: 150%;
    font-weight: 700;
    margin-bottom: 40px;
}

h3 {
    font-size: 140%;
    font-weight: 700;
}

.label {
    padding-top: .3em;
}

a {
    color: #333;
}

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

.breadcrumb {
    background: #fff;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
}

header.row {
    background: #c0d1e8;
    padding: 15px;
}

header.row.tilt {
    position: relative;
    z-index: 3;
    height: 10.6vw;
}

header.row.tilt::before {
    position: absolute;
    width: 100%;
    height: 4vw;
    background: #c0d1e8;
    transform: skew(0deg, -2deg);
    left: 0;
    top: 8.4vw;
}

.navbar-default {
    background-color: inherit;
    border: none;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.logo {
    color: #fff;
    font-size: 21px;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}

.navbar-brand p {
    font-size: 10px;
    text-align: center;
    color: #444;
}

.navbar-default .navbar-nav>li>a {
    color: #444;
}

.contents {
    background: #fff;
}

.main {
    position: relative;
    z-index: 2;
    padding-top: 40px;
    padding-bottom: 100px;
    width: 70%;
    margin: 0px auto 147px auto;
}

.main .nav {
    margin-bottom: 30px;
}

.container-fluid {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 0;
}

/* footer {
    background: #eee;
    position: relative;
    z-index: 0;
    height: 8vw;
    text-align: center;
    padding-top: 3vw;
    margin-top: auto;
} */

.form-group.submit-button {
    margin-top: 40px;
}

.input-label {
    line-height: 34px;
    text-align: center;
}

.require-label::before {
    content: "*";
    color: red;
    margin: 0 5px 0 0;
}

.not-require-label::before {
    content: "";
    margin: 0 12px 0 0;
}

.form-control.input-conf {
    margin-top: 5px;
}

input[type="file"] {
    display: inline;
    margin-top: 7px;
    margin-bottom: 7px;
}

.upload .clearfix {
    margin-top: 5px;
}

.upload .clearfix .pull-left {
    width: 48%;
    height: 200px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #eee;
    position: relative;
}

.upload .clearfix .pull-left .glyphicon-remove-sign {
    position: absolute;
    top: 0;
    right: 0;
}

.upload .clearfix .pull-left .glyphicon-remove-sign:hover {
    font-size: 120%;
}

.upload img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.label-cols-2 label {
    width: 48%;
}

.label-cols-3 label {
    width: 32%;
}

.label-cols-4 label {
    width: 23%;
}

.main.preview {
    width: 90%;
}

.preview_nolink a {
    pointer-events: none;
}


.mv {
    height: 56.198vw;
    background: url(../img/mv.jpg) 0px / cover;
}

.oblique {
    position: relative;
    background: #fff;
    margin-top: -4.4vw;
    margin-bottom: 100px;
}

.oblique::before {
    content: '';
    position: absolute;
    transform: skew(0deg, -5deg);
    z-index: auto;
    background: #fff;
    left: 0;
    top: -6vw;
    width: 100%;
    height: 12vw;
}

.oblique .col-sm-7 {
    margin-top: -260px;
    padding-left: 110px;
    padding-right: 40px;
    position: relative;
    z-index: 1;
    min-height: 300px;
}

.search {
    position: relative;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.search .form-group {
    padding-left: 15px;
    padding-right: 15px;
}

.search .checkbox {
    padding-left: 10px;
    padding-bottom: 10px;
}

.search .row:last-child .form-group {
    margin-bottom: 0px;
}

.search input[name=keyword] {
    width: calc(100% - 80px);
    margin-right: 20px;
}

.new-contents {
    margin-top: 60px;
    margin-right: 0px;
}

.new-contents .item-list {
    margin-right: 0px;
}

.new-contents .item-list .item {
    padding-right: 0px;
}

.new-contents .item-list .item .thumbnail {
    margin-bottom: 0px;
}

.information {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 80px;
}

.information dl {
    margin: 30px 20px;
}

.information dt {
    padding-bottom: 10px;
    font-weight: normal;
    text-align: left;
}

.information dd {
    margin-left: 0px;
}

.list {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.list .left {
    border-right: 1px solid #ccc;
    padding-right: 30px;
}

.list .left .form-group .checkbox:first-child {
    margin-top: 0px;
}

.list .save-condition {
    padding-top: 20px;
}

.list .saved-condition {
    margin-bottom: 20px;
}

.list .right {
    padding-left: 30px;
}

.list p.total {
    margin-bottom: 20px;
}

.list p.total span {
    font-size: 120%;
    font-weight: 700;
}

.item-list {
    margin-left: 0px;
}

.item-list .thumbnail {
    border-radius: 2px;
    padding: 0px;
}

.item-list .thumbnail .image {
    height: 15vw;
}

.item-list .thumbnail .image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-list .item {
    padding-left: 0px;
}

.item-list .thumbnail .caption h3 {
    font-size: 120%;
    margin-top: 10px;
}

.item-list .thumbnail .caption h3,
.item-list .thumbnail .caption p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 18px;
}

.main.detail {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.main.detail h2 {
    font-size: 160%;
    margin-bottom: 20px;
}

.main.detail .left {
    border-right: 1px solid #ccc;
    padding-right: 30px;
}

.main.detail .right {
    padding-left: 30px;
}

.main.detail .feature {
    font-size: 20px;
    margin-bottom: 40px;
}

.main.detail .message {
    margin-bottom: 10px;
}

.image-viewer {
    margin-bottom: 40px;
}

.image-viewer .full {
    width: calc(100% - 330px);
}

.image-viewer .full img {
    margin: auto;
    border: 1px solid #fff;
}

.image-viewer .thumb {
    width: auto;
}

.image-viewer .thumb li {
    cursor: pointer;
    margin-bottom: 5px;
    border: 1px solid #fff;
    height: 150px;
}

.image-viewer .thumb li:hover {
    opacity: 0.6;
}

.image-viewer .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my_page_menu span {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.my_message h3 {
    font-size: 12pt;
}

.sub-title {
    padding: 20px;
    border: solid #446799;
    margin-bottom: 20px;
}

.my-contents .image {
    width: 150px;
    height: 100px;
}

.my-contents .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.message-thread .panel {
    max-width: 90%;
    position: relative;
}

.message-thread .panel-heading .pull-left {
    margin-right: 10px;
}

.message-thread .panel::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    bottom: 10px;
}

.message-thread .panel::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    bottom: 10px;
}

.message-thread .panel.pull-left::before {
    left: -15px;
    border-right: 15px solid #ddd;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.message-thread .panel.pull-left:after {
    left: -12px;
    border-right: 15px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.message-thread .panel.pull-right::before {
    right: -15px;
    border-left: 15px solid #ddd;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.message-thread .panel.pull-right:after {
    right: -12px;
    border-left: 15px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.message-thread .panel.panel-info.pull-left::before,
.message-thread .panel.panel-info.pull-right::before {
    border-left-color: #bce8f1;
    border-right-color: #bce8f1;
}

.message-thread .panel.panel-success.pull-left::before,
.message-thread .panel.panel-success.pull-right::before {
    border-left-color: #d6e9c6;
    border-right-color: #d6e9c6;
}

.message-thread .panel.panel-warning.pull-left::before,
.message-thread .panel.panel-warning.pull-right::before {
    border-left-color: #faebcc;
    border-right-color: #faebcc;
}

.message-thread .panel.panel-danger.pull-left::before,
.message-thread .panel.panel-danger.pull-right::before {
    border-left-color: #ebccd1;
    border-right-color: #ebccd1;
}

.main h2:nth-of-type(n+2) {
    margin-top: 60px;
}

@media (min-width: 993px) and (max-width: 1200px) {}

@media (min-width: 767px) and (max-width: 992px) {}

@media (max-width: 767px) {
    .label-cols-2 label {
        width: 100%;
    }

    header.row {
        padding: 0px;
    }

    header.row.tilt {
        height: 60px;
    }

    .navbar-default {
        margin-bottom: 10px;
        padding-bottom: 25px;
    }

    .navbar-toggle {
        margin-top: 14px;
        margin-bottom: 4px;
    }

    .main {
        padding-top: 0px;
        padding-bottom: 60px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        margin-bottom: 86px;
    }

    .breadcrumb {
        margin-bottom: 20px;
    }

    .breadcrumb>li {
        display: inline;
    }

    .oblique .col-sm-7 {
        margin-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .search {
        margin-bottom: 10px;
    }

    .search .checkbox {
        padding: 0px;
    }

    .new-contents {
        margin-top: 0px;
    }

    .item-list .thumbnail .image {
        height: 60vw;
    }

    .information {
        padding-left: 15px;
        padding-right: 15px;
    }

    .information dl {
        margin: 10px;
    }

    .list .left {
        display: none;
        border: unset;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .list .right {
        padding-left: 0px;
        padding-right: 0px;
    }

    .list p.total {
        margin-bottom: 10px;
    }

    .main.detail .left {
        padding-left: 0px;
        padding-right: 0px;
        border-right: unset;
    }

    .main.detail .center {
        padding-left: 0px;
        padding-right: 0px;
        border-right: unset;
    }

    .main.detail .feature {
        font-size: inherit;
        margin-bottom: 10px;
    }

    .main.detail .right {
        padding-left: 15px;
    }

    .image-viewer {
        margin-bottom: 0px;
    }

    .image-viewer .full {
        width: 100%;
    }

    .image-viewer .thumb {
        width: 100%;
    }

    .image-viewer .thumb {
        font-size: 0;
    }

    .image-viewer .thumb li {
        width: 60px;
        height: 40px;
        display: inline-block;
    }

    .main.preview {
        width: 100%;
    }

    /* footer {
        height: 18vw;
    } */
    .non-image::after {
        font-size: 22px !important;
    }
}

.non-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: gray;
}

.non-image::after {
    content: 'No Image';
    font-size: 32px;
    color: white;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.non-image-top {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: gray;
}

.non-image-top::after {
    content: 'No Image';
    font-size: min(2.2vw, 1.1rem);
    color: white;
    display: block;
    position: absolute;
    top: calc(50% - calc(min(2.2vw, 1.1rem) * 0.6));
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.non-image-detail {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: gray;
}

.non-image-detail::after {
    content: 'No Image';
    font-size: 16px;
    color: white;
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

@media (max-width: 767px) {
    .non-image-detail {
        display: none;
    }

    .non-image-detail::after {
        display: none;
    }
}

.non-image-content {
    height: 300px;
    display: flex;
    justify-content: center;
}

.non-image-content .non-image {
    height: 300px;
    display: flex;
    justify-content: center;
    max-width: 500px;
}

.upper-scroll-wrapper-content {
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.upper-scroll-wrapper-content-detail {
    margin-right: 5px;
}

.upper-scroll-wrapper-content-detail-item {
    font-size: 80%;
}


/**
 * custom package css
 */
#page-wrapper {
    position: relative;
}

@media screen and (min-width: 767px) and (max-width:1440px) {
    .wrapper {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 9.23%;
    }
}

@media screen and (max-width: 767px) {
    .wrapper {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 4%;
    }
}

@media screen and (min-width: 1440px) {
    .wrapper {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 133px;
    }
}


textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border: 1px solid #cccccc;
    /* グレー */
    background-color: #ffffff;
    /* 白 */
}

/* テキストエリア入力時 */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.muted {
    color: #999999;
    /* ちょっと濃いグレー */
}

*,
::after,
::before {
    box-sizing: border-box;
}

html {
    line-height: normal;
}

body {
    /* display: flex; */
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    /* safariだと子要素が表示崩れになる場合あり */
    /* heightがつぶれてしまう事象あり */
    /* その場合は、つぶれてしまった子要素に対してflex-shrink: 0;を充てる */
}

/* remの大元font-sizeは下部に記載 */
h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.17rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.83rem;
}

h6 {
    font-size: 0.67rem;
}

h1 {
    margin: 0.67em 0;
}

pre {
    white-space: pre-wrap;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    max-width: 100%;
    vertical-align: middle;
}

canvas,
img,
svg,
video {
    height: auto;
}

audio {
    width: 100%;
}

img {
    border-style: none;
}

svg {
    overflow: hidden;
}

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

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

html,
body {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
        "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    /* 黒 */
    background-color: #ffffff;
    /* 白 */
}

@media screen and (min-width: 767px) {

    /* PC */
    html,
    body {
        margin: 0 auto;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {

    /* SP */
    html,
    body {
        font-size: 16px;
    }
}

/* aタグ設定 */
/* a,
a:visited,
a:link {
    color: #707070;
} */

a {
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
    transition: 0.3s;
    opacity: 0.7;
    color: #707070;
}

/*
a:hover {
  color: white;
} */
a[href$=".pdf"] {
    display: inline-flex;
    padding-right: 1em;
    font-size: 0.8rem;
    text-decoration: none;
    border: 1px solid #ffffff;
}

a[href$=".pdf"]::before {
    display: inline-block;
    padding-right: 1em;
    padding-left: 1em;
    margin-right: 1em;
    color: #ffffff;
    text-align: center;
    content: "PDF";
    background-color: #ffffff;
}

h1 {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
        "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

h2 {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
        "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.286rem;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

h3 {
    padding: 0 1rem;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
        "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.14rem;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

h4 {
    margin-bottom: 0;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
        "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

p {
    margin: 0 0 1rem;
}

strong {
    font-weight: normal;
    /* background: linear-gradient(transparent 50%, rgba(255, 173, 0, 0.5) 50%); */
}

small {
    font-size: 0.857rem;
}

.font-10px {
    font-size: 0.625rem;
}

.font-11px {
    font-size: 0.6875rem;
}

.font-12px {
    font-size: 0.75rem;
}

.font-13px {
    font-size: 0.8125rem;
}

.font-14px {
    font-size: 0.875rem;
}

.font-15px {
    font-size: 0.9375rem;
}

.font-16px {
    font-size: 1rem;
}

.font-20px {
    font-size: 1.25rem;
}

.font-30px {
    font-size: 1.875rem;
}

b {
    color: #000000;
}

hr {
    height: 0;
    margin: 0 auto;
    overflow: visible;
    color: inherit;
    border-color: #dddddd;
    border-style: solid;
    border-width: 1px 0 0;
}

@media screen and (max-width: 767px) {
    hr {
        margin: 0 7.14vw;
    }
}

hr.width-short {
    margin: 0 10%;
}

dl {
    margin: 1rem 0;
}

dl dt {
    margin: 0;
    font-weight: bold;
    color: #000000;
}

dl dd {
    margin: 0;
}

dl dd+dt {
    padding-top: 1rem;
    margin-top: 1rem;
    /* border-top: 1px solid #F4F4F4; */
}

ul,
ol {
    padding: 0 0 0 1rem;
    /* margin: 0 1rem 0; */
    margin: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
    padding: 0 0 0 0.5rem;
    margin: 0 0 0 0.5rem;
}

li {
    margin-bottom: 0.5em;
    line-height: 1.5;
}

table {
    width: 100%;
    margin: 0 auto;
    border-spacing: 0;
    border-collapse: collapse;
}

table tr th {
    padding: 0.5rem 1rem;
    font-weight: bold;
    color: #000000;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

table tr td {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #f4f4f4;
}

table tr:last-child th,
table tr:last-child td {
    border-bottom: none;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.no-background-image {
    background-image: none !important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.heading-icon {
    width: 140px;
    height: 100px;
    margin: 0 auto;
}

.yumin {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.acumin {
    font-family: 'Acumin Variable Concept';
}

/* module _box.css */
.box {
    padding: 20px 10px;
    margin: 25px 10px 25px;
    background-color: white;
}

.box-title {
    padding: 0 5px 25px;
    font-size: 1.5rem;
    font-weight: 600;
    color: black;
    letter-spacing: 2px;
    border-bottom: 1px solid #dddddd;
}

.box-content {
    padding: 10px 0;
}

@media screen and (min-width: 767px) {
    .box {
        padding: 20px;
        margin: 20px auto 25px;
    }
}

.contents-wrapper {
    max-width: 1440px;
    display: block;
    margin: 0 auto;
    padding: 0;
}

/**
 * pc sp only
 */
@media screen and (min-width: 767px) {
    .sp-only {
        display: none !important;
    }

    .pc-only {
        display: block;
    }
}

@media screen and (max-width: 767px) {

    /* SP */
    .sp-only {
        display: block;
    }

    .pc-only {
        display: none !important;
    }
}

/**
 * custom main
 */
.custom-main {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    /* max-width: 1440px; */
    display: flex;
    flex-direction: column;
}

/**
 * header
 */
@media screen and (min-width: 767px) {
    #pub_header {
        height: 75px;
        width: 100%;
    }

    #mypage_header {
        height: 186px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #pub_header {
        height: 57px;
        width: 100%;
    }

    #mypage_header {
        height: 57px;
        width: 100%;
    }
}

.pub-header-gnav-area {
    display: block;
    height: 100%;
    width: 100%;
}

@media screen and (min-width: 767px) {
    .header-menu {
        display: flex;
        align-items: center;
        width: 100%;
        height: 75px;
        z-index: 99;
        position: fixed;
        top: 0;
    }

    .header-menu-base {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
        border: 5px solid black;
        background-color: white;
    }

    .header-menu-gnav-area {
        width: 177px;
        max-width: 177px;
        min-width: 177px;
        height: 100%;
        color: white;
        background-color: black;
        margin-left: 20px;
    }

    .header-menu-assign {
        width: 160px;
        height: 80%;
        background-color: #FF5701;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        border: 3px solid #000000;
        margin-right: 10px;
    }

    .header-menu-assign-button {
        display: contents;
        height: 100%;
        width: 100%;
        color: white !important;
        font-size: 1.1rem;
        font-weight: 700;
        letter-spacing: 0.1em;
    }

    .header-menu-owned {
        width: 160px;
        height: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        border: 3px solid #000000;
        margin-right: 10px;
        line-height: 16px;
        background-color: white;
    }

    .header-menu-owned-button {
        display: contents;
        height: 100%;
        width: 100%;
        color: #FF5701 !important;
        font-size: 1.1rem;
        font-weight: 700;
        letter-spacing: 0.1em;
    }

    .header-menu-gakukoe {
        width: 160px;
        height: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        border: 3px solid #000000;
        margin-right: 10px;
        line-height: 16px;
        background-color: white;
        cursor: pointer;
    }

    .header-menu-gakukoe-logo {
        margin: 5px;
    }

    .header-menu-business {
        width: 160px;
        height: 80%;
        display: flex;
        background-color: #44CDFF;
        ;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        border: 3px solid #000000;
        margin-right: 10px;
    }

    .header-menu-business-button {
        display: contents;
        height: 100%;
        width: 100%;
        font-size: 1.1rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        color: #000000 !important;
        ;
    }

    /* .header-menu-login {
        flex-grow: 0;
        width: 243px;
        height: 100%;
        background-color: #00D0EE;
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 5px solid black;
    }
    .header-menu-login-button {
        display: contents;
        height: 100%;
        width: 100%;
        color: black!important;
        font-size: 1.25rem;
        font-weight: 700;
        border-left: 5px solid black;
    } */
    .header-menu-company {
        flex-basis: 865px;
        flex-grow: 2;
        flex-shrink: 2;
        height: 100%;
        background-color: white;
        padding: 21px 28px 21px 28px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .log_link {
        width: 100%;
    }

    .pc-header-logo {
        max-height: 200%;
    }

    /* グロナビ */
    .gnav {
        margin: 0;
        padding: 0;
        position: relative;
        top: 0;
    }

    /* 開閉ボタン */
    .gnav-button {
        cursor: pointer;
        position: relative;
        right: 0;
        z-index: 99999;
        background-color: transparent;
        padding: 6px;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

    .gnav-button {
        cursor: pointer;
        position: relative;
        width: 177px;
        height: 65px;
        padding: 24px 35px;
    }

    .gnav-burger {
        cursor: pointer;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .gnav-button .gnav-burger,
    .gnav-button .gnav-burger span {
        display: inline-block;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* 横棒全体の設定 */
    .gnav-button .gnav-burger span {
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: white;
        opacity: 1;
    }

    /* 横棒1本毎の設定 */
    .gnav-button .gnav-burger span:first-of-type {
        top: -2px;
    }

    .gnav-button .gnav-burger span:last-of-type {
        bottom: -2px;
    }

    /* グロナビopen時 */
    .gnav-open>.gnav-button .gnav-burger {
        background-color: transparent;
    }

    .gnav-open>.gnav-button .gnav-burger span {
        background-color: white;
    }

    /* グロナビopen時 線の動作 */
    .gnav-open>.gnav-button .gnav-burger span:first-of-type {
        top: calc(50% - 2px);
        -webkit-transform: rotate(-9.551deg);
        transform: rotate(-9.551deg);
    }

    .gnav-open>.gnav-button .gnav-burger span:last-of-type {
        bottom: calc(50% - 2px);
        -webkit-transform: rotate(9.551deg);
        transform: rotate(9.551deg);
    }

    /*グローバルメニューのコンテンツ*/
    #gnav_contents_slide {
        position: fixed;
        right: 0;
        top: 75px;
        width: 100vw;
        background-color: #FF5701;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 6.597% 8.61%;
    }

    /* マイページ用ヘッダー */
    #mypage_header .header-menu {
        width: 100%;
        z-index: 99;
        position: fixed;
        top: 0;
        left: 0;
        display: block;
    }

    #mypage_header .header-menu .header-menu-base {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        width: 100%;
        height: 112px;
        background-color: white;
        border: none;
    }

    #mypage_header .header-menu .header-menu-base .header-menu-main-block {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
        border: 0px;
    }

    #mypage_header .header-menu .header-menu-base .header-menu-main-block .header-menu-company {
        flex-basis: 318px;
        flex-grow: 2;
        flex-shrink: 2;
        height: 100%;
        background-color: white;
        padding: 0 0 0 42px;
        display: flex;
        align-items: center;
        cursor: auto;
    }

    #mypage_header .header-menu .header-menu-base .header-menu-main-block .header-menu-student {
        height: 100%;
        display: flex;
        align-items: center;
        justify-items: center;
        margin: 0 17px 0 0;
    }

    #mypage_header .header-menu .header-menu-base .header-menu-main-block .header-menu-logout-button {
        height: 46px;
        width: 145px;
        margin: 0 31px 0 0;
        box-sizing: border-box;
        background: #44CDFF;
        border: 2px solid #000000;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #mypage_header .header-menu .header-menu-base .header-menu-main-block .header-menu-logout-button img {
        margin: 0 0 0 8px;
    }

    #mypage_header .header-menu .header-menu-sub {
        display: flex;
        position: relative;
        align-items: center;
        width: 100%;
        height: 74px;
        z-index: 99;
        background-color: black;
        font-size: 1.0625rem;
        font-weight: 700;
        z-index: 200;
    }

    #mypage_header .header-menu .gnav-contents-menu-list {
        padding: 0 0 0 0;
    }

    #mypage_header .header-menu .gnav-contents-menu-list-item {
        list-style: none;
        display: inline-block;
        padding: 0 32px 0 32px;
        margin: 0;
        line-height: 34px;
    }

    #mypage_header .header-menu .gnav-contents-menu-list-item a {
        color: white !important;
    }

    #mypage_header .header-menu .gnav-contents-menu-list-item:not(:last-child) {
        border-right: 1px solid #ffffff;
    }
}

@media screen and (max-width: 767px) {
    .header-menu {
        display: flex;
        height: 57px;
        align-items: center;
        width: 100%;
        z-index: 99;
        position: fixed;
        top: 0;
    }

    .header-menu-base {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
        border: 3px solid black;
        background-color: white;
    }

    .header-menu-gnav-area {
        width: 57px;
        max-width: 57px;
        min-width: 57px;
        height: 100%;
        color: white;
        background-color: black;
    }

    .header-menu-assign {
        height: 80%;
        width: 100px;
        background-color: #FF5701;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        border: 3px solid #000000;
        margin-right: 6px;
        text-align: center;
    }

    .header-menu-assign-button {
        display: contents;
        height: 100%;
        width: 100%;
        color: white !important;
        font-size: 0.9rem;
        font-weight: 700;
    }

    .header-menu-owned {
        height: 80%;
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        border: 3px solid #000000;
        margin-right: 6px;
        line-height: 10px;
        background-color: white;
    }

    .header-menu-owned-button {
        display: contents;
        height: 100%;
        width: 100%;
        color: #FF5701;
        font-size: 0.9rem;
        font-weight: 700;
    }

    .header-menu-gakukoe {
        height: 80%;
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        border: 3px solid #000000;
        margin-right: 6px;
        line-height: 10px;
        background-color: white;
        cursor: pointer;
    }

    .header-menu-gakukoe-logo {
        margin: 3px;
    }

    .header-menu-business {
        height: 80%;
        width: 100px;
        background-color: #44CDFF;
        ;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        border: 3px solid #000000;
        margin-right: 6px;
        text-align: center;
    }

    .header-menu-business-button {
        display: contents;
        height: 100%;
        width: 100%;
        font-size: 0.9rem;
        font-weight: 700;
    }

    /* .header-menu-login {
        flex-grow: 0;
        height: 100%;
        width: 100px;
        background-color: #00D0EE;
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 5px solid black;
    }

    .header-menu-login-button {
        display: contents;
        height: 100%;
        width: 100%;
        color: black!important;
        font-size: 0.7rem;
        font-weight: 700;
        border-left: 5px solid black;
    } */
    .header-menu-company {
        flex-basis: 318px;
        flex-grow: 2;
        flex-shrink: 2;
        height: 100%;
        background-color: white;
        padding: 6px 18px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .log_link {
        width: 100%;
        height: 100%;
    }

    .header-menu-company img {
        height: 100%;
    }

    /* グロナビ */
    .gnav {
        margin: 0;
        padding: 0;
        position: relative;
        top: 0;
    }

    /* 開閉ボタン */
    .gnav-button {
        cursor: pointer;
        position: relative;
        right: 0;
        z-index: 99999;
        background-color: transparent;
        padding: 6px;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

    .gnav-button {
        cursor: pointer;
        position: relative;
        width: 57px;
        height: 70px;
        padding: 16px 17px;
    }

    .gnav-burger {
        cursor: pointer;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .gnav-button .gnav-burger,
    .gnav-button .gnav-burger span {
        display: inline-block;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* 横棒全体の設定 */
    .gnav-button .gnav-burger span {
        position: absolute;
        width: 100%;
        height: 3.5px;
        background-color: white;
        opacity: 1;
    }

    /* 横棒1本毎の設定 */
    .gnav-button .gnav-burger span:first-of-type {
        top: 10px;
    }

    .gnav-button .gnav-burger span:last-of-type {
        bottom: 10px;
    }

    /* グロナビopen時 */
    .gnav-open>.gnav-button .gnav-burger {
        background-color: transparent;
    }

    .gnav-open>.gnav-button .gnav-burger span {
        background-color: white;
    }

    /* グロナビopen時 線の動作 */
    .gnav-open>.gnav-button .gnav-burger span:first-of-type {
        top: calc(50% - 2px);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .gnav-open>.gnav-button .gnav-burger span:last-of-type {
        bottom: calc(50% - 2px);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /*グローバルメニューのコンテンツ*/
    #gnav_contents_slide {
        position: fixed;
        top: 70px;
        right: 0;
        width: 100%;
        padding: 41px 7.2% 0 7.2%;
        margin: 0;
        background-color: #FF5701;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        max-height: 85%;
        overflow: auto;
    }

    .gnav-contents-slide-main-sns .sns_box_item {
        margin-right: 14px;
    }

    .gnav-contents-slide-main-sns {
        display: flex;
    }

    .gnav-contents-slide-main-menu-left {
        flex-basis: 50%;
        flex-grow: 1;

    }

    .gnav-contents-slide-main-menu-right {
        flex-grow: 2;

    }

    .gnav-contents-slide-main-reserve {
        color: black;
        text-align: center;
        margin-top: 50px;
        font-weight: 600;
        font-size: 14px;
    }

    /* マイページ用ヘッダー */
    #mypage_header .header-menu .header-menu-base {
        border: none;
        /* border-bottom: 3px solid black; */
        border: 3px solid black;
    }

    #mypage_header .header-menu .header-menu-base .header-menu-main-block {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
        border: none;
    }

    /*グローバルメニューのコンテンツ*/
    #mypage_header .header-menu #gnav_contents_slide {
        position: fixed;
        top: 70px;
        right: 0;
        width: 100%;
        padding: 17px 11.2% 53px;
        margin: 0;
        background-color: white;
        z-index: 9999;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 767px) {
    .header-menu {
        height: 75px;
    }
}

@media screen and (max-width: 767px) {
    .header-menu {
        height: 70px;
    }
}

/*グレー部分の表示非表示をするときのアニメーション*/
@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.5;
    }
}

/* グレー部分 */
.gnav-close .gnav-contents-background {
    display: none;
}

.gnav-open .gnav-contents-background {
    display: block;
    position: fixed;
    left: 0;
    background-color: black;
    opacity: 0.5;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    animation-name: fade-in;
    animation-duration: 1s;
}

/* スライド大枠 */
@media screen and (min-width: 1440px) {
    #gnav_contents_slide {
        position: fixed;
        right: 0;
        top: 75px;
        width: 100vw;
        background-color: #FF5701;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 50px 8.61% 0 8.61%;
        overflow: auto;
    }
}

@media screen and (min-width: 767px) and (max-width: 1440px) {
    #gnav_contents_slide {
        position: fixed;
        right: 0;
        top: 75px;
        width: 100vw;
        background-color: #FF5701;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 3.597% 8.61% 0 8.61%;
        overflow: auto;
    }
}

/* スライド中身 */
/* メイン */
@media screen and (min-width: 767px) {
    .gnav-contents-slide-main {
        width: 100%;
        height: calc(100% - 97px);
        margin: 0;
        max-height: 492px;
        display: flex;
    }

    .gnav-contents-slide-main-sns {
        display: flex;
        margin-bottom: 60px;
    }

    .gnav-contents-slide-main-sns .sns_box_item {
        margin-right: 20px;
    }

    /* 左側メイン ロゴ */
    .gnav-contents-slide-main-logo {
        margin: 0;
        padding-right: 11.29%;
        width: 47.04%;
        margin-bottom: 20px;
    }

    .gnav-contents-slide-main-logo img {
        height: 100%;
    }

    /* 右側リンク */
    .gnav-contents-slide-main-menu {
        width: 52.96%;
        /* height: 100%; */
        margin: 0;
        display: flex;
        padding-left: 4%;
        border-left: 2px solid black;
    }

    .gnav-contents-slide-main-menu-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .gnav-contents-slide-main-menu-list-item,
    .gnav-contents-slide-main-menu-title {
        margin: 3.61% 0 0 0;
    }

    .gnav-contents-slide-main-menu-left,
    .gnav-contents-slide-main-menu-right {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }

    .gnav-contents-slide-main-reserve {
        color: black;
        text-align: center;
        margin-top: 50px;
        font-weight: 600;
    }
}

@media screen and (max-width: 767px) {
    .gnav-contents-slide-main {
        width: 100%;
        height: 100%;
        margin: 0;
        max-height: 492px;
        display: flex;
    }

    /* 左側メイン ロゴ */
    .gnav-contents-slide-main-logo {
        display: none;
    }

    /* 右側リンク */
    .gnav-contents-slide-main-menu {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-around;
    }

    .gnav-contents-slide-main-menu-list {
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .gnav-contents-slide-main-menu-list-item,
    .gnav-contents-slide-main-menu-title {
        margin: 28px 0 0 0;
    }

    /* 右側リンク(マイページ) */
    #mypage_header .gnav-contents-slide-main-menu {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: start;
        text-align: center;
    }

    #mypage_header .gnav-contents-slide-main-menu-list-item {
        margin: 39px 0 0 0;
    }
}

/* リンクコンテンツ中身 */
/* pc over */
@media screen and (min-width: 1440px) {

    .gnav-contents-slide-main-menu-list-item,
    .gnav-contents-slide-main-menu-title {
        margin: 10px 0 0 0;
    }
}

/* tab over */
@media screen and (min-width: 767px) and (max-width: 1440px) {

    .gnav-contents-slide-main-menu-list-item,
    .gnav-contents-slide-main-menu-title {
        margin: 2.61% 0 0 0;
    }
}

@media screen and (min-width: 767px) {

    .gnav-contents-slide-main-menu-list-item a,
    .gnav-contents-slide-main-menu-title P {
        margin: 0;
        padding: 0;
        color: white;
        font-size: 20px;
        letter-spacing: 0.02em;
        /* line-height: 22px; */
    }

    .gnav-contents-slide-main-menu-title P {
        font-weight: 700;
    }

    .gnav-contents-slide-main-menu-list-item a {
        font-weight: 500;
    }

    .gnav-contents-slide-main-menu-login {
        padding-bottom: 1rem;
    }

    .gnav-contents-slide-main-menu-login-button {
        display: block;
        width: 278px;
        padding: 12px 70px 12px;
        margin: 3.71% 0 0 15.5%;
        background: white;
        color: black !important;
        text-decoration: none;
        text-align: center;
        border: 4px solid black;
        border-radius: 8px;
        font-weight: 700;
        font-size: 1.3125rem;
    }
}

/* sp */
@media screen and (max-width: 767px) {

    .gnav-contents-slide-main-menu-list-item,
    .gnav-contents-slide-main-menu-title {
        margin: 28px 0 0 0;
    }

    .gnav-contents-slide-main-menu-list-item:nth-of-type(1) {
        margin: 0;
    }

    .gnav-contents-slide-main-menu-list-item a,
    .gnav-contents-slide-main-menu-title P {
        margin-bottom: 10px;
        padding: 0;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 1rem;
    }

    .gnav-contents-slide-main-menu-title P {
        font-weight: 700;
        color: white;
    }

    .gnav-contents-slide-main-menu-list-item a {
        font-weight: 500;
        color: black;
    }

    .gnav-contents-slide-main-menu-assign {
        padding-bottom: 0;
        margin: 35px 0 0 0;
        width: 100%;
    }

    .gnav-contents-slide-main-menu-assign-button {
        display: block;
        width: 100%;
        height: 80px;
        line-height: 80px;
        padding: 0;
        margin: 0;
        background: white;
        color: black !important;
        text-decoration: none;
        text-align: center;
        border: 4px solid black;
        border-radius: 8px;
        font-weight: 700;
        font-size: 1.125rem;
    }

    .gnav-contents-slide-main-menu-login {
        padding-bottom: 0;
        margin: 7.78px 0 0 0;
        width: 100%;
    }

    .gnav-contents-slide-main-menu-login-button {
        display: block;
        width: 100%;
        height: 80px;
        line-height: 80px;
        padding: 0;
        margin: 0;
        background: #00D0EE;
        color: black !important;
        text-decoration: none;
        text-align: center;
        border: 4px solid black;
        border-radius: 8px;
        font-weight: 700;
        font-size: 1.125rem;
    }

    /* ログアウトボタン */
    #mypage_header .gnav-contents-slide-main-menu-logout {
        padding-bottom: 0;
        margin: 44px 0 0 0;
        width: 100%;
    }

    .gnav-contents-slide-main-menu-logout-button {
        position: relative;
        display: flex;
        width: 100%;
        height: 80px;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
        background: #00D0EE;
        color: black !important;
        text-decoration: none;
        text-align: center;
        border: 4px solid black;
        border-radius: 8px;
        font-weight: 700;
        font-size: 1.125rem;
    }

    .gnav-contents-slide-main-menu-logout-button img {
        position: absolute;
        right: 28px;
    }

    #mypage_header .gnav-contents-slide-main-menu-list-item a {
        font-size: 1.25rem;
    }
}

/* 下部リンク */
/* tab over */
@media screen and (min-width: 767px) {
    .gnav-contents-slide-sub {
        width: 100%;
        height: 97px;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: end;
    }

    .gnav-contents-slide-sub a {
        color: white;
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 45px;
        letter-spacing: 0.08em;
        margin-left: 2.6875rem;
        position: relative;
    }

    .gnav-contents-slide-sub a::before {
        content: "";
        width: 100%;
        position: absolute;
        bottom: 0;
        border-bottom: 1px solid white;
    }
}

@media screen and (min-width: 1440px) {
    .gnav-contents-slide-sub-margin {
        width: 47.04%;
    }

    .gnav-contents-slide-sub-content {
        width: 52.96%;
        padding: 0 0 0 3.5%;
    }

    .gnav-contents-slide-sub a::before {
        content: "";
        width: 100%;
        position: absolute;
        bottom: -6px;
        border-bottom: 1px solid white;
    }
}

/* 下部リンク内切り替え */
@media screen and (min-width: 767px) and (max-width: 1440px) {
    .gnav-contents-slide-sub-margin {
        width: 0%;
    }

    .gnav-contents-slide-sub-content {
        width: 100%;
        padding: 0 0 0 0;
        display: flex;
        justify-content: end;
    }
}

/* sp */
@media screen and (max-width: 767px) {
    .gnav-contents-slide-sub {
        width: 100%;
        margin: 33.2px 0 0 0;
    }

    .gnav-contents-slide-sub-margin {
        display: none;
    }

    .gnav-contents-slide-sub-content {
        display: flex;
        flex-direction: column;
    }

    .gnav-contents-slide-sub a {
        color: white;
        letter-spacing: 0.08em;
        margin-left: 0;
        font-style: normal;
        font-weight: 700;
        font-size: 0.75rem;
        line-height: 0.75rem;
        margin-top: 13px;
        position: relative;
        width: fit-content;
    }

    .gnav-contents-slide-sub a:first-of-type {
        margin-top: 0;
    }

    .gnav-contents-slide-sub a::before {
        content: "";
        width: 100%;
        position: absolute;
        bottom: -2px;
        border-bottom: 1px solid white;
    }
}

/* top_header */
#header_top {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* header_main */
#header_top .header-main {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    background-image: url(../img/top/pc/pc-main.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* header_main PC */
@media screen and (min-width: 767px) {
    #header_top .header-main {
        height: 559px;
        background-image: url(../img/top/pc/pc-main.svg);
        overflow: hidden;
        margin-top: 75px;
    }
}

/* header_main SP */
@media screen and (max-width: 767px) {
    #header_top .header-main {
        height: 503px;
        background-image: url(../img/top/sp/sp-main.svg);
        overflow: hidden;
        margin-top: 70px;
    }
}

@media screen and (min-width: 767px) {
    #header_top .header-main-content {
        width: 100vw;
        max-width: 1440px;
        margin: 0 auto 0;
        /* padding: 0 45px 0; */
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    #header_top .header-main-content {
        width: 100vw;
        margin: 0 auto 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

/* メインロゴ */
/* メインロゴ SP */
@media screen and (max-width: 767px) {
    #header_top .header-main-logo-sp {
        position: absolute;
        top: 100px;
        left: 10%;
    }

    #header_top .header-main-logo-pc {
        display: none;
    }
}

/* メインロゴ PC*/
@media screen and (min-width:767px) and (max-width:1440px) {
    #header_top .header-main-logo-sp {
        display: none;
    }

    #header_top .header-main-logo-pc {
        position: absolute;
        bottom: 407px;
        left: 7.7vw;
        width: 48%;
        max-width: 696px;
        min-width: 450px;
    }
}

/* メインロゴ PC over */
@media screen and (min-width: 1440px) {
    #header_top .header-main-logo-sp {
        display: none;
    }

    #header_top .header-main-logo-pc {
        position: absolute;
        top: 67px;
        right: calc(50vw - 6.25vw);
    }
}

/* 学生ログインボタン */
#header_top .header-main-content-button-area-login {
    display: flex;
    justify-content: end;
}

#header_top .header-main-content-button-area-login a {
    position: relative;
    z-index: 1;
    margin: 15px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    border: 3px solid #000000;
    border-radius: 50px;
    background-color: white;
    padding: 0;
    opacity: 1;
    overflow: hidden;
}

#header_top .header-main-content-button-area-login a:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: transform ease .4s;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    border-radius: 50px;
    background-color: rgb(223, 223, 223);
}

#header_top .header-main-content-button-area-login a:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}

/* 受付中ボタン・BASとはボタン囲ってるボックス */
@media screen and (min-width: 767px) {
    #header_top .header-main-content-bottom-area {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: flex-end;
        height: 50%;
    }
}

@media screen and (max-width: 767px) {
    #header_top .header-main-content-bottom-area {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        height: 52%;
    }
}

/* PC 受付中ボタン・学生ログインボタン */
@media screen and (min-width: 767px) {

    /* PC 受付中ボタン */
    /* #header_top .header-main-content-button-area-apply {
        position: absolute;
        bottom: 22px;
        padding-right: 500px;
        margin: 0 auto;
    }
    #header_top .header-main-content-button-area-apply a {
        display: flex;
        width: 188px;
        height: 114px;
        margin: 36px 0 0 auto;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 15px;
        color: #000000;
        text-decoration: none;
        text-align: center;
    }
    #header_top .header-main-content-button-area-apply a.no-hober,
    #header_top .header-main-content-button-area-apply a.no-hober button {
        pointer-events: none;
        filter: contrast(40%);
    }
    #header_top .header-main-content-button-area-apply a:before {
        position: absolute;
        width: 188px;
        height: 114px;
        border-radius: inherit;
        background: linear-gradient(to top left, #00D0EE 20%, #F4580B 80%);
        content: '';
        z-index: 1;
        border: solid;
        border-width: thin;
    }
    #header_top .header-main-content-button-area-apply a:after {
        position: absolute;
        width: 176px;
        height: 102px;
        border-radius: 10px;
        background: #ffff00;
        content: '';
        z-index: 2;
    }
    #header_top .header-main-content-button-area-apply a .apply-area {
        display: block;
        color: #000000;
        font-weight: 700;
        letter-spacing: 0.1em;
        z-index: 3;
    }
    #header_top .header-main-content-button-area-apply a .apply-area .apply-area-sub {
        font-size: 1rem;
    }
    #header_top .header-main-content-button-area-apply a .apply-area .apply-area-main {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.4375rem;
    }
    #header_top .header-main-content-button-area-apply a .apply-area .apply-area-main  .apply-area-main-text{
        width:60%
    }
    #header_top .header-main-content-button-area-apply a .apply-area .apply-area-main  .apply-area-main-button{
        width:30%
    }
    #header_top .header-main-content-button-area-apply a .apply-area .apply-area-main .round-arrow-button {
        width: 35px;
        height: 35px;
        margin: 0 0 0 7px;
        border: 1px solid #000000;
        border-radius: 50%;
        background-color: #ffffff;
        position: relative;
        overflow: hidden;
        z-index: 4;
    }
    #header_top .header-main-content-button-area-apply a .apply-area .apply-area-main .apply-arrow-right {
        position: absolute;
        animation-fill-mode: both;
        animation-duration: 0.6s;
    }
    #header_top .header-main-content-button-area-apply a .apply-area .apply-area-main .apply-arrow-right:nth-of-type(2) {
        transform: translateX(-69.8px);
    }
    #header_top .header-main-content-button-area-apply a .apply-area .apply-area-main .apply-arrow-right::before {
        content: "";
        width: 6px;
        height: 6px;
        border-top: solid 2px black;
        border-right: solid 2px black;
        transform: rotate(45deg);
        position: absolute;
        top: -2px;
        right: -4px;
    }
    #header_top .header-main-content-button-area-apply a .apply-area .apply-area-main .apply-arrow-right::after {
        content: "";
        width: 8.5px;
        height: 1.7px;
        border: 0;
        background-color: black;
        position: absolute;
        right: calc(50% - 3px)
    }

    #header_top .header-main-content-button-area-apply a:not(.no-hober):hover .apply-area .round-arrow-button .apply-arrow-right:nth-of-type(1) {
        animation-name: transformLeftRight;
        animation-delay: 0.2s;
    }

    #header_top .header-main-content-button-area-apply a:not(.no-hober):hover .apply-area .round-arrow-button .apply-arrow-right:nth-of-type(2) {
        animation-name: transformRightLeft;
        animation-delay: 0.2s;
    }

    #header_top .header-main-content-button-area-apply a:not(.no-hober):hover .apply-area .round-arrow-button .apply-arrow-right:nth-of-type(1) {
        animation-name: transformRightLeft;
        animation-delay: 0.2s;
    }

    #header_top .header-main-content-button-area-apply a:not(.no-hober):hover .apply-area .round-arrow-button .apply-arrow-right:nth-of-type(2) {
        animation-name: transformLeftRight;
        animation-delay: 0.2s;
    } */
    /* 学生ログイン */
    #header_top .header-main-content-button-area-login a {
        width: 188px;
        height: 41px;
        margin: 15px 0 0 0;
    }

    .sns {
        height: 60px;
        display: flex;
        justify-content: end;
    }

    .sns_box {
        height: 50px;
        width: 188px;
        display: flex;
        justify-content: space-around;
        margin-top: 10px
    }

    .sns_box_item {
        width: 50px;
        height: 50px;
    }

    .sns_box_item_img {
        width: 100%;
        height: 100%;
    }

    .sns_box_item_link {
        width: 100%;
        height: 100%;
    }
}

/* SP 受付中ボタン・学生ログインボタン */
@media screen and (max-width:767px) {
    /* .header-main-content-button-area {
        display: flex;
    } */
    /* #header_top .header-main-content-button-area-apply {
        padding-bottom: 115px
    }

    
    /* SP 受付中ボタン */
    /* 
    #header_top .header-main-content-button-area-apply a {
        display: flex;
        width: 262px;
        height: 54px;
        margin: 22px auto 0 23px;
        padding: 0;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 15px;
        color: #000000;
        text-decoration: none;
        text-align: center;
    }
    #header_top .header-main-content-button-area-apply a.no-hober {
        pointer-events: none;
        filter: contrast(40%);
    }
    #header_top .header-main-content-button-area-apply a:before {
        position: absolute;
        width: 262px;
        height: 54px;
        border-radius: inherit;
        background: linear-gradient(to top left, #00D0EE 20%, #F4580B 80%);
        content: '';
        z-index: 1;
        border: solid;
        border-width: thin;
    }
    #header_top .header-main-content-button-area-apply a:after {
        position: absolute;
        width: 254px;
        height: 46px;
        border-radius: 12px;
        background: #ffff00;
        content: '';
        z-index: 2;
    }
    #header_top .header-main-content-button-area-apply a .apply-area {
        display: flex;
        align-items: center;
        color: #000000;
        font-weight: 700;
        letter-spacing: 0.1em;
        z-index: 3;
        width: 100%;
    }
    #header_top .header-main-content-button-area-apply a .apply-area .apply-area-sub {
        margin: 0 20px 0 0;
        font-size: 0.875rem;
    }
    #header_top .header-main-content-button-area-apply a .apply-area .apply-area-main {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.125rem;
        width: 100%;
    }
    #header_top .header-main-content-button-area-apply a .apply-area .apply-area-main  .apply-area-main-text{
        width:60%;
        margin-right: 10px;
    }
    #header_top .header-main-content-button-area-apply a .apply-area .apply-area-main  .apply-area-main-button{
        width:10%;
        display: flex;
        justify-content: center;
    }
    #header_top .header-main-content-button-area-apply a .apply-area .apply-area-main .round-arrow-button {
        width: 16px;
        height: 16px;
        margin: 0 0 0 5px;
        border: 1px solid #000000;
        border-radius: 50%;
        background-color: #ffffff;
        position: relative;
        overflow: hidden;
        z-index: 4;
    }
    #header_top .header-main-content-button-area-apply a .apply-area .apply-area-main .apply-arrow-right {
        position: absolute;
        animation-fill-mode: both;
        animation-duration: 0.6s;
    }
    #header_top .header-main-content-button-area-apply a .apply-area .apply-area-main .apply-arrow-right:nth-of-type(2) {
        transform: translateX(-69.8px);
    }
    #header_top .header-main-content-button-area-apply a .apply-area .apply-area-main .apply-arrow-right::before {
        content: "";
        width: 6px;
        height: 6px;
        border-top: solid 2px black;
        border-right: solid 2px black;
        transform: rotate(45deg);
        position: absolute;
        top: -3px;
        right: -3px;
    }
    #header_top .header-main-content-button-area-apply a .apply-area .apply-area-main .apply-arrow-right::after {
        content: "";
        width: 5px;
        height: 1.9px;
        border: 0;
        background-color: black;
        position: absolute;
        top: -1px;
        right: calc(50% - 2px)
    }
    #header_top .header-main-content-button-area-apply a:not(.no-hober):hover .apply-area .round-arrow-button .apply-arrow-right:nth-of-type(1) {
        animation-name: transformLeftRight;
        animation-delay: 0.2s;
    }
    #header_top .header-main-content-button-area-apply a:not(.no-hober):hover .apply-area .round-arrow-button .apply-arrow-right:nth-of-type(2) {
        animation-name: transformRightLeft;
        animation-delay: 0.2s;
    }
    #header_top .header-main-content-button-area-apply a:not(.no-hober):hover .apply-area .round-arrow-button .apply-arrow-right:nth-of-type(1) {
        animation-name: transformRightLeft;
        animation-delay: 0.2s;
    }
    #header_top .header-main-content-button-area-apply a:not(.no-hober):hover .apply-area .round-arrow-button .apply-arrow-right:nth-of-type(2) {
        animation-name: transformLeftRight;
        animation-delay: 0.2s;
    } */

    /* ログインボタン */
    #header_top .header-main-content-button-area-login a {
        width: 156px;
        height: 41px;
        /* margin: 10px auto 0 23px;
        padding: 0; */
    }


    .sns {
        height: 60px;
        display: flex;
        justify-content: end;
    }

    .sns_box {
        height: 50px;
        width: 188px;
        display: flex;
        justify-content: space-around;
        margin-top: 10px
    }

    .sns_box_item {
        width: 40px;
        height: 40px;
    }

    .sns_box_item_img {
        width: 100%;
        height: 100%;
    }

    .sns_box_item_link {
        width: 100%;
        height: 100%;
    }
}

/* BASとはボタン */
/* sp */
@media screen and (max-width:767px) {

    #header_top .header-main-content-want-know-bas {
        position: absolute;
        bottom: 190px;
        right: -25px;
        width: 306px;
        height: 75px;
        padding-right: 31px;
        padding-left: 23.5px;
        display: flex;
    }

    #header_top .header-main-content-what-bas {
        position: absolute;
        bottom: 130px;
        /* right: -25px; */
        width: 306px;
        height: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        border: 3px solid black;
    }

    #header_top .header-main-content-what-bas img {
        width: 100%;
    }

    #header_top .header-main-content-what-bas-logo img {
        width: 145px;
        height: 32px;
    }

    #header_top .header-main-content-what-bas-image img {
        width: 98px;
        height: 98px;
    }

    /* ヘッダー_ポップアップ表示 */

    .round-arrow-right {
        position: absolute;
        right: 60px;
    }

    .round-arrow-right::before {
        content: "";
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 3px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: black;
    }

    .round-arrow-right::after {
        content: "";
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 2px;
        left: 13px;
        width: 8px;
        height: 8px;
        border-top: 2px solid white;
        border-right: 2px solid white;
        transform: rotate(40deg);
    }

    #header_top .header-extra .round-arrow-right {
        margin-left: 26px;
    }

}

/* pc */
@media screen and (min-width: 767px) and (max-width:1440px) {

    #header_top .header-main-content-want-know-bas {
        position: absolute;
        bottom: 300px;
        right: -17px;
        width: 492px;
        height: 124px;
        padding-right: 35px;
        padding-left: 38px;
        display: flex;
    }

    #header_top .header-main-content-what-bas {
        position: absolute;
        bottom: 200px;
        /* right: -17px; */
        width: 492px;
        height: 124px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        border: 5px solid black;
        cursor: pointer;
    }

    #header_top .header-main-content-what-bas img {
        width: 100%;
    }

    #header_top .header-main-content-what-bas-logo img {
        width: 289px;
        height: 65px;

    }

    /* ヘッダー_ポップアップ表示 */

    .round-arrow-right {
        position: absolute;
        right: 60px;
    }

    .round-arrow-right::before {
        content: "";
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 3px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: black;
    }

    .round-arrow-right::after {
        content: "";
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 2px;
        left: 16px;
        width: 10px;
        height: 10px;
        border-top: 2px solid white;
        border-right: 2px solid white;
        transform: rotate(40deg);
    }

    #header_top .header-extra .round-arrow-right {
        margin-left: 26px;
    }

}

/* pc over */
@media screen and (min-width:1441px) {
    #header_top .header-main-content-want-know-bas {
        position: absolute;
        bottom: 310px;
        right: 0px;
        width: 487px;
        height: 124px;
        padding-right: 35px;
        padding-left: 30px;
        display: flex;
    }

    #header_top .header-main-content-what-bas {
        position: absolute;
        bottom: 200px;
        right: 0px;
        width: 487px;
        height: 124px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        border: 5px solid black;
        cursor: pointer;
    }

    #header_top .header-main-content-what-bas img {
        width: 100%;
    }

    #header_top .header-main-content-what-bas-logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #header_top .header-main-content-what-bas-logo img {
        width: 289px;
        height: 65px;
    }

    /* ヘッダー_ポップアップ表示 */

    .round-arrow-right {
        position: absolute;
        right: 60px;
    }

    .round-arrow-right::before {
        content: "";
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 3px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: black;
    }

    .round-arrow-right::after {
        content: "";
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 2px;
        left: 16px;
        width: 10px;
        height: 10px;
        border-top: 2px solid white;
        border-right: 2px solid white;
        transform: rotate(40deg);
    }

    #header_top .header-extra .round-arrow-right {
        margin-left: 26px;
    }

}



/* ヘッダーsubコンテンツ */
@media screen and (min-width:1100px) {
    #header_top .header-sub {
        width: 100%;
        max-width: 1440px;
        height: 166px;
        border: 5px solid black;
        margin: 0 auto;
        background: white;
    }

    /* 表示案件数1件用 */
    #header_top .header-sub-case-one {
        width: 100%;
        max-width: 480px;
        height: 166px;
        border: 5px solid black;
        margin: 0 auto;
        background: white;
    }

    /* 表示案件数2件用 */
    #header_top .header-sub-case-two {
        width: 100%;
        max-width: 960px;
        height: 166px;
        border: 5px solid black;
        margin: 0 auto;
        background: white;
    }

    #header_top .header-sub-content-list {
        width: 100%;
        height: 100%;
        /* display: flex;
        align-items: center;
        justify-content: center; */
        margin: 0 auto;
    }

    #header_top .header-sub-content {
        width: 34%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 15px;
        justify-content: space-around;
        cursor: pointer;
    }

    /* 表示案件数1件用 */
    #header_top .header-sub-content-case-one {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 15px;
        justify-content: space-around;
        cursor: pointer;
    }

    /* 表示案件数2件用 */
    #header_top .header-sub-content-case-two {
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 15px;
        justify-content: space-around;
        cursor: pointer;
    }

    /* #header_top .header-sub-content:not(:first-child) {
        padding: 32px 57px 21px 57px;
    } */

    #header_top .header-sub-content-image {
        width: 184px;
        height: 113px;
    }

    #header_top .header-sub-content-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #header_top .header-sub-content-area {
        display: flex;
        flex-direction: column;
        padding: 8px 0 0 19px;
        width: 100%;
        height: 100%;
        max-width: 180px;
        max-width: 200px;
    }

    #header_top .header-sub-content-area-title p {
        font-size: 1rem;
        font-weight: 700;
        color: #FF5701;

        /*文字数表示制限*/
        /* display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; */
    }

    #header_top .header-sub-content-area-text p {
        /* font-size: 1.25rem; */
        font-size: 0.9rem;
        font-weight: 700;
        color: black;

        /*文字数表示制限*/
        /* display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; */
    }

    .header-sub-content:not(:last-child) {
        border-right: 1px solid black;
    }

    /* 表示案件数2件用 */
    .header-sub-content-case-two:not(:last-child) {
        border-right: 1px solid black;
    }
}

@media screen and (min-width: 767px) and (max-width:1100px) {
    #header_top .header-sub {
        width: 100%;
        height: 166px;
        border: 3px solid black;
        margin: 0 auto;
        background: white;
    }

    #header_top .header-sub-content-list {
        width: 100%;
        height: 100%;
        /* display: flex;
        align-items: center;
        justify-content: center; */
        margin: 0 auto;
    }

    #header_top .header-sub-content {
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 0.5rem;
        justify-content: space-around;
        cursor: pointer;
    }

    /* #header_top .header-sub-content:last-child {
        display: none;
    } */

    #header_top .header-sub-content:not(:first-child) {
        padding: 0 0 0 47px;
        border-right: 1px solid black;
    }

    #header_top .header-sub-content-image {
        width: 184px;
        height: 113px;
    }

    #header_top .header-sub-content-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #header_top .header-sub-content-area {
        display: flex;
        flex-direction: column;
        padding: 28px 19px 0 19px;
        width: 100%;
        height: 100%;
        max-width: 265px;
    }

    #header_top .header-sub-content-area-title p {
        font-size: 0.875rem;
        font-weight: 700;
        color: #FF5701;

        /*文字数表示制限*/
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    #header_top .header-sub-content-area-text p {
        /* font-size: 1rem; */
        font-size: 0.7rem;
        font-weight: 700;
        color: black;

        /*文字数表示制限*/
        /* display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; */
    }

    .header-sub-content:first-child {
        border-right: 1px solid black;
    }
}

@media screen and (max-width: 767px) {
    #header_top .header-sub {
        width: 100%;
        height: 130px;
        border: 3px solid black;
        display: flex;
        align-items: center;
        background: white;
    }

    #header_top .header-sub-content-list {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0 auto;

        transition-timing-function: linear;
    }


    #header_top .header-sub-content {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 0.5rem;
        justify-content: revert;
        cursor: pointer;
    }

    /* #header_top .header-sub-content:not(:first-child) {
        display: none;
    } */

    #header_top .header-sub-content-image {
        width: 150px;
        height: 87px;
    }

    #header_top .header-sub-content-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-width: 150px;
    }

    #header_top .header-sub-content-area {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 1px 0 0 26px;
        width: 100%;
        height: 100%;
    }

    #header_top .header-sub-content-area-title p {
        font-size: 0.8125rem;
        font-weight: 700;
        color: #FF5701;

        /*文字数表示制限*/
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    #header_top .header-sub-content-area-text p {
        /* font-size: 0.875rem; */
        font-size: 0.7rem;
        font-weight: 700;
        color: black;

        /*文字数表示制限*/
        /* display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; */
    }
}

/* 案件を一覧するバー */
#header_top .header-extra {
    /* color: white; */
    background-color: black;
    /* text-align: center; */
    height: 20px;
}

/* 
#header_top .header-extra a {
    color: white;
    line-height: 73px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.13em;
} */

.round-arrow-bottom {
    position: relative;
    padding-left: 30px;
}

.round-arrow-bottom::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: white;
}

.round-arrow-bottom::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 2px;
    left: 11px;
    width: 6px;
    height: 6px;
    border-top: 2px solid black;
    border-right: 2px solid black;
    transform: rotate(135deg);
}

/* #header_top .header-extra .round-arrow-bottom {
    margin-left: 26px;
} */

/**
 * バスとはモーダル explanation
 */
/**
 * 丸囲みバツボタン
 */
/* pc over */
@media screen and (min-width: 1440px) {
    .round_close_button {
        display: block;
        position: relative;
        width: 58px;
        height: 58px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
    }

    .round_close_button::before,
    .round_close_button::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 22px;
        background: #00D0EE;
    }

    .round_close_button::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .round_close_button::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
}

/* tab over */
@media screen and (min-width: 767px) and (max-width: 1440px) {

    /* 丸囲みバツボタン */
    .round_close_button {
        display: block;
        position: relative;
        width: 4.20vw;
        height: 4.20vw;
        border-radius: 50%;
        background: white;
    }

    .round_close_button::before,
    .round_close_button::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3px;
        height: 1.527vw;
        background: #00D0EE;
    }

    .round_close_button::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .round_close_button::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
}

/* sp */
@media screen and (max-width: 767px) {

    /* 丸囲みバツボタン */
    .round_close_button {
        display: block;
        position: relative;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: white;
    }

    .round_close_button::before,
    .round_close_button::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3px;
        height: 15.23px;
        background: #00D0EE;
    }

    .round_close_button::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .round_close_button::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
}

/**
 * バスとはモーダル 本体
 */
#explanation_bas {
    display: none;
}

.explanation-bas {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

.explanation-bas-gray {
    display: block;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0.5;
    width: 100vw;
    height: 100vh;
}

.explanation-bas-main-content {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

@media screen and (min-width: 767px) {
    .explanation-bas-main {
        background-color: white;
        position: fixed;
        height: 55.41vw;
        max-height: 798px;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        padding: 0;
        margin: 0;
    }

    .explanation-bas-main-content-orange {
        padding: 0;
        margin: 0;
        height: 100%;
        background-color: #FF5701;
        width: 4.583%;
        max-width: 66px;
    }
}

@media screen and (max-width: 767px) {
    .explanation-bas-main {
        background-color: white;
        position: fixed;
        height: 606px;
        max-height: 606px;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        padding: 0;
        margin: 0;
    }

    .explanation-bas-main-content-orange {
        padding: 0;
        margin: 0;
        height: 100%;
        background-color: #FF5701;
        width: 4.26%;
    }
}

.explanation-bas-main-content-standard {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    max-width: 1374px;
}

@media screen and (min-width: 767px) and (max-width: 1440px) {
    .explanation-bas-main-content-standard-area {
        width: 100%;
        height: 100%;
        background-color: white;
        padding: 10.844% 9.606% 10.1892% 12.554%;
        display: flex;
    }
}

@media screen and (min-width: 1440px) {
    .explanation-bas-main-content-standard-area {
        width: 100%;
        height: 100%;
        background-color: white;
        padding: 149px 9.606% 140px 12.554%;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .explanation-bas-main-content-standard-area {
        width: 100%;
        height: 100%;
        background-color: white;
        padding: 71px calc(14.76% - 1rem) 0 10.02%;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 767px) {
    .explanation-bas-main-content-standard-area-left {
        width: 32.41%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .explanation-bas-main-content-standard-area-left-top {
        width: 65.58%;
        padding: 0;
        margin: 0;
    }

    .explanation-bas-main-content-standard-area-left-top img {
        width: 100%
    }

    .explanation-bas-main-content-standard-area-right {
        width: 67.59%;
        padding: 4.3% 0 0 14.38%;
    }

    .explanation-bas-main-content-standard-area-right p {
        font-weight: 700;
        line-height: 30px;
        line-height: min(2.38vw, 1.875rem);
        letter-spacing: 0.05em;
        font-size: min(1.18vw, 1.0625rem);
    }

    .explanation-bas-main-black-line {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 23px;
        background-color: black;
    }

    .explanation-bas-main-blue-line {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 36px;
        background-color: #44CDFF;
    }
}

@media screen and (max-width: 767px) {
    .explanation-bas-main-content-standard-area-left {
        width: 51.25%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 68.8vw;
        max-height: 258px;
    }

    .explanation-bas-main-content-standard-area-left-top {
        width: 64.67%;
        max-height: 44px;
        padding: 0;
        margin: 0;
    }

    .explanation-bas-main-content-standard-area-left-bottom {
        margin: 28px 0 0 0;
        max-height: 186px;
    }

    .explanation-bas-main-content-standard-area-right {
        width: 100%;
        padding: 28px 1rem 0 0;
        overflow-y: scroll;
    }

    .explanation-bas-main-content-standard-area-right::-webkit-scrollbar {
        width: 2px;
    }

    .explanation-bas-main-content-standard-area-right::-webkit-scrollbar-track {
        background-color: #f0f0f0;
    }

    .explanation-bas-main-content-standard-area-right::-webkit-scrollbar-thumb {
        background-color: #000000;
    }

    .explanation-bas-main-content-standard-area-right p {
        font-weight: 700;
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 0.05em;
    }

    .explanation-bas-main-black-line {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 23px;
        background-color: black;
    }

    .explanation-bas-main-blue-line {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 36px;
        background-color: #44CDFF;
    }
}

@media screen and (min-width: 1440px) {
    .what-bas-close-area {
        position: absolute;
        top: 0;
        right: 0;
        width: 0px;
        height: 0px;
        border-top: 0px solid transparent;
        border-left: 0px solid transparent;
        border-right: 265px solid black;
        border-bottom: 222px solid transparent;
        z-index: 99999;
    }

    .what-bas-close-area-standard {
        position: absolute;
        width: 265px;
        height: 222px;
        top: 0;
    }

    .what-bas-close-area .round_close_button {
        position: absolute;
        top: 31px;
        right: 38px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1440px) {
    .what-bas-close-area {
        position: absolute;
        top: 0;
        right: 0;
        width: 0px;
        height: 0px;
        border-top: 0px solid transparent;
        border-left: 0px solid transparent;
        border-right: 18.05vw solid black;
        border-bottom: 15.416vw solid transparent;
        z-index: 99999;
    }

    .what-bas-close-area-standard {
        position: absolute;
        width: 18.05vw;
        height: 15.416vw;
        top: 0;
    }

    .what-bas-close-area-standard-button {
        position: absolute;
        width: 58px;
        height: 58px;
        border-radius: 50%;
        background-color: white;
        top: 31px;
        right: 38px;
    }

    .what-bas-close-area .round_close_button {
        position: absolute;
        top: 31px;
        right: 38px;
    }

    .what-bas-close-area .round_close_button {
        position: absolute;
        top: 2.15vw;
        right: 2.638vw;
    }
}

@media screen and (max-width: 767px) {
    .what-bas-close-area {
        position: absolute;
        top: 0;
        right: 0;
        width: 0px;
        height: 0px;
        border-top: 0px solid transparent;
        border-left: 0px solid transparent;
        border-right: 108px solid black;
        border-bottom: 108px solid transparent;
        z-index: 99999;
    }

    .what-bas-close-area-standard {
        position: absolute;
        width: 108px;
        height: 108px;
        top: 0;
    }

    .what-bas-close-area-standard-button {
        position: absolute;
        width: 58px;
        height: 58px;
        border-radius: 50%;
        background-color: white;
        top: 31px;
        right: 38px;
    }

    .what-bas-close-area .round_close_button {
        position: absolute;
        top: 31px;
        right: 38px;
    }

    .what-bas-close-area .round_close_button {
        position: absolute;
        top: 10px;
        right: 11px;
    }
}


/**
 * scroll arrow
 */
@media screen and (min-width: 1440px) {
    .upper-scroll-wrapper .upper-scroll {
        position: fixed;
        right: calc(50vw - 720px + 39px);
        z-index: 1;
    }
}

@media screen and (min-width: 767px) and (max-width: 1440px) {
    .upper-scroll-wrapper .upper-scroll {
        position: fixed;
        right: 2.7%;
        z-index: 1;
    }
}

@media screen and (max-width: 767px) {
    .upper-scroll-wrapper .upper-scroll {
        position: fixed;
        right: 22px;
        z-index: 1;
    }
}



/*
 * footer
 */
.footer-main ul {
    padding: 0;
    list-style: none;
}

/**
 * footer tab over
 */
@media screen and (min-width: 767px) {
    footer {
        background: #eee;
        position: relative;
        /* height: 331px; */
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: auto;
    }
}

/* footer全体を囲む */
@media screen and (min-width: 1440px) {
    .footer-main {
        width: 100%;
        height: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 51px 20px 60px 105px;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 767px) and (max-width:1440px) {
    .footer-main {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 51px 9.2% 60px;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 767px) {

    /* footer上部 */
    .footer-main-top-area {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    /* footer上部 main logo */
    .footer-main-top-area-logo {
        flex-shrink: 2;
        margin-right: 2rem;
        /* width: 335px; */
        height: 129px;
    }

    .footer-main-top-area-logo img {
        width: 100%;
        height: 120px;
    }

    .footer_sns_link {
        display: flex;
        width: 100%;
    }

    .footer_sns_link .sns_box_item {
        margin: 10px 20px 10px 0px;
    }

    /* footer上部 リンク群 */
    .footer-main-top-area-link {
        width: 100%;
        /* height: 200px; */
        display: flex;
        padding-top: 24px;
    }

    .footer-main-top-area-link p {
        margin: 0;
        padding: 0;
        margin-top: 10px;
        ;
        margin-bottom: 0.5em;
    }

    .footer-main-top-area-link-service-list-left li,
    .footer-main-top-area-link-service-list-right li,
    .footer-main-top-area-link-company-list li {
        font-weight: 700;
    }

    .footer-main-top-area-link-service-wrapper,
    .footer-main-top-area-link-company-wrapper {
        margin-right: 30px;
    }

}

/* footer上部 リンク群 アプリサービス */
@media screen and (min-width: 1440px) {
    .footer-main-top-area-link-service {
        /* width: 342px; */
        display: flex;
        /* flex-direction: column; */
    }
}

@media screen and (min-width: 767px) and (max-width:1440px) {
    .footer-main-top-area-link-service {
        width: 310px;
        display: flex;
        flex-direction: column;
    }

    .footer-main-top-area-link-company {
        display: flex;
        flex-direction: column;
    }

    .footer-main-top-area-link {
        height: 400px;
    }
}

@media screen and (min-width: 767px) {

    .footer-main-top-area-link-service-title p {
        font-weight: 700;
        font-size: 1rem;
    }

    .footer-main-top-area-link-service-list {
        display: flex;
    }

    .footer-main-top-area-link-service-list li {
        font-size: 15px;
        line-height: 30px;
    }

    .footer-main-top-area-link-service-list-left {
        width: 100%;
    }

    /* footer上部 リンク群 企業情報 */
    .footer-main-top-area-link-company {
        display: flex;
        /* flex-direction: column; */
    }

    .footer-main-top-area-link-company-title p {
        font-weight: 700;
        font-size: 1rem;
    }

    /* .footer-main-top-area-link-company-list li {
        font-size: 15px;
        line-height: 30px;
    } */

    .footer-main-bottom-area {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .footer-main-bottom-area p {
        margin: 0;
        padding: 0;
    }

    .footer-main-bottom-area-sns-logo {
        display: flex;
        align-items: center;
        flex-shrink: 2;
        flex-basis: 356px;
    }

    .footer-main-bottom-area-sns-logo-follow-link {
        border-right: 1px solid black;
        padding-right: 0.6rem;
        padding-left: 4px;
        margin: 0 1.31rem 0 0;
    }

    .footer-main-bottom-area-sns-logo-follow-link-item {
        font-size: 15px;
        font-weight: 500;
    }

    .footer-main-bottom-area-sns-logo-sns-link {
        display: flex;
        align-items: center;
    }

    .footer-main-bottom-area-sns-logo-sns-link-item {
        margin: 0 0.81rem 0 0;
    }

    .footer-main-bottom-area-reserve {
        width: 460px;
        display: flex;
        align-items: baseline;
    }

    .footer-main-bottom-area-reserve-main p {
        font-size: 13px;
        font-weight: 700;
    }
}

@media screen and (min-width: 1440px) {
    .footer-main-bottom-area-reserve-main {
        width: 100%;
        width: 342px;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 767px) and (max-width:1440px) {
    .footer-main-bottom-area-reserve-main {
        width: 100%;
        width: 310px;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 767px) {
    .footer-main-bottom-area-reserve-privacy a {
        font-size: 12px;
        font-weight: 500;
    }
}

/**
 * footer sp
 */
@media screen and (max-width: 767px) {
    footer {
        background: #eee;
        position: relative;
        /* height: 530px; */
        width: 100vw;
        margin: 0;
        padding: 0;
        margin-top: auto;
    }

    footer p {
        margin: 0;
        padding: 0;
        margin-top: 10px;
    }

    footer li {
        margin: 0;
        padding: 0;
    }

    .footer-main {
        width: 100vw;
        height: 100%;
        max-width: auto;
        margin: 0 auto;
        padding-top: 49px;
        padding-left: 4%;
        padding-right: 4%;
        display: flex;
        flex-direction: column;
    }

    /* footer上部 */
    .footer-main-top-area {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .footer-main-top-area {
        display: flex;
    }


    .footer_sns_link .sns_box_item {
        margin-right: 12px;
    }

    .footer_sns_link {
        display: flex;
        height: 100px;
        margin-bottom: 20px;
        align-items: center;
    }

    /* footer logo */
    .footer-main-top-area-logo {
        /* width: 241px;
        height: 54.3px; */
        margin-bottom: 20px;
    }

    .footer-main-top-area-logo img {
        height: 100px;
    }

    /* footer link */
    .footer-main-top-area-link {
        display: flex;
        margin-top: 24px;
        width: 100%;
    }

    .footer-main-top-area-link-service {
        margin-right: 20px;
        flex-basis: 150px;
        flex-grow: 1;
    }

    .footer-main-top-area-link-company {
        flex-grow: 2;
    }

    .footer-main-top-area-link-service-title,
    .footer-main-top-area-link-company-title {
        font-weight: 700;
        font-size: 1rem;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .footer-main-top-area-link-service-list {
        /* height: 180px; */
    }

    .footer-main-top-area-link-service-list-left li,
    .footer-main-top-area-link-service-list-right li,
    .footer-main-top-area-link-company-list li {
        font-size: 13px;
        line-height: 24px;
        font-weight: 700;
    }

    /* footer下部 */
    .footer-main-bottom-area {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0px;
    }

    /* sns等 */
    .footer-main-bottom-area-sns-logo {
        display: flex;
        align-items: center;
    }

    .footer-main-bottom-area-sns-logo-sns-link {
        display: flex;
        align-items: center;
    }

    .footer-main-bottom-area-sns-logo-follow-link {
        border-right: 1px solid black;
        margin-right: 1.1875rem;
    }

    .footer-main-bottom-area-sns-logo-follow-link p {
        font-size: 0.8125rem;
        font-weight: 500;
        line-height: 24px;
        margin-right: 0.375rem;
    }

    .footer-main-bottom-area-sns-logo-sns-link-item {
        margin-right: 14.1px;
        width: 22px;
        height: 22px;
    }

    .footer-main-bottom-area-sns-logo-sns-link-item img {
        width: 100%;
        height: 100%;
    }

    /* reserve */
    .footer-main-bottom-area-reserve {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 14.4px;
    }

    .footer-main-bottom-area-reserve-main {
        line-height: 24px;
        font-size: 0.625rem;
        font-weight: 700;
    }

    .footer-main-bottom-area-reserve-privacy p {
        line-height: 24px;
        font-size: 0.75rem;
        font-weight: 500;
    }

    .footer_sns_link {
        /* display: flex; */
        width: 100%;
    }

    .footer_sns_link .sns_box_item {
        margin: 5px;
    }
}


/**
 * top
 */
@media screen and (min-width: 1440px) {
    .base-width {
        width: 100%;
        height: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 133px;
        display: flex;
        flex-direction: column;
        position: relative;
    }
}

@media screen and (min-width: 767px) and (max-width:1440px) {
    .base-width {
        width: 100%;
        height: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 9.23%;
        display: flex;
        flex-direction: column;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .base-width {
        width: 100%;
        height: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 4%;
        display: flex;
        flex-direction: column;
        position: relative;
    }
}

/* 右矢印 */
@media screen and (min-width: 767px) {
    .simple-arrow-right {
        position: absolute;
    }

    .simple-arrow-right::before {
        content: "";
        width: 7.5px;
        height: 7.5px;
        border-top: solid 2.8px black;
        border-right: solid 2.8px black;
        transform: rotate(45deg);
        position: absolute;
        top: -3px;
        right: -15px;
    }

    .simple-arrow-right::after {
        content: "";
        width: 15px;
        height: 2.8px;
        border: 0;
        background-color: black;
        position: absolute;
        top: -0.7px;
    }

    .news-top-main-content-list-item-title .simple-arrow-right {

        right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .simple-arrow-right {
        position: absolute;
    }

    .simple-arrow-right::before {
        content: "";
        width: 7.5px;
        height: 7.5px;
        border-top: solid 2.8px black;
        border-right: solid 2.8px black;
        transform: rotate(45deg);
        position: absolute;
        top: -3px;
        right: -15px;
    }

    .simple-arrow-right::after {
        content: "";
        width: 15px;
        height: 2.8px;
        border: 0;
        background-color: black;
        position: absolute;
        top: -0.7px;
    }

    .news-top-main-content-list-item-title .simple-arrow-right {
        right: 20px;
    }
}

/* デザイン矢印(PC・SP共通) */
.design-arrow-right {
    position: relative;
    display: inherit;
    content: "";
    height: 19px;
    width: 81px;
    -webkit-mask: url("/style/img/common/design-arrow-right.svg");
    mask: url("/style/img/common/design-arrow-right.svg");
    background: linear-gradient(to right, white, white 50%, transparent 50%);
    background-size: 200%;
}

.inquiry-user-content:hover .design-arrow-right {
    animation: design_arrow_right_focus_in 1s infinite;
    animation-fill-mode: forwards;
}

@keyframes design_arrow_right_focus_in {
    from {
        background-position: -100% 0%;
    }

    to {
        background-position: -300% 0%;
    }
}

/* デザイン四角形 */
@media screen and (min-width: 767px) {
    .design-square {
        display: block;
        width: 46px;
        height: 28px;
        border: 4px solid white;
        position: relative;
        transform: scale(1);
        transition: transform .5s;
    }

    .design-square::before {
        content: "";
        width: 37px;
        height: 26px;
        border-top: 4px solid white;
        border-right: 4px solid white;
        position: absolute;
        top: -12px;
        right: -12px;
    }

    .inquiry-company:hover .design-square {
        transform: scale(1.1);
        transition: transform .5s;
    }
}

@media screen and (max-width: 767px) {
    .design-square {
        display: block;
        width: 18.4px;
        height: 11.2px;
        border: 2px solid white;
        position: relative;
        transform: scale(1);
        transition: transform .5s;
    }

    .design-square::before {
        content: "";
        width: 14.8px;
        height: 10.4px;
        border-top: 2px solid white;
        border-right: 2px solid white;
        position: absolute;
        top: -5px;
        right: -5px;
    }

    .inquiry-company:hover .design-square {
        transform: scale(1.3);
        transition: transform .5s;
    }
}


/**
 * QA contact us
 */
/**
 * tab over
*/
@media screen and (min-width: 767px) {
    .inquiry {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        height: 493px;
    }

    /* 文字設定 */
    .inquiry h3,
    .inquiry p {
        padding: 0;
        color: white;
        text-align: left;
    }

    .inquiry h3 {
        margin: 0;
        font-size: min(4.86vw, 4.375rem);
    }

    .inquiry p {
        font-size: 1rem;
    }

    /* 大学生側が使用 */
    .inquiry-user {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 391px;
        margin: -147px 0 0 0;
        z-index: 1;
    }

    /* コンテンツラッパー */
    .inquiry-user-content {
        height: 100%;
        width: 48.72%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 68px calc(100% * 0.4872 * 0.093) 47px calc(100% * 0.4872 * 0.1013);
    }

    /* hover cancellation */
    .inquiry-user-content:hover {
        text-decoration: none;
        transition: none;
        opacity: 1;
        cursor: pointer;
    }

    /* QAとcontact usの色 */
    .inquiry-user-content.qa {
        background-color: #FF5701;
    }

    .inquiry-user-content:hover.qa {
        background-color: #BA3F00;
    }

    .inquiry-user-content.contact {
        background-color: #383F45;
    }

    .inquiry-user-content:hover.contact {
        background-color: #0D0F12;
    }

    .inquiry-company {
        margin-top: 41px;
        width: 100%;
        height: 119px;
        background: #6739A1;
    }

    .inquiry-company:hover {
        background: #360A6D;
    }

    /* タイトル・サブタイトル */
    .inquiry-user-content-title {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .inquiry-user-content-title-sub {
        margin: 19px 0 0 0;
    }

    /* 矢印位置 */
    .inquiry-user-content-arrow {
        width: 100%;
        display: flex;
        justify-content: end;
    }

    /* 企業側 */
    .inquiry-company {
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3.78%;
    }

    /* 企業側タイトル */
    .inquiry-company h3 {
        color: white;
        font-weight: 700;
        font-size: 1.8125rem;
        line-height: 27px;
        letter-spacing: 0.06em;
    }

    /* hover cancellation */
    .inquiry-company:hover {
        text-decoration: none;
        transition: none;
        opacity: 1;
        cursor: pointer;
    }
}

/**
* sp
*/
@media screen and (max-width: 767px) {
    .inquiry {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        height: 493px;
    }

    /* 文字設定 */
    .inquiry h3,
    .inquiry p {
        padding: 0;
        color: white;
        text-align: left;
    }

    .inquiry h3 {
        margin: 0;
        font-size: min(9.86vw, 2.3125rem);
    }

    .inquiry p {
        font-size: 0.8125rem;
    }

    /* 大学生側が使用 */
    .inquiry-user {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 420px;
        margin: -86px 0 0 0;
    }

    /* コンテンツのラッパー */
    .inquiry-user-content {
        height: 207px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 35px calc(100% * 0.086) 47px calc(100% * 0.0615);
    }

    /* hover cancellation */
    .inquiry-user-content:hover {
        text-decoration: none;
        transition: none;
        opacity: 1;
        cursor: pointer;
    }

    /* QAとcontact usの色 */
    .inquiry-user-content.qa {
        background-color: #FF5701;
    }

    .inquiry-user-content:hover.qa {
        background-color: #BA3F00;
    }

    .inquiry-user-content.contact {
        margin-top: 6px;
        background-color: #383F45;
    }

    .inquiry-user-content:hover.contact {
        background-color: #0D0F12;
    }

    .inquiry-company {
        margin-top: 41px;
        width: 100%;
        height: 84px;
        background: #6739A1;
    }

    .inquiry-company:hover {
        background: #360A6D;
    }

    /* タイトル・サブタイトル */
    .inquiry-user-content-title {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .inquiry-user-content-title-sub {
        margin: 12px 0 0 0;
    }

    /* 矢印位置 */
    .inquiry-user-content-arrow {
        width: 100%;
        display: flex;
        justify-content: end;
    }

    /* 企業側 */
    .inquiry-company {
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3.78%;
    }

    /* 企業側タイトル */
    .inquiry-company h3 {
        color: white;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 27px;
        letter-spacing: 0.06em;
    }

    /* hover cancellation */
    .inquiry-company:hover {
        text-decoration: none;
        transition: none;
        opacity: 1;
        cursor: pointer;
    }
}

/**
  * 丸囲み上矢印
  */
@media screen and (min-width: 767px) {
    .round-arrow-upper-black {
        width: 74px;
        height: 74px;
    }
}


@media screen and (max-width: 767px) {
    .round-arrow-upper-black {
        width: 51px;
        height: 51px;
    }
}

/* 左から真ん中 */
@keyframes transformLeftRight {
    0% {
        transform: translateX(-69.8px);
    }

    100% {
        transform: translateX(0);
    }
}

/* 真ん中から右 */
@keyframes transformRightLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(69.8px);
    }
}

/* スクロールイベントによる表示 */
.js-fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1s;
}

.js-fadein.js-scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}