@charset "UTF-8";
/*
Theme Name: mirai-package-2025
reset css by html5doctor v1.6.1
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /* vertical-align:baseline; */
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: none;
  text-decoration: none !important;
  cursor: default;
}

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

input,
select {
  vertical-align: middle;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/** color **/
/** breakpoint **/
.breadcrumbs {
  margin-bottom: 20px;
  font-size: 12px;
  margin-top: 72px;
  padding: 12.5px 20px;
}
.breadcrumbs span a {
  color: #4f4d63;
  line-height: 1em;
  font-size: 12px;
}
.breadcrumbs span a span {
  color: #4f4d63;
}
.breadcrumbs span.current-item {
  display: none;
}
.breadcrumbs i {
  margin-right: 5px;
  color: #4f4d63;
}

/* フル幅なので左右余白を調整すること */
.return-list {
  padding: 0 20px 40px 20px;
}

.return-home {
  padding: 0 20px 80px 20px;
}

.btn-fill {
  max-width: 420px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.btn-fill a {
  width: 85%;
  padding: 20px 0;
  text-align: center;
  border-radius: 32px;
  background: #d92d22;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.btn-fill a i {
  display: inline-block;
  margin-left: 10px;
  color: #004267;
  font-size: 18px;
}

.btn-nofill {
  max-width: 420px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}
.btn-nofill a {
  width: 85%;
  padding: 20px 0;
  text-align: center;
  border-radius: 32px;
  border: 2px solid #d92d22;
  background: #fff;
  color: #d92d22;
  text-decoration: none;
  font-weight: bold;
}
.btn-nofill a i {
  display: inline-block;
  margin-left: 10px;
  color: #004267;
  font-size: 18px;
}

.detail-btn {
  max-width: 420px;
  display: grid;
  place-items: center;
  margin: 40px auto 0 auto;
}
.detail-btn a {
  width: 85%;
  padding: 20px 0;
  text-align: center;
  border-radius: 32px;
  border: 2px solid #d92d22;
  background: #fff;
  color: #d92d22;
  text-decoration: none;
  font-weight: bold;
}
.detail-btn a i {
  display: inline-block;
  margin-left: 10px;
  color: #d92d22;
  font-size: 18px;
}

.goto-forum,
.goto-home {
  width: 100%;
  display: grid;
  place-items: center;
}
.goto-forum a,
.goto-home a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: #d92d22;
  text-decoration: none;
  color: #fff;
  width: 240px;
  height: 48px;
  border-radius: 24px;
  gap: 0 12px;
}

.goto-home {
  padding: 40px 0;
}

.btn-center {
  width: 100%;
  display: grid;
  place-items: center;
  padding: 40px 0;
}
.btn-center a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  color: #d92d22;
  border: 1px solid #d92d22;
  text-decoration: none;
  width: 240px;
  height: 48px;
  border-radius: 24px;
  gap: 0 12px;
}

.wpcf7-response-output {
  margin-top: 20px;
  background: #ff421e;
  color: #fff;
}

