.txt-lightgray {
  color: #aaa;
}
.txt-gray {
  color: #999;
}
.txt-white {
  color: #fff;
}

a.btn {
  display: inline-block;
  padding: 12px 50px 12px 32px;
  border-radius: 50px;
  background: linear-gradient(90deg, #0060b0, #193b61);
  color: #fff;
  position: relative;
  top: 0;
  font-weight: 500;
  overflow: hidden;
}

a.btn.strong {
  font-weight: 700;
}
a.btn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: block;
  position: absolute;
  height: 1em;
  line-height: 1;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  font-weight: 900;
  margin-left: 1em;
  opacity: 1;
  transition: all 0.3s;
}
a.btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
a.btn:hover::after {
  right: 20px;
}
a.btn_white {
  background: none;
  background: #fff;
  color: #333;
}
a.btn_white:hover {
  background: #fff;
}
.btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}

.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}

.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}

.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}

.nmt5 {
  margin-top: -5px;
}
.nmt10 {
  margin-top: -10px;
}
.nmt20 {
  margin-top: -20px;
}
.nmt30 {
  margin-top: -30px;
}

.nmr5 {
  margin-right: -5px;
}
.nmr10 {
  margin-right: -10px;
}
.nmr20 {
  margin-right: -20px;
}
.nmr30 {
  margin-right: -30px;
}

.nmb5 {
  margin-bottom: -5px;
}
.nmb10 {
  margin-bottom: -10px;
}
.nmb20 {
  margin-bottom: -20px;
}
.nmb30 {
  margin-bottom: -30px;
}

.nml5 {
  margin-left: -5px;
}
.nml10 {
  margin-left: -10px;
}
.nml20 {
  margin-left: -20px;
}
.nml30 {
  margin-left: -30px;
}

.post_body .inner .wrap-style01 {
  padding: 20px 25px;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-bottom: 30px;
}
ul.wrap-style01,
ol.wrap-style01 {
  padding-left: 45px !important;
}
.wrap-style02 {
  padding: 20px 25px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.wp-block-group .wp-block-group {
  width: 48%;
  display: block !important;
  margin-bottom: 30px;
}
.content .columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .column5 {
  width: 5%;
}
.content .column10 {
  width: 10%;
}
.content .column15 {
  width: 15%;
}
.content .column20 {
  width: 20%;
}
.content .column25 {
  width: 25%;
}
.content .column30 {
  width: 30%;
}
.content .column35 {
  width: 35%;
}
.content .column40 {
  width: 40%;
}
.content .column45 {
  width: 45%;
}
.content .column50 {
  width: 50%;
}
.content .column55 {
  width: 55%;
}
.content .column60 {
  width: 60%;
}
.content .column65 {
  width: 65%;
}
.content .column70 {
  width: 70%;
}
.content .column75 {
  width: 75%;
}
.content .column80 {
  width: 80%;
}
.content .column85 {
  width: 85%;
}
.content .column90 {
  width: 90%;
}
.content .column95 {
  width: 95%;
}

.wp-block-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  align-items: initial !important;
  gap: 15px;
}
.wp-block-column:first-child {
  margin-right: 0;
}
.post_body .inner .wp-block-column figure.wp-block-image {
  margin-bottom: 0;
}
.post_body .inner .wp-block-column .wp-block-image img {
  border-radius: 2px;
  height: auto;
}
.post_body {
  color: #333;
}
.post_body h1,
.post_body h2,
.post_body h3,
.post_body h4,
.post_body h5,
.post_body h6 {
}
.post_body .inner p {
  margin-bottom: 2em;
  line-height: 1.8;
}
.post_body .inner a {
  color: #0060b0;
  font-weight: 500;
}
.post_body .inner a:hover {
  text-decoration: underline;
}
.post_body .inner h2 {
  font-size: 2.4rem;
  margin-bottom: 1em;
  line-height: 1.6;
  font-weight: 700;
}
.single-attempt .post_body .inner h2,
.single-information .post_body .inner h2 {
  font-size: 2rem;
  margin-bottom: 1em;
  line-height: 1.6;
}

.post_body .inner h3 {
  font-size: 1.8rem;
  margin-bottom: 1em;
  font-weight: 700;
}

