@charset "UTF-8";
/*****************/
/*****************/
/*****************/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

main {
  padding-top: 81px;
}

/************************************
************ナビゲーション*********
************************************/
nav {
  background-color: #ffffff;
  box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.2784313725);
}

.nav-item {
  display: block;
  align-items: center;
  text-align: center;
}

.aidx {
  border: 2px solid #6c63ff;
  background-image: url(../img/aidx.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 4vh;
}

@media (min-width: 992px) {
  .nav-item {
    display: flex;
  }
}
.nav-link {
  color: #333333;
  font-weight: bold;
}

.whight {
  color: #3c82fa;
}

.nav-contact {
  background-color: #3C82FA;
  color: #ffffff;
  padding: 0.5rem 3rem;
  border: 2px solid #3C82FA;
}
.nav-contact:hover {
  color: #3C82FA;
  background-color: #ffffff;
  transform: none;
}

.navbar-toggler-icon {
  background-image: url(../img/hamburger_menu.png);
}

.nav-current a {
  color: #3C82FA;
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem #3C82FA;
}

/************************************
************ボタン*********
************************************/
.cmn_btn {
  font-size: 0.875rem;
  border: 1px solid #3C82FA;
  padding: 0.75rem 1.625rem;
  border-radius: 1.625rem;
}
.cmn_btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  padding-left: 0.75rem;
}
.cmn_btn:hover {
  background-color: #3C82FA;
  color: #ffffff;
}

@media (min-width: 992px) {
  .cmn_btn {
    font-size: 1rem;
  }
}
/************************************
************ページタイトル*********
************************************/
.ttl__wrapper {
  color: #3C82FA;
}
.ttl__wrapper .ttl__inner {
  display: flex;
  align-items: center;
}
.ttl__wrapper .ttl--en {
  font-size: 1.875rem;
  margin-bottom: 0;
  font-weight: bold;
}
.ttl__wrapper .ttl--border {
  width: 100%;
  height: 2px;
  background-color: #3C82FA;
  margin-left: 1.75rem;
}
.ttl__wrapper .ttl--ja {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .ttl__wrapper .ttl--en {
    font-size: 5.375rem;
  }
  .ttl__wrapper .ttl--ja {
    font-size: 1.25rem;
  }
}
/************************************
*共通フッター（お問い合わせ/サステナビリティ）*
************************************/
#cmnFooter .box {
  background-color: #EBF4F9;
  text-align: center;
  padding: 3.125rem 0.625rem;
}
#cmnFooter .box .ttl--en {
  font-weight: bold;
  font-size: 1.625rem;
  margin-bottom: 0;
}
#cmnFooter .box .ttl--en.contact::before {
  padding-right: 0.375rem;
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
}
#cmnFooter .box .ttl--en.sustainability::before {
  padding-right: 0.375rem;
  content: url(../img/cmn_footer_sustainability.png);
}
#cmnFooter .box .ttl--ja {
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  #cmnFooter .box {
    padding: 3.5rem 0.625rem;
  }
  #cmnFooter .box:nth-child(2) {
    margin-top: 0;
  }
  #cmnFooter .box .ttl--en {
    font-size: #333333;
  }
}
/************************************
*************アニメーション*************
************************************/
.fadeIn {
  opacity: 0;
  transition: 1s;
}

.fadeIn.is-show {
  opacity: 1;
}

/************************************
*************別タブアイコン*************
************************************/
.link-other::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
}

/*****************/
/*****************/
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 30px;
}

@media (min-width: 992px) {
  .slick-prev {
    left: -25px;
  }
  .slick-next {
    right: -25px;
  }
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  opacity: 1;
  color: white;
  border: 1px solid #fff;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #3C82FA;
}

.slick-prev:before {
  content: "←";
}

