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

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

button {
  border: none;
  background: none;
}

/*--------------viwpoint--------*/
/*--------------color--------*/
/*--------------fonts--------*/
/*--------------mixins--------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}


body {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #444444;
  background-color: #F5F5F5;
}

body.fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

input {
  background-color: #fff;
  color: #333;
}

.link-no-decoration {
  text-decoration: none;
  color: #444444;
}
.link-no-decoration:hover {
  text-decoration: none;
}

a {
  color: #444444;
}

@media screen and (min-width: 768px) {
  .sp-pc.sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-pc.pc {
    display: none !important;
  }
}

header.header {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
  position: absolute;
  top: 0;
  z-index: 9997;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1430px) {
  header.header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  header.header {
    margin-top: 10px;
  }
}
header.header > .inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 1530px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1430px) {
  header.header > .inner {
    padding: 0;
    background-color: initial;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  header.header > .inner {
    min-height: 60px;
  }
}
header.header .logo {
  margin-right: auto;
}
@media screen and (max-width: 540px) {
header.header .logo a{
  width: 156px;
  display: block;
}

}
header.header .g-navi.primary {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1480px) {
  header.header .g-navi.primary {
    padding-left: 30px;
    padding-right: 30px;
  }
}
header.header .g-navi.primary .navis {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-justify-content: right;
  justify-content: right;
}
header.header .g-navi.primary .navis > .nav {
  margin-right: 32px;
}
@media screen and (max-width: 1550px) {
  header.header .g-navi.primary .navis > .nav {
    margin-right: 16px;
  }
}
@media screen and (max-width: 1430px) {
  header.header .g-navi.primary .navis > .nav {
    display: none;
  }
}
header.header .g-navi.primary .navis > .has_btn {
  margin-left: auto;
  margin-right: 0;
}
header.header .g-navi.primary .navis > .has_btn + .has_btn {
  margin-left: 32px;
  margin-right: 0;
}
header.header .g-navi.primary .navis > .nav.register .btn, header.header .g-navi.primary .navis > .nav.recruit .btn {
  min-height: 24px;
  font-weight: bold;
}
header.header .g-navi.primary .navis > .nav > .link {
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  transition: border 0.3s ease-in-out;
}
@media screen and (max-width: 1480px) {
  header.header .g-navi.primary .navis > .nav > .link {
    font-size: 13px;
  }
}
header.header .g-navi.primary .navis > .nav > .link:hover {
  opacity: 1;
  box-sizing: border-box;
  border-bottom: 2px solid #444444;
}
header.header .g-navi.secondary {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin: auto;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 1430px) {
  header.header .g-navi.secondary {
    position: fixed;
    right: 20px;
    top: 20px;
  }
}
header.header .g-navi.secondary .navis {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}
header.header .g-navi.secondary .navis > .nav {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
header.header .g-navi.secondary .navis > .nav.login {
  margin-right: 2.5em;
}
@media screen and (max-width: 1430px) {
  header.header .g-navi.secondary .navis > .nav.login {
    display: none;
  }
}
header.header .g-navi.secondary .navis > .nav.login a {
  width: 40px;
  position: relative;
}
header.header .g-navi.secondary .navis > .nav.login a::after {
  transition: 0.5s;
  display: block;
  content: "";
  position: absolute;
  background-image: url(/assets_v3/img/login-menu-enter.svg);
  background-repeat: no-repeat;
  width: 19px;
  height: 13px;
  top: 10px;
  left: -1px;
}
header.header .g-navi.secondary .navis > .nav.login a:hover::after {
  left: 5px;
}
header.header .g-navi.secondary .navis > .nav.login img {
  display: block;
  width: 100%;
  height: auto;
}
header.header .g-navi.secondary .navis > .nav.mypage {
  margin-right: 1.5em;
}
@media screen and (max-width: 1430px) {
  header.header .g-navi.secondary .navis > .nav.mypage {
    display: none;
  }
}
header.header .g-navi.secondary .navis > .nav.mypage a {
  width: 50px;
  position: relative;
}
header.header .g-navi.secondary .navis > .nav.mypage a::after {
  transition: 0.5s;
  display: block;
  content: "";
  position: absolute;
  background-image: url(/assets_v3/img/login-menu-enter.svg);
  width: 19px;
  height: 14px;
  top: 13px;
  left: 3px;
  background-repeat: no-repeat;
}
header.header .g-navi.secondary .navis > .nav.mypage a:hover::after {
  left: 8px;
}
header.header .g-navi.secondary .navis > .nav.mypage img {
  display: block;
  width: 100%;
  height: auto;
}
header.header .g-navi.secondary .navis > .nav.nav-dropdown {
  position: relative;
  display: block;
  font-size: 1rem;
  color: #444444;
  width: 40px;
  height: 53px;
  line-height: 2rem;
  font-weight: bold;
  padding: 0;
}
@media screen and (max-width: 1430px) {
  header.header .g-navi.secondary .navis > .nav.nav-dropdown {
    display: none;
  }
}
header.header .g-navi.secondary .navis > .nav.nav-dropdown .menu-text {
  display: block;
  margin-top: 12px;
}
header.header .g-navi.secondary .navis > .nav.nav-dropdown .hamburger {
  width: 40px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
header.header .g-navi.secondary .navis > .nav.nav-dropdown .hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #ED7E1B;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
header.header .g-navi.secondary .navis > .nav.nav-dropdown .hamburger span:nth-child(1) {
  top: 0px;
}
header.header .g-navi.secondary .navis > .nav.nav-dropdown .hamburger span:nth-child(2),
header.header .g-navi.secondary .navis > .nav.nav-dropdown .hamburger span:nth-child(3) {
  top: 12px;
}
header.header .g-navi.secondary .navis > .nav.nav-dropdown .hamburger span:nth-child(4) {
  bottom: 0px;
  width: 65%;
}
header.header .g-navi.secondary .navis > .nav.nav-dropdown .hamburger:hover span:nth-child(4) {
  width: 100%;
}
header.header .g-navi.secondary .navis > .nav.nav-dropdown .navs-dropdown {
  font-size: 1.4rem;
  display: none;
  border-radius: 20px;
  padding: 16px;
  position: absolute;
  right: 0;
  top: 70px;
  width: 350px;
  background-color: #fff;
}
header.header .g-navi.secondary .navis > .nav.nav-dropdown .navs-dropdown .nav .link {
  text-decoration: none;
  display: block;
  padding: 16px 8px;
  color: #444444;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(/assets_v3/img/arrow-gt-right-gray.svg);
}
header.header .g-navi.secondary .navis > .nav.nav-dropdown .navs-dropdown .nav .link:hover,
header.header .g-navi.secondary .navis > .nav.nav-dropdown .navs-dropdown .nav.active .link {
  color: #FBC200;
  background-image: url(/assets_v3/img/arrow-gt-right-yellow.svg);
}
header.header .g-navi.secondary .navis > .nav.nav-dropdown .navs-dropdown .nav:nth-child(n+2) {
  border-top: 1px solid #c6c6c6;
}
header.header .g-navi.secondary .navis > .nav.nav-dropdown[data-is-show=true] .hamburger {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
header.header .g-navi.secondary .navis > .nav.nav-dropdown[data-is-show=true] .hamburger span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header.header .g-navi.secondary .navis > .nav.nav-dropdown[data-is-show=true] .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.header .g-navi.secondary .navis > .nav.nav-dropdown[data-is-show=true] .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header.header .g-navi.secondary .navis > .nav.nav-dropdown[data-is-show=true] .hamburger span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header.header .g-navi.secondary .navis > .nav.nav-dropdown[data-is-show=true] .navs-dropdown {
  display: block;
}
header.header .g-navi.secondary .navis > .nav.nav-dropdown[data-is-show=true] .navs-dropdown::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
header.header .g-navi.secondary .navis > .nav.drawer-hamburger {
  display: none;
  font-size: 1.5rem;
  color: #444444;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 2rem;
  font-weight: bold;
  position: relative;
  padding: 0;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}
@media screen and (max-width: 1430px) {
  header.header .g-navi.secondary .navis > .nav.drawer-hamburger {
    display: block;
  }
}

@media screen and (max-width: 540px) {
  header.header .g-navi.secondary .navis > .nav.drawer-hamburger {
    width: 45px;
    height: 45px;
  }
}

header.header .g-navi.secondary .navis > .nav.drawer-hamburger .menu-text {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 540px) {
  header.header .g-navi.secondary .navis > .nav.drawer-hamburger .menu-text {
    margin-top: 1px;
    font-size: 11px;
  }
}
header.header .g-navi.secondary .navis > .nav.drawer-hamburger .wrap-hamburger {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.8);
  height: 64px;
  width: 64px;
  border-radius: 100%;
}
@media screen and (max-width: 1430px) {
  header.header .g-navi.secondary .navis > .nav.drawer-hamburger .wrap-hamburger {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
}
@media screen and (max-width: 540px) {
  header.header .g-navi.secondary .navis > .nav.drawer-hamburger .wrap-hamburger {
    margin-top: -10px;
    height: 45px;
    width: 45px;
  }
}
header.header .g-navi.secondary .navis > .nav.drawer-hamburger .wrap-hamburger .hamburger {
  width: 30px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 540px) {
  header.header .g-navi.secondary .navis > .nav.drawer-hamburger .wrap-hamburger .hamburger {
    width: 20.1px;
    height: 16.75px;
  }
}
header.header .g-navi.secondary .navis > .nav.drawer-hamburger .wrap-hamburger .hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ED7E1B;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 540px) {
  header.header .g-navi.secondary .navis > .nav.drawer-hamburger .wrap-hamburger .hamburger span {
    height: 3px;
  }
}
header.header .g-navi.secondary .navis > .nav.drawer-hamburger .wrap-hamburger .hamburger span:nth-child(1) {
  top: 0px;
}
header.header .g-navi.secondary .navis > .nav.drawer-hamburger .wrap-hamburger .hamburger span:nth-child(2),
header.header .g-navi.secondary .navis > .nav.drawer-hamburger .wrap-hamburger .hamburger span:nth-child(3) {
  top: 10px;
}
@media screen and (max-width: 540px) {
  header.header .g-navi.secondary .navis > .nav.drawer-hamburger .wrap-hamburger .hamburger span:nth-child(2),
  header.header .g-navi.secondary .navis > .nav.drawer-hamburger .wrap-hamburger .hamburger span:nth-child(3) {
    top: 6.7px;
  }
}
header.header .g-navi.secondary .navis > .nav.drawer-hamburger .wrap-hamburger .hamburger span:nth-child(4) {
  bottom: 0px;
  width: 65%;
}
header.header .g-navi.secondary .navis > .nav.drawer-hamburger .wrap-hamburger .hamburger:hover span:nth-child(4) {
  width: 100%;
}
header.header .g-navi.secondary .navis > .nav.drawer-hamburger.drawer-hamburger[data-is-show=true] .hamburger {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
header.header .g-navi.secondary .navis > .nav.drawer-hamburger.drawer-hamburger[data-is-show=true] .hamburger span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header.header .g-navi.secondary .navis > .nav.drawer-hamburger.drawer-hamburger[data-is-show=true] .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.header .g-navi.secondary .navis > .nav.drawer-hamburger.drawer-hamburger[data-is-show=true] .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header.header .g-navi.secondary .navis > .nav.drawer-hamburger.drawer-hamburger[data-is-show=true] .hamburger span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.drawer-nav {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  max-width: 300px;
  z-index: 9998;
  background-color: #fff;
  top: 0;
  right: -100%;
  transition: right 0.3s ease-in-out;
}
@media screen and (max-width: 1430px) {
  .drawer-nav {
    display: block;
  }
}
.drawer-nav.drawer-nav[data-is-show=true] {
  right: 0%;
}
.drawer-nav .drawer-hamburger {
  right: 0;
}
.drawer-nav .drawer-menu {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding-top: 33px;
  padding-bottom: 200px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 540px) {
  .drawer-nav .drawer-menu {
    padding-top: 10px;
  }
}
.drawer-nav .drawer-menu .primary-member {
  margin-top: 14px;
}
.drawer-nav .drawer-menu .primary-member .nav {
  border-bottom: 1px solid #c6c6c6;
}
.drawer-nav .drawer-menu .primary-member .nav .link {
  text-decoration: none;
  display: block;
  padding: 16px 8px;
  color: #444444;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(/assets_v3/img/arrow-gt-right-gray.svg);
}
.drawer-nav .drawer-menu .primary-member .nav .link:hover, .drawer-nav .drawer-menu .primary-member .nav.active .link {
  color: #FBC200;
  background-image: url(/assets_v3/img/arrow-gt-right-yellow.svg);
}
.drawer-nav .drawer-menu .secondary-member {
  margin-top: 14px;
}
.drawer-nav .drawer-menu .secondary-member .nav .link {
  text-decoration: none;
  display: block;
  padding: 8px 8px;
  color: #909090;
}
.drawer-nav .drawer-menu .primary {
  margin-top: 14px;
}
.drawer-nav .drawer-menu .primary .nav .link {
  text-decoration: none;
  display: block;
  padding: 16px 8px;
  color: #444444;
  font-weight: bold;
}
.drawer-nav .drawer-menu .btn-login {
  margin-top: 16px;
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9997;
}
.drawer-overlay.drawer-overlay[data-is-show=true] {
  display: block;
}

.modal-windows {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-windows > .content {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 40px;
  border-radius: 20px;
  background-color: #fefefe;
  margin: 15% auto;
  width: 100%;
  max-width: 914px;
  margin-left: 20px;
  margin-right: 20px;
  transition: top 0.3s ease-in-out 0.2s;
  top: 0px;
}
@media screen and (max-width: 540px) {
  .modal-windows > .content {
    padding: 20px;
  }
}
.modal-windows > .content .close {
  position: absolute;
  color: #c6c6c6;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s;
  right: 24px;
  top: 24px;
}
@media screen and (max-width: 540px) {
  .modal-windows > .content .close {
    right: 8px;
    top: 8px;
  }
}
.modal-windows > .content .close:hover, .modal-windows > .content .close:focus {
  opacity: 0.6;
}
.modal-windows > .content .head .title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: bold;
  margin-top: 16px;
}
@media screen and (max-width: 540px) {
  .modal-windows > .content .head .title {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
.modal-windows > .content .head .description {
  font-size: 1.3rem;
  margin-top: 16px;
  color: #909090;
}
.modal-windows > .content .textarea-wrap {
  margin-top: 10px;
  position: relative;
  width: 100%;
}
.modal-windows > .content .textarea-wrap::before {
  content: "";
  display: block;
  padding-bottom: 20.33%;
}
@media screen and (max-width: 540px) {
  .modal-windows > .content .textarea-wrap::before {
    padding-bottom: 60.33%;
  }
}
.modal-windows > .content .textarea-wrap textarea {
  resize: none;
  padding: 16px;
  border: 1px solid #c6c6c6;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-windows > .content .textarea-wrap textarea::placeholder {
  color: #c6c6c6;
}
.modal-windows > .content .btn {
  padding: 6px 12px;
  border-radius: 35px;
  margin-top: 16px;
  margin-left: auto;
}
@media screen and (max-width: 540px) {
  .modal-windows > .content .btn {
    padding: 10px 24px;
    border-radius: 35px;
    margin-right: auto;
  }
}

.container {
  padding-right: 0px;
  padding-left: 0px;
  max-width: 100%;
}
.container .row {
  margin-left: -8px;
  margin-right: -8px;
}
.container .row .col {
  padding-left: 8px;
  padding-right: 8px;
}

.wrap-breadcrumb {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}
.wrap-breadcrumb.wrap-breadcrumb-width-full {
  width: 100%;
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
}
.wrap-breadcrumb .breadcrumb:nth-child(n+2) {
  margin-left: 6px;
}
.wrap-breadcrumb .breadcrumb:nth-child(n+2):before {
  content: ">";
  margin-right: 6px;
}
.wrap-breadcrumb a {
  color: #444444;
  text-decoration: none;
}

.contents {
  width: 100%;
  overflow: hidden;
}
.contents .main-content {
  width: 100%;
}
.contents .main-content section.section-content {
  max-width: 100%;
}

.contents-wrap {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
.contents-wrap .main-content {
  width: 100%;
}
.contents-wrap .main-content section.section-content {
  max-width: 100%;
}

.pagination {
  margin: 0 auto;
  margin-top: 48px;
  max-width: 416px;
}
.pagination .pagination-wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.pagination .pagination-wrap .pagination-link a {
  text-decoration: none;
  padding: 4px 14px;
  display: block;
  background: #fff;
  border: 1px solid #38B0C6;
  border-radius: 12px;
}
.pagination .pagination-wrap .pagination-link.current-page {
  padding: 4px 14px;
  background: #38B0C6;
  border: 1px solid #38B0C6;
  color: #fff;
  border-radius: 12px;
}

.footer {
  background-image: url(/assets_v3/img/bg-kv.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 80px;
  margin-top: 80px;
}
.footer .page-top {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 80px;
  bottom: 20px;
  transition: 0.5s;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  background-color: #FBC200;
  border-radius: 40px;
  background-image: url(/assets_v3/img/arrow-top-white.svg);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .footer .page-top {
    right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-size: 14px;
  }
}
.footer .page-top:hover {
  background-position: top 15px center;
}
.footer > .inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 100px;
}
.footer > .inner .logo {
  width: 100%;
  max-width: 180px;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer > .inner .logo {
    margin-right: auto;
    margin-left: auto;
  }
}
.footer > .inner .logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer > .inner .col:nth-child(n+4) {
    margin-top: 24px;
  }
}
.footer > .inner .sns .links {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .footer > .inner .sns .links {
    margin: 0 auto;
    padding: 24px 0px;
    justify-content: center;
  }
}
.footer > .inner .sns .links .link a {
  text-decoration: none;
}
.footer > .inner .sns .links .link a img {
  display: block;
  width: 100%;
  height: auto;
}
.footer > .inner .navis {
  font-weight: bold;
}
.footer > .inner .navis .head {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .footer > .inner .navis .head {
    font-size: 14px;
  }
}
.footer > .inner .navis .links .link {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .footer > .inner .navis .links .link {
    font-size: 12px;
  }
}
.footer > .inner .navis .links .link:before {
  content: "ー　";
}
.footer > .inner .navis .links .link a {
  text-decoration: none;
  color: #444444;
}
.footer > .inner .navis .links .link a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 8px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='%23444'%3E%3Cpath d='M9.053 6.526a.631.631 0 0 0-.632.632v2.633a.949.949 0 0 1-.947.947H2.21a.949.949 0 0 1-.947-.947V4.527a.949.949 0 0 1 .947-.947h2.208a.632.632 0 1 0 0-1.263H2.207A2.213 2.213 0 0 0-.004 4.528v5.263a2.213 2.213 0 0 0 2.211 2.211h5.264a2.213 2.213 0 0 0 2.211-2.211V7.16a.631.631 0 0 0-.629-.634Z'/%3E%3Cpath d='M11.95.39a.629.629 0 0 0-.341-.342.66.66 0 0 0-.23-.047H5.895a.632.632 0 0 0 0 1.263h3.949L4.395 6.709a.632.632 0 0 0 .447 1.079.625.625 0 0 0 .446-.186l5.448-5.448v3.955a.632.632 0 1 0 1.263 0V.636A.615.615 0 0 0 11.95.39Z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.footer .sub-contents {
  text-align: center;
  background-color: #444444;
}
.footer .sub-contents .inner {
  padding: 20px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
.footer .sub-contents .inner .links {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
.footer .sub-contents .inner .links .link {
  margin-right: 24px;
}
.footer .sub-contents .inner .links .link a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .sub-contents .inner .links .link a {
    font-size: 10px;
  }
}
.footer .sub-contents .inner .copy {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .sub-contents .inner .copy {
    font-size: 10px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 0.5px solid white;
  }
}

.flex-2col-wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.flex-2col-wrap > .content {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .flex-2col-wrap > .content {
    max-width: calc(100% - 312px - 60px);
  }
}

.sidebar {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .sidebar {
    max-width: 312px;
  }
}
@media screen and (max-width: 720px) {
  .sidebar {
    margin-top: 120px;
  }
}
.sidebar .sidebar-box-banner.sidebar-box-banner:nth-child(n+1) {
  margin-bottom: 24px;
}
.sidebar .sidebar-box-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.sidebar .sidebar-box {
  overflow: hidden;
}
.sidebar .sidebar-box .head {
  font-size: 2rem;
  font-weight: 600;
}
.sidebar .sidebar-box.sidebar-box:nth-child(n+2) {
  margin-top: 40px;
}
.sidebar .sidebar-box.sidebar-bg-white {
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
}
.sidebar .sidebar-box.company .company-meta {
  padding: 20px 0px;
  color: #909090;
}
.sidebar .sidebar-box.company .company-meta .flag,
.sidebar .sidebar-box.company .company-meta .address {
  padding-right: 0;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
}
.sidebar .sidebar-box.company .company-meta .flag.flag,
.sidebar .sidebar-box.company .company-meta .address.flag {
  background-image: url(/assets_v3/img/icon-flag.svg);
}
.sidebar .sidebar-box.company .company-meta .flag.address,
.sidebar .sidebar-box.company .company-meta .address.address {
  margin-top: 10px;
  background-image: url(/assets_v3/img/icon-address.svg);
}
.sidebar .sidebar-box.area .head, .sidebar .sidebar-box.category .head, .sidebar .sidebar-box.type .head, .sidebar .sidebar-box.feature .head {
  font-weight: bold;
  font-size: 2.1rem;
  padding: 20px;
  padding-right: 0;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: left center;
}
@media screen and (max-width: 540px) {
  .sidebar .sidebar-box.area .head, .sidebar .sidebar-box.category .head, .sidebar .sidebar-box.type .head, .sidebar .sidebar-box.feature .head {
    font-size: 16px;
    background-size: 30px;
    padding: 5px;
    padding-left: 40px;
  }
}
.sidebar .sidebar-box.area .head {
  background-image: url(/assets_v3/img/icon-sidebar-area.svg);
}
.sidebar .sidebar-box.category .head {
  background-image: url(/assets_v3/img/icon-sidebar-category.svg);
}
.sidebar .sidebar-box.type .head {
  background-image: url(/assets_v3/img/icon-sidebar-type.svg);
}
.sidebar .sidebar-box.feature .head {
  background-image: url(/assets_v3/img/icon-sidebar-feature.svg);
}
.sidebar .sidebar-box img {
  display: block;
  width: 100%;
  height: auto;
}
.sidebar .sidebar-box .links {
  list-style-type: none;
  padding-left: 20px;
}
@media screen and (max-width: 720px) {
  .sidebar .sidebar-box .links {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
    max-height: 250px;
    padding-left: 0;
  }
}
.sidebar .sidebar-box .links .link {
  margin-top: 16px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(/assets_v3/img/arrow-gt-right-gray.svg);
  font-size: 12px;
  margin-right: 24px;
}
/**
@media screen and (max-width: 540px) {
  .sidebar .sidebar-box .links .link {
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(/assets_v3/img/arrow-gt-right-gray.svg);
    font-size: 12px;
  }
}
**/
.sidebar .sidebar-box .links .link a {
  font-weight: bold;
  color: #444444;
  text-decoration: none;
}
.sidebar .sidebar-box .links .link:hover {
  background-image: url(/assets_v3/img/arrow-gt-right-orange.svg);
}
.sidebar .sidebar-box .links .link:hover a{
  color: #ED7E1B;
}
.sidebar .sidebar-box .links .link:nth-child(-n+5) {
  /*margin-right: 24px;*/
}
.sidebar .sidebar-box .btn {
  margin-top: 10px;
}
.sidebar .sidebar-box .post-intern {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  text-decoration: none;
}
.sidebar .sidebar-box .post-intern .img-wrap {
  margin-right: 16px;
}
.sidebar .sidebar-box .post-intern .img-wrap img {
  max-width: 252px;
  flex-shrink: 0;
}
@media screen and (max-width: 720px) {
  .sidebar .sidebar-box .post-intern .img-wrap img {
    max-width: 620px;
  }
}
.sidebar .sidebar-box .post-intern.post-intern:nth-child(n+2) {
  margin-top: 24px;
}
.sidebar .sidebar-box .post-intern .info {
  font-size: 12px;
  line-height: 2rem;
}
@media screen and (max-width: 720px) {
  .sidebar .sidebar-box .post-intern .info {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.sidebar .sidebar-box .post-intern .info .description {
  font-weight: 600;
  color: #444444;
}
.sidebar .sidebar-box .post-intern .info .meta {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-top: 1px;
  font-size: 10px;
}
@media screen and (max-width: 540px) {
  .sidebar .sidebar-box .post-intern .info .meta {
    margin-top: 3px;
  }
}
.sidebar .sidebar-box .post-intern .info .meta p {
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 13px;
  color: #909090;
}
.sidebar .sidebar-box .post-intern .info .meta p.type {
  background-image: url(/assets_v3/img/icon-type-sm.svg);
}
.sidebar .sidebar-box .post-intern .info .meta p.area {
  margin-left: 16px;
  background-image: url(/assets_v3/img/icon-place-sm.svg);
}
.sidebar .sidebar-box .post-intern .info .company {
  font-size: 1.2rem;
  color: #909090;
}
.sidebar .navs-scout .nav .link {
  text-decoration: none;
  display: block;
  padding: 8px;
  color: #444444;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(/assets_v3/img/arrow-gt-right-gray.svg);
}
.sidebar .navs-scout .nav .link:hover, .sidebar .navs-scout .nav.active .link {
  color: #FBC200;
  background-image: url(/assets_v3/img/arrow-gt-right-yellow.svg);
}
.sidebar .navs-scout .nav:nth-child(n+2) {
  border-top: 1px solid #c6c6c6;
}

.section-content .section-inner-single-col {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.section-content .section-inner {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.section-content .section-head .title {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  .section-content .section-head .title {
    font-size: 18px;
  }
}
.section-content .section-head .sub-title {
  font-size: 2rem;
  color: #38B0C6;
}
.section-content .section-head.section-head-2col {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
.section-content .section-head .action {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.section-content .section-head .action .btn:nth-child(n+2) {
  margin-left: 10px;
}
.section-content > .box {
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  margin-top: 24px;
}
.section-content > .box .img-album img {
  display: block;
  width: 100%;
  height: auto;
}
.section-content > .box .img-album .col {
  margin-top: 16px;
}
.section-content > .box .list-tag {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  list-style-type: none;
  margin-bottom: -12px;
}
.section-content > .box .list-tag .tag {
  text-align: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-bottom: 12px;
  margin-right: 6px;
}
.section-content > .box .list-tag .tag a,
.section-content > .box .list-tag .tag .text {
  color: #444444;
  display: block;
  padding: 0px 12px;
  border-radius: 20px;
  background-color: #fff;
  border: 2px solid #FBC200;
  text-decoration: none;
}
.section-content.section-content:nth-child(n+2) {
  margin-top: 76px;
}
.section-content.section-table-border > .box .row {
  align-items: center;
  padding: 16px 0px;
}
.section-content.section-table-border > .box .row.row:nth-child(n+2) {
  align-items: center;
  border-top: solid 1px #c6c6c6;
}
.section-content.section-table-border > .box .row .head {
  font-weight: bold;
}
.section-content.section-table-border > .box .row .info {
  margin: 0;
}
.section-content.section-table-no-border > .box {
  padding: 40px 24px;
}
.section-content.section-table-no-border > .box .row:nth-child(n+2) {
  margin-top: 46px;
}
@media screen and (max-width: 720px) {
  .section-content.section-table-no-border > .box .row:nth-child(n+2) {
    margin-top: 24px;
  }
}
.section-content.section-table-no-border > .box .head {
  font-weight: bold;
}
.section-content.section-search-small {
  margin-top: 48px !important;
}
.section-content.section-search-small .navis {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  position: relative;
  font-weight: 400;
  margin: 0;
}
.section-content.section-search-small .navis .navi {
  position: initial;
  padding: 20px;
  background-color: #fff;
}
.section-content.section-search-small .navis .navi:hover {
  cursor: pointer;
  background-color: #FFF7E0;
}
.section-content.section-search-small .navis .navi.area .inner,
.section-content.section-search-small .navis .navi.type .inner,
.section-content.section-search-small .navis .navi.category .inner,
.section-content.section-search-small .navis .navi.feature .inner,
.section-content.section-search-small .navis .navi.categoryorange .inner,
.section-content.section-search-small .navis .navi.typeorange .inner {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}

.section-content.section-search-small.section-content__type2 .navis .navi.area .inner {
  background-image: url(/assets_v3/img/icon-university.svg);
}
.section-content.section-search-small.section-content__type2 .navis .navi.type .inner {
  background-image: url(/assets_v3/img/icon-mortarboard.svg);
}
.section-content.section-search-small.section-content__type2 .navis .navi.category .inner {
  background-image: url(/assets_v3/img/icon-user.svg);
}
.section-content.section-search-small.section-content__type2 .navis .navi.feature .inner {
  background-image: url(/assets_v3/img/icon-feature-orange.svg);
}
.section-content.section-search-small.section-content__type2 .navis .navi.categoryorange .inner {
  background-image: url(/assets_v3/img/icon-category-orange.svg);
}
.section-content.section-search-small.section-content__type2 .navis .navi.typeorange .inner {
  background-image: url(/assets_v3/img/icon-type-orange.svg);
}


.section-content.section-search-small.section-content__type1 .navis .navi.area .inner {
  background-image: url(/assets_v3/img/icon-place-orange.svg);
}
.section-content.section-search-small.section-content__type1 .navis .navi.type .inner {
  background-image: url(/assets_v3/img/icon-type-orange.svg);
}
.section-content.section-search-small.section-content__type1 .navis .navi.category .inner {
  background-image: url(/assets_v3/img/icon-category-orange.svg);
}
.section-content.section-search-small.section-content__type1 .navis .navi.feature .inner {
  background-image: url(/assets_v3/img/icon-feature-orange.svg);
}


.section-content.section-search-small .navis .navi .sort-navi {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0px;
  z-index: 9999;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px 40px 25px 40px;
  top: 140px;
}
@media screen and (min-width: 720px) {
  .section-content.section-search-small .navis .navi .sort-navi {
    top: 80px;
  }
}
.section-content.section-search-small .navis .navi .sort-navi .list-item.list-item:nth-child(n+2) {
  margin-top: 20px;
}
.section-content.section-search-small .navis .navi .sort-navi .list-item li {
  position: relative;
  margin-top: 15px;
}
.section-content.section-search-small .navis .navi .sort-navi .list-item li .label {
  font-weight: bold;
  padding-left: 6px;
}
.section-content.section-search-small .navis .navi .sort-navi .list-item li .label:hover {
  cursor: pointer;
}
.section-content.section-search-small .navis .navi .sort-navi .list-item li .label::before, .section-content.section-search-small .navis .navi .sort-navi .list-item li .label::after {
  content: "";
  display: block;
  position: absolute;
}
.section-content.section-search-small .navis .navi .sort-navi .list-item li .label::before {
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #ED7E1B;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 15px;
  left: 5px;
}
.section-content.section-search-small .navis .navi .sort-navi .list-item li .label::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  height: 5px;
  width: 10px;
  transform: rotate(-45deg);
  top: 10px;
  left: 10px;
}
.section-content.section-search-small .navis .navi .sort-navi .list-item li input[type=checkbox]:checked + .label::after {
  opacity: 1;
}
.section-content.section-search-small .navis .navi .sort-navi .list-item li input[type=checkbox]:checked + .label::before {
  background-color: #ED7E1B;
}
.section-content.section-search-small .navis .navi .sort-navi .list-item li .list-child {
  margin-left: 40px;
}
.section-content.section-search-small .navis .navi .sort-navi .btn {
  margin-top: 40px;
  width: 100%;
  max-width: 226px;
  font-size: 1.6rem;
  font-weight: bold;
  transition: opacity 0.3s ease-in-out;
  border: none;
}
.section-content.section-search-small .navis .navi .sort-navi .btn:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}
.section-content.section-search-small .navis .navi:first-child {
  border-top-left-radius: 20px;
}
@media screen and (min-width: 720px) {
  .section-content.section-search-small .navis .navi:first-child {
    border-bottom-left-radius: 20px;
  }
}
.section-content.section-search-small .navis .navi:nth-child(2) {
  border-top-right-radius: 20px;
}
@media screen and (min-width: 720px) {
  .section-content.section-search-small .navis .navi:nth-child(2) {
    border-top-right-radius: 0px;
  }
}
.section-content.section-search-small .navis .navi:last-child {
  border-bottom-right-radius: 20px;
}
@media screen and (min-width: 720px) {
  .section-content.section-search-small .navis .navi:last-child {
    border-top-right-radius: 20px;
  }
}
.section-content.section-search-small .navis .navi:nth-child(n+2) {
  border-left: 1px solid #c6c6c6;
}
@media screen and (max-width: 540px) {
  .section-content.section-search-small .navis .navi:nth-child(3) {
    border-bottom-left-radius: 20px;
    border-left: none;
  }
}
.section-content.section-search-small .navis .navi:nth-child(-n+2) {
  border-bottom: 1px solid #c6c6c6;
}
@media screen and (min-width: 720px) {
  .section-content.section-search-small .navis .navi:nth-child(-n+2) {
    border-bottom: none;
  }
}
.section-content.section-search-small .keyword {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background-color: #fff;
  padding: 25px 40px;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 720px) {
  .section-content.section-search-small .keyword {
    padding: 20px 20px;
  }
}
.section-content.section-search-small .keyword .submit-wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
}
.section-content.section-search-small .keyword .submit-wrap .text {
  width: 90%;
  border-radius: 40px;
  border: 1px solid #c6c6c6;
  padding: 16px;
  padding-right: 60px;
  padding-left: 40px;
  margin-right: 16px;
}
@media screen and (max-width: 720px) {
  .section-content.section-search-small .keyword .submit-wrap .text {
    margin-right: 0px;
    padding-left: 20px;
    width: 100%;
  }
}
.section-content.section-search-small .keyword .submit-wrap .text::placeholder {
  color: #c6c6c6;
}
.section-content.section-search-small .keyword .submit-wrap .submit {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(/assets_v3/img/icon-submit.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: none;
  background-color: initial;
}
@media screen and (max-width: 720px) {
  .section-content.section-search-small .keyword .submit-wrap .submit {
    position: absolute;
    right: 4px;
    top: calc(50% - 20px);
  }
}
.section-content.section-search-small .keyword .submit-wrap .submit:hover {
  cursor: pointer;
}

.form {
  background-color: #fff;
  padding: 40px 24px;
  border-radius: 20px;
  margin-top: 24px;
}
.form .form-body.textarea .box {
  position: relative;
  width: 100%;
}
.form .form-body.textarea .box::before {
  content: "";
  display: block;
  padding-bottom: 40.33%;
}
.form .form-body.textarea .box textarea {
  resize: none;
  padding: 16px;
  border: 1px solid #c6c6c6;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 720px) {
  .form .form-row {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: start;
  }
}
/* .form .form-row.form-row:nth-child(n+2) {
  margin-top: 24px;
} */
.form .form-row.form-row:not(:nth-of-type(1)) {
  margin-top: 24px;
}
.form .form-row.form-row-border-bottom {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 24px;
}
.form .form-row .form-head-col {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .form .form-row .form-head-col {
    max-width: 220px;
    margin-top: 6px;
  }
}
.form .form-row .form-head-col .title {
  font-weight: bold;
  flex-shrink: 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 720px) {
  .form .form-row .form-head-col .title {
    width: 100%;
    max-width: 160px;
  }
}
.form .form-row .form-head-col .label {
  flex-shrink: 0;
  max-width: 60px;
  flex-shrink: 0;
  font-size: 1.1rem;
}
@media screen and (max-width: 720px) {
  .form .form-row .form-head-col .label {
    margin-left: 24px;
  }
}
.form .form-row .form-head-col .label .label-required {
  max-width: 60px;
  padding: 0px 10px;
  border-radius: 24px;
  text-align: center;
  color: #fff;
  background-color: #38B0C6;
}
.form .form-row .form-body-col {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .form .form-row .form-body-col {
    margin-top: 10px;
  }
}
.form .form-row .form-body-col .box {
  width: 100%;
}
.form .form-row .form-body-col .box:nth-child(n+2) {
  margin-left: 12px;
}
.form .form-row .form-body-col .box-width-auto {
  width: auto;
}
@media screen and (max-width: 720px) {
  .form .form-row .form-body-col.radios {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
  }
  .form .form-row .form-body-col.radios .box {
    margin-left: 0;
  }
}
.form .form-row .form-body-col.address {
  align-items: initial;
  flex-direction: column;
}
.form .form-row .form-body-col.address .box {
  margin-left: 0;
}
.form .form-row .form-body-col.address .box.zip, .form .form-row .form-body-col.address .box.prefecture {
  max-width: 202px;
}
.form .form-row .form-body-col.address .box:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (max-width: 720px) {
  .form .form-row .form-body-col.birthday {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
  }
  .form .form-row .form-body-col.birthday .box {
    margin-left: 0;
  }
  .form .form-row .form-body-col.birthday .box.year {
    width: 60%;
  }
  .form .form-row .form-body-col.birthday .box.month {
    width: calc(50% - 6px);
    margin-top: 10px;
  }
  .form .form-row .form-body-col.birthday .box.day {
    width: calc(50% - 6px);
    margin-left: 12px;
    margin-top: 10px;
  }
}
.form .form-row .form-body-col.birthday .box {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.form .form-row .form-body-col.birthday .box .select {
  width: 100%;
}
.form .form-row .form-body-col.birthday .box .word {
  margin-left: 12px;
}
.form .form-row .form-body-col.weekdays {
  flex-direction: column;
}
.form .form-row .form-body-col.weekdays .box {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  margin-left: 0;
  margin-top: 20px;
}
.form .form-row .form-body-col.weekdays .box .select {
  width: 100%;
  max-width: 90px;
  margin-right: 10px;
  margin-left: 10px;
}
.form .form-row .form-body-col.textarea .box {
  position: relative;
  width: 100%;
}
.form .form-row .form-body-col.textarea .box::before {
  content: "";
  display: block;
  padding-bottom: 40.33%;
}
.form .form-row .form-body-col.textarea .box textarea {
  resize: none;
  padding: 16px;
  border: 1px solid #c6c6c6;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.form .form-row input[type=text],
.form .form-row input[type=password],
.form .form-row input[type=number] {
  padding: 13px 24px;
  width: 100%;
  border: 1px solid #c6c6c6;
  border-radius: 55px;
  box-sizing: border-box;
}
.form .form-row input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}
.form .form-row .label-radio {
  padding-left: 28px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: auto;
  cursor: pointer;
}
.form .form-row .label-radio::after {
  background: #ED7E1B;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 45%;
  width: 10px;
}
.form .form-row .label-radio::before {
  background: #fff;
  border: 1px solid #909090;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 45%;
  width: 16px;
}
.form .form-row input[type=radio]:checked + .label-radio::after {
  opacity: 1;
}
.form .form-row .parent-checkbox {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  margin-left: -10px;
  list-style: none;
}
.form .form-row .parent-checkbox .child {
  position: relative;
  margin-top: 10px;
}
.form .form-row input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}
.form .form-row .label-checkbox {
  padding-left: 47px;
}
.form .form-row .label-checkbox:hover {
  cursor: pointer;
}
.form .form-row .label-checkbox::before, .form .form-row .label-checkbox::after {
  content: "";
  display: block;
  position: absolute;
}
.form .form-row .label-checkbox::before {
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #c6c6c6;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 15px;
  left: 15px;
}
.form .form-row .label-checkbox::after {
  border-bottom: 2px solid #ED7E1B;
  border-left: 2px solid #ED7E1B;
  opacity: 0;
  height: 5px;
  width: 10px;
  transform: rotate(-45deg);
  top: 10px;
  left: 21px;
}
.form .form-row input[type=checkbox]:checked + .label-checkbox::after {
  opacity: 1;
}
.form .form-row select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  padding: 13px 24px;
  width: 100%;
  border: 1px solid #c6c6c6;
  border-radius: 55px;
  background: white url("/assets_v3/img/arrow-select-element.svg");
  background-position: right 24px center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.form .form-row input[type=file] {
  display: none;
}
.form .form-row .label-file {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  border-radius: 35px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  background-color: #909090;
  cursor: pointer;
}
.form .form-row .label-file:hover {
  opacity: 1;
}
.form .form-row .label-file:hover span:after {
  right: -30px;
}
.form .button {
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  max-width: 310px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}
.form .button:hover {
  opacity: 1;
}

.btn {
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
}
.btn:hover {
  opacity: 1;
}

.btn-lg {
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  padding: 20px 48px;
  border-radius: 35px;
}
.btn-lg:hover {
  opacity: 1;
}

.btn-md {
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  padding: 10px 24px;
  border-radius: 35px;
}
.btn-md:hover {
  opacity: 1;
}

.btn-sm {
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  padding: 6px 12px;
  border-radius: 35px;
}
.btn-sm:hover {
  opacity: 1;
}

.btn-width-full {
  width: 100%;
}

.btn-icon-left span {
  position: relative;
}
.btn-icon-left span:after {
  transition: 0.5s;
  position: absolute;
  top: calc(50% - 5px);
  display: block;
  content: "";
  width: 14px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.btn-icon-left span.paper-plane:after {
  background-image: url(/assets_v3/img/icon-paper-plane.svg);
}
.btn-icon-left span.arrow-right-white:after {
  background-image: url(/assets_v3/img/arrow-right-white.svg);
}
.btn-icon-left span.arrow-right-orange:after {
  background-image: url(/assets_v3/img/arrow-right-orange.svg);
}
.btn-icon-left span.arrow-right-black:after {
  background-image: url(/assets_v3/img/arrow-right-black.svg);
}
.btn-icon-left span.arrow-left-orange:after {
  background-image: url(/assets_v3/img/arrow-left-orange.svg);
}
.btn-icon-left span.magnifier-white:after {
  width: 20px;
  height: 20px;
  margin-left: -10px;
  top: calc(50% - 10px);
  background-image: url(/assets_v3/img/icon-magnifier-white.svg);
}
.btn-icon-left span.icon-heart-orange-border:after {
  width: 24px;
  height: 22px;
  margin-left: -15px;
  top: calc(50% - 12px);
  background-image: url(/assets_v3/img/icon-heart-orange-border.svg);
}
.btn-icon-left span.icon-edit-white:after {
  width: 15px;
  height: 16px;
  top: calc(50% - 7px);
  background-image: url(/assets_v3/img/icon-edit-white.svg);
}
.btn-icon-left span.icon-door-orange:after {
  width: 20px;
  height: 20px;
  margin-left: -15px;
  top: calc(50% - 9px);
  background-image: url(/assets_v3/img/icon-door-orange.svg);
}
.btn-icon-left span.icon-register-white:after {
  width: 20px;
  height: 20px;
  margin-left: -15px;
  top: calc(50% - 9px);
  background-image: url(/assets_v3/img/icon-register-white.svg);
}
.btn-icon-left span {
  margin-left: 16px;
}
.btn-icon-left span:after {
  left: -20px;
}
.btn-icon-left.btn-icon-left-anime:hover span:after {
  right: -30px;
}
.btn-icon-left.btn-icon-zoom-anime:hover span:after {
  transform: scale(1.2);
}

.btn-icon-right span {
  position: relative;
}
.btn-icon-right span:after {
  transition: 0.5s;
  position: absolute;
  top: calc(50% - 5px);
  display: block;
  content: "";
  width: 14px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.btn-icon-right span.paper-plane:after {
  background-image: url(/assets_v3/img/icon-paper-plane.svg);
}
.btn-icon-right span.arrow-right-white:after {
  background-image: url(/assets_v3/img/arrow-right-white.svg);
}
.btn-icon-right span.arrow-right-orange:after {
  background-image: url(/assets_v3/img/arrow-right-orange.svg);
}
.btn-icon-right span.arrow-right-black:after {
  background-image: url(/assets_v3/img/arrow-right-black.svg);
}
.btn-icon-right span.arrow-left-orange:after {
  background-image: url(/assets_v3/img/arrow-left-orange.svg);
}
.btn-icon-right span.magnifier-white:after {
  width: 20px;
  height: 20px;
  margin-left: -10px;
  top: calc(50% - 10px);
  background-image: url(/assets_v3/img/icon-magnifier-white.svg);
}
.btn-icon-right span.icon-heart-orange-border:after {
  width: 24px;
  height: 22px;
  margin-left: -15px;
  top: calc(50% - 12px);
  background-image: url(/assets_v3/img/icon-heart-orange-border.svg);
}
.btn-icon-right span.icon-edit-white:after {
  width: 15px;
  height: 16px;
  top: calc(50% - 7px);
  background-image: url(/assets_v3/img/icon-edit-white.svg);
}
.btn-icon-right span.icon-door-orange:after {
  width: 20px;
  height: 20px;
  margin-left: -15px;
  top: calc(50% - 9px);
  background-image: url(/assets_v3/img/icon-door-orange.svg);
}
.btn-icon-right span.icon-register-white:after {
  width: 20px;
  height: 20px;
  margin-left: -15px;
  top: calc(50% - 9px);
  background-image: url(/assets_v3/img/icon-register-white.svg);
}
.btn-icon-right span {
  margin-right: 16px;
}
.btn-icon-right span:after {
  right: -20px;
}
.btn-icon-right.btn-icon-right-anime:hover span:after {
  right: -30px;
}

.btn-circle {
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 100%;
  width: 45px;
  height: 45px;
}
.btn-circle:hover {
  opacity: 1;
}

.btn-circle-xl {
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  background-size: 50%;
  width: 80px;
  height: 80px;
}
.btn-circle-xl:hover {
  opacity: 1;
}

.btn-circle-lg {
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  background-size: 50%;
  width: 77px;
  height: 77px;
}
.btn-circle-lg:hover {
  opacity: 1;
}

.btn-circle-sm {
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  width: 43px;
  height: 43px;
}
.btn-circle-sm:hover {
  opacity: 1;
}

.btn-circle-anime-left {
  transition: 0.5s;
}
.btn-circle-anime-left:hover {
  background-position: right 15px center;
}
@media screen and (max-width: 768px) {
  .btn-circle-anime-left:hover {
    background-position: left 20px center;
  }
}

.btn-circle-anime-right {
  transition: 0.5s;
}
.btn-circle-anime-right:hover {
  background-position: left 15px center;
}
@media screen and (max-width: 768px) {
  .btn-circle-anime-right:hover {
    background-position: right 20px center;
  }
}

.btn-circle-paper-plane-white {
  transition: 0.5s;
  background-repeat: no-repeat;
  background-size: content;
  background-position: center center;
  background-image: url(/assets_v3/img/icon-paper-plane.svg);
}

.btn-circle-arrow-right-white {
  transition: 0.5s;
  background-repeat: no-repeat;
  background-size: content;
  background-position: center center;
  background-image: url(/assets_v3/img/arrow-right-white.svg);
}

.btn-circle-arrow-right-orange {
  transition: 0.5s;
  background-repeat: no-repeat;
  background-size: content;
  background-position: center center;
  background-image: url(/assets_v3/img/arrow-right-orange.svg);
}

.btn-circle-arrow-right-black {
  transition: 0.5s;
  background-repeat: no-repeat;
  background-size: content;
  background-position: center center;
  background-image: url(/assets_v3/img/arrow-right-black.svg);
}

.btn-circle-arrow-left-orange {
  transition: 0.5s;
  background-repeat: no-repeat;
  background-size: content;
  background-position: center center;
  background-image: url(/assets_v3/img/arrow-left-orange.svg);
}

.btn-center {
  margin-left: auto;
  margin-right: auto;
}

.btn-left {
  margin-right: auto;
}

.btn-right {
  margin-left: auto;
}

.btn-box-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.btn-blue {
  background-color: #38B0C6;
  color: #fff;
  border: none;
}

.btn-yellow {
  background-color: #FBC200;
  color: #444444;
  border: none;
}

.btn-orange {
  background-color: #ED7E1B;
  color: #fff;
  border: none;
}

.btn-dark-gray {
  background-color: #909090;
  color: #fff;
  border: none;
}

.btn-blue-border {
  border: 2px solid #38B0C6;
  background-color: #fff;
  color: #444444;
}

.btn-yellow-border {
  border: 2px solid #FBC200;
  background-color: #fff;
  color: #444444;
}

.btn-orange-border {
  border: 2px solid #ED7E1B;
  background-color: #fff;
  color: #444444;
}

.btn-dark-gray-border {
  border: 2px solid #909090;
  background-color: #fff;
  color: #444444;
}
.btn-blue.btn-icon-right.btn-icon-right-anime:hover {
  opacity: 0.6;
}
.text-5xl {
  font-size: 4rem;
  line-height: 1;
}

.text-4xl {
  font-size: 2.4rem;
  line-height: 2.8rem;
}

.text-3xl {
  font-size: 2.1rem;
  line-height: 2.3rem;
}

.text-2xl {
  font-size: 1.8rem;
  line-height: 2.3rem;
}

.text-xl {
  font-size: 1.6rem;
  line-height: 1.9rem;
}

.text-base {
  font-size: 1.4rem;
}

.text-sm {
  font-size: 1.3rem;
}

.text-xs {
  font-size: 1.1rem;
}

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

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

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

.text-bold {
  font-weight: bold;
}

.text-blue {
  color: #38B0C6;
}

.text-orange {
  color: #ED7E1B;
}

.text-yellow {
  color: #FBC200;
}

.text-black {
  color: #444444;
}

.text-underline {
  text-decoration: underline;
}

.card-simple-wrap {
  margin-top: 10px;
}
.card-simple-wrap .card {
  margin-top: 20px;
}
.card-simple-wrap .card.english a {
  background-image: url(/assets_v3/img/top-feature-english.jpg);
}
.card-simple-wrap .card.startup a {
  background-image: url(/assets_v3/img/top-feature-startup.jpg);
}
.card-simple-wrap .card.beginner a {
  background-image: url(/assets_v3/img/top-feature-beginner.jpg);
}
.card-simple-wrap .card.nocareer a {
  background-image: url(/assets_v3/img/top-feature-nocareer.jpg);
}
.card-simple-wrap .card a {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
  display: block;
  color: #444444;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom 20px center;
  transition: 0.5s;
  padding-top: 41.2921348315%;
  position: relative;
}
@media screen and (max-width: 540px) {
  .card-simple-wrap .card a {
    border-radius: 8px;
  }
}
.card-simple-wrap .card a:hover {
  opacity: 1;
  background-size: 115%;
  color: #ED7E1B;
}
.card-simple-wrap .card a span {
  display: block;
  width: 100%;
  padding: 15px 20px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  .card-simple-wrap .card a span {
    font-size: 14px;
    padding: 5px 10px;
  }

}

.card-detail-wrap {
  margin-top: 10px;
}
@media screen and (max-width: 540px) {
  .card-detail-wrap {
    margin-top: 5px;
  }
}
.card-detail-wrap .card {
  margin-top: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  display: block;
  color: #444444;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .card-detail-wrap .card {
    margin-top: 0;
    height: 100%;
    border-radius: 8px;
  }
}
.card-detail-wrap .card:hover {
  opacity: 1;
}
.card-detail-wrap .card:hover .card-eyecatch-img {
  background-size: 115%;
}
.card-detail-wrap .card:hover .info {
  width: 100%;
  padding: 20px;
}
.card-detail-wrap .card:hover .info .title {
  color: #ED7E1B;
}
.card-detail-wrap .card .card-eyecatch-img {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  transition: 0.5s;
  padding-top: 61.797752809%;
  position: relative;
}
.card-detail-wrap .card .card-eyecatch-img .new {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  left: 20px;
  top: 20px;
  text-align: center;
  line-height: 50px;
  color: #444444;
  background-color: #FBC200;
}
.card-detail-wrap .card .info {
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 540px) {
  .card-detail-wrap .card .info {
    padding: 15px;
  }
}
.card-detail-wrap .card .info .name {
  color: #909090;
}

@media screen and (max-width: 540px) {
  .card-detail-wrap .card .info .name {
    font-size: 12px;
    line-height: 1em;
  }

}
.card-detail-wrap .card .info .title {
  transition: 0.5s;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-top: 16px;
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  .card-detail-wrap .card .info .title {
    margin-top: 5px;
    font-size: 16px;
  }
}
.card-detail-wrap .card .info .exerpt {
  margin-top: 30px;
}
@media screen and (max-width: 540px) {
  .card-detail-wrap .card .info .exerpt {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.6em;
  }
}
.card-detail-wrap .card .info .icons {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  list-style: none;
}
.card-detail-wrap .card .info .icons .icon {
  color: #909090;
  margin-right: 24px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  margin-top: 16px;
}
.card-detail-wrap .card .info .icons .icon.type {
  background-image: url(/assets_v3/img/icon-type.svg);
}
.card-detail-wrap .card .info .icons .icon.category {
  background-image: url(/assets_v3/img/icon-category.svg);
}
.card-detail-wrap .card .info .icons .icon.place {
  background-image: url(/assets_v3/img/icon-place.svg);
}
.card-detail-wrap .card .info .like {
  position: absolute;
  right: 16px;
  bottom: 16px;
  cursor: pointer;
}
.card-detail-wrap .card .info .like button {
  border: none;
  background: none;
}
.card-detail-wrap .card .info .like[data-is-in-list="0"] .button-add-to-list {
  display: inherit;
}
.card-detail-wrap .card .info .like[data-is-in-list="0"] .button-remove-from-list {
  display: none;
}
.card-detail-wrap .card .info .like[data-is-in-list="1"] .button-add-to-list {
  display: none;
}
.card-detail-wrap .card .info .like[data-is-in-list="1"] .button-remove-from-list {
  display: inherit;
}

.cart-detail-no-bg-wrap .card {
  margin-top: 40px;
  color: #444444;
}
.cart-detail-no-bg-wrap .card .img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: 0.5s;
  padding-top: 61.797752809%;
  border-radius: 20px;
}
.cart-detail-no-bg-wrap .card .title {
  transition: 0.5s;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-top: 20px;
  font-weight: bold;
}
.cart-detail-no-bg-wrap .card .exerpt {
  margin-top: 10px;
}
.cart-detail-no-bg-wrap .card .info {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
.cart-detail-no-bg-wrap .card .info ul {
  list-style-type: none;
  margin-top: 10px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
}
@media screen and (max-width: 540px) {
  .cart-detail-no-bg-wrap .card .info ul {
    margin-top: 0;
  }
}
.cart-detail-no-bg-wrap .card .info ul li {
  display: block;
  padding: 5px 20px;
  margin-right: 8px;
  background-color: #FBC200;
  border-radius: 40px;
  margin-top: 8px;
}
@media screen and (max-width: 540px) {
  .cart-detail-no-bg-wrap .card .info ul li {
    display: block;
    padding: 4px 8px;
    margin-right: 4px;
    border-radius: 40px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1em;
  }
}
.cart-detail-no-bg-wrap .card .info .date {
  margin-top: 25px;
}
@media screen and (max-width: 540px) {
  .cart-detail-no-bg-wrap .card .info .date {
    margin-top: 8px;
  }
}

.post-detail-wrap {
  margin-top: 20px;
}
.post-detail-wrap .post {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-top: 20px;
  color: #444444;
  position: relative;
  display: block;
  border-radius: 20px;
  background-color: white;
}
@media screen and (min-width: 540px) {
  .post-detail-wrap .post {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
    border-radius: 8px;
  }
}
.post-detail-wrap .post:hover {
  opacity: 1;
}
.post-detail-wrap .post:hover .title {
  color: #ED7E1B;
}
.post-detail-wrap .post .img-wrap {
  width: 100%;
  max-width: initial;
}
@media screen and (min-width: 720px) {
  .post-detail-wrap .post .img-wrap {
    max-width: 263px;
  }
}
.post-detail-wrap .post .img-wrap .img {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  transition: 0.5s;
  padding-top: 65.2372881356%;
}
.post-detail-wrap .post .info {
  width: 100%;
  max-width: initial;
  padding: 16px 40px;
  padding-bottom: 0;
}
@media screen and (max-width: 721px) {
  .post-detail-wrap .post .info {
    padding: 15px 20px 5px;
  }
}
@media screen and (min-width: 720px) {
  .post-detail-wrap .post .info {
    max-width: calc(100% - 263px);
  }
}
.post-detail-wrap .post .title {
  transition: 0.5s;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-top: 8px;
  font-weight: bold;
}
.post-detail-wrap .post .exerpt {
  margin-top: 8px;
}
.post-detail-wrap .post .icons {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  padding: 0px 20px 20px 20px;
  list-style: none;
}
.post-detail-wrap .post .icons .icon {
  color: #909090;
  margin-right: 24px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  margin-top: 16px;
}
.post-detail-wrap .post .icons .icon.type {
  background-image: url(/assets_v3/img/icon-type.svg);
}
.post-detail-wrap .post .icons .icon.category {
  background-image: url(/assets_v3/img/icon-category.svg);
}
.post-detail-wrap .post .icons .icon.place {
  background-image: url(/assets_v3/img/icon-place.svg);
}
.post-detail-wrap .post .like {
  position: absolute;
  right: 16px;
  bottom: 16px;
  cursor: pointer;
}
.post-detail-wrap .post .like button {
  border: none;
  background: none;
}
.post-detail-wrap .post .like[data-is-in-list="0"] .button-add-to-list {
  display: inherit;
}
.post-detail-wrap .post .like[data-is-in-list="0"] .button-remove-from-list {
  display: none;
}
.post-detail-wrap .post .like[data-is-in-list="1"] .button-add-to-list {
  display: none;
}
.post-detail-wrap .post .like[data-is-in-list="1"] .button-remove-from-list {
  display: inherit;
}

.home .section-content > .btn {
  margin-top: 40px;
  max-width: 477px;
}
.home .section-content .section-head .title {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 540px) {
  .home .section-content .section-head .title {
    font-size: 18px;
    line-height: 1.8em;
  }
}
.home .section-content .section-head .sub-title {
  margin-top: 8px;
}
@media screen and (max-width: 540px) {
  .home .section-content .section-head .sub-title {
    font-size: 12px;
    line-height: 1.6em;
    margin-top: 0;
  }
}
.home .section-content.section-jumbotron-swiper {
  background-color: #F5F5F5;
  background-image: url(/assets_v3/img/bg-kv.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 200px;
}
@media screen and (max-width: 540px) {
  .home .section-content.section-jumbotron-swiper {
    padding-top: 125px;
    background-position: center bottom 110px;
  }
}
.home .section-content.section-jumbotron-swiper .section-head .title {
  text-align: center;
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper {
  position: relative;
  padding-bottom: 110px;
}
@media screen and (max-width: 540px) {
  .home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper {
    padding-bottom: 0;
  }
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-container {
  width: 100%;
  padding-top: 40px;
}
@media screen and (max-width: 540px) {
  .home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-container {
    padding-top: 25px;
  }
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-slide {
  transition: 0.7s;
  transform: scale(0.7);
  width: calc(100% - 40px);
  max-width: 728px;
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-slide a {
  display: block;
  color: #444444;
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-slide a:hover {
  opacity: 1;
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-slide a:hover .img {
  background-size: 115%;
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-slide a:hover .info .title {
  color: #ED7E1B;
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-slide a .img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  padding-top: 57%;
}
@media screen and (max-width: 540px) {
  .home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-slide a .img {
    width: 100%;
    max-width: 460px;
    border-radius: 8px;

    /*
    left: calc(50% - 230px);
    padding-top: 37%;
    */
  }
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-slide a .info {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  width: 100%;
  max-width: 648px;
  background-color: #fff;
  margin: auto;
  margin-top: -110px;
  position: relative;
  z-index: 2;
  padding: 20px 30px;
}
@media screen and (max-width: 540px) {
  .home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-slide a .info {
    /*
    max-width: 430px;
    margin-top: -80px;
    */
    width: 90%;
    margin-top: -50px;
    padding: 15px;
    border-radius: 8px;
  }
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-slide a .info .name {
  color: #909090;
}
@media screen and (max-width: 540px) {
  .home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-slide a .info .name {
    font-size: 12px;
  }
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-slide a .info .title {
  transition: 0.5s;
  font-size: 2.4rem;
  line-height: 4rem;
  margin-top: 20px;
  font-weight: bold;
  color: #444444;
}
@media screen and (max-width: 540px) {
  .home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-slide a .info .title {
    font-size: 16px;
    line-height: 1.66em;
    margin-top: 0;
  }
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-slide a .info .icons {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  margin-top: 20px;
}
@media screen and (max-width: 540px) {
  .home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-slide a .info .icons {
    margin-top: 5px;
  }
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-slide a .info .icons .icon {
  color: #909090;
  margin-right: 24px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-slide a .info .icons .icon.type {
  background-image: url(/assets_v3/img/icon-type.svg);
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-slide a .info .icons .icon.category {
  background-image: url(/assets_v3/img/icon-category.svg);
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-slide a .info .icons .icon.place {
  background-image: url(/assets_v3/img/icon-place.svg);
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .pager {
  width: 100%;
  max-width: 932px;
  position: absolute;
  margin: auto;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 540px) {
  .home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .pager {
    top: 28%;
  }
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .pager .swiper-button-next,
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .pager .swiper-button-prev {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-size: 26px;
  background-color: #fff;
}
@media screen and (max-width: 540px) {
  .home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .pager .swiper-button-next,
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .pager .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: 13px;
  }
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .pager .swiper-button-next {
  background-image: url(/assets_v3/img/arrow-right-orange.svg);
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .pager .swiper-button-prev {
  background-image: url(/assets_v3/img/arrow-left-orange.svg);
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-pagination-jumbotron {
  position: relative;
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-pagination-jumbotron .swiper-pagination-bullet {
  margin: 0 10px;
  width: 13px;
  height: 13px;
  margin-top: 50px;
  background: #FFE4AF;
  opacity: 1;
}
@media screen and (max-width: 540px) {
  .home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-pagination-jumbotron .swiper-pagination-bullet {
    margin: 0 4px;
    width: 8px;
    height: 8px;
    margin-top: 5px;
  }
}
.home .section-content.section-jumbotron-swiper .swiper-container-jumbotron-wrapper .swiper-pagination-jumbotron .swiper-pagination-bullet-active {
  background: #ED7E1B;
}
.home .section-content.section-newjobs .section-head {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
}
.home .section-content.section-newjobs .section-head .title {
  margin-right: 40px;
}
.home .section-content.section-swiper-newjobs .swiper-pagination-newjobs {
  position: relative;
}
.home .section-content.section-swiper-newjobs .swiper-pagination-newjobs .swiper-pagination-bullet {
  margin: 0 10px;
  width: 13px;
  height: 13px;
  margin-top: 50px;
  background: #FFE4AF;
  opacity: 1;
}
@media screen and (max-width: 540px) {
  .home .section-content.section-swiper-newjobs .swiper-pagination-newjobs .swiper-pagination-bullet {
    margin-top: 0;
    margin: 0 4px;
    width: 8px;
    height: 8px;
  }
}
.home .section-content.section-swiper-newjobs .swiper-pagination-newjobs .swiper-pagination-bullet-active {
  background: #ED7E1B;
}
@media screen and (min-width: 1200px) {
  .home .section-content.section-swiper-newjobs .swiper-pagination-newjobs {
    display: none;
  }
}
.home .section-content.search {
  background-image: url(/assets_v3/img/bg-search.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 540px) {
  .home .section-content.search {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home .section-content.search > .section-inner-single-col {
  position: relative;
}
.home .section-content.search > .section-inner-single-col .icon {
  width: 100%;
  max-width: 390px;
  position: absolute;
  top: -160px;
  left: -150px;
  z-index: 0;
}
@media screen and (max-width: 540px) {
  .home .section-content.search > .section-inner-single-col .icon {
    max-width: 250px;
    top: -80px;
    left: -50px;
  }

}
.home .section-content.search > .section-inner-single-col .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.home .section-content.search > .section-inner-single-col .section-head {
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 540px) {
  .home .section-content.search > .section-inner-single-col .section-head {
    text-align: left;
  }
}
.home .section-content.search > .section-inner-single-col .form-search {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media screen and (max-width: 540px) {
  .home .section-content.search > .section-inner-single-col .form-search {
    margin-top: 10px;
  }
}
.home .section-content.search > .section-inner-single-col .form-search .navis {
  position: relative;
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi {
  position: initial;
  margin-top: 20px;
}
@media screen and (max-width: 540px) {
  .home .section-content.search > .section-inner-single-col .form-search .navis .navi {
    margin-top: 10px;
  }
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi > .inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  font-weight: bold;
  min-height: 160px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 540px) {
  .home .section-content.search > .section-inner-single-col .form-search .navis .navi > .inner {
    min-height: 60px;
    justify-content: flex-start;
    padding: 20px 15px;
    border-radius: 8px;
  }
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi > .inner .head {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 540px) {
  .home .section-content.search > .section-inner-single-col .form-search .navis .navi > .inner .head {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi > .inner .head .title {
  max-width: 156px;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 540px) {
  .home .section-content.search > .section-inner-single-col .form-search .navis .navi > .inner .head .title {
    max-width: 120px;
    margin-right: 10px;
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 540px) {
  .home .section-content.search > .section-inner-single-col .form-search .navis .navi > .inner .head .sub-title {
    flex-shrink: 0;
    font-size: 10px;
  }
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi > .inner .head img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 540px) {
  .home .section-content.search > .section-inner-single-col .form-search .navis .navi > .inner .head img {
    width: auto;
    height: 25px;
  }
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi:hover {
  cursor: pointer;
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi:hover > .inner {
  background-color: #FFF7E0;
}
@media screen and (max-width: 720px) {
  .home .section-content.search > .section-inner-single-col .form-search .navis .navi.area .inner .head {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
  }
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi.area .inner .head .title {
  max-width: 200px;
}
@media screen and (max-width: 720px) {
  .home .section-content.search > .section-inner-single-col .form-search .navis .navi.area .inner .head .title {
    max-width: 156px;
    margin-right: 10px;
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 720px) {
  .home .section-content.search > .section-inner-single-col .form-search .navis .navi.area .inner .head .sub-title {
    flex-shrink: 0;
  }
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi .sort-navi {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: calc(100% - 16px);
  left: 8px;
  z-index: 9999;
  padding-top: 8px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px 40px 25px 40px;
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi .sort-navi .list-item.list-item:nth-child(n+2) {
  margin-top: 20px;
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi .sort-navi .list-item li {
  position: relative;
  margin-top: 15px;
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi .sort-navi .list-item li .label {
  font-weight: bold;
  padding-left: 20px;
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi .sort-navi .list-item li .label:hover {
  cursor: pointer;
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi .sort-navi .list-item li .label::before, .home .section-content.search > .section-inner-single-col .form-search .navis .navi .sort-navi .list-item li .label::after {
  content: "";
  display: block;
  position: absolute;
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi .sort-navi .list-item li .label::before {
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #ED7E1B;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 15px;
  left: 5px;
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi .sort-navi .list-item li .label::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  height: 5px;
  width: 10px;
  transform: rotate(-45deg);
  top: 10px;
  left: 10px;
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi .sort-navi .list-item li input[type=checkbox]:checked + .label::after {
  opacity: 1;
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi .sort-navi .list-item li input[type=checkbox]:checked + .label::before {
  background-color: #ED7E1B;
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi .sort-navi .list-item li .list-child {
  margin-left: 40px;
}
@media screen and (max-width: 540px) {
  .home .section-content.search > .section-inner-single-col .form-search .navis .navi .sort-navi .list-item li .list-child {
    margin-left: -8px;
  }
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi .sort-navi .btn {
  margin-top: 40px;
  width: 100%;
  max-width: 226px;
  font-size: 1.6rem;
  font-weight: bold;
  transition: opacity 0.3s ease-in-out;
  border: none;
}
.home .section-content.search > .section-inner-single-col .form-search .navis .navi .sort-navi .btn:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}
.home .section-content.search > .section-inner-single-col .form-search .keyword {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background-color: #fff;
  padding: 25px 40px;
  position: relative;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .home .section-content.search > .section-inner-single-col .form-search .keyword {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 720px) {
  .home .section-content.search > .section-inner-single-col .form-search .keyword {
    padding: 15px;
    margin-top: 10px;
    border-radius: 8px;
  }
}
.home .section-content.search > .section-inner-single-col .form-search .keyword .head {
  width: 100%;
  font-weight: bold;
  margin-bottom: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .home .section-content.search > .section-inner-single-col .form-search .keyword .head {
    text-align: center;
    max-width: 290px;
  }
}
@media screen and (max-width: 720px) {
  .home .section-content.search > .section-inner-single-col .form-search .keyword .head {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 720px) {
  .home .section-content.search > .section-inner-single-col .form-search .keyword .head .title {
    margin-right: 10px;
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 720px) {
  .home .section-content.search > .section-inner-single-col .form-search .keyword .head .sub-title {
    flex-shrink: 0;
    font-size: 10px;
  }
}
.home .section-content.search > .section-inner-single-col .form-search .keyword .head img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 540px) {
  .home .section-content.search > .section-inner-single-col .form-search .keyword .head img {
    width: auto;
    height: 25px;
  }

}
.home .section-content.search > .section-inner-single-col .form-search .keyword .submit-wrap {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .home .section-content.search > .section-inner-single-col .form-search .keyword .submit-wrap {
    margin-left: 35px;
  }
}
.home .section-content.search > .section-inner-single-col .form-search .keyword .submit-wrap .text {
  width: 100%;
  border-radius: 40px;
  padding: 20px;
  min-height: 75px;
  border: 1px solid #fff;
  padding-right: 60px;
  padding-left: 40px;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #fff;
}
@media screen and (max-width: 720px) {
  .home .section-content.search > .section-inner-single-col .form-search .keyword .submit-wrap .text {
    min-height: 40px;
    font-size: 1rem;
    padding: 10px;
    padding-right: 40px;
    padding-left: 20px;
  }
}
.home .section-content.search > .section-inner-single-col .form-search .keyword .submit-wrap .text::placeholder {
  color: #c6c6c6;
}
.home .section-content.search > .section-inner-single-col .form-search .keyword .submit-wrap .submit {
  position: absolute;
  display: block;
  right: 10px;
  top: calc(50% - 20px);
  width: 43px;
  height: 43px;
  background-image: url(/assets_v3/img/icon-submit.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: none;
  background-color: initial;
}
@media screen and (max-width: 720px) {
  .home .section-content.search > .section-inner-single-col .form-search .keyword .submit-wrap .submit {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
}
.home .section-content.search > .section-inner-single-col .form-search .keyword .submit-wrap .submit:hover {
  cursor: pointer;
}
.home .flex-2col-wrap {
  margin-top: 120px;
}
@media screen and (max-width: 540px) {
  .home .flex-2col-wrap {
    margin-top: 80px;
  }

}
.home .flex-2col-wrap .content .section-content.recommend {
  margin-top: 120px;
}
.home .flex-2col-wrap .content .section-content.articles {
  margin-top: 120px;
}

.user-register {
  padding: 200px 0px;
  padding-bottom: 100px;
}
.user-register .section-content .form-register {
  background: white;
  border-radius: 20px;
  padding: 48px;
  margin-top: 48px;
}
@media screen and (max-width: 720px) {
  .user-register .section-content .form-register {
    padding: 24px;
  }
}
.user-register .section-content .form-register .label {
  font-size: 2rem;
  font-weight: 600;
}
.user-register .section-content .form-register .input {
  margin-top: 24px;
}
.user-register .section-content .form-register .email {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  border-radius: 40px;
  padding: 20px;
  min-height: 75px;
  border: none;
  padding-right: 60px;
  padding-left: 40px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 720px) {
  .user-register .section-content .form-register .email {
    min-height: 40px;
    font-size: 1.5rem;
    padding-right: 40px;
    padding-left: 20px;
  }
}
.user-register .section-content .form-register .email::placeholder {
  color: #C6C6C6;
}
.user-register .section-content .btn {
  margin-top: 40px;
  max-width: 282px;
}

.intern-job-list {
  padding-top: 170px;
  overflow: initial;
}
.intern-job-list .page-head .wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  align-items: center;
}
.intern-job-list .page-head .wrap .title {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
}
.intern-job-list .page-head .wrap .title span:first-child {
  font-size: 2.5rem;
}
.intern-job-list .page-head .wrap .title span:nth-child(n+2) {
  font-size: 1.8rem;
  margin-left: 20px;
}
.intern-job-list .section-content.section-content:nth-child(n+2) {
  margin-top: 16px;
}
.intern-job-list .section-content .post-sort-nav {
  margin-top: 48px;
}
@media screen and (min-width: 720px) {
  .intern-job-list .section-content .post-sort-nav {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
  }
}
@media screen and (max-width: 720px) {
  .intern-job-list .section-content .post-sort-nav .post-number-info {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.intern-job-list .section-content .post-sort-nav .post-sort {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  list-style: none;
}
@media screen and (max-width: 720px) {
  .intern-job-list .section-content .post-sort-nav .post-sort {
    margin-top: 12px;
  }
}
.intern-job-list .section-content .post-sort-nav .post-sort .sort a {
  color: #909090;
  text-decoration: underline;
}
.intern-job-list .section-content .post-sort-nav .post-sort .sort.sort:nth-child(n+2)::before {
  content: "/";
  margin: 0px 10px;
}
.intern-job-list .section-content .post-sort-nav .post-sort .sort.active a {
  color: #38B0C6;
  text-decoration: none;
}

.intern-job-detail {
  padding-top: 170px;
  overflow: initial;
}
@media screen and (max-width: 540px) {
  .intern-job-detail {
    padding-top: 125px;
  }
}
.intern-job-detail .page-head {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.intern-job-detail .page-head .title {
  font-size: 4rem;
  line-height: 5.8rem;
}
@media screen and (max-width: 540px) {
  .intern-job-detail .page-head .title {
    font-size: 20px;
    line-height: 1.6em;
  }

}
.intern-job-detail .page-head .post-meta {
  margin-top: 10px;
}
.intern-job-detail .page-head .post-meta .company {
  color: #909090;
  margin-right: 48px;
}
@media screen and (max-width: 1024px) {
  .intern-job-detail .page-head .post-meta .company {
    margin-bottom: 2px;
  }
}
.intern-job-detail .page-head .post-meta .list-tag {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  list-style-type: none;
  flex-wrap: wrap;
}
.intern-job-detail .page-head .post-meta .list-tag .tag {
  text-align: center;
  font-size: 1.2rem;
}
.intern-job-detail .page-head .post-meta .list-tag .tag a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 4px 24px;
  border-radius: 20px;
  background-color: #38B0C6;
  white-space: nowrap;
}
.intern-job-detail .page-head .post-meta .list-tag .tag {
  margin-top: 8px;
}
.intern-job-detail .page-head .post-meta .list-tag .tag:not(:last-child) {
  margin-right: 12px;
}
.intern-job-detail .post-summery {
  margin-top: 30px;
}
.intern-job-detail .post-summery .post-image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
@media screen and (max-width: 720px) {
  .intern-job-detail .post-summery .post-image {
    padding-top: 61.797752809%;
  }
}
@media screen and (min-width: 720px) {
  .intern-job-detail .post-summery .post-image {
    /*
    max-width: calc(100% - 312px - 60px);
    */
  }
}
.intern-job-detail .post-summery .post-action {
  width: 100%;
  list-style: none;
  background: #fff;
  padding: 24px;
  border-radius: 20px;
}
@media screen and (min-width: 720px) {
  .intern-job-detail .post-summery .post-action {
    max-width: 312px;
  }
}
@media screen and (max-width: 720px) {
  .intern-job-detail .post-summery .post-action {
    margin-top: 24px;
  }
}
.intern-job-detail .post-summery .post-action .info {
  list-style: none;
  padding: 24px 0px;
  color: #909090;
}
.intern-job-detail .post-summery .post-action .info li {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}
.intern-job-detail .post-summery .post-action .info li.type {
  background-image: url(/assets_v3/img/icon-type.svg);
}
.intern-job-detail .post-summery .post-action .info li.category {
  background-image: url(/assets_v3/img/icon-category.svg);
}
.intern-job-detail .post-summery .post-action .info li.place {
  background-image: url(/assets_v3/img/icon-place.svg);
}
.intern-job-detail .post-summery .post-action .info li.access {
  background-image: url(/assets_v3/img/icon-access.svg);
}
.intern-job-detail .post-summery .post-action .info li:nth-child(n+2) {
  margin-top: 4px;
}
.intern-job-detail .post-summery .post-action .company-link {
  margin-top: 16px;
}
.intern-job-detail .section-content .post-description {
  width: 100%;
  margin: 0 auto;
  margin-top: 48px;
}
@media screen and (min-width: 720px) {
  .intern-job-detail .section-content .post-description {
    max-width: 914px;
  }
}
.intern-job-detail .post-detail {
  margin-top: 48px;
}
.intern-job-detail .post-detail .section-content.section-content:nth-child(n+2) {
  margin-top: 76px;
}
.intern-job-detail .post-detail .section-content .head .title {
  font-size: 2.5rem;
  font-weight: bold;
}
.intern-job-detail .post-detail .section-content.requirement .box {
  padding: 24px 0px;
}
.intern-job-detail .post-detail .section-content.requirement .head {
  padding: 24px 24px 10px 24px;
  font-weight: bold;
  border-bottom: 1px solid #FBC200;
}
.intern-job-detail .post-detail .section-content.requirement .info {
  margin: 0;
  padding: 10px 24px 24px 24px;
}
.intern-job-detail .post-detail .section-content.section-swiper-newjobs .swiper-pagination-newjobs {
  position: relative;
}
.intern-job-detail .post-detail .section-content.section-swiper-newjobs .swiper-pagination-newjobs .swiper-pagination-bullet {
  margin: 0 10px;
  width: 13px;
  height: 13px;
  margin-top: 50px;
  background: #FFE4AF;
  opacity: 1;
}
.intern-job-detail .post-detail .section-content.section-swiper-newjobs .swiper-pagination-newjobs .swiper-pagination-bullet-active {
  background: #ED7E1B;
}
@media screen and (min-width: 1200px) {
  .intern-job-detail .post-detail .section-content.section-swiper-newjobs .swiper-pagination-newjobs {
    display: none;
  }
}
.intern-job-detail .post-detail .section-content.section-swiper-otherjobs .swiper-pagination-otherjobs {
  position: relative;
}
.intern-job-detail .post-detail .section-content.section-swiper-otherjobs .swiper-pagination-otherjobs .swiper-pagination-bullet {
  margin: 0 10px;
  width: 13px;
  height: 13px;
  margin-top: 50px;
  background: #FFE4AF;
  opacity: 1;
}
.intern-job-detail .post-detail .section-content.section-swiper-otherjobs .swiper-pagination-otherjobs .swiper-pagination-bullet-active {
  background: #ED7E1B;
}
@media screen and (min-width: 1200px) {
  .intern-job-detail .post-detail .section-content.section-swiper-otherjobs .swiper-pagination-otherjobs {
    display: none;
  }
}
.intern-job-detail .post-detail .section-content.feature .row {
  margin-top: 10px;
}
.intern-job-detail .post-detail .section-content.feature .row .col {
  margin-top: 30px;
}
.intern-job-detail .post-detail .section-content.feature .row .col.english a {
  background-image: url(/assets_v3/img/top-feature-english.jpg);
}
.intern-job-detail .post-detail .section-content.feature .row .col.startup a {
  background-image: url(/assets_v3/img/top-feature-startup.jpg);
}
.intern-job-detail .post-detail .section-content.feature .row .col.beginner a {
  background-image: url(/assets_v3/img/top-feature-beginner.jpg);
}
.intern-job-detail .post-detail .section-content.feature .row .col.nocareer a {
  background-image: url(/assets_v3/img/top-feature-nocareer.jpg);
}
.intern-job-detail .post-detail .section-content.feature .row .col a {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: block;
  color: #444444;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom 20px center;
  transition: 0.5s;
  padding-top: 41.2921348315%;
  position: relative;
}
.intern-job-detail .post-detail .section-content.feature .row .col a:hover {
  opacity: 1;
  background-size: 115%;
  color: #ED7E1B;
}
.intern-job-detail .post-detail .section-content.feature .row .col a span {
  display: block;
  width: 100%;
  padding: 15px 20px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.intern-job-detail .post-detail .section-content.feature .button {
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  margin-top: 40px;
  max-width: 463px;
}
.intern-job-detail .post-detail .section-content.feature .button:hover {
  opacity: 1;
}
.intern-job-detail .action-button {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-top: 72px;
}
@media screen and (max-width: 720px) {
  .intern-job-detail .action-button .col:nth-child(n+2) {
    margin-top: 16px;
  }
}

.fixed-action-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  padding: 20px;
  z-index: 100;
  position: fixed;
  width: 100%;
  bottom: 0%;
  left: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
.fixed-action-button .col {
  max-width: 300px;
}
.fixed-action-button.hide {
  bottom: -100%;
}

.company-detail {
  padding-top: 170px;
  overflow: initial;
}
@media screen and (max-width: 540px) {
  .company-detail {
    padding-top: 125px;
  }
}
.company-detail .section-content.eyecatch .post-image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  padding-top: 56.25%;
}
.company-detail .section-content.eyecatch .section-head {
  margin-top: 24px;
}
.company-detail .section-content.eyecatch .section-head .title {
  font-size: 2.4rem;
  line-height: 2.8rem;
}
@media screen and (max-width: 540px) {
  .company-detail .section-content.eyecatch .section-head .title {
    font-size: 20px;
    line-height: 1.6em;
  }
}
.company-detail .section-content.eyecatch .section-head .sub-title {
  font-size: 1.4rem;
  margin-top: 8px;
  color: #909090;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  margin-top: 16px;
  background-image: url(/assets_v3/img/icon-category.svg);
}
.company-detail .section-content.section-swiper-recommend .swiper-pagination-recommend {
  position: relative;
}
.company-detail .section-content.section-swiper-recommend .swiper-pagination-recommend .swiper-pagination-bullet {
  margin: 0 10px;
  width: 13px;
  height: 13px;
  margin-top: 50px;
  background: #FFE4AF;
  opacity: 1;
}
.company-detail .section-content.section-swiper-recommend .swiper-pagination-recommend .swiper-pagination-bullet-active {
  background: #ED7E1B;
}
@media screen and (min-width: 1200px) {
  .company-detail .section-content.section-swiper-recommend .swiper-pagination-recommend {
    display: none;
  }
}
.scout-intern-list {
  padding-top: 170px;
  overflow: initial;
}
.scout-intern-list .page-head .wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  align-items: center;
}
.scout-intern-list .page-head .wrap .title {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
}
.scout-intern-list .page-head .wrap .title span:first-child {
  font-size: 2.5rem;
}
.scout-intern-list .page-head .wrap .title span:nth-child(n+2) {
  font-size: 1.8rem;
  margin-left: 20px;
}
.scout-intern-list .section-content > .row {
  margin-top: 20px;
}
.scout-intern-list .section-content > .row .col {
  margin-top: 20px;
}
.scout-intern-list .section-content > .row .col .post {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #444444;
  position: relative;
  display: block;
  border-radius: 20px;
  background-color: white;
  padding: 20px;
}
.scout-intern-list .section-content > .row .col .post:hover {
  opacity: 1;
}
.scout-intern-list .section-content > .row .col .post:hover .title {
  color: #ED7E1B;
}
.scout-intern-list .section-content > .row .col .post .head {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  font-weight: bold;
  line-height: 4rem;
  font-size: 2rem;
}
.scout-intern-list .section-content > .row .col .post .head .title {
  font-size: 4rem;
}
@media screen and (max-width: 540px) {
  .scout-intern-list .section-content > .row .col .post .head .title {
    font-size: 2.3rem;
  }
}
.scout-intern-list .section-content > .row .col .post .head p:nth-child(n+2) {
  margin-left: 6px;
}
.scout-intern-list .section-content > .row .col .post .info {
  width: 100%;
}
.scout-intern-list .section-content.section-content:nth-child(n+2) {
  margin-top: 16px;
}
.scout-intern-list .section-content .post-sort-nav {
  margin-top: 48px;
}
@media screen and (min-width: 720px) {
  .scout-intern-list .section-content .post-sort-nav {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
  }
}
@media screen and (max-width: 720px) {
  .scout-intern-list .section-content .post-sort-nav .post-number-info {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.scout-intern-list .section-content .post-sort-nav .post-sort {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  list-style: none;
}
@media screen and (max-width: 720px) {
  .scout-intern-list .section-content .post-sort-nav .post-sort {
    margin-top: 12px;
  }
}
.scout-intern-list .section-content .post-sort-nav .post-sort .sort a {
  color: #909090;
  text-decoration: underline;
}
.scout-intern-list .section-content .post-sort-nav .post-sort .sort.sort:nth-child(n+2)::before {
  content: "/";
  margin: 0px 10px;
}
.scout-intern-list .section-content .post-sort-nav .post-sort .sort.active a {
  color: #38B0C6;
  text-decoration: none;
}

.scout-intern-detail {
  padding-top: 170px;
  overflow: initial;
}
.scout-intern-detail .page-head .title {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
.scout-intern-detail .page-head .name {
  font-weight: bold;
}
.scout-intern-detail .page-head .name span:first-child {
  font-size: 2.5rem;
}
.scout-intern-detail .page-head .name span:nth-child(n+2) {
  font-size: 1.8rem;
  margin-left: 20px;
}
.scout-intern-detail .page-head .sub-title {
  color: #909090;
}
.scout-intern-detail .page-head .sub-title span:nth-child(n+2) {
  margin-left: 20px;
}
.scout-intern-detail .page-head .button-orange {
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 36px;
  max-width: 477px;
  padding: 14px;
  background: #ED7E1B;
  border: 0;
}
.scout-intern-detail .page-head .button-orange:hover {
  opacity: 1;
}
.scout-intern-detail .section-content.section-content:nth-child(n+2) {
  margin-top: 76px;
}
.scout-intern-detail .section-content .head .title {
  font-size: 2.5rem;
  font-weight: bold;
}
.scout-intern-detail .section-content.section-info-detail .box {
  padding: 24px;
  background: #fff;
  border-radius: 20px;
  margin-top: 24px;
}
.scout-intern-detail .section-content.section-info-detail .box .row {
  align-items: center;
  padding: 16px 0px;
}
.scout-intern-detail .section-content.section-info-detail .box .row.row:nth-child(n+2) {
  align-items: center;
  border-top: solid 1px #c6c6c6;
}
.scout-intern-detail .section-content.section-info-detail .box .row .head {
  font-weight: bold;
}
.scout-intern-detail .section-content.section-info-detail .box .row .info {
  margin: 0;
}
.scout-intern-detail .section-content.section-portfolio-detail .box {
  padding: 24px;
  background: #fff;
  border-radius: 20px;
  margin-top: 24px;
}
.scout-intern-detail .section-content.section-portfolio-detail .box .row {
  align-items: center;
  padding: 16px 0px;
}
.scout-intern-detail .section-content.section-portfolio-detail .box .row.row:nth-child(n+2) {
  border-top: solid 1px #c6c6c6;
}
.scout-intern-detail .section-content.section-portfolio-detail .box .row .head {
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  .scout-intern-detail .section-content.section-portfolio-detail .box .row .head {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    align-items: center;
  }
}
.scout-intern-detail .section-content.section-portfolio-detail .box .row .head .id {
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.scout-intern-detail .section-content.section-portfolio-detail .box .row .head .date {
  font-size: 1.3rem;
  color: #909090;
}
.scout-intern-detail .section-content.section-portfolio-detail .box .row .info {
  margin: 0;
}
@media screen and (max-width: 540px) {
  .scout-intern-detail .section-content.section-portfolio-detail .box .row .info .filename,
.scout-intern-detail .section-content.section-portfolio-detail .box .row .info .url {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    align-items: center;
  }
}
.scout-intern-detail .section-content.section-portfolio-detail .box .row .info .filename a,
.scout-intern-detail .section-content.section-portfolio-detail .box .row .info .url a {
  color: #38B0C6;
}
.scout-intern-detail .section-content.section-portfolio-detail .box .row .info .username {
  color: #909090;
}
@media screen and (max-width: 540px) {
  .scout-intern-detail .section-content.section-portfolio-detail .box .row .info .username {
    text-align: right;
  }
}

.scout-entry-add {
  padding-top: 170px;
  overflow: initial;
}
.scout-entry-add .page-head .wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  align-items: center;
}
.scout-entry-add .page-head .wrap .title {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
}
.scout-entry-add .page-head .wrap .title span:first-child {
  font-size: 2.5rem;
}
.scout-entry-add .page-head .wrap .title span:nth-child(n+2) {
  font-size: 1.8rem;
  margin-left: 20px;
}
.scout-entry-add .page-head .sub-title {
  color: #909090;
}
.scout-entry-add .page-head .sub-title span:nth-child(n+2) {
  margin-left: 20px;
}
.scout-entry-add .page-head .button-orange {
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 36px;
  max-width: 477px;
  padding: 14px;
  background: #ED7E1B;
  border: 0;
}
.scout-entry-add .page-head .button-orange:hover {
  opacity: 1;
}
.scout-entry-add .section-content {
  width: 100%;
  margin: 0;
  margin-top: 40px;
}
.scout-entry-add .section-content.section-content:nth-child(n+2) {
  margin-top: 56px;
}
.scout-entry-add .section-content .section-head .btn {
  max-width: 82px;
}
.scout-entry-add .section-content .form .btn {
  max-width: 300px;
  margin-top: 24px;
}

.scout-job-list {
  padding-top: 170px;
  overflow: initial;
}
.scout-job-list .page-head .wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 540px) {
  .scout-job-list .page-head .wrap {
    justify-content: flex-start;
    flex-direction: column;
    align-items: start;
  }
}
.scout-job-list .page-head .wrap .title {
  font-weight: bold;
  font-size: 2.5rem;
}
.scout-job-list .page-head .wrap .title span:first-child {
  font-size: 2.5rem;
}
.scout-job-list .page-head .wrap .title span:nth-child(n+2) {
  font-size: 1.8rem;
  margin-left: 20px;
}
.scout-job-list .page-head .sub-title {
  color: #909090;
}
.scout-job-list .page-head .sub-title span:nth-child(n+2) {
  margin-left: 20px;
}
.scout-job-list .page-head .button-orange {
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 36px;
  max-width: 477px;
  padding: 14px;
  background: #ED7E1B;
  border: 0;
}
.scout-job-list .page-head .button-orange:hover {
  opacity: 1;
}
.scout-job-list .section-content {
  width: 100%;
  margin: 0;
}
.scout-job-list .section-content > .row {
  margin-top: 20px;
}
.scout-job-list .section-content > .row .col {
  margin-top: 20px;
}
.scout-job-list .section-content > .row .col .post {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #444444;
  text-decoration: none;
  position: relative;
  display: block;
  border-radius: 20px;
  background-color: white;
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  .scout-job-list .section-content > .row .col .post {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
  }
}
.scout-job-list .section-content > .row .col .post .img-wrap {
  width: 100%;
  max-width: initial;
  position: relative;
}
@media screen and (min-width: 720px) {
  .scout-job-list .section-content > .row .col .post .img-wrap {
    max-width: 263px;
  }
}
.scout-job-list .section-content > .row .col .post .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.scout-job-list .section-content > .row .col .post .img-wrap .disable {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.scout-job-list .section-content > .row .col .post .info {
  padding: 24px;
}
@media screen and (max-width: 540px) {
  .scout-job-list .section-content > .row .col .post .info {
    padding: 15px 20px;
  }
}
.scout-job-list .section-content > .row .col .post .info .title {
  transition: 0.5s;
  font-size: 2.1rem;
  line-height: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  .scout-job-list .section-content > .row .col .post .info .title {
    font-size: 18px;
    line-height: 1.6em;
  }
}
.scout-job-list .section-content > .row .col .post .info .icons {
  list-style-type: none;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  margin-top: 6px;
}
.scout-job-list .section-content > .row .col .post .info .icons .icon {
  color: #909090;
  margin-right: 24px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}
.scout-job-list .section-content > .row .col .post .info .icons .icon.type {
  background-image: url(/assets_v3/img/icon-type.svg);
}
.scout-job-list .section-content > .row .col .post .info .icons .icon.category {
  background-image: url(/assets_v3/img/icon-category.svg);
}
.scout-job-list .section-content > .row .col .post .info .icons .icon.place {
  background-image: url(/assets_v3/img/icon-place.svg);
}

.scout-entry-list {
  padding-top: 170px;
  overflow: initial;
}
.scout-entry-list .page-head .wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  align-items: center;
}
.scout-entry-list .page-head .wrap .title {
  font-weight: bold;
  font-size: 2.5rem;
}
.scout-entry-list .page-head .wrap .title span:first-child {
  font-size: 2.5rem;
}
.scout-entry-list .page-head .wrap .title span:nth-child(n+2) {
  font-size: 1.8rem;
  margin-left: 20px;
}
.scout-entry-list .page-head .sub-title {
  color: #909090;
}
.scout-entry-list .page-head .sub-title span:nth-child(n+2) {
  margin-left: 20px;
}
.scout-entry-list .section-content {
  width: 100%;
  margin: 0;
  margin-top: 40px;
}
.scout-entry-list .section-content > .head {
  font-weight: bold;
  line-height: 4rem;
}
.scout-entry-list .section-content > .head .title {
  font-size: 4rem;
}
@media screen and (max-width: 540px) {
  .scout-entry-list .section-content > .head .title {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .scout-entry-list .section-content > .head {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
  }
}
.scout-entry-list .section-content .post-scout-entry:nth-child(n+2) {
  margin-top: 24px;
}
.scout-entry-list .section-content .post-scout-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #444444;
  position: relative;
  display: block;
  border-radius: 20px;
  background-color: white;
  padding: 26px;
}
.scout-entry-list .section-content .post-scout-entry .head {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
.scout-entry-list .section-content .post-scout-entry .head .intern-info {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  font-weight: bold;
}
.scout-entry-list .section-content .post-scout-entry .head .intern-info p:first-child {
  font-size: 2rem;
}
.scout-entry-list .section-content .post-scout-entry .head .intern-info p:nth-child(n+2) {
  margin-left: 6px;
  font-size: 1.8rem;
}
.scout-entry-list .section-content .post-scout-entry .head .label {
  padding: 4px 16px;
  border-radius: 5px;
  font-weight: bold;
}
.scout-entry-list .section-content .post-scout-entry .head .label.employed {
  background: #FBC200;
}
.scout-entry-list .section-content .post-scout-entry .head .label.rejected {
  background: #909090;
  color: #fff;
}
.scout-entry-list .section-content .post-scout-entry .info {
  color: #909090;
  padding-top: 10px;
  padding-bottom: 10px;
}
.scout-entry-list .section-content .post-scout-entry .btn {
  max-width: 200px;
}

.scout-company-edit {
  padding-top: 170px;
  overflow: initial;
}
.scout-company-edit .page-head .wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  align-items: center;
}
.scout-company-edit .page-head .wrap .title {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
}
.scout-company-edit .page-head .wrap .title span:first-child {
  font-size: 2.5rem;
}
.scout-company-edit .page-head .wrap .title span:nth-child(n+2) {
  font-size: 1.8rem;
  margin-left: 20px;
}
.scout-company-edit .page-head .sub-title {
  color: #909090;
}
.scout-company-edit .page-head .sub-title span:nth-child(n+2) {
  margin-left: 20px;
}
.scout-company-edit .page-head .button-orange {
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 36px;
  max-width: 477px;
  padding: 14px;
  background: #ED7E1B;
  border: 0;
}
.scout-company-edit .page-head .button-orange:hover {
  opacity: 1;
}
.scout-company-edit .section-content {
  width: 100%;
  margin: 0;
  margin-top: 40px;
}
.scout-company-edit .section-content.section-content:nth-child(n+2) {
  margin-top: 56px;
}
.scout-company-edit .section-content .section-head .btn {
  max-width: 82px;
}
.scout-company-edit .section-content .form .btn {
  max-width: 300px;
  margin-top: 24px;
}

.mypage-password-edit {
  padding-top: 170px;
  overflow: initial;
}
.mypage-password-edit .page-head .wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  align-items: center;
}
.mypage-password-edit .page-head .wrap .title {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
}
.mypage-password-edit .page-head .wrap .title span:first-child {
  font-size: 2.5rem;
}
.mypage-password-edit .page-head .wrap .title span:nth-child(n+2) {
  font-size: 1.8rem;
  margin-left: 20px;
}
.mypage-password-edit .page-head .sub-title {
  color: #909090;
}
.mypage-password-edit .page-head .sub-title span:nth-child(n+2) {
  margin-left: 20px;
}
.mypage-password-edit .page-head .button-orange {
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 36px;
  max-width: 477px;
  padding: 14px;
  background: #ED7E1B;
  border: 0;
}
.mypage-password-edit .page-head .button-orange:hover {
  opacity: 1;
}
.mypage-password-edit .section-content {
  width: 100%;
  margin: 0;
  margin-top: 40px;
}
.mypage-password-edit .section-content.section-content:nth-child(n+2) {
  margin-top: 56px;
}
.mypage-password-edit .section-content .section-head .btn {
  max-width: 82px;
}
.mypage-password-edit .section-content .form .btn {
  max-width: 300px;
  margin-top: 24px;
}

.mypage-profile-edit {
  padding-top: 170px;
  overflow: initial;
}
.mypage-profile-edit .page-head .wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  align-items: center;
}
.mypage-profile-edit .page-head .wrap .title {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
}
.mypage-profile-edit .page-head .wrap .title span:first-child {
  font-size: 2.5rem;
}
.mypage-profile-edit .page-head .wrap .title span:nth-child(n+2) {
  font-size: 1.8rem;
  margin-left: 20px;
}
.mypage-profile-edit .page-head .sub-title {
  color: #909090;
}
.mypage-profile-edit .page-head .sub-title span:nth-child(n+2) {
  margin-left: 20px;
}
.mypage-profile-edit .page-head .button-orange {
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 36px;
  max-width: 477px;
  padding: 14px;
  background: #ED7E1B;
  border: 0;
}
.mypage-profile-edit .page-head .button-orange:hover {
  opacity: 1;
}
.mypage-profile-edit .section-content {
  width: 100%;
  margin: 0;
  margin-top: 40px;
}
.mypage-profile-edit .section-content.section-content:nth-child(n+2) {
  margin-top: 56px;
}
.mypage-profile-edit .section-content .section-head .btn {
  max-width: 82px;
}
.mypage-profile-edit .section-content .form .btn {
  max-width: 300px;
  margin-top: 24px;
}

.mypage-skill-edit {
  padding-top: 170px;
  overflow: initial;
}
.mypage-skill-edit .page-head .wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  align-items: center;
}
.mypage-skill-edit .page-head .wrap .title {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
}
.mypage-skill-edit .page-head .wrap .title span:first-child {
  font-size: 2.5rem;
}
.mypage-skill-edit .page-head .wrap .title span:nth-child(n+2) {
  font-size: 1.8rem;
  margin-left: 20px;
}
.mypage-skill-edit .page-head .sub-title {
  color: #909090;
}
.mypage-skill-edit .page-head .sub-title span:nth-child(n+2) {
  margin-left: 20px;
}
.mypage-skill-edit .page-head .button-orange {
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 36px;
  max-width: 477px;
  padding: 14px;
  background: #ED7E1B;
  border: 0;
}
.mypage-skill-edit .page-head .button-orange:hover {
  opacity: 1;
}
.mypage-skill-edit .section-content {
  width: 100%;
  margin: 0;
  margin-top: 40px;
}
.mypage-skill-edit .section-content.section-content:nth-child(n+2) {
  margin-top: 56px;
}
.mypage-skill-edit .section-content .section-head .btn {
  max-width: 82px;
}
.mypage-skill-edit .section-content .form .btn {
  max-width: 300px;
  margin-top: 24px;
}

.mypage-email-edit {
  padding-top: 170px;
  overflow: initial;
}
.mypage-email-edit .page-head .wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  align-items: center;
}
.mypage-email-edit .page-head .wrap .title {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
}
.mypage-email-edit .page-head .wrap .title span:first-child {
  font-size: 2.5rem;
}
.mypage-email-edit .page-head .wrap .title span:nth-child(n+2) {
  font-size: 1.8rem;
  margin-left: 20px;
}
.mypage-email-edit .page-head .sub-title {
  color: #909090;
}
.mypage-email-edit .page-head .sub-title span:nth-child(n+2) {
  margin-left: 20px;
}
.mypage-email-edit .page-head .button-orange {
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #444444;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 36px;
  max-width: 477px;
  padding: 14px;
  background: #ED7E1B;
  border: 0;
}
.mypage-email-edit .page-head .button-orange:hover {
  opacity: 1;
}
.mypage-email-edit .section-content {
  width: 100%;
  margin: 0;
  margin-top: 40px;
}
.mypage-email-edit .section-content.section-content:nth-child(n+2) {
  margin-top: 56px;
}
.mypage-email-edit .section-content .section-head .btn {
  max-width: 82px;
}
.mypage-email-edit .section-content .form .btn {
  max-width: 300px;
  margin-top: 24px;
}

.mypage-msg-box {
  padding-top: 170px;
  overflow: initial;
}
.mypage-msg-box .page-head .wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  align-items: center;
}
.mypage-msg-box .page-head .wrap .title {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
}
.mypage-msg-box .page-head .wrap .title span:first-child {
  font-size: 2.5rem;
}
.mypage-msg-box .page-head .wrap .title span:nth-child(n+2) {
  font-size: 1.8rem;
  margin-left: 20px;
}
.mypage-msg-box .msg-box-pc > .inner {
  background: #fff;
  border-radius: 20px;
  margin-top: 10px;
}
.mypage-msg-box .msg-box-pc > .inner .msg-wrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.mypage-msg-box .msg-box-pc > .inner .msg-wrap .msg-from {
  width: 100%;
  max-width: 186px;
  border-right: 1px solid #c6c6c6;
  list-style: none;
  color: #c6c6c6;
}
.mypage-msg-box .msg-box-pc > .inner .msg-wrap .msg-from .from a {
  padding: 24px;
  cursor: pointer;
  display: block;
}
.mypage-msg-box .msg-box-pc > .inner .msg-wrap .msg-from .from.from:nth-child(n+2) {
  border-top: 1px solid #c6c6c6;
}
.mypage-msg-box .msg-box-pc > .inner .msg-wrap .msg-from .from.selected a {
  color: #ED7E1B;
  text-decoration: none;
}
.mypage-msg-box .msg-box-pc > .inner .msg-wrap .msg-content {
  padding: 24px;
  width: 100%;
}
.mypage-msg-box .msg-box-pc > .inner .msg-wrap .msg-content .head .title {
  font-size: 1.6rem;
  font-weight: bold;
}
.mypage-msg-box .msg-box-pc > .inner .msg-wrap .msg-content .body .date {
  margin-top: 48px;
  text-align: center;
  font-size: 1.2rem;
  color: #909090;
}
.mypage-msg-box .msg-box-pc > .inner .msg-wrap .msg-content .body .msg {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-end;
}
.mypage-msg-box .msg-box-pc > .inner .msg-wrap .msg-content .body .msg .bubble {
  width: 100%;
  max-width: 332px;
  border-radius: 20px;
  padding: 10px 24px;
}
.mypage-msg-box .msg-box-pc > .inner .msg-wrap .msg-content .body .msg .time {
  color: #c6c6c6;
}
.mypage-msg-box .msg-box-pc > .inner .msg-wrap .msg-content .body .msg.msg:nth-child(n+2) {
  margin-top: 24px;
}
.mypage-msg-box .msg-box-pc > .inner .msg-wrap .msg-content .body .msg.receiver .bubble {
  background-color: #F5F5F5;
  margin-right: 16px;
}
.mypage-msg-box .msg-box-pc > .inner .msg-wrap .msg-content .body .msg.sender {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.mypage-msg-box .msg-box-pc > .inner .msg-wrap .msg-content .body .msg.sender .bubble {
  background-color: #C3E7EE;
  margin-left: 16px;
}
.mypage-msg-box .msg-box-pc > .inner .msg-input {
  width: 100%;
  border-top: 1px solid #c6c6c6;
  padding: 24px;
}
.mypage-msg-box .msg-box-pc > .inner .msg-input .box:nth-child(n+2) {
  margin-top: 16px;
}
.mypage-msg-box .msg-box-pc > .inner .msg-input .textarea {
  position: relative;
  width: 100%;
}
.mypage-msg-box .msg-box-pc > .inner .msg-input .textarea::before {
  content: "";
  display: block;
  padding-bottom: 40.33%;
}
.mypage-msg-box .msg-box-pc > .inner .msg-input .textarea textarea {
  resize: none;
  padding: 16px;
  border: 1px solid #c6c6c6;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mypage-msg-box .msg-box-sp > .inner {
  background: #fff;
  border-radius: 10px;
  margin-top: 10px;
}
.mypage-msg-box .msg-box-sp > .inner .msg-from {
  width: 100%;
  list-style: none;
  color: #444444;
}
.mypage-msg-box .msg-box-sp > .inner .msg-from .from {
  padding: 24px;
  cursor: pointer;
}
.mypage-msg-box .msg-box-sp > .inner .msg-from .from.from:nth-child(n+2) {
  border-top: 1px solid #c6c6c6;
}
.mypage-msg-box .msg-content-sp {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #F5F5F5;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: scroll;
}
.mypage-msg-box .msg-content-sp.msg-content-sp[data-is-show=false] {
  display: none;
}
.mypage-msg-box .msg-content-sp .head {
  padding: 24px;
  background-color: #fff;
  position: relative;
}
.mypage-msg-box .msg-content-sp .head .title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.mypage-msg-box .msg-content-sp .head .back-to-msg-menu {
  display: block;
  width: 48px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background-image: url("/assets_v3/img/arrow-lt-left-gray.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.mypage-msg-box .msg-content-sp .body {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 96px;
}
.mypage-msg-box .msg-content-sp .body .date {
  margin-top: 48px;
  text-align: center;
  font-size: 1.2rem;
  color: #909090;
}
.mypage-msg-box .msg-content-sp .body .msg {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: flex-end;
}
.mypage-msg-box .msg-content-sp .body .msg .bubble {
  width: 100%;
  max-width: 332px;
  border-radius: 20px;
  padding: 10px 24px;
}
.mypage-msg-box .msg-content-sp .body .msg .time {
  color: #c6c6c6;
}
.mypage-msg-box .msg-content-sp .body .msg.msg:nth-child(n+2) {
  margin-top: 24px;
}
.mypage-msg-box .msg-content-sp .body .msg.receiver .bubble {
  background-color: #fff;
  margin-right: 16px;
}
.mypage-msg-box .msg-content-sp .body .msg.sender {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.mypage-msg-box .msg-content-sp .body .msg.sender .bubble {
  background-color: #C3E7EE;
  margin-left: 16px;
}
.mypage-msg-box .msg-content-sp .msg-input {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 24px;
}
.mypage-msg-box .msg-content-sp .msg-input .form-msg {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.mypage-msg-box .msg-content-sp .msg-input .form-msg .box.input {
  width: 100%;
}
.mypage-msg-box .msg-content-sp .msg-input .form-msg .box.send {
  margin-left: 10px;
}
.mypage-msg-box .msg-content-sp .msg-input .form-msg textarea {
  padding: 13px 24px;
  width: 100%;
  border: 1px solid #c6c6c6;
  border-radius: 55px;
  box-sizing: border-box;
}


/*# sourceMappingURL=style.css.map */
