@charset "UTF-8";
/*------------------------------------------- 変数*/
/*------------------------------------------- 共通*/
/*------------------------------------------- リセット*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/*------------------------------------------- 初期設定*/
html {
  font-size: 62.5%;
}

body {
  position: relative;
  left: 0;
  background-color: #fff;
  color: #42210b;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  transition: left 0.6s;
}

a {
  display: block;
  color: #42210b;
  text-decoration: none;
  transition: all 0.6s;
}

p {
  letter-spacing: 0;
  line-height: 1.468;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 1.8rem;
  }

  body #footer{
    font-size: 1.6rem;
  }

  p {
    line-height: 1.5;
  }
}
/*------------------------------------------- 画像トリミング*/
.object--cover > img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.object--scale > img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
}

/*------------------------------------------- コンテンツ幅*/
.content {
  padding-top: 60px;
}

.content_bg {
  padding: 60px 0;
}
.content_bg.bg1 {
  background-color: #fff7ef;
}

.content_area {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .content_area {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .content_area.content_area--min {
    max-width: 1080px;
  }
  .content_area.content_area--m {
    max-width: 1560px;
  }
  .content_area.content_area--l {
    max-width: 1720px;
  }
  .content_area.content_area--ll {
    max-width: 1950px;
  }
}
@media screen and (min-width: 992px) {
  .content_area {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1200px) {
  .content {
    padding-top: 120px;
  }

  .content_bg {
    padding: 120px 0;
  }
}
/*------------------------------------------- header*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 10;
  transition: background-color 0.6s;
}
.header.header--on {
  background-color: #fff;
}

.header__area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 12px;
}

.header__logo {
  max-width: 202.5px;
}

.header__nav {
  display: none;
}

.header__button {
  display: flex;
}

.hamburgerButton {
  width: 75px;
  height: 75px;
  padding-top: 8px;
  background-color: #42210b;
}
.hamburgerButton .hamburgerButton__icons {
  width: 24px;
  height: 20px;
  display: block;
  margin: 0 auto 13px;
  position: relative;
}
.hamburgerButton .hamburgerButton__icons > span {
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 9px;
  left: 0;
  transition: transform 0.6s, opacity 0.6s, background-color 0.6s;
}
.hamburgerButton .hamburgerButton__icons > span::before, .hamburgerButton .hamburgerButton__icons > span::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: transform 0.6s, opacity 0.6s;
}
.hamburgerButton .hamburgerButton__icons > span::before {
  top: -9px;
}
.hamburgerButton .hamburgerButton__icons > span::after {
  bottom: -8px;
}
.hamburgerButton .hamburgerButton__txt {
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  margin-top: -5px;
}
.hamburgerButton.active-- .hamburgerButton__icons > span {
  background-color: transparent;
}
.hamburgerButton.active-- .hamburgerButton__icons > span::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburgerButton.active-- .hamburgerButton__icons > span::after {
  top: 0;
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .header__button .button {
    width: 75px;
    height: 75px;
    border-radius: 0;
    padding-top: 15px;
    display: block;
  }
  .header__button .button .buttonIcon {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin: 0 auto 10px;
  }
  .header__button .button .buttonTxt {
    font-size: 1rem;
    text-align: center;
    margin-top: -4px;
  }
}
@media screen and (min-width: 768px) {
  .header.header--hover {
    background-color: transparent;
  }

  .header__area {
    padding: 15px 15px 0;
  }

  .header__menu {
    display: flex;
    align-items: center;
  }

  .header__nav {
    display: block;
    margin-right: 20px;
  }
  .header__nav > nav > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .header__nav > nav > ul > li {
    height: calc(100% + 20px);
  }
  .header__nav > nav > ul > li:hover .headerNav__item--hover::before {
    opacity: 1;
    pointer-events: all;
  }
  .header__nav > nav > ul > li:hover .headerNavChild__bg {
    opacity: 1;
  }

  .headerNav__item {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0;
    padding: 22.5px 10px;
  }

  .headerNav--hover .headerNav__item {
    position: relative;
    z-index: 2;
    border-radius: 10px 10px 0 0;
  }
  .headerNav--hover .headerNav__item span {
    position: relative;
  }
  .headerNav--hover:hover .headerNav__item {
    background-color: #fff;
  }
  .headerNav--hover:hover .headerNav__child {
    opacity: 1;
    pointer-events: all;
  }

  .headerNav__child {
    position: absolute;
    width: 100vw;
    left: 0;
    top: 100%;
    background-color: #fff;
    transition: opacity 0.6s;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
  }
  .headerNav__child:hover {
    opacity: 1;
    pointer-events: all;
  }

  .headerNavChild__inner {
    padding: 20px 60px;
  }
  .headerNavChild__inner > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -15px 0 0 -15px;
  }
  .headerNavChild__inner > ul > li {
    width: 33.3333%;
    padding: 15px 0 0 15px;
  }

  .headerNavChild__img {
    padding-top: 54.71%;
    background: no-repeat center/contain;
    margin-bottom: 10px;
  }
  .headerNavChild__img.img1 {
    background-image: url(../img/common/header_child1.png);
  }
  .headerNavChild__img.img2 {
    background-image: url(../img/common/header_child2.png);
  }
  .headerNavChild__img.img3 {
    background-image: url(../img/common/header_child3.png);
  }

  .headerNavChild__title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
  }
  .headerNavChild__title::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/common/arrow_orange_pc.png) no-repeat center/11px 9px;
    border: 2px solid #d4801e;
    border-radius: 100%;
    margin-right: 10px;
  }
  .headerNavChild__title + p {
    font-size: 1.2rem;
  }

  .headerNavChild__bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition-property: opacity;
    z-index: 1;
  }

  .header__button > .headerButton__area {
    width: 190px;
  }
  .header__button > .headerButton__area:last-child {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    height: auto;
  }

  .header__area {
    padding: 15px;
  }

  .header__logo {
    max-width: 400px;
  }

  .headerNav__item {
    font-size: 2rem;
    padding: 30.5px 20px;
  }

  .headerNavChild__inner {
    padding: 60px 120px;
    max-width: 1440px;
    margin: 0 auto;
  }
  .headerNavChild__inner > ul {
    margin: -20px 0 0 -20px;
  }
  .headerNavChild__inner > ul > li {
    padding: 20px 0 0 20px;
  }

  .headerNavChild__img {
    margin-bottom: 20px;
  }

  .headerNavChild__title {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
  .headerNavChild__title + p {
    font-size: 1.6rem;
  }

  .headerNav__child {
    top: calc(100% - 15px);
  }

  .header__button > .headerButton__area {
    width: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .header__area {
    padding: 19px 45px;
  }

  .headerNav__child {
    top: calc(100% - 19px);
  }
}
/*------------------------------------------- スマホメニュー*/
.hamburger__wrapper {
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 0.6s;
  z-index: 10;
  overflow-y: scroll;
  background-color: rgba(255, 255, 255, 0.92);
  pointer-events: none;
}
.hamburger__wrapper.active-- {
  pointer-events: all;
  height: 100%;
}

.hamburger__inner {
  padding: 20px 15px 0;
}
.hamburger__inner .button {
  max-width: 227px;
  height: 43px;
}

.hamburger__list {
  margin-bottom: 30px;
}
.hamburger__list + p {
  padding-left: 15px;
  margin-bottom: 30px;
}
.hamburger__list + p a {
  font-size: 1.5rem;
}

.hamburger__link {
  font-size: 2rem;
  padding: 20px 15px;
  border-bottom: 1px solid #eac394;
}
.hamburger__link > p {
  display: flex;
  align-items: center;
  position: relative;
}
.hamburger__link > p::after {
  content: "";
  display: inline-block;
  background: url(../img/common/menu_home.png) no-repeat center/contain;
  width: 43.5px;
  height: 19px;
  margin-left: 50px;
}
.hamburger__link.hamburger__link--service > p::after {
  width: 61px;
  height: 19px;
  background-image: url(../img/common/menu_service.png);
}
.hamburger__link.hamburger__link--company > p::after {
  width: 74.5px;
  height: 19px;
  background-image: url(../img/common/menu_company.png);
}
.hamburger__link.hamburger__link--recruit > p::after {
  width: 62px;
  height: 19px;
  background-image: url(../img/common/menu_recruit.png);
}
.hamburger__link.hamburger__link--blog > p::after {
  width: 37.5px;
  height: 19px;
  background-image: url(../img/common/menu_blog.png);
}

@media screen and (min-width: 768px) {
  .hamburger__wrapper {
    display: none;
  }
}
/*------------------------------------------- footer*/
.footer {
  padding: 35px 0 0;
  background-color: #fff7ef;
}
.footer .content_area {
  padding-bottom: 35px;
}

.footer__info {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.footer__logo {
  max-width: 260px;
  margin: 0 auto 15px;
}

#footer .footer__address{
  height: 150px;
}

.footer__address > p {
  line-height: 1.187;
  margin-bottom: 15px;
}
.footer__address > p span {
  display: inline-block;
  margin-bottom: 5px;
}
.footer__address > p br.pc-- {
  display: none;
}
.footer__address + .footer__address {
  margin-top: 20px;
}

.footer__pc_address{
  display: none;
}
.footer__sp_address{
  display: block;
}

.footer__menu .button {
  margin-bottom: 30px;
}

.footer__nav {
  padding: 0 15px;
  max-width: 335px;
  margin: 0 auto;
  height: 150px;
}
.footer__nav.re {
  padding: 0 15px;
  max-width: 335px;
  margin: 20px auto 0;
  height: 150px;
}

.footer__nav > nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__nav > nav > ul > li {
  margin-bottom: 15px;
}
.footer__nav > nav > ul > li:last-child {
  margin-bottom: 0;
}

.footerNav__item {
  position: relative;
  padding-left: 0.7em;
  font-weight: bold;
}
.footerNav__item::before {
  content: "-";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.copy {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.copy small {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .footer__inner {
    display: flex;
  }

  .footer__info {
    width: 50%;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .footer__logo {
    margin: 0 0 30px;
    height: 50px;
  }

  .footer__menu {
    width: 50%;
  }


  .footer__pc_address{
    margin-top: 20px;
    display: block;
  }
  .footer__sp_address{
    display: none;
  }

  .footer__nav.re{
    margin: 50px 0 0;
    padding: 0;
    max-width: 100%;
  }
  .footer__nav.re > nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
  }
  
  .footer__nav.re > nav > ul {
    display: flex;
    justify-content: space-around;
    width: 50%;
  }
  .footer__nav.re > nav > ul > li {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    padding: 50px 0 0;
  }
  .footer .content_area {
    padding-bottom: 170px;
  }

  .footer__inner {
    margin: 0 -60px;
  }

  .footer__info {
    padding: 0 60px;
  }

  .footer__menu {
    padding: 0 60px;
  }


  .footer__menu .button{
    max-width: 300px;
    height: 70px;
    border-radius: 40px;
    margin-bottom: 55px;
  }

  .footer__menu .button .buttonTxt {
    letter-spacing: 0.2em;
  }

  .footer__logo{
    max-width: 420px;
    margin-bottom: 55px;
    height: 70px;
  }

  .footer__address > p {
    margin: -4px 0 20px;
  }
  .footer__address > p span {
    margin-bottom: 10px;
  }
  .footer__address > p br.sp-- {
    display: none;
  }
  .footer__address > p br.pc-- {
    display: block;
  }
  .footer__address + .footer__address {
    margin-top: 50px;
  }

  .footer__pc_address{
    margin-top: 50px;
  }

  .footer__nav {
    margin: 0;
    padding: 0;
    max-width: 410px;
  }

  .footer__nav > nav > ul > li {
    margin-bottom: 25px;
  }

  .copy {
    padding-bottom: 30px;
  }
  .copy small {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  #footer .footerInfo__inner{ 
    min-width: 280px;
  }
}


/*------------------------------------------- main*/
.main {
  margin-bottom: 90px;
}

@media screen and (min-width: 1200px) {
  .main {
    margin-bottom: 170px;
  }
}
/*------------------------------------------- タイトル*/
.title5 {
  font-size: 2rem;
  line-height: 1.726;
  letter-spacing: 0.07em;
  margin: -8px 0 15px;
}

@media screen and (min-width: 1200px) {
  .title5 {
    font-size: 3.2rem;
    margin: -8px 0 25px;
  }
}
/*------------------------------------------- 事業内容一覧*/
.archive__service > ul > li {
  margin-bottom: 110px;
}
.archive__service > ul > li:last-child {
  margin-bottom: 0;
}

.archiveService__img {
  margin: 0 -20px 50px;
}

.archiveServiceImg {
  position: relative;
  padding-top: 54.66%;
}
.archiveServiceImg > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.archiveService__subTitle {
  line-height: 1.43;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin: -5px 0 20px;
  font-feature-settings: "palt";
}
.archiveService__subTitle + p {
  line-height: 1.59;
  margin: -7px 0 30px;
}

.archiveService__txt .button {
  max-width: 153px;
  height: 37px;
  margin-right: 0;
}
.archiveService__txt .button .buttonTxt {
  margin-left: -20px;
}
.archiveService__txt .button .buttonIcon {
  width: 25px;
  height: 25px;
}

@media screen and (min-width: 768px) {
  .archiveService__box {
    display: flex;
    align-items: flex-start;
    margin: 0 -10px;
  }

  .archiveService__img {
    width: 55%;
    padding: 0 10px;
    margin: 0;
  }

  .archiveServiceImg {
    box-shadow: 0 5px 16px 4px rgba(6, 0, 1, 0.3);
  }

  .archiveService__txt {
    width: 45%;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .archive__service > ul > li {
    margin-bottom: 130px;
  }

  .archiveService__box {
    margin: 0 -35px;
  }

  .archiveService__img {
    padding: 0 35px;
  }

  .archiveService__txt {
    padding: 0 35px;
  }
  .archiveService__txt .button {
    max-width: 201px;
    height: 52px;
    margin: 0 auto 0 0;
  }
  .archiveService__txt .button .buttonIcon {
    width: 36px;
    height: 36px;
  }
  .archiveService__txt .button .buttonIcon::before {
    width: 11px;
    height: 9px;
    margin-top: 0;
  }

  .archiveService__subTitle {
    line-height: 1.888;
    margin: -9px 0 30px;
  }
  .archiveService__subTitle + p {
    line-height: 1.888;
    margin: -9px 0 30px;
  }
}
@media screen and (min-width: 1400px) {
  .archiveService__img {
    width: 790px;
  }

  .archiveService__txt {
    width: calc(100% - 790px);
    margin-top: 10px;
  }
}
/*------------------------------------------- アニメーション*/
.animation-scroll {
  opacity: 0;
  filter: blur(10px);
}
.animation-scroll.scroll--on {
  -webkit-animation: fadein 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: fadein 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
/*------------------------------------------- パーツ*/
/*---------------------- title*/
.title {
  position: relative;
  font-weight: bold;
}

.title1 {
  font-size: 2.1rem;
  text-align: center;
  line-height: 1.512;
  margin: -6px 0 45px;
}

.title2 {
  color: #d4801e;
  font-size: 2.2rem;
  text-align: center;
  padding-bottom: 25px;
  line-height: 1.2;
  margin: -4px 0 15px;
}
.title2::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background-color: #d4801e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.title2.type2 {
  font-size: 3rem;
  color: #42210b;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.title2.type2::before {
  width: 3.5px;
  height: 11px;
}
.title2.type2 + p {
  font-weight: bold;
  text-align: center;
  margin-top: -4px;
  margin-bottom: 40px;
}

/*---------------------- text*/
.link__tel {
  display: flex;
  align-items: center;
}
.link__tel .linkTel__icons {
  width: 33px;
  height: 33px;
  background: url(../img/common/icons_tel.png) no-repeat center/contain;
  margin-right: 15px;
}
.link__tel .linkTel__txt {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/*---------------------- button*/
.button {
  max-width: 260px;
  background-color: #d4801e;
  border-radius: 30px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.button .buttonTxt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}
.button .buttonIcon {
  width: 27px;
  height: 27px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.button .buttonIcon::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 6px;
  background: url(../img/common/arrow_sp.png) no-repeat center/contain;
}
.button.buttonColor2 {
  background-color: #42210b;
}
.button.buttonColor3 {
  background-color: #fff;
}
.button.buttonColor3 .buttonTxt {
  color: #42210b;
}
.button.buttonColor3 .buttonIcon {
  background-color: #d4801e;
  border: none;
}
.button.buttonColor3.type2 {
  background-color: #d4801e;
}
.button.buttonColor3.type2 .buttonTxt {
  color: #fff;
}
.button.buttonColor3.type2 .buttonIcon {
  background-color: #fff;
}
.button.buttonColor3.type2 .buttonIcon::before {
  background-image: url(../img/common/arrow_orange_sp.png);
}

/*---------------------- list*/
.list > li {
  position: relative;
  padding-left: 0.8em;
  margin: -5px 0 15px;
}
.list > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  background-color: #d4801e;
  width: 3.5px;
  height: 14.5px;
}
.list > li:last-child {
  margin-bottom: 0;
}
.list > li > p {
  line-height: 1.46;
}

.list--dot > li {
  position: relative;
  padding-left: 0.8em;
  margin: -2px 0 10px;
}
.list--dot > li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.list--dot > li:last-child {
  margin-bottom: 0;
}
.list--dot > li > p {
  line-height: 1.46;
}

.list--number {
  counter-reset: number;
}
.list--number > li {
  padding-left: 1em;
  position: relative;
  margin: -5px 0 15px;
  line-height: 1.46;
}
.list--number > li::before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  color: #d4801e;
  position: absolute;
  top: 0;
  left: 0;
}
.list--number > li:last-child {
  margin-bottom: 0;
}

.topLink__box {
  margin-bottom: 15px;
}
.topLink__box:last-child {
  margin-bottom: 0;
}

.topLink__boxInner {
  background-color: #eeece8;
  padding: 25px 30px;
}
.topLink__boxInner > ul > li {
  margin: -3px 0 15px;
}
.topLink__boxInner > ul > li:last-child {
  margin-bottom: 0;
}
.topLink__boxInner > ul > li > a > p {
  line-height: 1.28;
}
.topLink__boxInner > ul > li > a > p::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  background: url(../img/common/open.png) no-repeat center/contain;
  margin-left: 10px;
}

.topLink__title {
  width: 187px;
  margin: 0 auto 35px;
}

.topLink__youtube {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto 35px;
  padding-top: 56.25%;
}

.topLink__youtubeIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topLink__boxTitle {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #42210b;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .topLink__body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  .topLink__box {
    padding: 0 5px;
    width: 33.3333%;
    margin-bottom: 0;
  }

  .topLink__boxInner {
    padding: 15px 20px;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  /*---------------------- title*/
  .title1 {
    font-size: 4rem;
    line-height: 1.455;
    margin: -13px 0 75px;
  }

  .title2 {
    font-size: 3rem;
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
  .title2::before {
    width: 5px;
    height: 16px;
  }
  .title2.type2 {
    font-size: 6rem;
    padding-bottom: 50px;
    margin: -9px 0 30px;
  }
  .title2.type2::before {
    width: 6px;
    height: 22px;
  }

  /*---------------------- button*/
  .button {
    height: 60px;
  }
  .button .buttonTxt {
    font-size: 2rem;
    margin-left: -20px;
  }
  .button .buttonIcon {
    width: 40px;
    height: 40px;
  }
  .button .buttonIcon::before {
    width: 13px;
    height: 11px;
    background: url(../img/common/arrow_pc.png) no-repeat center/contain;
    margin-top: 2px;
  }
  .button.buttonLarge {
    max-width: 518px;
    height: 103px;
    border-radius: 60px;
  }
  .button.buttonLarge .buttonTxt {
    font-size: 2.7rem;
  }
  .button.buttonLarge .buttonIcon {
    width: 54px;
    height: 54px;
    right: 20px;
  }
  .button.buttonLarge .buttonIcon::before {
    width: 17px;
    height: 14px;
  }
  .button.buttonColor3.type2 .buttonIcon::before {
    background-image: url(../img/common/arrow_orange_pc.png);
  }

  /*---------------------- list*/
  .list > li::before {
    width: 6px;
    height: 22px;
    top: 2px;
  }

  .list--dot > li {
    margin-bottom: 15px;
  }

  .conetnt__topLink {
    padding-top: 340px;
  }

  .topLink__title {
    width: 374px;
    margin: 0 auto 75px;
  }

  .topLink__youtube {
    width: 960px;
    height: 540px;
    margin: 0 auto 75px;
    padding-top: 0;
  }

  .topLink__body {
    margin: 0 -25px;
  }

  .topLink__box {
    padding: 0 25px;
  }

  .topLink__boxInner {
    padding: 50px;
  }
  .topLink__boxInner > ul > li > a > p {
    font-size: 2.1rem;
  }
  .topLink__boxInner > ul > li > a > p::after {
    width: 22px;
    height: 23px;
    margin-left: 15px;
  }

  .topLink__boxTitle {
    font-size: 2.2rem;
    padding-bottom: 10px;
    margin: -4px 0 30px;
  }
}

.img__none{
  display: none;
}
@media screen and (min-width: 768px) {
.img__none{
  visibility:hidden;
  display: block;
}
}

/* 202506追記トップ緊急時のお知らせ */
.top-emergency{
    margin-bottom: 120px;

}
.top-emergency h2{
    margin-bottom: 20px;

}
.top-emergency a{
    padding: 10px 30px 0;
    color:#cd1111;
    font-size:2rem;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    .top-emergency a{
        padding: 10px 16px 0;
        font-size:1.6rem;
        text-align: left;
    }

}