.contact-form {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.contact-form .resp-box {
  padding: 20px;
}
.contact-form .form-item {
  width: 100%;
  padding-bottom: 40px;
  /* radio */
}
.contact-form .form-item:last-child {
  padding-bottom: 0;
}
.contact-form .form-item p {
  padding: 10px;
  background: #fff;
  border: 1px solid #dde4e9;
}
.contact-form .form-item label {
  display: block;
  position: relative;
  color: #000;
  font-size: 1em;
  font-weight: 500;
}
.contact-form .form-item label.required::after {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 27px;
  background: #ff421e;
  border-radius: 2px;
  color: #fff;
  content: "必 須";
  font-size: 0.75em;
  font-weight: 400;
}
.contact-form .form-item label span {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
.contact-form .form-item label span input[type=text],
.contact-form .form-item label span input[type=tel],
.contact-form .form-item label span input[type=email],
.contact-form .form-item label span input[type=date],
.contact-form .form-item label span textarea {
  width: 100%;
  height: 48px;
  padding: 10px;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  background: #fff;
  font-size: 1em;
}
.contact-form .form-item label span textarea {
  height: 17.5em;
}
.contact-form .form-item label span span.wpcf7-not-valid-tip {
  display: none;
  margin-top: 0;
}
.contact-form .form-item.select span {
  position: relative;
  width: 50%;
  margin-top: 15px;
}
.contact-form .form-item.select span::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  z-index: 300;
  top: 16px;
  right: 7px;
  display: inline-block;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.contact-form .form-item.select span select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 48px;
  padding: 10px;
  border: 1px solid #dde4e9;
  background: #fff;
  font-size: 1em;
}
.contact-form .form-item.accept label {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.contact-form .form-item.accept label i {
  position: relative;
  top: 2px;
  margin-right: 10px;
  color: #0051cc;
  font-size: 1.25em;
}
.contact-form .form-item.accept span.wpcf7-form-control-wrap {
  display: flex;
  flex-flow: column wrap !important;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-form .form-item.accept span.wpcf7-form-control-wrap span.wpcf7-list-item label {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.contact-form .form-item.accept span.wpcf7-form-control-wrap span.wpcf7-list-item label input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contact-form .form-item.accept span.wpcf7-form-control-wrap span.wpcf7-list-item label span.wpcf7-list-item-label {
  position: relative;
  margin-top: 0;
  top: -1px;
}
.contact-form .form-item.accept span.wpcf7-form-control-wrap span.wpcf7-list-item label a {
  color: #00f;
}
.contact-form .form-item.accept span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: relative;
  margin-top: 20px;
  padding: 10px;
  background: #ff421e;
  color: #fff;
  border-radius: 3px;
}
.contact-form .form-item.accept span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 15%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ff421e;
}
.contact-form .form-item span {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.contact-form .form-item span.wpcf7-radio {
  margin-top: 10px;
}
.contact-form .form-item span.wpcf7-radio span {
  margin-right: 20px;
}
.contact-form .form-item span.wpcf7-radio span input[type=radio] {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.contact-form .form-item.submit {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 40px 0 60px 0;
}
.contact-form .form-item.submit input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 180px;
  height: 48px;
  padding: 0 30px;
  border: none;
  border-radius: 24px;
  border: 2px solid #d92d22;
  background: #fff;
  color: #d92d22;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1em;
}
.contact-form table.wpcf7 {
  margin-bottom: 20px;
  background: #fff;
}
.contact-form table.wpcf7 td {
  word-break: break-word;
  border: 1px solid #dde4e9;
}
.contact-form table.wpcf7 td:first-child {
  background: #0051cc;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
}

* {
  color: black;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  font-weight: normal;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}
html:target {
  scroll-margin-top: 0;
}

body {
  /*
  min-height: 100vh;
  min-height: -webkit-fill-available;
  */
  background: #fff;
}
body.active {
  overflow: hidden;
}

#page {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

main#top {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 980px) {
  main#top {
    max-width: 980px;
  }
}
header#root {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  transition-duration: 0.75s;
}
header#root.scroll {
  background: #fff;
}
header#root .header-ui {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  width: 100%;
}
header#root .header-ui .header-logo a {
  display: grid;
  place-items: center;
  width: 180px;
  height: 32px;
}
header#root .header-ui .menu-right {
  display: flex;
  flex-flow: row nowrap;
  width: 80px;
  height: 24px;
  gap: 0 16px;
}
header#root .header-ui .menu-right .youtube {
  position: relative;
  top: -4px;
  width: 36px;
  display: grid;
  place-items: center;
}
header#root .header-ui .menu-right .youtube i {
  color: red;
  font-size: 32px;
}
header#root .header-ui .menu-right .menu-btn {
  z-index: 1000;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  width: 32px;
  height: 22px;
}
header#root .header-ui .menu-right .menu-btn .bars {
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  width: 32px;
  height: 22px;
}
header#root .header-ui .menu-right .menu-btn .bars span {
  position: absolute;
  left: 0;
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  width: 31px;
  height: 2px;
  background: #d92d22;
}
header#root .header-ui .menu-right .menu-btn .bars span:nth-of-type(1) {
  top: 0;
}
header#root .header-ui .menu-right .menu-btn .bars span:nth-of-type(2) {
  top: 10px;
}
header#root .header-ui .menu-right .menu-btn .bars span:nth-of-type(3) {
  bottom: 0;
}
header#root .header-ui .menu-right .menu-btn.active {
  background: transparent;
}
header#root .header-ui .menu-right .menu-btn.active span {
  background: #3f3232;
}
header#root .header-ui .menu-right .menu-btn.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
header#root .header-ui .menu-right .menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
header#root .header-ui .menu-right .menu-btn.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
header#root .header-ui nav#menu-bar {
  display: none;
}

