@charset "UTF-8";
/* pattern-responsive */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  background: #ccc;
  color: #333;
  font-size: 140%;
  box-sizing: border-box;
  border-bottom: 5px solid #333;
  padding: 8px 15px 6px 15px;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a {
  color: inherit;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  background: #ccc;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  border-left: 5px solid #333;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 8px 15px 7px 15px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  background: #ccc;
  font-size: 110%;
  padding: 10px 15px 13px;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  display: block;
  padding: 0 0 5px 15px;
  line-height: 1.2;
  border-bottom: 2px solid #ccc;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-top: 20px;
  line-height: 1.2;
  border-bottom: 1px dashed #999;
}

h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul, .pubcom-table ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul,
* html .pubcom-table ul {
  display: inline-block;
}

.wysiwyg ol, .pubcom-table ol {
  /* 回り込み画像時にリストが出ない問題を解決 */
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 2em;
  list-style: decimal;
}

* html .wysiwyg ol,
* html .pubcom-table ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table ul, .wysiwyg table ol, .pubcom-table table ul, .pubcom-table table ol {
  margin-left: 0;
}

.wysiwyg table p, .pubcom-table table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #eee;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

em, strong, b {
  font-style: normal;
  font-weight: bold;
}

.text_ {
  color: #c00;
}

.text2_ {
  color: #00c;
}

b.text2_ {
  font-weight: normal;
}

.cke_panel_list em, .cke_panel_list strong, .cke_panel_list b {
  font-style: normal;
  font-weight: bold;
}

.cke_panel_list .text_ {
  color: #c00;
}

.cke_panel_list .text2_ {
  color: #00c;
}

.cke_panel_list b.text2_ {
  font-weight: normal;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.75rem;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #2d5f92;
  text-decoration: underline;
}

a:visited {
  color: #2d5f92;
  text-decoration: underline;
}

a:hover {
  color: #2d5f92;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: inherit;
  color: #2d5f92;
}

a:active {
  _background: inherit;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #ccc;
  text-align: center;
}

.scheme2 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme3 {
  background-color: #333;
  text-align: center;
}

.scheme4 {
  background-color: #333;
  text-align: center;
}

.scheme5 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme6 {
  background-color: #333;
  text-align: center;
}

.scheme7 {
  background-color: #ccc;
  text-align: center;
}

.scheme8 {
  background-color: #555;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #eee;
  text-align: center;
}

.scheme10 {
  background-color: #4682c0;
  text-align: center;
}

.scheme11 {
  background-color: #c896bd;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
@media print, screen and (min-width: 769px) {
  form.gsc-search-box {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  form.gsc-search-box {
    width: 100% !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border: 1px solid #000 !important;
    border-radius: 5px 0px 0px 5px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 2px solid #000 !important;
    border-radius: 5px 0px 0px 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 28px;
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 63px;
    font-size: 1.7rem !important;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 28px;
    padding-left: 0 !important;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 30px;
    }
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 63px;
    padding-left: 0 !important;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 67px;
    }
  }
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #000 !important;
    width: 44px !important;
    border: 1px solid #000 !important;
    border-radius: 0px 5px 5px 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #000 !important;
    width: 100px !important;
    border: 1px solid #000 !important;
    border-radius: 0px 5px 5px 0px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 13px !important;
    height: 13px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 26px !important;
    height: 26px !important;
  }
}

