@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed&display=swap");
#goog-gt-tt {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

.goog-te-menu-value:hover {
  text-decoration: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}

body {
  top: 0 !important;
}

#google_translate_element2 {
  display: none !important;
}

/* CSS Document */
/*-------------------------------------------------------------------------------------------------*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #ccc;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

::placeholder { /* Others */
  color: #ccc;
}

/* リセット
 ------------------------------------------*/
header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "Hiragino Kaku Gothic ProN", "Meiryo", "ヒラギノ角ゴ ProN W3", "Osaka", "MS PGothic", sans-serif !important;
  }
}

body#sub-window {
  background-color: #FFF;
}

.ma20 {
  margin-top: 20px;
}

small {
  font-size: 75%;
  font-weight: bold;
  display: block;
  line-height: 1.7;
}
small.space {
  margin: 1vh 0 0 0;
}

a {
  color: #333333;
  text-decoration: none;
  outline: none;
  border: none;
}

button {
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a img, img {
  border: 0;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

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

button, fieldset, form, input, label, legend, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; /*table-layout:fixed;*/
}

table td {
  vertical-align: top;
}

.mb50 {
  margin-bottom: 50px;
}

/* クリア
 ------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* HEADER*/
.pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

a {
  transition: all 0.2s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

body.over {
  overflow: hidden;
  position: fixed;
}

body.over ul.under-nav {
  overflow: hidden;
}

.fade {
  opacity: 0;
}

.slideUp {
  opacity: 1;
  animation: slideUp 0.5s ease-in-out forwards;
}

@keyframes slideUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#bread-crumbs {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #bread-crumbs {
    padding: 0;
    margin: 0 0 0 15px;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
#bread-crumbs li {
  font-size: 14px;
  color: #999;
}
@media screen and (max-width: 768px) {
  #bread-crumbs li {
    font-size: 11px;
  }
}
#bread-crumbs li a:after {
  content: ">";
  display: inline-block;
  margin: 0 10px;
  transform: scale(0.7, 1);
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 999;
  box-sizing: border-box;
  min-height: 109px;
}
@media screen and (max-width: 768px) {
  header {
    min-height: 62px;
    padding: 0 15px;
  }
}
header .lang {
  position: absolute;
  top: 0;
  right: 40px;
  margin: 0 0 1vh 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  header .lang {
    top: 20px;
    right: 65px;
  }
}
header .lang li {
  line-height: 1;
}
header .lang li:not(:last-child) {
  margin: 0 5px;
  padding-right: 5px;
  border-right: 1px solid #ccc;
}
header .lang li a {
  font-family: "Roboto", sans-serif !important;
  font-size: 12px;
  padding: 0;
}
header h1 {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9999;
  margin: 0 20px 0 0;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  header h1 {
    max-width: 100px;
  }
}
header h1 img {
  height: 45px;
  max-width: initial;
}
@media screen and (max-width: 768px) {
  header h1 img {
    height: 35px;
  }
}
header nav ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header nav ul {
    display: block;
  }
}
header nav ul li a {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  header nav ul li a {
    font-weight: normal;
    font-size: 15px;
  }
}
header nav ul li:not(:last-child) {
  margin: 0 2vw 0 0;
}
@media screen and (max-width: 768px) {
  header nav ul li:not(:last-child) {
    margin: 25px 0;
  }
}
header nav ul li.header-entry p a {
  background: #333;
  color: #fff;
  padding: 15px 40px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  display: block;
  box-shadow: 0px 10px 10px -5px rgba(123, 130, 137, 0.5);
}
@media screen and (max-width: 768px) {
  header .MDL_window_wrap {
    width: calc(100% - 30px);
    position: absolute;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    top: 50%;
    left: 50%;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  header #overlay {
    display: none;
    width: 100%;
    height: 100%;
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgb(255, 255, 255);
  }
}
header #btn {
  position: fixed;
  top: 10px;
  right: 15px;
  background: #fff;
  width: 40px;
  height: 40px;
  display: none;
  z-index: 9999;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  header #btn {
    display: flex;
  }
}
header #btn span {
  background: #333;
  width: 18px;
  height: 2px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
header #btn span:before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  background: #333;
  width: 18px;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
header #btn span:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  background: #333;
  width: 18px;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
header #btn span.change {
  height: 0;
}
header #btn span.change:before {
  transform: rotate(-45deg);
  top: 0;
}
header #btn span.change:after {
  transform: rotate(45deg);
  top: 0;
}

.upper-nav a.on {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  input[type=submit],
  input[type=reset],
  input[type=button],
  button {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
  }
}

@media screen and (max-width: 768px) {
  input[type=text],
  textarea,
  input[type=button],
  input[type=checkbox],
  input[type=password],
  input[type=tel],
  input[type=email] {
    -webkit-appearance: none;
  }
}

input[type=text].bo {
  border-bottom: 1px dotted #ccc;
  border-radius: none;
  font-size: 14px;
}

input[type=text].w90 {
  width: 90%;
  margin-right: 5px;
}

body {
  margin: 0;
  color: #222;
}

img {
  max-width: 100%;
}

.red {
  color: #c00;
}

.blue {
  color: #0077ff;
}

p {
  color: #58595b;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 1.7;
    font-weight: normal;
  }
}
p.cap {
  letter-spacing: 0.05em;
}
p.error-message {
  color: #c00;
}
p.optional {
  padding: 0 20px 20px 20px;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
select,
textarea,
input[type=tel] {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  border: none;
  font-weight: bold;
  color: #58595b;
}

input[type=number],
input[type=email] {
  font-family: "Roboto", sans-serif !important;
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}

footer {
  padding: 10vh 20px;
  background: #666;
  width: 100%;
  box-sizing: border-box;
}
footer #footer {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  footer #footer {
    display: block;
  }
}
footer #footer #f-left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  footer #footer #f-left {
    width: auto;
  }
}
footer #footer #f-left ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer #footer #f-left ul li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  footer #footer #f-left ul li {
    width: 46%;
  }
}
footer #footer #f-left ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  footer #footer #f-left ul li a {
    line-height: 2.5;
    font-weight: normal;
  }
}
footer #footer #f-left ul li a:after {
  content: ">";
  display: inline-block;
  transform: scale(0.7, 1);
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  footer #footer #f-left ul li a:after {
    float: right;
  }
}
footer #footer #f-right {
  width: 25%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer #footer #f-right {
    text-align: center;
    margin: 25px auto 0 auto;
    width: 100%;
  }
}
footer #footer #f-right ul.sns {
  display: flex;
  justify-content: center;
  margin: 2.5vh 0 0 0;
}
footer #footer #f-right ul.sns li {
  margin: 0 2%;
}
footer #footer #f-right ul.sns li:first-child:nth-last-child(1), footer #footer #f-right ul.sns li:first-child:nth-last-child(1) ~ li {
  width: 10%;
}
footer #footer #f-right ul.sns li:first-child:nth-last-child(2), footer #footer #f-right ul.sns li:first-child:nth-last-child(2) ~ li {
  width: 10%;
}
footer #footer #f-right ul.sns li:first-child:nth-last-child(3), footer #footer #f-right ul.sns li:first-child:nth-last-child(3) ~ li {
  width: 10%;
}
footer #footer #f-right ul.sns li:first-child:nth-last-child(4), footer #footer #f-right ul.sns li:first-child:nth-last-child(4) ~ li {
  width: 10%;
}
footer #footer #f-right ul.sns li:first-child:nth-last-child(5), footer #footer #f-right ul.sns li:first-child:nth-last-child(5) ~ li {
  width: 10%;
}
footer #footer #f-right ul.sns li:first-child:nth-last-child(6), footer #footer #f-right ul.sns li:first-child:nth-last-child(6) ~ li {
  width: 10%;
}
footer #footer #f-right ul.sns li:first-child:nth-last-child(7), footer #footer #f-right ul.sns li:first-child:nth-last-child(7) ~ li {
  width: 10%;
}
footer #footer #f-right ul.sns li:first-child:nth-last-child(8), footer #footer #f-right ul.sns li:first-child:nth-last-child(8) ~ li {
  width: 10%;
}
@media screen and (max-width: 768px) {
  footer #footer #f-right p {
    text-align: center;
  }
}
footer #footer #f-right p.btn-access {
  background: none;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
}
footer #footer #f-right p.btn-access a {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  footer #footer #f-right img {
    width: initial;
    height: 35px;
  }
}

#copyrights {
  background: #333;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #copyrights {
    display: block;
  }
}
#copyrights ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  #copyrights ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #copyrights ul li {
    text-align: center;
    margin: 0 0 15px 0;
  }
}
#copyrights ul li a {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #copyrights ul li a {
    font-weight: normal;
  }
}
#copyrights ul li a:before {
  content: ">";
  display: inline-block;
  margin: 0 10px 0 0;
  transform: scale(0.7, 1);
}
#copyrights p {
  color: #fff;
  opacity: 0.7;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #copyrights p {
    text-align: center;
    font-size: 11px;
  }
}

.company-info p {
  color: #fff;
}
.company-info__address {
  margin-top: 16px;
}

.table.is-two-col tr {
  display: flex;
}
.table.is-two-col th {
  max-width: 100px;
  width: 30%;
  flex-shrink: 0;
}
.table.is-two-col td {
  width: 100%;
}

.section.is-job-desc img {
  width: 100%;
}
.section.is-job-desc .title {
  margin-top: 20px;
}

.skiptranslate {
  display: none !important;
}