nav#menu-screen {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 1280px;
  width: 100%;
  height: 100lvh;
  background: rgb(255, 255, 255);
  transition: all 0.3s;
}
nav#menu-screen.active {
  left: 0;
  z-index: 500;
}
nav#menu-screen .sp-menu {
  width: 85%;
  height: calc(100dvh - 84px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  top: 100px;
}
nav#menu-screen .sp-menu h1,
nav#menu-screen .sp-menu h3,
nav#menu-screen .sp-menu a {
  color: #3f3232;
  text-decoration: none;
}
nav#menu-screen .sp-menu .primary-menu {
  width: 100%;
}
nav#menu-screen .sp-menu .primary-menu a {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  height: 72px;
  padding: 0 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
nav#menu-screen .sp-menu .primary-menu a h3 {
  color: #3f3232;
  font-size: 12px;
}
nav#menu-screen .sp-menu .primary-menu a h1 {
  position: relative;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}
nav#menu-screen .sp-menu .primary-menu a h1 i {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #3f3232;
}
nav#menu-screen .sp-menu .secondary-menu {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  margin: 30px 0;
  padding-left: 10px;
}
nav#menu-screen .sp-menu .secondary-menu a {
  border-left: 5px solid #d92d22;
  margin-bottom: 40px;
  padding-left: 9px;
  line-height: 1em;
  font-weight: bold;
}
nav#menu-screen .sp-menu .bottom-menu {
  width: 100%;
  padding: 0 20px;
}
nav#menu-screen .sp-menu .bottom-menu .faq-btn {
  max-width: 420px;
  display: grid;
  place-items: center;
}
nav#menu-screen .sp-menu .bottom-menu .faq-btn a {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  border-radius: 32px;
  background: #d92d22;
  color: #fff;
  font-weight: bold;
}
nav#menu-screen .sp-menu .bottom-menu .faq-btn a i {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
}
nav#menu-screen .sp-menu .bottom-menu copy {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 980px) {
  header#root {
    max-width: 980px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  nav#menu-screen {
    left: 4000px;
  }
  nav#menu-screen .sp-menu {
    max-width: 640px;
    padding: 0 60px;
  }
}
footer#root {
  width: 100%;
  background: #d92d22;
  padding: 50px 25px 20px 25px;
  display: flex;
  flex-flow: column wrap;
}
footer#root .footer-upper {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}
footer#root .footer-upper a {
  color: #fff;
  text-decoration: none;
  display: block;
}
footer#root .footer-upper .top {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 20px;
}
footer#root .footer-upper .top .menu {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 20px;
}
footer#root .footer-upper .top .menu img,
footer#root .footer-upper .top .menu i {
  color: white;
  width: 20px;
  margin-right: 10px;
}
footer#root .footer-upper .top .menu a {
  line-height: 1em;
  font-size: 16px;
}
footer#root .footer-upper .middle {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
footer#root .footer-upper .middle a {
  display: inline-block;
  width: 150px;
  border-left: 5px solid #fff;
  margin-bottom: 30px;
  padding-left: 9px;
  line-height: 1em;
}
footer#root .footer-upper .right a {
  margin-bottom: 5px;
  font-size: 14px;
}
footer#root .footer-upper .right a:last-child {
  margin-bottom: 0;
}
footer#root .footer-middle {
  display: grid;
  place-items: center;
}
footer#root .footer-middle .normal-btn {
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  margin: 20px 0;
}
footer#root .footer-middle .normal-btn a {
  display: inline-block;
  width: 85%;
  padding: 20px 0;
  text-align: center;
  border-radius: 32px;
  border: 1px solid #d92d22;
  background: #fff;
  color: #d92d22;
  text-decoration: none;
  font-weight: bold;
}
footer#root .footer-middle .normal-btn a i {
  display: inline-block;
  margin-left: 10px;
  color: #d92d22;
  font-size: 18px;
}
footer#root .footer-bottom {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
footer#root .footer-bottom img {
  width: 200px;
  margin: 0 auto;
}
footer#root .footer-bottom p.copy {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width: 980px) {
  footer#root {
    padding: 60px 40px;
  }
  footer#root .footer-upper {
    max-width: 840px;
  }
  footer#root .footer-upper .top {
    flex-flow: row nowrap;
  }
  footer#root .footer-upper .top .menu {
    margin-right: 50px;
  }
  footer#root .footer-upper .middle {
    align-items: flex-start;
  }
}
.post .post-item {
  padding: 30px 20px;
}
.post .post-item .post-header {
  margin-bottom: 15px;
}
.post .post-item .post-header .date {
  height: 16px;
  border-left: solid 5px #cdcdcd;
  padding-left: 10px;
  margin-bottom: 5px;
  line-height: 1em;
  color: #cdcdcd;
  font-size: 12px;
  font-weight: normal;
}
.post .post-item .post-header .post-title {
  margin-bottom: 5px;
}
.post .post-item .post-header .post-title a {
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
}
.post .post-item .post-header .post-slug {
  display: inline-block;
  background: #cdcdcd;
  color: #fff;
  margin-top: 5px;
  padding: 5px 10px 7px 10px;
  border-radius: 3px;
  line-height: 1em;
  font-size: 12px;
}
.post .post-item .thumb-img img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}
.post .post-item .post-content .post-text {
  margin: 30px 0;
  line-height: 1.75em;
  font-size: 14px;
}
.post .post-item .post-content .post-text h2 {
  padding: 20px 0;
  font-family: serif;
  font-size: 20px;
  font-weight: bold !important;
}
.post .post-item .post-content .post-text h2.last-child {
  padding: 0 0 30px 0;
}
.post .post-item .post-content .post-text p {
  line-height: 1.75em;
  font-size: 14px;
  margin-bottom: 17.5px;
}
.post .post-item .post-content .post-text p a {
  color: #00f;
}
.post .post-item .post-content .post-text strong {
  font-size: 16px;
  font-weight: bold;
}
.post .post-item .post-content .post-text img {
  width: 100%;
  border: 1px solid #dde4e9;
}
.post .post-item .post-content .read-btn {
  width: 100%;
  text-align: right;
}
.post .post-item .post-content .read-btn a {
  display: inline-block;
  border-radius: 23px;
  padding: 10px 40px;
  text-decoration: none;
  color: #fff;
  background: #d92d22;
  font-size: 14.5px;
  font-weight: bold;
}