.dummy-search-area {
  box-sizing: border-box;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .dummy-search-area {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search-area {
    width: 100%;
  }
}

.dummy-search {
  box-sizing: border-box;
  padding: 10px 0 10px 13px;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .dummy-search {
    border: 1px solid #000;
    height: 30px;
    width: calc(100% - 44px);
    border-radius: 5px 0px 0px 5px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search {
    border: 2px solid #000;
    height: 65px;
    width: calc(100% - 100px);
    border-radius: 5px 0px 0px 5px;
    font-size: 2rem;
  }
}

.dummy-search-btn {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

@media print, screen and (min-width: 769px) {
  .dummy-search-btn {
    background-color: #000;
    flex-basis: 44px;
    width: 44px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 0px 5px 5px 0px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search-btn {
    background-color: #000;
    flex-basis: 100px;
    width: 100px;
    height: 65px;
    border: 1px solid #000;
    border-radius: 0px 5px 5px 0px;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .dummy-search-btn svg {
    width: 13px;
    height: 13px;
    fill: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search-btn svg {
    width: 26px;
    height: 26px;
    fill: #ffffff;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #f5f5f5;
  border: 6px solid #ccc;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}

#smartphone .wrap .ico {
  background-color: #626262;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

@media print {
  body {
    zoom: 1;
  }
}

#header, #footer, #side-nav {
  overflow-wrap: anywhere;
}

.gsst_a .gscb_a {
  color: #333 !important;
}

#header .header-subnav-area #header-logo {
  width: unset;
  margin: unset;
}

#container {
  width: unset;
  margin-top: unset;
}

@media screen and (max-width: 768px) {
  #container {
    margin-inline: 0 !important;
  }
}

a:has(> img) {
  display: inline-block;
}

.l-container {
  width: 1000px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .l-container {
    width: 100%;
    padding-inline: 25px;
    box-sizing: border-box;
  }
}

.mv {
  width: 100%;
  height: 400px;
  display: grid;
  place-items: center;
  background: url(../img_top/mv.png) center/cover;
}

.mv .mv-ttl img {
  width: 295px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .mv .mv-ttl img {
    width: 310px;
  }
}

.cert {
  padding-block: 61px 60px;
  background-color: #fffacc;
}

@media screen and (max-width: 768px) {
  .cert {
    padding-inline: 25px;
    padding-bottom: 79px;
    box-sizing: border-box;
  }
}

.cert .cert-in {
  display: grid;
  grid-template-columns: auto 440px;
  gap: 35px 52px;
  padding: 63px 50px 40px;
  background-color: #fff;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .cert .cert-in {
    display: flex;
    flex-direction: column;
    gap: 46px;
    padding: 53px 33px 60px;
  }
}

.cert .cert-in .cert-content .cert-ttl {
  margin-bottom: 39px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .cert .cert-in .cert-content .cert-ttl {
    margin-bottom: 49px;
    text-align: center;
    font-size: 2.25rem;
  }
}

.cert .cert-in .cert-content .cert-txt {
  font-size: 1rem;
  color: #333;
  line-height: 1.625;
}

@media screen and (max-width: 768px) {
  .cert .cert-in .cert-content .cert-txt {
    font-size: 1.75rem;
    line-height: 1.2857;
  }
}

.cert .cert-in .cert-content .cert-content-img {
  display: grid;
  grid-template-columns: 105px 111px;
  gap: 20px;
  float: right;
  margin-top: 8px;
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .cert .cert-in .cert-content .cert-content-img {
    grid-template-columns: 144px 155px;
    margin-block: 63px 20px;
    margin-left: 10px;
  }
}

.cert .cert-in .cert-content .cert-content-img img {
  width: 100%;
  height: auto;
}

.cert .cert-in .cert-content .cert-img-list {
  display: flex;
  margin-top: 25px;
  gap: 33px;
}

@media print, screen and (min-width: 769px) {
  .cert .cert-in .cert-content .cert-img-list {
    padding-inline: 26px 32px;
  }
}

@media screen and (max-width: 768px) {
  .cert .cert-in .cert-content .cert-img-list {
    gap: 59px;
    margin-top: 17px;
  }
}

.cert .cert-in .cert-content .cert-img-list .item {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .cert .cert-in .cert-content .cert-img-list .item {
    flex: 1;
    max-width: 128px;
  }
}

.cert .cert-in .cert-content .cert-img-list a, .cert .cert-in .cert-content .cert-img-list .item-nolink {
  display: inline-block;
  text-align: center;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .cert .cert-in .cert-content .cert-img-list a, .cert .cert-in .cert-content .cert-img-list .item-nolink {
    width: 170px;
  }
}

.cert .cert-in .cert-content .cert-img-list a .item-in .item-img img, .cert .cert-in .cert-content .cert-img-list .item-nolink .item-in .item-img img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .cert .cert-in .cert-content .cert-img-list a .item-in .item-img img, .cert .cert-in .cert-content .cert-img-list .item-nolink .item-in .item-img img {
    width: 150px;
    height: 150px;
  }
}

.cert .cert-in .cert-content .cert-img-list a .item-in .item-txt, .cert .cert-in .cert-content .cert-img-list .item-nolink .item-in .item-txt {
  margin-top: 15px;
}

.cert .cert-in .cert-content .cert-img-list a:hover {
  text-decoration: underline;
}

.cert .cert-in .cert-img {
  margin-top: 27px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .cert .cert-in .cert-img {
    order: 3;
    padding-inline: 17px;
    padding-bottom: 28px;
  }
}

.cert .cert-in .cert-img::before {
  content: "";
  width: 420px;
  height: 400px;
  background: repeating-linear-gradient(-45deg, #ffe700, #ffe700 3px, #fff 3px, #fff 6px);
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .cert .cert-in .cert-img::before {
    width: 588px;
    height: 560px;
    top: initial;
    bottom: 0;
    background: repeating-linear-gradient(-45deg, #ffe700, #ffe700 4px, #fff 4px, #fff 8px);
  }
}

.cert .cert-in .cert-img img {
  width: 420px;
  height: auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .cert .cert-in .cert-img img {
    width: 588px;
  }
}

.cert .cert-in .sert-btn {
  grid-column: 1/3;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .cert .cert-in .sert-btn {
    order: 2;
  }
}

.cert .cert-in .sert-btn a {
  display: inline-block;
  min-width: 440px;
  box-sizing: border-box;
  padding: 19px 20px 15px;
  border: 3px solid #ffe700;
  border-radius: 10px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #362929;
  text-decoration: none;
  position: relative;
  transition: background-color .3s ease;
}

@media screen and (max-width: 768px) {
  .cert .cert-in .sert-btn a {
    width: 100%;
    padding-block: 15px 19px;
    padding-inline: 68px;
    border-width: 5px;
    text-align: center;
    font-size: 2rem;
  }
}

.cert .cert-in .sert-btn a::before {
  content: "";
  width: 24px;
  height: 18px;
  background: url(../img_top/arrow_yel.png) no-repeat center/24px 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}

@media screen and (max-width: 768px) {
  .cert .cert-in .sert-btn a::before {
    width: 48px;
    height: 36px;
    background-size: 48px 36px;
  }
}

.cert .cert-in .sert-btn a:hover {
  background-color: rgba(255, 231, 0, 0.15);
  transition: background-color .3s ease;
  outline: 2px solid #ffe700;
}

.plus-company {
  margin-top: 99px;
}

.plus-company .sec-ttl-wrap {
  text-align: center;
}

.plus-company .sec-ttl-wrap .sec-ttl {
  display: inline-block;
  padding-bottom: 26px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .plus-company .sec-ttl-wrap .sec-ttl {
    padding-bottom: 5px;
  }
}

.plus-company .sec-ttl-wrap .sec-ttl::before {
  content: "";
  width: 70px;
  height: 6px;
  background-color: #ffe700;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}

@media screen and (max-width: 768px) {
  .plus-company .sec-ttl-wrap .sec-ttl::before {
    width: 84px;
    height: 6px;
  }
}

.plus-company .sec-ttl-wrap .sec-ttl img {
  width: 337px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .plus-company .sec-ttl-wrap .sec-ttl img {
    width: 393px;
  }
}

.plus-company .plus-company-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .plus-company .plus-company-list {
    gap: 40px;
    margin-top: 31px;
  }
}

.plus-company .plus-company-list .item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px 20px 24px;
  width: calc((100% - 40px) / 3);
  border: 1px solid #333;
  position: relative;
}

@media screen and (max-width: 768px) {
  .plus-company .plus-company-list .item {
    width: calc((100% - 40px) / 2);
    border-width: 2px;
  }
}

.plus-company .plus-company-list .item::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ffe700;
  position: absolute;
  top: 0;
  left: 0;
}

.plus-company .plus-company-list .item .plus-company-logo {
  text-align: center;
}

.plus-company .plus-company-list .item .plus-company-logo img {
  width: 92px;
  height: 54px;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .plus-company .plus-company-list .item .plus-company-logo img {
    width: 136px;
    height: 80px;
  }
}

.plus-company .plus-company-list .item .plus-company-name {
  margin-top: 7px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .plus-company .plus-company-list .item .plus-company-name {
    font-size: 1.875rem;
    margin-top: 17px;
  }
}

.plus-company .plus-company-list .item .plus-company-img {
  text-align: center;
  margin-top: 13px;
}

.plus-company .plus-company-list .item .plus-company-img img {
  width: 280px;
  height: 160px;
  object-fit: cover;
}

.plus-company .plus-company-list .item .plus-company-industry {
  text-align: center;
  margin-top: 19px;
}

@media screen and (max-width: 768px) {
  .plus-company .plus-company-list .item .plus-company-industry {
    margin-top: 13px;
  }
}

.plus-company .plus-company-list .item .plus-company-txt {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .plus-company .plus-company-list .item .plus-company-txt {
    margin-top: 13px;
  }
}

.plus-company .plus-company-list .item .plus-company-link {
  margin-top: 24px;
}

.plus-company .plus-company-list .item .plus-company-link a {
  display: grid;
  place-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 13px 40px 15px 16px;
  border: 1px solid #666;
  border-radius: 10px;
  color: #362929;
  text-decoration: none;
  position: relative;
  transition: background-color .3s ease;
}

.plus-company .plus-company-list .item .plus-company-link a::before {
  content: "";
  width: 24px;
  height: 18px;
  background: url(../img_top/arrow_yel.png) no-repeat center/24px 18px;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
}

.plus-company .plus-company-list .item .plus-company-link a:hover {
  text-decoration: underline;
  background-color: rgba(255, 231, 0, 0.15);
  transition: background-color .3s ease;
}

.banner-area {
  margin-top: 150px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .banner-area {
    margin-top: 80px;
  }
}

.banner-area a {
  display: inline-block;
}

.banner-area a:hover {
  opacity: .85;
}

.banner-area img {
  width: 800px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .banner-area img {
    width: 700px;
  }
}

#container {
  margin-inline: 0;
}

footer {
  margin-top: 175px;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 260px;
  }
}