body {
  margin: 0;
  letter-spacing: 0.05em;
  /*====================================================*/
  /*====================================================*/
  /*====================================================*/
  /*====================================================*/
  /*====================================================*/
  /*====================================================*/
  /*====================================================*/
  /*====================================================*/
  /*====================================================*/
  /*====================================================*/
  /*====================================================*/
}
body.black {
  background: #111;
}
body.black header {
  background: #111;
}
body.black header ul li a {
  color: #fff;
}
body.black header ul li.header-entry a {
  background: #fff;
  color: #333;
}
@media screen and (max-width: 768px) {
  body.black header #overlay {
    background: #111;
  }
}
body.black main #main-visual p a {
  background: #fff;
  color: #333;
}
body.black #entry {
  background: #333;
}
body.black #entry p a {
  background: #fff;
  color: #333;
}
body.black #bread-crumbs li a {
  color: #ccc;
}
body.black section:nth-child(odd) {
  background: #111;
}
body.black section ul.acc li dl dt,
body.black section ul.acc li dl dd {
  color: #fff;
}
body.black section .time-schedule ul li dl dt,
body.black section .time-schedule ul li dl dd {
  color: #333;
}
body.black section .table.contact-table th,
body.black section .table.contact-table td {
  color: #fff;
}
body.black section .table th,
body.black section .table td {
  color: #fff;
}
body.black section > article ol.category li {
  color: #fff;
}
body.black section > article .page-navigation ul li a {
  color: #fff;
}
body.black section ul.list3 li .text h3,
body.black section .modal-content > .textarea ul.sub li .text h4,
body.black section .modal-content > .textarea ul.sub li .text p {
  color: #333;
}
body.black section .button_area input[type=submit] {
  border: 2px solid #fff;
  color: #fff;
}
body.black section h2.title {
  color: #fff;
}
body.black section h3,
body.black section h4,
body.black section p {
  color: #fff;
}
body.black section p.all-btn a {
  color: #fff;
  border: 2px solid #fff;
}
body.black section ul.stick {
  background: #111;
}
body.black section ul.stick li {
  color: #fff;
}
body.black section ul.stick li.active {
  background: #333;
}
body.black section .table.contact-table td .md-radio label::before {
  border: 2px solid #fff;
}
body.black section .table.contact-table td .md-radio label::after {
  background: #fff;
}
body.black section .table.contact-table td .md-radio input[type=radio]:checked + label::before {
  border-color: #fff;
}
body.black footer {
  background: #111;
}
body.black section ul.list2 li .text p.btn a {
  border: 2px solid #fff;
  color: #fff;
}
body.black .contact_flow li {
  color: #333;
}
body.black #cv {
  background: #333;
}
body.black #cv p a {
  border: 2px solid #fff;
  color: #fff;
}
body.black .check input[type=checkbox] + label {
  color: #fff;
}
body.black .check input[type=checkbox] + label::before {
  border-color: #fff;
  opacity: 1;
}
body.black .check input[type=checkbox]:checked + label::before {
  border-color: #c00;
  border-top-color: transparent;
  border-left-color: transparent;
}
body.black .form_back_btn a {
  color: #fff;
}
body.black .btn_more p a {
  border: 2px solid #fff;
  color: #fff;
}
body.blue {
  background: #fff;
}
body.blue header {
  background: #fff;
}
body.blue header ul li a {
  color: #0071bc;
}
body.blue header ul li.header-entry a {
  background: #0071bc;
  color: #fff;
}
body.blue main #main-visual p a {
  background: #0071bc;
  color: #fff;
}
body.blue #entry {
  background: #0071bc;
}
body.blue #entry p a {
  background: #fff;
  color: #0071bc;
}
body.blue section:nth-child(odd) {
  background: #e6f1f9;
}
body.blue section ul.acc li dl dt,
body.blue section ul.acc li dl dd {
  color: #333;
}
body.blue section > article ol.category li {
  color: #333;
}
body.blue section > article ol.category li.new {
  color: #fff;
}
body.blue section .table.contact-table th,
body.blue section .table.contact-table td {
  color: #333;
}
body.blue section .button_area input[type=submit] {
  border: 2px solid #0071bc;
  color: #0071bc;
}
body.blue section h2.title {
  color: #0071bc;
}
body.blue section h3,
body.blue section h4,
body.blue section p {
  color: #333;
}
body.blue section h3 {
  color: #333;
}
body.blue section p.all-btn a {
  color: #fff;
  border: 2px solid #fff;
}
body.blue section ul.stick {
  background: #fff;
}
body.blue section ul.stick li {
  color: #333;
}
body.blue section ul.stick li.active {
  background: #0071bc;
}
body.blue footer {
  background: #111;
}
body.blue .contact_flow li {
  color: #0071bc;
}
body.blue #cv p a {
  border: 2px solid #0071bc;
  color: #0071bc;
}
body.blue ul.list2 li i {
  color: #0071bc;
}
body.green {
  background: #fff;
}
body.green header {
  background: #fff;
}
body.green header ul li a {
  color: #22b573;
}
body.green header ul li.header-entry a {
  background: #22b573;
  color: #fff;
}
body.green main #main-visual p a {
  background: #22b573;
  color: #fff;
}
body.green #entry {
  background: #22b573;
}
body.green #entry p a {
  background: #fff;
  color: #22b573;
}
body.green section:nth-child(odd) {
  background: #e9f8f1;
}
body.green section ul.acc li dl dt,
body.green section ul.acc li dl dd {
  color: #333;
}
body.green section > article ol.category li {
  color: #333;
}
body.green section > article ol.category li.new {
  color: #fff;
}
body.green section .table.contact-table th,
body.green section .table.contact-table td {
  color: #333;
}
body.green section .button_area input[type=submit] {
  border: 2px solid #22b573;
  color: #22b573;
}
body.green section h2.title {
  color: #22b573;
}
body.green section h3,
body.green section h4,
body.green section p {
  color: #333;
}
body.green section h3 {
  color: #333;
}
body.green section p.all-btn a {
  color: #fff;
  border: 2px solid #fff;
}
body.green section ul.stick {
  background: #fff;
}
body.green section ul.stick li {
  color: #333;
}
body.green section ul.stick li.active {
  background: #22b573;
}
body.green footer {
  background: #111;
}
body.green .contact_flow li {
  color: #22b573;
}
body.green #cv p a {
  border: 2px solid #22b573;
  color: #22b573;
}
body.green ul.list2 li i {
  color: #22b573;
}
body.orange {
  background: #fff;
}
body.orange header {
  background: #fff;
}
body.orange header ul li a {
  color: #f7931e;
}
body.orange header ul li.header-entry a {
  background: #f7931e;
  color: #fff;
}
body.orange main #main-visual p a {
  background: #f7931e;
  color: #fff;
}
body.orange #entry {
  background: #f7931e;
}
body.orange #entry p a {
  background: #fff;
  color: #f7931e;
}
body.orange section:nth-child(odd) {
  background: #fff5f8;
}
body.orange section ul.acc li dl dt,
body.orange section ul.acc li dl dd {
  color: #333;
}
body.orange section > article ol.category li {
  color: #333;
}
body.orange section > article ol.category li.new {
  color: #fff;
}
body.orange section .table.contact-table th,
body.orange section .table.contact-table td {
  color: #333;
}
body.orange section .button_area input[type=submit] {
  border: 2px solid #f7931e;
  color: #f7931e;
}
body.orange section h2.title {
  color: #f7931e;
}
body.orange section h3,
body.orange section h4,
body.orange section p {
  color: #333;
}
body.orange section h3 {
  color: #333;
}
body.orange section p.all-btn a {
  color: #fff;
  border: 2px solid #fff;
}
body.orange section ul.stick {
  background: #fff;
}
body.orange section ul.stick li {
  color: #333;
}
body.orange section ul.stick li.active {
  background: #f7931e;
}
body.orange footer {
  background: #111;
}
body.orange .contact_flow li {
  color: #f7931e;
}
body.orange #cv p a {
  border: 2px solid #f7931e;
  color: #f7931e;
}
body.orange ul.list2 li i {
  color: #f7931e;
}
body.pink {
  background: #fff;
}
body.pink header {
  background: #fff;
}
body.pink header ul li a {
  color: #ff96b0;
}
body.pink header ul li.header-entry a {
  background: #ff96b0;
  color: #fff;
}
body.pink main #main-visual p a {
  background: #ff96b0;
  color: #fff;
}
body.pink #entry {
  background: #ff96b0;
}
body.pink #entry p a {
  background: #fff;
  color: #ff96b0;
}
body.pink section:nth-child(odd) {
  background: #fee9f2;
}
body.pink section ul.acc li dl dt,
body.pink section ul.acc li dl dd {
  color: #333;
}
body.pink section > article ol.category li {
  color: #333;
}
body.pink section > article ol.category li.new {
  color: #fff;
}
body.pink section .table.contact-table th,
body.pink section .table.contact-table td {
  color: #333;
}
body.pink section .button_area input[type=submit] {
  border: 2px solid #ff96b0;
  color: #ff96b0;
}
body.pink section h2.title {
  color: #ff96b0;
}
body.pink section h3,
body.pink section h4,
body.pink section p {
  color: #333;
}
body.pink section h3 {
  color: #333;
}
body.pink section p.all-btn a {
  color: #fff;
  border: 2px solid #fff;
}
body.pink section ul.stick {
  background: #fff;
}
body.pink section ul.stick li {
  color: #333;
}
body.pink section ul.stick li.active {
  background: #ff96b0;
}
body.pink footer {
  background: #111;
}
body.pink .contact_flow li {
  color: #ff96b0;
}
body.pink #cv p a {
  border: 2px solid #ff96b0;
  color: #ff96b0;
}
body.pink ul.list2 li i {
  color: #ff96b0;
}
body.red {
  background: #fff;
}
body.red header {
  background: #fff;
}
body.red header ul li a {
  color: #ed1c24;
}
body.red header ul li.header-entry a {
  background: #ed1c24;
  color: #fff;
}
body.red main #main-visual p a {
  background: #ed1c24;
  color: #fff;
}
body.red #entry {
  background: #ed1c24;
}
body.red #entry p a {
  background: #fff;
  color: #ed1c24;
}
body.red section:nth-child(odd) {
  background: #fee9ea;
}
body.red section ul.acc li dl dt,
body.red section ul.acc li dl dd {
  color: #333;
}
body.red section > article ol.category li {
  color: #333;
}
body.red section > article ol.category li.new {
  color: #fff;
}
body.red section .table.contact-table th,
body.red section .table.contact-table td {
  color: #333;
}
body.red section .button_area input[type=submit] {
  border: 2px solid #ed1c24;
  color: #ed1c24;
}
body.red section h2.title {
  color: #ed1c24;
}
body.red section h3,
body.red section h4,
body.red section p {
  color: #333;
}
body.red section h3 {
  color: #333;
}
body.red section p.all-btn a {
  color: #fff;
  border: 2px solid #fff;
}
body.red section ul.stick {
  background: #fff;
}
body.red section ul.stick li {
  color: #333;
}
body.red section ul.stick li.active {
  background: #ed1c24;
}
body.red footer {
  background: #111;
}
body.red .contact_flow li {
  color: #ed1c24;
}
body.red #cv p a {
  border: 2px solid #ed1c24;
  color: #ed1c24;
}
body.red ul.list2 li i {
  color: #ed1c24;
}
body.purple {
  background: #fff;
}
body.purple header {
  background: #fff;
}
body.purple header ul li a {
  color: #93278f;
}
body.purple header ul li.header-entry a {
  background: #93278f;
  color: #fff;
}
body.purple main #main-visual p a {
  background: #93278f;
  color: #fff;
}
body.purple #entry {
  background: #93278f;
}
body.purple #entry p a {
  background: #fff;
  color: #93278f;
}
body.purple section:nth-child(odd) {
  background: #f5eaf4;
}
body.purple section ul.acc li dl dt,
body.purple section ul.acc li dl dd {
  color: #333;
}
body.purple section > article ol.category li {
  color: #333;
}
body.purple section > article ol.category li.new {
  color: #fff;
}
body.purple section .table.contact-table th,
body.purple section .table.contact-table td {
  color: #333;
}
body.purple section .button_area input[type=submit] {
  border: 2px solid #93278f;
  color: #93278f;
}
body.purple section h2.title {
  color: #93278f;
}
body.purple section h3,
body.purple section h4,
body.purple section p {
  color: #333;
}
body.purple section h3 {
  color: #333;
}
body.purple section p.all-btn a {
  color: #fff;
  border: 2px solid #fff;
}
body.purple section ul.stick {
  background: #fff;
}
body.purple section ul.stick li {
  color: #333;
}
body.purple section ul.stick li.active {
  background: #93278f;
}
body.purple footer {
  background: #111;
}
body.purple .contact_flow li {
  color: #93278f;
}
body.purple #cv p a {
  border: 2px solid #93278f;
  color: #93278f;
}
body.purple ul.list2 li i {
  color: #93278f;
}
body.brown {
  background: #fff;
}
body.brown header {
  background: #fff;
}
body.brown header ul li a {
  color: #c69c6d;
}
body.brown header ul li.header-entry a {
  background: #c69c6d;
  color: #fff;
}
body.brown main #main-visual p a {
  background: #c69c6d;
  color: #fff;
}
body.brown #entry {
  background: #c69c6d;
}
body.brown #entry p a {
  background: #fff;
  color: #c69c6d;
}
body.brown section:nth-child(odd) {
  background: #faf6f1;
}
body.brown section ul.acc li dl dt,
body.brown section ul.acc li dl dd {
  color: #333;
}
body.brown section > article ol.category li {
  color: #333;
}
body.brown section > article ol.category li.new {
  color: #fff;
}
body.brown section .table.contact-table th,
body.brown section .table.contact-table td {
  color: #333;
}
body.brown section .button_area input[type=submit] {
  border: 2px solid #c69c6d;
  color: #c69c6d;
}
body.brown section h2.title {
  color: #c69c6d;
}
body.brown section h3,
body.brown section h4,
body.brown section p {
  color: #333;
}
body.brown section h3 {
  color: #333;
}
body.brown section p.all-btn a {
  color: #fff;
  border: 2px solid #fff;
}
body.brown section ul.stick {
  background: #fff;
}
body.brown section ul.stick li {
  color: #333;
}
body.brown section ul.stick li.active {
  background: #c69c6d;
}
body.brown footer {
  background: #111;
}
body.brown .contact_flow li {
  color: #c69c6d;
}
body.brown #cv p a {
  border: 2px solid #c69c6d;
  color: #c69c6d;
}
body.brown #cv p a {
  border: 2px solid #c69c6d;
  color: #c69c6d;
}
body.brown ul.list2 li i {
  color: #c69c6d;
}
body.yellow {
  background: #fff;
}
body.yellow header {
  background: #fff;
}
body.yellow header ul li a {
  color: #333;
}
body.yellow header ul li.header-entry a {
  background: #fcee21;
  color: #333;
}
body.yellow main #main-visual p a {
  background: #fcee21;
  color: #333;
}
body.yellow #entry {
  background: #fcee21;
}
body.yellow #entry p a {
  background: #333;
  color: #fcee21;
}
body.yellow section:nth-child(odd) {
  background: #fffee9;
}
body.yellow section ul.acc li dl dt,
body.yellow section ul.acc li dl dd {
  color: #333;
}
body.yellow section > article ol.category li {
  color: #333;
}
body.yellow section > article ol.category li.new {
  color: #fff;
}
body.yellow section .table.contact-table th,
body.yellow section .table.contact-table td {
  color: #333;
}
body.yellow section .button_area input[type=submit] {
  border: 2px solid #fcee21;
  color: #fcee21;
}
body.yellow section h2.title {
  color: #fcee21;
}
body.yellow section h2.title span {
  color: #333;
}
body.yellow section h3,
body.yellow section h4,
body.yellow section p {
  color: #333;
}
body.yellow section h3 {
  color: #333;
}
body.yellow section p.all-btn a {
  color: #fff;
  border: 2px solid #fff;
}
body.yellow section ul.stick {
  background: #fff;
}
body.yellow section ul.stick li {
  color: #333;
}
body.yellow section ul.stick li.active {
  background: #fcee21;
}
body.yellow footer {
  background: #111;
}
body.yellow .contact_flow li {
  color: #fcee21;
}
body.yellow ul.list2 li i {
  color: #fcee21;
}
body.gray {
  background: #fff;
}
body.gray header {
  background: #fff;
}
body.gray header ul li a {
  color: #999;
}
body.gray header ul li.header-entry a {
  background: #999;
  color: #fff;
}
body.gray main #main-visual p a {
  background: #999;
  color: #fff;
}
body.gray #entry {
  background: #999;
}
body.gray #entry p a {
  background: #fff;
  color: #999;
}
body.gray section:nth-child(odd) {
  background: #f5f5f5;
}
body.gray section ul.acc li dl dt,
body.gray section ul.acc li dl dd {
  color: #333;
}
body.gray section > article ol.category li {
  color: #333;
}
body.gray section > article ol.category li.new {
  color: #fff;
}
body.gray section .table.contact-table th,
body.gray section .table.contact-table td {
  color: #333;
}
body.gray section .button_area input[type=submit] {
  border: 2px solid #999;
  color: #999;
}
body.gray section h2.title {
  color: #999;
}
body.gray section h3,
body.gray section h4,
body.gray section p {
  color: #333;
}
body.gray section h3 {
  color: #333;
}
body.gray section p.all-btn a {
  color: #fff;
  border: 2px solid #fff;
}
body.gray section ul.stick {
  background: #fff;
}
body.gray section ul.stick li {
  color: #333;
}
body.gray section ul.stick li.active {
  background: #999;
}
body.gray footer {
  background: #111;
}
body.gray .contact_flow li {
  color: #999;
}
body.gray #cv p a {
  border: 2px solid #999;
  color: #999;
}
body.gray ul.list2 li i {
  color: #999;
}