.post_body .inner h4 {
  font-size: 1.6rem;
  margin-bottom: 0.75em;
  font-weight: 700;
}

.post_body .inner ul,
.post_body .inner ol {
  padding-left: 1.4em;
  margin-bottom: 2em;
}
.post_body .inner ul li,
.post_body .inner ol li {
  margin-bottom: 10px;
}
.post_body .inner ul ul,
.post_body .inner ol ol {
  margin-top: 1em;
  margin-bottom: 1em;
}

.post_body .inner ul.list_none {
  list-style: none;
  padding-left: 0;
}

.post_body .inner ol.flow {
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  list-style: none;
  counter-reset: item;
}
.post_body .inner ol.flow li {
  width: 120px;
  text-align: center;
  background-color: #fff;
  padding: 30px 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  margin-right: 30px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.post_body .inner ol.flow li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: block;
  color: #aaa;
  font-weight: 900;
  position: absolute;
  height: 2rem;
  font-size: 2rem;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
  line-height: 100%;
}
.post_body .inner ol.flow li:last-child::after {
  content: "";
}

.post_body .inner ul.check {
  list-style: none;
}
.post_body .inner ul.check li {
  position: relative;
}
.post_body .inner ul.check li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  color: #ccc;
  display: block;
  position: absolute;
  top: 0;
  left: -25px;
  font-weight: 700;
}

.post_body .inner hr {
  width: 100px;
  height: 0;
  border: 0;
  border-bottom: 1px solid #ddd;
  margin: 50px 0 30px 0;
}

.post_body .inner .cover-image {
  margin: 0 0 50px 0;
}

.post_body .inner .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post_body .inner .wp-block-gallery .wp-block-image {
  display: block;
}
.post_body .inner .wp-block-gallery.columns-3,
.post_body .inner .wp-block-gallery.columns-4,
.post_body .inner .wp-block-gallery.columns-5,
.post_body .inner .wp-block-gallery.columns-6,
.post_body .inner .wp-block-gallery.freecolumn {
  justify-content: left;
}
.post_body .inner .wp-block-gallery.columns-3 .wp-block-image,
.post_body .inner .wp-block-gallery.columns-4 .wp-block-image,
.post_body .inner .wp-block-gallery.columns-5 .wp-block-image,
.post_body .inner .wp-block-gallery.columns-6 .wp-block-image,
.post_body .inner .wp-block-gallery.freecolumn .wp-block-image {
  margin-right: 3%;
}
.post_body .inner .wp-block-gallery.columns-2 .wp-block-image {
  width: 48%;
}
.post_body .inner .wp-block-gallery.columns-3 .wp-block-image {
  width: 30%;
}
.post_body .inner .wp-block-gallery.columns-4 .wp-block-image {
  width: 21%;
}
.post_body .inner .wp-block-gallery.columns-5 .wp-block-image {
  width: 16.8%;
}
.post_body .inner .wp-block-gallery.columns-6 .wp-block-image {
  width: 13.3%;
}
.post_body .inner .wp-block-gallery.freecolumn .wp-block-image {
  width: auto;
}
.post_body .inner .wp-block-gallery.freecolumn.sdgs_icons .wp-block-image {
  width: 100px;
}
.post_body .inner .wp-block-gallery .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
}
.post_body .inner .wp-block-image img {
  max-width: 100%;
  height: auto;
}

.post_body .inner figure {
  margin-bottom: 30px;
}
.post_body .inner figure figcaption {
  font-size: 1.3rem;
  color: #777;
  text-align: center;
  margin-top: 5px;
}

.post_body .inner figure.wp-block-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.post_body .inner figure.wp-block-embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.post_body .inner table {
  width: 100%;
  border-spacing: 0;
}