.slick-next:before {
  content: "→";
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-slide {
  width: 280px;
  position: relative;
  overflow: hidden;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*****************/
.section--space {
  margin-top: 3.75rem;
}

@media (min-width: 992px) {
  .section--space {
    margin-top: 7.5rem;
  }
}
.section__inner--mspace {
  margin-top: 1.875rem;
}

.section__inner--pspace {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media (min-width: 992px) {
  .section__inner--mspace {
    margin-top: 3.75rem;
  }
  .section__inner--pspace {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.top__ttl--en {
  font-size: 1.875rem;
  color: #3C82FA;
  font-weight: bold;
  position: relative;
  margin-bottom: 0;
}
.top__ttl--en::after {
  position: absolute;
  content: "";
  top: 50%;
  height: 1px;
  background-color: #3C82FA;
  margin-left: 1.75rem;
}

.top__ttl--ja {
  font-size: 1.25rem;
  color: #3C82FA;
}

/************************************
************メインビジュアル*********
************************************/
.mainVisual__wrapper {
  text-align: center;
  background-image: url(../img/top_sp.png);
  background-position: center;
  background-size: cover;
  height: calc(100vh - 81px);
  position: unset;
  top: 0;
  left: 0;
}
.mainVisual__wrapper .mainVisual__inner {
  width: 100%;
  position: unset;
  top: 0;
  left: 0;
  transform: unset;
  padding: 5rem 1rem 3rem 1rem;
}
.mainVisual__wrapper .main__logo {
  width: 20%;
}
.mainVisual__wrapper h1 {
  font-weight: bold;
  font-size: 2rem;
  margin: 1.75rem 0 6rem 0;
}
.mainVisual__wrapper h1 span {
  color: #3C82FA;
}
.mainVisual__wrapper .s_btn {
  font-size: 1rem;
  border: 1px solid #3C82FA;
  font-weight: bold;
  padding: 1.25rem 1rem;
  border-radius: 3.5rem;
  background-color: #ffffff;
}
.mainVisual__wrapper .s_btn::before {
  content: url(../img/sustainability_btn.png);
  padding-right: 0.375rem;
  position: relative;
  top: 12px;
}
.mainVisual__wrapper .s_btn:hover {
  border: 3px solid #3C82FA;
  background-color: rgba(60, 130, 250, 0.1019607843);
}

/* 中デバイス（タブレット, 768px 以上） */
@media (min-width: 768px) {
  .mainVisual__wrapper {
    position: relative;
    top: 0;
    left: 0;
    height: 75vh;
  }
  .mainVisual__wrapper .mainVisual__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }
  .mainVisual__wrapper .main__logo {
    width: 8%;
  }
  .mainVisual__wrapper h1 {
    font-weight: bold;
    font-size: 3rem;
    margin: 1.75rem 0 4rem 0;
  }
  .mainVisual__wrapper h1 span {
    color: #3C82FA;
  }
  .mainVisual__wrapper .txt {
    font-size: 1.375rem;
    line-height: 2.5em;
    margin-bottom: 5rem;
  }
  .mainVisual__wrapper .s_btn {
    font-size: 1.375rem;
    padding: 1.25rem 4.375rem;
  }
  .mainVisual__wrapper .s_btn::before {
    content: url(../img/sustainability_btn.png);
    padding-right: 1.25rem;
  }
}
/* 大デバイス（デスクトップ, 992px 以上） */
@media (min-width: 992px) {
  .mainVisual__wrapper {
    background-image: url(../img/top_pc.png);
    height: calc(100vh - 81px);
  }
  .mainVisual__wrapper .txt {
    font-size: 1.75rem;
  }
}
/************************************
************【TOP】ニュース*********
************************************/
#topNews img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
#topNews .news__wrapper--image {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
#topNews .news__wrapper--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#topNews .top__ttl--en::after {
  width: calc(100% - 9em);
}
#topNews .news__content {
  font-size: 1rem;
}
#topNews .news__content .date {
  color: #9696A5;
  margin-top: 1.625rem;
  margin-bottom: 0;
}
#topNews .news__content .ttl {
  font-weight: bold;
  line-height: 2em;
  margin-top: 0.625rem;
  margin-bottom: 1.625rem;
}

@media (min-width: 992px) {
  #topNews .top__ttl--en::after {
    width: calc(100% - 8em);
  }
}
/************************************
************【TOP】サービス*********
************************************/
#topService {
  background-color: #3C82FA;
}
#topService .top__ttl--en {
  color: #ffffff;
}
#topService .top__ttl--en::after {
  background-color: #ffffff;
  width: calc(100% - 5em);
}
#topService .top__ttl--ja {
  color: #ffffff;
}
#topService .service__inner {
  background-color: #ffffff;
}
#topService .service__content {
  padding: 2rem 1rem;
  text-align: center;
}
#topService .service__content .ttl {
  font-weight: bold;
  font-size: 1.375rem;
}
#topService .service__content .txt {
  line-height: 2em;
  margin: 1.625rem 0 0 0;
}
#topService img {
  width: 100%;
}