html[data-fontsize="up"] {
  font-size: 133.3%;
}

html[data-fontsize="up2"] {
  font-size: 166.7%;
}

html[data-fontsize="up3"] {
  font-size: 200%;
}

html[data-fontsize="up3"] #sp-header .modal-menu .header-lang .lang-select {
  padding: 15px 27px 15px 44px;
  background: url(../img_common/icon_lang.png) no-repeat left 4px center, url(../img_common/arrow_lang.png) no-repeat right 3px center #fff;
}

html[data-fontsize="up3"] #sp-header .modal-menu .header-lang .btn-lang-select {
  padding-inline: 3px;
}

html[data-bgcolor="color_black"] body, html[data-bgcolor="color_black"] p, html[data-bgcolor="color_black"] div, html[data-bgcolor="color_black"] table, html[data-bgcolor="color_black"] h1, html[data-bgcolor="color_black"] h2, html[data-bgcolor="color_black"] h3, html[data-bgcolor="color_black"] h4, html[data-bgcolor="color_black"] h5, html[data-bgcolor="color_black"] h6, html[data-bgcolor="color_black"] ul, html[data-bgcolor="color_black"] ol, html[data-bgcolor="color_black"] li, html[data-bgcolor="color_black"] td, html[data-bgcolor="color_black"] th, html[data-bgcolor="color_black"] dt, html[data-bgcolor="color_black"] dd, html[data-bgcolor="color_black"] dl, html[data-bgcolor="color_black"] h1, html[data-bgcolor="color_black"] h2, html[data-bgcolor="color_black"] dt, html[data-bgcolor="color_black"] caption, html[data-bgcolor="color_black"] section, html[data-bgcolor="color_black"] span, html[data-bgcolor="color_black"] header, html[data-bgcolor="color_black"] footer, html[data-bgcolor="color_black"] nav {
  background-color: #000 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}

html[data-bgcolor="color_black"] a {
  background-color: #000 !important;
  color: #FFFF00 !important;
}

html[data-bgcolor="color_black"] a:visited {
  color: #f5c77b !important;
}

html[data-bgcolor="color_black"] a:hover {
  color: #f5c77b !important;
}

html[data-bgcolor="color_black"] h1, html[data-bgcolor="color_black"] h2, html[data-bgcolor="color_black"] h3, html[data-bgcolor="color_black"] h4, html[data-bgcolor="color_black"] h5, html[data-bgcolor="color_black"] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}