main {
  margin-top: 109px;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 65px;
  }
}
main #main-visual {
  position: relative;
}
main #main-visual #slider {
  position: relative;
  /*スライダー中央*/
  /*スライダー左*/
  /*スライダー右*/
}
main #main-visual #slider.center {
  width: 100%;
}
main #main-visual #slider.center.shadow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  overflow: hidden;
}
main #main-visual #slider.center + h2.left {
  color: #fff;
  left: 5%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.center + h2.left {
    width: 60%;
    left: 15px;
  }
}
main #main-visual #slider.center + h2.left + h3.left {
  color: #fff;
  left: 5%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.center + h2.left + h3.left {
    width: 60%;
    left: 15px;
    padding: 15px 0 0 0;
  }
}
main #main-visual #slider.center + h2.left + h3.left + p a {
  transform: translate(0, -50%);
  left: 5%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.center + h2.left + h3.left + p a {
    left: 15px;
    position: absolute;
    width: 60%;
  }
}
main #main-visual #slider.center + h2.left + h3.right {
  color: #fff;
  right: 5%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.center + h2.left + h3.right {
    width: 60%;
    right: 15px;
    padding: 15px 0 0 0;
  }
}
main #main-visual #slider.center + h2.right {
  color: #fff;
  right: 5%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.center + h2.right {
    width: 60%;
    right: 15px;
  }
}
main #main-visual #slider.center + h2.right + h3.right {
  color: #fff;
  right: 5%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.center + h2.right + h3.right {
    width: 60%;
    right: 15px;
    padding: 15px 0 0 0;
  }
}
main #main-visual #slider.center + h2.right + h3.right + p a {
  transform: translate(0, -50%);
  left: 55%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.center + h2.right + h3.right + p a {
    left: 35%;
    position: absolute;
    width: 60%;
  }
}
main #main-visual #slider.center + h2.right + h3.left {
  color: #fff;
  left: 5%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.center + h2.right + h3.left {
    width: 60%;
    left: 15px;
    padding: 15px 0 0 0;
  }
}
main #main-visual #slider.center li img {
  width: 100%;
  height: calc(100vh - 109px);
  object-position: 50% 50%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.center li img {
    height: calc(100vh - 62px);
  }
}
main #main-visual #slider.left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.left {
    width: auto;
    margin: 0;
  }
}
main #main-visual #slider.left + p a {
  left: 55%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.left + p a {
    position: static;
    margin: 30px auto 0 auto;
  }
}
main #main-visual #slider.left + h2.left {
  color: #333;
  left: 5%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.left + h2.left {
    position: static;
    transform: none;
    width: auto;
    padding: 15px;
  }
}
main #main-visual #slider.left + h2.left + h3.left {
  color: #333;
  left: 5%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.left + h2.left + h3.left {
    position: static;
    transform: none;
    width: auto;
    padding: 0 15px;
    margin-top: 0 !important;
  }
}
main #main-visual #slider.left + h2.left + h3.right {
  color: #333;
  right: 5%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.left + h2.left + h3.right {
    position: static;
    transform: none;
    width: auto;
    padding: 0 15px;
    margin-top: 0 !important;
  }
}
main #main-visual #slider.left + h2.right {
  color: #333;
  right: 5%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.left + h2.right {
    position: static;
    transform: none;
    width: auto;
    padding: 15px;
  }
}
main #main-visual #slider.left + h2.right + h3.right {
  color: #333;
  right: 5%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.left + h2.right + h3.right {
    position: static;
    transform: none;
    margin-top: 0 !important;
    width: auto;
    padding: 0 15px;
  }
}
main #main-visual #slider.left + h2.right + h3.right + p a {
  left: 55%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.left + h2.right + h3.right + p a {
    position: static;
    transform: none;
    margin-top: 30px !important;
    left: auto;
  }
}
main #main-visual #slider.left + h2.right + h3.left {
  color: #333;
  left: 5%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.left + h2.right + h3.left {
    position: static;
    transform: none;
    width: auto;
    margin-top: 0 !important;
    padding: 0 15px;
  }
}
main #main-visual #slider.left li img {
  width: 100%;
  height: calc(100vh - 109px);
  object-fit: cover;
  object-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.left li img {
    height: auto;
  }
}
main #main-visual #slider.right {
  width: 50%;
  margin-left: 50%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.right {
    width: auto;
    margin: 0;
  }
}
main #main-visual #slider.right + p a {
  left: 55%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.right + p a {
    position: static;
    margin: 30px auto 0 auto;
  }
}
main #main-visual #slider.right + h2.left {
  color: #333;
  left: 5%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.right + h2.left {
    position: static;
    transform: none;
    width: auto;
    padding: 15px;
  }
}
main #main-visual #slider.right + h2.left + h3.left {
  color: #333;
  left: 5%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.right + h2.left + h3.left {
    position: static;
    transform: none;
    width: auto;
    margin-top: 0 !important;
    padding: 0 15px;
  }
}
main #main-visual #slider.right + h2.left + h3.left + p a {
  left: 5%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.right + h2.left + h3.left + p a {
    position: static;
    transform: none;
    margin-top: 30px !important;
    left: auto;
  }
}
main #main-visual #slider.right + h2.left + h3.right {
  color: #fff;
  right: 5%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.right + h2.left + h3.right {
    position: static;
    transform: none;
    width: auto;
    margin-top: 0 !important;
    padding: 0 15px;
  }
}
main #main-visual #slider.right + h2.left + h3.right + p a {
  right: 5%;
  transform: translate(0, -50%);
}
main #main-visual #slider.right + h2.right {
  color: #fff;
  right: 5%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.right + h2.right {
    position: static;
    transform: none;
    width: auto;
    padding: 15px;
  }
}
main #main-visual #slider.right + h3.right {
  color: #fff;
  right: 5%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.right + h3.right {
    position: static;
    transform: none;
    width: auto;
    margin-top: 0 !important;
    padding: 0 15px;
  }
}
main #main-visual #slider.right + h3.right + p a {
  right: 5%;
  transform: translate(0, -50%);
}
main #main-visual #slider.right + h3.left {
  color: #333;
  left: 5%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.right + h3.left {
    position: static;
    transform: none;
    width: auto;
    margin-top: 0 !important;
    padding: 0 15px;
  }
}
main #main-visual #slider.right + h3.left + p a {
  left: 5%;
  transform: translate(0, -50%);
}
main #main-visual #slider.right li img {
  width: 100%;
  height: calc(100vh - 109px);
  object-fit: cover;
  object-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  main #main-visual #slider.right li img {
    height: auto;
  }
}
main #main-visual .video-wrap {
  overflow: hidden;
  position: relative;
}
main #main-visual .video-wrap.shadow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  z-index: 9;
  overflow: hidden;
}
main #main-visual .video-wrap video {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: calc(100% - 92px);
  z-index: -1;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  main #main-visual .video-wrap video {
    transform: translateX(-50%);
    min-height: calc(100% - 62px);
    left: 50%;
  }
}
main #main-visual .video-wrap video + p a, main #main-visual .video-wrap video + h2 + p a, main #main-visual .video-wrap video + h2 + h3 + p a {
  background: #fff;
  color: #333;
}
main #main-visual h2 {
  position: absolute;
  font-weight: bold;
  font-size: 48px;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  main #main-visual h2 {
    font-size: 28px;
  }
}
main #main-visual h2.center {
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
main #main-visual h2.left {
  top: 35%;
  left: 10%;
  transform: translateY(-50%);
  width: 40%;
}
main #main-visual h2.right {
  top: 35%;
  right: 10%;
  transform: translateY(-50%);
  width: 40%;
}
main #main-visual h3 {
  position: absolute;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  main #main-visual h3 {
    font-size: 20px;
  }
}
main #main-visual h3.center {
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
main #main-visual h3.left {
  top: 35%;
  left: 10%;
  transform: translateY(-50%);
  width: 40%;
}
main #main-visual h3.right {
  top: 35%;
  right: 10%;
  transform: translateY(-50%);
  width: 40%;
}
main #main-visual p a {
  position: absolute;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  z-index: 10;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #333;
  color: #fff;
  padding: 20px 60px;
  border-radius: 10px;
  box-shadow: 0px 10px 10px -5px rgba(123, 130, 137, 0.5);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  main #main-visual p a {
    display: block;
    width: 80%;
    font-size: 20px;
  }
}