@media (min-width: 992px) {
  #topService .top__ttl--en::after {
    width: calc(100% - 4em);
  }
  #topService .service__content {
    padding: 6.25rem 0.625rem;
  }
  #topService .service__content .txt {
    margin: 1.625rem 0 3.125rem 0;
  }
}
/************************************
************カンパニーページ*********
************************************/
#company .company__wrapper th,
#company .company__wrapper td {
  padding: 20px 15px;
  border-bottom: 1px solid #c7c7c7;
}
#company .company__wrapper th {
  font-weight: normal;
  width: 30%;
  white-space: nowrap;
}
#company .company__wrapper td {
  width: 70%;
}
#company .company__wrapper ul {
  font-size: 14px;
  padding-left: 0;
}
#company .company__wrapper li {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
#company .map__wrapper iframe {
  width: 100%;
  aspect-ratio: 4/3;
}
#company .access__wrapper .access__inner th,
#company .access__wrapper .access__inner td {
  padding: 20px 5px;
  white-space: nowrap;
}
#company .access__wrapper .access__inner th {
  font-weight: normal;
  width: 30%;
}
#company .access__wrapper .access__inner td {
  font-size: 14px;
  width: 70%;
}
@media (min-width: 768px) {
  #company .access__wrapper {
    position: relative;
    top: 0;
    left: 0;
  }
  #company .access__wrapper .access__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #company .access__wrapper .access__inner th,
  #company .access__wrapper .access__inner td {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  #company .company__wrapper th,
  #company .company__wrapper td {
    padding: 50px 5px;
  }
  #company .company__wrapper th {
    white-space: unset;
  }
  #company .company__wrapper li {
    line-height: 2em;
  }
  #company .company__wrapper ul {
    font-size: unset;
  }
  #company .access__wrapper .access__inner td {
    font-size: unset;
  }
}

/************************************
************サービスページ*********
************************************/
#service .img__wrapper {
  background-color: #3C82FA;
  padding: 1.875rem 0;
}
#service .img__wrapper img {
  width: 80%;
}
#service .img__wrapper02 {
  background-color: #3C82FA;
  padding: 1.875rem 0;
}
#service .img__wrapper02 img {
  width: 80%;
}
#service .txt__wrapper {
  position: unset;
}
#service .txt__wrapper .txt__inner {
  position: unset;
  transform: unset;
  padding: 1.875rem 0;
}
#service .txt__wrapper02 {
  position: unset;
  background-color: #3C82FA;
  padding: 3vh;
}
#service .txt__wrapper02 .txt__inner {
  position: unset;
  transform: unset;
  padding: 1.875rem 0;
}
#service .ttl {
  font-size: 1.375rem;
  font-weight: bold;
}
#service .ttl02 {
  font-size: 1.375rem;
  font-weight: bold;
  color: #ffffff;
  margin-top: 3%;
}
#service .txt {
  margin: 1rem 0 0 0;
}
#service .txt02 {
  margin: 1rem 0 0 0;
  color: #ffffff;
  margin: 1.7rem 0;
}
#service .aidx-link {
  padding-right: 1rem;
  background: url(../img/li_ext.svg) no-repeat 100% 50%/11px auto;
}
#service .aidx-link img {
  height: 80px;
}
#service .aidx {
  background-color: blue;
}