html[data-bgcolor="color_black"] h5 {
  padding: 10px 0px;
}

html[data-bgcolor="color_black"] .wysiwyg .text_ {
  color: #ffdbea !important;
}

html[data-bgcolor="color_black"] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}

html[data-bgcolor="color_black"] #pdf-download {
  color: #333 !important;
}

html[data-bgcolor="color_black"] #header-logo img,
html[data-bgcolor="color_black"] #header-subnav .list li a,
html[data-bgcolor="color_black"] #header-size .title img,
html[data-bgcolor="color_black"] #header-color .title img,
html[data-bgcolor="color_black"] header .header-subnav-in li img,
html[data-bgcolor="color_black"] #footer-logo img,
html[data-bgcolor="color_black"] #footer-character img {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}

html[data-bgcolor="color_black"] .side-nav-list {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] .side-nav-list li span {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] #keyword-area {
  background: transparent !important;
}

html[data-bgcolor="color_black"] .toiawase .title, html[data-bgcolor="color_black"] .toiawase .in {
  border: 1px solid #fff;
}

html[data-bgcolor="color_black"] .toiawase .in {
  border-top: none;
}

html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] .gsst_a .gscb_a {
  color: inherit !important;
}

html[data-bgcolor="color_black"] #header .header-subnav-area .pc-menu-btn a {
  background-color: #fff !important;
  color: #333 !important;
}

