@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs 
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI,
    Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic,
    Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}

* ::selection {
  background: #42c7fc;
  color: white;
}

*:focus {
  outline: none;
}

@media only screen and (min-width: 980px) {
  * {
    font-size: 110%;
  }
}

html {
  margin-top: 59px;
}

@media only screen and (min-width: 980px) {
  html {
    margin-top: 68px;
  }
}

br {
  line-height: inherit;
}

a {
  text-decoration: none;
}

a:hover {
  transition: all 0.2s linear;
}

a img {
  width: 100%;
}

img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

hr {
  width: 100%;
}

body {
  line-height: 1.5;
  color: #3b4049;
  position: relative;
  font-size: 14.4px;
}

@media only screen and (min-width: 980px) {
  body {
    font-size: 15px;
  }
}

@media only screen and (min-width: 980px) {
  body {
    font-size: 15.8px;
  }
}

body p {
  line-height: 2.2;
  font-size: 14.4px;
}

@media only screen and (min-width: 980px) {
  body p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 980px) {
  body p {
    font-size: 15.8px;
    letter-spacing: 0.2px;
  }
}

.clear {
  clear: both;
}

@media only screen and (min-width: 980px) {
  .pc_hidden {
    display: none;
  }
}

@media only screen and (min-width: 640px) {
  .tab_hidden {
    display: none;
  }
}

.tab_block {
  display: none;
}

@media only screen and (min-width: 640px) {
  .tab_block {
    display: inline-block;
  }
}

.pc_block {
  display: none;
}