@media (min-width: 768px) {
  #service .txt__wrapper .txt__inner {
    width: 100%;
    padding: 0 1rem;
  }
  #service .txt__wrapper02 .txt__inner {
    width: 100%;
    padding: 0 1rem;
  }
  #service .txt {
    margin: 2.375rem 0;
  }
  #service .txt__wrapper {
    position: relative;
    top: 0;
    left: 0;
  }
  #service .txt__wrapper .txt__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #service .ttl02 {
    font-size: 1.375rem;
    font-weight: bold;
    color: #ffffff;
    margin-top: 8%;
  }
  #service .img__wrapper02 img {
    width: 90%;
  }
}
@media (min-width: 992px) {
  #service .img__wrapper img {
    width: inherit;
  }
  #service .img__wrapper02 img {
    width: 60%;
  }
  #service .ttl02 {
    font-size: 1.375rem;
    font-weight: bold;
    color: #ffffff;
    margin-top: 5%;
  }
}
/************************************
************フィロソフィーページ*********
************************************/
#philosophy .message__wrapper {
  padding-top: 0px;
}
#philosophy .message__wrapper .message__inner--txt {
  line-height: 2em;
  text-align: left;
}
#philosophy .message__wrapper .message__inner--txt .message {
  margin-bottom: unset;
}
#philosophy .message__wrapper .message__inner--txt .name {
  text-align: right;
  line-height: normal;
}
#philosophy .message__wrapper .message__inner--txt .name p {
  margin-bottom: 0.5rem;
}
#philosophy .message__wrapper .message__inner--img img {
  width: 100%;
}
#philosophy .philosophy__wrapper .philosophy__inner--txt {
  line-height: 2em;
  text-align: left;
}
#philosophy .career__wrapper .career__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#philosophy .career__wrapper .career__inner dt {
  text-align: left;
  width: 6.5em;
  padding: 0.5em 1em 0.5em 0em;
  position: relative;
}
#philosophy .career__wrapper .career__inner dt::after {
  content: "●";
  position: absolute;
  right: -0.55em;
  top: 5px;
  font-size: 1.375rem;
  color: #3C82FA;
}
#philosophy .career__wrapper .career__inner dd {
  width: calc(100% - 6.5em);
  padding: 0.5em 0em 3em 1.5em;
  border-left: 1px solid #3C82FA;
  text-align: left;
  margin-bottom: 0;
}
#philosophy .career__wrapper .career__inner dd h2 {
  font-size: 1.375rem;
  font-weight: bold;
  margin: 0 0 0.3125rem;
}

@media (min-width: 768px) {
  #philosophy .message__wrapper {
    background-color: #d4efff;
    position: relative;
    top: 0;
    left: 0;
    padding-top: 2.5rem;
  }
  #philosophy .message__wrapper .message__inner--txt {
    line-height: 2.5em;
  }
  #philosophy .message__wrapper .message__inner--img {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    width: 40%;
  }
  #philosophy .message__wrapper .message__inner--img img {
    width: 100%;
  }
  #philosophy .philosophy__wrapper .philosophy__inner--txt {
    line-height: 2.5em;
  }
  #philosophy dd {
    width: calc(100% - 8.5em);
    padding: 0.5em 2em 3em;
  }
}
@media (min-width: 992px) {
  #philosophy .message__wrapper .message__inner--txt {
    line-height: 3.75em;
  }
  #philosophy .message__wrapper .message__inner--img img {
    width: auto;
  }
  #philosophy .philosophy__wrapper .philosophy__inner--txt {
    line-height: 3.75em;
  }
}
/************************************
************ニュース一覧ページ*********
************************************/
#news .date {
  color: #9696A5;
}
#news .ttl {
  font-weight: bold;
  color: #333333;
  font-size: 1.25rem;
}
#news .page--links {
  text-align: center;
}
#news .page-numbers {
  padding: 0 1rem;
}
#news img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
#news .news__wrapper:last-child {
  border-bottom: 1px solid #EBF4F9;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
#news .news__wrapper .news__wrapper--image {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
#news .news__wrapper .news__wrapper--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#news .text-end {
  margin-top: 30px;
}

@media (min-width: 992px) {
  #news .news__wrapper {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  #news .news__wrapper .ttl {
    font-size: 1.5rem;
  }
}
/************************************
************ニュース詳細ページ*********
************************************/
#newsDetail .box {
  box-shadow: 2px 2px 7px #ededf3;
  padding: 1rem 1rem 3rem 1rem;
}
#newsDetail .news__wrapper--image {
  width: 100%;
  text-align: center;
  margin-bottom: 1.875rem;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
