@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

strong {
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media all and (min-width: 1000px) {
  body#Top {
    background: #f8f7f2;
    position: relative;
  }
  body#Top::before {
    content: "";
    top: 0;
    left: 25%;
    position: absolute;
    width: 1px;
    height: 100vh;
    background-color: #fff;
    z-index: 0;
  }
  body#Top::after {
    content: "";
    top: 0;
    right: 25%;
    position: absolute;
    width: 1px;
    height: 100vh;
    background-color: #fff;
    z-index: -2;
  }
}

@media all and (min-width: 1000px) {
  .spOnly {
    display: none;
  }
}

@media screen and (min-width:481px) and (max-width: 999px) {
  .pcOnly {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .pcOnly {
    display: none;
  }
}

@media screen and (min-width:481px) and (max-width: 999px) {
  .spBlock {
    display: block;
  }
}

@media all and (min-width: 1000px) {
  .pcBlock {
    display: block;
  }
}

.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: " ";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

a {
  color: #ff9000;
  text-decoration: underline;
}
a:hover {
  transition: 0.3s;
  color: #ce7500;
}

a[href^=https],
a[href^="mailto:"] {
  word-break: break-all;
}

.float_R {
  float: right;
}

.float_L {
  float: left;
}

@media all and (min-width: 1000px) {
  .float_R_Pc {
    float: right;
  }
}

@media all and (min-width: 1000px) {
  .float_L_Pc {
    float: left;
  }
}

.edit-area {
  width: calc(100% - 40px);
  margin: 0px auto 50px;
}
@media all and (min-width: 1000px) {
  .edit-area {
    width: 1000px;
    min-height: 500px;
    margin: 0px auto 80px;
  }
}

.cke_editable {
  width: 1000px;
}

#Header .header_inner {
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
}
@media all and (min-width: 1000px) {
  #Header .header_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
#Header .header_inner .logo {
  padding: 10px 0;
}
@media all and (min-width: 1000px) {
  #Header .header_inner .logo {
    width: 20%;
    padding: 30px 0 0px 5%;
  }
}
#Header .header_inner .logo a {
  text-decoration: none;
  color: #000;
  font-size: 1.85rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding-left: 50px;
  position: relative;
}
@media all and (min-width: 1000px) {
  #Header .header_inner .logo a {
    font-size: 2.25rem;
  }
}
#Header .header_inner .logo a span {
  font-size: 0.75rem;
  font-weight: normal;
  display: inline-block;
  margin: 0px 0 0 15px;
  padding-bottom: 20px;
  letter-spacing: 0rem;
  position: absolute;
  width: 8rem;
  bottom: -12px;
}
@media all and (min-width: 1000px) {
  #Header .header_inner .logo a span {
    font-size: 0.875rem;
  }
}
#Header .header_inner .logo a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: url(../common/ico_logo.png) no-repeat;
  background-size: contain;
}
#Header .header_inner #nav-toggle {
  position: absolute;
  top: 0;
  right: -20px;
  cursor: pointer;
  padding: 30px 20px 30px 30px;
}
#Header .header_inner #nav-toggle span {
  background-color: #000;
  width: 30px;
  height: 1px;
  display: block;
  transition: transform 0.4s ease-in-out, top 0.3s ease;
}
#Header .header_inner #nav-toggle span:nth-child(2) {
  margin-top: 7px;
}
#Header .header_inner #nav-toggle span:nth-child(3) {
  margin-top: 7px;
}
@media all and (min-width: 1000px) {
  #Header .header_inner #nav-toggle {
    display: none;
  }
}
#Header .header_inner #Gnavi {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: transform 0.4s ease-in-out, top 0.3s ease;
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  #Header .header_inner #Gnavi ul li {
    margin-left: 30px !important;
  }
}
@media all and (min-width: 1000px) {
  #Header .header_inner #Gnavi {
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: all;
    zoom: 1;
  }
  #Header .header_inner #Gnavi::after {
    content: " ";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  #Header .header_inner #Gnavi ul {
    float: left;
    margin-top: 50px;
  }
  #Header .header_inner #Gnavi ul li {
    display: inline-block;
    margin-left: 60px;
  }
  #Header .header_inner #Gnavi ul li a {
    color: #000;
    text-decoration: none;
    font-size: 0.875rem;
  }
  #Header .header_inner #Gnavi ul li a:hover {
    color: #ff9000;
    transition: 0.3s;
  }
  #Header .header_inner #Gnavi .btn_header_contact_Pc {
    width: 150px;
    float: right;
    margin: 20px 0 0 30px;
  }
  #Header .header_inner #Gnavi .btn_header_contact_Pc a {
    display: block;
    font-size: 0.8125rem;
    text-align: center;
    text-decoration: none;
    color: #000;
    position: relative;
    background: linear-gradient(90deg, rgb(186, 236, 202) 0%, rgb(236, 237, 162) 100%);
    background: -ms-linear-gradient(90deg, rgb(186, 236, 202) 0%, rgb(236, 237, 162) 100%);
    padding: 50px 0px 20px;
  }
  #Header .header_inner #Gnavi .btn_header_contact_Pc a::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 35px;
    height: 30px;
    background: url(../common/ico_mail.svg) no-repeat;
    background-size: contain;
  }
}

#Footer {
  padding: 20px 0;
  background: #f8f7f2;
}
@media all and (min-width: 1000px) {
  #Footer {
    padding: 40px 0;
  }
}
#Footer .footer_inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media all and (min-width: 1000px) {
  #Footer .footer_inner {
    width: 90%;
  }
}
#Footer .footer_inner nav {
  border-bottom: 1px solid #000;
}
@media all and (min-width: 1000px) {
  #Footer .footer_inner nav {
    border-bottom: 0;
  }
}
@media all and (min-width: 1000px) {
  #Footer .footer_inner nav ul {
    float: right;
  }
}
#Footer .footer_inner nav ul li {
  margin-bottom: 20px;
}
@media all and (min-width: 1000px) {
  #Footer .footer_inner nav ul li {
    display: inline-block;
    margin: 10px 0 0px 50px;
  }
}
#Footer .footer_inner nav ul li a {
  font-size: 0.875rem;
  text-decoration: none;
  color: #000;
  padding-left: 20px;
  position: relative;
}
@media all and (min-width: 1000px) {
  #Footer .footer_inner nav ul li a {
    padding-left: 0;
  }
  #Footer .footer_inner nav ul li a:hover {
    color: #ff9000;
    transition: 0.3s;
  }
}
#Footer .footer_inner nav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #000;
}
@media all and (min-width: 1000px) {
  #Footer .footer_inner nav ul li a::before {
    content: none;
  }
}
#Footer .footer_inner .logo {
  padding: 10px 0;
}
@media all and (min-width: 1000px) {
  #Footer .footer_inner .logo {
    padding: 0;
  }
}
#Footer .footer_inner .logo a {
  text-decoration: none;
  color: #000;
  font-size: 1.85rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding-left: 50px;
  position: relative;
}
#Footer .footer_inner .logo a span {
  font-size: 0.75rem;
  font-weight: normal;
  display: inline-block;
  margin: 0px 0 0 15px;
  padding-bottom: 20px;
  letter-spacing: 0rem;
  position: absolute;
  width: 8rem;
  bottom: -12px;
}
#Footer .footer_inner .logo a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: url(../common/ico_logo.png) no-repeat;
  background-size: contain;
}
#Footer .footer_inner .copy {
  font-size: 0.75rem;
  text-align: center;
  color: #aaa;
}
@media all and (min-width: 1000px) {
  #Footer .footer_inner .copy {
    text-align: left;
    margin-top: 10px;
  }
}

body.open {
  overflow-y: hidden;
}
body.open #Header {
  background: #f8f7f2;
  display: block;
  height: 100vh;
  position: fixed;
  width: 100vw;
  overflow-y: scroll;
  z-index: 10000;
}
body.open #Header .logo {
  padding: 10px 0;
  position: relative;
}
body.open #Header .logo::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 100vw;
  height: 74px;
  background: #fff;
  box-shadow: 0px 0px 5.64px 0px rgba(121, 121, 121, 0.15);
}
body.open #Header .logo a {
  text-decoration: none;
  color: #000;
  font-size: 1.85rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding-left: 50px;
  position: relative;
}
body.open #Header .logo a span {
  font-size: 0.75rem;
  font-weight: normal;
  display: inline-block;
  margin: 0px 0 0 15px;
  padding-bottom: 20px;
  letter-spacing: 0rem;
  position: absolute;
  width: 8rem;
  bottom: -12px;
}
body.open #Header .logo a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: url(../common/ico_logo.png) no-repeat;
  background-size: contain;
}
body.open #Header #nav-toggle {
  position: absolute;
  top: 0;
  right: -20px;
  cursor: pointer;
  padding: 35px 20px 35px 30px;
}
body.open #Header #nav-toggle span {
  background-color: #000;
  width: 30px;
  height: 1px;
  display: block;
  transition: transform 0.4s ease-in-out, top 0.3s ease;
}
body.open #Header #nav-toggle span:nth-child(1) {
  transform: rotate(30deg);
}
body.open #Header #nav-toggle span:nth-child(2) {
  display: none !important;
}
body.open #Header #nav-toggle span:nth-child(3) {
  margin-top: 0 !important;
  transform: rotate(-30deg);
}
body.open #Header #Gnavi {
  margin-top: 20px;
  visibility: visible;
  height: auto;
  opacity: 1;
}
body.open #Header #Gnavi ul li a {
  color: #000;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
body.open #Header #Gnavi ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  background: linear-gradient(270deg, rgba(186, 236, 202, 0.6) 0%, rgba(236, 237, 162, 0.6) 50%, rgba(255, 144, 0, 0.6)) 100%;
  background: -ms-linear-gradient(270deg, rgba(186, 236, 202, 0.6) 0%, rgba(236, 237, 162, 0.6) 50%, rgba(255, 144, 0, 0.6)) 100%;
  opacity: 0.3;
  z-index: -1;
}
body.open #Header #Gnavi .menu_title {
  font-size: 1.25rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  font-weight: bold;
}
body.open #Header #Gnavi .btn_header_contact_Sp {
  display: flex;
  background: linear-gradient(90deg, rgb(186, 236, 202) 0%, rgb(236, 237, 162) 100%);
  background: -ms-linear-gradient(90deg, rgb(186, 236, 202) 0%, rgb(236, 237, 162) 100%);
  position: relative;
  margin-bottom: 20px;
}
body.open #Header #Gnavi .btn_header_contact_Sp::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 40px;
  background: #000;
}
body.open #Header #Gnavi .btn_header_contact_Sp p {
  width: 50%;
}
body.open #Header #Gnavi .btn_header_contact_Sp p a {
  display: block;
  padding: 50px 0px 20px;
  box-sizing: border-box;
  font-size: 0.8125rem;
  text-align: center;
  text-decoration: none;
  color: #000;
  position: relative;
}
body.open #Header #Gnavi .btn_header_contact_Sp p a::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 30px;
  height: 25px;
  background: url(../common/ico_mail.svg) no-repeat;
  background-size: contain;
}