@media only screen and (min-width: 980px) {
  .pc_block {
    display: inline-block;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.link_target:before {
  content: "";
  display: block;
  margin-top: -160px;
  padding-top: 160px;
}

@media only screen and (min-width: 980px) {
  .link_target:before {
    margin-top: -130px;
    padding-top: 130px;
  }
}

.svg-sprite {
  display: block;
  height: 0;
  width: 0;
}

.invisible {
  display: block;
  width: 0;
  height: 0;
}

.link-blue {
  color: #42c7fc;
}

.link-blue:hover {
  opacity: 0.5;
  text-decoration: underline;
}

.link-disc {
  position: relative;
  margin-left: 1em;
  display: inline-block;
}

.link-disc:before {
  position: absolute;
  top: 1em;
  left: -1em;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background: linear-gradient(to right, #42c7fc, #0075c0);
  transform: translate(50%, -50%);
}

.external-link:after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
}

.line-height-0 {
  line-height: 0;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

@media only screen and (min-width: 640px) {
  .text-align-center-m {
    text-align: center !important;
  }
}

@media only screen and (min-width: 980px) {
  .text-align-center-l {
    text-align: center !important;
  }
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

@media only screen and (min-width: 980px) {
  .margin-left-250-pc {
    margin-left: 250px;
    margin-right: 20px;
  }

  .margin-left-200-pc {
    margin-left: 200px;
    margin-right: 20px;
  }
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.is-color-text {
  color: #3b4049;
}

.container {
  padding: 0 3%;
}

@media only screen and (min-width: 980px) {
  .container {
    height: auto;
    max-width: 1180px;
    margin: 0 auto;
  }
}

a.over-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
}

.flex {
  display: flex;
}

.flex.a-center {
  align-items: center;
}

.flex.a-start {
  align-items: flex-start;
}

.flex.j-center {
  justify-content: center;
}

.flex.j-start {
  justify-content: flex-start;
}

.flex.j-between {
  justify-content: space-between;
}

@media only screen and (max-width: 979px) {
  .flex.tab-down-block {
    display: block;
  }
}

@media only screen and (max-width: 979px) {
  .flex.tab-down-block {
    display: block;
  }
}

.flex.column-reverse {
  flex-direction: column-reverse;
}

@media only screen and (max-width: 979px) {
  .flex.column-reverse-tab-down {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 980px) {
  .flex .main {
    width: calc(100% - 250px);
  }
}

.flex .aside {
  width: 250px;
  height: 100%;
  padding: 20px;
}

.flex-pc {
  display: block;
}

@media only screen and (min-width: 980px) {
  .flex-pc {
    display: flex;
  }
}

.breadcrumb {
  background-color: #cdebff;
  font-size: 12px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 640px) {
  .breadcrumb {
    font-size: 14px;
  }
}

.breadcrumb ol {
  display: block;
}

.breadcrumb ol li {
  display: inline-block;
}

.breadcrumb .separater {
  color: lightgray;
}

.breadcrumb li span {
  color: #3b4049;
}

.breadcrumb li a span {
  color: #42c7fc !important;
}

.square-button {
  padding: 15px;
  display: inline-flex;
  justify-content: space-between;
  max-width: 500px;
  width: 100%;
  background: linear-gradient(to right, #0075c0, #42c7fc);
  border-radius: 50px;
  text-align: center;
  color: white;
  font-size: 1.1rem;
  transition: 0.3s;
  position: relative;
}

@media only screen and (min-width: 640px) {
  .square-button {
    font-size: 20px;
  }
}

.square-button input {
  border: none;
  background: transparent;
  display: block;
  width: 100%;
  padding: 0;
  color: white;
  font-size: 20px;
}

.square-button input:hover {
  cursor: pointer;
}

.square-button:before {
  content: "";
  width: 10px;
}

.square-button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  transition: 0.3s;
}

.square-button:hover {
  opacity: 0.8;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.square-button:hover:after {
  transform: translateX(8px);
}

.square-button .ajax-loader {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.square-button.is-small {
  max-width: 300px;
  font-size: 16px;
}

.white-button {
  background: white;
  color: #3498db;
}

.close-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
  min-height: 50px;
  line-height: 0;
  position: relative;
  transition: opacity 0.5s;
}

.close-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background: #3b4049;
  z-index: 2;
  transform: rotate(45deg);
}

.close-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background: #3b4049;
  z-index: 3;
  transform: rotate(45deg);
}

.close-button:hover {
  opacity: 0.5;
  cursor: pointer;
}

.decimal-list {
  margin-top: 1em;
}

.decimal-list>li {
  margin-left: 1em;
  list-style-type: decimal;
  font-weight: bold;
}

.decimal-list>li .list-headline {
  font-weight: bold;
}

.decimal-list>li p {
  font-weight: normal;
}

.decimal-list>li+li {
  margin-top: 1em;
}

.brackets-decimal-list {
  counter-reset: section;
}

.brackets-decimal-list>li {
  margin-left: 1.5em;
  position: relative;
  list-style-type: none;
  font-weight: normal;
}

.brackets-decimal-list>li:before {
  position: absolute;
  left: -1.5em;
  counter-increment: section;
  content: "(" counter(section) ")";
}

.circle-decimal-list>li {
  margin-left: 1.2em;
  position: relative;
  list-style-type: none;
  font-weight: normal;
}

.circle-decimal-list>li:before {
  position: absolute;
  left: -1.2em;
}

.circle-decimal-list>li:nth-child(1):before {
  content: "①";
}

.circle-decimal-list>li:nth-child(2):before {
  content: "②";
}

.circle-decimal-list>li:nth-child(3):before {
  content: "③";
}

.circle-decimal-list>li:nth-child(4):before {
  content: "④";
}

.circle-decimal-list>li:nth-child(5):before {
  content: "⑤";
}

.circle-decimal-list>li:nth-child(6):before {
  content: "⑥";
}

.circle-decimal-list>li:nth-child(7):before {
  content: "⑦";
}

.circle-decimal-list>li:nth-child(8):before {
  content: "⑧";
}

.circle-decimal-list>li:nth-child(9):before {
  content: "⑨";
}

.circle-decimal-list>li:nth-child(10):before {
  content: "⑩";
}

.disc-list>li {
  list-style-type: none;
  position: relative;
  margin-left: 1em;
}

.disc-list>li:before {
  position: absolute;
  top: 0;
  left: -1em;
  content: "・";
}

.yearly-archive-ul+.term-archive-ul,
.term-archive-ul+.term-archive-ul {
  margin-top: 20px;
}

.yearly-archive-ul li a,
.term-archive-ul li a {
  color: lightgray;
  position: relative;
  display: inline-block;
  font-size: 16px;
}

.yearly-archive-ul li a[aria-current="page"],
.term-archive-ul li a[aria-current="page"] {
  color: #42c7fc;
  font-weight: bold;
}

.grad-text-svg {
  line-height: 0;
  display: block;
  width: auto;
}

.grad-text-svg svg {
  font-size: 36px;
  fill: url(#grad-blue);
  font-weight: bold;
  height: 40px;
  opacity: 0;
  transition: 0.5s;
}

@media only screen and (min-width: 640px) {
  .grad-text-svg svg {
    font-size: 45px;
    height: 60px;
  }
}

.grad-text-svg svg text {
  height: 10px;
}

.grad-text {
  display: none;
  font-size: 45px;
  font-weight: bold;
  background: linear-gradient(to right, #0075c0, #42c7fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ie .grad-text {
  display: none;
}

.gray-table {
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 639px) {
  .gray-table tr {
    display: block;
    width: 100%;
  }
}

.gray-table tr:last-child th,
.gray-table tr:last-child td {
  border-bottom: 1px solid #f5f5f5;
}

@media only screen and (max-width: 639px) {
  .gray-table tr:last-child th {
    border-bottom: none;
  }
}

.gray-table tr th {
  border-top: 1px solid #f5f5f5;
  width: 200px;
  text-align: left;
  padding: 20px 30px 20px 30px;
}

@media only screen and (max-width: 639px) {
  .gray-table tr th {
    font-size: 18px;
    padding: 10px 5px;
    display: block;
    width: 100%;
  }
}

.gray-table tr td {
  border-top: 1px solid #f5f5f5;
  padding: 20px 40px 20px 20px;
}

@media only screen and (max-width: 639px) {
  .gray-table tr td {
    padding: 20px 15px 20px 15px;
    display: block;
    width: 100%;
  }
}

.gray-table.is-border-none tr:last-child th,
.gray-table.is-border-none tr:last-child td {
  border: none;
}

.gray-table.is-border-none th,
.gray-table.is-border-none td {
  border: none;
}

.company-table {
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 639px) {
  .company-table tr {
    display: block;
    width: 100%;
  }
}

.company-table th {
  font-size: 15px;
  width: 130px;
  text-align: left;
  padding: 10px 0;
}

@media only screen and (min-width: 980px) {
  .company-table th {
    font-size: 16px;
  }
}

@media only screen and (max-width: 639px) {
  .company-table th {
    padding: 20px 5px 5px 5px;
    display: block;
    width: 100%;
  }
}

.company-table td {
  font-size: 14.4px;
  padding: 10px 0px 10px 10px;
}

@media only screen and (min-width: 980px) {
  .company-table td {
    font-size: 15px;
  }
}

@media only screen and (min-width: 980px) {
  .company-table td {
    font-size: 15.8px;
    letter-spacing: 0.2px;
  }
}

@media only screen and (max-width: 639px) {
  .company-table td {
    padding: 0px 0px 0px 20px;
    display: block;
    width: 100%;
  }
}

.company-table-ceo tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.company-table-ceo th {
  font-weight: 400;
  width: 5.5rem;
  padding: 0;
  font-size: 14.4px;
}

@media only screen and (min-width: 980px) {
  .company-table-ceo th {
    font-size: 15px;
  }
}

@media only screen and (min-width: 980px) {
  .company-table-ceo th {
    font-size: 15.8px;
    letter-spacing: 0.2px;
  }
}

.company-table-ceo td {
  width: calc(100% - 5.5rem);
  padding: 0;
  line-height: 2;
}

.history-table {
  table-layout: fixed;
  width: 100%;
}

@media only screen and (max-width: 639px) {
  .history-table tr {
    display: block;
    width: 100%;
  }
}

.history-table th {
  font-size: 24px;
  color: #42c7fc;
  width: 70px;
  text-align: left;
  padding: 10px 0;
}

@media only screen and (max-width: 639px) {
  .history-table th {
    padding: 25px 5px 5px 5px;
    display: block;
    width: 100%;
  }
}

.history-table td {
  padding: 10px 0px 20px 10px;
  font-size: 14.4px;
}

@media only screen and (min-width: 980px) {
  .history-table td {
    font-size: 15px;
  }
}

@media only screen and (min-width: 980px) {
  .history-table td {
    font-size: 15.8px;
    letter-spacing: 0.2px;
  }
}

.history-table td:first-of-type {
  width: 68px;
  color: gray;
}

@media only screen and (max-width: 639px) {
  .history-table td:first-of-type {
    padding: 0px 10px 0px 25px;
    font-size: 1.08rem;
  }
}

@media only screen and (max-width: 639px) {
  .history-table td:not(:first-of-type) {
    padding: 2px 0px 0px 25px;
    display: block;
    width: 100%;
  }
}

.member-card {
  margin: 20px 1.5%;
  width: calc(31% - 20px);
  min-width: 280px;
  transition: 0.3s;
}

@media only screen and (max-width: 639px) {
  .member-card {
    width: 100%;
  }
}

.member-card .member-card-upper {
  background: url("../img/ogimage.png") center/cover no-repeat;
  height: 350px;
  width: 100%;
  transition: 0.3s;
}

@media only screen and (max-width: 639px) {
  .member-card .member-card-upper {
    height: 0px;
    padding-top: 100%;
  }
}

.member-card .member-card-lower {
  padding: 20px;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

.member-card .member-card-lower .member-card-lower-texts .role {
  color: gray;
}

.member-card .member-card-lower .member-card-lower-texts .name {
  font-weight: bold;
  font-size: 20px;
}

.member-card .member-card-lower .member-card-lower-texts .roman {
  color: #42c7fc;
  font-size: 12px;
}

.member-card .member-card-lower i {
  color: #0075c0;
  transition: 0.3s;
}

.member-card:hover {
  cursor: pointer;
}

.member-card:hover .member-card-lower {
  opacity: 0.8;
}

.member-card:hover i {
  color: #0075c0;
  transform: translateX(5px);
}

.ajax-error:last-child {
  display: block !important;
  border: none;
  width: 300px;
  max-width: 300px;
  margin: 100px 20px !important;
  padding: 30px 15px;
  position: fixed;
  top: 0px;
  right: 0px;
  color: white;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(85, 85, 85, 0.5);
  z-index: 999;
  opacity: 1;
  cursor: pointer;
  background: rgba(255, 0, 0, 0.5);
}

.ajax-error:last-child:after {
  content: "システムエラーにより送信できませんでした。";
  color: white;
}

@media only screen and (max-width: 639px) {
  .ajax-error:last-child {
    padding: 20px 15px;
    max-width: 250px;
    font-size: 14px;
  }
}

.wpcf7-not-valid {
  border-color: red !important;
}

.wpcf7-not-valid input[type="checkbox"]+span:before {
  border-color: red !important;
}

span.wpcf7-not-valid-tip {
  color: red !important;
  font-size: 12px !important;
}

.wpcf7-field-group {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
}

.wpcf7-field-group .wpcf7-field-group-remove {
  display: none;
}

.wpcf7-field-group:not(:first-child) {
  margin-top: 30px;
}

.wpcf7-field-group:not(:first-child) .wpcf7-field-group-remove {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  transition: 0.5s;
  line-height: 1;
  width: 60px;
  height: 60px;
  z-index: 2;
}

.wpcf7-field-group:not(:first-child) .wpcf7-field-group-remove:before {
  content: "×";
  font-weight: bold;
  color: #42c7fc;
  font-size: 50px;
  line-height: 1;
}

.wpcf7-field-group:not(:first-child) .wpcf7-field-group-remove:hover {
  cursor: pointer;
  opacity: 0.5;
}

.wpcf7-field-group:not(:last-child) .wpcf7-field-group-add {
  display: none;
}

.wpcf7-field-group:nth-child(n + 5) .wpcf7-field-group-add {
  display: none;
}

.fileup-input {
  display: none;
}

.upload-file-name {
  margin-bottom: 15px;
  font-size: 14px;
  word-wrap: break-word;
  text-align: center;
}

.upload-thumbnail-text {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.dragover {
  opacity: 0.5;
}

.dropped {
  background: #dff3fd !important;
}

.sub-label-text {
  font-size: 14px;
}

.form-button-submit {
  display: inline-block;
}

.form-button-submit input {
  line-height: 1.7;
  border: none;
  border-radius: 5px;
  display: block;
  padding: 15px 15px;
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
  width: 100%;
  max-width: 400px;
  text-align: center;
  transition: 0.5s;
  font-size: 16px;
}

.form-button-submit input:hover {
  opacity: 0.5;
  color: white;
  cursor: pointer;
}

.form-button-submit input:focus {
  color: white;
  outline: none;
}

.form-button-submit.form-button-border-style {
  border: 1px solid #42c7fc;
  color: #42c7fc;
  background: white;
}

.form-button-submit.form-button-border-style:hover {
  opacity: 1;
  background: rgba(66, 199, 252, 0.2);
  color: #42c7fc;
}

.form-button-submit.form-button-border-style:focus {
  color: #42c7fc;
}

.form-button-submit.form-button-border-style-lightblue {
  border: 1px solid #42c7fc;
  color: #42c7fc;
  background: rgba(66, 199, 252, 0.2);
}

.form-button-submit.form-button-border-style-lightblue:hover {
  background: rgba(66, 199, 252, 0.2);
  color: #42c7fc;
}

.form-button-submit.form-button-border-style-lightblue:focus {
  color: #42c7fc;
}

.form-button-submit.form-button-gray-style {
  background: #ddd;
  padding: 10px 15px;
}

.form-button-submit.form-button-gray-style:hover {
  opacity: 1;
  cursor: default;
}

.form-button-submit.form-button-red-style {
  background: #ff4f4f;
}

.form-button-submit.form-button-red-style:hover {
  opacity: 0.5;
}

.form-button-submit.form-button-upload-style {
  background: #ddd;
  color: #3b4049;
  padding: 10px 15px;
  max-width: 300px;
}

.form-button-submit.form-button-upload-style:hover {
  color: #3b4049;
  opacity: 0.5;
  cursor: pointer;
}

.form-button-submit.is-myreview-button {
  padding: 15px 7px;
  line-height: 1.2;
  font-size: 14px;
}

input[disabled].form-button-red-style {
  cursor: not-allowed;
  background: #ddd;
}

.page-title {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 30px;
}

@media only screen and (max-width: 639px) {
  .page-title {
    padding: 10px;
  }
}

.title-addtion {
  font-size: 12px;
}

@media only screen and (max-width: 639px) {
  .title-addtion {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.title-addtion a {
  color: #42c7fc;
}

.title-addtion a:hover {
  opacity: 0.5;
}

.form-headline {
  margin-top: -50px;
  margin-left: -50px;
  width: calc(100% + 100px);
  padding: 15px 40px;
  background: #42c7fc;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

@media only screen and (max-width: 639px) {
  .form-headline {
    margin-top: -20px;
    margin-left: -10px;
    width: calc(100% + 20px);
    padding: 15px 20px;
  }
}

.form-headline .additional-element-num {
  color: white;
}

.upload-thumbnail {
  background: white;
  display: inline-block;
  min-width: 180px;
  max-width: 180px;
  min-height: 180px;
  max-height: 180px;
  width: 100%;
  height: 100%;
  position: relative;
  border: 3px solid white;
  box-shadow: 0 0 5px rgba(85, 85, 85, 0.2);
  margin-bottom: 10px;
}

.upload-thumbnail img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-textarea {
  width: 100% !important;
  min-width: 100%;
  max-width: 100%;
  min-height: 180px;
  display: block;
  margin: 0;
  background: white;
  box-shadow: none;
  border-radius: 3px;
  color: #3b4049;
  border: 1px solid lightgray;
  transition: background 0.5s;
  padding: 6px 12px;
  font-size: 14px;
}

.form-textarea:focus {
  background: #dff3fd;
  box-shadow: none;
  border: 1px solid #42c7fc !important;
  outline: none;
}

.form-textarea::placeholder {
  color: lightgray;
}

@media only screen and (min-width: 980px) {
  .form-checkboxes {
    margin-left: 20px;
  }
}

.form-checkboxes .form-checkbox-wrap:not(:last-child) {
  margin-bottom: 10px;
}

.form-checkbox {
  display: inline-block;
  height: auto;
}

.form-checkbox input[type="checkbox"] {
  display: none;
}

.form-checkbox label {
  display: inline-block;
  padding-left: 40px;
  position: relative;
  color: #3b4049;
}

.form-checkbox label:before {
  background: white;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: block;
  content: "";
  height: 28px;
  width: 28px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 2;
  transition: 0.3s;
}

.form-checkbox label:after {
  transition: 0.3s;
}

.form-checkbox input:checked+label {
  font-weight: bold;
}

.form-checkbox input:checked+label:after {
  display: block;
  content: "";
  width: 20px;
  height: 12px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: translateY(-50%) rotate(-50deg);
  position: absolute;
  top: 47%;
  left: 4px;
  z-index: 2;
}

.form-checkbox input:checked+label:before {
  background: #42c7fc;
  border-color: #42c7fc;
}

.cf7-form-checkbox label span {
  margin: 0;
}

.cf7-form-checkbox label input[type="checkbox"] {
  display: none;
}

.cf7-form-checkbox label input[type="checkbox"]+span {
  margin: 0 0 0 40px;
}

.cf7-form-checkbox label input[type="checkbox"]+span:before {
  background: white;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: block;
  content: "";
  height: 28px;
  width: 28px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 1;
  transition: 0.3s;
}

.cf7-form-checkbox input:checked+span {
  font-weight: bold;
}

.cf7-form-checkbox input:checked+span:after {
  display: block;
  content: "";
  width: 20px;
  height: 12px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: translateY(-50%) rotate(-50deg);
  position: absolute;
  top: 47%;
  left: 4px;
  z-index: 2;
}

.cf7-form-checkbox input:checked+span:before {
  background: #42c7fc !important;
  border-color: #42c7fc !important;
}

.form-radioboxes .form-radiobox-wrap:not(:last-child) {
  margin-bottom: 10px;
}

.form-radiobox {
  display: inline-block;
  height: auto;
}

.form-radiobox input[type="radio"] {
  display: none;
}

.form-radiobox label {
  display: inline-block;
  padding-left: 40px;
  position: relative;
  color: #3b4049;
}

.form-radiobox label:before {
  background: white;
  border: 1px solid #ddd;
  border-radius: 50px;
  display: block;
  content: "";
  height: 28px;
  width: 28px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 2;
  transition: 0.3s;
}

.form-radiobox label:after {
  transition: 0.3s;
}

.form-radiobox input:checked+label {
  font-weight: bold;
}

.form-radiobox input:checked+label:after {
  background: #42c7fc;
  border-radius: 50px;
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 2;
  transition: 0.3s;
}

.form-radiobox input:checked+label:before {
  border: 1px solid #42c7fc;
}

.form-input-text {
  height: 2.5375rem;
  padding-left: 12px;
  display: inline-block;
  margin: 0;
  background: white;
  box-shadow: none;
  color: #3b4049;
  border: 1px solid lightgray;
  transition: 0.5s;
  width: 100%;
  border-radius: 3px;
  max-width: 600px;
  font-size: 14px;
}

.form-input-text:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #3b4049;
}

.form-input-text:focus {
  background: #dff3fd;
  box-shadow: none;
  border: 1px solid #42c7fc;
  outline: none;
}

.form-input-text::placeholder {
  color: lightgray;
}

.form-select {
  height: 2.5375rem;
  padding-left: 12px;
  display: inline-block;
  margin: 0;
  background-color: white;
  box-shadow: none;
  color: #3b4049;
  border: 1px solid lightgray;
  transition: background-color 0.5s;
  max-width: 300px;
  width: 100%;
  font-size: 14px;
}

.form-select:focus {
  background-color: #dff3fd;
  box-shadow: none;
  border: 1px solid #42c7fc;
  outline: none;
}

.form {
  width: 100%;
}

.form .must_item {
  color: red;
}

.form .wpcf7-response-output {
  border: none;
  width: 300px;
  max-width: 300px;
  margin: 100px 20px !important;
  padding: 30px 15px;
  position: fixed;
  top: 0px;
  right: 0px;
  color: white;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(85, 85, 85, 0.5);
  z-index: 999;
  opacity: 0;
  cursor: pointer;
}

@media only screen and (max-width: 639px) {
  .form .wpcf7-response-output {
    padding: 20px 15px;
    max-width: 250px;
    font-size: 14px;
  }
}

.form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: rgba(0, 128, 0, 0.5);
}

.form .wpcf7-response-output.wpcf7-validation-errors {
  background: rgba(255, 0, 0, 0.5);
}

.form .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: rgba(255, 0, 0, 0.5);
}

.form .wpcf7-response-output.wpcf7-aborted {
  background: rgba(255, 0, 0, 0.5);
}

.form .wpcf7-response-output.wpcf7-display-none {
  opacity: 1;
}

.form .wpcf7-response-output:hover {
  opacity: 0.6;
}

.form .form-wrap {
  width: 100%;
}

.form .form-wrap .form-items .form-item {
  padding: 10px 0px;
  display: flex;
}

@media only screen and (max-width: 639px) {
  .form .form-wrap .form-items .form-item {
    padding: 20px 10px;
    display: block;
  }
}

.form .form-wrap .form-items .form-item .form-item-title {
  flex: 0 0 200px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 7px solid #ddd;
}

@media only screen and (min-width: 640px) and (max-width: 979px) {
  .form .form-wrap .form-items .form-item .form-item-title {
    flex: 0 0 200px;
  }
}

@media only screen and (max-width: 639px) {
  .form .form-wrap .form-items .form-item .form-item-title {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}

.form .form-wrap .form-items .form-item .form-item-title .labels-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 639px) {
  .form .form-wrap .form-items .form-item .form-item-title .labels-wrap {
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}

.form .form-wrap .form-items .form-item .form-item-title label {
  font-weight: bold;
  font-size: 14px;
  color: #3b4049;
  margin-right: 7px;
}

.form .form-wrap .form-items .form-item .form-item-title span {
  display: inline-block;
  padding: 0px 1px;
  letter-spacing: 2px;
  line-height: 1.2;
}

.form .form-wrap .form-items .form-item .form-item-title span.required-label {
  color: white;
  border: 2px solid #42c7fc;
  background: #42c7fc;
  font-size: 12px;
  white-space: nowrap;
}

.form .form-wrap .form-items .form-item .form-item-title span.optional-label {
  color: #3b4049;
  border: 2px solid #ddd;
  background: white;
  font-size: 12px;
  white-space: nowrap;
}

.form .form-wrap .form-items .form-item .form-item-inputs {
  flex: 1 0 1px;
  align-self: center;
}

.form .form-wrap .form-upload-wrap {
  display: block;
  border: 2px dashed #ddd;
  background: white;
  padding: 15px;
  text-align: center;
}

.form .form-wrap .form-thumbnail-wrap {
  line-height: 0;
  margin-right: 20px;
}

@media only screen and (max-width: 979px) {
  .form .form-wrap .form-thumbnail-wrap {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.form .form-wrap .form-thumbnail-wrap .form-thumbnail {
  width: 150px;
  height: 150px;
}

.form .form-name-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 600px;
}

@media only screen and (max-width: 639px) {
  .form .form-name-wrap {
    display: block;
  }
}

.form .form-name-wrap>div {
  flex: 0 0 calc(50% - 5px);
}

@media only screen and (max-width: 639px) {
  .form .form-name-wrap>div {
    margin-bottom: 5px;
  }
}

.form .form-post-number-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.form .form-post-number-wrap .post-icon {
  margin-right: 10px;
}

.form .form-startday-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.form .form-startday-wrap>div {
  margin-right: 10px;
  max-width: 100px;
}

.form .form-addition {
  text-align: center;
  margin: 50px 0 0 0;
  color: #3b4049;
  font-size: 12px;
}

@media only screen and (max-width: 639px) {
  .form .form-addition {
    margin: 30px 0 0 0;
  }
}

.form .form-addition a {
  color: #42c7fc;
  transition: 0.5s;
}

.form .form-addition a:hover {
  opacity: 0.5;
}

.form .form-agreement-block {
  margin-top: 40px;
  display: inline-block;
}

@media only screen and (max-width: 639px) {
  .form .form-agreement-block {
    margin-top: 25px;
  }
}

.form .form-agreement-block label {
  font-size: 14px;
}

.form .form-button-wrap {
  margin-top: 50px;
  text-align: center;
}

@media only screen and (max-width: 639px) {
  .form .form-button-wrap {
    margin-top: 30px;
  }
}

.form .add-button-wrap {
  margin: 30px 0;
  text-align: center;
}

.small-label {
  display: inline-block;
  color: white;
  border: 2px solid #42c7fc;
  background: #42c7fc;
  font-size: 12px;
  line-height: 1.5 !important;
  transition: 0.5s;
  padding: 0 2px;
}

.small-label:hover {
  opacity: 0.5;
}

.small-label.is-radius {
  border-radius: 5px;
}

.small-label.is-bold {
  font-weight: bold;
}

.labels {
  display: block;
  line-height: 1.4;
}

.labels>*:not(:last-child) {
  margin-right: 5px;
}

.page-number-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-number-btns a {
  background: #42c7fc;
  color: white;
  display: block;
  font-size: 18px;
  margin: 3px;
  min-width: 35px;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .page-number-btns a {
    margin: 5px;
    min-width: 50px;
  }
}

.page-number-btns a p {
  font-size: 18px;
  line-height: 35px;
}

@media only screen and (min-width: 640px) {
  .page-number-btns a p {
    line-height: 50px;
  }
}

.page-number-btns .current-page-btn,
.page-number-btns .no-more-page-btn {
  background: #a2d9ff;
  pointer-events: none;
  color: white;
}

.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 700ms;
}

.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes Slide {
  0% {
    width: 1px;
  }

  100% {
    width: 100%;
    transform: translateX(0);
  }
}

.fade-anima {
  position: relative;
  display: block;
}

.fade-anima:after {
  content: "";
  position: absolute;
  top: -100%;
  right: -100%;
  transform: skew(-45deg);
  width: 305%;
  height: 305%;
  background: white;
}

.active.fade-anima:after {
  top: 350%;
  right: -350%;
  transition: all 2000ms cubic-bezier(0.6, 0, 0.6, 1);
}

@media screen and (max-width: 640px) {
  .fade-anima {
    width: 100%;
  }
}

.repeat-block {
  padding: 30px 30px 35px;
  border-top: 1px solid #ccc;
  position: relative;
}

.repeat-block:last-child {
  border-bottom: 1px solid #ccc;
}

.repeat-block.is-small-padding {
  padding: 25px 0 25px;
}

.repeat-block.is-without-first-border:first-child {
  border-top: none;
}

.repeat-block.is-white-block {
  background: white;
  box-shadow: 0 0 10px rgba(85, 85, 85, 0.1);
  border: none !important;
}

.repeat-block.is-white-block:not(:first-child) {
  margin-top: 30px;
}

.mission_img {
  width: 100%;
}

.mission_img img {
  width: 100%;
  height: auto;
}

.mission .mission-title {
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (min-width: 980px) {
  .mission .mission-title {
    font-size: 36px;
  }
}

.mission .mission-text {
  letter-spacing: 0.5px;
  padding-top: 20px;
}

@media only screen and (min-width: 640px) {
  .mission .mission-text {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 980px) {
  .mission .mission-text {
    font-size: 1.05rem;
  }
}

@media only screen and (min-width: 980px) {
  .article {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .article .thumbnail {
    width: 100%;
    max-width: 150px;
    min-width: 150px;
    height: 85px;
    margin-right: 10px;
    border: 1px solid #ccc;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: content-box;
  }

  .article .thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .article .label-wrap {
    flex: 0 0 auto;
    width: 150px;
    max-width: 150px;
    min-width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .article {
    display: grid;
    column-gap: 10px;
    grid-template-areas:
      "thumbnail label-wrap "
      "thumbnail block ";
    grid-template-columns: 140px auto;
  }

  .article .label-wrap {
    grid-column: 2;
  }

  .article .thumbnail {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 140px;
    height: 74px;
    background: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .article .thumbnail img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .article .block {
    grid-column: 2;
  }
}

@media only screen and (min-width: 980px) {
  .article .label-wrap {
    margin-right: 40px;
  }
}

.article .label-wrap .small-label {
  padding: 3px 3px;
  font-size: 14px;
  width: 150px;
  max-width: 150px;
  min-width: 150px;
  text-align: center;
}

@media only screen and (min-width: 980px) {
  .article .date {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.article h2 {
  font-weight: normal;
}

.header {
  width: 100%;
  margin: 0;
  height: auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999999999999999;
  background: white;
  border-bottom: 1px solid #f5f5f5;
  padding: 8px 10px;
  margin: auto;
  box-sizing: border-box;
}

@media only screen and (min-width: 980px) {
  .header {
    padding: 0 10px;
    overflow: hidden;
  }
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media only screen and (min-width: 980px) {
  .header .container {
    height: 68px;
    padding: 0;
  }
}

.header__logo {
  height: auto;
  width: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 980px) {
  .header__logo {
    display: block;
    width: 100%;
    max-width: 125px;
  }
}

#nav-drawer {
  position: relative;
  right: 15px;
  width: 30px;
}

@media only screen and (max-width: 980px) {
  #nav-drawer {
    right: 5px;
  }
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 42px;
  height: 42px;
  vertical-align: middle;
  padding: 7px 7px;
  position: relative;
}

@media only screen and (min-width: 980px) {
  #nav-open {
    display: none;
  }
}

#nav-open p {
  position: absolute;
  bottom: -3px;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-size: 8px;
  color: #3b4049;
  text-align: center;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 3px;
  /*線の太さ*/
  width: 24px;
  /*長さ*/
  background: #42c7fc;
  display: block;
  content: "";
  cursor: pointer;
  margin: 0 1px;
  right: 0;
  left: 0;
  margin: auto;
}

#nav-open span:before {
  bottom: -8px;
  margin: 0;
}

#nav-open span:after {
  bottom: -16px;
  margin: 0;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 999;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: 0.3s ease-in-out;
}

#nav-close-02 {
  width: 90%;
  margin: 15px 5% 0px;
  padding: 15px;
  display: flex;
  justify-content: center;
  border-radius: 2px;
  color: white;
}

@media only screen and (min-width: 980px) {
  #nav-close-02 {
    display: none;
  }
}

#nav-close-02:hover {
  background: #464c57;
  transition: 0.5s all;
}

#nav-close-02 p {
  font-family: "Muli", sans-serif;
}

#nav-close-03 {
  position: absolute;
  top: -13px;
  right: 2.8%;
  background: #42c7fc;
  height: 62px;
}

@media only screen and (min-width: 980px) {
  #nav-close-03 {
    display: none;
  }
}

#nav-close-03 p {
  font-size: 32px;
  color: white;
  padding: 0 5px;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  padding-top: 50px;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  /*最前面に*/
  width: 100%;
  /*右側に隙間を作る（閉じるカバーを表示）*/
  height: auto;
  -webkit-transform: translateY(-180%);
  transform: translateY(-180%);
  /*右に隠しておく*/
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 50px;
}

@media only screen and (min-width: 980px) {
  #nav-content {
    transition: 0s ease-in-out;
    /*滑らかに表示*/
    position: static;
    transform: translateX(0%);
    width: 100%;
    overflow: visible;
    opacity: 1;
    padding: 0;
  }
}

.nav-list {
  padding: 10px 5% 0;
  position: relative;
}

@media only screen and (min-width: 980px) {
  .nav-list {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}

.nav-list .nav-list--item {
  padding-top: 5px;
}

@media only screen and (min-width: 980px) {
  .nav-list .nav-list--item {
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
  }
}

.nav-list .nav-list--item:first-of-type {
  margin: 0;
}

.nav-list .nav-list--item:last-of-type {
  border: none;
}

@media only screen and (min-width: 980px) {
  .nav-list .nav-list--item:last-of-type {
    border: none;
    padding-bottom: 0px;
  }
}

.nav-list .nav-list--item p {
  color: #42c7fc;
  font-weight: 600;
}

.nav-list .nav-list--item p span {
  color: #42c7fc;
  padding: 0 5px;
}

.nav-list .nav-list--item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.2rem;
  height: 100%;
  width: 100%;
  padding: 15px 5px 15px;
  text-align: center;
  color: #3b4049;
  cursor: pointer;
}

@media only screen and (min-width: 980px) {
  .nav-list .nav-list--item a {
    display: block;
    padding: 10px;
    min-width: 120px;
  }
}

.nav-list .nav-list--item a:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
  margin: auto;
  height: 1px;
  width: 0px;
  background: #42c7fc;
}

@media only screen and (min-width: 980px) {
  .nav-list .nav-list--item a:after {
    bottom: 8px;
  }
}

.nav-list .nav-list--item a:hover p {
  transition: 0.2s linear;
  color: #0075c0;
}

.nav-list .nav-list--item a:hover:after {
  transition: 0.2s linear;
  height: 1px;
  width: 30px;
}

.nav-list .nav-list--item span {
  width: 100%;
  font-size: 0.7rem;
  font-weight: 200;
  margin: 3px 0 0;
  display: block;
}

@media only screen and (min-width: 980px) {
  .nav-list .nav-list--item span {
    margin: -3px 0 0;
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 980px) {
  .nav-list .nav-list--itreview {
    margin: 10px 0 10px 10px;
    display: none;
  }
}

@media only screen and (min-width: 1280px) {
  .nav-list .nav-list--itreview {
    display: block;
  }
}

.nav-list .nav-list--itreview a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background: white;
}

.nav-list .nav-list--itreview a:after {
  background: none;
}

.nav-list .nav-list--itreview a:hover {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
}

.nav-list .nav-list--itreview img {
  max-width: 125px;
}

.header .nav-list .nav-list--item:not(.nav-list--itreview) a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 979px) {
  .header .nav-list .nav-list--item:not(.nav-list--itreview) a {
    padding: 7px 5px 7px;
  }
}

@media only screen and (min-width: 980px) {
  .header .nav-list .nav-list--item:not(.nav-list--itreview) a p {
    font-size: 18px;
  }
}

.header .nav-list .nav-list--item:not(.nav-list--itreview) a span {
  font-size: 10px;
}

@media only screen and (min-width: 980px) {
  .header .nav-list .nav-list--item:not(.nav-list--itreview) a span {
    white-space: nowrap;
  }
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked~#nav-close {
  display: block;
  /*カバーを表示*/
}

#nav-input:checked~#nav-content {
  transition: 0.4s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  /*中身を表示（右へスライド）*/
  opacity: 1;
}