.post_body .inner .table-style-td-h {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.post_body .inner .table-style-td-h td {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.post_body .inner .table-style-td-h tr td:first-child {
  vertical-align: top;
  width: 80%;
  font-weight: 500;
  text-align: left;
}

.post_body .inner .table-style-th-h {
  border-top: 1px solid #ddd;
  background-color: #fff;
}
.post_body .inner .table-style-th-h td {
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

.post_body .inner .table-style-th-h tr td:first-child {
  vertical-align: top;
  width: 30%;
  font-weight: 500;
  text-align: center;
  background-color: #f5f5f5;
}

.has-text-align-right {
  text-align: right;
}
.has-text-align-center,
.aligncenter {
  text-align: center;
}

.has-small-font-size {
  font-size: 1.3rem;
  line-height: 1.2;
}
.has-medium-font-size {
  font-size: 2rem;
  line-height: 1.4;
}

.has-x-large-font-size {
  font-size: 3.6rem;
  line-height: 1.4;
}
.wrap-office > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap-office > .wp-block-group__inner-container > div {
  width: 49%;
  padding: 25px 20px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 20px;
}
.post_body .inner .wrap-office > .wp-block-group__inner-container > div p {
  margin-bottom: 1em;
}
.post_body
  .inner
  .wrap-office
  > .wp-block-group__inner-container
  > div
  p:last-child {
  margin-bottom: 0;
}
.wrap-office h3 {
  line-height: 1.4;
}
.post_body.body .inner .wrap-office h3::before {
  top: 5px;
}

.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select,
.mw_wp_form_confirm .input,
.mw_wp_form_confirm .textarea,
.mw_wp_form_confirm .select {
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
}
.mw_wp_form input,
.mw_wp_form textarea {
  background-color: #f5f5f5;
}
.mw_wp_form_confirm .input,
.mw_wp_form_confirm .textarea,
.mw_wp_form_confirm .select {
  background-color: #f2f2f2;
}
.mw_wp_form select,
.mw_wp_form_confirm .select {
  margin-bottom: 10px;
}
.mw_wp_form_confirm .textarea {
  min-height: 10em;
}
.mw_wp_form .checkbox,
.mw_wp_form_confirm .checkbox {
  margin-bottom: 10px;
}
.mw_wp_form .select_wrap {
  position: relative;
}
.mw_wp_form select {
  -webkit-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.select_wrap::before {
  border-bottom: 4.5px solid #ccc;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 11px;
  top: 13px;
  width: 0;
}
.select_wrap::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #ccc;
  content: "";
  position: absolute;
  right: 11px;
  top: 24px;
  width: 0;
}
.mw_wp_form_confirm .select_wrap::before,
.mw_wp_form_confirm .select_wrap::after {
  display: none;
}
.mw_wp_form input[type="checkbox"] {
  width: initial;
}
.mw_wp_form input:focus,
.mw_wp_form textarea:focus {
  background-color: #f2f2f2;
  outline: none;
  border: 1px solid #ccc;
}
.mw_wp_form input.btn,
.mw_wp_form button.contact_back {
  width: fit-content;
  display: inline-block;
  padding: 12px 24px 12px 32px;
  border: 0;
  border-radius: 50px;
  background: linear-gradient(90deg, #0060b0, #193b61);
  position: relative;
  top: 0;
  transition: all 0.3s;
}
.mw_wp_form input.btn {
  background: linear-gradient(90deg, #0060b0, #193b61);
  color: #fff;
}
.mw_wp_form button.contact_back {
  background: #f2f2f2;
  color: #333;
  margin-right: 10px;
}

.mw_wp_form .must {
  display: inline-block;
  padding: 1px 6px;
  border-radius: 20px;
  margin-left: 10px;
  background-color: #ddd;
  font-weight: normal;
  font-size: 1.1rem;
}
.mw_wp_form_confirm a {
  display: none;
}

.large-image {
  width: calc(100% + 160px);
  margin: 0 -80px;
}
/*1000px以下の場合*/
@media screen and (max-width: 1000px) {
  .large-image {
    width: 100%;
    margin: 0;
  }
}

.post_body .inner p.btn a {
  display: inline-block;
  padding: 12px 50px 12px 32px;
  border-radius: 50px;
  background: linear-gradient(90deg, #0060b0, #193b61);
  color: #fff;
  position: relative;
  top: 0;
  font-weight: 500;
  overflow: hidden;
}
.post_body .inner p.btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: block;
  position: absolute;
  height: 1em;
  line-height: 1;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  font-weight: 900;
  margin-left: 1em;
  opacity: 1;
  transition: all 0.3s;
}
.post_body .inner p.btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.post_body .inner p.btn a:hover::after {
  right: 20px;
}
