@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;500&display=swap");
/* basic */
html {
  /*scroll-behavior: smooth;*/ }

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 300 !important;
  transition: all 1s; }

section {
  padding: 0 0 2rem;
  display: block;
  overflow: hidden; }
  section::after {
    content: "";
    display: block;
    clear: both; }
  section::before {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 599px) {
    section {
      padding-top: 1rem; } }

.row {
  margin-top: 1rem; }
  @media (max-width: 599px) {
    .row {
      margin-top: 0;
      margin-bottom: 1rem; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500 !important; }

h2 {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  width: 100%;
  height: auto;
  text-align: center;
  color: #ef821a;
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
  z-index: 2;
  transition: all 1s; }
  @media (max-width: 599px) {
    h2 {
      margin-top: 0;
      letter-spacing: 0;
      font-size: 1.2rem; } }
  h2::before {
    content: "";
    position: absolute;
    top: 75%;
    right: -5%;
    width: 70%;
    height: 65%;
    background-image: url("../images/h2-bg-dot.svg");
    background-repeat: repeat;
    background-size: 100%; }
    @media (max-width: 599px) {
      h2::before {
        right: 5%;
        overflow: hidden; } }
  h2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 6px solid #ef821a;
    border-radius: 2px; }
  h2.wht {
    color: #fff; }
    h2.wht::before {
      background-image: url("../images/h2-bg-dot-org-dark.svg"); }
      @media (max-width: 599px) {
        h2.wht::before {
          right: -1%;
          overflow: hidden; } }
    h2.wht::after {
      border: 6px solid #fff; }

h3 {
  font-size: 1.6rem; }

h4 {
  font-size: 1.4rem; }

h5 {
  font-size: 1.2rem; }

h6 {
  font-size: 1rem; }

p {
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  font-size: clamp(14px, 1vw, 1rem) !important;
  line-height: 1.8 !important; }
  @media (max-width: 599px) {
    p {
      line-height: 1.8rem;
      letter-spacing: 0; } }

.nobr {
  display: inline-flex;
  white-space: nowrap; }

img {
  content-visibility: auto; }

table {
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-left: 0 none;
  border-right: 0 none; }
  table tr {
    border-top: 1px solid #ccc;
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none; }
  table th {
    padding: 1rem 1rem 1rem 0;
    border-left: 0 none;
    border-right: 0 none; }
  table td {
    padding: 1rem 0 1rem 1rem;
    border-left: 1px solid #ccc;
    border-right: 0 none; }

dl {
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc; }
  dl dt {
    display: inline-flex;
    align-self: flex-start;
    margin: 0;
    padding: 1.5rem 1rem 1.5rem 0;
    width: 20%;
    white-space: nowrap;
    border-top: 1px solid #ccc; }
    @media (max-width: 599px) {
      dl dt {
        display: block;
        margin: 0 0 0.2rem;
        padding: 0.5rem 0 1rem 0;
        width: 100%; } }
  dl dd {
    display: inline-flex;
    align-self: flex-start;
    flex-wrap: wrap;
    margin: 0 0 0 -5px;
    padding: 1.5rem 0 1.5rem;
    width: 79%;
    border-top: 1px solid #ccc; }
    dl dd span {
      padding-right: 2rem;
      width: 50%; }
    @media (max-width: 599px) {
      dl dd {
        display: block;
        margin: 0;
        padding: 0 0 0.5rem;
        width: 100%;
        border-top: 0 none; }
        dl dd span {
          display: block;
          padding-right: 0;
          width: 100%; } }

#sitename {
  position: relative;
  margin-bottom: -2em;
  padding-top: 1em;
  height: 140px; }
  @media (max-width: 599px) {
    #sitename {
      padding-top: 4.8rem; } }
  #sitename .name {
    margin: 0 auto 0.75rem;
    width: 360px;
    height: auto;
    transition: all 0.8s; }
    @media (max-width: 599px) {
      #sitename .name {
        margin-top: -3rem;
        width: 240px; } }
  #sitename .tagline {
    position: relative;
    font-size: 0.85rem !important;
    font-weight: 500;
    z-index: 1; }
    @media (max-width: 599px) {
      #sitename .tagline {
        margin-top: 0.5rem;
        font-size: 0.75rem;
        line-height: 1.2rem !important;
        letter-spacing: 0; } }
    #sitename .tagline span {
      display: inline;
      white-space: nowrap; }
      @media (max-width: 599px) {
        #sitename .tagline span {
          display: block; } }