#newsDetail .news__wrapper--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#newsDetail .news__wrapper {
  width: 100%;
  margin: 0 auto;
}
#newsDetail .date {
  color: #9696A5;
  margin-bottom: 1.875rem;
}
#newsDetail .ttl {
  font-weight: bold;
  margin-bottom: 1.875rem;
  padding: 0 1rem;
}
#newsDetail .txt {
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 1.875rem;
  padding: 0 1rem;
}
#newsDetail img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  #newsDetail .box {
    padding: 5rem;
  }
  #newsDetail .news__wrapper--image {
    margin: 0 auto;
    margin-bottom: 3.375rem;
  }
  #newsDetail .news__wrapper {
    width: 60%;
    margin: 0 auto;
  }
  #newsDetail .date {
    color: #9696A5;
    margin-bottom: 3.375rem;
  }
  #newsDetail .ttl {
    margin-bottom: 3.375rem;
    padding: 0em;
  }
  #newsDetail .txt {
    font-size: 1rem;
    line-height: 1.5em;
    margin-bottom: 3.375rem;
    padding: 0em;
  }
}
/************************************
************コンタクトページ*********
************************************/
#contact .contact__inner--txt {
  border-top: 1px solid #9696A5;
  border-bottom: 1px solid #9696A5;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
#contact .contact__inner--txt p {
  line-height: 2em;
  margin-bottom: 0;
}
#contact dl {
  display: block;
}
#contact dt {
  width: 100%;
  letter-spacing: 0.05em;
  padding: 0.6rem 0;
}
#contact dd {
  width: 100%;
}
#contact .required::before {
  content: "必須";
  background-color: #d61110;
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  margin-right: 0.375rem;
}
#contact .any::before {
  content: "任意";
  background-color: #666;
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  margin-right: 0.375rem;
}
#contact input,
#contact select,
#contact textarea {
  padding: 0.75rem 1rem;
  width: 100%;
  border: 1px solid #9696a5;
}
#contact input[type=checkbox] {
  width: auto;
}
#contact input[type=submit] {
  font-weight: bold;
  margin-top: 1rem;
}
#contact .contact_btn {
  background-color: #3C82FA;
  color: #ffffff;
  border: 2px solid #3C82FA;
}
#contact .contact_btn:hover {
  color: #3C82FA;
  background-color: #ffffff;
}
#contact .privacy__wrapper {
  background-color: #faf7ce;
  text-align: center;
  padding: 1rem;
  line-height: 2em;
}
#contact .privacy__wrapper a {
  font-size: 0.875rem;
}
#contact .privacy__wrapper a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14d";
  padding-left: 0.5rem;
}
#contact .submit__wrapper {
  text-align: center;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  #contact .contact__inner--txt {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  #contact .contact__inner--txt p {
    line-height: 3em;
  }
  #contact input[type=submit] {
    width: 40%;
  }
}
@media (min-width: 992px) {
  #contact dl {
    display: flex;
  }
  #contact dt {
    width: 30%;
    flex: 0 0 auto;
  }
  #contact dd {
    width: 70%;
  }
}
/************************************
********プライバシーポリシーページ*****
************************************/
#privacypolicy h2 {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
#privacypolicy h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
#privacypolicy .content__wrapper {
  margin-top: 3.375rem;
}
#privacypolicy table thead {
  background-color: #3C82FA;
  color: #ffffff;
  text-align: center;
}
#privacypolicy table th,
#privacypolicy table td {
  padding: 1rem 0.5rem;
  border: 1px solid black;
}
#privacypolicy table td:first-child {
  text-align: center;
}

/************************************
************404ページ*********
************************************/
#notFound {
  color: #3C82FA;
  text-align: center;
}
#notFound .ttl {
  font-size: 5.375rem;
}
#notFound .txt {
  padding: 1rem 0;
}
#notFound .txt p {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
#notFound .txt p:nth-child(2) {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  #notFound {
    color: #3C82FA;
    text-align: unset;
  }
  #notFound .ttl {
    font-size: 12.5rem;
  }
  #notFound .txt {
    padding: 2rem 0;
  }
  #notFound .txt p {
    font-size: 1.875rem;
  }
}
/************************************
************フッター*********
************************************/
#footer {
  background-color: #3C82FA;
  padding: 3.375rem 0;
  text-align: center;
  color: #ffffff;
}
#footer a {
  color: #ffffff;
  display: block;
}/*# sourceMappingURL=style.css.map */