.footer {
  padding: 0 0 40px;
  background: #505050;
}

@media only screen and (min-width: 980px) {
  .footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

.footer ul li {
  display: inline-block;
}

.footer ul a {
  color: white;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 0.8rem;
}

.footer ul a:hover {
  color: #42c7fc;
  transition: all 0.2s linear;
}

.footer__top {
  padding: 10px 10px 10px;
  background: linear-gradient(150deg, #0075c0, #42c7fc);
}

@media only screen and (min-width: 640px) {
  .footer__top>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.footer__top>.container img {
  width: 120px;
}

.footer__middle {
  background: linear-gradient(30deg, #42c7fc, #0075c0);
  padding: 10px 15px 20px;
}

.footer__middle .nav-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

@media only screen and (min-width: 980px) {
  .footer__middle .nav-list {
    justify-content: space-evenly;
  }
}

.footer__middle .nav-list .nav-list--item {
  width: 50%;
}

@media only screen and (min-width: 640px) {
  .footer__middle .nav-list .nav-list--item {
    width: 25%;
  }
}

@media only screen and (min-width: 980px) {
  .footer__middle .nav-list .nav-list--item {
    width: auto;
  }
}

.footer__middle .nav-list .nav-list--item a:after {
  background: none;
}

.footer__middle .nav-list .nav-list--item p,
.footer__middle .nav-list .nav-list--item span {
  color: white;
}

.footer__bottom {
  background: #4d4d4d;
  color: white;
  text-align: center;
  padding: 20px 20px 45px;
}

@media only screen and (min-width: 640px) {
  .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }
}

.footer__bottom small {
  display: block;
  font-size: 0.8rem;
  padding-bottom: 25px;
}

@media only screen and (min-width: 640px) {
  .footer__bottom small {
    padding: 0;
  }
}

.section-headline {
  width: 100%;
}

@media only screen and (min-width: 980px) {
  .section-headline {
    display: flex;
  }
}

.section-headline .section-headline-image {
  flex: 0 0 auto;
  width: auto;
  line-height: 0;
}

@media only screen and (min-width: 980px) {
  .section-headline .section-headline-image {
    margin-right: 10px;
  }
}

.section-headline .section-headline-text {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #42c7fc;
  padding-left: 3px;
}

@media only screen and (min-width: 640px) {
  .section-headline .section-headline-text {
    font-size: 22px;
    letter-spacing: 1.5px;
  }
}

.section-headline .section-headline-text span {
  flex: 0 0 auto;
  max-width: 100%;
}

.section-headline .section-headline-text:after {
  margin-left: 10px;
  content: "";
  height: 1px;
  flex-grow: 1;
  width: 100%;
  background: #42c7fc;
}

.section-headline.is-white .section-headline-text {
  color: white;
}

.section-headline.is-white .section-headline-text:after {
  background: white;
}

.section-headline.is-white .grad-text-svg svg {
  fill: url(#white);
}

.large-headline {
  font-size: 30px;
  font-weight: bold;
}

.headline-m {
  font-size: 22px;
  font-weight: bold;
}

.headline-ml {
  font-size: 26px;
  font-weight: bold;
}

.headline-l {
  font-size: 30px;
  font-weight: bold;
}

.box {
  display: block;
  background-color: transparent;
  padding: 0px 15px 0px 15px;
  line-height: 1.8;
}

@media only screen and (min-width: 640px) {
  .box {
    padding: 0px 80px 0px 80px;
  }
}

.box .box-headline-l {
  font-size: 22px;
  font-weight: bold;
  color: #42c7fc;
  margin-top: 90px;
}

@media only screen and (max-width: 639px) {
  .box .box-headline-l {
    line-height: 1.4;
  }
}

.box .box-headline-l+.box-headline-m {
  margin-top: 20px;
}

.box .box-headline-m {
  font-size: 18px;
  font-weight: bold;
  margin-top: 60px;
}

.white-box {
  display: block;
  padding: 20px 15px 40px 15px;
}

.white-box p+p,
.white-box ul+p,
.white-box ol+p {
  margin-top: 1em;
}

@media only screen and (min-width: 640px) {
  .white-box {
    padding: 50px 80px 80px 80px;
  }
}

.white-box * {
  line-height: 2;
  font-size: 0.92rem;
}

@media only screen and (min-width: 640px) {
  .white-box * {
    font-size: 1rem;
  }
}

.white-box * p {
  font-size: 14.4px;
}

@media only screen and (min-width: 980px) {
  .white-box * p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 980px) {
  .white-box * p {
    font-size: 15.8px;
  }
}

.white-box .white-box-headline-large {
  font-size: 24px;
  font-weight: bold;
  margin-top: 1em;
  line-height: 1.5;
}

.white-box .white-box-headline-middle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #3b4049;
}

@media only screen and (min-width: 640px) {
  .white-box .white-box-headline-middle {
    font-size: 18px;
  }
}

.white-box .white-box-headline-middle:not(:first-child) {
  margin-top: 2em;
  line-height: 1.5;
}

.white-box .circle-decimal-list {
  margin-top: 1em;
}

.white-box .gray-table {
  margin-top: 15px;
}

.white-box.is-background-translucent {
  background: rgba(255, 255, 255, 0.85);
}

.white-box.is-background-translucent .white-box-headline-large {
  margin: 0;
}

.white-box.is-padding-small {
  position: relative;
  padding: 28px 30px;
  transition: 0.3s;
}

@media only screen and (min-width: 640px) and (max-width: 979px) {
  .white-box.is-padding-small {
    width: 80%;
    max-width: 660px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 639px) {
  .white-box.is-padding-small {
    padding: 6% 5%;
  }
}

.white-box.is-padding-small .white-box-headline-middle {
  margin: 0;
  margin-top: 5px;
}

.white-box.is-padding-small+.is-padding-small {
  margin-top: 20px;
}

.white-box.is-padding-small .thumbnail-wrap {
  width: 100%;
  height: 40vw;
  overflow: hidden;
}

@media only screen and (min-width: 640px) {
  .white-box.is-padding-small .thumbnail-wrap {
    height: 30vw;
  }
}

@media only screen and (min-width: 980px) {
  .white-box.is-padding-small .thumbnail-wrap {
    width: 150px;
    height: 100px;
    min-width: 150px;
    min-height: 100px;
    margin-right: 20px;
  }
}

.white-box.is-padding-small .article-thumbnail {
  display: block;
  height: 100%;
  width: 100%;
}

.white-box.is-padding-small:hover {
  background: white;
  cursor: pointer;
}

.white-box.is-padding-small:hover .article-thumbnail {
  transform: scale(1.2);
  transition: 0.5s;
}

.white-box.is-padding-small .labels a {
  position: relative;
  z-index: 2;
  font-size: 0.82rem;
}

.white-box .date {
  color: #42c7fc;
}

.white-box-below a {
  color: #0075c0;
  font-size: 16px;
}

.white-box-below a:hover {
  opacity: 0.5;
  text-decoration: underline;
}

.white-box-below span {
  font-size: 16px;
}

.section {
  background: #e8f6ff;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 980px) {
  .section {
    padding: 35px 0;
  }
}

.section .section-headline {
  margin-bottom: 20px;
}

.section:last-child {
  padding: 50px 0 100px 0;
}

.section.is-background-gradation-blue {
  background: linear-gradient(to right,
      rgba(66, 199, 252, 0.9),
      rgba(0, 117, 192, 0.9));
}

.section.is-background-white {
  background: white;
}

.section-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
}

@media only screen and (min-width: 640px) {
  .section-container {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 980px) {
  .section-container {
    padding: 0 20px;
  }
}

.section-container .white-box {
  margin-top: 20px;
}

.home .section {
  padding: 50px 0 70px;
}

@media only screen and (min-width: 980px) {
  .home .firstview {
    padding: 0;
  }
}

.radius-button {
  border-radius: 50px;
  justify-content: center;
}

.home {
  background: linear-gradient(to right, #42c7fc, #0075c0);
  overflow: hidden;
}

.home .firstview {
  padding: 0;
}

.firstview {
  background: url(../img/firstview.jpg) bottom 12vw center/auto 100% no-repeat;
  height: 167vw;
}

@media only screen and (min-width: 640px) {
  .firstview {
    background-position: bottom 10vw center;
    height: 108vw;
  }
}

@media only screen and (min-width: 980px) {
  .firstview {
    background-position: bottom 7vw center;
    height: 88vw;
  }
}

@media only screen and (min-width: 1180px) {
  .firstview {
    background-position: bottom 60px center;
    height: 1100px;
  }
}

@media only screen and (min-width: 980px) {
  .firstview .firstview-container {
    padding: 0 0 0 7%;
  }
}

@media only screen and (min-width: 1180px) {
  .firstview .firstview-container {
    padding: 0 0 0 130px;
  }
}

.firstview__h1 {
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(150deg, #0075c0, #42c7fc);
  padding: 34vw 11vw 19vw;
  margin: -19vw -11vw 0;
  width: 76%;
  box-shadow: -4vw 4vw 0 rgba(110, 165, 203, 0.2);
}

@media only screen and (min-width: 640px) {
  .firstview__h1 {
    width: 66%;
    padding: 28vw 12vw 19vw;
  }
}

@media only screen and (min-width: 980px) {
  .firstview__h1 {
    width: 61%;
    padding: 24vw 9vw 11vw;
  }
}

@media only screen and (min-width: 1180px) {
  .firstview__h1 {
    width: 56%;
    padding: 470px 70px 120px;
    margin: -405px -160px 0;
  }
}

.firstview__h1 .firstview__tri-inner {
  width: 50vw;
}

@media only screen and (min-width: 640px) {
  .firstview__h1 .firstview__tri-inner {
    width: 40vw;
  }
}

@media only screen and (min-width: 980px) {
  .firstview__h1 .firstview__tri-inner {
    width: 85%;
  }
}

@media only screen and (min-width: 1180px) {
  .firstview__h1 .firstview__tri-inner {
    width: 74%;
  }
}

.firstview__tri {
  transform: rotate(-45deg) translate3d(0, 0, 0);
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
}

.firstview__tri-inner {
  transform: rotate(45deg) translate3d(0, 0, 0);
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
}

.firstview__h2 {
  position: relative;
  box-shadow: -4vw 4vw 0 rgba(110, 165, 203, 0.2);
  background: white;
  padding: 12vw 12vw 55vw 12vw;
  margin: 2vw 0 0 36%;
  width: 92%;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .firstview__h2 {
    width: 66%;
    margin: -21vw 0 0 59%;
    padding: 9vw 10vw 55vw 12vw;
  }
}

@media only screen and (min-width: 980px) {
  .firstview__h2 {
    width: 60%;
    margin: -19vw 0 0 52%;
    padding: 8vw 5vw 55vw 9vw;
  }
}

@media only screen and (min-width: 1180px) {
  .firstview__h2 {
    width: 57%;
    margin: -277px 0 0 59%;
    padding: 75px 25px 900px 60px;
  }
}

.firstview__h2 h2 img {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (min-width: 1180px) {
  .firstview__h2 h2 img {
    width: 60%;
    margin: 0 auto;
  }
}

.firstview__h2 h2 svg {
  font-size: 20px;
  font-weight: bold;
  height: 60px;
}

.firstview__h2 h2 svg text {
  height: 10px;
}

.firstview__h2 p {
  font-size: 0.7rem;
}

@media only screen and (min-width: 640px) {
  .firstview__h2 p {
    font-size: 0.85rem;
  }
}

@media only screen and (min-width: 980px) {
  .firstview__h2 p {
    font-size: 1rem;
  }
}

.firstview__h2-logo {
  padding: 4.5vw 2vw 3vw;
}

@media only screen and (min-width: 980px) {
  .firstview__h2-logo {
    padding: 30px 10px 10px;
  }
}

.firstview__h2-logo p {
  color: #3498db;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.1;
  text-align: center;
}

@media only screen and (min-width: 640px) {
  .firstview__h2-logo p {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 980px) {
  .firstview__h2-logo p {
    font-size: 1.1rem;
    padding-bottom: 5px;
  }
}

.firstview__h2-logo img {
  width: 70%;
  margin: 0 auto;
}

.firstview__h2 .radius-button {
  padding: 3vw 2vw;
  font-size: 0.9rem;
  margin: 3vw 0 0;
}

@media only screen and (min-width: 640px) {
  .firstview__h2 .radius-button {
    padding: 1rem 10px;
    width: 95%;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 980px) {
  .firstview__h2 .radius-button {
    margin: 20px auto;
    width: 80%;
    font-size: 1.1rem;
  }
}

.firstview__h2 .radius-button:after {
  right: 10px;
  position: absolute;
}

.message {
  font-weight: 400;
}

@media only screen and (min-width: 640px) {
  .message {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 980px) {
  .message {
    font-size: 1.02rem;
  }
}

.message .bold {
  font-size: 140%;
}

@media only screen and (min-width: 640px) {
  .message_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.message_right {
  text-align: right;
}

@media only screen and (min-width: 640px) {
  .message_right {
    padding-bottom: 20px;
  }
}

.message_right h3 {
  font-size: 140%;
  line-height: 1;
  padding-bottom: 20px;
}

.message_img {
  padding: 20px 0;
}

@media only screen and (min-width: 640px) {
  .message_img {
    width: 60%;
  }

  .greeting_message_img {
    width: 70%;
  }
}

.comma {
  color: #42c7fc;
  font-weight: bold;
  padding: 0 1px;
}

.text-underline {
  display: inline-block;
  position: relative;
  padding: 2px;
  margin: 0 3px;
  z-index: 2;
}

.text-underline:after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
  background: #cdebff;
  width: 100%;
  height: 10px;
  z-index: -1;
}

@media only screen and (min-width: 980px) {
  .top-news-container {
    max-width: 1000px;
    margin: 0 auto 20px;
  }
}

.home .top-service {
  color: white;
  padding: 10px 10px 20px;
}

@media only screen and (min-width: 980px) {
  .home .top-service {
    align-items: flex-start;
    padding: 50px 10px 60px;
  }
}

.home .top-service .service-box-img {
  padding-bottom: 20px;
}

.home .top-service .service-box-img p {
  font-size: 9px;
}

@media only screen and (min-width: 980px) {
  .home .top-service .service-box-img p {
    text-align: center;
  }
}

.home .top-service .service-box-text p {
  line-height: 2.2;
  font-size: 14.4px;
}

@media only screen and (min-width: 980px) {
  .home .top-service .service-box-text p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 980px) {
  .home .top-service .service-box-text p {
    font-size: 15.8px;
    letter-spacing: 0.2px;
  }
}

.home .top-service .service-box-name {
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

@media only screen and (min-width: 980px) {
  .home .top-service .service-box-name {
    padding: 0 0 15px;
    margin: 0 0 30px;
  }
}

.home .top-service .service-box-name:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background: white;
}

@media only screen and (min-width: 980px) {
  .home .top-service .service-box-name:after {
    width: 200px;
  }
}

.home .top-service .service-box-name h3 {
  color: #4b515d;
  font-size: 2.05rem;
  line-height: 1;
  padding-bottom: 3px;
}

@media only screen and (min-width: 980px) {
  .home .top-service .service-box-name h3 {
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: 0.5px;
    padding: 5px 0 10px;
  }
}

.home .top-service .service-box-name p {
  font-size: 0.9rem;
}

.home .top-service .square-button {
  margin-top: 20px;
}

@media only screen and (min-width: 980px) {
  .home .top-service:nth-child(3) {
    flex-direction: row;
  }
}

@media only screen and (min-width: 980px) {
  .home .top-service:nth-child(3) .service-box-text {
    padding: 0 50px 0 10px;
  }
}

@media only screen and (min-width: 980px) {
  .home .top-service:nth-child(3) .service-box-img {
    padding: 10px 30px 10px 10px;
  }
}

.home .top-service-01 .service-box-name h3 {
  color: white;
}

.home .top-service-01 .service-box-img {
  padding-bottom: 0;
  margin: -30px 0 -30px;
}

@media only screen and (min-width: 980px) {
  .home .top-service-01 .service-box-img {
    margin: -80px 0 0;
  }
}

.home .top-service-02 {
  background: #ffffff;
  color: #3b4049;
}

.home .top-service-02 .service-box-name:after {
  background: #42c7fc;
}

.home .top-service-03 {
  background: #cfd8e3;
  color: #3b4049;
}

.top-mission .mission-title {
  text-align: center;
}

.top-recruit {
  color: white;
}

@media only screen and (min-width: 640px) {
  .top-recruit {
    font-size: 1.1rem;
    padding: 0 10%;
  }
}

@media only screen and (min-width: 980px) {
  .top-recruit {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (min-width: 980px) {
  .recruit-menus {
    display: flex;
    justify-content: justify-content;
    padding: 0 30px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 979px) {
  .recruit-menus {
    padding: 0 20%;
  }
}

.recruit-menus .recruit-menu {
  background: rgba(66, 199, 252, 0.6);
  padding: 40px 50px;
}

@media only screen and (max-width: 979px) {
  .recruit-menus .recruit-menu:not(:first-child) {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 980px) {
  .recruit-menus .recruit-menu {
    width: calc(95% / 3);
  }

  .recruit-menus .recruit-menu:not(:first-child) {
    margin-left: calc(5% / 2);
  }
}

.recruit-menus .recruit-menu .recruit-menu-title {
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.recruit-menus .recruit-menu .recruit-menu-text {
  color: white;
  font-size: 16px;
}

.teams {
  margin: 0 auto;
  max-width: 1000px;
}

.teams_img {
  width: 90%;
}

.teams_img img {
  width: 100%;
  height: auto;
}

.member-cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1000px;
}

@media only screen and (max-width: 639px) {
  .member-cards {
    padding: 0px 25px;
  }
}

.modal-cover {
  opacity: 0;
  display: block;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999999999999999;
  transition: opacity 0.5s;
}

.modal-cover.is-open {
  opacity: 1;
  visibility: visible;
}

.member-card-detail {
  box-shadow: 40px 40px 0 rgba(162, 217, 255, 0.5);
  opacity: 0;
  display: block;
  visibility: hidden;
  padding: 20px 20px;
  position: fixed;
  align-items: center;
  top: 50%;
  left: 50%;
  width: 90%;
  height: auto;
  background: white;
  z-index: 999999999999999999999999;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s;
}

@media only screen and (min-width: 640px) {
  .member-card-detail {
    padding: 50px 50px;
    width: 60%;
  }
}

@media only screen and (min-width: 980px) {
  .member-card-detail {
    padding: 50px;
    display: flex;
    width: 80%;
    max-width: 1000px;
  }
}

.member-card-detail .member-card-detail-image {
  background: url("../img/ogimage.png") center/cover no-repeat;
  width: 100%;
  padding-top: 100%;
}

@media only screen and (min-width: 980px) {
  .member-card-detail .member-card-detail-image {
    padding-top: 0;
    width: 420px;
    height: 520px;
    flex: 0 0 auto;
  }
}

.member-card-detail .member-card-detail-texts {
  padding: 20px 0;
}

@media only screen and (min-width: 980px) {
  .member-card-detail .member-card-detail-texts {
    width: calc(100% - 400px);
    padding: 3% 2% 3% 5%;
  }
}

.member-card-detail .member-card-detail-texts .name {
  font-weight: bold;
  font-size: 20px;
}

.member-card-detail .member-card-detail-texts .roman {
  color: #42c7fc;
  font-size: 12px;
}

.member-card-detail .member-card-detail-texts .role {
  color: gray;
}

.member-card-detail .member-card-detail-texts .text {
  margin-top: 20px;
}

.member-card-detail.is-open {
  opacity: 1;
  visibility: visible;
}

.member-card-detail .close-button {
  background: rgba(66, 199, 252, 0.5);
  position: absolute;
  top: 0px;
  right: 0px;
}

@media only screen and (min-width: 980px) {
  .member-card-detail .close-button {
    background: transparent;
    top: 10px;
    right: 10px;
  }
}

.member-card-detail .close-button:after,
.member-card-detail .close-button:before {
  background: white;
}

@media only screen and (min-width: 980px) {

  .member-card-detail .close-button:after,
  .member-card-detail .close-button:before {
    background: #3b4049;
  }
}

.service-page p {
  font-size: 14.4px;
}

@media only screen and (min-width: 980px) {
  .service-page p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 980px) {
  .service-page p {
    font-size: 15.8px;
  }
}

@media only screen and (min-width: 980px) {
  .service-page .service-box:nth-of-type(even) {
    flex-direction: row;
  }
}

.service-page .service-box .service-box-text {
  font-size: 0.97rem;
}

@media only screen and (min-width: 640px) {
  .service-page .service-box .service-box-text {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 980px) {
  .service-page .section-headline {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 980px) {
  .service-page .section-headline .section-headline-text span {
    font-size: 28px;
  }
}

.service_link {
  margin: 30px 0 10px;
}

@media only screen and (max-width: 639px) {
  #service_01 {
    padding-top: 30px;
  }
}

.service-guide section {
  padding: 20px 15px 30px;
  clear: both;
}

@media only screen and (min-width: 640px) {
  .service-guide section {
    padding: 35px 15px 45px;
  }
}

@media only screen and (min-width: 980px) {
  .service-guide section {
    padding: 35px 0px 45px 15px;
    margin-right: -20px;
  }
}

.service-intro {
  text-align: center;
  color: #3b4049;
  font-size: 1.3rem;
  padding: 30px 0 20px;
}

@media only screen and (min-width: 980px) {
  .service-intro {
    font-size: 1.7rem;
    padding: 0px 0 20px;
  }
}

.service-intro a.logo {
  display: block;
  width: 200px;
  margin: 10px auto;
}

@media only screen and (min-width: 980px) {
  .service-intro a.logo {
    width: 250px;
    margin: 10px auto;
  }
}

@media only screen and (min-width: 980px) {
  .service-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}

.service-box .service-box-img {
  padding: 0 0 0 10%;
}

@media only screen and (min-width: 640px) {
  .service-box .service-box-img {
    padding: 0 15% 0 25%;
  }
}

@media only screen and (min-width: 980px) {
  .service-box .service-box-img {
    width: 48%;
    padding: 10px 10px 10px 30px;
  }
}

.service-box .service-box-img .review_link {
  background: white;
  border-radius: 5px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 15px;
  margin: 0 auto 30px auto;
  max-width: 300px;
}

@media only screen and (min-width: 980px) {
  .service-box .service-box-img .review_link {
    max-width: 500px;
  }
}

.service-box .service-box-img .review_link:hover {
  box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.2);
}

.service-box .service-box-img .review_link:hover img {
  opacity: 0.8;
}

.service-box .service-box-img img {
  width: 100%;
}

.service-box .service-box-text {
  font-size: 0.97rem;
  padding: 0 10px 30px;
}

@media only screen and (min-width: 640px) {
  .service-box .service-box-text {
    font-size: 1.1rem;
    padding: 0 10%;
  }
}

@media only screen and (min-width: 980px) {
  .service-box .service-box-text {
    width: 52%;
    padding: 0 10px 0 50px;
  }
}

.service-box .service-box-text p {
  font-size: 0.97rem;
  padding-bottom: 10px;
}

@media only screen and (min-width: 980px) {
  .service-box .service-box-text p {
    font-size: 1.05rem;
    padding-bottom: 15px;
    line-height: 1.7;
  }
}

.section__anker {
  background: #def2ff;
}

@media only screen and (min-width: 980px) {
  .section__anker .container {
    display: flex;
    align-items: center;
  }
}

.section__anker .container img {
  width: 30%;
  margin: 0 35% 10px;
}

@media only screen and (min-width: 980px) {
  .section__anker .container img {
    width: 90px;
    margin: 0 auto;
  }
}

.section__anker .container ul {
  padding: 10px 20px;
}

@media only screen and (min-width: 980px) {
  .section__anker .container ul {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
}

.section__anker .container ul li {
  border: 3px solid #42c7fc;
  margin: 0 0 15px;
  background: white;
  box-sizing: border-box;
}

.section__anker .container ul li:first-of-type {
  background: none;
  border: none;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 980px) {
  .section__anker .container ul li {
    width: calc(94% / 3);
    margin: 1%;
  }
}

.section__anker .container ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 10px 40px 10px;
  position: relative;
  min-height: 60px;
  color: #3b4049;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
}

@media only screen and (min-width: 980px) {
  .section__anker .container ul li a {
    padding: 90px 10px 50px 10px;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 1px;
    height: 250px;
  }
}

.section__anker .container ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: auto;
  background: url(../img/icon_arrow_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 980px) {
  .section__anker .container ul li a:after {
    width: 27px;
    height: 27px;
    bottom: 12px;
  }
}

.section__anker .container ul li a:hover {
  background: #42c7fc;
  box-shadow: 0 0 10px rgba(66, 199, 252, 0.2);
  transition: all 0.2s;
}

.section__anker .container ul li a:hover:after {
  background: url(../img/icon_arrow_down_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.section__anker .container ul li a .number {
  font-size: 1.35rem;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (min-width: 980px) {
  .section__anker .container ul li a .number {
    width: 60px;
    height: 60px;
    font-size: 2rem;
    top: 20px;
  }
}

.section__comparison .title span {
  font-size: 2.6rem;
}

@media only screen and (min-width: 980px) {
  .section__comparison .title span {
    font-size: 3.8rem;
    letter-spacing: 5px;
  }
}

.section__comparison .comparison__top-container {
  padding-bottom: 30px;
}

@media only screen and (min-width: 980px) {
  .section__comparison .comparison__top-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 10px 0 40px 0;
  }
}

@media only screen and (min-width: 980px) {
  .section__comparison .comparison__top-container .comparison__intro {
    width: 60%;
    padding: 10px 0 0 0;
  }
}

.section__comparison .comparison__top-container img {
  width: 90%;
  margin: 0 0 20px 10%;
}

@media only screen and (min-width: 980px) {
  .section__comparison .comparison__top-container img {
    width: 40%;
    margin: 0;
    padding: 0 0 0 20px;
  }
}

@media only screen and (min-width: 980px) {
  .section__comparison .comparison__bottom-container {
    display: flex;
  }
}

.section__comparison .comparison__bottom-container .comparison__arrow {
  text-align: center;
  width: 20px;
  margin: 0 auto;
}

@media only screen and (min-width: 640px) {
  .section__comparison .comparison__bottom-container .comparison__arrow {
    width: 50px;
  }
}

@media only screen and (min-width: 980px) {
  .section__comparison .comparison__bottom-container .comparison__arrow {
    display: flex;
    align-items: center;
    width: 7%;
    padding-right: 10px;
  }
}

.section__comparison .comparison__bottom-container .comparison__arrow img {
  transform: rotate(90deg);
}

@media only screen and (min-width: 980px) {
  .section__comparison .comparison__bottom-container .comparison__arrow img {
    transform: rotate(0deg);
  }
}

@media only screen and (min-width: 980px) {
  .section__comparison .comparison__bottom-container .comparison__inner {
    transform: rotate(0deg);
  }
}

.section__comparison .comparison__bottom-container .comparison__inner h3 {
  color: #42c7fc;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 400;
}

@media only screen and (min-width: 980px) {
  .section__comparison .comparison__bottom-container .comparison__inner_01 h3 {
    padding-right: 35px;
  }
}

.section__comparison .comparison__sample-container {
  background: white;
  padding: 20px 30px 5px;
  margin: 10px 10px 0;
}

@media only screen and (min-width: 980px) {
  .section__comparison .comparison__sample-container {
    padding: 20px 80px 30px;
    margin: 20px 30px 0;
  }
}

.section__comparison .comparison__sample-container h3 {
  color: #42c7fc;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 400;
}

@media only screen and (min-width: 980px) {
  .section__comparison .comparison__product_box {
    display: flex;
  }
}

.section__comparison .comparison__product_box .comparison__product {
  background: #e1f1fd;
  padding: 10px 10px 0;
  margin: 10px 10px 30px;
  box-shadow: 0 7px 0 #9aaab5;
  border-radius: 5px;
}

@media only screen and (min-width: 980px) {
  .section__comparison .comparison__product_box .comparison__product {
    padding: 10px 20px 0;
    margin: 15px 10px;
    width: calc(50% - 20px);
  }
}

.section__comparison .comparison__product_box .comparison__product:hover {
  transition: all 0.2s linear;
  box-shadow: 0 3px 15px rgba(204, 204, 204, 0.5);
  margin-top: 16px;
  margin-bottom: 26px;
  opacity: 0.8;
}

@media only screen and (min-width: 980px) {
  .section__comparison .comparison__product_box .comparison__product:hover {
    margin-top: 23px;
    margin-bottom: 3px;
  }
}

.section__comparison .comparison__product_box .comparison__product img {
  width: 100%;
}

.section__grid .title:after {
  background: #42c7fc;
}

.section__grid .title span {
  font-size: 2.7rem;
}

@media only screen and (min-width: 980px) {
  .section__grid .title span {
    font-size: 3.7rem;
    letter-spacing: 5px;
    margin-right: -5px;
  }
}

.section__grid .number {
  background: #ff4f4f;
}

@media only screen and (min-width: 980px) {
  .section__grid .grid__top_container {
    display: flex;
  }
}

@media only screen and (min-width: 980px) {
  .section__grid .grid__top_container .grid__intro {
    width: 50%;
    padding: 10px 35px 0 2%;
  }
}

@media only screen and (min-width: 980px) {
  .section__grid .grid__top_container .grid__intro img {
    width: 100%;
    padding: 0 0 10px;
  }
}

.section__grid .grid__top_container h3 {
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
  padding: 10px 0 20px;
}

@media only screen and (min-width: 980px) {
  .section__grid .grid__top_container h3 {
    font-size: 1.2rem;
    text-align: left;
    padding: 20px 0 30px;
  }
}

.section__grid .grid__top_container span {
  position: relative;
  z-index: 2;
  padding: 0 5px 3px;
  letter-spacing: 1px;
  display: inline-block;
}

.section__grid .grid__top_container .under_blue:before,
.section__grid .grid__top_container .under_violet:before,
.section__grid .grid__top_container .under_red:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  width: 100%;
  z-index: -1;
  opacity: 0.5;
}

.section__grid .grid__top_container .under_blue:before {
  background: #42c7fc;
}

.section__grid .grid__top_container .under_violet:before {
  background: #937bcc;
}

.section__grid .grid__top_container .under_red {
  padding: 0 0 3px;
}

.section__grid .grid__top_container .under_red:before {
  background: #ff4f4f;
}

@media only screen and (min-width: 980px) {
  .section__grid .grid__top_container .grid__img {
    width: 50%;
  }
}

@media only screen and (min-width: 980px) {
  .section__grid .grid__middle_container {
    display: flex;
    padding: 0 0 30px 5%;
  }
}

@media only screen and (min-width: 980px) {
  .section__grid .grid__middle_container .grid__intro {
    width: 52%;
    padding: 30px 35px 0 0;
  }
}

@media only screen and (min-width: 980px) {
  .section__grid .grid__middle_container .grid__img {
    width: 30%;
    margin: -50px 0 0;
  }
}

.section__grid .grid__bottom_container {
  background: white;
  padding: 20px 0 5px;
  margin: 0 0 10px;
}

@media only screen and (min-width: 980px) {
  .section__grid .grid__bottom_container {
    padding: 30px 0 30px;
  }
}

.section__grid .grid__bottom_container h4 {
  text-align: center;
  font-weight: 400;
}

@media only screen and (min-width: 980px) {
  .section__grid .grid__bottom_container h4 {
    width: 38%;
    min-width: 100px;
    margin: 0 auto -30px;
  }
}

.section__grid .grid__bottom_container h4 span {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  position: relative;
  padding-bottom: 3px;
}

.section__grid .grid__bottom_container h4 span:after {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 4px;
  bottom: 0;
  left: 50%;
  background: #ffb5b5;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

@media only screen and (min-width: 980px) {
  .section__review .review__top_container {
    text-align: center;
  }
}

@media only screen and (min-width: 980px) {
  .section__review .review__top_container img {
    padding: 0 0 20px;
    width: 40%;
    margin: 0 30%;
  }
}

@media only screen and (min-width: 980px) {
  .section__review .review__bottom_container {
    display: flex;
  }
}

.section__review .review__inner {
  background: #def2ff;
  padding: 20px;
  margin: 20px;
}

@media only screen and (min-width: 980px) {
  .section__review .review__inner {
    width: 50%;
    padding: 0 2.5% 20px;
    margin: 20px 10px 0;
  }
}

@media only screen and (min-width: 980px) {
  .section__review .review__inner .review__inner_img {
    height: 210px;
    position: relative;
    margin: 10px 0;
  }
}

@media only screen and (min-width: 980px) {
  .section__review .review__inner .review__inner_img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
  }
}

.section__review .review__inner h3 {
  font-weight: bold;
  font-size: 1rem;
  padding-bottom: 10px;
}

@media only screen and (min-width: 980px) {
  .section__review .review__inner h3 {
    font-weight: 400;
    font-size: 1.2rem;
  }
}

.section__review .post_link {
  background: #38c4fc;
  box-shadow: 0 7px 0 #0375a2;
}

.section__review .post_link:hover {
  box-shadow: 0 1px 15px rgba(66, 199, 252, 0.5);
}

.section__ringi .title span {
  font-size: 2.6rem;
}

@media only screen and (min-width: 980px) {
  .section__ringi .title span {
    font-size: 3.8rem;
    letter-spacing: 2px;
    margin-right: -5px;
  }
}

@media only screen and (min-width: 980px) {
  .section__ringi .ringi__top_container {
    display: flex;
    align-items: center;
    padding: 0 2%;
  }
}

.section__ringi .ringi__top_container img {
  width: 90%;
  margin: 0 10% 20px 0;
}

@media only screen and (min-width: 980px) {
  .section__ringi .ringi__top_container img {
    width: 42%;
    margin: 0;
    padding: 20px 50px 30px 0;
  }
}

@media only screen and (min-width: 980px) {
  .section__ringi .ringi__top_container .ringi__intro {
    width: 58%;
  }
}

.section__ringi .ringi__bottom_container {
  background: white;
  padding: 20px 10px;
  margin: 10px;
  border: 5px solid #def2ff;
}

@media only screen and (min-width: 980px) {
  .section__ringi .ringi__bottom_container {
    border: 10px solid #def2ff;
  }
}

.section__ringi .ringi__bottom_container h3 {
  text-align: center;
  position: relative;
  padding-bottom: 8px;
  margin: 10px 0 0;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

@media only screen and (min-width: 980px) {
  .section__ringi .ringi__bottom_container h3 {
    font-size: 1.5rem;
  }
}

.section__ringi .ringi__bottom_container p {
  text-align: center;
  padding: 20px 0 0;
}

@media only screen and (min-width: 980px) {
  .section__ringi .ringi__bottom_container p {
    padding: 0 0 10px;
  }
}

@media only screen and (min-width: 980px) {
  .section__ringi .ringi__bottom_container .ringi__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 10px;
  }
}

.section__ringi .ringi__bottom_container .ringi__list .ringi__list-link {
  padding: 8px 15px;
}

@media only screen and (min-width: 980px) {
  .section__ringi .ringi__bottom_container .ringi__list .ringi__list-link {
    padding: 8px 10px;
  }
}

.section__ringi .ringi__bottom_container .ringi__list a {
  background: #42c7fc;
  box-shadow: 0 7px 0 #0383b7;
  color: white;
  font-size: 16px;
  padding: 12px;
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 0 5px;
  border-radius: 3px;
}

@media only screen and (min-width: 980px) {
  .section__ringi .ringi__bottom_container .ringi__list a {
    display: inline-block;
    padding: 12px 20px;
  }
}

.section__ringi .ringi__bottom_container .ringi__list a:hover {
  background: #6ad3fd;
  box-shadow: 0 0 5px #78caff;
  transition: all 0.3s;
  margin-top: 5px;
  margin-bottom: 0px;
}

.section__task .title:after {
  background: #42c7fc;
}

.section__task .title span {
  margin-right: -5px;
}

.section__task .number {
  background: #56e3a9;
}

@media only screen and (min-width: 980px) {
  .section__task .task__intro-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0 2% 0 5%;
  }
}

.section__task .task__intro-box img {
  padding: 0 0 15px;
}

@media only screen and (min-width: 980px) {
  .section__task .task__intro-box img {
    width: 54%;
    padding: 20px 0px 30px 40px;
  }
}

.section__task .task__intro-box ul {
  padding: 0 0 10px 5px;
}

@media only screen and (min-width: 980px) {
  .section__task .task__intro-box ul {
    padding: 10px 0 20px 10px;
  }
}

.section__task .task__intro-box ul li {
  font-size: 100%;
  padding-bottom: 5px;
}

@media only screen and (min-width: 980px) {
  .section__task .task__intro-box ul li {
    font-size: 16px;
  }
}

.section__task .task__intro-box ul li:before {
  content: "●";
  color: #42c7fc;
  padding-right: 5px;
}

.section__task .task__container {
  background: white;
  padding: 20px 10px;
  margin: 10px;
}

.section__task .task__container h4 {
  text-align: center;
  position: relative;
  padding-bottom: 8px;
  margin: 10px 0 15px;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

@media only screen and (min-width: 980px) {
  .section__task .task__container h4 {
    font-size: 1.3rem;
  }
}

.section__task .task__container h4:after {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 4px;
  bottom: 0;
  left: 50%;
  background: #7ed9fd;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

@media only screen and (min-width: 980px) {
  .section__task .task__container h4:after {
    width: 130px;
  }
}

@media only screen and (min-width: 980px) {
  .section__task .task__container .task__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
  }
}

.section__task .task__container .task__list .task__list-link {
  padding: 8px 15px;
}

@media only screen and (min-width: 980px) {
  .section__task .task__container .task__list .task__list-link {
    width: calc(100% / 3);
    padding: 8px 8px;
  }
}

.section__task .task__container .task__list a {
  background: #42c7fc;
  box-shadow: 0 7px 0 #0383b7;
  color: white;
  font-size: 16px;
  padding: 12px;
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 0 5px;
  border-radius: 3px;
}

@media only screen and (min-width: 980px) {
  .section__task .task__container .task__list a {
    padding: 12px 8px;
  }
}

.section__task .task__container .task__list a:hover {
  background: #79e9bb;
  box-shadow: 0 0 5px #86eac3;
  transition: all 0.3s;
  margin-top: 5px;
  margin-bottom: 0px;
}

.section__task .task__container .task__list-all {
  color: #42c7fc;
  text-decoration: underline;
  text-align: center;
  margin: 20px 0 10px;
  display: block;
}

@media only screen and (min-width: 980px) {
  .section__task .task__container .task__list-all {
    font-size: 18px;
  }
}

.section__task .task__container .task__list-all:before {
  content: ">>";
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0 3px 0 0;
}

.number {
  font-family: "Open Sans", "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 3.5rem;
  background: #42c7fc;
  border: 1px solid white;
  color: white;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media only screen and (min-width: 980px) {
  .number {
    width: 110px;
    height: 110px;
    font-size: 4.5rem;
  }
}

.post_link_container {
  height: auto;
  overflow: hidden;
}

.post_link {
  background: #f04b4b;
  box-shadow: 0 7px 0 #a80e0e;
  display: block;
  text-align: center;
  width: 90%;
  max-width: 700px;
  margin: 15px auto 20px;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 1px;
  transition: all 0.2s linear;
}

@media only screen and (min-width: 980px) {
  .post_link {
    max-width: 500px;
    margin: 50px auto 20px;
    font-size: 22px;
    padding: 20px;
  }
}

.post_link:hover {
  opacity: 0.85;
  transition: all 0.2s linear;
  box-shadow: 0 1px 15px rgba(66, 199, 252, 0.5);
  margin-top: 22px;
  margin-bottom: 13px;
}

@media only screen and (min-width: 980px) {
  .post_link:hover {
    margin-top: 57px;
    margin-bottom: 13px;
  }
}

.title_box {
  text-align: center;
}

h2.title {
  color: #3b4049;
  padding: 15px 0 10px;
  margin: 0 0 20px;
  position: relative;
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 1.3;
}

@media only screen and (min-width: 980px) {
  h2.title {
    padding: 12px 0 20px;
    font-size: 28px;
    margin: 0 -10px 20px;
  }
}

h2.title span {
  line-height: 1.1;
  font-size: 3rem;
  font-family: "Open Sans", "Noto Sans", sans-serif;
  padding: 0 5px;
}

@media only screen and (min-width: 980px) {
  h2.title span {
    font-size: 4rem;
    padding: 0 5px;
  }
}

h2.title:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 50%;
  background: #42c7fc;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

@media only screen and (min-width: 980px) {
  h2.title:after {
    height: 5px;
  }
}

.white {
  padding: 10px 0 10px;
  margin: 30px 0 0;
}

@media only screen and (min-width: 980px) {
  .white {
    padding: 0px 20px 0px;
  }
}

.title {
  color: #42c7fc;
  padding: 0 0 20px;
  margin: 0 0 20px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  font-size: 17px;
}

@media only screen and (min-width: 980px) {
  .title {
    font-size: 28px;
  }
}

.title:after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 2px;
  bottom: 0;
  left: 50%;
  background: #42c7fc;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.logo_area {
  height: auto;
  overflow: hidden;
  padding: 0 10px 20px;
  max-width: 600px;
  margin: 0 auto;
  background: white;
}

@media only screen and (min-width: 980px) {
  .logo_area {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 20px 30px;
  }
}

.logo_area .logo_img {
  width: calc(100% / 3);
  float: left;
  height: 80px;
  position: relative;
}

@media only screen and (min-width: 980px) {
  .logo_area .logo_img {
    height: 75px;
    width: calc(100% / 5);
    margin: 20px 0 0;
    padding: 0 5px;
  }
}

.logo_area .logo_img img {
  position: absolute;
  position: absolute;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px;
}

@media only screen and (min-width: 980px) {
  .logo_area .logo_img img {
    padding: 5px 20px;
  }
}

.vendor {
  padding: 10px;
}

@media only screen and (min-width: 980px) {
  .vendor {
    padding: 80px 10px 100px;
  }
}

.vendor .vendor_section {
  padding: 30px 0 0;
}

.vendor .vendor_headline-box {
  margin: 0 0 20px;
  text-align: center;
  font-size: 1.1rem;
}

@media only screen and (min-width: 980px) {
  .vendor .vendor_headline-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 1.2rem;
  }
}

.vendor .vendor_headline-box .vendor_headline-txt {
  padding: 25px 10px;
}

@media only screen and (min-width: 980px) {
  .vendor .vendor_headline-box .vendor_headline-txt {
    width: 50%;
    padding: 60px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.vendor .vendor_headline-box h2 {
  background: linear-gradient(to right, #1e8ad8, #21a4c9);
  color: white;
  position: relative;
}

.vendor .vendor_headline-box h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: red transparent transparent transparent;
}

@media only screen and (min-width: 980px) {
  .vendor .vendor_headline-box h2:after {
    top: 0;
    bottom: 0;
    right: -20px;
    left: auto;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent red;
  }
}

.vendor .vendor_headline-box h3 {
  background: white;
  color: #42c7fc;
}

.vendor .vendor-item-wrap {
  padding: 20px 10px;
}

@media only screen and (min-width: 980px) {
  .vendor .vendor-item-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0;
  }
}

.vendor .vendor-item {
  background: white;
  margin: 10px auto;
  padding: 15px;
  display: flex;
  align-items: center;
  border: 1px solid #42c7fc;
  max-width: 500px;
}

@media only screen and (min-width: 980px) {
  .vendor .vendor-item {
    display: block;
    text-align: center;
    width: calc(33.3333% - 20px);
    margin: 0 8px 16px;
  }
}

.vendor .vendor-item .vendor-item-txt {
  width: calc(100% - 90px);
}

@media only screen and (min-width: 980px) {
  .vendor .vendor-item .vendor-item-txt {
    width: 100%;
  }
}

@media only screen and (min-width: 980px) {
  .vendor .vendor-item p {
    text-align: left;
  }
}

.vendor .vendor-item h4 {
  background: linear-gradient(to right, #1e8ad8, #21a4c9);
  color: white;
  font-size: 1rem;
  padding: 2px 10px;
  margin: 0 0 5px;
  width: 100%;
}

.vendor .vendor-item img {
  width: 90px;
  padding-right: 15px;
}

@media only screen and (min-width: 980px) {
  .vendor .vendor-item img {
    padding: 0 0 10px;
    margin: 0 auto;
  }
}

.vendor .vendor_cycle_txt {
  color: #0075c0;
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 20px;
}

@media only screen and (min-width: 980px) {
  .vendor .vendor_cycle_txt {
    padding: 20px 20px 10px;
    font-size: 1.4rem;
  }
}

.vendor .vendor_cycle_image {
  background: white;
  padding: 10px;
  border: 2px solid #42c7fc;
}

@media only screen and (min-width: 980px) {
  .vendor .vendor_cycle_image {
    padding: 20px;
    margin: 10px 20px;
  }
}

.recruit-card {
  .recruit-card-repeat-blocks {
    max-width: 500px;
    min-width: 240px;
  }

  .recruit-card-repeat-block {
    padding: 20px 15px 35px;
  }

  .recruit-card-headline {
    font-size: 20px;
    font-weight: bold;
  }

  .recruit-card-overview {
    font-size: 16px;
  }
}

.job-overview {
  display: block;
  background-color: transparent;
  margin: 50px 100px 30px 100px;
  line-height: 1.8;
}

.job-description {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.job-card {
  padding-top: 30px;
  text-align: center;
}

.job-iframe {
  border: none;
  max-width: 100%;
  min-width: 240px;
  width: 500px;
}

@media only screen and (max-width: 1200px) {
  .job-iframe {
    width: 400px;
  }
}

@media only screen and (max-width: 980px) {
  .job-description {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 640px) {
  .job-overview {
    margin: 20px 30px 10px 30px;
  }

  .job-card {
    padding: 20px 10px 0;
  }

  .job-iframe {
    width: 400px;
  }
}

.company-frame {
  display: grid;
}

.company-articles {
  padding-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .company-frame {
    display: none;
  }
}

.member-list {
  /* カードを横並びに */
  display: flex;
  /* カード同士の間隔 */
  gap: 24px;
  /* 中央寄せ（任意） */
  justify-content: center;
}

.member-card {
  width: 400px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);

  &:hover {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
  }

  overflow: hidden;
  display: flex;
  /* 画像→テキストを縦並び */
  flex-direction: column;
}

.member-card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.member-card-text {
  padding: 16px;
  color: #3b4049;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 980px) {
  .member-list {
    gap: 20px;
  }

  .member-card {
    width: 250px;
  }

  .member-card-text {
    padding: 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .member-list {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
}