section {
  padding: 10vh 20px;
}
section > article {
  max-width: 768px;
  margin: 0 auto;
}
section > article .pic img {
  width: 100%;
}
section > article h3 {
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 1vh 0;
}
@media screen and (max-width: 768px) {
  section > article h3 {
    font-size: 20px;
  }
}
section > article ol.category {
  display: flex;
  margin: 1vh 0;
}
section > article ol.category li {
  border: 1px solid #999;
  padding: 3px 6px;
  font-size: 13px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  section > article ol.category li {
    font-size: 12px;
  }
}
section > article ol.category li.new {
  background: #c00;
  color: #fff;
  border: 1px solid #c00;
}
section > article ol.category li.date {
  border: none;
}
section > article .page-navigation {
  border-top: 1px solid #ccc;
  margin: 2.5vh 0 0 0;
  padding: 2.5vh 0 0 0;
}
@media screen and (max-width: 768px) {
  section > article .page-navigation {
    margin: 25px 0 0 0;
    padding: 25px 0 0 0;
  }
}
section > article .page-navigation ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section > article .page-navigation ul li {
    font-size: 14px;
  }
}
section > article .page-navigation ul li.prev a:before {
  content: "<";
  display: inline-block;
  transform: scale(0.7, 1);
  margin: 0 10px 0 0;
}
section > article .page-navigation ul li.all a {
  background: #666;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  display: block;
}
section > article .page-navigation ul li.next a:after {
  content: ">";
  display: inline-block;
  transform: scale(0.7, 1);
  margin: 0 0 0 10px;
}
section .wid {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.sp-no-pa-r {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 50px 15px;
  }
}
section:nth-child(odd) {
  background: #f7f7f7;
}
section .table {
  width: 100%;
}
section .table.contact-table input[type=text],
section .table.contact-table textarea,
section .table.contact-table input[type=email],
section .table.contact-table input[type=tel] {
  border: 1px solid #ccc;
}
section .table.contact-table th,
section .table.contact-table td {
  border: none;
}
section .table.contact-table th .file-box label,
section .table.contact-table td .file-box label {
  padding: 10px 40px;
  font-weight: bold;
  border: 2px solid #666;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  section .table.contact-table th .file-box label,
  section .table.contact-table td .file-box label {
    display: block;
    text-align: center;
  }
}
section .table.contact-table th .file-box input[type=file],
section .table.contact-table td .file-box input[type=file] {
  display: none;
}
section .table.contact-table th .file-box p,
section .table.contact-table td .file-box p {
  margin: 2.5vh 0 0 0;
  font-size: 14px;
}
section .table.contact-table th select,
section .table.contact-table td select {
  border: 1px solid #ccc;
}
section .table.contact-table th .must_contact,
section .table.contact-table td .must_contact {
  font-weight: bold;
  color: #c00;
}
section .table.contact-table th .radio-list,
section .table.contact-table td .radio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
section .table.contact-table th .md-radio,
section .table.contact-table td .md-radio {
  margin: 0;
}
section .table.contact-table th .md-radio.md-radio-inline,
section .table.contact-table td .md-radio.md-radio-inline {
  display: inline-block;
}
section .table.contact-table th .md-radio input[type=radio],
section .table.contact-table td .md-radio input[type=radio] {
  display: none;
}
section .table.contact-table th .md-radio input[type=radio]:checked + label:before,
section .table.contact-table td .md-radio input[type=radio]:checked + label:before {
  border-color: #293056;
  animation: ripple 0.2s linear forwards;
}
section .table.contact-table th .md-radio input[type=radio]:checked + label:after,
section .table.contact-table td .md-radio input[type=radio]:checked + label:after {
  transform: scale(1);
}
section .table.contact-table th .md-radio label,
section .table.contact-table td .md-radio label {
  display: inline-block;
  min-height: 16px;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}
