@charset "UTF-8";
/*----------------------------------

reset

----------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

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

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden],
template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

li,
ol {
  list-style: none; }

a {
  background-color: transparent;
  text-decoration: underline; }

a:active,
a:hover {
  outline-width: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type="number"] {
  width: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button,
input,
optgroup,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button; }

button,
select {
  text-transform: none; }

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

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none;
  image-rendering: -webkit-optimize-contrast; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio,
canvas,
progress,
video {
  display: inline-block; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

/*----------------------------------

common

----------------------------------*/
html {
  font-size: 62.5%; }

body {
  position: relative;
  color: #000000;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  line-height: 1.33;
  background-color: #ffffff; }
  @media (max-width: 749px) {
    body {
      font-size: 1.6rem; } }

section {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 749px) {
    section {
      width: 100%; } }

.inner {
  width: 1030px;
  margin: 0 auto;
  padding: 0 15px; }
  @media (max-width: 749px) {
    .inner {
      width: 100%;
      padding: 0 10px; } }

@media (max-width: 749px) {
  .pc {
    display: none !important; } }

@media (min-width: 750px) {
  .sp {
    display: none !important; } }

a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s; }
  @media (min-width: 750px) {
    a:hover {
      opacity: 0.7; } }

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast; }

svg {
  vertical-align: middle; }

/*----------------------------------

共通

----------------------------------*/
.orange {
  color: #FB9D00; }

h1.hdg1 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #FB9D00; }
  @media (max-width: 749px) {
    h1.hdg1 {
      font-size: 2.4rem;
      margin-bottom: 20px;
      padding-bottom: 20px; } }

h2.hdg2 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 700; }
  @media (max-width: 749px) {
    h2.hdg2 {
      font-size: 2.2rem;
      margin-bottom: 50px; } }

h3.hdg3 {
  font-size: 3.0rem;
  font-weight: 700;
  color: #FB9D00;
  padding-bottom: 7px;
  border-bottom: solid 1px #FB9D00;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 65px;
  margin-bottom: 50px; }
  @media (max-width: 749px) {
    h3.hdg3 {
      font-size: 2.0rem;
      padding-bottom: 5px;
      margin-top: 40px;
      margin-bottom: 30px;
      align-items: flex-start; } }
  h3.hdg3::before {
    content: "";
    display: block;
    width: 25px;
    height: 22px;
    border-top: solid 22px #FB9D00;
    border-right: solid 12.5px transparent;
    border-left: solid 12.5px transparent;
    margin-right: 3px; }
    @media (max-width: 749px) {
      h3.hdg3::before {
        width: 20px;
        height: 17px;
        border-top: solid 17px #FB9D00;
        border-right: solid 10px transparent;
        border-left: solid 10px transparent;
        margin-top: 7px; } }

/* コンテンツ*/
header {
  background-color: #333333;
  padding: 22px 20px 25px; }
  @media (max-width: 749px) {
    header {
      padding: 10px 15px; } }
  header a.asahi {
    display: block;
    width: 140px; }
    @media (max-width: 749px) {
      header a.asahi {
        width: 100px; } }

.mv {
  display: block;
  width: 100%;
  margin-bottom: 70px;
  padding-bottom: 30px;
  border-bottom: solid 1px #FB9D00; }
  @media (max-width: 749px) {
    .mv {
      margin-bottom: 50px;
      padding-bottom: 20px; } }

.lead_txt {
  font-size: 2.4rem;
  margin-bottom: 165px; }
  @media (max-width: 749px) {
    .lead_txt {
      font-size: 1.6rem;
      margin-bottom: 80px; } }

.entry_btn {
  display: block;
  max-width: 500px;
  width: 500px;
  margin: 0 auto 75px;
  text-align: center;
  background-color: #FF9D00;
  color: #ffffff;
  border-radius: 35px;
  position: relative;
  line-height: 1;
  padding: 23px 0; }
  @media (max-width: 749px) {
    .entry_btn {
      max-width: 300px;
      width: 100%;
      border-radius: 30px;
      padding: 12px 0;
      margin-bottom: 40px; } }
  .entry_btn::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: translate(0, -70%) rotateZ(45deg);
    position: absolute;
    top: 50%;
    right: 50px; }
    @media (max-width: 749px) {
      .entry_btn::after {
        width: 15px;
        height: 15px;
        right: 30px; } }

.box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 30px; }
  @media (max-width: 749px) {
    .box {
      flex-direction: column;
      justify-content: center;
      gap: 20px 0; } }
  .box + .box {
    margin-top: 50px; }
    @media (max-width: 749px) {
      .box + .box {
        margin-top: 30px; } }
  .box picture {
    display: block;
    width: 150px;
    flex-shrink: 0; }
  .box .content .name {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 3px; }
    @media (max-width: 749px) {
      .box .content .name {
        font-size: 1.8rem;
        text-align: center; } }
  .box .content .post {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px; }
    @media (max-width: 749px) {
      .box .content .post {
        font-size: 1.4rem;
        text-align: center; } }
  .box .content .txt {
    font-size: 1.8rem; }
    @media (max-width: 749px) {
      .box .content .txt {
        font-size: 1.4rem; } }

.dots {
  padding-left: 15px;
  text-indent: -15px; }
  @media (max-width: 749px) {
    .dots {
      padding-left: 10px;
      text-indent: -10px; } }
  .dots::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FB9D00;
    margin-right: 3px;
    position: relative;
    top: -5px; }
    @media (max-width: 749px) {
      .dots::before {
        width: 7px;
        height: 7px;
        top: -3px; } }

.sharp {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 20px; }
  @media (max-width: 749px) {
    .sharp {
      gap: 0 15px; } }

.contact {
  margin-top: 110px;
  margin-bottom: 110px;
  border: solid 1px #000000;
  padding: 16px 0 45.63px;
  box-sizing: border-box;
  text-align: center; }
  @media (max-width: 749px) {
    .contact {
      margin-top: 60px;
      margin-bottom: 60px;
      padding: 15px 0; } }
  .contact_txt {
    font-weight: 700;
    margin-bottom: 30px; }
    @media (max-width: 749px) {
      .contact_txt {
        margin-bottom: 20px; } }
  .contact .email {
    font-size: 2.8rem;
    font-weight: 700; }
    @media (max-width: 749px) {
      .contact .email {
        font-size: 2.0rem; } }
    .contact .email a {
      text-decoration: underline; }

.announce_end {
  display: block;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  background: #FF9D00;
  border-radius: 50px;
  width: 902px;
  margin: 0 auto 160px;
  padding: 25px; }
  @media (max-width: 749px) {
    .announce_end {
      font-size: 2.2rem;
      width: 100%;
      padding: 16px;
      margin-bottom: 60px; } }

footer {
  font-family: 'Roboto', sans-serif;
  background-color: #333333;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  padding: 21.56px 0;
  margin-top: 43px; }
  @media (max-width: 749px) {
    footer {
      font-size: 1.0rem;
      padding: 15px 0;
      margin-top: 30px; } }