@media screen and (min-width: 980px) {
  .post {
    display: grid;
    gap: 100px;
    grid-template-columns: repeat(2, 40%);
  }
}
article .single-content,
article .cat-list {
  margin-bottom: 40px;
}
article .single-content h1,
article .cat-list h1 {
  font-size: 24px;
  font-weight: bold;
}
article .single-content p.post-date,
article .cat-list p.post-date {
  width: 100%;
  text-align: right;
  color: gray;
  font-size: 12px;
  font-weight: lighter;
}
article .single-content .content,
article .cat-list .content {
  margin: 40px 0 60px 0;
}

#begining {
  position: relative;
  width: 100%;
  height: 100svh;
  background: #fff;
}
#begining .dotscreen {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
#begining .dotscreen::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
#begining .dotscreen video {
  width: 100%;
  height: 100svh;
  background: #fff;
  border-radius: 5px;
}
#begining .play {
  position: absolute;
  top: 40%;
  left: calc(50% - 50px);
  width: 99px;
  height: 99px;
  background: #fff;
  border-radius: 50px;
}
#begining .play i {
  color: #d92d22;
  font-size: 100px;
}
#begining .youtube {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
  width: 300px;
  background: #d92d22;
  padding: 20px;
  border-radius: 7px;
}
#begining .youtube p {
  color: #fff;
  font-size: 14px;
}
#begining .youtube p:last-child {
  margin-top: 10px;
}
#begining .down-arrow {
  position: absolute;
  z-index: 100;
  bottom: 20px;
  display: grid;
  place-items: center;
  width: 100%;
  height: 64px;
}
#begining .down-arrow .btn {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  background: #d92d22;
  border-radius: 32px;
  animation: blink 1.25s ease-in-out infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#begining .down-arrow .btn a {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  text-decoration: none;
}
#begining .down-arrow .btn a i {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  line-height: 0.5em;
}
#begining .down-arrow .btn a span {
  color: #fff;
  font-weight: normal;
}

.content-head {
  background: #fff;
}
.content-head .content-head-read {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  height: 16px;
  padding: 0 20px;
}
.content-head .content-head-read img {
  display: inline-block;
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.content-head .content-head-read h3 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: normal;
}
.content-head h1 {
  width: 100%;
  padding: 20px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
}