section .table.contact-table th .md-radio label:before, section .table.contact-table th .md-radio label:after,
section .table.contact-table td .md-radio label:before,
section .table.contact-table td .md-radio label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}
section .table.contact-table th .md-radio label:before,
section .table.contact-table td .md-radio label:before {
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.54);
}
section .table.contact-table th .md-radio label:after,
section .table.contact-table td .md-radio label:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #293056;
}
section .table.contact-table th {
  width: 20%;
}
@media screen and (max-width: 768px) {
  section .table.contact-table th {
    width: auto;
  }
}
section .table th,
section .table td {
  border-bottom: 1px solid #f7f7f7;
  padding: 2.5vh 0;
}
@media screen and (max-width: 768px) {
  section .table th,
  section .table td {
    display: block;
    padding: 0;
  }
}
section .table th {
  font-weight: bold;
  padding-right: 2.5vh;
}
@media screen and (max-width: 768px) {
  section .table th {
    border: none;
    padding: 10px 0 0 0;
    font-size: 13px;
  }
}
section .table th span {
  background: #c00;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  float: right;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  section .table th span {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  section .table td {
    font-weight: normal;
    font-size: 14px;
    padding: 10px 0 10px 0;
  }
}
section .table td .error {
  display: block;
  color: #c00;
  margin: 5px 0 0 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section .table td .error {
    font-size: 13px;
  }
}
section > .text,
section .panel > .text {
  max-width: 1024px;
  margin: 0 auto;
}
section > .text.access-map:not(:last-child),
section .panel > .text.access-map:not(:last-child) {
  margin-bottom: 5vh;
}
section > .text .image,
section .panel > .text .image {
  margin: 0 0 2.5vh 0;
  text-align: center;
  position: relative;
  line-height: 0;
}
section > .text .image:after,
section .panel > .text .image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 10px;
  top: 10px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section > .text .image,
  section .panel > .text .image {
    margin: 0 0 30px 0;
  }
}
section > .text .image iframe,
section .panel > .text .image iframe {
  width: 100%;
  height: 400px;
  margin: 2.5vh 0 0 0;
}
@media screen and (max-width: 768px) {
  section > .text .image iframe,
  section .panel > .text .image iframe {
    height: 200px;
    margin: 15px 0 0 0;
  }
}
section > .text h3,
section .panel > .text h3 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  section > .text h3,
  section .panel > .text h3 {
    font-size: 22px;
  }
}
section > .text h4,
section .panel > .text h4 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 1vh 0 0 0;
}
@media screen and (max-width: 768px) {
  section > .text h4,
  section .panel > .text h4 {
    font-size: 16px;
  }
}
section > .text p,
section .panel > .text p {
  margin: 2.5vh 0 0 0;
}
section h2.title {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  margin: 0 0 5vh 0;
}
@media screen and (max-width: 768px) {
  section h2.title {
    font-size: 30px;
  }
}
section h2.title + p {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 2.5vh auto;
}
@media screen and (max-width: 768px) {
  section h2.title + p {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
section h2.title span {
  display: block;
  font-weight: bold;
  font-size: 15px;
  margin: 5px 0 0 0;
  opacity: 0.6;
}
section ul.acc li:not(:last-child) {
  margin: 0 0 2.5vh 0;
  padding: 0 0 2.5vh 0;
  border-bottom: #eee 1px solid;
}
section ul.acc li dl dt {
  font-weight: bold;
  font-size: 18px;
  text-indent: -2em;
  padding-left: 2em;
  position: relative;
  cursor: pointer;
  padding-right: 3em;
}
@media screen and (max-width: 768px) {
  section ul.acc li dl dt {
    font-size: 15px;
  }
}
section ul.acc li dl dt:after {
  content: "+";
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  section ul.acc li dl dt:after {
    top: 12px;
  }
}
section ul.acc li dl dt.on:after {
  content: "-";
}
section ul.acc li dl dt span {
  font-size: 200%;
  font-family: "Roboto", sans-serif !important;
  color: #c00;
}
section ul.acc li dl dd {
  text-indent: -2.3em;
  padding-left: 2.3em;
  display: none;
  margin: 1vh 0 0 0;
}
@media screen and (max-width: 768px) {
  section ul.acc li dl dd {
    font-size: 14px;
    font-weight: normal;
  }
}
section ul.acc li dl dd span {
  font-weight: bold;
  font-family: "Roboto", sans-serif !important;
  font-size: 150%;
  margin-right: 0.5em;
}
section ul.list5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  section ul.list5 {
    display: block;
  }
}
section ul.list5 li {
  width: 48%;
  margin: 0 0 2.5vh 0;
}
@media screen and (max-width: 768px) {
  section ul.list5 li {
    margin-bottom: 15px;
  }
}
section ul.list5 li:nth-last-child(-n+2) {
  margin: 0;
}
@media screen and (max-width: 768px) {
  section ul.list5 li:nth-last-child(-n+2) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  section ul.list5 li:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  section ul.list5 li {
    width: auto;
  }
}
section ul.list5 li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section ul.list5 li dl.top {
  align-items: flex-start;
}
section ul.list5 li dl dt {
  width: 20%;
  font-weight: bold;
}
section ul.list5 li dl dt img {
  width: 100%;
}
section ul.list5 li dl dd {
  width: 75%;
}
section ul.list5 li dl dd h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 1vh 0;
}
@media screen and (max-width: 768px) {
  section ul.list5 li dl dd h3 {
    font-size: 16px;
  }
}
section ul.list4 {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  section ul.list4 {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 768px) {
  section ul.list4:before {
    content: ">";
    position: absolute;
    top: 21px;
    left: 83%;
    transform: scale(0.7, 1.2);
    color: #ccc;
  }
}
section ul.list4:after {
  content: "";
  position: absolute;
  top: 5vh;
  width: 86.5%;
  height: 1px;
  background: #ccc;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section ul.list4:after {
    top: 33px;
    left: 35%;
    width: 50%;
  }
}
section ul.list4 li {
  width: 13%;
  margin: 0 1.5% 0 0;
  position: relative;
  padding: 10vh 0 0 0;
}
section ul.list4 li:first-child:nth-last-child(2), section ul.list4 li:first-child:nth-last-child(2) ~ * {
  width: 48%;
}
@media screen and (max-width: 768px) {
  section ul.list4 li:first-child:nth-last-child(2), section ul.list4 li:first-child:nth-last-child(2) ~ * {
    display: inline-block;
    list-style: none;
    width: 70%;
  }
}
section ul.list4 li:first-child:nth-last-child(3), section ul.list4 li:first-child:nth-last-child(3) ~ * {
  width: 31%;
}
@media screen and (max-width: 768px) {
  section ul.list4 li:first-child:nth-last-child(3), section ul.list4 li:first-child:nth-last-child(3) ~ * {
    display: inline-block;
    list-style: none;
    width: 70%;
  }
}
section ul.list4 li:first-child:nth-last-child(4), section ul.list4 li:first-child:nth-last-child(4) ~ * {
  width: 23%;
}
@media screen and (max-width: 768px) {
  section ul.list4 li:first-child:nth-last-child(4), section ul.list4 li:first-child:nth-last-child(4) ~ * {
    display: inline-block;
    list-style: none;
    width: 70%;
  }
}
section ul.list4 li:first-child:nth-last-child(5), section ul.list4 li:first-child:nth-last-child(5) ~ * {
  width: 18%;
}
@media screen and (max-width: 768px) {
  section ul.list4 li:first-child:nth-last-child(5), section ul.list4 li:first-child:nth-last-child(5) ~ * {
    display: inline-block;
    list-style: none;
    width: 70%;
  }
}
section ul.list4 li:first-child:nth-last-child(6), section ul.list4 li:first-child:nth-last-child(6) ~ * {
  width: 15%;
}
@media screen and (max-width: 768px) {
  section ul.list4 li:first-child:nth-last-child(6), section ul.list4 li:first-child:nth-last-child(6) ~ * {
    display: inline-block;
    list-style: none;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  section ul.list4 li {
    display: inline-block;
    list-style: none;
    width: 70%;
  }
}
section ul.list4 li:last-child {
  margin-right: 0;
}
section ul.list4 li:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #c00;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(5vh - 7.5px);
}
section ul.list4 li:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Roboto", sans-serif !important;
  font-size: 14px;
}
section ul.list4 li:nth-child(1):before {
  content: "Step.1";
}
section ul.list4 li:nth-child(2):before {
  content: "Step.2";
}
section ul.list4 li:nth-child(3):before {
  content: "Step.3";
}
section ul.list4 li:nth-child(4):before {
  content: "Step.4";
}
section ul.list4 li:nth-child(5):before {
  content: "Step.5";
}
section ul.list4 li:nth-child(6):before {
  content: "Step.6";
}
section ul.list4 li:nth-child(7):before {
  content: "Step.7";
}
section ul.list4 li .pic {
  line-height: 0;
}
section ul.list4 li .text h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 1vh 0 0 0;
}
@media screen and (max-width: 768px) {
  section ul.list4 li .text h3 {
    white-space: normal;
    font-size: 18px;
  }
}
section ul.list4 li .text h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 1vh 0 0 0;
}
@media screen and (max-width: 768px) {
  section ul.list4 li .text h4 {
    white-space: normal;
    font-size: 14px;
  }
}
section ul.list4 li .text p {
  font-size: 14px;
  margin: 1vh 0 0 0;
}
@media screen and (max-width: 768px) {
  section ul.list4 li .text p {
    white-space: normal;
    font-size: 12px;
  }
}
section ul.list3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section ul.list3.sp-block {
  align-items: center;
}
@media screen and (max-width: 768px) {
  section ul.list3.sp-block {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  section ul.list3.sp-block li {
    width: auto;
  }
}
section ul.list3.sp-block li .text {
  padding: 0;
}
section ul.list3 li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  section ul.list3 li {
    display: block;
  }
}
section ul.list3 li:not(:last-child) {
  margin: 0 0 5vh 0;
}
@media screen and (max-width: 768px) {
  section ul.list3 li:not(:last-child) {
    margin-bottom: 15px;
  }
}
section ul.list3 li a:hover {
  opacity: 0.7;
}
section ul.list3 li p.name {
  margin: 2.5vh 0 0 0;
  text-align: right;
  font-weight: bold;
}
section ul.list3 li p.name span {
  margin-left: 10px;
  font-weight: bold;
}
section ul.list3 li .pic {
  line-height: 0;
  background-color: #eee;
}
section ul.list3 li .pic img {
  aspect-ratio: 16/9;
  object-fit: contain;
  width: 100%;
}
section ul.list3 li .text {
  background: #fff;
  padding: 2.5vh;
}
@media screen and (max-width: 768px) {
  section ul.list3 li .text {
    padding: 15px;
  }
}
section ul.list3 li .text p.sec {
  margin: 1vh 0 0 0;
}
section ul.list3 li .text p.sec span {
  background: #333;
  color: #fff;
  padding: 3px 6px;
}
@media screen and (max-width: 768px) {
  section ul.list3 li .text p.sec span {
    font-size: 12px;
    padding: 5px;
  }
}
section ul.list3 li .text ul.date {
  display: flex;
  justify-content: flex-start;
  margin: 1vh 0 0 0;
}
@media screen and (max-width: 768px) {
  section ul.list3 li .text ul.date {
    display: block;
  }
}
section ul.list3 li .text ul.date li {
  margin: 0;
  width: auto;
}
@media screen and (max-width: 768px) {
  section ul.list3 li .text ul.date li {
    font-size: 13px;
  }
}
section ul.list3 li .text ul.date li:nth-child(2) {
  border-left: 1px solid #ccc;
  margin-left: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  section ul.list3 li .text ul.date li:nth-child(2) {
    border: none;
    margin: 0;
    padding: 0;
  }
}
section ul.list3 li .text ul.date li dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  section ul.list3 li .text ul.date li dl {
    display: block;
  }
}
section ul.list3 li .text ul.date li dl dt:after {
  content: ":";
}
@media screen and (max-width: 768px) {
  section ul.list3 li .text ul.date li dl dt {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  section ul.list3 li .text ul.date li dl dd {
    font-weight: normal;
  }
}
section ul.list3 li .text h3 {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  section ul.list3 li .text h3 {
    font-size: 16px;
    text-align: left;
  }
}
section ul.list3 li .text h4 {
  font-weight: bold;
  font-size: 20px;
  margin: 1vh 0 0 0;
}
@media screen and (max-width: 768px) {
  section ul.list3 li .text h4 {
    font-size: 16px;
    text-align: center;
  }
}
section ul.list3 li .text p {
  margin: 2vh 0 0 0;
}
section ul.list2 {
  /*add*/
  /*/
  /*横バージョン*/
  /*縦バージョン*/
}
section ul.list2 li {
  position: relative;
}
section ul.list2 li i {
  position: absolute;
  background: #fff;
  z-index: 9;
  font-family: "Roboto", sans-serif !important;
  padding: 10px;
  font-weight: bold;
}
section ul.list2.one-line li {
  width: 100%;
}
section ul.list2.one-line li .pic {
  width: 100%;
}
section ul.list2.one-line li .pic img {
  max-width: inherit;
  width: 100%;
}
section ul.list2.two-line {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  section ul.list2.two-line {
    justify-content: space-between;
  }
}
section ul.list2.two-line li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  section ul.list2.two-line li {
    width: 46%;
  }
}
section ul.list2.two-line li:last-child {
  margin-bottom: 5vh;
}
section ul.list2.two-line li:not(:nth-child(2n)) {
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  section ul.list2.two-line li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
section ul.list2.two-line li .pic {
  width: 100%;
}
section ul.list2.two-line li .pic:has(+ .text) {
  width: 40%;
}
@media screen and (max-width: 768px) {
  section ul.list2.two-line li .pic:has(+ .text) {
    width: auto;
  }
}
section ul.list2.three-line {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  section ul.list2.three-line {
    justify-content: space-between;
  }
}
section ul.list2.three-line li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  section ul.list2.three-line li {
    width: 46%;
  }
}
section ul.list2.three-line li:last-child {
  margin-bottom: 5vh;
}
section ul.list2.three-line li:not(:nth-child(3n)) {
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  section ul.list2.three-line li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
section ul.list2.three-line li .pic {
  width: 100%;
}
section ul.list2.three-line li .pic:has(+ .text) {
  width: 40%;
}
@media screen and (max-width: 768px) {
  section ul.list2.three-line li .pic:has(+ .text) {
    width: auto;
  }
}
section ul.list2.four-line {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  section ul.list2.four-line {
    justify-content: space-between;
  }
}
section ul.list2.four-line li {
  width: 22%;
}
@media screen and (max-width: 768px) {
  section ul.list2.four-line li {
    width: 46%;
  }
}
section ul.list2.four-line li:last-child {
  margin-bottom: 5vh;
}
section ul.list2.four-line li:not(:nth-child(4n)) {
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  section ul.list2.four-line li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
section ul.list2.four-line li .pic {
  width: 100%;
}
section ul.list2.four-line li .pic:has(+ .text) {
  width: 40%;
}
@media screen and (max-width: 768px) {
  section ul.list2.four-line li .pic:has(+ .text) {
    width: auto;
  }
}
section ul.list2.yoko.row li {
  flex-direction: row-reverse;
}
section ul.list2.yoko.row li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  section ul.list2.yoko li {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  section ul.list2.yoko li .text p {
    margin-top: 15px;
  }
}
section ul.list2.yoko li:nth-child(even) {
  flex-direction: row;
}
section ul.list2.yoko li h3 {
  font-size: 24px !important;
}
@media screen and (max-width: 768px) {
  section ul.list2.yoko li h3 {
    font-size: 20px !important;
  }
}
section ul.list2.yoko li h4 {
  font-size: 18px !important;
}
@media screen and (max-width: 768px) {
  section ul.list2.yoko li h4 {
    font-size: 16px !important;
  }
}
section ul.list2.yoko.one-line li {
  width: 100%;
}
section ul.list2.yoko.one-line li .pic {
  width: 40% !important;
}
@media screen and (max-width: 768px) {
  section ul.list2.yoko.one-line li .pic {
    width: 100% !important;
  }
}
section ul.list2.yoko.two-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section ul.list2.yoko.two-line {
    display: block;
  }
}
section ul.list2.yoko.two-line:after {
  content: "";
  display: block;
  width: 48%;
}
section ul.list2.yoko.two-line li {
  width: 48%;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section ul.list2.yoko.two-line li {
    width: auto;
  }
}
section ul.list2.yoko.three-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section ul.list2.yoko.three-line {
    display: block;
  }
}
section ul.list2.yoko.three-line:after {
  content: "";
  display: block;
  width: 30%;
}
section ul.list2.yoko.three-line li {
  width: 30%;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section ul.list2.yoko.three-line li {
    width: auto;
  }
}
section ul.list2.yoko.four-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section ul.list2.yoko.four-line {
    display: block;
  }
}
section ul.list2.yoko.four-line:before {
  content: "";
  display: block;
  width: 22%;
  order: 1;
}
section ul.list2.yoko.four-line:after {
  content: "";
  display: block;
  width: 22%;
}
section ul.list2.yoko.four-line li {
  width: 22%;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section ul.list2.yoko.four-line li {
    width: auto;
  }
}
section ul.list2.tate.row li {
  flex-direction: column-reverse;
}
section ul.list2.tate.row li .pic {
  margin-bottom: 0;
}
section ul.list2.tate.row li .text {
  margin-bottom: 2.5vh;
}
@media screen and (max-width: 768px) {
  section ul.list2.tate.row li .text {
    margin-bottom: 15px;
  }
}
section ul.list2.tate.row li:nth-child(even) {
  flex-direction: column-reverse;
}
section ul.list2.tate li {
  flex-direction: column;
}
section ul.list2.tate li:nth-child(even) {
  flex-direction: column;
}
section ul.list2.tate li:last-child {
  margin: 0 auto 5vh 0 !important;
}
section ul.list2.tate li .pic {
  width: auto;
  margin-bottom: 2.5vh;
}
@media screen and (max-width: 768px) {
  section ul.list2.tate li .pic {
    margin-bottom: 15px;
  }
}
section ul.list2.tate li .text {
  width: auto !important;
}
@media screen and (max-width: 768px) {
  section ul.list2.tate li .text p {
    margin-top: 15px;
  }
}
section ul.list2.tate li h3 {
  font-size: 24px !important;
}
@media screen and (max-width: 768px) {
  section ul.list2.tate li h3 {
    font-size: 20px !important;
  }
}
section ul.list2.tate li h4 {
  font-size: 18px !important;
}
@media screen and (max-width: 768px) {
  section ul.list2.tate li h4 {
    font-size: 16px !important;
  }
}
section ul.list2.tate.one-line li {
  width: 100%;
}
section ul.list2.tate.two-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section ul.list2.tate.two-line {
    display: block;
  }
}
section ul.list2.tate.two-line:after {
  content: "";
  display: block;
  width: 48%;
}
section ul.list2.tate.two-line li {
  width: 48%;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 5vh 0;
}
section ul.list2.tate.two-line li:last-child {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  section ul.list2.tate.two-line li {
    width: auto;
    margin-bottom: 30px;
  }
}
section ul.list2.tate.two-line li .pic:has(+ .text) {
  width: 100%;
}
section ul.list2.tate.three-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section ul.list2.tate.three-line {
    display: block;
  }
}
section ul.list2.tate.three-line:after {
  content: "";
  display: block;
  width: 31%;
}
section ul.list2.tate.three-line li {
  width: 30%;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  section ul.list2.tate.three-line li {
    width: auto;
  }
}
section ul.list2.tate.three-line li .pic:has(+ .text) {
  width: 100%;
}
section ul.list2.tate.four-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section ul.list2.tate.four-line {
    display: block;
  }
}
section ul.list2.tate.four-line:before {
  content: "";
  display: block;
  width: 22%;
  order: 1;
}
section ul.list2.tate.four-line:after {
  content: "";
  display: block;
  width: 22%;
}
section ul.list2.tate.four-line li {
  width: 22%;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  section ul.list2.tate.four-line li {
    width: auto;
  }
}
section ul.list2.tate.four-line li .pic:has(+ .text) {
  width: 100%;
}
section ul.list2 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section ul.list2 li.is-flex-center {
  justify-content: center;
}
section ul.list2 li.is-flex-center .text {
  width: 100%;
}
section ul.list2 li.is-flex-center h3 {
  text-align: center;
}
section ul.list2 li.is-flex-center h4 {
  text-align: center;
}
section ul.list2 li.is-flex-center iframe {
  width: 100%;
  max-width: 700px;
  max-height: 600px;
  aspect-ratio: 16/9;
  display: block;
  margin-inline: auto;
}
section ul.list2 li.is-flex-center p {
  text-align: center;
}
section ul.list2 li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  section ul.list2 li {
    display: block;
  }
}
section ul.list2 li:not(:last-child) {
  margin: 0 0 5vh 0;
}
@media screen and (max-width: 768px) {
  section ul.list2 li:not(:last-child) {
    margin-bottom: 15px;
  }
}
section ul.list2 li .pic {
  width: 40%;
  position: relative;
  line-height: 0;
}
section ul.list2 li .pic:after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 10px;
  top: 10px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section ul.list2 li .pic {
    width: auto;
    margin: 0 0 15px 0;
    text-align: center;
  }
}
section ul.list2 li .pic + .text {
  width: 55%;
}
@media screen and (max-width: 768px) {
  section ul.list2 li .pic + .text {
    width: auto;
  }
}
section ul.list2 li .text {
  width: auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  section ul.list2 li .text {
    width: auto;
  }
}
section ul.list2 li .text h3 {
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  section ul.list2 li .text h3 {
    font-size: 22px;
    text-align: center;
  }
}
section ul.list2 li .text h4 {
  font-weight: bold;
  font-size: 20px;
  margin: 1vh 0 0 0;
}
@media screen and (max-width: 768px) {
  section ul.list2 li .text h4 {
    font-size: 16px;
    text-align: center;
  }
}
section ul.list2 li .text p {
  margin: 2.5vh 0 0 0;
}
section ul.list2 li .text p.btn {
  margin: 5vh 0 0 0;
}
section ul.list2 li .text p.btn a {
  border: 2px solid #666;
  padding: 15px 30px;
  font-weight: bold;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  section ul.list2 li .text p.btn a {
    display: block;
    text-align: center;
  }
}
section ul.list2 li .text p.btn a:after {
  content: ">";
  display: inline-block;
  transform: rotate(90deg) scale(0.7, 1);
  margin: 0 0 0 10px;
}
section ul.list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  section ul.list {
    display: block;
  }
}
section ul.list li {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 768px) {
  section ul.list li {
    width: auto;
  }
}
section ul.list li:nth-child(n+4) {
  display: none;
}
@media screen and (max-width: 768px) {
  section ul.list li a {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  section ul.list li a .pic {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  section ul.list li a .pic + .text {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  section ul.list li a .text {
    width: 100%;
  }
}
section ul.list li:nth-child(n+2) {
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  section ul.list li:nth-child(n+2) {
    margin: 15px 0 0 0;
  }
}
section ul.list li ol.category {
  display: flex;
}
@media screen and (max-width: 768px) {
  section ul.list li ol.category {
    display: block;
  }
}
section ul.list li ol.category li {
  background: #333;
  color: #fff;
  width: auto;
  padding: 3px 6px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  section ul.list li ol.category li {
    margin: 0;
    display: initial;
  }
}
section ul.list li ol.category li:nth-child(n+2) {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  section ul.list li ol.category li:nth-child(n+2) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  section ul.list li ol.category li {
    font-size: 11px;
    padding: 3px 6px;
  }
}
section ul.list li ol.category li.new {
  background: #c00;
}
section ul.list li ol.category li.date {
  background: #fff;
  color: #333;
}
@media screen and (max-width: 768px) {
  section ul.list li ol.category li.date {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
    box-sizing: border-box;
    padding: 0;
    background: none;
  }
}
section ul.list li h3 {
  font-weight: bold;
  font-size: 18px;
  margin: 1vh 0 0 0;
}
@media screen and (max-width: 768px) {
  section ul.list li h3 {
    font-size: 16px;
  }
}
section p.all-btn {
  text-align: center;
  margin: 5vh 0 0 0;
}
section p.all-btn a {
  border-radius: 10px;
  border: 2px solid #666;
  padding: 15px 45px;
  font-weight: bold;
}
section p.all-btn a:after {
  content: ">";
  display: inline-block;
  margin: 0 0 0 10px;
  transform: scale(0.7, 1);
}
section ul.stick {
  position: sticky;
  top: 100px;
  display: flex;
  justify-content: center;
  z-index: 9;
  background: #fff;
  margin: 0 0 5vh 0;
}
@media screen and (max-width: 768px) {
  section ul.stick {
    display: block;
    margin: 0;
    padding: 0;
    width: calc(100% + 15px);
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    top: 62px;
  }
}
section ul.stick li {
  padding: 5px 30px;
  margin: 10px 0;
  border-right: 1px solid #ccc;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  section ul.stick li {
    display: inline-block;
    list-style: none;
    width: 24%;
    font-size: 14px;
    padding: 5px;
    text-align: center;
  }
}
section ul.stick li:hover {
  opacity: 0.7;
}
section ul.stick li:last-child {
  border: none;
}
section ul.stick li.tab.active {
  background-color: #999;
  color: #fff;
}
section .panel {
  margin: 2.5vh auto 0 auto;
  max-width: 1200px;
}
section .panel.active {
  display: block;
}

.lock {
  overflow: hidden;
}

#modal-target {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}

.modal-content {
  display: none;
  margin: 0 50px;
}
@media screen and (max-width: 768px) {
  .modal-content {
    margin: 0 15px;
  }
}

.modal-overlay {
  z-index: 9998;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-wrap {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.modal-open:hover {
  cursor: pointer;
}

.modal-close {
  font-size: 200%;
}
.modal-close:hover {
  cursor: pointer;
  color: #f00;
}

.modal-content > .textarea {
  max-width: 900px;
  margin: 5vh auto;
  position: relative;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .modal-content > .textarea {
    margin: 15px 0;
  }
}
.modal-content > .textarea .privacy {
  padding: 5vh;
}
.modal-content > .textarea > .text {
  padding: 0 5vh 5vh 5vh;
}
@media screen and (max-width: 768px) {
  .modal-content > .textarea > .text {
    padding: 15px;
  }
}
.modal-content > .textarea img {
  width: 100%;
}
.modal-content > .textarea p.sec {
  position: absolute;
  top: 10px;
  left: 10px;
}
.modal-content > .textarea .name-area {
  display: flex;
  justify-content: space-between;
  margin: 2.5vh 0 5vh 0;
}
@media screen and (max-width: 768px) {
  .modal-content > .textarea .name-area {
    display: block;
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .modal-content > .textarea .name-area h3 {
    text-align: left;
  }
}
.modal-content > .textarea ul.sub li {
  display: flex;
  justify-content: space-between;
  width: auto;
  border-top: 1px dotted #ccc;
  padding-top: 5vh;
}
@media screen and (max-width: 768px) {
  .modal-content > .textarea ul.sub li {
    display: block;
    padding-top: 15px;
  }
}
.modal-content > .textarea ul.sub li:nth-child(even):has(.pic) {
  flex-direction: row-reverse;
}
.modal-content > .textarea ul.sub li .pic {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .modal-content > .textarea ul.sub li .pic {
    width: auto;
  }
}
.modal-content > .textarea ul.sub li .pic + .text {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .modal-content > .textarea ul.sub li .pic + .text {
    width: auto;
  }
}
.modal-content > .textarea ul.sub li .text {
  width: auto;
}
@media screen and (max-width: 768px) {
  .modal-content > .textarea ul.sub li .text {
    padding: 15px 0 0 0;
  }
}
.modal-content > .textarea ul.sub li .text h3 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .modal-content > .textarea ul.sub li .text h3 {
    font-size: 18px;
    text-align: left;
  }
}
.modal-content > .textarea ul.sub li .text h4 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .modal-content > .textarea ul.sub li .text h4 {
    font-size: 15px;
    text-align: left;
  }
}
.modal-content > .textarea ul.sub li .text p {
  margin: 2vh 0 0 0;
}
@media screen and (max-width: 768px) {
  .modal-content > .textarea ul.sub li .text p {
    font-size: 13px;
    text-align: left;
  }
}

p.closemodal {
  position: absolute;
  top: -28px;
  right: 5px;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  p.closemodal {
    top: auto;
    left: auto;
    font-size: 20px;
  }
}
p.closemodal a {
  color: #fff;
  position: fixed;
}
@media screen and (max-width: 768px) {
  p.closemodal a {
    background: #333;
    padding: 10px;
    height: 30px;
    line-height: 17px;
    vertical-align: middle;
    display: block;
    top: 0;
    right: 0;
  }
}
p.closemodal a:hover {
  color: #fff;
  opacity: 0.7;
}

.time-schedule.oneday {
  background: #f7f7f7;
  padding: 5vh;
  margin: 5vh 0 0 0;
}
@media screen and (max-width: 768px) {
  .time-schedule.oneday {
    padding: 15px;
    margin: 15px 0 0 0;
  }
}
.time-schedule.oneday .dd-text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .time-schedule.oneday .dd-text {
    font-size: 14px;
  }
}
.time-schedule.oneday ul:after {
  content: "";
  position: absolute;
  left: 84px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #ccc;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .time-schedule.oneday ul:after {
    left: 72px;
  }
}
.time-schedule h3 {
  font-size: 20px;
  margin: 0 0 2.5vh 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .time-schedule h3 {
    text-align: left;
    font-size: 18px;
  }
}
.time-schedule h3:before {
  content: "";
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAVFJREFUSEvFlYttwzAMRC+TNJ2kySRJJ2kzSbJJ2knaTVI8QBQoWqJtIEYFGP5RPN7xJO208dhtnF9LAA6S3iRx5/qV9FXu3+V5WGcGsJd0LUkzogAeC+AkbgTwIemzRJPgJsmqBRgmL5LOkni3mEtE6AH45IBMJrkkJD+5YibxEYAJPyUBtNF6yYDRvTB59/MiAEEEIwmBcTzKh4w5cr3aRB+InjS1CQgIGYA3RWXvAUz7TPcMgFomOTwA1cMCaZCoN+YArBf0DhbNQqO50EQ/ZMoARm40k1SZPYNnAADcsPQA5qA19oxMzCjVhWubPLcm0ib7xVJ9PJcx/DcVqlE8A+/j0ULL8MyF1UHRRbz7rSKzawQy9nxvethb8tYoguc2O7+4uvE9gLhD2gHjDxdiOIRsux4W828HjmlMpXbZscm/HquuAZacySud2oZvDvAHtrdaGe2avCsAAAAASUVORK5CYII=") no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .time-schedule h3:before {
    width: 20px;
    height: 20px;
  }
}
.time-schedule ul {
  position: relative;
}
.time-schedule ul:after {
  content: "";
  position: absolute;
  left: 120px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #ccc;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .time-schedule ul:after {
    left: 101px;
  }
}
.time-schedule ul li {
  width: auto !important;
  margin-bottom: 15px;
}
.time-schedule ul li:last-child {
  margin-bottom: 0;
}
.time-schedule ul li dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .time-schedule ul li dl {
    align-items: flex-start;
  }
}
.time-schedule ul li dl dt {
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
  font-size: 18px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .time-schedule ul li dl dt {
    width: 35%;
    font-size: 15px;
  }
}
.time-schedule ul li dl dt:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #c00;
  border-radius: 50%;
  margin: 0 0 0 10px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .time-schedule ul li dl dt:after {
    width: 10px;
    height: 10px;
  }
}
.time-schedule ul li dl dd {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .time-schedule ul li dl dd {
    width: 63%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .time-schedule ul li dl dd {
    display: block;
  }
}
.time-schedule ul li dl dd .dd-text {
  text-align: left;
  width: 50%;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .time-schedule ul li dl dd .dd-text {
    width: auto;
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.time-schedule ul li dl dd .dd-pic {
  width: 25%;
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  .time-schedule ul li dl dd .dd-pic {
    margin: 0;
    width: auto;
  }
}

.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button_area {
  text-align: center;
  margin: 2.5vh 0 0 0;
}
.button_area input[type=submit] {
  border-radius: 10px;
  border: 2px solid #666;
  padding: 15px 90px;
  font-weight: bold;
  background: transparent;
  color: #000;
  cursor: pointer;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .button_area input[type=submit] {
    font-size: 16px;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
.button_area p#alert {
  color: #c00;
  font-weight: bold;
  display: block;
  margin-bottom: 30px;
}
.button_area .form_back_btn {
  margin: 25px 0 0 0;
}
.button_area .form_back_btn p a:before {
  content: "<";
  display: inline-block;
  transform: scale(0.7, 1);
}

#entry {
  background: #f7f7f7;
  text-align: center;
  padding: 10vh 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #entry p {
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 99;
    width: 100%;
  }
}
#entry p a {
  background: #333;
  color: #fff;
  padding: 25px 25px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  display: block;
  box-shadow: 0px 10px 10px -5px rgba(123, 130, 137, 0.5);
  width: 35%;
  box-sizing: border-box;
}
#entry p a:after {
  content: "→";
  margin: 0;
  float: right;
}
@media screen and (max-width: 768px) {
  #entry p a {
    width: calc(100% - 30px);
    padding: 20px 40px;
    font-size: 18px;
  }
}