html[data-bgcolor="color_black"] #header .header-subnav-area .pc-modal-bg {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] #header .header-subnav-area .pc-modal {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

html[data-bgcolor="color_black"] #header .header-subnav-area .pc-modal .in {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] #header .header-subnav-area .pc-modal .in .box {
  border: 1px solid #fff;
}

html[data-bgcolor="color_black"] #header .header-subnav-area .pc-modal .in .pc-modal-close a {
  background-color: #fff !important;
  color: #333 !important;
}

html[data-bgcolor="color_black"] #sp-header > .box #sp-header-logo img {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] #sp-header > .box #sp-header-nav .menu-btn-menu a {
  background-color: #fff !important;
  color: #333 !important;
}

html[data-bgcolor="color_black"] #sp-header .modal-menu-bg {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] #sp-header .modal-menu .box {
  border: 2px solid #fff;
}

html[data-bgcolor="color_black"] #sp-header .go-to-pc a, html[data-bgcolor="color_black"] #sp-header .modal-menu-close a {
  background-color: #fff !important;
  color: #333 !important;
}

html[data-bgcolor="color_black"] footer {
  border-top: 1px solid #fff;
}

html[data-bgcolor="color_black"] footer #pagetop * {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] footer .in .footer-logo img {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] footer .in .footer-link .item a {
  border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  html[data-bgcolor="color_black"] footer .in .footer-link .item a {
    border-width: 2px;
  }
}

html[data-bgcolor="color_black"] .mv {
  background: url(../img_top/mv.png) center/cover !important;
}

html[data-bgcolor="color_black"] .cert .cert-in .cert-content .cert-content-img img {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] .plus-company .sec-ttl-wrap .sec-ttl {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] .plus-company .plus-company-list .item {
  border-color: #fff !important;
}