article {
  width: 100%;
}
article .entry-content {
  margin-bottom: 80px;
}
article .entry-content section {
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding-top: 80px;
}
article .entry-content section:last-child {
  margin-bottom: 0;
}
article .entry-content section.white {
  background: #fff;
}
article .entry-content section .header-text {
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 60px 20px;
}
article .entry-content section .header-text p {
  margin-top: 20px;
  line-height: 1.75em;
  font-size: 14px;
}
article .entry-content section .header-text p.tell {
  text-align: center;
  color: #004267;
  font-size: 32px;
  font-weight: bold;
}
article .entry-content section .header-text p.right {
  text-align: right;
}
article .entry-content section .content-respo {
  display: flex;
  flex-flow: column wrap;
  position: relative;
}
article .entry-content section .content-respo .respo-img {
  width: 100%;
  height: auto;
  background: #fff;
}
article .entry-content section .content-respo .respo-img img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
article .entry-content section .content-respo .respo-text {
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 60px 20px;
}
article .entry-content section .content-respo .respo-text h3 {
  display: inline-block;
  color: #fff;
  background: #008f28;
  margin-bottom: 10px;
  padding: 0 6px 3px 6px;
  font-size: 22px;
  font-weight: normal;
}
article .entry-content section .content-respo .respo-text p {
  margin-top: 20px;
  line-height: 1.75em;
  font-size: 14px;
}
article .entry-content section .content-respo .respo-text p.tell {
  text-align: center;
  color: #004267;
  font-size: 32px;
  font-weight: bold;
}
article .entry-content section .content-respo .respo-text p.right {
  text-align: right;
}
article .entry-content section .imgs {
  width: 100%;
}
article .entry-content section .imgs img {
  width: 100%;
  height: auto;
}
article .entry-content .normal-respo {
  display: flex;
  flex-flow: column wrap;
}
article .entry-content .normal-respo .normal-text {
  margin-top: 20px;
}
article .entry-content .normal-respo .normal-text li {
  margin-top: 10px;
  color: #004267;
  font-size: 14px;
}

@media screen and (min-width: 980px) {
  #begining {
    width: auto;
    height: 60svh !important;
    margin: 100px 0;
  }
  #begining .dotscreen {
    height: 60svh;
    width: 600px;
    margin: 0 auto;
  }
  #begining .dotscreen video {
    height: 60svh;
    width: 600px;
  }
  article .entry-content section .content-respo {
    flex-flow: row nowrap;
  }
  article .entry-content section .content-respo .respo-img {
    width: 30%;
    height: auto;
    margin-left: 20px;
  }
  article .entry-content section .content-respo .respo-text {
    width: 60%;
    height: auto;
    padding-top: 20px !important;
  }
  article .entry-content section .imgs {
    width: 100%;
    display: grid;
    place-items: center;
  }
  article .entry-content section .imgs img {
    width: 540px;
  }
}
/*
@include mq(tb) {
  #begining {
    .copy {
      max-width: 480px;
    }
    .info {
      max-width: 480px;
    }
  }
  article {
    .entry-content {
      section {
        padding: 40px;
        width: calc(100% - 80px);
        .content-head {
          h1 {
            font-size: 32px;
          }
        }
        .content-respo {
          .respo-img {
            width: 100%;
            img {
              width: 100%;
              height: 360px;
            }
          }
        }
        .apply-content {
          flex-flow: row wrap;
          .ui-btn {
            width: 47.5%;
          }
        }
      }
    }
  }
}


@include mq(pc) {
  #begining {
    .copy {
      max-width: 480px;
    }
    .bottom {
      .nagoya-nante-daisuki {
        max-width: 80px;
      }
      .info {
        max-width: 480px;
      }
    }
  }
  article {
    .entry-content {
      section {
        padding: 40px;
        width: calc(100% - 80px);
        .content-head {
          h1,
          h2 {
            text-align: left;
          }
        }
        .content-respo {
          flex-flow: row nowrap;
          justify-content: space-between;
          align-items: flex-start;
          .respo-img {
            width: 42.5%;
            max-width: 540px;
            img {
              width: 100%;
            }
          }
          .respo-text {
            width: 55%;
            margin-top: 20px;
          }
        }
      }
    }
  }
}
  *//*# sourceMappingURL=style.css.map */