.contact_flow {
  margin: 0 0 5vh 0;
}
.contact_flow ul {
  display: flex;
  justify-content: center;
  position: relative;
}
.contact_flow ul:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background: #ccc;
  z-index: -1;
}
.contact_flow ul li {
  text-align: center;
  background: #fafafa;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  margin: 0 2.5vh;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact_flow ul li {
    font-size: 12px;
  }
}
.contact_flow ul li.active {
  background: #eee;
}
.contact_flow ul li span {
  display: block;
  font-family: "Roboto", sans-serif !important;
  font-size: 150%;
  font-weight: bold;
  opacity: 0.5;
}

.check {
  text-align: center;
}

ul.birth {
  display: flex;
}
ul.birth li:not(:last-child) {
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  ul.birth li {
    width: 32%;
  }
}

ul.address li:not(:last-child) {
  margin: 0 0 15px 0;
}
ul.address li:not(:last-child) .half {
  width: 200px;
}

.check {
  margin: 2.5vh 0 0 0;
}
.check a {
  font-weight: bold;
  text-decoration: underline;
  color: #c00;
}
.check input[type=checkbox] {
  display: none;
}
.check input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border: 2px solid #c00;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check input[type=checkbox] + label {
  font-weight: bold;
  color: #414042;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .check input[type=checkbox] + label {
    font-size: 13px;
    display: inline-block;
  }
}
.check input[type=checkbox] + label + a {
  text-decoration: underline;
  font-weight: bold;
  color: #414042;
}
.check input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
.check input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #666;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
@media screen and (max-width: 768px) {
  .check input[type=checkbox] + label:before {
    width: 20px;
    height: 20px;
    top: 0;
  }
}