html[data-bgcolor="color_blue"] body, html[data-bgcolor="color_blue"] p, html[data-bgcolor="color_blue"] div, html[data-bgcolor="color_blue"] table, html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] h3, html[data-bgcolor="color_blue"] h4, html[data-bgcolor="color_blue"] h5, html[data-bgcolor="color_blue"] h6, html[data-bgcolor="color_blue"] ul, html[data-bgcolor="color_blue"] ol, html[data-bgcolor="color_blue"] li, html[data-bgcolor="color_blue"] td, html[data-bgcolor="color_blue"] th, html[data-bgcolor="color_blue"] dt, html[data-bgcolor="color_blue"] dd, html[data-bgcolor="color_blue"] dl, html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] dt, html[data-bgcolor="color_blue"] caption, html[data-bgcolor="color_blue"] section, html[data-bgcolor="color_blue"] span, html[data-bgcolor="color_blue"] header, html[data-bgcolor="color_blue"] footer, html[data-bgcolor="color_blue"] nav {
  background-color: #005795 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}

html[data-bgcolor="color_blue"] a {
  background-color: #005795 !important;
  color: #FFFF00 !important;
}

html[data-bgcolor="color_blue"] a:visited {
  color: #f5c77b !important;
}

html[data-bgcolor="color_blue"] a:hover {
  color: #f5c77b !important;
}

html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] h3, html[data-bgcolor="color_blue"] h4, html[data-bgcolor="color_blue"] h5, html[data-bgcolor="color_blue"] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}

html[data-bgcolor="color_blue"] h5 {
  padding: 10px 0px;
}

html[data-bgcolor="color_blue"] .wysiwyg .text_ {
  color: #ffdbea !important;
}

html[data-bgcolor="color_blue"] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}

html[data-bgcolor="color_blue"] #pdf-download {
  color: #333 !important;
}

html[data-bgcolor="color_blue"] #header-logo img,
html[data-bgcolor="color_blue"] #header-subnav .list li a,
html[data-bgcolor="color_blue"] #header-size .title img,
html[data-bgcolor="color_blue"] #header-color .title img,
html[data-bgcolor="color_blue"] header .header-subnav-in li img,
html[data-bgcolor="color_blue"] #footer-logo img,
html[data-bgcolor="color_blue"] #footer-character img {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] .side-nav-list {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] .side-nav-list li span {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] #keyword-area {
  background: transparent !important;
}

html[data-bgcolor="color_blue"] .toiawase .title, html[data-bgcolor="color_blue"] .toiawase .in {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] .toiawase .in {
  border-top: none;
}

html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] .gsst_a .gscb_a {
  color: inherit !important;
}

html[data-bgcolor="color_blue"] #header .header-subnav-area .pc-menu-btn a {
  background-color: #fff !important;
  color: #333 !important;
}

html[data-bgcolor="color_blue"] #header .header-subnav-area .pc-modal-bg {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] #header .header-subnav-area .pc-modal {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

html[data-bgcolor="color_blue"] #header .header-subnav-area .pc-modal .in {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] #header .header-subnav-area .pc-modal .in .box {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] #header .header-subnav-area .pc-modal .in .pc-modal-close a {
  background-color: #fff !important;
  color: #333 !important;
}

html[data-bgcolor="color_blue"] #sp-header > .box #sp-header-logo img {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] #sp-header > .box #sp-header-nav .menu-btn-menu a {
  background-color: #fff !important;
  color: #333 !important;
}

html[data-bgcolor="color_blue"] #sp-header .modal-menu-bg {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] #sp-header .modal-menu .box {
  border: 2px solid #fff;
}

html[data-bgcolor="color_blue"] #sp-header .go-to-pc a, html[data-bgcolor="color_blue"] #sp-header .modal-menu-close a {
  background-color: #fff !important;
  color: #333 !important;
}

html[data-bgcolor="color_blue"] footer {
  border-top: 1px solid #fff;
}

html[data-bgcolor="color_blue"] footer #pagetop * {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] footer .in .footer-logo img {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] footer .in .footer-link .item a {
  border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  html[data-bgcolor="color_blue"] footer .in .footer-link .item a {
    border-width: 2px;
  }
}

html[data-bgcolor="color_blue"] .mv {
  background: url(../img_top/mv.png) center/cover !important;
}

html[data-bgcolor="color_blue"] .cert .cert-in .cert-content .cert-content-img img {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] .plus-company .sec-ttl-wrap .sec-ttl {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] .plus-company .plus-company-list .item {
  border-color: #fff !important;
}