.navbar {
  position: relative;
  padding: 40px 0 0;
  transition: all 0.8s; }
  .navbar .pick-item-order, .navbar .pick-item-recruit, .navbar .pick-item-mail {
    display: inline-block;
    padding-top: 1em;
    width: 140px;
    background-color: #ef821a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .navbar .pick-item-order .nav-link, .navbar .pick-item-recruit .nav-link, .navbar .pick-item-mail .nav-link {
    background-color: transparent; }
  .navbar .pick-item-order:hover, .navbar .pick-item-recruit:hover, .navbar .pick-item-mail:hover {
    opacity: 0.7;
    top: -110px;
    background-color: #d57418;
    border-radius: 0 0 5px 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .navbar .pick-item-order {
    position: absolute;
    top: -120px;
    right: 282px;
    height: 60px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    z-index: 3; }
  .navbar .pick-item-recruit {
    position: absolute;
    top: -120px;
    right: 141px;
    height: 60px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    z-index: 3; }
  .navbar .pick-item-mail {
    position: absolute;
    top: -120px;
    right: 0;
    height: 60px;
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    z-index: 3; }
  @media (max-width: 992px) {
    .navbar .pick-item-order {
      border-top: 2px solid #fff; }
    .navbar .pick-item-order, .navbar .pick-item-recruit, .navbar .pick-item-mail {
      position: relative;
      display: block;
      top: 0;
      left: 0;
      padding-top: 0;
      width: 100%;
      height: auto;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      transition: none; }
    .navbar .pick-item-order:hover, .navbar .pick-item-recruit:hover, .navbar .pick-item-mail:hover {
      top: 0;
      left: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-transition: 0 none;
      -moz-transition: 0 none;
      -o-transition: 0 none;
      transition: 0 none; } }

.navbar-light .navbar-toggler {
  position: absolute;
  top: 10px;
  right: 5px;
  background-color: #fff; }

.bg-light {
  background-color: #fff !important; }
  @media (max-width: 1200px) {
    .bg-light {
      background-color: transparent !important; } }

.collapse {
  width: 100%;
  background-color: #ef821a; }

.nav {
  height: 48px;
  transition: all 0.8s; }
  .nav .nav-item {
    border-right: 1px solid #e9b27e; }

.nav-link {
  padding: 0.75em 1em !important;
  height: 48px;
  color: rgba(255, 255, 255, 0.8) !important;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .nav-link:hover {
    color: #fff !important;
    background-color: #d57418;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }

@media (max-width: 1200px) {
  .navbar {
    margin-top: -140px;
    margin-bottom: 80px;
    padding-left: 20px;
    padding-bottom: 20px; }

  .nav {
    height: auto; }

  .navbar-collapse {
    margin-top: 64px;
    margin-left: -20px; }

  .navbar-brand {
    display: none; }

  .nav-link {
    padding-left: 20px;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: center; } }
.is-fixed {
  position: fixed;
  margin-top: 0;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  -webkit-transition: all .4s ease 0s, background .6s ease .2s;
  transition: all .4s ease 0s, background .6s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

.navbar-brand img {
  position: absolute;
  margin-top: -36px;
  margin-left: -120px;
  min-width: 90px;
  min-height: auto;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .navbar-brand img:hover {
    transform: scale(1.1, 1.1) rotate(-10deg);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }

#navbar-sitename {
  position: fixed;
  width: 100%;
  margin: 0.3rem auto 0;
  left: 0;
  top: -175px;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transform: translateY(0); }
  #navbar-sitename.DownMove {
    animation: DownAnime 0.3s forwards; }
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(180px); } }
  #navbar-sitename.UpMove {
    animation: UpAnime 1s forwards; }
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(180px); }
  to {
    opacity: 1;
    transform: translateY(120px); } }
  @media (max-width: 599px) {
    #navbar-sitename {
      display: none; } }

#navwht {
  position: absolute;
  margin: -90px -20px 0;
  width: 100%;
  height: 140px;
  background-color: #fff;
  z-index: -1; }
  @media (max-width: 992px) {
    #navwht {
      height: 120px; } }
  @media (max-width: 599px) {
    #navwht {
      height: 100px; } }

/*section-header*/
#section-header {
  position: relative;
  margin: 0;
  padding: 3rem 0 1rem;
  min-height: 194px; }
  @media (max-width: 1200px) {
    #section-header {
      padding: 0 0 3rem; } }
  @media (max-width: 1200px) {
    #section-header #section-header .border {
      top: 48%; } }
  #section-header .row {
    margin: 0;
    padding: 0; }
  #section-header .breadcrumb {
    display: inline-flex !important;
    margin-right: 1rem;
    padding-top: 4rem;
    padding-bottom: 1rem;
    width: auto;
    height: 1rem;
    border: 0 none;
    background-color: transparent;
    text-align: right; }
    @media (max-width: 1200px) {
      #section-header .breadcrumb {
        padding-top: 0;
        padding-bottom: 2rem; } }
    @media (max-width: 599px) {
      #section-header .breadcrumb {
        margin-left: -15px;
        padding-left: 0;
        font-size: 14px !important;
        text-align: left; } }
  #section-header h1 {
    display: block;
    margin: 0 auto;
    padding: 84px 0 0;
    max-width: 194px;
    min-width: 194px;
    min-height: 194px;
    background-image: url("../images/h1-badge.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    font-size: 1.4em;
    color: #fff; }
    #section-header h1 .twoline {
      display: block;
      margin-top: -1rem; }
  #section-header .separater {
    position: absolute;
    top: 150px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border: solid 1px #f3f3d9;
    z-index: -1; }

