@charset "UTF-8";
.title-image {
  display: none !important;
}

.entry-content table {
  background-color: #fff;
  border: 1px solid #000;
}
.entry-content table th {
  border: 1px solid #000;
  width: 38%;
  font-size: 14px;
}
.entry-content table td {
  border: 1px solid #000;
  font-size: 14px;
}
.entry-content .section-box-md {
  margin-bottom: 40px;
  padding: 10px 60px !important;
  background-color: #fff !important;
  margin: 30px 0;
}

@media only screen and (max-width: 600px) {
  .section-box-md .register-confirm table th {
    width: 42%;
    font-size: 11.5px;
    padding: 8px;
  }
  .section-box-md .register-confirm table td {
    font-size: 11.5px;
    padding: 8px;
  }
}
.section-box-md,
.entry-content {
  /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
}
.section-box-md .heading-1x,
.entry-content .heading-1x {
  font-size: 24px;
}
.section-box-md input[type=text],
.section-box-md input[type=number],
.section-box-md input[type=email],
.section-box-md input[type=password],
.section-box-md select,
.entry-content input[type=text],
.entry-content input[type=number],
.entry-content input[type=email],
.entry-content input[type=password],
.entry-content select {
  font-size: 15px !important;
}
.section-box-md input[type=text]::-moz-placeholder, .section-box-md input[type=number]::-moz-placeholder, .section-box-md input[type=email]::-moz-placeholder, .section-box-md input[type=password]::-moz-placeholder, .section-box-md select::-moz-placeholder, .entry-content input[type=text]::-moz-placeholder, .entry-content input[type=number]::-moz-placeholder, .entry-content input[type=email]::-moz-placeholder, .entry-content input[type=password]::-moz-placeholder, .entry-content select::-moz-placeholder {
  color: #999;
}
.section-box-md input[type=text]::placeholder,
.section-box-md input[type=number]::placeholder,
.section-box-md input[type=email]::placeholder,
.section-box-md input[type=password]::placeholder,
.section-box-md select::placeholder,
.entry-content input[type=text]::placeholder,
.entry-content input[type=number]::placeholder,
.entry-content input[type=email]::placeholder,
.entry-content input[type=password]::placeholder,
.entry-content select::placeholder {
  color: #999;
}
.section-box-md .edel-button,
.entry-content .edel-button {
  background-color: #3489ff !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 600;
  padding: 20px 5px !important;
  border-radius: 4px !important;
  margin-top: 25px !important;
}
.section-box-md .toast-title,
.entry-content .toast-title {
  font-weight: 700;
}
.section-box-md .toast-message,
.entry-content .toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.section-box-md .toast-message a,
.section-box-md .toast-message label,
.entry-content .toast-message a,
.entry-content .toast-message label {
  color: #fff;
}
.section-box-md .toast-message a:hover,
.entry-content .toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}
.section-box-md .toast-close-button,
.entry-content .toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.section-box-md .toast-close-button:focus,
.section-box-md .toast-close-button:hover,
.entry-content .toast-close-button:focus,
.entry-content .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.section-box-md .rtl .toast-close-button,
.entry-content .rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
.section-box-md button.toast-close-button,
.entry-content button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.section-box-md .toast-top-center,
.entry-content .toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.section-box-md .toast-bottom-center,
.entry-content .toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.section-box-md .toast-top-full-width,
.entry-content .toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.section-box-md .toast-bottom-full-width,
.entry-content .toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.section-box-md .toast-top-left,
.entry-content .toast-top-left {
  top: 12px;
  left: 12px;
}
.section-box-md .toast-top-right,
.entry-content .toast-top-right {
  top: 12px;
  right: 12px;
}
.section-box-md .toast-bottom-right,
.entry-content .toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.section-box-md .toast-bottom-left,
.entry-content .toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.section-box-md #toast-container,
.entry-content #toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}
.section-box-md #toast-container *,
.entry-content #toast-container * {
  box-sizing: border-box;
}
.section-box-md #toast-container > div,
.entry-content #toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.section-box-md #toast-container > div.rtl,
.entry-content #toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
.section-box-md #toast-container > div:hover,
.entry-content #toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
.section-box-md #toast-container > .toast-info,
.entry-content #toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
.section-box-md #toast-container > .toast-error,
.entry-content #toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
.section-box-md #toast-container > .toast-success,
.entry-content #toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
.section-box-md #toast-container > .toast-warning,
.entry-content #toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
.section-box-md #toast-container.toast-bottom-center > div,
.section-box-md #toast-container.toast-top-center > div,
.entry-content #toast-container.toast-bottom-center > div,
.entry-content #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.section-box-md #toast-container.toast-bottom-full-width > div,
.section-box-md #toast-container.toast-top-full-width > div,
.entry-content #toast-container.toast-bottom-full-width > div,
.entry-content #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.section-box-md .toast,
.entry-content .toast {
  background-color: #030303;
}
.section-box-md .toast-success,
.entry-content .toast-success {
  background-color: #51a351;
}
.section-box-md .toast-error,
.entry-content .toast-error {
  background-color: #bd362f;
}
.section-box-md .toast-info,
.entry-content .toast-info {
  background-color: #2f96b4;
}
.section-box-md .toast-warning,
.entry-content .toast-warning {
  background-color: #f89406;
}
.section-box-md .toast-progress,
.entry-content .toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
@media all and (max-width: 240px) {
  .section-box-md #toast-container > div,
  .entry-content #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .section-box-md #toast-container > div.rtl,
  .entry-content #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  .section-box-md #toast-container .toast-close-button,
  .entry-content #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  .section-box-md #toast-container .rtl .toast-close-button,
  .entry-content #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .section-box-md #toast-container > div,
  .entry-content #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .section-box-md #toast-container > div.rtl,
  .entry-content #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  .section-box-md #toast-container .toast-close-button,
  .entry-content #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  .section-box-md #toast-container .rtl .toast-close-button,
  .entry-content #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .section-box-md #toast-container > div,
  .entry-content #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  .section-box-md #toast-container > div.rtl,
  .entry-content #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
.section-box-md html,
.entry-content html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
.section-box-md body,
.entry-content body {
  margin: 0;
}
.section-box-md h1,
.entry-content h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.section-box-md hr,
.entry-content hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.section-box-md pre,
.entry-content pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.section-box-md a,
.entry-content a {
  background-color: transparent;
}
.section-box-md abbr[title],
.entry-content abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.section-box-md b,
.section-box-md strong,
.entry-content b,
.entry-content strong {
  font-weight: bolder;
}
.section-box-md code,
.section-box-md kbd,
.section-box-md samp,
.entry-content code,
.entry-content kbd,
.entry-content samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.section-box-md small,
.entry-content small {
  font-size: 80%;
}
.section-box-md sub,
.section-box-md sup,
.entry-content sub,
.entry-content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.section-box-md sub,
.entry-content sub {
  bottom: -0.25em;
}
.section-box-md sup,
.entry-content sup {
  top: -0.5em;
}
.section-box-md img,
.entry-content img {
  border-style: none;
}
.section-box-md button,
.section-box-md input,
.section-box-md optgroup,
.section-box-md select,
.section-box-md textarea,
.entry-content button,
.entry-content input,
.entry-content optgroup,
.entry-content select,
.entry-content textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.section-box-md button,
.section-box-md input,
.entry-content button,
.entry-content input {
  overflow: visible;
}
.section-box-md button,
.section-box-md select,
.entry-content button,
.entry-content select {
  text-transform: none;
}
.section-box-md button,
.section-box-md [type=button],
.section-box-md [type=reset],
.section-box-md [type=submit],
.entry-content button,
.entry-content [type=button],
.entry-content [type=reset],
.entry-content [type=submit] {
  -webkit-appearance: button;
}
.section-box-md button::-moz-focus-inner,
.section-box-md [type=button]::-moz-focus-inner,
.section-box-md [type=reset]::-moz-focus-inner,
.section-box-md [type=submit]::-moz-focus-inner,
.entry-content button::-moz-focus-inner,
.entry-content [type=button]::-moz-focus-inner,
.entry-content [type=reset]::-moz-focus-inner,
.entry-content [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.section-box-md button:-moz-focusring,
.section-box-md [type=button]:-moz-focusring,
.section-box-md [type=reset]:-moz-focusring,
.section-box-md [type=submit]:-moz-focusring,
.entry-content button:-moz-focusring,
.entry-content [type=button]:-moz-focusring,
.entry-content [type=reset]:-moz-focusring,
.entry-content [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.section-box-md fieldset,
.entry-content fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.section-box-md legend,
.entry-content legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.section-box-md progress,
.entry-content progress {
  vertical-align: baseline;
}
.section-box-md textarea,
.entry-content textarea {
  overflow: auto;
}
.section-box-md [type=checkbox],
.section-box-md [type=radio],
.entry-content [type=checkbox],
.entry-content [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.section-box-md [type=number]::-webkit-inner-spin-button,
.section-box-md [type=number]::-webkit-outer-spin-button,
.entry-content [type=number]::-webkit-inner-spin-button,
.entry-content [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.section-box-md [type=search],
.entry-content [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.section-box-md [type=search]::-webkit-search-decoration,
.entry-content [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.section-box-md ::-webkit-file-upload-button,
.entry-content ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.section-box-md details,
.entry-content details {
  display: block;
}
.section-box-md summary,
.entry-content summary {
  display: list-item;
}
.section-box-md template,
.entry-content template {
  display: none;
}
.section-box-md [hidden],
.entry-content [hidden] {
  display: none;
}
.section-box-md .sheet-row-1,
.entry-content .sheet-row-1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-box-md .sheet-row-2,
.entry-content .sheet-row-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-box-md .sheet-row-3,
.entry-content .sheet-row-3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-box-md .sheet-row-6,
.entry-content .sheet-row-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 158px;
}
.section-box-md .sheet-row-8,
.entry-content .sheet-row-8 {
  min-height: 224px;
}
.section-box-md #gojuon,
.entry-content #gojuon {
  border-collapse: collapse;
  width: 100%;
}
.section-box-md #gojuon td,
.section-box-md #customers th,
.entry-content #gojuon td,
.entry-content #customers th {
  border: 1px solid #ddd;
  padding: 0;
}
.section-box-md #univname_area,
.entry-content #univname_area {
  width: 100%;
  height: 200px;
  border: 1px solid #ddd;
  padding: 10px 5px;
  overflow-y: scroll;
  display: block;
  box-sizing: border-box;
  margin-top: 10px;
  cursor: pointer;
}
.section-box-md #univname_area span,
.entry-content #univname_area span {
  display: block;
}
.section-box-md #univname_area span:hover,
.entry-content #univname_area span:hover {
  background: #e0f3ff;
}
.section-box-md .toast-info,
.entry-content .toast-info {
  background-color: #0099ff;
}
.section-box-md *,
.entry-content * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-box-md html,
.entry-content html {
  font-size: 62.5%;
}
.section-box-md body,
.entry-content body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  line-height: 2;
  background-color: #f3f8fc;
  color: #333;
  word-break: break-word;
}
.section-box-md main,
.entry-content main {
  padding: 80px 0 0;
}
.section-box-md a,
.entry-content a {
  text-decoration: none;
  color: #0099ff;
  transition: 0.3s;
  cursor: pointer;
}
.section-box-md a:hover,
.entry-content a:hover {
  text-decoration: underline;
}
.section-box-md button,
.entry-content button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.section-box-md ul,
.section-box-md li,
.entry-content ul,
.entry-content li {
  list-style: none;
}
.section-box-md table,
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.section-box-md input[type=text],
.section-box-md input[type=password],
.section-box-md input[type=email],
.section-box-md input[type=submit],
.section-box-md select,
.entry-content input[type=text],
.entry-content input[type=password],
.entry-content input[type=email],
.entry-content input[type=submit],
.entry-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: 1.6rem;
  cursor: pointer;
}
.section-box-md select::-ms-expand,
.entry-content select::-ms-expand {
  display: none;
}
.section-box-md input[type=text]:focus,
.section-box-md input[type=password]:focus,
.section-box-md input[type=email]:focus,
.section-box-md input[type=submit]:focus,
.section-box-md select:focus,
.entry-content input[type=text]:focus,
.entry-content input[type=password]:focus,
.entry-content input[type=email]:focus,
.entry-content input[type=submit]:focus,
.entry-content select:focus {
  outline: 0;
  border: none;
}
.section-box-md pre,
.entry-content pre {
  font-family: "Noto Sans JP", sans-serif;
  white-space: pre-wrap;
}
.section-box-md .ad-horizontal,
.entry-content .ad-horizontal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.section-box-md .ad-horizontal__content,
.entry-content .ad-horizontal__content {
  margin-right: 10px;
  margin-left: 10px;
}
@media (max-width: 1244px) {
  .section-box-md .ad-horizontal__content,
  .entry-content .ad-horizontal__content {
    max-width: calc((100% - 40px) / 2);
  }
}
.section-box-md .ad-horizontal__content a,
.entry-content .ad-horizontal__content a {
  display: block;
  width: 100%;
}
.section-box-md .ad-horizontal__content a img,
.entry-content .ad-horizontal__content a img {
  width: 100%;
}
.section-box-md .ad-horizontal__content img,
.entry-content .ad-horizontal__content img {
  width: 100%;
}
.section-box-md .ad-vertical,
.entry-content .ad-vertical {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-box-md .ad-vertical__content,
.entry-content .ad-vertical__content {
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}
@media (max-width: 1244px) {
  .section-box-md .ad-vertical__content,
  .entry-content .ad-vertical__content {
    max-width: calc((100% - 40px) / 2);
  }
}
.section-box-md .ad-vertical__content a,
.entry-content .ad-vertical__content a {
  display: block;
  width: 100%;
}
.section-box-md .ad-vertical__content a img,
.entry-content .ad-vertical__content a img {
  width: 100%;
}
.section-box-md .ad-vertical__content img,
.entry-content .ad-vertical__content img {
  width: 100%;
}
.section-box-md .ad-banner,
.section-box-md .ad_banner,
.entry-content .ad-banner,
.entry-content .ad_banner {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.section-box-md .ad-page-top,
.entry-content .ad-page-top {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 840px) {
  .section-box-md .ad-page-top,
  .entry-content .ad-page-top {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.section-box-md .aside-section,
.entry-content .aside-section {
  padding: 80px 16px;
}
.section-box-md .aside-section--white,
.entry-content .aside-section--white {
  background-color: #fff;
}
.section-box-md .aside-section--white ::-webkit-scrollbar,
.entry-content .aside-section--white ::-webkit-scrollbar {
  display: block;
  height: 8px;
}
.section-box-md .aside-section--white ::-webkit-scrollbar-track,
.entry-content .aside-section--white ::-webkit-scrollbar-track {
  background-color: transparent;
}
.section-box-md .aside-section--white ::-webkit-scrollbar-thumb,
.entry-content .aside-section--white ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #e6e9eb;
}
.section-box-md .aside-section--gray080,
.entry-content .aside-section--gray080 {
  background-color: #0073bf;
  color: #fff;
}
.section-box-md .aside-section--gray080 ::-webkit-scrollbar,
.entry-content .aside-section--gray080 ::-webkit-scrollbar {
  display: block;
  height: 8px;
}
.section-box-md .aside-section--gray080 ::-webkit-scrollbar-track,
.entry-content .aside-section--gray080 ::-webkit-scrollbar-track {
  background-color: transparent;
}
.section-box-md .aside-section--gray080 ::-webkit-scrollbar-thumb,
.entry-content .aside-section--gray080 ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #667985;
}
.section-box-md .aside-section--gray090,
.entry-content .aside-section--gray090 {
  background-color: #005994;
  color: #fff;
}
.section-box-md .aside-section--gray090 ::-webkit-scrollbar,
.entry-content .aside-section--gray090 ::-webkit-scrollbar {
  display: block;
  height: 8px;
}
.section-box-md .aside-section--gray090 ::-webkit-scrollbar-track,
.entry-content .aside-section--gray090 ::-webkit-scrollbar-track {
  background-color: transparent;
}
.section-box-md .aside-section--gray090 ::-webkit-scrollbar-thumb,
.entry-content .aside-section--gray090 ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #4d6371;
}
.section-box-md .aside-section__inner,
.entry-content .aside-section__inner {
  margin: auto;
  max-width: 1180px;
}
.section-box-md .aside-section__list,
.entry-content .aside-section__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
.section-box-md .aside-section__link,
.entry-content .aside-section__link {
  display: block;
  position: relative;
}
.section-box-md .aside-section__link:hover,
.entry-content .aside-section__link:hover {
  text-decoration: none;
}
.section-box-md .aside-section__link:hover .aside-section__image,
.entry-content .aside-section__link:hover .aside-section__image {
  transform: scale(1.1);
}
.section-box-md .aside-section__image-wrap,
.entry-content .aside-section__image-wrap {
  display: block;
  margin-bottom: 12px;
  overflow: hidden;
}
.section-box-md .aside-section__image,
.entry-content .aside-section__image {
  width: 100%;
  height: 91px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
  vertical-align: middle;
}
.section-box-md .aside-section__title,
.entry-content .aside-section__title {
  font-weight: bold;
  line-height: 1.4;
}
.section-box-md .aside-section__title--white,
.entry-content .aside-section__title--white {
  color: #fff;
}
.section-box-md .aside-section__text,
.entry-content .aside-section__text {
  font-size: 1.28rem;
}
.section-box-md .aside-section__count,
.entry-content .aside-section__count {
  font-size: 1.28rem;
  font-weight: bold;
}
@media (max-width: 1244px) {
  .section-box-md .aside-section,
  .entry-content .aside-section {
    padding: 60px 16px;
  }
  .section-box-md .aside-section__list,
  .entry-content .aside-section__list {
    grid-template-columns: 271px 271px 271px 271px;
    overflow-x: scroll;
  }
}
.section-box-md .block-4xl,
.entry-content .block-4xl {
  margin-bottom: 80px;
}
.section-box-md .block-3xl,
.entry-content .block-3xl {
  margin-bottom: 60px;
}
.section-box-md .block-2xl,
.entry-content .block-2xl {
  margin-bottom: 48px;
}
.section-box-md .block-xl,
.entry-content .block-xl {
  margin-bottom: 40px;
}
.section-box-md .block-md,
.entry-content .block-md {
  margin-bottom: 24px;
}
.section-box-md .block-sm,
.entry-content .block-sm {
  margin-bottom: 20px;
}
.section-box-md .block-xs,
.entry-content .block-xs {
  margin-bottom: 16px;
}
.section-box-md .block-2xs,
.entry-content .block-2xs {
  margin-bottom: 12px;
}
.section-box-md .block-2xs p,
.entry-content .block-2xs p {
  margin: 0;
  padding: 0;
}
.section-box-md .block-3xs,
.entry-content .block-3xs {
  margin-bottom: 8px;
}
.section-box-md .block-4xs,
.entry-content .block-4xs {
  margin-bottom: 4px;
}
.section-box-md .breacrumb,
.entry-content .breacrumb {
  padding: 12px 16px;
  background-color: #fff;
  white-space: nowrap;
  overflow-x: scroll;
}
.section-box-md .breacrumb::-webkit-scrollbar,
.entry-content .breacrumb::-webkit-scrollbar {
  display: block;
  height: 8px;
}
.section-box-md .breacrumb::-webkit-scrollbar-track,
.entry-content .breacrumb::-webkit-scrollbar-track {
  background-color: transparent;
}
.section-box-md .breacrumb::-webkit-scrollbar-thumb,
.entry-content .breacrumb::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #e6e9eb;
}
.section-box-md .breacrumb__inner,
.entry-content .breacrumb__inner {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 1180px;
}
.section-box-md .breacrumb__inner li,
.entry-content .breacrumb__inner li {
  display: flex;
  align-items: center;
  color: rgba(0, 31, 51, 0.6);
  font-size: 1.28rem;
}
.section-box-md .breacrumb__inner li:not(:last-child):after,
.entry-content .breacrumb__inner li:not(:last-child):after {
  display: block;
  padding: 0 8px;
  width: 12px;
  height: 12px;
  background-image: url(/assets/v2/icon/ic-arrow-next-dark-gray-2ccf5d0a5cc439b7b9a5ad51d9f78dc28975874bbe82847158c784d246f896ef.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}
.section-box-md .breacrumb__inner li a,
.entry-content .breacrumb__inner li a {
  color: rgba(0, 31, 51, 0.6);
  font-size: 1.28rem;
}
.section-box-md .primary-button-medium,
.entry-content .primary-button-medium {
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
  line-height: 1;
  padding: 16px 24px;
  min-width: 160px;
  font-size: 1.6rem;
  border-radius: 100px;
  box-shadow: 0 4px 4px rgba(0, 31, 51, 0.1);
  background-color: #0099ff;
  color: #fff;
}
.section-box-md .primary-button-medium:hover,
.entry-content .primary-button-medium:hover {
  box-shadow: 0 8px 8px rgba(0, 31, 51, 0.1);
  text-decoration: none;
  transform: translateY(-2px);
}
.section-box-md .primary-button-medium:disabled,
.entry-content .primary-button-medium:disabled {
  background-color: #e6e9eb;
}
.section-box-md .accent-button-medium,
.entry-content .accent-button-medium {
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
  line-height: 1;
  padding: 16px 24px;
  min-width: 160px;
  font-size: 1.6rem;
  border-radius: 100px;
  box-shadow: 0 4px 4px rgba(0, 31, 51, 0.1);
  background-color: #ffa800;
  color: #fff;
}
.section-box-md .accent-button-medium:hover,
.entry-content .accent-button-medium:hover {
  box-shadow: 0 8px 8px rgba(0, 31, 51, 0.1);
  text-decoration: none;
  transform: translateY(-2px);
}
.section-box-md .accent-button-medium:disabled,
.entry-content .accent-button-medium:disabled {
  background-color: #e6e9eb;
}
.section-box-md .primary-button-small,
.entry-content .primary-button-small {
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
  line-height: 1;
  padding: 12px 16px;
  font-size: 1.28rem;
  border-radius: 100px;
  box-shadow: 0 4px 4px rgba(0, 31, 51, 0.1);
  background-color: #ffa800;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.section-box-md .primary-button-small span,
.entry-content .primary-button-small span {
  padding: 2px 10px;
  border-radius: 3px;
  background-color: #fff;
  font-size: 12px;
  color: #ffa800;
  margin: 0 10px 0 0;
}
.section-box-md .primary-button-small:hover,
.entry-content .primary-button-small:hover {
  box-shadow: 0 8px 8px rgba(0, 31, 51, 0.1);
  text-decoration: none;
  transform: translateY(-2px);
}
.section-box-md .primary-button-small:disabled,
.entry-content .primary-button-small:disabled {
  background-color: #e6e9eb;
}
.section-box-md .secondary-button-medium,
.entry-content .secondary-button-medium {
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
  line-height: 1;
  padding: 16px 24px;
  min-width: 160px;
  font-size: 1.6rem;
  border-radius: 100px;
  box-shadow: 0 4px 4px rgba(0, 31, 51, 0.1);
  color: #0099ff;
  border: 1px solid #0099ff;
  background-color: #fff;
}
.section-box-md .secondary-button-medium:hover,
.entry-content .secondary-button-medium:hover {
  box-shadow: 0 8px 8px rgba(0, 31, 51, 0.1);
  text-decoration: none;
  transform: translateY(-2px);
}
.section-box-md .secondary-button-medium:disabled,
.entry-content .secondary-button-medium:disabled {
  background-color: #e6e9eb;
}
.section-box-md .secondary-button-small,
.entry-content .secondary-button-small {
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
  line-height: 1;
  padding: 12px 16px;
  font-size: 1.28rem;
  border: 1px solid #0099ff;
  border-radius: 100px;
  box-shadow: 0 4px 4px rgba(0, 31, 51, 0.1);
  background-color: #0099ff;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.section-box-md .secondary-button-small:hover,
.entry-content .secondary-button-small:hover {
  box-shadow: 0 8px 8px rgba(0, 31, 51, 0.1);
  text-decoration: none;
  transform: translateY(-2px);
}
.section-box-md .secondary-button-small:disabled,
.entry-content .secondary-button-small:disabled {
  background-color: #e6e9eb;
}
.section-box-md .tertiary-button-medium,
.entry-content .tertiary-button-medium {
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
  line-height: 1;
  padding: 16px 24px;
  min-width: 160px;
  font-size: 1.6rem;
  border: 1px solid #fff;
  border-radius: 100px;
  box-shadow: 0 4px 4px rgba(0, 31, 51, 0.1);
  color: #fff;
}
.section-box-md .tertiary-button-medium:hover,
.entry-content .tertiary-button-medium:hover {
  box-shadow: 0 8px 8px rgba(0, 31, 51, 0.1);
  text-decoration: none;
  transform: translateY(-2px);
}
.section-box-md .tertiary-button-medium:disabled,
.entry-content .tertiary-button-medium:disabled {
  background-color: #e6e9eb;
}
.section-box-md .tertiary-button-small,
.entry-content .tertiary-button-small {
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
  line-height: 1;
  padding: 12px 16px;
  font-size: 1.28rem;
  border: 1px solid #fff;
  border-radius: 100px;
  box-shadow: 0 4px 4px rgba(0, 31, 51, 0.1);
  color: #fff;
}
.section-box-md .tertiary-button-small:hover,
.entry-content .tertiary-button-small:hover {
  box-shadow: 0 8px 8px rgba(0, 31, 51, 0.1);
  text-decoration: none;
  transform: translateY(-2px);
}
.section-box-md .tertiary-button-small:disabled,
.entry-content .tertiary-button-small:disabled {
  background-color: #e6e9eb;
}
.section-box-md .button-lg,
.entry-content .button-lg {
  max-width: 372px;
  width: 100%;
}
.section-box-md .button-xl,
.entry-content .button-xl {
  width: 100%;
}
.section-box-md .button-inner,
.entry-content .button-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-box-md .append-button,
.entry-content .append-button {
  display: inline-block;
  outline: none;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
  line-height: 1;
  margin-top: 20px;
  border: 1px solid #e6e9eb;
  padding: 16px;
}
.section-box-md .append-button__inner,
.entry-content .append-button__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-box-md .append-button__icon,
.entry-content .append-button__icon {
  margin-right: 4px;
}
.section-box-md .favorite-button,
.entry-content .favorite-button {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.section-box-md .favorite-button:hover,
.entry-content .favorite-button:hover {
  margin: -8px;
  border-radius: 8px;
  padding: 8px;
  background-color: #e6f5ff;
}
.section-box-md .favorite-button__icon,
.entry-content .favorite-button__icon {
  display: none;
  margin-right: 4px;
}
.section-box-md .favorite-button__icon.active,
.entry-content .favorite-button__icon.active {
  display: block;
}
.section-box-md input[type=checkbox].checkbox-primary,
.section-box-md input[type=radio].radio-primary,
.entry-content input[type=checkbox].checkbox-primary,
.entry-content input[type=radio].radio-primary {
  display: none;
}
.section-box-md input[type=checkbox].checkbox-primary + label,
.section-box-md input[type=radio].radio-primary + label,
.entry-content input[type=checkbox].checkbox-primary + label,
.entry-content input[type=radio].radio-primary + label {
  display: flex;
  align-items: flex-start;
  border-radius: 8px;
  padding: 16px 12px;
  background-color: #e6e9eb;
  line-height: 1;
  transition: 0.3s;
  cursor: pointer;
}
.section-box-md input[type=checkbox].checkbox-primary + label:before,
.section-box-md input[type=radio].radio-primary + label:before,
.entry-content input[type=checkbox].checkbox-primary + label:before,
.entry-content input[type=radio].radio-primary + label:before {
  display: block;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  content: "";
  flex: 0 0 16px;
  background-color: #fff;
}
.section-box-md input[type=checkbox].checkbox-primary + label span,
.section-box-md input[type=radio].radio-primary + label span,
.entry-content input[type=checkbox].checkbox-primary + label span,
.entry-content input[type=radio].radio-primary + label span {
  margin-left: 8px;
}
.section-box-md input[type=checkbox].checkbox-primary + label:hover,
.section-box-md input[type=radio].radio-primary + label:hover,
.entry-content input[type=checkbox].checkbox-primary + label:hover,
.entry-content input[type=radio].radio-primary + label:hover {
  background-color: #ccd2d6;
}
.section-box-md input[type=checkbox].checkbox-primary:checked + label,
.section-box-md input[type=radio].radio-primary:checked + label,
.entry-content input[type=checkbox].checkbox-primary:checked + label,
.entry-content input[type=radio].radio-primary:checked + label {
  box-shadow: 0 0 8px rgba(0, 31, 51, 0.1);
  background-color: #fff;
  font-weight: bold;
}
.section-box-md input[type=checkbox].checkbox-primary:checked + label:before,
.section-box-md input[type=radio].radio-primary:checked + label:before,
.entry-content input[type=checkbox].checkbox-primary:checked + label:before,
.entry-content input[type=radio].radio-primary:checked + label:before {
  background-color: #0099ff;
}
.section-box-md input[type=checkbox].checkbox-primary:disabled + label,
.section-box-md input[type=radio].radio-primary:disabled + label,
.entry-content input[type=checkbox].checkbox-primary:disabled + label,
.entry-content input[type=radio].radio-primary:disabled + label {
  opacity: 0.5;
}
.section-box-md input[type=checkbox].checkbox-primary + label:before,
.entry-content input[type=checkbox].checkbox-primary + label:before {
  border-radius: 4px;
}
.section-box-md input[type=checkbox].checkbox-primary:checked + label:before,
.entry-content input[type=checkbox].checkbox-primary:checked + label:before {
  background-image: url(/assets/v2/icon/ic-check-white-06796581f88f4248000a8e92d61bb6e9208269e4bf9caef6d5a740b6f73b70da.svg);
}
.section-box-md input[type=radio].radio-primary + label:before,
.entry-content input[type=radio].radio-primary + label:before {
  border-radius: 100px;
}
.section-box-md input[type=radio].radio-primary:checked + label:before,
.entry-content input[type=radio].radio-primary:checked + label:before {
  background-image: url(/assets/v2/icon/ic-circle-white-de41ca896c2840d0dbec04781cb0eae26c9972cb13b8110823ac6c32ee94704f.svg);
}
.section-box-md input[type=checkbox].checkbox-icon,
.entry-content input[type=checkbox].checkbox-icon {
  display: none;
}
.section-box-md input[type=checkbox].checkbox-icon + label,
.entry-content input[type=checkbox].checkbox-icon + label {
  display: flex;
  line-height: 1;
  cursor: pointer;
}
.section-box-md input[type=checkbox].checkbox-icon + label:before,
.entry-content input[type=checkbox].checkbox-icon + label:before {
  display: block;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  content: "";
  border-radius: 4px;
  background-color: #e6e9eb;
}
.section-box-md input[type=checkbox].checkbox-icon + label span,
.entry-content input[type=checkbox].checkbox-icon + label span {
  margin-left: 8px;
  color: rgba(0, 31, 51, 0.6);
}
.section-box-md input[type=checkbox].checkbox-icon:hover + label:before,
.entry-content input[type=checkbox].checkbox-icon:hover + label:before {
  background-color: #ccd2d6;
}
.section-box-md input[type=checkbox].checkbox-icon:checked + label:before,
.entry-content input[type=checkbox].checkbox-icon:checked + label:before {
  background-image: url(/assets/v2/icon/ic-check-white-06796581f88f4248000a8e92d61bb6e9208269e4bf9caef6d5a740b6f73b70da.svg);
  background-color: #0099ff;
}
.section-box-md input[type=radio].radio-icon,
.entry-content input[type=radio].radio-icon {
  display: none;
}
.section-box-md input[type=radio].radio-icon + label,
.entry-content input[type=radio].radio-icon + label {
  display: flex;
  line-height: 1;
  cursor: pointer;
}
.section-box-md input[type=radio].radio-icon + label:before,
.entry-content input[type=radio].radio-icon + label:before {
  display: block;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  content: "";
  border-radius: 100px;
  background-color: #e6e9eb;
}
.section-box-md input[type=radio].radio-icon + label span,
.entry-content input[type=radio].radio-icon + label span {
  margin-left: 8px;
  color: rgba(0, 31, 51, 0.6);
}
.section-box-md input[type=radio].radio-icon:hover + label:before,
.entry-content input[type=radio].radio-icon:hover + label:before {
  background-color: #ccd2d6;
}
.section-box-md input[type=radio].radio-icon:checked + label:before,
.entry-content input[type=radio].radio-icon:checked + label:before {
  background-image: url(/assets/v2/icon/ic-circle-white-de41ca896c2840d0dbec04781cb0eae26c9972cb13b8110823ac6c32ee94704f.svg);
  background-color: #0099ff;
}
@media (max-width: 528px) {
  .section-box-md .container__block,
  .entry-content .container__block {
    margin-top: 20px;
  }
}
.section-box-md .container__block,
.entry-content .container__block {
  margin: 40px auto 40px;
  max-width: 1180px;
}
@media (max-width: 528px) {
  .section-box-md .container__block,
  .entry-content .container__block {
    margin-top: 20px;
  }
}
.section-box-md .fixed-cv,
.entry-content .fixed-cv {
  display: none;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 31, 51, 0.1);
  text-align: center;
}
.section-box-md .fixed-cv__inner,
.entry-content .fixed-cv__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
}
.section-box-md .fixed-cv__text,
.entry-content .fixed-cv__text {
  font-size: 1.28rem;
  line-height: 1.4;
  color: #ffa800;
  margin: 0 16px 0 0;
}
.section-box-md .fixed-cv__close-button,
.entry-content .fixed-cv__close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  right: 16px;
  margin: -16px;
  width: 32px;
  height: 32px;
}
.section-box-md .fixed-cv.active,
.entry-content .fixed-cv.active {
  display: block;
}
@media (max-width: 640px) {
  .section-box-md .fixed-cv__inner,
  .entry-content .fixed-cv__inner {
    display: block;
  }
  .section-box-md .fixed-cv__text,
  .entry-content .fixed-cv__text {
    margin: 0 0 8px 0;
  }
}
.section-box-md .column-with-banner,
.entry-content .column-with-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  -moz-column-gap: 48px;
  column-gap: 48px;
}
@media (max-width: 1244px) {
  .section-box-md .column-with-banner,
  .entry-content .column-with-banner {
    display: block;
    margin: auto;
    max-width: 776px;
  }
}
.section-box-md .column-10,
.entry-content .column-10 {
  display: grid;
  -moz-column-gap: 32px;
  column-gap: 32px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.section-box-md .column-10__inner,
.entry-content .column-10__inner {
  grid-column: 2/span 10;
}
@media (max-width: 1244px) {
  .section-box-md .column-10,
  .entry-content .column-10 {
    display: block;
    margin: auto;
    max-width: 776px;
  }
}
.section-box-md .column-6,
.entry-content .column-6 {
  display: grid;
  -moz-column-gap: 32px;
  column-gap: 32px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.section-box-md .column-6__inner,
.entry-content .column-6__inner {
  grid-column: 4/span 6;
}
@media (max-width: 840px) {
  .section-box-md .column-6,
  .entry-content .column-6 {
    display: block;
    margin: auto;
    max-width: 776px;
  }
}
.section-box-md .column-md-5,
.entry-content .column-md-5 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 840px) {
  .section-box-md .column-md-5,
  .entry-content .column-md-5 {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.section-box-md .column-md-3,
.entry-content .column-md-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 840px) {
  .section-box-md .column-md-3,
  .entry-content .column-md-3 {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.section-box-md .column-md-1,
.entry-content .column-md-1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (max-width: 840px) {
  .section-box-md .column-md-1,
  .entry-content .column-md-1 {
    margin: auto;
    max-width: 776px;
  }
}
.section-box-md .container-bottom,
.entry-content .container-bottom {
  margin-top: auto;
}
@media (max-width: 840px) {
  .section-box-md .container-side-space,
  .entry-content .container-side-space {
    margin-right: 16px;
    margin-left: 16px;
  }
}
.section-box-md .form-full,
.entry-content .form-full {
  width: 100%;
}
.section-box-md .form-title,
.entry-content .form-title {
  margin-bottom: 4px;
  font-weight: bold;
}
.section-box-md .form,
.entry-content .form {
  display: flex;
  border-bottom: 1px solid #f2f4f5;
  padding: 20px 0;
}
.section-box-md .form:first-child,
.entry-content .form:first-child {
  border-top: 1px solid #f2f4f5;
}
.section-box-md .form__title,
.entry-content .form__title {
  flex: 0 0 200px !important;
  margin-right: 12px !important;
  font-weight: bold !important;
}
.section-box-md .form__title .hissu,
.entry-content .form__title .hissu {
  display: inline-block;
  background-color: red;
  border-radius: 4px;
  color: #fff;
  width: 40px;
  margin: 0 4px 4px 4px;
  padding: 4px;
  text-align: center;
  line-height: 12px;
  vertical-align: middle;
}
.section-box-md .form__title .hissu::before,
.entry-content .form__title .hissu::before {
  content: "必須";
  font-size: 11.5px;
  font-weight: bold !important;
}
.section-box-md .form__contents,
.entry-content .form__contents {
  flex: 1 1 auto;
}
.section-box-md .form__contents p,
.entry-content .form__contents p {
  margin: 0;
  padding: 0;
}
@media (max-width: 1244px) {
  .section-box-md .form,
  .entry-content .form {
    display: block;
  }
  .section-box-md .form__title,
  .entry-content .form__title {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.section-box-md .form-post-number,
.entry-content .form-post-number {
  display: flex;
  align-items: center;
}
.section-box-md .form-post-number__hyphen,
.entry-content .form-post-number__hyphen {
  margin-right: 8px;
  margin-left: 8px;
}
.section-box-md .form-post-number__contents,
.entry-content .form-post-number__contents {
  flex: 1 0 auto;
}
.section-box-md .form-third-party:not(:last-child),
.entry-content .form-third-party:not(:last-child) {
  margin-bottom: 40px;
}
.section-box-md .form-third-party__summary,
.entry-content .form-third-party__summary {
  display: flex;
  align-items: center;
}
.section-box-md .form-third-party__logo-wrap,
.entry-content .form-third-party__logo-wrap {
  flex: 0 0 300px;
  margin-right: 12px;
  max-width: 300px;
}
.section-box-md .form-third-party__logo,
.entry-content .form-third-party__logo {
  width: 100%;
  height: auto;
}
.section-box-md .form-third-party__text,
.entry-content .form-third-party__text {
  flex: 0 1 auto;
}
@media (max-width: 1244px) {
  .section-box-md .form-third-party__summary,
  .entry-content .form-third-party__summary {
    display: block;
  }
  .section-box-md .form-third-party__logo-wrap,
  .entry-content .form-third-party__logo-wrap {
    margin-right: 0;
  }
}
.section-box-md .slider-wrap,
.entry-content .slider-wrap {
  display: grid;
}
.section-box-md .school-slider,
.entry-content .school-slider {
  width: 100%;
}
.section-box-md .school-slider .swiper-wrapper,
.entry-content .school-slider .swiper-wrapper {
  box-sizing: border-box;
}
.section-box-md .school-slider .swiper-slide,
.entry-content .school-slider .swiper-slide {
  width: 40px !important;
}
.section-box-md .school-slider .swiper-slide:first-child,
.entry-content .school-slider .swiper-slide:first-child {
  margin-left: 40px;
}
.section-box-md .school-slider .swiper-slide:last-child,
.entry-content .school-slider .swiper-slide:last-child {
  margin-right: 40px;
}
.section-box-md .school-slider .form-school,
.entry-content .school-slider .form-school {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  width: 100%;
  height: 40px;
  background-color: #e6e9eb;
}
.section-box-md .school-slider .form-school:hover,
.entry-content .school-slider .form-school:hover {
  background-color: #ccd2d6;
}
.section-box-md .school-slider .form-school.active,
.entry-content .school-slider .form-school.active {
  background-color: #fff;
  font-weight: bold;
}
.section-box-md .school-slider .swiper-button-prev,
.section-box-md .school-slider .swiper-button-next,
.entry-content .school-slider .swiper-button-prev,
.entry-content .school-slider .swiper-button-next {
  width: 32px;
  background-color: #fff;
}
.section-box-md .school-slider .swiper-button-prev::after,
.section-box-md .school-slider .swiper-button-next::after,
.entry-content .school-slider .swiper-button-prev::after,
.entry-content .school-slider .swiper-button-next::after {
  font-weight: bold;
  font-size: 1.6rem;
  color: #667985;
}
.section-box-md .school-slider .swiper-button-prev,
.entry-content .school-slider .swiper-button-prev {
  left: 0;
}
.section-box-md .school-slider .swiper-button-next,
.entry-content .school-slider .swiper-button-next {
  right: 0;
}
.section-box-md .form-with-button,
.entry-content .form-with-button {
  display: flex;
}
.section-box-md .form-with-button__text-field,
.entry-content .form-with-button__text-field {
  border-radius: 8px 0 0 8px !important;
}
.section-box-md .form-with-button__button,
.entry-content .form-with-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0 8px 8px 0 !important;
  padding: 4px 8px;
  min-width: 46px;
  background-color: #e6e9eb;
  color: #005c99;
}
.section-box-md .form-with-button__button-text,
.entry-content .form-with-button__button-text {
  margin-top: 2px;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
}
.section-box-md .form-suggest,
.entry-content .form-suggest {
  display: flex;
  flex-wrap: wrap;
}
.section-box-md .form-suggest__link,
.entry-content .form-suggest__link {
  margin-right: 12px;
  font-size: 1.28rem;
}
@keyframes global-navi {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.section-box-md .global-navi__overlay,
.entry-content .global-navi__overlay {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 31, 51, 0.6);
  transition: 1s;
}
.section-box-md .global-navi__overlay.active,
.entry-content .global-navi__overlay.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  opacity: 1;
}
.section-box-md .global-navi__close-button,
.entry-content .global-navi__close-button {
  position: absolute;
  top: 32px;
  right: -52px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.section-box-md .global-navi__inner,
.entry-content .global-navi__inner {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000000;
  width: 80%;
  height: 100%;
  background-color: #fff;
  transition: 0.3s;
  transform: translateX(-100%);
  animation-timing-function: ease-in-out;
  animation-name: global-navi;
}
.section-box-md .global-navi__inner.active,
.entry-content .global-navi__inner.active {
  opacity: 1;
  transform: translateX(0);
}
.section-box-md .global-navi__primary,
.entry-content .global-navi__primary {
  padding: 40px 24px 24px;
}
.section-box-md .global-navi__buttons,
.entry-content .global-navi__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: rgba(0, 31, 51, 0.6);
}
.section-box-md .global-navi__button,
.entry-content .global-navi__button {
  margin: 0 6px;
  font-weight: bold;
  color: #334c5c;
}
.section-box-md .global-navi__member-menu,
.entry-content .global-navi__member-menu {
  text-align: center;
}
.section-box-md .global-navi__member-menu-icon,
.entry-content .global-navi__member-menu-icon {
  width: 48px;
  height: 48px;
}
.section-box-md .global-navi__member-menu-mypage,
.entry-content .global-navi__member-menu-mypage {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgba(0, 31, 51, 0.6);
}
.section-box-md .global-navi__list,
.entry-content .global-navi__list {
  border-top: 1px solid #f2f4f5;
}
.section-box-md .global-navi__item,
.entry-content .global-navi__item {
  border-bottom: 1px solid #f2f4f5;
}
.section-box-md .global-navi__link,
.entry-content .global-navi__link {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  color: #333;
  text-decoration: none;
}
.section-box-md .global-navi__link:hover,
.entry-content .global-navi__link:hover {
  color: #334c5c;
  text-decoration: none;
}
.section-box-md .global-navi__link-text,
.entry-content .global-navi__link-text {
  flex: 1 0 auto;
  margin-right: 8px;
  font-weight: bold;
}
.section-box-md .global-navi__link-icon,
.entry-content .global-navi__link-icon {
  width: 16px;
  height: 16px;
}
.section-box-md .grid-sm-3,
.entry-content .grid-sm-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
@media (max-width: 840px) {
  .section-box-md .grid-sm-3,
  .entry-content .grid-sm-3 {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.section-box-md .grid-sm-2,
.entry-content .grid-sm-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
@media (max-width: 840px) {
  .section-box-md .grid-sm-2,
  .entry-content .grid-sm-2 {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.section-box-md .footer_wrap,
.entry-content .footer_wrap {
  padding: 80px 0 20px;
  background-color: #333;
}
@media (max-width: 640px) {
  .section-box-md .footer_wrap,
  .entry-content .footer_wrap {
    padding: 50px 0 20px;
  }
}
.section-box-md .footer_content,
.entry-content .footer_content {
  display: flex;
  width: 100%;
  margin: 0 0 50px;
}
@media (max-width: 640px) {
  .section-box-md .footer_content,
  .entry-content .footer_content {
    display: block;
    margin: 0 0 40px;
  }
}
.section-box-md .footer_content .footer_logo_block,
.entry-content .footer_content .footer_logo_block {
  width: 180px;
  margin: 0 140px 0 0;
}
@media (max-width: 640px) {
  .section-box-md .footer_content .footer_logo_block,
  .entry-content .footer_content .footer_logo_block {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.section-box-md .footer_content .footer_logo_block .footer_logo,
.entry-content .footer_content .footer_logo_block .footer_logo {
  display: block;
  width: 100px;
  margin: 0 auto 20px;
}
@media (max-width: 640px) {
  .section-box-md .footer_content .footer_logo_block .footer_logo,
  .entry-content .footer_content .footer_logo_block .footer_logo {
    width: 80px;
  }
}
.section-box-md .footer_content .footer_logo_block .footer_logo img,
.entry-content .footer_content .footer_logo_block .footer_logo img {
  width: 100%;
}
.section-box-md .footer_content .footer_logo_block .footer_logo_block_menu_list,
.entry-content .footer_content .footer_logo_block .footer_logo_block_menu_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 640px) {
  .section-box-md .footer_content .footer_logo_block .footer_logo_block_menu_list,
  .entry-content .footer_content .footer_logo_block .footer_logo_block_menu_list {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .section-box-md .footer_content .footer_logo_block .footer_logo_block_menu_list .footer_logo_block_menu_item,
  .entry-content .footer_content .footer_logo_block .footer_logo_block_menu_list .footer_logo_block_menu_item {
    margin: 0 10px;
  }
}
@media (min-width: 641px) {
  .section-box-md .footer_content .footer_logo_block .footer_logo_block_menu_list .footer_logo_block_menu_item.single,
  .entry-content .footer_content .footer_logo_block .footer_logo_block_menu_list .footer_logo_block_menu_item.single {
    margin-left: 50px;
  }
}
.section-box-md .footer_content .footer_logo_block .footer_logo_block_menu_list .footer_logo_block_menu_item .footer_logo_block_menu_link,
.entry-content .footer_content .footer_logo_block .footer_logo_block_menu_list .footer_logo_block_menu_item .footer_logo_block_menu_link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
.section-box-md .footer_content .footer_logo_block .footer_sns_menu_list,
.entry-content .footer_content .footer_logo_block .footer_sns_menu_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-box-md .footer_content .footer_logo_block .footer_sns_menu_list .footer_sns_menu_item,
.entry-content .footer_content .footer_logo_block .footer_sns_menu_list .footer_sns_menu_item {
  margin: 0 8px;
}
.section-box-md .footer_content .footer_logo_block .footer_sns_menu_list .footer_sns_menu_item .footer_sns_menu_link,
.entry-content .footer_content .footer_logo_block .footer_sns_menu_list .footer_sns_menu_item .footer_sns_menu_link {
  display: block;
  width: 36px;
}
.section-box-md .footer_content .footer_logo_block .footer_sns_menu_list .footer_sns_menu_item .footer_sns_menu_link img,
.entry-content .footer_content .footer_logo_block .footer_sns_menu_list .footer_sns_menu_item .footer_sns_menu_link img {
  width: 100%;
}
.section-box-md .footer_content .footer_menu_block,
.entry-content .footer_content .footer_menu_block {
  width: calc(100% - 320px);
}
@media (max-width: 640px) {
  .section-box-md .footer_content .footer_menu_block,
  .entry-content .footer_content .footer_menu_block {
    width: 100%;
  }
}
.section-box-md .footer_content .footer_menu_block .footer_menu_list,
.entry-content .footer_content .footer_menu_block .footer_menu_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 -30px;
}
.section-box-md .footer_content .footer_menu_block .footer_menu_list .footer_menu_item,
.entry-content .footer_content .footer_menu_block .footer_menu_list .footer_menu_item {
  width: 240px;
  margin: 0 30px 30px 0;
}
@media (max-width: 960px) {
  .section-box-md .footer_content .footer_menu_block .footer_menu_list .footer_menu_item,
  .entry-content .footer_content .footer_menu_block .footer_menu_list .footer_menu_item {
    width: 200px;
  }
}
@media (max-width: 528px) {
  .section-box-md .footer_content .footer_menu_block .footer_menu_list .footer_menu_item,
  .entry-content .footer_content .footer_menu_block .footer_menu_list .footer_menu_item {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.section-box-md .footer_content .footer_menu_block .footer_menu_list .footer_menu_item:last-child,
.entry-content .footer_content .footer_menu_block .footer_menu_list .footer_menu_item:last-child {
  margin: 0 0 30px 0;
}
.section-box-md .footer_content .footer_menu_block .footer_menu_list .footer_menu_item .footer_menu_item_title,
.entry-content .footer_content .footer_menu_block .footer_menu_list .footer_menu_item .footer_menu_item_title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  padding: 0 0 10px;
  margin: 0 0 24px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 640px) {
  .section-box-md .footer_content .footer_menu_block .footer_menu_list .footer_menu_item .footer_menu_item_title,
  .entry-content .footer_content .footer_menu_block .footer_menu_list .footer_menu_item .footer_menu_item_title {
    padding: 0 0 8px;
    margin: 0 0 16px;
  }
}
.section-box-md .footer_content .footer_menu_block .footer_menu_list .footer_menu_item .footer_menu_link_list .footer_menu_link_item,
.entry-content .footer_content .footer_menu_block .footer_menu_list .footer_menu_item .footer_menu_link_list .footer_menu_link_item {
  margin: 0 0 20px;
}
.section-box-md .footer_content .footer_menu_block .footer_menu_list .footer_menu_item .footer_menu_link_list .footer_menu_link_item:last-child,
.entry-content .footer_content .footer_menu_block .footer_menu_list .footer_menu_item .footer_menu_link_list .footer_menu_link_item:last-child {
  margin: 0 0 0;
}
.section-box-md .footer_content .footer_menu_block .footer_menu_list .footer_menu_item .footer_menu_link_list .footer_menu_link_item .footer_menu_link_link,
.entry-content .footer_content .footer_menu_block .footer_menu_list .footer_menu_item .footer_menu_link_list .footer_menu_link_item .footer_menu_link_link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  list-style: 1.5;
}
.section-box-md .footer_copy,
.entry-content .footer_copy {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
.section-box-md .header,
.entry-content .header {
  background-color: #fff;
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.section-box-md .header__inner,
.entry-content .header__inner {
  display: flex;
  margin: auto;
  height: 100%;
  max-width: 1180px;
}
.section-box-md .header__logo-wrap,
.entry-content .header__logo-wrap {
  display: flex;
  align-items: center;
  margin-right: 32px;
  line-height: 1;
}
.section-box-md .header__logo-link,
.entry-content .header__logo-link {
  display: inline-block;
}
.section-box-md .header__logo,
.entry-content .header__logo {
  width: 68px;
  height: auto;
}
.section-box-md .header__menu,
.entry-content .header__menu {
  display: flex;
  flex: 1 1 auto;
  margin-right: 32px;
}
.section-box-md .header__menu-list,
.entry-content .header__menu-list {
  display: flex;
  flex: 1 0 auto;
}
.section-box-md .header__menu-item,
.entry-content .header__menu-item {
  display: flex;
  align-items: center;
  position: relative;
}
.section-box-md .header__menu-item:not(:last-child),
.entry-content .header__menu-item:not(:last-child) {
  margin-right: 32px;
}
.section-box-md .header__menu-link,
.entry-content .header__menu-link {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.4rem;
  color: #333;
}
.section-box-md .header__menu-link-icon,
.entry-content .header__menu-link-icon {
  margin-left: 4px;
}
.section-box-md .header__child-menu,
.entry-content .header__child-menu {
  display: none;
  position: absolute;
  top: 60px;
  right: -40px;
  z-index: 2;
  border-radius: 8px;
  padding: 24px 32px;
  min-width: 240px;
  box-shadow: 0 0 8px rgba(0, 31, 51, 0.1);
  background-color: #fff;
}
.section-box-md .header__child-menu.active,
.entry-content .header__child-menu.active {
  display: block;
}
.section-box-md .header__child-menu-item:not(:last-child),
.entry-content .header__child-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.section-box-md .header__child-menu-link,
.entry-content .header__child-menu-link {
  font-weight: bold;
}
.section-box-md .header__search,
.entry-content .header__search {
  display: flex;
  align-items: center;
  margin-right: 32px;
  width: 240px;
}
.section-box-md .header__status,
.entry-content .header__status {
  display: flex;
  margin-right: -4px;
  margin-left: -4px;
}
.section-box-md .header__status-item,
.entry-content .header__status-item {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 4px;
  margin-left: 4px;
}
.section-box-md .header__status-icon,
.entry-content .header__status-icon {
  display: flex;
  align-items: center;
}
.section-box-md .header__status-icon-arrow,
.entry-content .header__status-icon-arrow {
  margin-left: 4px;
}
.section-box-md .header__menu-button,
.entry-content .header__menu-button {
  display: none;
  align-items: center;
}
@media (max-width: 1244px) {
  .section-box-md .header,
  .entry-content .header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-box-md .header__inner,
  .entry-content .header__inner {
    justify-content: space-between;
  }
  .section-box-md .header__logo-wrap,
  .entry-content .header__logo-wrap {
    flex: 0 0 auto;
    margin-right: 0;
  }
  .section-box-md .header__menu,
  .section-box-md .header__search,
  .section-box-md .header__status,
  .entry-content .header__menu,
  .entry-content .header__search,
  .entry-content .header__status {
    display: none;
  }
  .section-box-md .header__menu-button,
  .entry-content .header__menu-button {
    display: flex;
  }
  .section-box-md .header__menu-icon,
  .entry-content .header__menu-icon {
    width: 24px;
    height: 24px;
  }
}
.section-box-md .heading-1,
.entry-content .heading-1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 3.199rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 1244px) {
  .section-box-md .heading-1,
  .entry-content .heading-1 {
    font-size: 2.278rem;
  }
}
.section-box-md .heading-2,
.entry-content .heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.262rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 1244px) {
  .section-box-md .heading-2,
  .entry-content .heading-2 {
    margin-bottom: 12px;
    font-size: 2.025rem;
  }
}
.section-box-md .heading-3,
.entry-content .heading-3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.4;
  color: #333;
}
@media (max-width: 1244px) {
  .section-box-md .heading-3,
  .entry-content .heading-3 {
    font-size: 1.8rem;
  }
}
.section-box-md .heading-aside,
.entry-content .heading-aside {
  margin-bottom: 48px;
  text-align: center;
  font-size: 3.199rem;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 1244px) {
  .section-box-md .heading-aside,
  .entry-content .heading-aside {
    margin-bottom: 32px;
    font-size: 2.278rem;
  }
}
.section-box-md .heading-comp,
.entry-content .heading-comp {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 3.199rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #001f33;
}
@media (max-width: 1244px) {
  .section-box-md .heading-comp,
  .entry-content .heading-comp {
    font-size: 2.278rem;
  }
}
@keyframes heading-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section-box-md .heading-block,
.entry-content .heading-block {
  padding: 60px 20px;
  background-image: url(/assets/v2/picture/pic-heading-background-98c020fb66b0045dd0bfdd0705c4c716fbe0a0b64dd7d28540873dcd319daacb.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.section-box-md .heading-block .heading-1,
.entry-content .heading-block .heading-1 {
  margin-bottom: 0;
  animation: heading-animation;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}
.section-box-md .heading-block__inner,
.entry-content .heading-block__inner {
  margin: auto;
  max-width: 776px;
}
.section-box-md .heading-block__contents,
.entry-content .heading-block__contents {
  margin-top: 24px;
}
.section-box-md .heading-block__contents .text-white-opacity,
.entry-content .heading-block__contents .text-white-opacity {
  display: block;
}
.section-box-md .heading-block__contents .itemdetail_about_seemore_btn,
.entry-content .heading-block__contents .itemdetail_about_seemore_btn {
  outline: none;
  float: right;
  background: none;
  border: none;
  transition: all 0.3s ease;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1.5px;
}
.section-box-md .heading-block__contents .itemdetail_about_seemore_btn:after,
.entry-content .heading-block__contents .itemdetail_about_seemore_btn:after {
  content: "";
  background: url(/assets/v2/icon/ic-arrow-down-white-opacity-d97ffbfae6649d0b049e45f19403e6bd3fd645e6384a7ff374543e9482af00c7.svg) center center no-repeat;
  background-size: contain;
  width: 11px;
  height: 12px;
  display: inline-block;
  vertical-align: 1px;
  margin: 0 0 0 5px;
  transition: all 0.3s ease;
}
.section-box-md .heading-block__contents .itemdetail_about_seemore_btn span:after,
.entry-content .heading-block__contents .itemdetail_about_seemore_btn span:after {
  content: "表示する";
  display: inline-block;
}
.section-box-md .heading-block__contents .itemdetail_about_seemore_btn.active:after,
.entry-content .heading-block__contents .itemdetail_about_seemore_btn.active:after {
  transform: rotate(180deg);
}
.section-box-md .heading-block__contents .itemdetail_about_seemore_btn.active span:after,
.entry-content .heading-block__contents .itemdetail_about_seemore_btn.active span:after {
  content: "閉じる";
}
@media (max-width: 1244px) {
  .section-box-md .heading-block,
  .entry-content .heading-block {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section-box-md .heading-block__contents,
  .entry-content .heading-block__contents {
    font-size: 1.28rem;
  }
}
.section-box-md .heading-block-link,
.entry-content .heading-block-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
@media (max-width: 1244px) {
  .section-box-md .heading-block-link,
  .entry-content .heading-block-link {
    display: block;
  }
}
.section-box-md .icon-lg,
.entry-content .icon-lg {
  width: 24px;
  height: 24px;
}
.section-box-md .icon-md,
.entry-content .icon-md {
  width: 16px;
  height: 16px;
}
.section-box-md .icon-sm,
.entry-content .icon-sm {
  width: 12px;
  height: 12px;
}
.section-box-md .label,
.entry-content .label {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 28px;
  display: block;
}
.section-box-md .label img,
.entry-content .label img {
  width: 100%;
}
.section-box-md .link-back,
.entry-content .link-back {
  display: inline-block;
}
.section-box-md .link-back__icon,
.entry-content .link-back__icon {
  margin-right: 4px;
  vertical-align: middle;
}
.section-box-md .link-back__text,
.entry-content .link-back__text {
  vertical-align: middle;
}
.section-box-md .link-back:hover,
.entry-content .link-back:hover {
  text-decoration: none;
}
.section-box-md .link-back:hover .link-back__icon,
.entry-content .link-back:hover .link-back__icon {
  transform: translateX(-8px);
  transition: 0.3s;
}
.section-box-md .link-next,
.entry-content .link-next {
  display: inline-block;
}
.section-box-md .link-next__text,
.entry-content .link-next__text {
  margin-right: 4px;
  vertical-align: middle;
}
.section-box-md .link-next__icon,
.entry-content .link-next__icon {
  vertical-align: middle;
}
.section-box-md .link-next:hover,
.entry-content .link-next:hover {
  text-decoration: none;
}
.section-box-md .link-next:hover .link-next__icon,
.entry-content .link-next:hover .link-next__icon {
  transform: translateX(8px);
  transition: 0.3s;
}
.section-box-md .link-update,
.entry-content .link-update {
  display: flex;
  font-weight: bold;
}
.section-box-md .link-update__date,
.entry-content .link-update__date {
  flex: 0 0 auto;
  margin-right: 12px;
  color: #333;
}
.section-box-md .link-vertical,
.entry-content .link-vertical {
  margin-right: 8px;
  margin-left: 8px;
}
.section-box-md .link-block-article-md,
.entry-content .link-block-article-md {
  display: flex;
  position: relative;
  border-radius: 20px;
  padding: 40px 32px;
  box-shadow: 0 0 8px rgba(0, 31, 51, 0.1);
  background-color: #fff;
}
.section-box-md .link-block-article-md:hover,
.entry-content .link-block-article-md:hover {
  box-shadow: 0 8px 8px rgba(0, 31, 51, 0.1);
  text-decoration: none;
}
.section-box-md .link-block-article-md__contents,
.entry-content .link-block-article-md__contents {
  flex: 1 1 auto;
  margin-right: 20px;
}
.section-box-md .link-block-article-md__title,
.entry-content .link-block-article-md__title {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.8rem;
}
.section-box-md .link-block-article-md__views,
.entry-content .link-block-article-md__views {
  display: block;
  margin-bottom: 20px;
  font-size: 1.28rem;
  font-weight: bold;
  color: rgba(0, 31, 51, 0.8);
}
.section-box-md .link-block-article-md__sub-text,
.entry-content .link-block-article-md__sub-text {
  font-size: 1.28rem;
  color: rgba(0, 31, 51, 0.6);
}
.section-box-md .link-block-article-md__image,
.entry-content .link-block-article-md__image {
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 528px) {
  .section-box-md .link-block-article-md,
  .entry-content .link-block-article-md {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
  .section-box-md .link-block-article-md__title,
  .entry-content .link-block-article-md__title {
    font-size: 1.6rem;
  }
  .section-box-md .link-block-article-md__image,
  .entry-content .link-block-article-md__image {
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 140px;
  }
  .section-box-md .link-block-article-md__contents,
  .entry-content .link-block-article-md__contents {
    margin-right: 0;
    padding: 20px 32px;
  }
  .section-box-md .link-block-article-md__views,
  .entry-content .link-block-article-md__views {
    margin-bottom: 12px;
  }
}
.section-box-md .link-block-article-sm,
.entry-content .link-block-article-sm {
  position: relative;
}
.section-box-md .link-block-article-sm:hover,
.entry-content .link-block-article-sm:hover {
  text-decoration: none;
}
.section-box-md .link-block-article-sm:hover .link-block-article-sm__image,
.entry-content .link-block-article-sm:hover .link-block-article-sm__image {
  transform: scale(1.1);
}
.section-box-md .link-block-article-sm__image-wrap,
.entry-content .link-block-article-sm__image-wrap {
  display: block;
  overflow: hidden;
  margin-bottom: 12px;
}
.section-box-md .link-block-article-sm__image,
.entry-content .link-block-article-sm__image {
  width: 100%;
  height: 91px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  transition: 0.3s;
}
.section-box-md .link-block-article-sm__title,
.entry-content .link-block-article-sm__title {
  display: block;
  margin-bottom: 12px;
  font-weight: bold;
  line-height: 1.4;
  color: rgba(0, 31, 51, 0.8);
}
.section-box-md .link-block-article-sm__sub-text,
.entry-content .link-block-article-sm__sub-text {
  display: block;
  margin-bottom: 12px;
  font-size: 1.28rem;
  color: rgba(0, 31, 51, 0.6);
}
.section-box-md .article-slider,
.entry-content .article-slider {
  display: block;
  width: 100%;
}
.section-box-md .article-slider .swiper-wrapper,
.entry-content .article-slider .swiper-wrapper {
  box-sizing: border-box;
}
.section-box-md .article-slider .swiper-slide,
.entry-content .article-slider .swiper-slide {
  padding-bottom: 12px;
  width: 271px !important;
}
.section-box-md .article-slider .swiper-button-prev,
.section-box-md .article-slider .swiper-button-next,
.entry-content .article-slider .swiper-button-prev,
.entry-content .article-slider .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 80px;
  background-color: rgba(51, 51, 51, 0.2);
}
.section-box-md .article-slider .swiper-button-prev::after,
.section-box-md .article-slider .swiper-button-next::after,
.entry-content .article-slider .swiper-button-prev::after,
.entry-content .article-slider .swiper-button-next::after {
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
}
.section-box-md .article-slider .swiper-button-prev.swiper-button-disabled,
.section-box-md .article-slider .swiper-button-next.swiper-button-disabled,
.entry-content .article-slider .swiper-button-prev.swiper-button-disabled,
.entry-content .article-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.section-box-md .article-slider .swiper-button-prev,
.entry-content .article-slider .swiper-button-prev {
  left: 12px;
  border-radius: 8px;
}
.section-box-md .article-slider .swiper-button-next,
.entry-content .article-slider .swiper-button-next {
  right: 12px;
  border-radius: 8px;
}
.section-box-md .link-block-es-md,
.entry-content .link-block-es-md {
  display: block;
  position: relative;
  border-radius: 20px;
  padding: 40px 32px;
  box-shadow: 0 0 8px rgba(0, 31, 51, 0.1);
  background-color: #fff;
}
.section-box-md .link-block-es-md:hover,
.entry-content .link-block-es-md:hover {
  box-shadow: 0 8px 8px rgba(0, 31, 51, 0.1);
  text-decoration: none;
}
.section-box-md .link-block-es-md__title,
.entry-content .link-block-es-md__title {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.8rem;
}
.section-box-md .link-block-es-md__author,
.entry-content .link-block-es-md__author {
  display: flex;
  margin-bottom: 20px;
}
.section-box-md .link-block-es-md__author-image,
.entry-content .link-block-es-md__author-image {
  flex: 0 0 auto;
  margin-top: 4px;
  margin-right: 12px;
}
.section-box-md .link-block-es-md__author-text,
.entry-content .link-block-es-md__author-text {
  flex: 1 1 auto;
  font-weight: bold;
  color: #333;
}
.section-box-md .link-block-es-md__sub-text,
.entry-content .link-block-es-md__sub-text {
  font-size: 1.28rem;
  color: rgba(0, 31, 51, 0.6);
}
.section-box-md .link-block-es-md__summary,
.entry-content .link-block-es-md__summary {
  display: flex;
}
.section-box-md .link-block-es-md__primary,
.entry-content .link-block-es-md__primary {
  flex: 1 1 auto;
}
.section-box-md .link-block-es-md__favorite-lg,
.entry-content .link-block-es-md__favorite-lg {
  flex: 0 0 auto;
  margin-left: 12px;
}
.section-box-md .link-block-es-md__favorite-sm,
.entry-content .link-block-es-md__favorite-sm {
  display: none;
  margin-top: 8px;
  line-height: 1;
  text-align: right;
}
.section-box-md .link-block-es-md__favorite-icon,
.entry-content .link-block-es-md__favorite-icon {
  display: inline-block;
  vertical-align: middle;
}
.section-box-md .link-block-es-md__favorite-text,
.entry-content .link-block-es-md__favorite-text {
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
  font-size: 1.28rem;
  color: rgba(0, 31, 51, 0.6);
}
@media (max-width: 840px) {
  .section-box-md .link-block-es-md__favorite-lg,
  .entry-content .link-block-es-md__favorite-lg {
    display: none;
  }
  .section-box-md .link-block-es-md__favorite-sm,
  .entry-content .link-block-es-md__favorite-sm {
    display: block;
  }
  .section-box-md .link-block-es-md__title,
  .entry-content .link-block-es-md__title {
    font-size: 1.6rem;
  }
}
.section-box-md .link-block-es-sm,
.entry-content .link-block-es-sm {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 20px;
  padding: 40px 32px;
  width: 320px;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 31, 51, 0.1);
  background-color: #fff;
}
.section-box-md .link-block-es-sm:hover,
.entry-content .link-block-es-sm:hover {
  box-shadow: 0 8px 8px rgba(0, 31, 51, 0.1);
  text-decoration: none;
}
.section-box-md .link-block-es-sm__title,
.entry-content .link-block-es-sm__title {
  display: block;
  overflow: hidden;
  color: #005c99;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section-box-md .link-block-es-sm__author,
.entry-content .link-block-es-sm__author {
  display: flex;
}
.section-box-md .link-block-es-sm__author-image,
.entry-content .link-block-es-sm__author-image {
  flex: 0 0 auto;
  margin-top: 4px;
  margin-right: 12px;
}
.section-box-md .link-block-es-sm__author-text,
.entry-content .link-block-es-sm__author-text {
  overflow: hidden;
  flex: 1 1 auto;
  font-weight: bold;
  color: rgba(0, 31, 51, 0.6);
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section-box-md .link-block-es-sm__favorite,
.entry-content .link-block-es-sm__favorite {
  margin-top: 8px;
  line-height: 1;
  text-align: right;
}
.section-box-md .link-block-es-sm__favorite-icon,
.entry-content .link-block-es-sm__favorite-icon {
  display: inline-block;
  vertical-align: middle;
}
.section-box-md .link-block-es-sm__favorite-text,
.entry-content .link-block-es-sm__favorite-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.28rem;
  color: rgba(0, 31, 51, 0.6);
}
.section-box-md .es-slider,
.entry-content .es-slider {
  width: 100%;
}
.section-box-md .es-slider .swiper-wrapper,
.entry-content .es-slider .swiper-wrapper {
  box-sizing: border-box;
}
.section-box-md .es-slider .swiper-slide,
.entry-content .es-slider .swiper-slide {
  padding-bottom: 12px;
  width: 320px !important;
}
.section-box-md .es-slider .swiper-button-prev,
.section-box-md .es-slider .swiper-button-next,
.entry-content .es-slider .swiper-button-prev,
.entry-content .es-slider .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 80px;
  background-color: rgba(51, 51, 51, 0.2);
}
.section-box-md .es-slider .swiper-button-prev::after,
.section-box-md .es-slider .swiper-button-next::after,
.entry-content .es-slider .swiper-button-prev::after,
.entry-content .es-slider .swiper-button-next::after {
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
}
.section-box-md .es-slider .swiper-button-prev.swiper-button-disabled,
.section-box-md .es-slider .swiper-button-next.swiper-button-disabled,
.entry-content .es-slider .swiper-button-prev.swiper-button-disabled,
.entry-content .es-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.section-box-md .es-slider .swiper-button-prev,
.entry-content .es-slider .swiper-button-prev {
  left: 12px;
  border-radius: 8px;
}
.section-box-md .es-slider .swiper-button-next,
.entry-content .es-slider .swiper-button-next {
  right: 12px;
  border-radius: 8px;
}
.section-box-md .link-block-horizontal,
.entry-content .link-block-horizontal {
  display: block;
  position: relative;
  border-radius: 20px;
  padding: 32px 20px;
  box-shadow: 0 0 8px rgba(0, 31, 51, 0.1);
  background-color: #fff;
  text-align: center;
}
.section-box-md .link-block-horizontal:hover,
.entry-content .link-block-horizontal:hover {
  box-shadow: 0 8px 8px rgba(0, 31, 51, 0.1);
  text-decoration: none;
}
.section-box-md .link-block-horizontal__title,
.entry-content .link-block-horizontal__title {
  display: block;
  font-weight: bold;
  line-height: 1.4;
}
.section-box-md .link-block-horizontal__sub-text,
.entry-content .link-block-horizontal__sub-text {
  display: block;
  font-size: 1.28rem;
  color: rgba(0, 31, 51, 0.6);
}
.section-box-md .link-block-horizontal__image,
.entry-content .link-block-horizontal__image {
  margin-bottom: 12px;
  width: 60px;
  height: 60px;
  vertical-align: middle;
}
@media (max-width: 1244px) {
  .section-box-md .link-block-horizontal,
  .entry-content .link-block-horizontal {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section-box-md .link-block-job-event-md,
.entry-content .link-block-job-event-md {
  display: block;
  position: relative;
  border-radius: 20px;
  padding: 40px 32px;
  box-shadow: 0 0 8px rgba(0, 31, 51, 0.1);
  background-color: #fff;
}
.section-box-md .link-block-job-event-md:hover,
.entry-content .link-block-job-event-md:hover {
  box-shadow: 0 8px 8px rgba(0, 31, 51, 0.1);
  text-decoration: none;
}
.section-box-md .link-block-job-event-md__contents-wrap,
.entry-content .link-block-job-event-md__contents-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.section-box-md .link-block-job-event-md__contents,
.entry-content .link-block-job-event-md__contents {
  flex: 1 1 auto;
  margin-right: 20px;
}
.section-box-md .link-block-job-event-md__title,
.entry-content .link-block-job-event-md__title {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.section-box-md .link-block-job-event-md__sub-title,
.entry-content .link-block-job-event-md__sub-title {
  font-size: 1.28rem;
  font-weight: bold;
  color: rgba(0, 31, 51, 0.8);
}
.section-box-md .link-block-job-event-md__sub-text-wrap,
.entry-content .link-block-job-event-md__sub-text-wrap {
  display: flex;
}
.section-box-md .link-block-job-event-md__sub-text,
.entry-content .link-block-job-event-md__sub-text {
  margin-right: 16px;
  font-size: 1.28rem;
  color: rgba(0, 31, 51, 0.6);
}
@media (max-width: 528px) {
  .section-box-md .link-block-job-event-md__contents-wrap,
  .entry-content .link-block-job-event-md__contents-wrap {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .section-box-md .link-block-job-event-md__contents,
  .entry-content .link-block-job-event-md__contents {
    display: block;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .section-box-md .link-block-job-event-md__title,
  .entry-content .link-block-job-event-md__title {
    font-size: 1.6rem;
  }
  .section-box-md .link-block-job-event-md__limit,
  .entry-content .link-block-job-event-md__limit {
    margin-bottom: 20px;
  }
}
.section-box-md .link-block-job-event-sm,
.entry-content .link-block-job-event-sm {
  display: block;
  position: relative;
  border-radius: 20px;
  padding: 40px 32px;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 31, 51, 0.1);
  background-color: #fff;
}
.section-box-md .link-block-job-event-sm:hover,
.entry-content .link-block-job-event-sm:hover {
  box-shadow: 0 8px 8px rgba(0, 31, 51, 0.1);
  text-decoration: none;
}
.section-box-md .link-block-job-event-sm__contents-wrap,
.entry-content .link-block-job-event-sm__contents-wrap {
  display: block;
  margin-bottom: 20px;
}
.section-box-md .link-block-job-event-sm__contents,
.entry-content .link-block-job-event-sm__contents {
  display: block;
  margin-bottom: 12px;
}
.section-box-md .link-block-job-event-sm__title,
.entry-content .link-block-job-event-sm__title {
  display: block;
  font-weight: bold;
  line-height: 1.4;
}
.section-box-md .link-block-job-event-sm__sub-title,
.entry-content .link-block-job-event-sm__sub-title {
  display: block;
  overflow: hidden;
  font-size: 1.28rem;
  font-weight: bold;
  color: rgba(0, 31, 51, 0.8);
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section-box-md .link-block-job-event-sm__sub-text-wrap,
.entry-content .link-block-job-event-sm__sub-text-wrap {
  display: flex;
}
.section-box-md .link-block-job-event-sm__sub-text,
.entry-content .link-block-job-event-sm__sub-text {
  margin-right: 16px;
  font-size: 1.28rem;
  color: rgba(0, 31, 51, 0.6);
}
.section-box-md .link-block-job-event-sm__limit,
.entry-content .link-block-job-event-sm__limit {
  margin-bottom: 20px;
}
.section-box-md .link-block-page-move,
.entry-content .link-block-page-move {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 12px;
  color: #fff;
}
.section-box-md .link-block-page-move:hover,
.entry-content .link-block-page-move:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.section-box-md .link-block-page-move__title,
.entry-content .link-block-page-move__title {
  flex: 1 1 auto;
  margin-right: 8px;
  font-weight: bold;
}
.section-box-md .link-block-page-move__contents,
.entry-content .link-block-page-move__contents {
  display: flex;
  align-items: center;
}
.section-box-md .link-block-page-move__number,
.entry-content .link-block-page-move__number {
  margin-right: 8px;
  font-size: 1.28rem;
}
.section-box-md .link-block-prev-next-wrap,
.entry-content .link-block-prev-next-wrap {
  display: flex;
  justify-content: space-between;
}
.section-box-md .link-block-prev,
.section-box-md .link-block-next,
.entry-content .link-block-prev,
.entry-content .link-block-next {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 8px 16px;
  box-shadow: 0 0 8px rgba(0, 31, 51, 0.1);
  background-color: #fff;
  color: #005c99;
}
.section-box-md .link-block-prev:hover,
.section-box-md .link-block-next:hover,
.entry-content .link-block-prev:hover,
.entry-content .link-block-next:hover {
  box-shadow: 0 8px 8px rgba(0, 31, 51, 0.1);
  text-decoration: none;
}
.section-box-md .link-block-prev__text,
.entry-content .link-block-prev__text {
  margin-left: 4px;
}
.section-box-md .link-block-next__text,
.entry-content .link-block-next__text {
  margin-right: 4px;
}
.section-box-md .link-block-vertical,
.entry-content .link-block-vertical {
  display: flex;
  position: relative;
  border-radius: 20px;
  padding: 32px 20px;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 31, 51, 0.1);
  background-color: #fff;
}
.section-box-md .link-block-vertical:hover,
.entry-content .link-block-vertical:hover {
  box-shadow: 0 8px 8px rgba(0, 31, 51, 0.1);
  text-decoration: none;
}
.section-box-md .link-block-vertical__text,
.entry-content .link-block-vertical__text {
  display: block;
  flex: 1 1 auto;
  margin-right: 20px;
}
.section-box-md .link-block-vertical__title,
.entry-content .link-block-vertical__title {
  display: block;
  font-weight: bold;
  line-height: 1.4;
  color: #0099ff;
}
.section-box-md .link-block-vertical__sub-text,
.entry-content .link-block-vertical__sub-text {
  display: block;
  font-size: 1.28rem;
  color: rgba(0, 31, 51, 0.6);
}
.section-box-md .link-block-vertical__icon,
.entry-content .link-block-vertical__icon {
  width: 40px;
  height: 40px;
}
@media (max-width: 1244px) {
  .section-box-md .link-block-vertical,
  .entry-content .link-block-vertical {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section-box-md .list-faq__item:not(:last-child),
.entry-content .list-faq__item:not(:last-child) {
  margin-bottom: 32px;
}
.section-box-md .list-faq__question,
.entry-content .list-faq__question {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
  font-weight: bold;
  color: #333;
}
.section-box-md .list-faq__question:before,
.entry-content .list-faq__question:before {
  display: block;
  flex: 0 0 auto;
  margin-right: 4px;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #0099ff;
  content: "Q.";
}
.section-box-md .list-number,
.entry-content .list-number {
  padding-left: 2em;
}
.section-box-md .list-number__item,
.entry-content .list-number__item {
  list-style-type: decimal;
}
.section-box-md .list-disc,
.entry-content .list-disc {
  padding-left: 2em;
}
.section-box-md .list-disc__item,
.entry-content .list-disc__item {
  list-style-type: disc;
}
.section-box-md .member-menu,
.entry-content .member-menu {
  border-top: 1px solid #f2f4f5;
}
.section-box-md .member-menu__item,
.entry-content .member-menu__item {
  border-bottom: 1px solid #f2f4f5;
}
.section-box-md .member-menu__link,
.entry-content .member-menu__link {
  display: flex;
  align-items: center;
  padding: 12px 0;
  color: rgba(0, 31, 51, 0.8);
}
.section-box-md .member-menu__text,
.entry-content .member-menu__text {
  flex: 1 0 auto;
  margin-right: 4px;
}
@keyframes modal-animation {
  0% {
    transform: scale(0.9);
    transform: translateY(-100px);
  }
  100% {
    transform: scale(1);
    transform: translateY(100%);
  }
}
.section-box-md .modal,
.entry-content .modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 1000000000;
  transition: 0.3s;
  animation: modal-animation;
}
.section-box-md .modal.active,
.entry-content .modal.active {
  display: flex;
}
.section-box-md .modal__logo-wrap,
.entry-content .modal__logo-wrap {
  text-align: center;
}
.section-box-md .modal__logo,
.entry-content .modal__logo {
  width: 60px;
  height: auto;
}
.section-box-md .modal__overlay,
.entry-content .modal__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 31, 51, 0.6);
}
.section-box-md .modal__block,
.entry-content .modal__block {
  position: relative;
  border-radius: 8px;
  padding: 40px 80px;
  width: 571px;
  background-color: #fff;
}
.section-box-md .modal__close-button,
.entry-content .modal__close-button {
  position: absolute;
  top: 32px;
  right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.section-box-md .modal__sub-link,
.entry-content .modal__sub-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.28rem;
}
.section-box-md .modal__sub-link-item,
.entry-content .modal__sub-link-item {
  margin-right: 16px;
  margin-left: 16px;
}
@media (max-width: 840px) {
  .section-box-md .modal,
  .entry-content .modal {
    overflow-y: scroll;
    padding-top: 40px;
  }
  .section-box-md .modal.active,
  .entry-content .modal.active {
    display: block;
  }
  .section-box-md .modal__overlay,
  .entry-content .modal__overlay {
    background-color: #fff;
  }
  .section-box-md .modal__block,
  .entry-content .modal__block {
    border-radius: 0;
    padding: 32px;
    width: 100%;
  }
  .section-box-md .modal__close-button,
  .entry-content .modal__close-button {
    top: -8px;
  }
}
.section-box-md .page-to-top,
.entry-content .page-to-top {
  display: block;
  border-top: 1px solid #f2f4f5;
  border-bottom: 1px solid #f2f4f5;
  padding: 12px 16px;
  background-color: #fff;
  text-align: center;
}
.section-box-md .page-to-top__icon,
.entry-content .page-to-top__icon {
  margin-right: 4px;
  vertical-align: middle;
}
.section-box-md .page-to-top__text,
.entry-content .page-to-top__text {
  vertical-align: middle;
  font-weight: bold;
  color: #667985;
}
.section-box-md .page-to-top:hover,
.entry-content .page-to-top:hover {
  text-decoration: none;
}
.section-box-md .pagination,
.entry-content .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.section-box-md .pagination__item,
.entry-content .pagination__item {
  min-width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
}
.section-box-md .pagination__item.active,
.entry-content .pagination__item.active {
  font-weight: bold;
}
.section-box-md .pagination__link,
.entry-content .pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.section-box-md .pagination__link:hover,
.entry-content .pagination__link:hover {
  background-color: #ccebff;
}
.section-box-md .register-banner,
.entry-content .register-banner {
  position: relative;
  margin: auto;
  border-radius: 20px;
  padding: 24px 16px;
  width: 100%;
  background-color: #fffff3;
  overflow: hidden;
}
.section-box-md .register-banner__logo,
.entry-content .register-banner__logo {
  width: 32px;
  height: auto;
}
.section-box-md .register-banner__number-wrap,
.entry-content .register-banner__number-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.section-box-md .register-banner__number,
.entry-content .register-banner__number {
  margin-right: 4px;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  font-family: serif;
}
.section-box-md .register-banner__sub-text,
.entry-content .register-banner__sub-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
.section-box-md .register-banner__notice,
.entry-content .register-banner__notice {
  font-size: 11px;
  font-weight: 400;
  color: #334c5c;
  line-height: 1.2;
  margin: 4px 0;
}
.section-box-md .register-banner:before,
.entry-content .register-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-top: 76px solid #ffffd7;
  border-right: 51px solid transparent;
  border-bottom: 76px solid transparent;
  border-left: 51px solid #ffffd7;
  content: "";
}
.section-box-md .register-banner:after,
.entry-content .register-banner:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  border-top: 37px solid transparent;
  border-right: 25px solid #ffffd7;
  border-bottom: 37px solid #ffffd7;
  border-left: 25px solid transparent;
  content: "";
}
@media (max-width: 840px) {
  .section-box-md .register-banner,
  .entry-content .register-banner {
    max-width: 300px;
  }
}
.section-box-md .search-menu,
.entry-content .search-menu {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 16px;
  background-color: #fff;
  opacity: 0;
  transform: translateY(-100%);
  transition: 0.3s;
  z-index: 1000001;
}
.section-box-md .search-menu.active,
.entry-content .search-menu.active {
  opacity: 1;
  transform: translateY(0);
}
.section-box-md .search-menu__input,
.entry-content .search-menu__input {
  flex: 1 1 auto;
  margin-right: 12px;
}
.section-box-md .search-menu__close,
.entry-content .search-menu__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
@media (max-width: 840px) {
  .section-box-md .section-box-md,
  .entry-content .section-box-md {
    border-radius: 0;
    padding: 40px 24px;
  }
}
.section-box-md .section-box-sm,
.entry-content .section-box-sm {
  margin-bottom: 40px;
  border-radius: 20px;
  padding: 40px 80px;
  background-color: #fff;
}
@media (max-width: 840px) {
  .section-box-md .section-box-sm,
  .entry-content .section-box-sm {
    border-radius: 0;
    padding: 32px 20px;
  }
}
.section-box-md .section-box-xs,
.entry-content .section-box-xs {
  margin-bottom: 40px;
  border-radius: 20px;
  padding: 40px 32px;
  background-color: #fff;
}
@media (max-width: 840px) {
  .section-box-md .section-box-xs,
  .entry-content .section-box-xs {
    border-radius: 0;
  }
}
.section-box-md .section-toggle,
.entry-content .section-toggle {
  margin-bottom: 40px;
  border-radius: 20px;
  padding: 32px 32px;
  background-color: #fff;
}
@media (max-width: 840px) {
  .section-box-md .section-toggle,
  .entry-content .section-toggle {
    margin-right: 16px;
    margin-left: 16px;
    padding: 20px;
  }
}
.section-box-md .section-toggle-trigger,
.entry-content .section-toggle-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  color: #005c99;
  font-weight: bold;
  transition: 0.3s;
}
.section-box-md .section-toggle-trigger__text-wrap,
.entry-content .section-toggle-trigger__text-wrap {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  margin-right: 8px;
  text-align: left;
}
.section-box-md .section-toggle-trigger__text-wrap-icon,
.entry-content .section-toggle-trigger__text-wrap-icon {
  margin-right: 8px;
}
.section-box-md .section-toggle-trigger__arrow-icon,
.entry-content .section-toggle-trigger__arrow-icon {
  flex: 0 0 auto;
}
.section-box-md .section-toggle-trigger.open .section-toggle-trigger__arrow-icon,
.entry-content .section-toggle-trigger.open .section-toggle-trigger__arrow-icon {
  transform: rotate(180deg);
}
.section-box-md .section-toggle-contents,
.entry-content .section-toggle-contents {
  display: none;
  padding-top: 40px;
}
.section-box-md .section-toggle-contents.open,
.entry-content .section-toggle-contents.open {
  display: block;
}
.section-box-md select.select,
.entry-content select.select {
  display: block;
  border-radius: 8px;
  padding: 12px 40px 12px 16px;
  width: 100%;
  height: 40px;
  background-color: #e6e9eb;
  background-image: url(/assets/v2/icon/ic-arrow-down-dark-gray-6d5247be638eb13f1a91f5045223f9db056b6b4eb1fda4919fd23ae4ecfcc1b3.svg);
  background-position: center right 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  line-height: 1;
  transition: 0.3s;
}
.section-box-md select.select:hover,
.entry-content select.select:hover {
  background-color: #ccd2d6;
}
.section-box-md select.select:active,
.entry-content select.select:active {
  background-color: #f2f4f5;
}
.section-box-md .tag,
.entry-content .tag {
  display: inline-block;
  margin: 4px;
  border-radius: 8px;
  padding: 8px 12px;
  background-color: #e6e9eb;
  font-size: 1.28rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.section-box-md .tag:hover,
.entry-content .tag:hover {
  background-color: #b3e1ff;
  text-decoration: none;
}
.section-box-md .tag-wrap,
.entry-content .tag-wrap {
  display: flex;
  margin: -4px;
  flex-wrap: wrap;
}
.section-box-md input[type=text].text-field,
.section-box-md input[type=tel].text-field,
.section-box-md input[type=email].text-field,
.section-box-md input[type=password].text-field,
.section-box-md input[type=number].text-field,
.section-box-md input[type=date].text-field,
.entry-content input[type=text].text-field,
.entry-content input[type=tel].text-field,
.entry-content input[type=email].text-field,
.entry-content input[type=password].text-field,
.entry-content input[type=number].text-field,
.entry-content input[type=date].text-field {
  display: block;
  outline: none;
  border: none;
  border-radius: 8px;
  padding: 12px 16px;
  width: 100%;
  height: 40px;
  background-color: #e6e9eb;
  line-height: 1;
  transition: 0.3s;
}
.section-box-md input[type=text].text-field:hover,
.section-box-md input[type=tel].text-field:hover,
.section-box-md input[type=email].text-field:hover,
.section-box-md input[type=password].text-field:hover,
.section-box-md input[type=number].text-field:hover,
.section-box-md input[type=date].text-field:hover,
.entry-content input[type=text].text-field:hover,
.entry-content input[type=tel].text-field:hover,
.entry-content input[type=email].text-field:hover,
.entry-content input[type=password].text-field:hover,
.entry-content input[type=number].text-field:hover,
.entry-content input[type=date].text-field:hover {
  background-color: #ccd2d6;
}
.section-box-md input[type=text].text-field:focus,
.section-box-md input[type=tel].text-field:focus,
.section-box-md input[type=email].text-field:focus,
.section-box-md input[type=password].text-field:focus,
.section-box-md input[type=number].text-field:focus,
.section-box-md input[type=date].text-field:focus,
.entry-content input[type=text].text-field:focus,
.entry-content input[type=tel].text-field:focus,
.entry-content input[type=email].text-field:focus,
.entry-content input[type=password].text-field:focus,
.entry-content input[type=number].text-field:focus,
.entry-content input[type=date].text-field:focus {
  background-color: #f2f4f5;
}
.section-box-md textarea.text-area,
.entry-content textarea.text-area {
  display: block;
  outline: none;
  border: none;
  border-radius: 8px;
  padding: 12px 16px;
  width: 100%;
  background-color: #e6e9eb;
  line-height: 2;
  cursor: pointer;
  transition: 0.3s;
}
.section-box-md textarea.text-area:hover,
.entry-content textarea.text-area:hover {
  background-color: #ccd2d6;
}
.section-box-md textarea.text-area:focus,
.entry-content textarea.text-area:focus {
  background-color: #f2f4f5;
}
.section-box-md .text-blackest,
.entry-content .text-blackest {
  color: #001f33;
}
.section-box-md .text-black,
.entry-content .text-black {
  color: #333;
}
.section-box-md .text-gray,
.entry-content .text-gray {
  color: rgba(0, 31, 51, 0.6);
}
.section-box-md .text-white,
.entry-content .text-white {
  color: #fff;
}
.section-box-md .text-white-opacity,
.entry-content .text-white-opacity {
  color: #fff;
}
.section-box-md .text-blue,
.entry-content .text-blue {
  color: #0099ff;
}
.section-box-md .text-bold,
.entry-content .text-bold {
  font-weight: bold;
}
.section-box-md .text-sm,
.entry-content .text-sm {
  font-size: 13px;
}
.section-box-md .text-center,
.entry-content .text-center {
  text-align: center;
}
.section-box-md .text-right,
.entry-content .text-right {
  text-align: right;
}
.section-box-md .text-limit,
.entry-content .text-limit {
  display: inline-block;
  padding: 8px;
  background-color: #ffffd7;
  text-align: center;
  line-height: 1;
  color: rgba(0, 31, 51, 0.8);
  font-size: 1.28rem;
  font-weight: bold;
}
.section-box-md .text-limit__inner,
.entry-content .text-limit__inner {
  display: flex;
  align-items: center;
}
.section-box-md .text-limit__title,
.entry-content .text-limit__title {
  margin-right: 2px;
}
.section-box-md .text-limit__emphasis,
.entry-content .text-limit__emphasis {
  margin-right: 2px;
}
.section-box-md .validation-form,
.entry-content .validation-form {
  background-color: rgba(179, 40, 114, 0.2) !important;
}
.section-box-md input[type=checkbox].validation-form + label,
.section-box-md input[type=radio].validation-form + label,
.entry-content input[type=checkbox].validation-form + label,
.entry-content input[type=radio].validation-form + label {
  background-color: rgba(179, 40, 114, 0.2) !important;
}
.section-box-md .article h2,
.entry-content .article h2 {
  margin-top: 80px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2.262rem;
  line-height: 1.4;
  color: #333;
}
.section-box-md .article h3,
.entry-content .article h3 {
  position: relative;
  margin-top: 60px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #333;
}
.section-box-md .article h3:before,
.entry-content .article h3:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: #333;
  content: "";
}
.section-box-md .article strong,
.entry-content .article strong {
  font-weight: bold;
}
.section-box-md .article img,
.entry-content .article img {
  max-width: 100%;
  height: auto;
}
.section-box-md .article p,
.entry-content .article p {
  margin-bottom: 16px;
  font-size: 1.8rem;
}
.section-box-md .article div,
.entry-content .article div {
  margin-bottom: 32px;
}
.section-box-md .article blockquote:not(.twitter-tweet),
.entry-content .article blockquote:not(.twitter-tweet) {
  border-radius: 8px;
  padding: 24px 32px 24px 68px;
  background-color: #f2f4f5;
  background-image: url(/assets/v2/icon/ic-blockquote-medium-gray-c4fc065f50f551808cd373caf4c214c7d39f6ef7c3a37b228709d985d196e306.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: top 24px left 32px;
  font-style: italic;
}
.section-box-md .article blockquote:not(.twitter-tweet) p,
.entry-content .article blockquote:not(.twitter-tweet) p {
  margin: 0;
}
.section-box-md .article blockquote:not(.twitter-tweet) cite,
.entry-content .article blockquote:not(.twitter-tweet) cite {
  display: block;
  text-align: right;
}
.section-box-md .article a:not(.register),
.entry-content .article a:not(.register) {
  text-decoration: underline;
}
.section-box-md .article a.register,
.entry-content .article a.register {
  display: block;
  border-radius: 8px;
  padding: 32px 24px;
  background-color: #fff7e6;
  color: #ffa800;
}
.section-box-md .article .emphasis,
.entry-content .article .emphasis {
  background-image: linear-gradient(transparent 50%, #e6f5ff 50%);
  font-weight: bold;
}
.section-box-md .article .numbered,
.entry-content .article .numbered {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 8px solid #b3e1ff;
  border-radius: 8px;
  padding: 64px 24px 24px;
  background-color: #f7fcff;
}
.section-box-md .article .numbered li,
.entry-content .article .numbered li {
  padding-left: 20px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left top 8px;
  background-size: 16px 16px;
}
.section-box-md .article .numbered li:not(:last-child),
.entry-content .article .numbered li:not(:last-child) {
  margin-bottom: 8px;
}
.section-box-md .article .numbered li:first-child::after,
.entry-content .article .numbered li:first-child::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 20px 8px;
  background-color: #b3e1ff;
  font-weight: bold;
  content: "Check";
}
.section-box-md .article .bulleted,
.entry-content .article .bulleted {
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 8px;
  padding: 32px 24px;
  background-color: #f2f4f5;
}
.section-box-md .article .bulleted li,
.entry-content .article .bulleted li {
  position: relative;
  padding-left: 20px;
}
.section-box-md .article .bulleted li::before,
.entry-content .article .bulleted li::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
  content: "";
}
.section-box-md .article .bulleted li:not(:last-child),
.entry-content .article .bulleted li:not(:last-child) {
  margin-bottom: 8px;
}
.section-box-md .article .box27,
.entry-content .article .box27 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 8px solid #ccebff;
  border-radius: 8px;
  padding: 64px 24px 24px;
}
.section-box-md .article .box27 .box-title,
.entry-content .article .box27 .box-title {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 20px 8px;
  background-color: #ccebff;
  font-weight: bold;
}
.section-box-md .article .box27 p,
.entry-content .article .box27 p {
  margin-bottom: 0;
}
.section-box-md .article .double-border-box-gray,
.entry-content .article .double-border-box-gray {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 8px double #e6e9eb;
  border-radius: 8px;
  padding: 24px;
}
.section-box-md .article .double-border-box-gray p,
.entry-content .article .double-border-box-gray p {
  margin-bottom: 0;
}
.section-box-md .article .double-border-box-blue,
.entry-content .article .double-border-box-blue {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 8px double #ccebff;
  border-radius: 8px;
  padding: 24px;
}
.section-box-md .article .double-border-box-blue p,
.entry-content .article .double-border-box-blue p {
  margin-bottom: 0;
}
@media (max-width: 1244px) {
  .section-box-md .article h2,
  .entry-content .article h2 {
    font-size: 2.025rem;
  }
  .section-box-md .article h3,
  .entry-content .article h3 {
    font-size: 1.8rem;
  }
  .section-box-md .article p,
  .entry-content .article p {
    font-size: 1.6rem;
  }
}
.section-box-md .article-note,
.entry-content .article-note {
  display: flex;
  align-items: center;
}
.section-box-md .article-note__views,
.entry-content .article-note__views {
  flex: 1 1 auto;
  margin-right: 12px;
  color: rgba(0, 31, 51, 0.6);
  font-weight: bold;
}
.section-box-md .article-share,
.entry-content .article-share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section-box-md .article-share__button,
.entry-content .article-share__button {
  margin-left: 12px;
}
.section-box-md .article-author,
.entry-content .article-author {
  display: flex;
  border-radius: 8px;
  padding: 60px;
  background-color: #fff;
}
.section-box-md .article-author__image,
.entry-content .article-author__image {
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 12px;
}
.section-box-md .article-author__contents,
.entry-content .article-author__contents {
  flex: 1 1 auto;
}
.section-box-md .article-author__sns,
.entry-content .article-author__sns {
  display: flex;
  align-items: center;
}
.section-box-md .article-author__sns-link,
.entry-content .article-author__sns-link {
  margin-right: 12px;
}
@media (max-width: 1244px) {
  .section-box-md .article-author,
  .entry-content .article-author {
    border-radius: 0;
    padding: 40px 32px;
  }
  .section-box-md .article-author__image,
  .entry-content .article-author__image {
    width: 40px;
    height: 40px;
  }
}
.section-box-md .article-key-visual,
.entry-content .article-key-visual {
  width: 100%;
  height: auto;
}
.section-box-md .article-sub-text,
.entry-content .article-sub-text {
  display: flex;
  flex-wrap: wrap;
}
.section-box-md .article-sub-text__item,
.entry-content .article-sub-text__item {
  margin-right: 12px;
}
.section-box-md .error-number,
.entry-content .error-number {
  font-weight: bold;
  font-size: 6rem;
  line-height: 1;
  color: #ccd2d6;
}
.section-box-md .es,
.entry-content .es {
  position: relative;
}
.section-box-md .es h3,
.entry-content .es h3 {
  position: relative;
  border-bottom: 1px solid #f2f4f5;
  margin-top: 40px;
  margin-bottom: 12px;
  padding: 8px 0 8px 20px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #001f33;
}
.section-box-md .es h3:before,
.entry-content .es h3:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 100%;
  background-color: #ccebff;
  content: "";
}
.section-box-md .es p,
.entry-content .es p {
  margin-bottom: 40px;
}
.section-box-md .es-note,
.entry-content .es-note {
  display: flex;
}
.section-box-md .es-note__author,
.entry-content .es-note__author {
  flex: 1 1 auto;
  margin-right: 12px;
}
.section-box-md .es-note__action,
.entry-content .es-note__action {
  flex: 0 0 auto;
}
.section-box-md .es-note__author-summary,
.entry-content .es-note__author-summary {
  display: flex;
  margin-bottom: 4px;
}
.section-box-md .es-note__author-summary-icon,
.entry-content .es-note__author-summary-icon {
  flex: 0 0 auto;
  margin-right: 4px;
}
.section-box-md .es-note__author-summary-text,
.entry-content .es-note__author-summary-text {
  flex: 1 1 auto;
}
.section-box-md .es-mask,
.entry-content .es-mask {
  margin-top: -40px;
  padding: 52px 32px 16px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  text-align: center;
}
@media (max-width: 1244px) {
  .section-box-md .es-mask,
  .entry-content .es-mask {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}
.section-box-md .mypage-summary,
.entry-content .mypage-summary {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-box-md .mypage-summary__item,
.entry-content .mypage-summary__item {
  position: relative;
  padding-right: 52px;
  padding-left: 52px;
}
.section-box-md .mypage-summary__item:not(:last-child)::after,
.entry-content .mypage-summary__item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 40px;
  background-color: #e6e9eb;
  content: "";
}
.section-box-md .mypage-summary__item-title,
.entry-content .mypage-summary__item-title {
  display: flex;
  align-items: center;
  line-height: 1;
}
.section-box-md .mypage-summary__item-title-icon,
.entry-content .mypage-summary__item-title-icon {
  margin-right: 4px;
}
.section-box-md .mypage-summary__item-content,
.entry-content .mypage-summary__item-content {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-weight: bold;
}
.section-box-md .mypage-summary__item-content strong,
.entry-content .mypage-summary__item-content strong {
  font-size: 3.2rem;
}
@media (max-width: 1244px) {
  .section-box-md .mypage-summary,
  .entry-content .mypage-summary {
    display: block;
  }
  .section-box-md .mypage-summary__item,
  .entry-content .mypage-summary__item {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .section-box-md .mypage-summary__item:not(:last-child),
  .entry-content .mypage-summary__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .section-box-md .mypage-summary__item:not(:last-child)::after,
  .entry-content .mypage-summary__item:not(:last-child)::after {
    display: none;
  }
  .section-box-md .mypage-summary__item-title,
  .entry-content .mypage-summary__item-title {
    flex: 1 1 auto;
  }
  .section-box-md .mypage-summary__item-content strong,
  .entry-content .mypage-summary__item-content strong {
    font-size: 2.4rem;
  }
}
.section-box-md .mypage-share,
.entry-content .mypage-share {
  display: flex;
  align-items: center;
}
.section-box-md .mypage-share__url,
.entry-content .mypage-share__url {
  flex: 1 1 auto;
  margin-right: 20px;
}
.section-box-md .mypage-share__sns,
.entry-content .mypage-share__sns {
  flex: 0 0 auto;
  display: flex;
}
.section-box-md .mypage-share__sns :not(:last-child),
.entry-content .mypage-share__sns :not(:last-child) {
  margin-right: 20px;
}
.section-box-md .mypage-share__sns-button,
.entry-content .mypage-share__sns-button {
  display: flex;
  align-items: center;
}
@media (max-width: 1244px) {
  .section-box-md .mypage-share,
  .entry-content .mypage-share {
    display: block;
  }
  .section-box-md .mypage-share__url,
  .entry-content .mypage-share__url {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.section-box-md .mypage-share-list__item:not(:last-child),
.entry-content .mypage-share-list__item:not(:last-child) {
  margin-bottom: 32px;
}
@keyframes firstview-animation {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.section-box-md .top-button-tag,
.entry-content .top-button-tag {
  margin-right: 4px;
  border-radius: 20px;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  font-weight: bold;
  font-size: 1.28rem;
  color: #0099ff;
}
.section-box-md .top-link-next,
.entry-content .top-link-next {
  display: inline-block;
  padding-left: 40px;
}
.section-box-md .top-link-next__text,
.entry-content .top-link-next__text {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
.section-box-md .top-link-next__icon,
.entry-content .top-link-next__icon {
  display: inline-block;
  vertical-align: middle;
}
.section-box-md .top-link-next:hover,
.entry-content .top-link-next:hover {
  text-decoration: none;
}
.section-box-md .top-link-next:hover .top-link-next__icon,
.entry-content .top-link-next:hover .top-link-next__icon {
  transform: translateX(8px);
  transition: 0.3s;
}
.section-box-md .top-title,
.entry-content .top-title {
  margin-bottom: 80px;
  font-size: 3.199rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 840px) {
  .section-box-md .top-title,
  .entry-content .top-title {
    font-size: 2.278rem;
  }
}
.section-box-md .top-title-2,
.entry-content .top-title-2 {
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
  padding-top: 48px;
  font-weight: bold;
  font-size: 3.199rem;
  text-align: center;
}
.section-box-md .top-title-2__image,
.entry-content .top-title-2__image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 378px;
  height: 90px;
}
.section-box-md .top-title-2__text,
.entry-content .top-title-2__text {
  position: relative;
}
@media (max-width: 840px) {
  .section-box-md .top-title-2,
  .entry-content .top-title-2 {
    font-size: 2.278rem;
  }
  .section-box-md .top-title-2__image,
  .entry-content .top-title-2__image {
    width: 320px;
    height: auto;
  }
}
.section-box-md .top-first-view,
.entry-content .top-first-view {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.section-box-md .top-first-view__inner,
.entry-content .top-first-view__inner {
  margin: auto;
  padding-top: 40px;
  padding-right: 32px;
  padding-bottom: 0g;
  padding-left: 32px;
  max-width: 1440px;
}
.section-box-md .top-first-view__inner::before,
.entry-content .top-first-view__inner::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 452px 682px;
  background-repeat: no-repeat;
  background-position: top left;
  content: "";
}
.section-box-md .top-first-view__inner::after,
.entry-content .top-first-view__inner::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 1125px 356px;
  background-repeat: no-repeat;
  background-position: right bottom;
  content: "";
}
.section-box-md .top-first-view__contents-wrap,
.entry-content .top-first-view__contents-wrap {
  display: flex;
  position: relative;
  z-index: 1;
  margin: auto;
  max-width: 1180px;
}
.section-box-md .top-first-view__message,
.entry-content .top-first-view__message {
  flex: 1 0 auto;
  margin-right: 16px;
}
.section-box-md .top-first-view__message-image,
.entry-content .top-first-view__message-image {
  margin-left: 148px;
  width: 100%;
  max-width: 628px;
  height: auto;
  background-color: #ccebff;
  animation: firstview-animation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.section-box-md .top-first-view__message-block,
.entry-content .top-first-view__message-block {
  position: relative;
  margin-top: -96px;
  padding: 24px 32px;
  width: 520px;
  background-color: #fff;
  text-align: center;
  animation: firstview-animation;
  opacity: 0;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.section-box-md .top-first-view__message-block-inner,
.entry-content .top-first-view__message-block-inner {
  margin-bottom: 20px;
}
.section-box-md .top-first-view__message-text,
.entry-content .top-first-view__message-text {
  max-width: 343px;
  vertical-align: middle;
}
.section-box-md .top-first-view__message-sub-text,
.entry-content .top-first-view__message-sub-text {
  display: inline-block;
  font-size: 1.28rem;
  color: rgba(0, 31, 51, 0.6);
}
.section-box-md .top-first-view__job-event,
.entry-content .top-first-view__job-event {
  flex: 0 0 372px;
  width: 372px;
}
.section-box-md .top-first-view__job-event-title,
.entry-content .top-first-view__job-event-title {
  display: flex;
  margin: 0 8px 8px;
}
.section-box-md .top-first-view__job-event-title-text,
.entry-content .top-first-view__job-event-title-text {
  flex: 1 0 auto;
  font-weight: bold;
}
.section-box-md .top-first-view__slider,
.entry-content .top-first-view__slider {
  height: 600px;
  overflow: hidden;
}
.section-box-md .top-first-view__slider-link,
.entry-content .top-first-view__slider-link {
  display: block;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 16px 24px;
  box-shadow: 0 0 8px rgba(0, 31, 51, 0.1);
  background-color: #fff;
}
.section-box-md .top-first-view__slider-link:hover,
.entry-content .top-first-view__slider-link:hover {
  box-shadow: 0 8px 8px rgba(0, 31, 51, 0.1);
  text-decoration: none;
}
.section-box-md .top-first-view .top-event-slider,
.entry-content .top-first-view .top-event-slider {
  width: 100%;
  height: 600px;
}
.section-box-md .top-first-view .top-event-slider .swiper-wrapper,
.entry-content .top-first-view .top-event-slider .swiper-wrapper {
  box-sizing: border-box;
}
.section-box-md .top-first-view .top-event-slider .swiper-slide,
.entry-content .top-first-view .top-event-slider .swiper-slide {
  padding: 0 8px 12px;
  height: 120px !important;
}
.section-box-md .top-first-view .top-event-slider .swiper-button-prev::after,
.section-box-md .top-first-view .top-event-slider .swiper-button-next::after,
.entry-content .top-first-view .top-event-slider .swiper-button-prev::after,
.entry-content .top-first-view .top-event-slider .swiper-button-next::after {
  font-weight: bold;
  font-size: 1.6rem;
  color: #667985;
}
.section-box-md .top-first-view .top-event-slider .swiper-button-prev,
.entry-content .top-first-view .top-event-slider .swiper-button-prev {
  left: 0;
}
.section-box-md .top-first-view .top-event-slider .swiper-button-next,
.entry-content .top-first-view .top-event-slider .swiper-button-next {
  right: 0;
}
.section-box-md .top-first-view__slider-tag-limit,
.entry-content .top-first-view__slider-tag-limit {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section-box-md .top-first-view__slider-tag,
.entry-content .top-first-view__slider-tag {
  overflow: hidden;
  border-radius: 2px;
  padding: 4px;
  background-color: #ccebff;
  line-height: 1;
  font-weight: bold;
  font-size: 1.28rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section-box-md .top-first-view__slider-title,
.entry-content .top-first-view__slider-title {
  display: block;
  overflow: hidden;
  margin-bottom: 4px;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section-box-md .top-first-view__slider-sub-text,
.entry-content .top-first-view__slider-sub-text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.28rem;
  color: rgba(0, 31, 51, 0.6);
}
@media (max-width: 1244px) {
  .section-box-md .top-first-view__inner::before,
  .entry-content .top-first-view__inner::before {
    background-position: top left -240px;
  }
  .section-box-md .top-first-view__inner:after,
  .entry-content .top-first-view__inner:after {
    background-position: bottom left;
  }
  .section-box-md .top-first-view__contents-wrap,
  .entry-content .top-first-view__contents-wrap {
    display: block;
  }
  .section-box-md .top-first-view__message,
  .entry-content .top-first-view__message {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 0;
    margin-bottom: 80px;
  }
  .section-box-md .top-first-view__message-image,
  .entry-content .top-first-view__message-image {
    margin-left: 0;
    margin-bottom: 24px;
  }
  .section-box-md .top-first-view__message-block,
  .entry-content .top-first-view__message-block {
    margin: 0 -32px 0;
    padding: 40px;
    width: auto;
    text-align: center;
  }
  .section-box-md .top-first-view__message-text,
  .entry-content .top-first-view__message-text {
    width: 100%;
    height: auto;
  }
  .section-box-md .top-first-view__job-event,
  .entry-content .top-first-view__job-event {
    width: 100%;
  }
  .section-box-md .top-first-view__slider,
  .section-box-md .top-first-view .top-event-slider,
  .entry-content .top-first-view__slider,
  .entry-content .top-first-view .top-event-slider {
    height: auto;
  }
  .section-box-md .top-first-view .top-event-slider .swiper-slide,
  .entry-content .top-first-view .top-event-slider .swiper-slide {
    width: 320px;
    height: auto !important;
  }
}
.section-box-md .top-menu,
.entry-content .top-menu {
  padding: 56px 16px;
  background-size: 50px 50px;
}
.section-box-md .top-menu__inner,
.entry-content .top-menu__inner {
  margin: auto;
  max-width: 1180px;
}
.section-box-md .top-ad,
.entry-content .top-ad {
  padding: 56px 0;
  background-color: #fff;
}
.section-box-md .top-ad__inner,
.entry-content .top-ad__inner {
  margin: auto;
  max-width: 1180px;
}
.section-box-md .top-ad__contents,
.entry-content .top-ad__contents {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-box-md .top-ad__link,
.entry-content .top-ad__link {
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 24px;
}
.section-box-md .top-ad__link:last-child,
.entry-content .top-ad__link:last-child {
  margin-bottom: 0;
}
.section-box-md .top-es,
.entry-content .top-es {
  padding: 120px 16px;
  background-color: #fafbfb;
}
.section-box-md .top-es__inner,
.entry-content .top-es__inner {
  margin: auto;
  max-width: 1180px;
}
.section-box-md .top-es__title,
.entry-content .top-es__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.section-box-md .top-es__title-badge,
.entry-content .top-es__title-badge {
  margin-right: 8px;
}
.section-box-md .top-es__title-primary,
.entry-content .top-es__title-primary {
  display: block;
  font-weight: bold;
  line-height: 1;
}
.section-box-md .top-es__title-emphasis,
.entry-content .top-es__title-emphasis {
  font-size: 3.2rem;
}
.section-box-md .top-es .top-es-slider,
.entry-content .top-es .top-es-slider {
  width: 100%;
}
.section-box-md .top-es .top-es-slider .swiper-wrapper,
.entry-content .top-es .top-es-slider .swiper-wrapper {
  box-sizing: border-box;
}
.section-box-md .top-es .top-es-slider .swiper-slide,
.entry-content .top-es .top-es-slider .swiper-slide {
  padding-bottom: 12px;
  width: 320px !important;
}
.section-box-md .top-business-category,
.entry-content .top-business-category {
  position: relative;
  padding: 120px 16px;
  background-image: linear-gradient(#33adff 0%, #ccebff 100%);
}
.section-box-md .top-business-category::before,
.entry-content .top-business-category::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 528px;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  content: "";
}
.section-box-md .top-business-category__inner,
.entry-content .top-business-category__inner {
  position: relative;
  margin: auto;
  max-width: 1180px;
}
.section-box-md .top-business-category__title,
.entry-content .top-business-category__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.section-box-md .top-business-category__title-text,
.entry-content .top-business-category__title-text {
  flex: 1 0 auto;
  margin-right: 20px;
  font-size: 2.262rem;
  font-weight: bold;
}
.section-box-md .top-business-category__title-icon,
.entry-content .top-business-category__title-icon {
  width: 64px;
  height: 64px;
}
.section-box-md .top-business-category__list,
.entry-content .top-business-category__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.section-box-md .top-business-category__item,
.entry-content .top-business-category__item {
  padding: 40px 32px;
  background-color: #fff;
}
.section-box-md .top-business-category__link-list,
.entry-content .top-business-category__link-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.section-box-md .top-business-category__link-wrap,
.entry-content .top-business-category__link-wrap {
  display: flex;
  margin: -6px;
}
.section-box-md .top-business-category__link,
.entry-content .top-business-category__link {
  margin: 6px;
}
@media (max-width: 840px) {
  .section-box-md .top-business-category,
  .entry-content .top-business-category {
    padding-right: 0;
    padding-left: 0;
  }
  .section-box-md .top-business-category__title-text,
  .entry-content .top-business-category__title-text {
    font-size: 2.025rem;
  }
  .section-box-md .top-business-category__list,
  .entry-content .top-business-category__list {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
.section-box-md .top-technique,
.entry-content .top-technique {
  position: relative;
  padding: 120px 16px;
  background-color: #fff;
  background-image: linear-gradient(#e6f5ff 0, #ccebff 100%);
}
.section-box-md .top-technique::before,
.entry-content .top-technique::before {
  display: block;
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  background-color: #fff;
  transform: skew(0deg, 3deg);
  content: "";
}
.section-box-md .top-technique__accent::before,
.entry-content .top-technique__accent::before {
  position: absolute;
  top: -124px;
  left: -60px;
  width: 517px;
  height: 806px;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.section-box-md .top-technique__accent::after,
.entry-content .top-technique__accent::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 452px;
  height: 630px;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.section-box-md .top-technique__inner,
.entry-content .top-technique__inner {
  position: relative;
  margin: auto;
  max-width: 1180px;
}
.section-box-md .top-technique__list,
.entry-content .top-technique__list {
  display: grid;
  gap: 24px;
  padding: 80px 60px;
  background-color: #fff;
}
.section-box-md .top-technique__item,
.entry-content .top-technique__item {
  display: flex;
}
.section-box-md .top-technique__item-title,
.entry-content .top-technique__item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 320px;
  margin-right: 24px;
  padding: 48px 32px;
  background-size: 50px 50px;
  text-align: center;
}
.section-box-md .top-technique__item-title-link,
.entry-content .top-technique__item-title-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.8rem;
}
.section-box-md .top-technique__item-title-link:hover,
.entry-content .top-technique__item-title-link:hover {
  text-decoration: none;
}
.section-box-md .top-technique__item-title-link:hover .top-technique__item-title-icon,
.entry-content .top-technique__item-title-link:hover .top-technique__item-title-icon {
  transform: translateX(8px);
  transition: 0.3s;
}
.section-box-md .top-technique__item-title-text,
.entry-content .top-technique__item-title-text {
  display: inline-block;
  margin-bottom: 4px;
}
.section-box-md .top-technique__link,
.entry-content .top-technique__link {
  display: flex;
}
.section-box-md .top-technique__link:hover,
.entry-content .top-technique__link:hover {
  text-decoration: none;
}
.section-box-md .top-technique__link:hover .top-technique__link-image,
.entry-content .top-technique__link:hover .top-technique__link-image {
  transform: scale(1.1);
}
.section-box-md .top-technique__link-text,
.entry-content .top-technique__link-text {
  margin-right: 12px;
}
.section-box-md .top-technique__link-title,
.entry-content .top-technique__link-title {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.4;
}
.section-box-md .top-technique__link-sub-text,
.entry-content .top-technique__link-sub-text {
  display: block;
  margin-bottom: 8px;
  font-size: 1.28rem;
  color: rgba(0, 31, 51, 0.6);
}
.section-box-md .top-technique__link-image-wrap,
.entry-content .top-technique__link-image-wrap {
  flex: 0 0 156px;
  overflow: hidden;
}
.section-box-md .top-technique__link-image,
.entry-content .top-technique__link-image {
  width: 156px;
  height: 52px;
  background-size: cover;
  transition: 0.3s;
}
@media (max-width: 840px) {
  .section-box-md .top-technique__accent,
  .entry-content .top-technique__accent {
    display: none;
  }
  .section-box-md .top-technique__inner,
  .entry-content .top-technique__inner {
    padding-right: 0;
    padding-left: 0;
  }
  .section-box-md .top-technique__list,
  .entry-content .top-technique__list {
    padding: 0 32px 32px;
  }
  .section-box-md .top-technique__item,
  .entry-content .top-technique__item {
    display: block;
    margin: auto;
    max-width: 520px;
  }
  .section-box-md .top-technique__item-title-link,
  .entry-content .top-technique__item-title-link {
    font-size: 1.8rem;
  }
  .section-box-md .top-technique__item-title,
  .entry-content .top-technique__item-title {
    margin-right: 0;
    margin-bottom: 12px;
    padding: 32px 8px;
  }
  .section-box-md .top-technique__link-image-wrap,
  .entry-content .top-technique__link-image-wrap {
    flex: 0 0 72px;
  }
  .section-box-md .top-technique__link-image,
  .entry-content .top-technique__link-image {
    width: 72px;
    height: 24px;
  }
}
.section-box-md .top-column,
.entry-content .top-column {
  position: relative;
  padding: 120px 16px;
  background-color: #fff;
}
.section-box-md .top-column::before,
.entry-content .top-column::before {
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: #fff;
  transform: skew(0deg, -3deg);
  content: "";
}
.section-box-md .top-column::after,
.entry-content .top-column::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 474px;
  background-color: #f2f4f5;
  content: "";
}
.section-box-md .top-column__inner,
.entry-content .top-column__inner {
  position: relative;
  z-index: 1;
  margin: auto;
  max-width: 1180px;
}
.section-box-md .top-column__list,
.entry-content .top-column__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
.section-box-md .top-column__link,
.entry-content .top-column__link {
  display: block;
  position: relative;
}
.section-box-md .top-column__link:hover,
.entry-content .top-column__link:hover {
  text-decoration: none;
}
.section-box-md .top-column__link:hover .top-column__image,
.entry-content .top-column__link:hover .top-column__image {
  transform: scale(1.1);
}
.section-box-md .top-column__image-wrap,
.entry-content .top-column__image-wrap {
  display: block;
  margin-bottom: 12px;
  overflow: hidden;
}
.section-box-md .top-column__image,
.entry-content .top-column__image {
  width: 100%;
  height: 91px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
  vertical-align: middle;
}
.section-box-md .top-column__title,
.entry-content .top-column__title {
  font-weight: bold;
  line-height: 1.4;
}
.section-box-md .top-column__text,
.entry-content .top-column__text {
  font-size: 1.28rem;
}
.section-box-md .top-column__count,
.entry-content .top-column__count {
  font-size: 1.28rem;
  font-weight: bold;
}
@media (max-width: 1244px) {
  .section-box-md .top-column::before,
  .entry-content .top-column::before {
    top: -24px;
  }
  .section-box-md .top-column__list,
  .entry-content .top-column__list {
    grid-template-columns: 271px 271px 271px 271px;
    overflow-x: scroll;
  }
  .section-box-md .top-column__list::-webkit-scrollbar,
  .entry-content .top-column__list::-webkit-scrollbar {
    display: block;
    height: 8px;
  }
  .section-box-md .top-column__list::-webkit-scrollbar-track,
  .entry-content .top-column__list::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .section-box-md .top-column__list::-webkit-scrollbar-thumb,
  .entry-content .top-column__list::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #e6e9eb;
  }
}
.section-box-md .top-about,
.entry-content .top-about {
  position: relative;
  padding: 120px 32px;
  background-color: #fafbfb;
}
.section-box-md .top-about__inner,
.entry-content .top-about__inner {
  margin: auto;
  max-width: 1180px;
}
.section-box-md .top-about__list,
.entry-content .top-about__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.section-box-md .top-about__item-image-wrap,
.entry-content .top-about__item-image-wrap {
  text-align: center;
}
.section-box-md .top-about__item-title,
.entry-content .top-about__item-title {
  margin-bottom: 12px;
  text-align: center;
  font-size: 2.262rem;
  line-height: 1.4;
}
@media (max-width: 1244px) {
  .section-box-md .top-about,
  .entry-content .top-about {
    padding: 80px 32px;
  }
  .section-box-md .top-about__list,
  .entry-content .top-about__list {
    grid-template-columns: 1fr;
    margin: auto;
    max-width: 464px;
  }
  .section-box-md .top-about__item-title,
  .entry-content .top-about__item-title {
    font-size: 2.025rem;
  }
}
.section-box-md .top-other,
.entry-content .top-other {
  padding: 120px 32px;
  background-color: #fff;
}
.section-box-md .top-other__inner,
.entry-content .top-other__inner {
  margin: auto;
  max-width: 1180px;
}
.section-box-md .top-other__message,
.entry-content .top-other__message {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.section-box-md .top-other__message-text,
.entry-content .top-other__message-text {
  padding-right: 24px;
  padding-left: 24px;
  font-weight: bold;
  text-align: center;
}
.section-box-md .top-other__list,
.entry-content .top-other__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 840px) {
  .section-box-md .top-other__list,
  .entry-content .top-other__list {
    grid-template-columns: 1fr;
  }
  .section-box-md .top-other__message,
  .entry-content .top-other__message {
    flex-direction: column;
  }
  .section-box-md .top-other__message-text,
  .entry-content .top-other__message-text {
    padding: 0;
  }
  .section-box-md .top-other__message-left,
  .entry-content .top-other__message-left {
    margin-bottom: 32px;
  }
  .section-box-md .top-other__message-right,
  .entry-content .top-other__message-right {
    display: none;
  }
}
.section-box-md .top-faq,
.entry-content .top-faq {
  position: relative;
  padding: 120px 8px;
  background-color: #fff;
}
.section-box-md .top-faq::before,
.entry-content .top-faq::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 700px;
  background-size: 50px 50px;
  content: "";
}
.section-box-md .top-faq__inner,
.entry-content .top-faq__inner {
  position: relative;
  margin: auto;
  max-width: 776px;
}
.section-box-md .top-faq__list,
.entry-content .top-faq__list {
  position: relative;
  margin-bottom: 60px;
}
.section-box-md .top-faq__list::before,
.entry-content .top-faq__list::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, rgba(0, 153, 255, 0) 0%, rgba(0, 153, 255, 0) 80%, rgba(0, 153, 255, 0.27) 100%);
  content: "";
}
.section-box-md .top-faq__list-inner,
.entry-content .top-faq__list-inner {
  position: relative;
  padding: 80px 60px;
  background-color: #fff;
}
@media (max-width: 1244px) {
  .section-box-md .top-faq__list-inner,
  .entry-content .top-faq__list-inner {
    padding: 40px 32px;
  }
}
.section-box-md .top-sns,
.entry-content .top-sns {
  padding: 80px 16px;
  background-color: #fafbfb;
}
.section-box-md .top-sns__inner,
.entry-content .top-sns__inner {
  margin: auto;
  max-width: 776px;
}
.section-box-md .top-sns__list,
.entry-content .top-sns__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.section-box-md .top-sns__item,
.entry-content .top-sns__item {
  width: 376px;
  height: 339px;
}
@media (max-width: 840px) {
  .section-box-md .top-sns__list,
  .entry-content .top-sns__list {
    grid-template-columns: 1fr;
  }
  .section-box-md .top-sns__item,
  .entry-content .top-sns__item {
    margin: auto;
    width: 288px;
  }
}
.section-box-md .validation-text,
.entry-content .validation-text {
  font-weight: bold;
  color: #ff6363;
}
.section-box-md .validation-form,
.entry-content .validation-form {
  background-color: rgba(255, 99, 99, 0.2) !important;
}
.section-box-md input[type=checkbox].validation-form + label,
.section-box-md input[type=radio].validation-form + label,
.entry-content input[type=checkbox].validation-form + label,
.entry-content input[type=radio].validation-form + label {
  background-color: rgba(255, 99, 99, 0.2) !important;
}
.section-box-md .fv_wrap,
.entry-content .fv_wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 960px) {
  .section-box-md .fv_wrap,
  .entry-content .fv_wrap {
    background-position: 20% center;
  }
}
@media (max-width: 640px) {
  .section-box-md .fv_wrap,
  .entry-content .fv_wrap {
    background-position: 34% center;
  }
}
.section-box-md .common_wrap,
.entry-content .common_wrap {
  padding: 0 16px;
  width: 100%;
  position: relative;
}
.section-box-md .common_inner,
.entry-content .common_inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}
.section-box-md .fv_content_wrap,
.entry-content .fv_content_wrap {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 960px) {
  .section-box-md .fv_content_wrap,
  .entry-content .fv_content_wrap {
    display: block;
  }
}
.section-box-md .fv_content_wrap .fv_title_block,
.entry-content .fv_content_wrap .fv_title_block {
  width: 50%;
}
@media (max-width: 960px) {
  .section-box-md .fv_content_wrap .fv_title_block,
  .entry-content .fv_content_wrap .fv_title_block {
    width: 100%;
  }
}
.section-box-md .fv_content_wrap .fv_title_block .fv_title_icon,
.entry-content .fv_content_wrap .fv_title_block .fv_title_icon {
  width: 160px;
  margin: 0 0 10px;
}
.section-box-md .fv_content_wrap .fv_title_block .fv_title_icon img,
.entry-content .fv_content_wrap .fv_title_block .fv_title_icon img {
  width: 100%;
}
@media (max-width: 640px) {
  .section-box-md .fv_content_wrap .fv_title_block .fv_title_icon,
  .entry-content .fv_content_wrap .fv_title_block .fv_title_icon {
    width: 130px;
    margin: 0 0 0;
  }
}
.section-box-md .fv_content_wrap .fv_title_block .fv_title_ja,
.entry-content .fv_content_wrap .fv_title_block .fv_title_ja {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 60px;
}
@media (max-width: 640px) {
  .section-box-md .fv_content_wrap .fv_title_block .fv_title_ja,
  .entry-content .fv_content_wrap .fv_title_block .fv_title_ja {
    font-size: 20px;
    margin: 0 0 40px;
  }
}
.section-box-md .fv_content_wrap .fv_title_block .fv_title_ja .text_border,
.entry-content .fv_content_wrap .fv_title_block .fv_title_ja .text_border {
  border-bottom: 3px solid #fff;
}
.section-box-md .fv_content_wrap .fv_title_block .fv_title_ja .text_big,
.entry-content .fv_content_wrap .fv_title_block .fv_title_ja .text_big {
  font-size: 66px;
}
@media (max-width: 640px) {
  .section-box-md .fv_content_wrap .fv_title_block .fv_title_ja .text_big,
  .entry-content .fv_content_wrap .fv_title_block .fv_title_ja .text_big {
    font-size: 40px;
  }
}
.section-box-md .fv_content_wrap .fv_title_block .fv_title_notice,
.entry-content .fv_content_wrap .fv_title_block .fv_title_notice {
  font-size: 13px;
  font-weight: 400;
  list-style: 1.5;
  color: #fff;
  margin: 0 0 28px;
}
@media (max-width: 640px) {
  .section-box-md .fv_content_wrap .fv_title_block .fv_title_notice,
  .entry-content .fv_content_wrap .fv_title_block .fv_title_notice {
    font-size: 11px;
  }
}
.section-box-md .fv_content_wrap .fv_title_block .fv_sub_title,
.entry-content .fv_content_wrap .fv_title_block .fv_sub_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 640px) {
  .section-box-md .fv_content_wrap .fv_title_block .fv_sub_title,
  .entry-content .fv_content_wrap .fv_title_block .fv_sub_title {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  .section-box-md .fv_content_wrap .fv_search_block,
  .entry-content .fv_content_wrap .fv_search_block {
    display: none;
  }
}
.section-box-md .sp_search,
.entry-content .sp_search {
  display: none;
  padding: 50px 0;
}
@media (max-width: 960px) {
  .section-box-md .sp_search,
  .entry-content .sp_search {
    display: block;
  }
}
@media (max-width: 640px) {
  .section-box-md .sp_search,
  .entry-content .sp_search {
    padding: 40px 0;
  }
}
.section-box-md .fv_search_block,
.entry-content .fv_search_block {
  width: 50%;
  max-width: 460px;
  margin: 0 0 0 auto;
  padding: 0 0 0 50px;
}
@media (max-width: 960px) {
  .section-box-md .fv_search_block,
  .entry-content .fv_search_block {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
}
.section-box-md .fv_search_menu_list,
.entry-content .fv_search_menu_list {
  display: flex;
  width: 100%;
}
.section-box-md .fv_search_menu_list .fv_search_menu_item,
.entry-content .fv_search_menu_list .fv_search_menu_item {
  width: 50%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  background-color: #f0f1f2;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
  cursor: pointer;
}
.section-box-md .fv_search_menu_list .fv_search_menu_item.active,
.entry-content .fv_search_menu_list .fv_search_menu_item.active {
  background-color: #fff;
  border-top: 5px solid #0099ff;
  color: #0099ff;
}
.section-box-md .fv_search_content_wrap .fv_search_content,
.entry-content .fv_search_content_wrap .fv_search_content {
  display: none;
  padding: 20px 20px 30px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  min-height: 430px;
}
@media (max-width: 960px) {
  .section-box-md .fv_search_content_wrap .fv_search_content,
  .entry-content .fv_search_content_wrap .fv_search_content {
    min-height: auto;
  }
}
.section-box-md .fv_search_content_wrap .fv_search_content.show,
.entry-content .fv_search_content_wrap .fv_search_content.show {
  display: block;
}
.section-box-md .fv_search_content_wrap .fv_search_content .fv_search_input_list,
.entry-content .fv_search_content_wrap .fv_search_content .fv_search_input_list {
  margin: 0 0 20px;
}
.section-box-md .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item,
.entry-content .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item {
  margin: 0 0 16px;
}
.section-box-md .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item:last-child,
.entry-content .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item:last-child {
  margin: 0 0 0;
}
.section-box-md .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item .fv_search_input_item_title,
.entry-content .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item .fv_search_input_item_title {
  padding: 0 0 0 20px;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin: 0 0 8px;
}
.section-box-md .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item .fv_search_input_item_title::before,
.entry-content .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item .fv_search_input_item_title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #0099ff;
}
.section-box-md .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item .fv_search_input_item_wrap,
.entry-content .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item .fv_search_input_item_wrap {
  width: 100%;
}
.section-box-md .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item .fv_search_input_item_wrap .fv_search_input_item_select,
.entry-content .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item .fv_search_input_item_wrap .fv_search_input_item_select {
  width: 100%;
  border: 1px solid #bababa;
  border-radius: 3px;
  padding: 10px 30px 10px 10px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 12px 6px;
  background-position: right 10px center;
  font-size: 16px;
  font-weight: 400;
  color: #bababa;
  line-height: 1.5;
}
.section-box-md .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item .fv_search_input_item_wrap .fv_search_input_item_select.active,
.entry-content .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item .fv_search_input_item_wrap .fv_search_input_item_select.active {
  color: #333;
}
.section-box-md .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item .fv_search_input_item_wrap .fv_search_input_text,
.entry-content .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item .fv_search_input_item_wrap .fv_search_input_text {
  width: 100%;
  border: 1px solid #bababa;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}
.section-box-md .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item .fv_search_input_item_wrap .fv_search_input_text::-moz-placeholder,
.entry-content .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item .fv_search_input_item_wrap .fv_search_input_text::-moz-placeholder {
  color: #bababa;
}
.section-box-md .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item .fv_search_input_item_wrap .fv_search_input_text::-moz-placeholder, .entry-content .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item .fv_search_input_item_wrap .fv_search_input_text::-moz-placeholder {
  color: #bababa;
}
.section-box-md .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item .fv_search_input_item_wrap .fv_search_input_text::placeholder,
.entry-content .fv_search_content_wrap .fv_search_content .fv_search_input_list .fv_search_input_item .fv_search_input_item_wrap .fv_search_input_text::placeholder {
  color: #bababa;
}
.section-box-md .fv_search_btn_text,
.entry-content .fv_search_btn_text {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  margin: 0 0 8px;
}
.section-box-md .fv_search_submit_btn,
.entry-content .fv_search_submit_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  box-shadow: 0 4px 4px rgba(0, 31, 51, 0.1);
  background-color: #0099ff;
  margin: 0 auto 10px;
}
.section-box-md .fv_search_submit_btn:hover,
.entry-content .fv_search_submit_btn:hover {
  box-shadow: 0 8px 8px rgba(0, 31, 51, 0.1);
  text-decoration: none;
  transform: translateY(-2px);
}
.section-box-md .fv_search_submit_btn:disabled,
.entry-content .fv_search_submit_btn:disabled {
  background-color: #e6e9eb;
}
.section-box-md .fv_search_link_wrap,
.entry-content .fv_search_link_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-box-md .fv_search_link_wrap .fv_search_register_link,
.entry-content .fv_search_link_wrap .fv_search_register_link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #0099ff;
  line-height: 1.5;
  margin: 0 15px;
  text-decoration: underline;
}
.section-box-md .fv_search_link_wrap .fv_search_login_btn,
.entry-content .fv_search_link_wrap .fv_search_login_btn {
  font-size: 14px;
  font-weight: 500;
  color: #0099ff;
  line-height: 1.5;
  margin: 0 15px;
  text-decoration: underline;
}
.section-box-md .top_briefing,
.entry-content .top_briefing {
  padding: 50px 0;
  background-color: #f6f6f6;
}
@media (max-width: 640px) {
  .section-box-md .top_briefing,
  .entry-content .top_briefing {
    padding: 40px 0;
  }
}
.section-box-md .top_briefing .top_briefing_title_link,
.entry-content .top_briefing .top_briefing_title_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 40px;
}
@media (max-width: 640px) {
  .section-box-md .top_briefing .top_briefing_title_link,
  .entry-content .top_briefing .top_briefing_title_link {
    display: block;
    margin: 0 0 20px;
  }
}
.section-box-md .top_briefing .top_briefing_title_link .top_briefing_title,
.entry-content .top_briefing .top_briefing_title_link .top_briefing_title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
@media (max-width: 640px) {
  .section-box-md .top_briefing .top_briefing_title_link .top_briefing_title,
  .entry-content .top_briefing .top_briefing_title_link .top_briefing_title {
    font-size: 20px;
  }
}
.section-box-md .top_briefing .top_briefing_title_link .top_briefing_title img,
.entry-content .top_briefing .top_briefing_title_link .top_briefing_title img {
  display: block;
  width: 30px;
  margin: 0 10px 0 0;
}
@media (max-width: 640px) {
  .section-box-md .top_briefing .top_briefing_title_link .top_briefing_title img,
  .entry-content .top_briefing .top_briefing_title_link .top_briefing_title img {
    width: 22px;
  }
}
.section-box-md .more_text_link,
.entry-content .more_text_link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #0099ff;
}
.section-box-md .more_text_link img,
.entry-content .more_text_link img {
  display: block;
  width: 6px;
  margin: 0 0 0 12px;
}
.section-box-md .top_briefing_slide_wrap,
.entry-content .top_briefing_slide_wrap {
  width: 100%;
}
.section-box-md .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item,
.entry-content .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item {
  margin: 0 12px;
}
@media (max-width: 640px) {
  .section-box-md .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item,
  .entry-content .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item {
    max-width: 0 16px;
  }
}
.section-box-md .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item .top_briefing_slide_link,
.entry-content .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item .top_briefing_slide_link {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #bababa;
  padding: 20px;
  min-height: 175px;
}
.section-box-md .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item .top_briefing_slide_link:hover,
.entry-content .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item .top_briefing_slide_link:hover {
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.section-box-md .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item .top_briefing_slide_link .top_briefing_slide_item_tag_time,
.entry-content .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item .top_briefing_slide_link .top_briefing_slide_item_tag_time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
}
.section-box-md .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item .top_briefing_slide_link .top_briefing_slide_item_tag_time .top_briefing_slide_item_tag,
.entry-content .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item .top_briefing_slide_link .top_briefing_slide_item_tag_time .top_briefing_slide_item_tag {
  padding: 4px 12px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin: 0 10px 0 0;
}
.section-box-md .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item .top_briefing_slide_link .top_briefing_slide_item_tag_time .top_briefing_slide_item_tag.color01,
.entry-content .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item .top_briefing_slide_link .top_briefing_slide_item_tag_time .top_briefing_slide_item_tag.color01 {
  background-color: #0099ff;
}
.section-box-md .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item .top_briefing_slide_link .top_briefing_slide_item_tag_time .top_briefing_slide_item_tag.color02,
.entry-content .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item .top_briefing_slide_link .top_briefing_slide_item_tag_time .top_briefing_slide_item_tag.color02 {
  background-color: #ffa800;
}
.section-box-md .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item .top_briefing_slide_link .top_briefing_slide_item_tag_time .top_briefing_slide_item_time,
.entry-content .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item .top_briefing_slide_link .top_briefing_slide_item_tag_time .top_briefing_slide_item_time {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  background-color: #f0f1f2;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}
.section-box-md .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item .top_briefing_slide_link .top_briefing_slide_item_tag_time .top_briefing_slide_item_time img,
.entry-content .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item .top_briefing_slide_link .top_briefing_slide_item_tag_time .top_briefing_slide_item_time img {
  display: block;
  width: 16px;
  margin: 0 6px 0 0;
}
.section-box-md .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item .top_briefing_slide_link .top_briefing_slide_item_title,
.entry-content .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item .top_briefing_slide_link .top_briefing_slide_item_title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 24px;
  max-height: 24px;
  margin: 0 0 10px;
}
.section-box-md .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item .top_briefing_slide_link .top_briefing_slide_item_text,
.entry-content .top_briefing_slide_wrap .top_briefing_slide_list .top_briefing_slide_item .top_briefing_slide_link .top_briefing_slide_item_text {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 28px;
  max-height: 56px;
}
.section-box-md .top_menu,
.entry-content .top_menu {
  padding: 50px 0;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (max-width: 640px) {
  .section-box-md .top_menu,
  .entry-content .top_menu {
    padding: 40px 0;
  }
}
.section-box-md .top_menu_box_wrap,
.entry-content .top_menu_box_wrap {
  display: flex;
  width: 100%;
}
@media (max-width: 840px) {
  .section-box-md .top_menu_box_wrap,
  .entry-content .top_menu_box_wrap {
    display: block;
  }
}
.section-box-md .top_menu_box_wrap .top_menu_box,
.entry-content .top_menu_box_wrap .top_menu_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 48px) / 3);
  margin: 0 24px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 10px 50px;
  min-height: 160px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 840px) {
  .section-box-md .top_menu_box_wrap .top_menu_box,
  .entry-content .top_menu_box_wrap .top_menu_box {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 640px) {
  .section-box-md .top_menu_box_wrap .top_menu_box,
  .entry-content .top_menu_box_wrap .top_menu_box {
    min-height: 140px;
  }
}
.section-box-md .top_menu_box_wrap .top_menu_box:nth-of-type(3n),
.entry-content .top_menu_box_wrap .top_menu_box:nth-of-type(3n) {
  margin: 0 0 0 0;
}
.section-box-md .top_menu_box_wrap .top_menu_box::after,
.entry-content .top_menu_box_wrap .top_menu_box::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-box-md .top_menu_box_wrap .top_menu_box .top_menu_box_conntent,
.entry-content .top_menu_box_wrap .top_menu_box .top_menu_box_conntent {
  text-align: center;
}
.section-box-md .top_menu_box_wrap .top_menu_box .top_menu_box_conntent .top_menu_box_title,
.entry-content .top_menu_box_wrap .top_menu_box .top_menu_box_conntent .top_menu_box_title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media (max-width: 640px) {
  .section-box-md .top_menu_box_wrap .top_menu_box .top_menu_box_conntent .top_menu_box_title,
  .entry-content .top_menu_box_wrap .top_menu_box .top_menu_box_conntent .top_menu_box_title {
    font-size: 20px;
  }
}
.section-box-md .top_menu_box_wrap .top_menu_box .top_menu_box_conntent .top_menu_box_text,
.entry-content .top_menu_box_wrap .top_menu_box .top_menu_box_conntent .top_menu_box_text {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .section-box-md .top_menu_box_wrap .top_menu_box .top_menu_box_conntent .top_menu_box_text,
  .entry-content .top_menu_box_wrap .top_menu_box .top_menu_box_conntent .top_menu_box_text {
    font-size: 14px;
  }
}
.section-box-md .top_menu_box_wrap .top_menu_box .top_menu_box_conntent .top_menu_box_text span,
.entry-content .top_menu_box_wrap .top_menu_box .top_menu_box_conntent .top_menu_box_text span {
  font-weight: 700;
  margin: 0 10px 0 0;
}
.section-box-md .top_banner,
.entry-content .top_banner {
  padding: 50px 0;
  background-color: #fff;
}
@media (max-width: 640px) {
  .section-box-md .top_banner,
  .entry-content .top_banner {
    padding: 40px 0;
  }
}
.section-box-md .top_banner_wrap,
.entry-content .top_banner_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 -30px;
}
@media (max-width: 840px) {
  .section-box-md .top_banner_wrap,
  .entry-content .top_banner_wrap {
    margin: 0 0 -20px;
  }
}
.section-box-md .top_banner_wrap a,
.entry-content .top_banner_wrap a {
  display: block;
  width: calc((100% - 90px) / 4);
  margin: 0 30px 30px 0;
}
@media (max-width: 840px) {
  .section-box-md .top_banner_wrap a,
  .entry-content .top_banner_wrap a {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0;
  }
}
.section-box-md .top_banner_wrap a img,
.entry-content .top_banner_wrap a img {
  height: auto;
  display: block;
  width: 100% !important;
  height: auto !important;
}
.section-box-md .top_banner_wrap a:nth-of-type(4n),
.entry-content .top_banner_wrap a:nth-of-type(4n) {
  margin: 0 0 30px 0;
}
@media (max-width: 840px) {
  .section-box-md .top_banner_wrap a:nth-of-type(4n),
  .entry-content .top_banner_wrap a:nth-of-type(4n) {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 840px) {
  .section-box-md .top_banner_wrap a:nth-of-type(2n),
  .entry-content .top_banner_wrap a:nth-of-type(2n) {
    margin: 0 0 20px;
  }
}
.section-box-md .top_es,
.entry-content .top_es {
  padding: 100px 0;
}
@media (max-width: 640px) {
  .section-box-md .top_es,
  .entry-content .top_es {
    padding: 60px 0;
  }
}
.section-box-md .top_sec_title_block,
.entry-content .top_sec_title_block {
  margin: 0 0 50px;
}
@media (max-width: 640px) {
  .section-box-md .top_sec_title_block,
  .entry-content .top_sec_title_block {
    margin: 0 0 30px;
  }
}
.section-box-md .top_sec_title_block .top_sec_title,
.entry-content .top_sec_title_block .top_sec_title {
  display: flex;
  align-items: center;
  font-size: 36px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .section-box-md .top_sec_title_block .top_sec_title,
  .entry-content .top_sec_title_block .top_sec_title {
    font-size: 24px;
  }
}
.section-box-md .top_sec_title_block .top_sec_title img,
.entry-content .top_sec_title_block .top_sec_title img {
  display: block;
  width: 30px;
  margin: 0 10px 0 0;
}
@media (max-width: 640px) {
  .section-box-md .top_sec_title_block .top_sec_title img,
  .entry-content .top_sec_title_block .top_sec_title img {
    width: 20px;
  }
}
.section-box-md .top_sec_title_block .top_sec_text,
.entry-content .top_sec_title_block .top_sec_text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 2;
  margin: 30px 0 0;
}
@media (max-width: 640px) {
  .section-box-md .top_sec_title_block .top_sec_text,
  .entry-content .top_sec_title_block .top_sec_text {
    margin: 20px 0 0;
  }
}
.section-box-md .top_sec_title_block .top_sec_text .under_y,
.entry-content .top_sec_title_block .top_sec_text .under_y {
  background: linear-gradient(transparent 60%, #fffcbb 60%);
}
.section-box-md .top_sec_title_block .top_sec_text .t_big,
.entry-content .top_sec_title_block .top_sec_text .t_big {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .section-box-md .top_sec_title_block .top_sec_text .t_big,
  .entry-content .top_sec_title_block .top_sec_text .t_big {
    font-size: 20px;
  }
}
.section-box-md .top_sec_title_block .top_sec_text .notice,
.entry-content .top_sec_title_block .top_sec_text .notice {
  font-size: 12px;
}
.section-box-md .top_es_slide_wrap,
.entry-content .top_es_slide_wrap {
  margin: 0 0 90px;
}
@media (max-width: 640px) {
  .section-box-md .top_es_slide_wrap,
  .entry-content .top_es_slide_wrap {
    margin: 0 0 60px;
  }
}
.section-box-md .top_es_slide_wrap .top_es_slide_list .top_es_slide_item,
.entry-content .top_es_slide_wrap .top_es_slide_list .top_es_slide_item {
  margin: 0 10px;
}
@media (max-width: 640px) {
  .section-box-md .top_es_slide_wrap .top_es_slide_list .top_es_slide_item,
  .entry-content .top_es_slide_wrap .top_es_slide_list .top_es_slide_item {
    margin: 0 0;
  }
}
.section-box-md .top_es_slide_wrap .top_es_slide_list .top_es_slide_item .top_es_slide_link,
.entry-content .top_es_slide_wrap .top_es_slide_list .top_es_slide_item .top_es_slide_link {
  display: block;
  position: relative;
  padding: 60px 30px 30px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #bababa;
}
@media (max-width: 640px) {
  .section-box-md .top_es_slide_wrap .top_es_slide_list .top_es_slide_item .top_es_slide_link,
  .entry-content .top_es_slide_wrap .top_es_slide_list .top_es_slide_item .top_es_slide_link {
    padding: 50px 20px 20px;
  }
}
.section-box-md .top_es_slide_wrap .top_es_slide_list .top_es_slide_item .top_es_slide_link:hover,
.entry-content .top_es_slide_wrap .top_es_slide_list .top_es_slide_item .top_es_slide_link:hover {
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.section-box-md .top_es_slide_wrap .top_es_slide_list .top_es_slide_item .top_es_slide_link .top_es_slide_item_title,
.entry-content .top_es_slide_wrap .top_es_slide_list .top_es_slide_item .top_es_slide_link .top_es_slide_item_title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media (max-width: 640px) {
  .section-box-md .top_es_slide_wrap .top_es_slide_list .top_es_slide_item .top_es_slide_link .top_es_slide_item_title,
  .entry-content .top_es_slide_wrap .top_es_slide_list .top_es_slide_item .top_es_slide_link .top_es_slide_item_title {
    font-size: 18px;
  }
}
.section-box-md .top_es_slide_wrap .top_es_slide_list .top_es_slide_item .top_es_slide_link .top_es_slide_item_sub_text,
.entry-content .top_es_slide_wrap .top_es_slide_list .top_es_slide_item .top_es_slide_link .top_es_slide_item_sub_text {
  font-size: 18px;
  font-weight: 500;
  color: #0099ff;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media (max-width: 640px) {
  .section-box-md .top_es_slide_wrap .top_es_slide_list .top_es_slide_item .top_es_slide_link .top_es_slide_item_sub_text,
  .entry-content .top_es_slide_wrap .top_es_slide_list .top_es_slide_item .top_es_slide_link .top_es_slide_item_sub_text {
    font-size: 16px;
  }
}
.section-box-md .top_es_slide_wrap .top_es_slide_list .top_es_slide_item .top_es_slide_link .top_es_slide_item_text,
.entry-content .top_es_slide_wrap .top_es_slide_list .top_es_slide_item .top_es_slide_link .top_es_slide_item_text {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  line-height: 28px;
  max-height: 224px;
}
.section-box-md .top_btn_wrap,
.entry-content .top_btn_wrap {
  margin: 50px 0 -30px;
}
@media (max-width: 640px) {
  .section-box-md .top_btn_wrap,
  .entry-content .top_btn_wrap {
    margin: 40px 0 -20px;
  }
}
.section-box-md .top_btn_wrap .top_register_btn,
.entry-content .top_btn_wrap .top_register_btn {
  width: 100%;
  max-width: 372px;
  min-width: 160px;
  padding: 16px 24px;
  background-color: #ffa800;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin: 0 auto 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .section-box-md .top_btn_wrap .top_register_btn,
  .entry-content .top_btn_wrap .top_register_btn {
    margin: 0 auto 20px;
  }
}
.section-box-md .top_btn_wrap .top_register_btn:hover,
.entry-content .top_btn_wrap .top_register_btn:hover {
  text-decoration: none;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.section-box-md .top_btn_wrap .top_register_btn span,
.entry-content .top_btn_wrap .top_register_btn span {
  padding: 2px 10px;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 10px 0 0;
  font-size: 14px;
  color: #ffa800;
}
.section-box-md .top_btn_wrap .top_more_btn,
.entry-content .top_btn_wrap .top_more_btn {
  width: 100%;
  max-width: 372px;
  min-width: 160px;
  padding: 16px 24px;
  background-color: #fff;
  border: 1px solid #0099ff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #0099ff;
  line-height: 1.5;
  margin: 0 auto 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .section-box-md .top_btn_wrap .top_more_btn,
  .entry-content .top_btn_wrap .top_more_btn {
    margin: 0 auto 20px;
  }
}
.section-box-md .top_btn_wrap .top_more_btn:hover,
.entry-content .top_btn_wrap .top_more_btn:hover {
  text-decoration: none;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.section-box-md .top_company_category,
.entry-content .top_company_category {
  padding: 100px 0;
  background-color: #fff;
}
@media (max-width: 640px) {
  .section-box-md .top_company_category,
  .entry-content .top_company_category {
    padding: 60px 0;
  }
}
.section-box-md .top_company_category_box_wrap,
.entry-content .top_company_category_box_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 -40px;
}
@media (max-width: 640px) {
  .section-box-md .top_company_category_box_wrap,
  .entry-content .top_company_category_box_wrap {
    display: block;
    margin: 0 0 30px;
  }
}
.section-box-md .top_company_category_box_wrap .top_company_category_box,
.entry-content .top_company_category_box_wrap .top_company_category_box {
  width: calc((100% - 40px) / 3);
  margin: 0 20px 40px 0;
  border: 1px solid #bababa;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 30px 40px;
}
@media (max-width: 960px) {
  .section-box-md .top_company_category_box_wrap .top_company_category_box,
  .entry-content .top_company_category_box_wrap .top_company_category_box {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 640px) {
  .section-box-md .top_company_category_box_wrap .top_company_category_box,
  .entry-content .top_company_category_box_wrap .top_company_category_box {
    width: 100%;
    margin: 0 0 30px;
    padding: 20px 20px 30px;
  }
}
.section-box-md .top_company_category_box_wrap .top_company_category_box:nth-of-type(3n),
.entry-content .top_company_category_box_wrap .top_company_category_box:nth-of-type(3n) {
  margin: 0 0 40px 0;
}
@media (max-width: 960px) {
  .section-box-md .top_company_category_box_wrap .top_company_category_box:nth-of-type(3n),
  .entry-content .top_company_category_box_wrap .top_company_category_box:nth-of-type(3n) {
    margin: 0 20px 40px 0;
  }
}
@media (max-width: 640px) {
  .section-box-md .top_company_category_box_wrap .top_company_category_box:nth-of-type(3n),
  .entry-content .top_company_category_box_wrap .top_company_category_box:nth-of-type(3n) {
    margin: 0 0 30px;
  }
}
@media (max-width: 960px) {
  .section-box-md .top_company_category_box_wrap .top_company_category_box:nth-of-type(2n),
  .entry-content .top_company_category_box_wrap .top_company_category_box:nth-of-type(2n) {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 640px) {
  .section-box-md .top_company_category_box_wrap .top_company_category_box:nth-of-type(2n),
  .entry-content .top_company_category_box_wrap .top_company_category_box:nth-of-type(2n) {
    margin: 0 0 30px;
  }
}
.section-box-md .top_company_category_box_wrap .top_company_category_box .top_company_category_box_title_link,
.entry-content .top_company_category_box_wrap .top_company_category_box .top_company_category_box_title_link {
  display: flex;
  align-items: center;
  margin: 0 0 18px;
}
.section-box-md .top_company_category_box_wrap .top_company_category_box .top_company_category_box_title_link img,
.entry-content .top_company_category_box_wrap .top_company_category_box .top_company_category_box_title_link img {
  display: block;
  width: 50px;
  margin: 0 20px 0 0;
}
@media (max-width: 640px) {
  .section-box-md .top_company_category_box_wrap .top_company_category_box .top_company_category_box_title_link img,
  .entry-content .top_company_category_box_wrap .top_company_category_box .top_company_category_box_title_link img {
    width: 42px;
    max-width: 0 16px 0 0;
  }
}
.section-box-md .top_company_category_box_wrap .top_company_category_box .top_company_category_box_title_link .top_company_category_box_title,
.entry-content .top_company_category_box_wrap .top_company_category_box .top_company_category_box_title_link .top_company_category_box_title {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .section-box-md .top_company_category_box_wrap .top_company_category_box .top_company_category_box_title_link .top_company_category_box_title,
  .entry-content .top_company_category_box_wrap .top_company_category_box .top_company_category_box_title_link .top_company_category_box_title {
    font-size: 20px;
  }
}
.section-box-md .top_company_category_box_wrap .top_company_category_box .top_company_category_box_title_link .top_company_category_box_title img,
.entry-content .top_company_category_box_wrap .top_company_category_box .top_company_category_box_title_link .top_company_category_box_title img {
  display: block;
  width: 7px;
  margin: 0 0 0 12px;
}
.section-box-md .top_company_category_box_wrap .top_company_category_box .top_company_category_box_text,
.entry-content .top_company_category_box_wrap .top_company_category_box .top_company_category_box_text {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 2;
  margin: 0 0 30px;
}
.section-box-md .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item,
.entry-content .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item {
  margin: 0 0 30px;
}
.section-box-md .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item:last-child,
.entry-content .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item:last-child {
  margin: 0 0 0;
}
.section-box-md .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_main_link,
.entry-content .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_main_link {
  display: inline-block;
  padding: 10px 40px 10px 20px;
  position: relative;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  background-color: #f0f1f2;
  min-width: 242px;
  max-width: 100%;
  margin: 0 0 12px;
}
@media (max-width: 960px) {
  .section-box-md .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_main_link,
  .entry-content .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_main_link {
    min-width: auto;
  }
}
@media (max-width: 640px) {
  .section-box-md .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_main_link,
  .entry-content .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_main_link {
    font-size: 14px;
  }
}
.section-box-md .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_main_link:hover,
.entry-content .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_main_link:hover {
  text-decoration: none;
}
.section-box-md .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_main_link span,
.entry-content .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_main_link span {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .section-box-md .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_main_link span,
  .entry-content .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_main_link span {
    font-size: 16px;
  }
}
.section-box-md .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_main_link::after,
.entry-content .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_main_link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-box-md .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_sub_link_list,
.entry-content .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_sub_link_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 -20px;
}
.section-box-md .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_sub_link_list .top_company_category_box_menu_sub_link_item,
.entry-content .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_sub_link_list .top_company_category_box_menu_sub_link_item {
  margin: 0 20px 20px 0;
}
.section-box-md .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_sub_link_list .top_company_category_box_menu_sub_link_item .top_company_category_box_menu_sub_link,
.entry-content .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_sub_link_list .top_company_category_box_menu_sub_link_item .top_company_category_box_menu_sub_link {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .section-box-md .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_sub_link_list .top_company_category_box_menu_sub_link_item .top_company_category_box_menu_sub_link,
  .entry-content .top_company_category_box_wrap .top_company_category_box .top_company_category_box_menu_list .top_company_category_box_menu_item .top_company_category_box_menu_sub_link_list .top_company_category_box_menu_sub_link_item .top_company_category_box_menu_sub_link {
    font-size: 14px;
  }
}
.section-box-md .top_technic,
.entry-content .top_technic {
  padding: 100px 0;
}
@media (max-width: 640px) {
  .section-box-md .top_technic,
  .entry-content .top_technic {
    padding: 60px 0;
  }
}
.section-box-md .top_technic_box_wrap .top_technic_box,
.entry-content .top_technic_box_wrap .top_technic_box {
  margin: 0 0 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .section-box-md .top_technic_box_wrap .top_technic_box,
  .entry-content .top_technic_box_wrap .top_technic_box {
    padding: 20px;
  }
}
.section-box-md .top_technic_box_wrap .top_technic_box:last-child,
.entry-content .top_technic_box_wrap .top_technic_box:last-child {
  margin: 0 0 0;
}
.section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_title_link,
.entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_title_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 12px;
  margin: 0 0 30px;
  border-bottom: 1px solid #0099ff;
}
@media (max-width: 640px) {
  .section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_title_link,
  .entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_title_link {
    display: block;
    padding: 0 0 0;
    border-bottom: none;
    margin: 0 0 20px;
  }
}
.section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_title_link .top_technic_box_title,
.entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_title_link .top_technic_box_title {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_title_link .top_technic_box_title,
  .entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_title_link .top_technic_box_title {
    font-size: 20px;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #0099ff;
  }
}
.section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_title_link .top_technic_box_title img,
.entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_title_link .top_technic_box_title img {
  display: block;
  width: 20px;
  margin: 0 8px 0 0;
}
.section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link,
.entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link {
  display: flex;
  width: 100%;
}
@media (max-width: 640px) {
  .section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link,
  .entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link {
    display: block;
  }
}
.section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link:hover,
.entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link:hover {
  text-decoration: none;
}
.section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link:hover .top_technic_box_detail_link_detail_title,
.entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link:hover .top_technic_box_detail_link_detail_title {
  text-decoration: underline;
}
.section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link:hover .top_technic_box_detail_link_detail_text,
.entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link:hover .top_technic_box_detail_link_detail_text {
  text-decoration: none;
}
.section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link:hover .top_technic_box_detail_link_detail_view,
.entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link:hover .top_technic_box_detail_link_detail_view {
  text-decoration: none;
}
.section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_img,
.entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_img {
  width: 280px;
  height: 160px;
  margin: 0 40px 0 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_img,
  .entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_img .pick_label,
.entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_img .pick_label {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  display: block;
  z-index: 2;
}
.section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_detail,
.entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_detail {
  width: calc(100% - 320px);
}
@media (max-width: 640px) {
  .section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_detail,
  .entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_detail {
    width: 100%;
  }
}
.section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_detail .top_technic_box_detail_link_detail_title,
.entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_detail .top_technic_box_detail_link_detail_title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 30px;
  max-height: 30px;
  margin: 0 0 16px;
}
@media (max-width: 640px) {
  .section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_detail .top_technic_box_detail_link_detail_title,
  .entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_detail .top_technic_box_detail_link_detail_title {
    font-size: 18px;
    line-height: 27px;
    max-height: 27px;
  }
}
.section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_detail .top_technic_box_detail_link_detail_text,
.entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_detail .top_technic_box_detail_link_detail_text {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 28px;
  max-height: 84px;
  margin: 0 0 8px;
}
.section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_detail .top_technic_box_detail_link_detail_text:hover,
.entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_detail .top_technic_box_detail_link_detail_text:hover {
  text-decoration: none;
}
.section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_detail .top_technic_box_detail_link_detail_view,
.entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_detail .top_technic_box_detail_link_detail_view {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Cabin", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #333;
}
.section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_detail .top_technic_box_detail_link_detail_view span,
.entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_detail .top_technic_box_detail_link_detail_view span {
  font-size: 16px;
  font-weight: 700;
  margin: 0 4px 0 0;
}
.section-box-md .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_detail .top_technic_box_detail_link_detail_view img,
.entry-content .top_technic_box_wrap .top_technic_box .top_technic_box_detail_link .top_technic_box_detail_link_detail .top_technic_box_detail_link_detail_view img {
  display: block;
  width: 16px;
  margin: 0 8px 0 0;
}
.section-box-md .top_column,
.entry-content .top_column {
  padding: 100px 0;
  background-color: #fff;
}
@media (max-width: 640px) {
  .section-box-md .top_column,
  .entry-content .top_column {
    padding: 60px 0;
  }
}
.section-box-md .top_column_box_wrap,
.entry-content .top_column_box_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 -30px 0;
}
.section-box-md .top_column_box_wrap .top_column_box,
.entry-content .top_column_box_wrap .top_column_box {
  display: block;
  width: calc((100% - 40px) / 3);
  margin: 0 20px 30px 0;
}
@media (max-width: 640px) {
  .section-box-md .top_column_box_wrap .top_column_box,
  .entry-content .top_column_box_wrap .top_column_box {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.section-box-md .top_column_box_wrap .top_column_box:nth-of-type(3n),
.entry-content .top_column_box_wrap .top_column_box:nth-of-type(3n) {
  margin: 0 0 30px 0;
}
.section-box-md .top_column_box_wrap .top_column_box:hover,
.entry-content .top_column_box_wrap .top_column_box:hover {
  text-decoration: none;
}
.section-box-md .top_column_box_wrap .top_column_box:hover .top_column_box_title,
.entry-content .top_column_box_wrap .top_column_box:hover .top_column_box_title {
  text-decoration: underline;
}
.section-box-md .top_column_box_wrap .top_column_box .top_column_box_img,
.entry-content .top_column_box_wrap .top_column_box .top_column_box_img {
  width: 100%;
  height: 160px;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 20px;
  position: relative;
}
.section-box-md .top_column_box_wrap .top_column_box .top_column_box_title,
.entry-content .top_column_box_wrap .top_column_box .top_column_box_title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 33px;
  max-height: 66px;
  margin: 0 0 20px;
}
.section-box-md .top_column_box_wrap .top_column_box .top_column_box_text,
.entry-content .top_column_box_wrap .top_column_box .top_column_box_text {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 28px;
  max-height: 84px;
  margin: 0 0 8px;
}
.section-box-md .top_column_box_wrap .top_column_box .top_column_box_view,
.entry-content .top_column_box_wrap .top_column_box .top_column_box_view {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Cabin", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
}
.section-box-md .top_column_box_wrap .top_column_box .top_column_box_view span,
.entry-content .top_column_box_wrap .top_column_box .top_column_box_view span {
  font-size: 16px;
  font-weight: 700;
  margin: 0 8px 0 0;
}
.section-box-md .top_column_box_wrap .top_column_box .top_column_box_view img,
.entry-content .top_column_box_wrap .top_column_box .top_column_box_view img {
  display: block;
  width: 16px;
  margin: 0 10px 0 0;
}
.section-box-md .top_about,
.entry-content .top_about {
  padding: 100px 0;
  background: linear-gradient(173deg, rgba(0, 153, 255, 0.11) -0.53%, rgba(250, 255, 0, 0.07) 23.35%, rgba(0, 153, 255, 0.07) 100.62%);
}
@media (max-width: 640px) {
  .section-box-md .top_about,
  .entry-content .top_about {
    padding: 60px 0;
  }
}
.section-box-md .top_about_title_wrap,
.entry-content .top_about_title_wrap {
  margin: 0 0 80px;
}
@media (max-width: 640px) {
  .section-box-md .top_about_title_wrap,
  .entry-content .top_about_title_wrap {
    margin: 0 0 40px;
  }
}
.section-box-md .top_about_title_wrap .top_about_title_img,
.entry-content .top_about_title_wrap .top_about_title_img {
  width: 80px;
  margin: 0 auto 16px;
}
@media (max-width: 640px) {
  .section-box-md .top_about_title_wrap .top_about_title_img,
  .entry-content .top_about_title_wrap .top_about_title_img {
    margin: 0 auto 10px;
  }
}
.section-box-md .top_about_title_wrap .top_about_title_img img,
.entry-content .top_about_title_wrap .top_about_title_img img {
  width: 100%;
}
.section-box-md .top_about_title_wrap .top_about_title,
.entry-content .top_about_title_wrap .top_about_title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .section-box-md .top_about_title_wrap .top_about_title,
  .entry-content .top_about_title_wrap .top_about_title {
    font-size: 24px;
  }
}
.section-box-md .top_about_block_wrap .top_about_block,
.entry-content .top_about_block_wrap .top_about_block {
  margin: 0 0 100px;
}
@media (max-width: 640px) {
  .section-box-md .top_about_block_wrap .top_about_block,
  .entry-content .top_about_block_wrap .top_about_block {
    margin: 0 0 60px;
  }
}
.section-box-md .top_about_block_wrap .top_about_block:last-child,
.entry-content .top_about_block_wrap .top_about_block:last-child {
  margin: 0 0 0;
}
.section-box-md .top_about_block_wrap .top_about_block .top_about_block_icon,
.entry-content .top_about_block_wrap .top_about_block .top_about_block_icon {
  width: 30px;
  margin: 0 auto 14px;
}
@media (max-width: 640px) {
  .section-box-md .top_about_block_wrap .top_about_block .top_about_block_icon,
  .entry-content .top_about_block_wrap .top_about_block .top_about_block_icon {
    margin: 0 auto 10px;
  }
}
.section-box-md .top_about_block_wrap .top_about_block .top_about_block_icon img,
.entry-content .top_about_block_wrap .top_about_block .top_about_block_icon img {
  width: 100%;
}
.section-box-md .top_about_block_wrap .top_about_block .top_about_block_title,
.entry-content .top_about_block_wrap .top_about_block .top_about_block_title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin: 0 0 40px;
}
@media (max-width: 640px) {
  .section-box-md .top_about_block_wrap .top_about_block .top_about_block_title,
  .entry-content .top_about_block_wrap .top_about_block .top_about_block_title {
    font-size: 22px;
    margin: 0 0 30px;
  }
}
.section-box-md .top_about_box_wrap,
.entry-content .top_about_box_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 -30px;
}
@media (max-width: 840px) {
  .section-box-md .top_about_box_wrap,
  .entry-content .top_about_box_wrap {
    display: block;
    margin: 50px 0 -30px;
  }
}
.section-box-md .top_about_box_wrap .top_about_box,
.entry-content .top_about_box_wrap .top_about_box {
  width: calc((100% - 40px) / 3);
  margin: 30px 20px 30px 0;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  padding: 60px 30px 40px;
}
@media (max-width: 840px) {
  .section-box-md .top_about_box_wrap .top_about_box,
  .entry-content .top_about_box_wrap .top_about_box {
    width: 100%;
    margin: 30px 0 60px 0;
  }
}
@media (max-width: 640px) {
  .section-box-md .top_about_box_wrap .top_about_box,
  .entry-content .top_about_box_wrap .top_about_box {
    padding: 40px 20px 30px;
  }
}
.section-box-md .top_about_box_wrap .top_about_box:nth-of-type(3n),
.entry-content .top_about_box_wrap .top_about_box:nth-of-type(3n) {
  margin: 30px 0 30px 0;
}
@media (max-width: 840px) {
  .section-box-md .top_about_box_wrap .top_about_box:nth-of-type(3n),
  .entry-content .top_about_box_wrap .top_about_box:nth-of-type(3n) {
    margin: 30px 0 60px 0;
  }
}
.section-box-md .top_about_box_wrap .top_about_box .top_about_box_num,
.entry-content .top_about_box_wrap .top_about_box .top_about_box_num {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Cabin", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #0099ff;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .section-box-md .top_about_box_wrap .top_about_box .top_about_box_num,
  .entry-content .top_about_box_wrap .top_about_box .top_about_box_num {
    font-size: 36px;
  }
}
.section-box-md .top_about_box_wrap .top_about_box .top_about_box_num::after,
.entry-content .top_about_box_wrap .top_about_box .top_about_box_num::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 40px;
  height: 2px;
  border-radius: 1px;
  background-color: #0099ff;
}
.section-box-md .top_about_box_wrap .top_about_box .top_about_box_img,
.entry-content .top_about_box_wrap .top_about_box .top_about_box_img {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin: 0 0 40px;
}
@media (max-width: 640px) {
  .section-box-md .top_about_box_wrap .top_about_box .top_about_box_img,
  .entry-content .top_about_box_wrap .top_about_box .top_about_box_img {
    margin: 0 0 30px;
  }
}
.section-box-md .top_about_box_wrap .top_about_box .top_about_box_title,
.entry-content .top_about_box_wrap .top_about_box .top_about_box_title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin: 0 0 16px;
}
.section-box-md .top_about_box_wrap .top_about_box .top_about_box_text,
.entry-content .top_about_box_wrap .top_about_box .top_about_box_text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 2;
}
.section-box-md .top_about_box_wrap .top_about_box .top_about_box_text a,
.entry-content .top_about_box_wrap .top_about_box .top_about_box_text a {
  color: #0099ff;
  text-decoration: underline;
}
.section-box-md .top_faq_list,
.entry-content .top_faq_list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 30px;
  background-color: #fff;
}
@media (max-width: 640px) {
  .section-box-md .top_faq_list,
  .entry-content .top_faq_list {
    padding: 20px;
  }
}
.section-box-md .top_faq_list .top_faq_item,
.entry-content .top_faq_list .top_faq_item {
  margin: 0 0 40px;
}
@media (max-width: 640px) {
  .section-box-md .top_faq_list .top_faq_item,
  .entry-content .top_faq_list .top_faq_item {
    margin: 0 0 30px;
  }
}
.section-box-md .top_faq_list .top_faq_item:last-child,
.entry-content .top_faq_list .top_faq_item:last-child {
  margin: 0 0 0;
}
.section-box-md .top_faq_list .top_faq_item .top_faq_item_q_block,
.entry-content .top_faq_list .top_faq_item .top_faq_item_q_block {
  margin: 0 0 30px;
  padding: 6px 20px;
  background-color: #0099ff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 640px) {
  .section-box-md .top_faq_list .top_faq_item .top_faq_item_q_block,
  .entry-content .top_faq_list .top_faq_item .top_faq_item_q_block {
    margin: 0 0 20px;
    padding: 6px 10px;
  }
}
.section-box-md .top_faq_list .top_faq_item .top_faq_item_q_block .top_faq_item_q,
.entry-content .top_faq_list .top_faq_item .top_faq_item_q_block .top_faq_item_q {
  width: 52px;
  font-family: "Cabin", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .section-box-md .top_faq_list .top_faq_item .top_faq_item_q_block .top_faq_item_q,
  .entry-content .top_faq_list .top_faq_item .top_faq_item_q_block .top_faq_item_q {
    width: 40px;
    font-size: 26px;
  }
}
.section-box-md .top_faq_list .top_faq_item .top_faq_item_q_block .top_faq_item_q_title,
.entry-content .top_faq_list .top_faq_item .top_faq_item_q_block .top_faq_item_q_title {
  width: calc(100% - 52px);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .section-box-md .top_faq_list .top_faq_item .top_faq_item_q_block .top_faq_item_q_title,
  .entry-content .top_faq_list .top_faq_item .top_faq_item_q_block .top_faq_item_q_title {
    width: calc(100% - 40px);
    font-size: 18px;
  }
}
.section-box-md .top_faq_list .top_faq_item .top_faq_item_a_block,
.entry-content .top_faq_list .top_faq_item .top_faq_item_a_block {
  padding: 0 20px;
  display: flex;
  width: 100%;
}
@media (max-width: 640px) {
  .section-box-md .top_faq_list .top_faq_item .top_faq_item_a_block,
  .entry-content .top_faq_list .top_faq_item .top_faq_item_a_block {
    padding: 0 10px;
  }
}
.section-box-md .top_faq_list .top_faq_item .top_faq_item_a_block .top_faq_item_a,
.entry-content .top_faq_list .top_faq_item .top_faq_item_a_block .top_faq_item_a {
  width: 52px;
  font-family: "Cabin", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #ffa800;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .section-box-md .top_faq_list .top_faq_item .top_faq_item_a_block .top_faq_item_a,
  .entry-content .top_faq_list .top_faq_item .top_faq_item_a_block .top_faq_item_a {
    width: 40px;
    font-size: 26px;
  }
}
.section-box-md .top_faq_list .top_faq_item .top_faq_item_a_block .top_faq_item_a_text,
.entry-content .top_faq_list .top_faq_item .top_faq_item_a_block .top_faq_item_a_text {
  width: calc(100% - 52px);
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 2;
}
@media (max-width: 640px) {
  .section-box-md .top_faq_list .top_faq_item .top_faq_item_a_block .top_faq_item_a_text,
  .entry-content .top_faq_list .top_faq_item .top_faq_item_a_block .top_faq_item_a_text {
    width: calc(100% - 40px);
  }
}
.section-box-md .top_faq_list .top_faq_item .top_faq_item_a_block .top_faq_item_a_text a,
.entry-content .top_faq_list .top_faq_item .top_faq_item_a_block .top_faq_item_a_text a {
  color: #0099ff;
  text-decoration: underline;
}
.section-box-md .top_sns,
.entry-content .top_sns {
  padding: 100px 0;
  background-color: #fff;
}
@media (max-width: 640px) {
  .section-box-md .top_sns,
  .entry-content .top_sns {
    padding: 60px 0;
  }
}
.section-box-md .top_sns_box_wrap,
.entry-content .top_sns_box_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 640px) {
  .section-box-md .top_sns_box_wrap,
  .entry-content .top_sns_box_wrap {
    display: block;
  }
}
.section-box-md .top_sns_box_wrap .top_sns_box,
.entry-content .top_sns_box_wrap .top_sns_box {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 640px) {
  .section-box-md .top_sns_box_wrap .top_sns_box,
  .entry-content .top_sns_box_wrap .top_sns_box {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media (max-width: 640px) {
  .section-box-md .top_sns_box_wrap .top_sns_box:last-child,
  .entry-content .top_sns_box_wrap .top_sns_box:last-child {
    margin: 0 0 0;
  }
}
.section-box-md .top_sns_box_wrap .top_sns_box .top_sns_box_title,
.entry-content .top_sns_box_wrap .top_sns_box .top_sns_box_title {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  padding: 0 0 10px;
  margin: 0 0 40px;
  border-bottom: 1px solid #0099ff;
}
@media (max-width: 640px) {
  .section-box-md .top_sns_box_wrap .top_sns_box .top_sns_box_title,
  .entry-content .top_sns_box_wrap .top_sns_box .top_sns_box_title {
    font-size: 20px;
    margin: 0 0 30px;
  }
}
.section-box-md .top_sns_box_wrap .top_sns_box .top_sns_box_title img,
.entry-content .top_sns_box_wrap .top_sns_box .top_sns_box_title img {
  display: block;
  width: 30px;
  margin: 0 10px 0 0;
}
@media (max-width: 640px) {
  .section-box-md .top_sns_box_wrap .top_sns_box .top_sns_box_title img,
  .entry-content .top_sns_box_wrap .top_sns_box .top_sns_box_title img {
    width: 20px;
  }
}
.section-box-md .top_sns_box_wrap .top_sns_box .top_sns_box_content,
.entry-content .top_sns_box_wrap .top_sns_box .top_sns_box_content {
  width: 100%;
}
.section-box-md .top_recommend_site,
.entry-content .top_recommend_site {
  padding: 80px 0;
}
@media (max-width: 640px) {
  .section-box-md .top_recommend_site,
  .entry-content .top_recommend_site {
    padding: 40px 0;
  }
}
.section-box-md .top_recommend_site_title,
.entry-content .top_recommend_site_title {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin: 0 0 40px;
  position: relative;
}
@media (max-width: 640px) {
  .section-box-md .top_recommend_site_title,
  .entry-content .top_recommend_site_title {
    font-size: 22px;
    margin: 0 0 30px;
  }
}
.section-box-md .top_recommend_site_title::after,
.entry-content .top_recommend_site_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #0099ff;
}
.section-box-md .top_recommend_site_text,
.entry-content .top_recommend_site_text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 2;
  margin: 0 0 40px;
}
@media (max-width: 640px) {
  .section-box-md .top_recommend_site_text,
  .entry-content .top_recommend_site_text {
    margin: 0 0 30px;
  }
}
.section-box-md .top_recommend_site_box_wrap,
.entry-content .top_recommend_site_box_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 -24px;
}
@media (max-width: 640px) {
  .section-box-md .top_recommend_site_box_wrap,
  .entry-content .top_recommend_site_box_wrap {
    display: block;
    margin: 0 0 -20px;
  }
}
.section-box-md .top_recommend_site_box_wrap .top_recommend_site_box,
.entry-content .top_recommend_site_box_wrap .top_recommend_site_box {
  display: block;
  width: calc((100% - 72px) / 4);
  margin: 0 24px 24px 0;
  padding: 16px;
  border: 1px solid #bababa;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 840px) {
  .section-box-md .top_recommend_site_box_wrap .top_recommend_site_box,
  .entry-content .top_recommend_site_box_wrap .top_recommend_site_box {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 640px) {
  .section-box-md .top_recommend_site_box_wrap .top_recommend_site_box,
  .entry-content .top_recommend_site_box_wrap .top_recommend_site_box {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.section-box-md .top_recommend_site_box_wrap .top_recommend_site_box:nth-of-type(4n),
.entry-content .top_recommend_site_box_wrap .top_recommend_site_box:nth-of-type(4n) {
  margin: 0 0 24px 0;
}
@media (max-width: 640px) {
  .section-box-md .top_recommend_site_box_wrap .top_recommend_site_box:nth-of-type(4n),
  .entry-content .top_recommend_site_box_wrap .top_recommend_site_box:nth-of-type(4n) {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 840px) {
  .section-box-md .top_recommend_site_box_wrap .top_recommend_site_box:nth-of-type(2n),
  .entry-content .top_recommend_site_box_wrap .top_recommend_site_box:nth-of-type(2n) {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 640px) {
  .section-box-md .top_recommend_site_box_wrap .top_recommend_site_box:nth-of-type(2n),
  .entry-content .top_recommend_site_box_wrap .top_recommend_site_box:nth-of-type(2n) {
    margin: 0 0 20px 0;
  }
}
.section-box-md .top_recommend_site_box_wrap .top_recommend_site_box:hover,
.entry-content .top_recommend_site_box_wrap .top_recommend_site_box:hover {
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.section-box-md .top_recommend_site_box_wrap .top_recommend_site_box .top_recommend_site_box_title_wrap,
.entry-content .top_recommend_site_box_wrap .top_recommend_site_box .top_recommend_site_box_title_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px dashed #bababa;
}
.section-box-md .top_recommend_site_box_wrap .top_recommend_site_box .top_recommend_site_box_title_wrap img,
.entry-content .top_recommend_site_box_wrap .top_recommend_site_box .top_recommend_site_box_title_wrap img {
  display: block;
  width: 38px;
  margin: 0 12px 0 0;
}
.section-box-md .top_recommend_site_box_wrap .top_recommend_site_box .top_recommend_site_box_title_wrap .top_recommend_site_box_title,
.entry-content .top_recommend_site_box_wrap .top_recommend_site_box .top_recommend_site_box_title_wrap .top_recommend_site_box_title {
  max-width: calc(100% - 60px);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  padding: 0 14px 0 0;
  position: relative;
}
.section-box-md .top_recommend_site_box_wrap .top_recommend_site_box .top_recommend_site_box_title_wrap .top_recommend_site_box_title::after,
.entry-content .top_recommend_site_box_wrap .top_recommend_site_box .top_recommend_site_box_title_wrap .top_recommend_site_box_title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-box-md .top_recommend_site_box_wrap .top_recommend_site_box .top_recommend_site_box_text,
.entry-content .top_recommend_site_box_wrap .top_recommend_site_box .top_recommend_site_box_text {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  line-height: 2;
}
.section-box-md .slick-dots,
.entry-content .slick-dots {
  bottom: -40px !important;
}
.section-box-md .slick-dots li,
.entry-content .slick-dots li {
  width: 16px !important;
  height: 16px !important;
  margin: 0 3px !important;
}
.section-box-md .slick-dots li button:before,
.entry-content .slick-dots li button:before {
  opacity: 1 !important;
  color: #d9d9d9 !important;
}
.section-box-md .slick-dots li.slick-active button:before,
.entry-content .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #0099ff !important;
}/*# sourceMappingURL=form.css.map */