.thanks h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 2.5vh 0;
}
.thanks .btn_more p {
  text-align: center;
  margin: 5vh 0 0 0;
}
.thanks .btn_more p a {
  border-radius: 10px;
  border: 2px solid #666;
  padding: 15px 90px;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}

#cv p {
  text-align: center;
}
#cv p a {
  border: 2px solid #666;
  border-radius: 10px;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 80px;
}
@media screen and (max-width: 768px) {
  #cv p a {
    font-size: 18px;
    display: block;
  }
}
#cv p a:after {
  content: ">";
  display: inline-block;
  transform: scale(0.7, 1);
  margin: 0 0 0 15px;
}

.select-box {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.select-box:after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.select-box select {
  appearance: none;
  padding: 10px calc(0.8em + 30px) 10px 0.8em;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}

#f-right ul.company {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  #f-right ul.company {
    margin: 0;
  }
}
#f-right ul.company li {
  color: #fff;
}

.two-line .text:has(iframe),
.three-line .text:has(iframe),
.four-line .text:has(iframe) {
  width: 100% !important;
}
.two-line .text iframe,
.three-line .text iframe,
.four-line .text iframe {
  width: 100%;
  height: auto;
  margin: 2.5vh 0 0 0;
}
@media screen and (max-width: 768px) {
  .two-line .text iframe,
  .three-line .text iframe,
  .four-line .text iframe {
    height: auto;
    margin: 15px 0 0 0;
  }
}

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