.img-fluid {
  width: 100%;
  height: auto; }

.jumbotron {
  width: 100%;
  height: auto; }

.jumbotron-fluid {
  width: 100%;
  height: 700px; }

hr.dotted {
  width: 100%;
  height: 2px;
  padding: 1rem 0;
  border: 0 none;
  background-image: linear-gradient(to right, #666, #666 2px, transparent 2px, transparent 8px);
  /* 幅2の線を作る */
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x; }

/* privacy modal */
.privacyModal .privacyRead {
  margin-top: -2rem; }

.privacyModal .privacyRead a {
  color: #666; }

.privacyModal .modal-dialog {
  width: 36%; }

@media (max-width: 599px) {
  .privacyModal .modal-dialog {
    margin: auto;
    width: 90%;
    height: 90%; } }
.privacyModal .modal-header {
  align-items: center;
  justify-content: center; }

.privacyModal .modal-header h3 {
  font-size: 1.2rem; }

.privacyModal .privacyModalFrame {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 30rem;
  min-height: 20rem;
  border-top: 0 none;
  border-left: 0 none;
  border-bottom: 0 none; }

.privacyModal .modal-footer {
  align-items: center;
  justify-content: center; }

.privacyModal .modal-footer button {
  margin: 0; }

/*color*/
/*buttons*/
.btn span {
  display: block;
  margin-top: -0.4rem;
  font-size: 0.85rem; }

.btn-orange {
  width: 100%;
  height: 80px;
  border-radius: 40px;
  background-color: #ef821a;
  background-repeat: repeat;
  border: 0 none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .btn-orange:hover {
    text-decoration: none;
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  @media (max-width: 599px) {
    .btn-orange {
      width: 100%;
      height: 60px;
      padding-top: 0;
      border-radius: 30px; } }
  .btn-orange .arw-wo {
    width: 100%;
    height: 80px;
    padding-top: 24px;
    border-radius: 40px;
    background-image: url("../images/arrow-orange.svg");
    background-size: 60px;
    background-position: 10px;
    background-repeat: no-repeat;
    border: 0 none;
    color: #fff !important; }
    @media (max-width: 599px) {
      .btn-orange .arw-wo {
        width: 100%;
        height: 60px;
        margin: auto;
        padding-top: 14px;
        border-radius: 30px;
        background-size: 40px;
        background-position: 10px center; } }

.btn-ylw {
  width: 100%;
  height: 80px;
  border-radius: 40px;
  background-color: #f0f047;
  background-repeat: repeat;
  border: 0 none;
  color: #ef821a;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .btn-ylw:hover {
    text-decoration: none;
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  @media (max-width: 599px) {
    .btn-ylw {
      width: 100%;
      height: 60px;
      padding-top: 0;
      border-radius: 30px; } }
  .btn-ylw .arw-oy {
    width: 100%;
    height: 80px;
    padding-top: 24px;
    border-radius: 40px;
    background-image: url("../images/arrow-ylw.svg");
    background-size: 60px;
    background-position: 10px;
    background-repeat: no-repeat;
    border: 0 none;
    color: #ef821a !important; }
    @media (max-width: 599px) {
      .btn-ylw .arw-oy {
        width: 100%;
        height: 60px;
        margin: auto;
        padding-top: 14px;
        border-radius: 30px;
        background-size: 40px;
        background-position: 10px center; } }

.btn-orange-sm {
  margin: 2rem auto;
  padding-top: 0.7rem;
  width: 80%;
  height: 50px;
  border-radius: 25px;
  background-color: #ef821a;
  background-repeat: repeat;
  border: 0 none;
  color: #ef821a;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .btn-orange-sm:hover {
    text-decoration: none;
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  @media (max-width: 599px) {
    .btn-orange-sm {
      width: 100%;
      height: 40px;
      padding-top: 0.4rem;
      border-radius: 20px; } }
  .btn-orange-sm .arw-oy {
    width: 100%;
    height: 50px;
    padding-top: 0.5rem;
    border-radius: 25px;
    background-image: url("../images/arrow-ylw.svg");
    background-size: 30px;
    background-position: 10px;
    background-repeat: no-repeat;
    border: 0 none;
    color: #ef821a !important; }
    @media (max-width: 599px) {
      .btn-orange-sm .arw-oy {
        width: 100%;
        height: 40px;
        margin: auto;
        padding-top: 14px;
        border-radius: 20px;
        background-size: 20px;
        background-position: 10px center; } }

.btn-ylw-sm {
  margin: 2rem auto;
  padding-top: 0.7rem;
  width: 80%;
  height: 50px;
  border-radius: 25px;
  background-color: #f0f047;
  background-repeat: repeat;
  border: 0 none;
  color: #ef821a !important;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .btn-ylw-sm:hover {
    text-decoration: none;
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  @media (max-width: 599px) {
    .btn-ylw-sm {
      width: 100%;
      height: 40px;
      padding-top: 0.4rem;
      border-radius: 20px; } }
  .btn-ylw-sm .arw-oy {
    width: 100%;
    height: 50px;
    padding-top: 0.5rem;
    border-radius: 25px;
    background-image: url("../images/arrow-ylw.svg");
    background-size: 30px;
    background-position: 10px;
    background-repeat: no-repeat;
    border: 0 none;
    color: #ef821a !important; }
    @media (max-width: 599px) {
      .btn-ylw-sm .arw-oy {
        width: 100%;
        height: 40px;
        margin: auto;
        padding-top: 14px;
        border-radius: 20px;
        background-size: 20px;
        background-position: 10px center; } }

/* onDaru-box */
.onDaru-box {
  content-visibility: auto;
  position: absolute;
  margin-top: -8px;
  margin-left: -100px;
  width: 72px;
  height: auto;
  text-decoration: none;
  z-index: 1; }
  @media (max-width: 599px) {
    .onDaru-box {
      margin-top: 8px;
      margin-left: -50px;
      width: 32px;
      height: auto; } }

/*General style */
/**/
/*#accordion {
  padding: 30px 150px;
  
  details {
    width: 100%;
    padding: 0;
  }

  summary {
    width: 100%;
    padding: 1rem;
  }
}*/
/* accordion*/
#accordion {
  padding: 30px 150px; }

.panel {
  width: 100%;
  height: auto;
  box-shadow: 0px 12px 24px -4px #e8e8e8; }

.panel-default {
  width: 100%;
  height: auto; }

.panel-heading {
  background-color: #EF821A;
  border-radius: 40px; }

.panel-title a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 20px; }

.panel-default > .panel-heading {
  text-align: left; }

.panel-heading {
  padding: 15px 15px; }

/* Code for animation -- to change direction of chevron just change -40px to 40px and vice versa */
.glyphicon-chevron-up-custom span, .glyphicon-chevron-down-custom span {
  width: 10px;
  height: 5px;
  background-color: #636363;
  display: inline-block;
  transition: all .1s linear; }

.glyphicon-chevron-up-custom .sp-1, .glyphicon-chevron-down-custom .sp-2 {
  transform: skewY(-40deg); }

.glyphicon-chevron-down-custom .sp-1, .glyphicon-chevron-up-custom .sp-2 {
  transform: skewY(40deg); }

.glyphicon {
  top: -2px; }

/*gotop*/
#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 5;
  opacity: 0;
  transform: translateY(180px); }
  #page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #EF821A;
    background-image: url("../images/gotop.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-decoration: none;
    transition: all 0.3s; }
    #page-top a:hover {
      transform: scale(1.2, 1.2) rotate(1turn);
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
  #page-top.UpMove {
    animation: UpAnime 0.4s forwards; }
  #page-top.DownMove {
    animation: DownAnime 0.8s forwards; }
  @media (max-width: 599px) {
    #page-top {
      right: 15px;
      bottom: 10px; } }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(180px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(180px); } }
/* footer */
footer {
  margin: 0 auto;
  padding-top: 4em;
  padding-bottom: 2em;
  background: #EF821A;
  color: #fff; }
  footer #companyName {
    margin: 0;
    width: 240px;
    height: auto; }
  footer address {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0; }
    footer address dl {
      border-bottom: 0 none; }
    footer address dt {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      border-top: 0 none; }
      @media (max-width: 599px) {
        footer address dt {
          margin-top: 0.5rem;
          margin-bottom: -0.3rem;
          padding-bottom: 0;
          text-align: center; } }
    footer address dd {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      border-top: 0 none; }
      @media (max-width: 599px) {
        footer address dd {
          text-align: center; } }
  footer #copylight {
    margin: 3rem 0 0;
    width: 100%;
    color: #fff;
    font-size: 0.85em; }