body {
  font: 16px/1.8 "Noto Sans JP", "YakuHanJP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.foS12 {
  font-size: 0.75rem;
  line-height: 1.5;
}

.foS14 {
  font-size: 0.875rem;
  line-height: 1.6;
}

.foM16 {
  font-size: 1rem;
}

.foL20 {
  font-size: 1.25rem;
}

@media screen and (max-width: 480px) {
  .foS12 {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .foS14 {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .foM16 {
    font-size: 1rem;
  }
  .foL20 {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 1000px) {
  .foS12 {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .foS14 {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .foM16 {
    font-size: 1rem;
  }
  .foL20 {
    font-size: 1.25rem;
  }
}
.leading12 {
  line-height: 1.2 !important;
}

.leading08 {
  line-height: 0.8 !important;
}

.letter0 {
  letter-spacing: 0;
}

.letter08 {
  letter-spacing: 0.08em;
}

.letter15 {
  letter-spacing: 0.15em;
}

.foMedium {
  font-weight: 500;
}

.foNormal {
  font-weight: normal;
}

.w2col,
.w3col,
.w4col {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width:481px) and (max-width: 999px) {
  .w2col_Sp,
  .w3col_Sp,
  .w4col_Sp {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media all and (min-width: 1000px) {
  .w2col_Pc,
  .w3col_Pc,
  .w4col_Pc {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.mt0 {
  margin-top: 0px !important;
}
@media all and (min-width: 1000px) {
  .mt0_Pc {
    margin-top: 0px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt0_Sp {
    margin-top: 0px !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}
@media all and (min-width: 1000px) {
  .mb0_Pc {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb0_Sp {
    margin-bottom: 0px !important;
  }
}

.mr0 {
  margin-right: 0px !important;
}
@media all and (min-width: 1000px) {
  .mr0_Pc {
    margin-right: 0px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr0_Sp {
    margin-right: 0px !important;
  }
}

.ml0 {
  margin-left: 0px !important;
}
@media all and (min-width: 1000px) {
  .ml0_Pc {
    margin-left: 0px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml0_Sp {
    margin-left: 0px !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media all and (min-width: 1000px) {
  .mt5_Pc {
    margin-top: 5px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt5_Sp {
    margin-top: 5px !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media all and (min-width: 1000px) {
  .mb5_Pc {
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb5_Sp {
    margin-bottom: 5px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}
@media all and (min-width: 1000px) {
  .mr5_Pc {
    margin-right: 5px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr5_Sp {
    margin-right: 5px !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}
@media all and (min-width: 1000px) {
  .ml5_Pc {
    margin-left: 5px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml5_Sp {
    margin-left: 5px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media all and (min-width: 1000px) {
  .mt10_Pc {
    margin-top: 10px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt10_Sp {
    margin-top: 10px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media all and (min-width: 1000px) {
  .mb10_Pc {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb10_Sp {
    margin-bottom: 10px !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}
@media all and (min-width: 1000px) {
  .mr10_Pc {
    margin-right: 10px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr10_Sp {
    margin-right: 10px !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}
@media all and (min-width: 1000px) {
  .ml10_Pc {
    margin-left: 10px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml10_Sp {
    margin-left: 10px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media all and (min-width: 1000px) {
  .mt15_Pc {
    margin-top: 15px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt15_Sp {
    margin-top: 15px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media all and (min-width: 1000px) {
  .mb15_Pc {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb15_Sp {
    margin-bottom: 15px !important;
  }
}

.mr15 {
  margin-right: 15px !important;
}
@media all and (min-width: 1000px) {
  .mr15_Pc {
    margin-right: 15px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr15_Sp {
    margin-right: 15px !important;
  }
}

.ml15 {
  margin-left: 15px !important;
}
@media all and (min-width: 1000px) {
  .ml15_Pc {
    margin-left: 15px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml15_Sp {
    margin-left: 15px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media all and (min-width: 1000px) {
  .mt20_Pc {
    margin-top: 20px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt20_Sp {
    margin-top: 20px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media all and (min-width: 1000px) {
  .mb20_Pc {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb20_Sp {
    margin-bottom: 20px !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media all and (min-width: 1000px) {
  .mr20_Pc {
    margin-right: 20px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr20_Sp {
    margin-right: 20px !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media all and (min-width: 1000px) {
  .ml20_Pc {
    margin-left: 20px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml20_Sp {
    margin-left: 20px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media all and (min-width: 1000px) {
  .mt25_Pc {
    margin-top: 25px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt25_Sp {
    margin-top: 25px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media all and (min-width: 1000px) {
  .mb25_Pc {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb25_Sp {
    margin-bottom: 25px !important;
  }
}

.mr25 {
  margin-right: 25px !important;
}
@media all and (min-width: 1000px) {
  .mr25_Pc {
    margin-right: 25px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr25_Sp {
    margin-right: 25px !important;
  }
}

.ml25 {
  margin-left: 25px !important;
}
@media all and (min-width: 1000px) {
  .ml25_Pc {
    margin-left: 25px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml25_Sp {
    margin-left: 25px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media all and (min-width: 1000px) {
  .mt30_Pc {
    margin-top: 30px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt30_Sp {
    margin-top: 30px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media all and (min-width: 1000px) {
  .mb30_Pc {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb30_Sp {
    margin-bottom: 30px !important;
  }
}

.mr30 {
  margin-right: 30px !important;
}
@media all and (min-width: 1000px) {
  .mr30_Pc {
    margin-right: 30px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr30_Sp {
    margin-right: 30px !important;
  }
}

.ml30 {
  margin-left: 30px !important;
}
@media all and (min-width: 1000px) {
  .ml30_Pc {
    margin-left: 30px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml30_Sp {
    margin-left: 30px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media all and (min-width: 1000px) {
  .mt35_Pc {
    margin-top: 35px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt35_Sp {
    margin-top: 35px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media all and (min-width: 1000px) {
  .mb35_Pc {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb35_Sp {
    margin-bottom: 35px !important;
  }
}

.mr35 {
  margin-right: 35px !important;
}
@media all and (min-width: 1000px) {
  .mr35_Pc {
    margin-right: 35px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr35_Sp {
    margin-right: 35px !important;
  }
}

.ml35 {
  margin-left: 35px !important;
}
@media all and (min-width: 1000px) {
  .ml35_Pc {
    margin-left: 35px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml35_Sp {
    margin-left: 35px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media all and (min-width: 1000px) {
  .mt40_Pc {
    margin-top: 40px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt40_Sp {
    margin-top: 40px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media all and (min-width: 1000px) {
  .mb40_Pc {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb40_Sp {
    margin-bottom: 40px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}
@media all and (min-width: 1000px) {
  .mr40_Pc {
    margin-right: 40px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr40_Sp {
    margin-right: 40px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}
@media all and (min-width: 1000px) {
  .ml40_Pc {
    margin-left: 40px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml40_Sp {
    margin-left: 40px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media all and (min-width: 1000px) {
  .mt45_Pc {
    margin-top: 45px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt45_Sp {
    margin-top: 45px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media all and (min-width: 1000px) {
  .mb45_Pc {
    margin-bottom: 45px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb45_Sp {
    margin-bottom: 45px !important;
  }
}

.mr45 {
  margin-right: 45px !important;
}
@media all and (min-width: 1000px) {
  .mr45_Pc {
    margin-right: 45px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr45_Sp {
    margin-right: 45px !important;
  }
}

.ml45 {
  margin-left: 45px !important;
}
@media all and (min-width: 1000px) {
  .ml45_Pc {
    margin-left: 45px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml45_Sp {
    margin-left: 45px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media all and (min-width: 1000px) {
  .mt50_Pc {
    margin-top: 50px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt50_Sp {
    margin-top: 50px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media all and (min-width: 1000px) {
  .mb50_Pc {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb50_Sp {
    margin-bottom: 50px !important;
  }
}

.mr50 {
  margin-right: 50px !important;
}
@media all and (min-width: 1000px) {
  .mr50_Pc {
    margin-right: 50px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr50_Sp {
    margin-right: 50px !important;
  }
}

.ml50 {
  margin-left: 50px !important;
}
@media all and (min-width: 1000px) {
  .ml50_Pc {
    margin-left: 50px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml50_Sp {
    margin-left: 50px !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}
@media all and (min-width: 1000px) {
  .mt55_Pc {
    margin-top: 55px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt55_Sp {
    margin-top: 55px !important;
  }
}

.mb55 {
  margin-bottom: 55px !important;
}
@media all and (min-width: 1000px) {
  .mb55_Pc {
    margin-bottom: 55px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb55_Sp {
    margin-bottom: 55px !important;
  }
}

.mr55 {
  margin-right: 55px !important;
}
@media all and (min-width: 1000px) {
  .mr55_Pc {
    margin-right: 55px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr55_Sp {
    margin-right: 55px !important;
  }
}

.ml55 {
  margin-left: 55px !important;
}
@media all and (min-width: 1000px) {
  .ml55_Pc {
    margin-left: 55px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml55_Sp {
    margin-left: 55px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media all and (min-width: 1000px) {
  .mt60_Pc {
    margin-top: 60px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt60_Sp {
    margin-top: 60px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media all and (min-width: 1000px) {
  .mb60_Pc {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb60_Sp {
    margin-bottom: 60px !important;
  }
}

.mr60 {
  margin-right: 60px !important;
}
@media all and (min-width: 1000px) {
  .mr60_Pc {
    margin-right: 60px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr60_Sp {
    margin-right: 60px !important;
  }
}

.ml60 {
  margin-left: 60px !important;
}
@media all and (min-width: 1000px) {
  .ml60_Pc {
    margin-left: 60px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml60_Sp {
    margin-left: 60px !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}
@media all and (min-width: 1000px) {
  .mt65_Pc {
    margin-top: 65px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt65_Sp {
    margin-top: 65px !important;
  }
}

.mb65 {
  margin-bottom: 65px !important;
}
@media all and (min-width: 1000px) {
  .mb65_Pc {
    margin-bottom: 65px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb65_Sp {
    margin-bottom: 65px !important;
  }
}

.mr65 {
  margin-right: 65px !important;
}
@media all and (min-width: 1000px) {
  .mr65_Pc {
    margin-right: 65px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr65_Sp {
    margin-right: 65px !important;
  }
}

.ml65 {
  margin-left: 65px !important;
}
@media all and (min-width: 1000px) {
  .ml65_Pc {
    margin-left: 65px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml65_Sp {
    margin-left: 65px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media all and (min-width: 1000px) {
  .mt70_Pc {
    margin-top: 70px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt70_Sp {
    margin-top: 70px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media all and (min-width: 1000px) {
  .mb70_Pc {
    margin-bottom: 70px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb70_Sp {
    margin-bottom: 70px !important;
  }
}

.mr70 {
  margin-right: 70px !important;
}
@media all and (min-width: 1000px) {
  .mr70_Pc {
    margin-right: 70px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr70_Sp {
    margin-right: 70px !important;
  }
}

.ml70 {
  margin-left: 70px !important;
}
@media all and (min-width: 1000px) {
  .ml70_Pc {
    margin-left: 70px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml70_Sp {
    margin-left: 70px !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}
@media all and (min-width: 1000px) {
  .mt75_Pc {
    margin-top: 75px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt75_Sp {
    margin-top: 75px !important;
  }
}

.mb75 {
  margin-bottom: 75px !important;
}
@media all and (min-width: 1000px) {
  .mb75_Pc {
    margin-bottom: 75px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb75_Sp {
    margin-bottom: 75px !important;
  }
}

.mr75 {
  margin-right: 75px !important;
}
@media all and (min-width: 1000px) {
  .mr75_Pc {
    margin-right: 75px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr75_Sp {
    margin-right: 75px !important;
  }
}

.ml75 {
  margin-left: 75px !important;
}
@media all and (min-width: 1000px) {
  .ml75_Pc {
    margin-left: 75px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml75_Sp {
    margin-left: 75px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media all and (min-width: 1000px) {
  .mt80_Pc {
    margin-top: 80px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt80_Sp {
    margin-top: 80px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media all and (min-width: 1000px) {
  .mb80_Pc {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb80_Sp {
    margin-bottom: 80px !important;
  }
}

.mr80 {
  margin-right: 80px !important;
}
@media all and (min-width: 1000px) {
  .mr80_Pc {
    margin-right: 80px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr80_Sp {
    margin-right: 80px !important;
  }
}

.ml80 {
  margin-left: 80px !important;
}
@media all and (min-width: 1000px) {
  .ml80_Pc {
    margin-left: 80px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml80_Sp {
    margin-left: 80px !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}
@media all and (min-width: 1000px) {
  .mt85_Pc {
    margin-top: 85px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt85_Sp {
    margin-top: 85px !important;
  }
}

.mb85 {
  margin-bottom: 85px !important;
}
@media all and (min-width: 1000px) {
  .mb85_Pc {
    margin-bottom: 85px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb85_Sp {
    margin-bottom: 85px !important;
  }
}

.mr85 {
  margin-right: 85px !important;
}
@media all and (min-width: 1000px) {
  .mr85_Pc {
    margin-right: 85px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr85_Sp {
    margin-right: 85px !important;
  }
}

.ml85 {
  margin-left: 85px !important;
}
@media all and (min-width: 1000px) {
  .ml85_Pc {
    margin-left: 85px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml85_Sp {
    margin-left: 85px !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}
@media all and (min-width: 1000px) {
  .mt90_Pc {
    margin-top: 90px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt90_Sp {
    margin-top: 90px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media all and (min-width: 1000px) {
  .mb90_Pc {
    margin-bottom: 90px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb90_Sp {
    margin-bottom: 90px !important;
  }
}

.mr90 {
  margin-right: 90px !important;
}
@media all and (min-width: 1000px) {
  .mr90_Pc {
    margin-right: 90px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr90_Sp {
    margin-right: 90px !important;
  }
}

.ml90 {
  margin-left: 90px !important;
}
@media all and (min-width: 1000px) {
  .ml90_Pc {
    margin-left: 90px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml90_Sp {
    margin-left: 90px !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}
@media all and (min-width: 1000px) {
  .mt95_Pc {
    margin-top: 95px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt95_Sp {
    margin-top: 95px !important;
  }
}

.mb95 {
  margin-bottom: 95px !important;
}
@media all and (min-width: 1000px) {
  .mb95_Pc {
    margin-bottom: 95px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb95_Sp {
    margin-bottom: 95px !important;
  }
}

.mr95 {
  margin-right: 95px !important;
}
@media all and (min-width: 1000px) {
  .mr95_Pc {
    margin-right: 95px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr95_Sp {
    margin-right: 95px !important;
  }
}

.ml95 {
  margin-left: 95px !important;
}
@media all and (min-width: 1000px) {
  .ml95_Pc {
    margin-left: 95px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml95_Sp {
    margin-left: 95px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media all and (min-width: 1000px) {
  .mt100_Pc {
    margin-top: 100px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mt100_Sp {
    margin-top: 100px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media all and (min-width: 1000px) {
  .mb100_Pc {
    margin-bottom: 100px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mb100_Sp {
    margin-bottom: 100px !important;
  }
}

.mr100 {
  margin-right: 100px !important;
}
@media all and (min-width: 1000px) {
  .mr100_Pc {
    margin-right: 100px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .mr100_Sp {
    margin-right: 100px !important;
  }
}

.ml100 {
  margin-left: 100px !important;
}
@media all and (min-width: 1000px) {
  .ml100_Pc {
    margin-left: 100px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .ml100_Sp {
    margin-left: 100px !important;
  }
}

.margin_center {
  margin: auto;
}

@media screen and (min-width:481px) and (max-width: 999px) {
  .margin_center_Sp {
    margin: auto;
  }
}
@media all and (min-width: 1000px) {
  .margin_center_Pc {
    margin: auto;
  }
}
.w0per {
  width: 0% !important;
}
@media all and (min-width: 1000px) {
  .w0per_Pc {
    width: 0% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w0per_Sp {
    width: 0% !important;
  }
}

.w0 {
  width: 0px !important;
}
@media all and (min-width: 1000px) {
  .w0_Pc {
    width: 0px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w0_Sp {
    width: 0px !important;
  }
}

.w5per {
  width: 5% !important;
}
@media all and (min-width: 1000px) {
  .w5per_Pc {
    width: 5% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w5per_Sp {
    width: 5% !important;
  }
}

.w5 {
  width: 5px !important;
}
@media all and (min-width: 1000px) {
  .w5_Pc {
    width: 5px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w5_Sp {
    width: 5px !important;
  }
}

.w10per {
  width: 10% !important;
}
@media all and (min-width: 1000px) {
  .w10per_Pc {
    width: 10% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w10per_Sp {
    width: 10% !important;
  }
}

.w10 {
  width: 10px !important;
}
@media all and (min-width: 1000px) {
  .w10_Pc {
    width: 10px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w10_Sp {
    width: 10px !important;
  }
}

.w15per {
  width: 15% !important;
}
@media all and (min-width: 1000px) {
  .w15per_Pc {
    width: 15% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w15per_Sp {
    width: 15% !important;
  }
}

.w15 {
  width: 15px !important;
}
@media all and (min-width: 1000px) {
  .w15_Pc {
    width: 15px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w15_Sp {
    width: 15px !important;
  }
}

.w20per {
  width: 20% !important;
}
@media all and (min-width: 1000px) {
  .w20per_Pc {
    width: 20% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w20per_Sp {
    width: 20% !important;
  }
}

.w20 {
  width: 20px !important;
}
@media all and (min-width: 1000px) {
  .w20_Pc {
    width: 20px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w20_Sp {
    width: 20px !important;
  }
}

.w25per {
  width: 25% !important;
}
@media all and (min-width: 1000px) {
  .w25per_Pc {
    width: 25% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w25per_Sp {
    width: 25% !important;
  }
}

.w25 {
  width: 25px !important;
}
@media all and (min-width: 1000px) {
  .w25_Pc {
    width: 25px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w25_Sp {
    width: 25px !important;
  }
}

.w30per {
  width: 30% !important;
}
@media all and (min-width: 1000px) {
  .w30per_Pc {
    width: 30% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w30per_Sp {
    width: 30% !important;
  }
}

.w30 {
  width: 30px !important;
}
@media all and (min-width: 1000px) {
  .w30_Pc {
    width: 30px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w30_Sp {
    width: 30px !important;
  }
}

.w35per {
  width: 35% !important;
}
@media all and (min-width: 1000px) {
  .w35per_Pc {
    width: 35% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w35per_Sp {
    width: 35% !important;
  }
}

.w35 {
  width: 35px !important;
}
@media all and (min-width: 1000px) {
  .w35_Pc {
    width: 35px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w35_Sp {
    width: 35px !important;
  }
}

.w40per {
  width: 40% !important;
}
@media all and (min-width: 1000px) {
  .w40per_Pc {
    width: 40% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w40per_Sp {
    width: 40% !important;
  }
}

.w40 {
  width: 40px !important;
}
@media all and (min-width: 1000px) {
  .w40_Pc {
    width: 40px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w40_Sp {
    width: 40px !important;
  }
}

.w45per {
  width: 45% !important;
}
@media all and (min-width: 1000px) {
  .w45per_Pc {
    width: 45% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w45per_Sp {
    width: 45% !important;
  }
}

.w45 {
  width: 45px !important;
}
@media all and (min-width: 1000px) {
  .w45_Pc {
    width: 45px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w45_Sp {
    width: 45px !important;
  }
}

.w50per {
  width: 50% !important;
}
@media all and (min-width: 1000px) {
  .w50per_Pc {
    width: 50% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w50per_Sp {
    width: 50% !important;
  }
}

.w50 {
  width: 50px !important;
}
@media all and (min-width: 1000px) {
  .w50_Pc {
    width: 50px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w50_Sp {
    width: 50px !important;
  }
}

.w55per {
  width: 55% !important;
}
@media all and (min-width: 1000px) {
  .w55per_Pc {
    width: 55% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w55per_Sp {
    width: 55% !important;
  }
}

.w55 {
  width: 55px !important;
}
@media all and (min-width: 1000px) {
  .w55_Pc {
    width: 55px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w55_Sp {
    width: 55px !important;
  }
}

.w60per {
  width: 60% !important;
}
@media all and (min-width: 1000px) {
  .w60per_Pc {
    width: 60% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w60per_Sp {
    width: 60% !important;
  }
}

.w60 {
  width: 60px !important;
}
@media all and (min-width: 1000px) {
  .w60_Pc {
    width: 60px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w60_Sp {
    width: 60px !important;
  }
}

.w65per {
  width: 65% !important;
}
@media all and (min-width: 1000px) {
  .w65per_Pc {
    width: 65% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w65per_Sp {
    width: 65% !important;
  }
}

.w65 {
  width: 65px !important;
}
@media all and (min-width: 1000px) {
  .w65_Pc {
    width: 65px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w65_Sp {
    width: 65px !important;
  }
}

.w70per {
  width: 70% !important;
}
@media all and (min-width: 1000px) {
  .w70per_Pc {
    width: 70% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w70per_Sp {
    width: 70% !important;
  }
}

.w70 {
  width: 70px !important;
}
@media all and (min-width: 1000px) {
  .w70_Pc {
    width: 70px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w70_Sp {
    width: 70px !important;
  }
}

.w75per {
  width: 75% !important;
}
@media all and (min-width: 1000px) {
  .w75per_Pc {
    width: 75% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w75per_Sp {
    width: 75% !important;
  }
}

.w75 {
  width: 75px !important;
}
@media all and (min-width: 1000px) {
  .w75_Pc {
    width: 75px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w75_Sp {
    width: 75px !important;
  }
}

.w80per {
  width: 80% !important;
}
@media all and (min-width: 1000px) {
  .w80per_Pc {
    width: 80% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w80per_Sp {
    width: 80% !important;
  }
}

.w80 {
  width: 80px !important;
}
@media all and (min-width: 1000px) {
  .w80_Pc {
    width: 80px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w80_Sp {
    width: 80px !important;
  }
}

.w85per {
  width: 85% !important;
}
@media all and (min-width: 1000px) {
  .w85per_Pc {
    width: 85% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w85per_Sp {
    width: 85% !important;
  }
}

.w85 {
  width: 85px !important;
}
@media all and (min-width: 1000px) {
  .w85_Pc {
    width: 85px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w85_Sp {
    width: 85px !important;
  }
}

.w90per {
  width: 90% !important;
}
@media all and (min-width: 1000px) {
  .w90per_Pc {
    width: 90% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w90per_Sp {
    width: 90% !important;
  }
}

.w90 {
  width: 90px !important;
}
@media all and (min-width: 1000px) {
  .w90_Pc {
    width: 90px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w90_Sp {
    width: 90px !important;
  }
}

.w95per {
  width: 95% !important;
}
@media all and (min-width: 1000px) {
  .w95per_Pc {
    width: 95% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w95per_Sp {
    width: 95% !important;
  }
}

.w95 {
  width: 95px !important;
}
@media all and (min-width: 1000px) {
  .w95_Pc {
    width: 95px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w95_Sp {
    width: 95px !important;
  }
}

.w100per {
  width: 100% !important;
}
@media all and (min-width: 1000px) {
  .w100per_Pc {
    width: 100% !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w100per_Sp {
    width: 100% !important;
  }
}

.w100 {
  width: 100px !important;
}
@media all and (min-width: 1000px) {
  .w100_Pc {
    width: 100px !important;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .w100_Sp {
    width: 100px !important;
  }
}

#titleArea {
  padding: 60px 0 20px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media all and (min-width: 1000px) {
  #titleArea {
    padding: 60px 0;
    width: 1000px;
  }
}
#titleArea h1 {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media all and (min-width: 1000px) {
  #titleArea h1 {
    font-size: 3.75rem;
  }
}
#titleArea h1 span {
  background: linear-gradient(270deg, rgba(186, 236, 202, 0.6) 0%, rgba(236, 237, 162, 0.6) 50%, rgba(255, 144, 0, 0.6)) 100%;
  background: -ms-linear-gradient(270deg, rgba(186, 236, 202, 0.6) 0%, rgba(236, 237, 162, 0.6) 50%, rgba(255, 144, 0, 0.6)) 100%;
  background-size: 100% 40%;
  background-position: bottom;
  background-repeat: no-repeat;
}
#titleArea p {
  font-size: 0.875rem;
}

.h2_title01 {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.375rem;
}
@media all and (min-width: 1000px) {
  .h2_title01 {
    font-size: 2rem;
  }
}

.h3_title01 {
  position: relative;
  padding: 0 0 0 24px;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 10px;
}
.h3_title01::before {
  content: "";
  left: 0;
  position: absolute;
  top: 12px;
  width: 12px;
  height: 12px;
  background: #ff9000;
}
@media all and (min-width: 1000px) {
  .h3_title01::before {
    top: 18px;
  }
}
@media all and (min-width: 1000px) {
  .h3_title01 {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}
table tr th {
  background: #f8f7f2;
  padding: 10px;
  border: 1px solid #e1e0d7;
  font-size: 0.875rem;
}
table tr td {
  padding: 10px;
  border: 1px solid #e1e0d7;
  background: #fff;
  font-size: 0.875rem;
}

.link_btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  margin: 0px auto;
  color: #000;
  border-radius: 60px;
  background-color: #f8f7f2;
  border: 1px solid #e1e0d7;
  text-align: left;
  padding: 18px 35px 18px;
  position: relative;
  font-size: 0.875rem;
  margin-bottom: 10px;
  transition: 0.3s;
  cursor: pointer;
}
.link_btn:hover {
  background-color: #e1e0d7;
  transition: 0.3s;
  color: #000;
}
@media all and (min-width: 1000px) {
  .link_btn {
    display: inline-block;
    width: auto;
    padding: 18px 70px 18px 50px;
  }
}
.link_btn::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../common/ico_blank.svg) no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.link_btn.link_btn-secondary {
  border: 1px solid #000;
  background: transparent;
}
.link_btn.link_btn-secondary::before {
  width: 16px;
  height: 16px;
  background: url(../common/ico_arrow.svg) no-repeat;
}
.link_btn.link_btn-secondary:hover::before {
  transition: 0.3s;
  right: 15px;
}
.link_btn.link_btn-dark {
  background: linear-gradient(90deg, rgb(186, 236, 202) 0%, rgb(236, 237, 162) 100%);
  background: -ms-linear-gradient(90deg, rgb(186, 236, 202) 0%, rgb(236, 237, 162) 100%);
  transition: 0.3s;
  border: 0;
}
.link_btn.link_btn-dark::before {
  width: 16px;
  height: 16px;
  background: url(../common/ico_arrow.svg) no-repeat;
}
.link_btn.link_btn-dark:hover {
  background: linear-gradient(90deg, rgb(186, 236, 202) 0%, rgb(186, 236, 202) 100%);
  background: -ms-linear-gradient(90deg, rgb(186, 236, 202) 0%, rgb(186, 236, 202) 100%);
  transition: 0.3s;
}
.link_btn.link_btn-dark:hover::before {
  transition: 0.3s;
  right: 15px;
}
.link_btn.link_btn-large {
  font-size: 1.125rem;
}
.link_btn.link_btn-small {
  font-size: 0.75rem;
  padding: 10px 35px 10px;
  display: inline-block;
  width: auto;
}
.link_btn.link_btn-small::before {
  width: 16px;
  height: 16px;
}

/*------------------------------------------------------ ボタンカラー*/
/* サブ */
/*------------------------------------------------------ ボタンサイズ*/
/* 大 */
/*------------------------------------------------------ Contact領域*/
#Contact .title {
  width: 100%;
  padding-top: 36.84%;
  height: auto;
  background: url(../common/img_contact.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
  color: #fff;
  position: relative;
}
@media all and (min-width: 1000px) {
  #Contact .title {
    width: 100%;
    height: 300px;
    padding-top: 0;
    background-position: top center;
  }
}
#Contact .title h2 {
  font-size: 2.5rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1.59px 2.544px 5.64px rgba(121, 121, 121, 0.3);
}
@media all and (min-width: 1000px) {
  #Contact .title h2 {
    top: 120px;
  }
}
#Contact .title p {
  text-align: center;
  position: absolute;
  width: 250px;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1.59px 2.544px 5.64px rgba(121, 121, 121, 0.3);
}
@media all and (min-width: 1000px) {
  #Contact .title p {
    top: 170px;
  }
}
#Contact .contact_area {
  background: linear-gradient(90deg, rgb(186, 236, 202) 0%, rgb(236, 237, 162) 100%);
  background: -ms-linear-gradient(90deg, rgb(186, 236, 202) 0%, rgb(236, 237, 162) 100%);
  width: 100%;
  padding: 40px 0;
}
@media all and (min-width: 1000px) {
  #Contact .contact_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 60px 0;
    background: linear-gradient(90deg, rgba(186, 236, 202, 0.9) 0%, rgba(236, 237, 162, 0.9) 50%, rgba(186, 236, 202, 0.9) 100%);
    background: -ms-linear-gradient(90deg, rgba(186, 236, 202, 0.9) 0%, rgba(236, 237, 162, 0.9) 50%, rgba(186, 236, 202, 0.9) 100%);
  }
  #Contact .contact_area::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100px;
    background: #fff;
  }
}
#Contact .contact_area .career {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}
@media all and (min-width: 1000px) {
  #Contact .contact_area .career {
    width: 30%;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#Contact .contact_area .career p {
  text-align: center;
}
#Contact .contact_area .contact {
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media all and (min-width: 1000px) {
  #Contact .contact_area .contact {
    width: 30%;
  }
}
#Contact .contact_area .contact p {
  text-align: center;
}
#Contact .contact_area .btn_form {
  margin-top: 10px;
}
#Contact .contact_area .btn_form a {
  width: 100%;
  display: block;
  padding: 20px 0;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border-radius: 40px;
  box-sizing: border-box;
}
#Contact .contact_area .btn_form a:hover {
  color: #ff9000;
  transition: 0.3s;
}

/*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Informakerの装飾パーツ
*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.edit-area,
.cke_editable {
  line-height: 1.8;
  /*================================================
  ページサマリー
  ================================================*/
  /*================================================
  ソーシャルボタン
  ================================================*/
  /*================================================
  絵文字
  ================================================*/
  /*================================================
  見出し detail_title
  ================================================*/
  /*================================================
  小見出し detail_title
  ================================================*/
  /*================================================
  上付き、下付き文字
  ================================================*/
  /*================================================
  リスト(数字)
  ================================================*/
  /*================================================
  区切り線
  ================================================*/
  /*================================================
  リスト(点)
  ================================================*/
  /*================================================
  リスト(チェック)
  ================================================*/
  /*-----------------------------------------------------------文字サイズ*/
  /*================================================
  リンクボタン detail_button
  ================================================*/
  /*================================================
  画像
  ================================================*/
  /*================================================
  テキスト入り画像
  ================================================*/
  /*================================================
  囲い
  ================================================*/
  /*================================================
  table detail_table
  ================================================*/
  /*================================================
  データアイコン
  ================================================*/
}
.edit-area .pagesummary,
.cke_editable .pagesummary {
  margin: 0 0 30px 0;
}
.edit-area .pagesummary span.tit,
.cke_editable .pagesummary span.tit {
  display: none;
}
@media all and (min-width: 1000px) {
  .edit-area .pagesummary ul,
  .cke_editable .pagesummary ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.edit-area .pagesummary ul li,
.cke_editable .pagesummary ul li {
  padding-left: 0;
}
.edit-area .pagesummary ul li::before,
.cke_editable .pagesummary ul li::before {
  content: none;
}
@media all and (min-width: 1000px) {
  .edit-area .pagesummary ul li,
  .cke_editable .pagesummary ul li {
    width: 48%;
  }
}
.edit-area .pagesummary ul li a,
.cke_editable .pagesummary ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  padding: 12px 40px 8px 0;
  border-top: 1px solid #e1e0d7;
  box-sizing: border-box;
  position: relative;
}
.edit-area .pagesummary ul li a::before,
.cke_editable .pagesummary ul li a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg) translateY(-50%);
}
.edit-area .pagesummary ul li:nth-last-of-type(1) a,
.cke_editable .pagesummary ul li:nth-last-of-type(1) a {
  border-bottom: 1px solid #e1e0d7;
  padding-bottom: 12px;
}
@media all and (min-width: 1000px) {
  .edit-area .pagesummary ul li:nth-last-of-type(2) a,
  .cke_editable .pagesummary ul li:nth-last-of-type(2) a {
    border-bottom: 1px solid #e1e0d7;
    padding-bottom: 12px;
  }
}
.edit-area .detail_news_social,
.cke_editable .detail_news_social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 20px;
}
.edit-area .detail_news_social ul,
.cke_editable .detail_news_social ul {
  display: flex;
  justify-content: center;
}
.edit-area .detail_news_social ul li,
.cke_editable .detail_news_social ul li {
  margin-left: 10px;
  list-style-type: none;
  padding-left: 0;
}
.edit-area .detail_news_social ul li::before,
.cke_editable .detail_news_social ul li::before {
  content: none;
}
.edit-area .detail_news_social ul li a,
.cke_editable .detail_news_social ul li a {
  vertical-align: bottom;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.1s ease;
}
.edit-area .detail_news_social ul li a.fb,
.cke_editable .detail_news_social ul li a.fb {
  background: #1a63ac url(../common/logo_fb.png) no-repeat center;
  background-size: auto 18px;
}
.edit-area .detail_news_social ul li a.tw,
.cke_editable .detail_news_social ul li a.tw {
  background: #000 url(../common/logo_x.png) no-repeat center;
  background-size: auto 15px;
}
.edit-area .detail_news_social ul li a.line,
.cke_editable .detail_news_social ul li a.line {
  background: #00b900 url(../common/logo_line.png) no-repeat center;
  background-size: auto 20px;
}
.edit-area img.ico_20,
.cke_editable img.ico_20 {
  width: 20px !important;
  height: 20px !important;
  padding: 0 4px !important;
  vertical-align: middle !important;
  margin-bottom: 3px !important;
}
.edit-area .youtube-css,
.cke_editable .youtube-css {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.edit-area .youtube-css iframe,
.cke_editable .youtube-css iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.edit-area sub,
.cke_editable sub {
  font-size: 75.5%;
  vertical-align: bottom;
}
.edit-area sup,
.cke_editable sup {
  font-size: 75.5%;
  vertical-align: top;
}
.edit-area ol,
.edit-area ol.list_num01,
.cke_editable ol,
.cke_editable ol.list_num01 {
  position: relative;
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin-left: 0 !important;
}
.edit-area ol > li,
.edit-area ol.list_num01 > li,
.cke_editable ol > li,
.cke_editable ol.list_num01 > li {
  position: relative;
  padding: 3px 0 4px 30px;
  margin-bottom: 10px;
  list-style: none !important;
}
.edit-area ol > li:before,
.edit-area ol.list_num01 > li:before,
.cke_editable ol > li:before,
.cke_editable ol.list_num01 > li:before {
  counter-increment: item;
  content: counter(item);
  display: block;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 100%;
  background: #e1e0d7;
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}
.edit-area ol.list_num01 > li:before,
.cke_editable ol.list_num01 > li:before {
  color: #000;
  font-size: 15px;
  background-color: transparent;
  top: 6px;
}
.edit-area .div_hr01,
.cke_editable .div_hr01 {
  border-top: 4px solid #f8f7f2;
}
.edit-area ul,
.cke_editable ul {
  position: relative;
}
.edit-area ul > li,
.cke_editable ul > li {
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 28px;
  position: relative;
}
.edit-area ul > li::before,
.cke_editable ul > li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 6px;
  box-sizing: border-box;
  display: inline-block;
  background: #000;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.edit-area ul.list_check,
.cke_editable ul.list_check {
  list-style: none;
  padding: 0;
  position: relative;
  margin-left: 0 !important;
}
.edit-area ul.list_check > li,
.cke_editable ul.list_check > li {
  position: relative;
  margin-bottom: 10px;
  list-style: none !important;
}
.edit-area ul.list_check > li::before,
.cke_editable ul.list_check > li::before {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  top: 8px;
  left: 6px;
  height: 15px;
  width: 8px;
  transform: rotate(45deg);
  border-bottom: solid 4px #ff9000;
  border-right: solid 4px #ff9000;
  /*打ち消し*/
  border-radius: 0;
  background: none;
}
.edit-area span.op_large,
.edit-area span.op_mideamu,
.edit-area span.op_small,
.cke_editable span.op_large,
.cke_editable span.op_mideamu,
.cke_editable span.op_small {
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}
.edit-area span.op_large,
.cke_editable span.op_large {
  font-size: 1.25rem;
}
.edit-area span.op_mideamu,
.cke_editable span.op_mideamu {
  font-size: 1rem;
}
.edit-area span.op_small,
.cke_editable span.op_small {
  font-size: 0.875rem;
}
.edit-area img,
.cke_editable img {
  max-width: 100%;
  vertical-align: bottom;
}
.edit-area .newsImg03 ul,
.edit-area .newsImg02 ul,
.edit-area .newsImg01 ul,
.cke_editable .newsImg03 ul,
.cke_editable .newsImg02 ul,
.cke_editable .newsImg01 ul {
  margin-left: 0 !important;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.edit-area .newsImg03 ul li,
.edit-area .newsImg02 ul li,
.edit-area .newsImg01 ul li,
.cke_editable .newsImg03 ul li,
.cke_editable .newsImg02 ul li,
.cke_editable .newsImg01 ul li {
  list-style: none !important;
  text-align: center;
  font-size: 12px;
  color: #2d2d2d;
  position: inherit !important;
  padding-left: 0;
}
.edit-area .newsImg03 ul li::before,
.edit-area .newsImg02 ul li::before,
.edit-area .newsImg01 ul li::before,
.cke_editable .newsImg03 ul li::before,
.cke_editable .newsImg02 ul li::before,
.cke_editable .newsImg01 ul li::before {
  content: none !important;
}
.edit-area .newsImg03 ul li img,
.edit-area .newsImg02 ul li img,
.edit-area .newsImg01 ul li img,
.cke_editable .newsImg03 ul li img,
.cke_editable .newsImg02 ul li img,
.cke_editable .newsImg01 ul li img {
  width: 100%;
  height: auto !important;
}
.edit-area .newsImg03 li,
.cke_editable .newsImg03 li {
  width: 32%;
}
.edit-area .newsImg02 li,
.cke_editable .newsImg02 li {
  width: 49%;
}
.edit-area .newsImg01 li,
.cke_editable .newsImg01 li {
  width: 100%;
}
.edit-area .lay-grid,
.cke_editable .lay-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .edit-area .lay-grid,
  .cke_editable .lay-grid {
    width: 100%;
    margin: 0 auto;
  }
}
.edit-area .lay-grid > .col-1, .edit-area .lay-grid > .col-2, .edit-area .lay-grid > .col-3, .edit-area .lay-grid > .col-4, .edit-area .lay-grid > .col-5, .edit-area .lay-grid > .col-6, .edit-area .lay-grid > .col-7, .edit-area .lay-grid > .col-8, .edit-area .lay-grid > .col-9, .edit-area .lay-grid > .col-10, .edit-area .lay-grid > .col-11, .edit-area .lay-grid > .col-12,
.cke_editable .lay-grid > .col-1,
.cke_editable .lay-grid > .col-2,
.cke_editable .lay-grid > .col-3,
.cke_editable .lay-grid > .col-4,
.cke_editable .lay-grid > .col-5,
.cke_editable .lay-grid > .col-6,
.cke_editable .lay-grid > .col-7,
.cke_editable .lay-grid > .col-8,
.cke_editable .lay-grid > .col-9,
.cke_editable .lay-grid > .col-10,
.cke_editable .lay-grid > .col-11,
.cke_editable .lay-grid > .col-12 {
  padding: 5px 0;
  border-radius: 4px;
  box-sizing: border-box;
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .edit-area .lay-grid > .col-1, .edit-area .lay-grid > .col-2, .edit-area .lay-grid > .col-3, .edit-area .lay-grid > .col-4, .edit-area .lay-grid > .col-5, .edit-area .lay-grid > .col-6, .edit-area .lay-grid > .col-7, .edit-area .lay-grid > .col-8, .edit-area .lay-grid > .col-9, .edit-area .lay-grid > .col-10, .edit-area .lay-grid > .col-11, .edit-area .lay-grid > .col-12,
  .cke_editable .lay-grid > .col-1,
  .cke_editable .lay-grid > .col-2,
  .cke_editable .lay-grid > .col-3,
  .cke_editable .lay-grid > .col-4,
  .cke_editable .lay-grid > .col-5,
  .cke_editable .lay-grid > .col-6,
  .cke_editable .lay-grid > .col-7,
  .cke_editable .lay-grid > .col-8,
  .cke_editable .lay-grid > .col-9,
  .cke_editable .lay-grid > .col-10,
  .cke_editable .lay-grid > .col-11,
  .cke_editable .lay-grid > .col-12 {
    margin: 0;
    padding: 0px 0px 5px;
  }
}
.edit-area .lay-grid > .col-1 img, .edit-area .lay-grid > .col-2 img, .edit-area .lay-grid > .col-3 img, .edit-area .lay-grid > .col-4 img, .edit-area .lay-grid > .col-5 img, .edit-area .lay-grid > .col-6 img, .edit-area .lay-grid > .col-7 img, .edit-area .lay-grid > .col-8 img, .edit-area .lay-grid > .col-9 img, .edit-area .lay-grid > .col-10 img, .edit-area .lay-grid > .col-11 img, .edit-area .lay-grid > .col-12 img,
.cke_editable .lay-grid > .col-1 img,
.cke_editable .lay-grid > .col-2 img,
.cke_editable .lay-grid > .col-3 img,
.cke_editable .lay-grid > .col-4 img,
.cke_editable .lay-grid > .col-5 img,
.cke_editable .lay-grid > .col-6 img,
.cke_editable .lay-grid > .col-7 img,
.cke_editable .lay-grid > .col-8 img,
.cke_editable .lay-grid > .col-9 img,
.cke_editable .lay-grid > .col-10 img,
.cke_editable .lay-grid > .col-11 img,
.cke_editable .lay-grid > .col-12 img {
  width: 100% !important;
  height: auto !important;
  vertical-align: bottom;
}
@media all and (min-width: 1000px) {
  .edit-area .lay-grid > div.col-1, .edit-area .lay-grid > div.col-2, .edit-area .lay-grid > div.col-3, .edit-area .lay-grid > div.col-4, .edit-area .lay-grid > div.col-5, .edit-area .lay-grid > div.col-6, .edit-area .lay-grid > div.col-7, .edit-area .lay-grid > div.col-8, .edit-area .lay-grid > div.col-9, .edit-area .lay-grid > div.col-10, .edit-area .lay-grid > div.col-11, .edit-area .lay-grid > div.col-12,
  .cke_editable .lay-grid > div.col-1,
  .cke_editable .lay-grid > div.col-2,
  .cke_editable .lay-grid > div.col-3,
  .cke_editable .lay-grid > div.col-4,
  .cke_editable .lay-grid > div.col-5,
  .cke_editable .lay-grid > div.col-6,
  .cke_editable .lay-grid > div.col-7,
  .cke_editable .lay-grid > div.col-8,
  .cke_editable .lay-grid > div.col-9,
  .cke_editable .lay-grid > div.col-10,
  .cke_editable .lay-grid > div.col-11,
  .cke_editable .lay-grid > div.col-12 {
    padding: 5px 0;
  }
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .edit-area .lay-grid > div.col-1, .edit-area .lay-grid > div.col-2, .edit-area .lay-grid > div.col-3, .edit-area .lay-grid > div.col-4, .edit-area .lay-grid > div.col-5, .edit-area .lay-grid > div.col-6, .edit-area .lay-grid > div.col-7, .edit-area .lay-grid > div.col-8, .edit-area .lay-grid > div.col-9, .edit-area .lay-grid > div.col-10, .edit-area .lay-grid > div.col-11, .edit-area .lay-grid > div.col-12,
  .cke_editable .lay-grid > div.col-1,
  .cke_editable .lay-grid > div.col-2,
  .cke_editable .lay-grid > div.col-3,
  .cke_editable .lay-grid > div.col-4,
  .cke_editable .lay-grid > div.col-5,
  .cke_editable .lay-grid > div.col-6,
  .cke_editable .lay-grid > div.col-7,
  .cke_editable .lay-grid > div.col-8,
  .cke_editable .lay-grid > div.col-9,
  .cke_editable .lay-grid > div.col-10,
  .cke_editable .lay-grid > div.col-11,
  .cke_editable .lay-grid > div.col-12 {
    padding: 5px 0;
  }
}
.edit-area .lay-grid > .col-1,
.cke_editable .lay-grid > .col-1 {
  width: calc(8.3333333333% - 5px);
}
.edit-area .lay-grid > .col-2,
.cke_editable .lay-grid > .col-2 {
  width: calc(16.6666666667% - 5px);
}
.edit-area .lay-grid > .col-3,
.cke_editable .lay-grid > .col-3 {
  width: calc(25% - 5px);
}
.edit-area .lay-grid > .col-4,
.cke_editable .lay-grid > .col-4 {
  width: calc(33.3333333333% - 5px);
}
.edit-area .lay-grid > .col-5,
.cke_editable .lay-grid > .col-5 {
  width: calc(41.6666666667% - 5px);
}
.edit-area .lay-grid > .col-6,
.cke_editable .lay-grid > .col-6 {
  width: calc(50% - 5px);
}
.edit-area .lay-grid > .col-7,
.cke_editable .lay-grid > .col-7 {
  width: calc(58.3333333333% - 5px);
}
.edit-area .lay-grid > .col-8,
.cke_editable .lay-grid > .col-8 {
  width: calc(66.6666666667% - 5px);
}
.edit-area .lay-grid > .col-9,
.cke_editable .lay-grid > .col-9 {
  width: calc(75% - 5px);
}
.edit-area .lay-grid > .col-10,
.cke_editable .lay-grid > .col-10 {
  width: calc(83.3333333333% - 5px);
}
.edit-area .lay-grid > .col-11,
.cke_editable .lay-grid > .col-11 {
  width: calc(91.6666666667% - 5px);
}
.edit-area .lay-grid > .col-12,
.cke_editable .lay-grid > .col-12 {
  width: calc(100% - 5px);
}
@media screen and (min-width:481px) and (max-width: 999px) {
  .edit-area .lay-grid > .col-12,
  .cke_editable .lay-grid > .col-12 {
    width: calc(100% - 0px);
  }
}
@media all and (min-width: 1000px) {
  .edit-area .lay-grid > .col--1, .edit-area .lay-grid > .col--2, .edit-area .lay-grid > .col--3, .edit-area .lay-grid > .col--4, .edit-area .lay-grid > .col--5, .edit-area .lay-grid > .col--6, .edit-area .lay-grid > .col--7, .edit-area .lay-grid > .col--8, .edit-area .lay-grid > .col--9, .edit-area .lay-grid > .col--10, .edit-area .lay-grid > .col--11, .edit-area .lay-grid > .col--12,
  .cke_editable .lay-grid > .col--1,
  .cke_editable .lay-grid > .col--2,
  .cke_editable .lay-grid > .col--3,
  .cke_editable .lay-grid > .col--4,
  .cke_editable .lay-grid > .col--5,
  .cke_editable .lay-grid > .col--6,
  .cke_editable .lay-grid > .col--7,
  .cke_editable .lay-grid > .col--8,
  .cke_editable .lay-grid > .col--9,
  .cke_editable .lay-grid > .col--10,
  .cke_editable .lay-grid > .col--11,
  .cke_editable .lay-grid > .col--12 {
    box-sizing: border-box;
  }
  .edit-area .lay-grid > .col-lg-1,
  .cke_editable .lay-grid > .col-lg-1 {
    width: calc(8.3333333333% - 5px);
  }
  .edit-area .lay-grid > .col-lg-2,
  .cke_editable .lay-grid > .col-lg-2 {
    width: calc(16.6666666667% - 5px);
  }
  .edit-area .lay-grid > .col-lg-3,
  .cke_editable .lay-grid > .col-lg-3 {
    width: calc(25% - 5px);
  }
  .edit-area .lay-grid > .col-lg-4,
  .cke_editable .lay-grid > .col-lg-4 {
    width: calc(33.3333333333% - 5px);
  }
  .edit-area .lay-grid > .col-lg-5,
  .cke_editable .lay-grid > .col-lg-5 {
    width: calc(41.6666666667% - 5px);
  }
  .edit-area .lay-grid > .col-lg-6,
  .cke_editable .lay-grid > .col-lg-6 {
    width: calc(50% - 5px);
  }
  .edit-area .lay-grid > .col-lg-7,
  .cke_editable .lay-grid > .col-lg-7 {
    width: calc(58.3333333333% - 5px);
  }
  .edit-area .lay-grid > .col-lg-8,
  .cke_editable .lay-grid > .col-lg-8 {
    width: calc(66.6666666667% - 5px);
  }
  .edit-area .lay-grid > .col-lg-9,
  .cke_editable .lay-grid > .col-lg-9 {
    width: calc(75% - 5px);
  }
  .edit-area .lay-grid > .col-lg-10,
  .cke_editable .lay-grid > .col-lg-10 {
    width: calc(83.3333333333% - 5px);
  }
  .edit-area .lay-grid > .col-lg-11,
  .cke_editable .lay-grid > .col-lg-11 {
    width: calc(91.6666666667% - 5px);
  }
  .edit-area .lay-grid > .col-lg-12,
  .cke_editable .lay-grid > .col-lg-12 {
    width: calc(100% - 5px);
  }
  .edit-area .lay-grid .card-box__item--lg-last,
  .cke_editable .lay-grid .card-box__item--lg-last {
    order: 1;
  }
}
.edit-area .card-box figcaption,
.cke_editable .card-box figcaption {
  font-size: 12px;
  color: #2d2d2d;
  text-align: center;
}
.edit-area .div_info01,
.cke_editable .div_info01 {
  background: #f8f7f2;
  box-sizing: border-box;
  padding: 20px;
  color: #000;
  margin-bottom: 10px;
}
.edit-area .div_info02,
.cke_editable .div_info02 {
  border: 4px solid #f8f7f2;
  box-sizing: border-box;
  padding: 16px;
  background-color: #fff;
  margin-bottom: 10px;
}
.edit-area .g-map,
.cke_editable .g-map {
  width: 100% !important;
  height: 300px;
}

/* ------------------------------管理画面専用の記述(点線出したり) */
.cke_editable {
  max-width: 100%;
  margin: 0 auto;
}
.cke_editable .lay-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cke_editable .lay-grid > .col-1, .cke_editable .lay-grid > .col-2, .cke_editable .lay-grid > .col-3, .cke_editable .lay-grid > .col-4, .cke_editable .lay-grid > .col-5, .cke_editable .lay-grid > .col-6, .cke_editable .lay-grid > .col-7, .cke_editable .lay-grid > .col-8, .cke_editable .lay-grid > .col-9, .cke_editable .lay-grid > .col-10, .cke_editable .lay-grid > .col-11, .cke_editable .lay-grid > .col-12 {
  padding: 5px 0;
  border-radius: 4px;
  box-sizing: border-box;
  border: dashed 1px #dedacd;
  border-radius: 4px;
}
.cke_editable .lay-grid > .col-1 img, .cke_editable .lay-grid > .col-2 img, .cke_editable .lay-grid > .col-3 img, .cke_editable .lay-grid > .col-4 img, .cke_editable .lay-grid > .col-5 img, .cke_editable .lay-grid > .col-6 img, .cke_editable .lay-grid > .col-7 img, .cke_editable .lay-grid > .col-8 img, .cke_editable .lay-grid > .col-9 img, .cke_editable .lay-grid > .col-10 img, .cke_editable .lay-grid > .col-11 img, .cke_editable .lay-grid > .col-12 img {
  width: 100% !important;
  height: auto !important;
  vertical-align: bottom;
}
@media all and (min-width: 1000px) {
  .cke_editable .lay-grid > div.col-1, .cke_editable .lay-grid > div.col-2, .cke_editable .lay-grid > div.col-3, .cke_editable .lay-grid > div.col-4, .cke_editable .lay-grid > div.col-5, .cke_editable .lay-grid > div.col-6, .cke_editable .lay-grid > div.col-7, .cke_editable .lay-grid > div.col-8, .cke_editable .lay-grid > div.col-9, .cke_editable .lay-grid > div.col-10, .cke_editable .lay-grid > div.col-11, .cke_editable .lay-grid > div.col-12 {
    padding: 5px 0;
  }
}
.cke_editable .lay-grid > .col-1 {
  width: calc(8.3333333333% - 5px);
}
.cke_editable .lay-grid > .col-2 {
  width: calc(16.6666666667% - 5px);
}
.cke_editable .lay-grid > .col-3 {
  width: calc(25% - 5px);
}
.cke_editable .lay-grid > .col-4 {
  width: calc(33.3333333333% - 5px);
}
.cke_editable .lay-grid > .col-5 {
  width: calc(41.6666666667% - 5px);
}
.cke_editable .lay-grid > .col-6 {
  width: calc(50% - 5px);
}
.cke_editable .lay-grid > .col-7 {
  width: calc(58.3333333333% - 5px);
}
.cke_editable .lay-grid > .col-8 {
  width: calc(66.6666666667% - 5px);
}
.cke_editable .lay-grid > .col-9 {
  width: calc(75% - 5px);
}
.cke_editable .lay-grid > .col-10 {
  width: calc(83.3333333333% - 5px);
}
.cke_editable .lay-grid > .col-11 {
  width: calc(91.6666666667% - 5px);
}
.cke_editable .lay-grid > .col-12 {
  width: calc(100% - 5px);
}
@media all and (min-width: 1000px) {
  .cke_editable .lay-grid > .col--1, .cke_editable .lay-grid > .col--2, .cke_editable .lay-grid > .col--3, .cke_editable .lay-grid > .col--4, .cke_editable .lay-grid > .col--5, .cke_editable .lay-grid > .col--6, .cke_editable .lay-grid > .col--7, .cke_editable .lay-grid > .col--8, .cke_editable .lay-grid > .col--9, .cke_editable .lay-grid > .col--10, .cke_editable .lay-grid > .col--11, .cke_editable .lay-grid > .col--12 {
    box-sizing: border-box;
    border: dashed 1px #dedacd;
    border-radius: 4px;
  }
  .cke_editable .lay-grid > .col-lg-1 {
    width: calc(8.3333333333% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-2 {
    width: calc(16.6666666667% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-3 {
    width: calc(25% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-4 {
    width: calc(33.3333333333% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-5 {
    width: calc(41.6666666667% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-6 {
    width: calc(50% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-7 {
    width: calc(58.3333333333% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-8 {
    width: calc(66.6666666667% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-9 {
    width: calc(75% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-10 {
    width: calc(83.3333333333% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-11 {
    width: calc(91.6666666667% - 5px);
  }
  .cke_editable .lay-grid > .col-lg-12 {
    width: calc(100% - 5px);
  }
  .cke_editable .lay-grid .card-box__item---last {
    order: 1;
  }
}
.cke_editable .card-box figcaption {
  font-size: 12px;
  color: #2d2d2d;
  text-align: center;
}

@media all and (min-width: 1000px) {
  #TopContents {
    position: relative;
  }
}
#TopContents h1 {
  font-size: 0;
}
#TopContents #Image {
  background-color: #f8f7f2;
}
@media all and (min-width: 1000px) {
  #TopContents #Image {
    zoom: 1;
    background-color: transparent;
  }
  #TopContents #Image::after {
    content: " ";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  #TopContents #Image::before {
    content: "";
    top: -140px;
    left: 50%;
    position: absolute;
    width: 1px;
    height: 100vh;
    background-color: #fff;
    z-index: -1;
  }
}
#TopContents #Image video.videoBox {
  height: 100%;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none;
  max-width: 100%;
}
@media all and (min-width: 1000px) {
  #TopContents #Image video.videoBox {
    width: 60%;
    float: right;
    border-radius: 10px 0 0 10px;
    margin-left: 30px;
  }
}
#TopContents #Image .catchphrase {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-bottom: 70px;
  letter-spacing: 0em;
}
@media all and (min-width: 1000px) {
  #TopContents #Image .catchphrase {
    display: block;
    width: calc(40% - 30px);
    padding: 0 0 0 5%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 50px;
  }
}
#TopContents #Image .catchphrase .main_text {
  font-size: 1.625rem;
  font-weight: 500;
}
@media screen and (min-width: 1000px) and (max-width: 1350px) {
  #TopContents #Image .catchphrase .main_text {
    font-size: 2.375rem !important;
    margin-top: 30px !important;
  }
}
@media all and (min-width: 1000px) {
  #TopContents #Image .catchphrase .main_text {
    font-size: 3.125rem;
    line-height: 1.5;
    margin-top: 30px;
  }
}
#TopContents #Image .catchphrase .main_text span {
  position: relative;
}
#TopContents #Image .catchphrase .main_text span::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  background: linear-gradient(270deg, rgba(186, 236, 202, 0.6) 0%, rgba(236, 237, 162, 0.6) 50%, rgba(255, 144, 0, 0.6)) 100%;
  background: -ms-linear-gradient(270deg, rgba(186, 236, 202, 0.6) 0%, rgba(236, 237, 162, 0.6) 50%, rgba(255, 144, 0, 0.6)) 100%;
  opacity: 0.6;
  z-index: 1;
}
@media all and (min-width: 1000px) {
  #TopContents #Image .catchphrase .main_text span::before {
    height: 13px;
  }
}
#TopContents #Image .catchphrase p:not(.main_text) {
  margin-top: 20px;
  line-height: 2.3;
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  #TopContents #Image .catchphrase p:not(.main_text) {
    font-size: 1rem !important;
  }
}
@media all and (min-width: 1000px) {
  #TopContents #Image .catchphrase p:not(.main_text) {
    margin-top: 30px;
    font-size: 1.25rem;
  }
}
@media all and (min-width: 1000px) {
  #TopContents #Features {
    position: relative;
  }
  #TopContents #Features::before {
    content: "";
    position: absolute;
    top: 100px;
    width: 100%;
    height: calc(100% - 100px);
    background: #fff;
    z-index: -2;
  }
  #TopContents #Features::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    padding-top: 56.5%;
    background: url(../images/img_top_background.svg);
    background-size: cover;
    z-index: -1;
    opacity: 0.4;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: left 15% top 0;
  }
}
#TopContents #Features .title {
  text-align: center;
  margin-top: -4.375rem;
}
@media all and (min-width: 1000px) {
  #TopContents #Features .title {
    margin-top: 0;
    z-index: 1;
    position: relative;
    left: 50%;
    transform: translateX(-30%);
    display: inline-block;
  }
}
#TopContents #Features .title h2 {
  font-size: 4.375rem;
  background: linear-gradient(270deg, rgba(186, 236, 202, 0.6) 0%, rgba(236, 237, 162, 0.6) 50%, rgba(255, 144, 0, 0.6)) 100%;
  background: -ms-linear-gradient(270deg, rgba(186, 236, 202, 0.6) 0%, rgba(236, 237, 162, 0.6) 50%, rgba(255, 144, 0, 0.6)) 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (min-width: 1000px) {
  #TopContents #Features .title h2 {
    font-size: 6.25rem;
    z-index: 1;
    display: inline-block;
  }
}
#TopContents #Features .title p {
  margin-top: -15px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media all and (min-width: 1000px) {
  #TopContents #Features .title p {
    display: inline-block;
    text-align: left;
    margin-left: 35px;
  }
}
#TopContents #Features dl {
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media all and (min-width: 1000px) {
  #TopContents #Features dl {
    width: 1000px;
    padding-bottom: 1px;
  }
}
#TopContents #Features dl dt {
  font-size: 1.875rem;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
@media all and (min-width: 1000px) {
  #TopContents #Features dl dt {
    width: 50%;
    margin-left: 50%;
    text-align: left;
  }
}
#TopContents #Features dl dt::before {
  position: absolute;
  color: #ff9000;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
@media all and (min-width: 1000px) {
  #TopContents #Features dl dt::before {
    left: 17px;
    top: -65px;
  }
}
#TopContents #Features dl dt:nth-of-type(1)::before {
  content: "01";
}
#TopContents #Features dl dt:nth-of-type(2)::before {
  content: "02";
}
@media all and (min-width: 1000px) {
  #TopContents #Features dl dt:nth-of-type(2) {
    margin-left: 0%;
  }
}
#TopContents #Features dl dt:nth-of-type(3)::before {
  content: "03";
}
#TopContents #Features dl dd {
  line-height: 2.3;
}
@media all and (min-width: 1000px) {
  #TopContents #Features dl dd {
    position: relative;
  }
}
#TopContents #Features dl dd p span {
  font-size: 0.75rem;
  line-height: 1;
}
@media all and (min-width: 1000px) {
  #TopContents #Features dl dd p {
    width: 50%;
    position: absolute;
    right: 0;
  }
}
#TopContents #Features dl dd img {
  margin-top: 21px;
  border-radius: 10px;
  width: 100%;
}
@media all and (min-width: 1000px) {
  #TopContents #Features dl dd img {
    position: absolute;
    width: 40%;
    height: 480px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media all and (min-width: 1000px) {
  #TopContents #Features dl dd:nth-of-type(1) {
    margin-bottom: 380px;
  }
  #TopContents #Features dl dd:nth-of-type(1) img {
    position: absolute;
    left: 0;
    top: -290px;
  }
  #TopContents #Features dl dd:nth-of-type(2) {
    margin-bottom: 450px;
  }
  #TopContents #Features dl dd:nth-of-type(2) p {
    right: inherit;
    left: 0;
  }
  #TopContents #Features dl dd:nth-of-type(2) img {
    position: absolute;
    right: 0%;
    top: -200px;
  }
  #TopContents #Features dl dd:nth-of-type(3) {
    margin-bottom: 450px;
  }
  #TopContents #Features dl dd:nth-of-type(3) img {
    position: absolute;
    left: 0%;
    top: -200px;
  }
}
#TopContents #News {
  padding: 35px 0;
  background-color: #f8f7f2;
  margin-top: 70px;
}
@media all and (min-width: 1000px) {
  #TopContents #News {
    margin: 65px 0 35px;
    padding: 0;
  }
}
#TopContents #News .Column {
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media all and (min-width: 1000px) {
  #TopContents #News .Column {
    width: 1000px;
  }
}
#TopContents #News .Column .title {
  font-size: 2.5rem;
  text-align: center;
}
@media all and (min-width: 1000px) {
  #TopContents #News .Column .title {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e0d7;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1000px) {
  #TopContents #News .Column .btn_area {
    display: flex;
    justify-content: space-around;
  }
}
#TopContents #News .Column .btn_area div {
  margin-bottom: 20px;
}
@media all and (min-width: 1000px) {
  #TopContents #News .Column .btn_area div {
    width: 30.6666666667%;
  }
}
#TopContents #News .Column .btn_area div a {
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
}
#TopContents #News .Column .btn_area div a img {
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 66.7%;
  -o-object-fit: cover;
     object-fit: cover;
}
#TopContents #News .Column .btn_area div a span {
  position: relative;
  display: inline-block;
}
@media all and (min-width: 1000px) {
  #TopContents #News .Column .btn_area div a span {
    font-size: 1.125rem;
  }
}
#TopContents #News .Column .btn_area div a span::before {
  content: "";
  position: absolute;
  top: -5px;
  right: -20px;
  -webkit-mask-image: url(../common/ico_blank.svg);
          mask-image: url(../common/ico_blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ff9000;
  width: 20px;
  height: 20px;
}
@media all and (min-width: 1000px) {
  #TopContents #News .Column .btn_area div a span::before {
    width: 25px;
    height: 25px;
    right: -25px;
  }
}
#TopContents #News .Column .btn_area div a:hover img {
  transition: 0.3s;
  box-shadow: 0px 3px 12px 3px rgba(121, 121, 121, 0.15);
}
#TopContents #News .Column .btn_area div a:hover span {
  transition: 0.3s;
  color: #ff9000;
}
#TopContents #News .Blog {
  width: calc(100% - 40px);
  margin: 40px auto 0;
  zoom: 1;
}
#TopContents #News .Blog::after {
  content: " ";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
@media all and (min-width: 1000px) {
  #TopContents #News .Blog {
    width: 1000px;
  }
}
#TopContents #News .Blog .title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
}
@media all and (min-width: 1000px) {
  #TopContents #News .Blog .title {
    text-align: left;
    float: left;
  }
}
#TopContents #News .Blog .tabs {
  margin-top: 50px;
  margin: 0 auto;
}
@media all and (min-width: 1000px) {
  #TopContents #News .Blog .tabs {
    position: relative;
  }
}
#TopContents #News .Blog .tabs label.tab_item {
  text-align: center;
  color: #333;
  font-weight: bold;
  display: inline-block;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: 0.8125rem;
  line-height: 1.5;
  vertical-align: middle;
  width: 32%;
}
@media all and (min-width: 1000px) {
  #TopContents #News .Blog .tabs label.tab_item {
    width: 200px;
    margin-left: 40px;
    margin-top: 30px;
    font-size: 1rem;
    position: absolute;
  }
  #TopContents #News .Blog .tabs label.tab_item:nth-of-type(1) {
    right: 440px;
  }
  #TopContents #News .Blog .tabs label.tab_item:nth-of-type(2) {
    right: 220px;
  }
  #TopContents #News .Blog .tabs label.tab_item:nth-of-type(3) {
    right: 0px;
  }
}
#TopContents #News .Blog .tabs .tab_item:hover {
  color: #ff9000;
}
#TopContents #News .Blog .tabs input[name=tab_item] {
  display: none;
}
#TopContents #News .Blog .tabs #news01:checked ~ #news01_content,
#TopContents #News .Blog .tabs #news02:checked ~ #news02_content,
#TopContents #News .Blog .tabs #news03:checked ~ #news03_content {
  display: block;
}
#TopContents #News .Blog .tabs input:checked + .tab_item {
  color: #ff9000;
}
#TopContents #News .Blog .tabs input[name=tab_item] {
  display: none;
}
#TopContents #News .Blog .tabs .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  box-sizing: border-box;
  border-top: 1px solid #000;
  margin: 25px 0 35px;
  padding-top: 30px;
}
@media all and (min-width: 1000px) {
  #TopContents #News .Blog .tabs .tab_content {
    width: 100%;
    box-sizing: border-box;
  }
}
#TopContents #News .Blog .tabs .tab_content .step_content {
  margin-bottom: 30px;
  text-decoration: none;
}
@media all and (min-width: 1000px) {
  #TopContents #News .Blog .tabs .tab_content .step_content {
    width: 30.6666666667%;
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
  }
}
#TopContents #News .Blog .tabs .tab_content .step_content article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (min-width: 1000px) {
  #TopContents #News .Blog .tabs .tab_content .step_content article {
    display: block;
  }
}
#TopContents #News .Blog .tabs .tab_content .step_content img.thumb {
  width: 100px;
  height: 60px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 10px;
}
@media all and (min-width: 1000px) {
  #TopContents #News .Blog .tabs .tab_content .step_content img.thumb {
    width: 100%;
    height: 234px;
  }
}
#TopContents #News .Blog .tabs .tab_content .step_content .text {
  width: calc(100% - 110px);
}
@media all and (min-width: 1000px) {
  #TopContents #News .Blog .tabs .tab_content .step_content .text {
    width: 100%;
    margin-top: 10px;
  }
}
#TopContents #News .Blog .tabs .tab_content .step_content .text .cate {
  font-size: 0.75rem;
  color: #ff9000;
}
@media all and (min-width: 1000px) {
  #TopContents #News .Blog .tabs .tab_content .step_content .text .cate {
    font-weight: 500;
  }
}
#TopContents #News .Blog .tabs .tab_content .step_content .text h3.news_title {
  font-weight: normal;
  font-size: 0.875rem;
  color: #000;
}
#TopContents #News .Blog .tabs .tab_content .step_content .text .day {
  font-size: 0.625rem;
  color: #aaa;
}
@media all and (min-width: 1000px) {
  #TopContents #News .Blog .tabs .tab_content .step_content:nth-of-type(1) {
    margin-left: 1.5%;
  }
}
@media all and (min-width: 1000px) {
  #TopContents #News .Blog .tabs .tab_content .step_content:nth-of-type(2), #TopContents #News .Blog .tabs .tab_content .step_content:nth-of-type(3) {
    margin-left: 2%;
  }
}
@media all and (min-width: 1000px) {
  #TopContents #News .Blog .tabs .tab_content .step_content:nth-of-type(3) {
    margin-right: 1.5%;
  }
}
#TopContents #News .Blog .tabs .tab_content .step_content:hover img {
  transition: 0.3s;
  box-shadow: 0px 3px 12px 3px rgba(121, 121, 121, 0.15);
}
#TopContents #News .Blog .tabs .tab_content .step_content:hover .text h3.news_title {
  transition: 0.3s;
  color: #ff9000;
}
#TopContents #News .Blog .tabs .btn_apply {
  margin-top: 20px;
}
@media all and (min-width: 1000px) {
  #TopContents #News .Blog .tabs .btn_apply {
    text-align: center;
  }
}
#TopContents #News .Blog .tabs .btn_apply a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  margin: 0px auto;
  color: #000;
  border-radius: 60px;
  border: 1px solid #000;
  text-align: center;
  padding: 18px 35px 18px;
  position: relative;
  font-size: 0.875rem;
}
#TopContents #News .Blog .tabs .btn_apply a:hover {
  color: #ff9000;
  transition: 0.3s;
}
#TopContents #News .Blog .tabs .btn_apply a:hover::before {
  right: 15px;
  transition: 0.3s;
}
@media all and (min-width: 1000px) {
  #TopContents #News .Blog .tabs .btn_apply a {
    width: auto;
    display: inline-block;
    padding: 18px 55px 18px 45px;
  }
}
#TopContents #News .Blog .tabs .btn_apply a::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../common/ico_arrow.svg) no-repeat;
  background-size: contain;
}

#Second {
  position: relative;
}
#Second::before {
  content: "";
  position: absolute;
  background: url(../common/img_background_sp.svg) no-repeat;
  width: 100%;
  padding-top: 67%;
  height: auto;
  z-index: -1;
  opacity: 0.4;
  top: 0px;
  left: 0px;
}
@media screen and (min-width: 481px) and (max-width: 600px) {
  #Second::before {
    top: -30px;
  }
}
@media screen and (min-width: 601px) and (max-width: 840px) {
  #Second::before {
    top: -100px;
  }
}
@media screen and (min-width: 841px) and (max-width: 1000px) {
  #Second::before {
    top: -240px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  #Second::before {
    background: url(../common/img_background.svg) no-repeat;
    padding-top: 700px;
    top: -230px;
    left: -13%;
  }
}
@media screen and (min-width: 1201px) {
  #Second::before {
    background: url(../common/img_background.svg) no-repeat;
    padding-top: 700px;
    top: -270px;
    left: -13%;
  }
}

#NewsList {
  width: calc(100% - 40px);
  margin: 40px auto 50px;
}
@media all and (min-width: 1000px) {
  #NewsList {
    width: 1000px;
    min-height: 500px;
    margin: 20px auto 80px;
  }
}
#NewsList .step_content {
  margin-bottom: 30px;
  text-decoration: none;
  display: block;
}
@media all and (min-width: 1000px) {
  #NewsList .step_content {
    width: 30.6666666667%;
    text-align: left;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 3.5%;
    vertical-align: top;
  }
  #NewsList .step_content:hover img.thumb {
    transition: 0.3s;
    box-shadow: 0px 3px 12px 3px rgba(121, 121, 121, 0.15);
  }
  #NewsList .step_content:hover .text h3.news_title {
    transition: 0.3s;
    color: #ff9000;
  }
}
#NewsList .step_content article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (min-width: 1000px) {
  #NewsList .step_content article {
    display: block;
  }
}
#NewsList .step_content img.thumb {
  width: 100px;
  height: 60px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 0px 6px 0px rgba(121, 121, 121, 0.19);
}
@media all and (min-width: 1000px) {
  #NewsList .step_content img.thumb {
    width: 100%;
    height: 234px;
  }
}
#NewsList .step_content .text {
  width: calc(100% - 110px);
}
@media all and (min-width: 1000px) {
  #NewsList .step_content .text {
    width: 100%;
    margin-top: 10px;
  }
}
#NewsList .step_content .text .cate {
  font-size: 0.75rem;
  color: #ff9000;
}
@media all and (min-width: 1000px) {
  #NewsList .step_content .text .cate {
    font-weight: 500;
  }
}
#NewsList .step_content .text h3.news_title {
  font-weight: normal;
  font-size: 0.875rem;
  color: #000;
}
#NewsList .step_content .text .day {
  font-size: 0.625rem;
  color: #aaa;
}
@media all and (min-width: 1000px) {
  #NewsList .step_content:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
#NewsList .NewsPage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
#NewsList .NewsPage li {
  width: 22%;
}
#NewsList .NewsPage li a {
  font-size: 0.75rem;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 4px 0;
  border: 1px solid #ff9000;
  border-radius: 30px;
}
@media all and (min-width: 1000px) {
  #NewsList .NewsPage li a {
    padding: 10px 0;
  }
  #NewsList .NewsPage li a:hover {
    transition: 0.4s all;
    background: #ff9000;
    color: #fff;
  }
}
#NewsList .NewsPage li a.count_active {
  background: #ff9000;
  color: #fff;
}

#form_main .c_password .password_text {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
@media all and (min-width: 1000px) {
  #form_main .c_password .password_text {
    text-align: center;
  }
}
#form_main .c_password .password_input {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
}
@media all and (min-width: 1000px) {
  #form_main .c_password .password_input {
    max-width: 650px;
  }
}
#form_main .c_password .password_input .input_wrap {
  flex-grow: 1;
}
#form_main .c_password .password_input .input_wrap input {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin-right: 10px;
  border: 1px solid #000;
  height: 49px;
}
#form_main .c_password .password_input .password_bn {
  width: 80px;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
}
#form_main .c_password .password_input .password_bn a {
  display: block;
  padding: 0px 15px;
  background-color: #000;
  color: #fff;
  font-size: 0.875rem;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 49px;
  text-decoration: none;
}
#form_main .c_password .password_input .password_bn a:hover {
  background-color: #000;
  transition: all 0.3s;
}
#form_main .c_password .password_err {
  background-color: #f8f7f2;
  margin: 30px auto 0;
  padding: 10px 40px;
  max-width: 650px;
  color: #000;
  font-size: 0.875rem;
  box-sizing: border-box;
}

/* 未使用
@import "partials/detail_list"; //リストなど
@import "partials/detail_acordion.scss"; //折りたたみコンテンツなど

@import "partials/page_news"; // 個別ページ(ニュース画面)
@import "partials/page_form"; // 個別ページ(フォーム画面)
・
・
・
*//*# sourceMappingURL=style.css.map */