@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:https://www.ogcfight.co.jp/
File name:sp.css
Summary:reset styles
Created:2022-03-01
--------------------------------------------------------------- */

@media screen and (max-width: 1120px) {
  /* News */
  /* ------------------------------------------------------------ */

  main#index section#news .inner > div {
    display: block;
  }

  main#index section#news .inner > div h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main#index section#news .inner > div p.comment {
  }

  main#index section#news article,
  main#news section#list article {
    width: 100%;
    border-bottom: 1px #221815 solid;
  }

  main#index section#news article:nth-of-type(1) {
    margin-top: 20px;
    border-top: 1px #221815 solid;
  }

  main#news section#list article:nth-of-type(1) {
    border-top: 1px #221815 solid;
  }

  main#index section#news article a,
  main#news section#list article a {
    padding: 20px 40px 20px 0;
    display: block;
    position: relative;
  }

  main#index section#news article figcaption,
  main#news section#list article figcaption {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  main#index section#news article figcaption time,
  main#news section#list article figcaption time {
    color: #221815;
    white-space: nowrap;
    font-size: 12px;
    width: 110px;
    flex-shrink: 0;
  }

  main#index section#news article figcaption p.category,
  main#news section#list article figcaption p.category {
    border-radius: 4px;
    background: #221815;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 30px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 40px;
    white-space: nowrap;
  }

  main#index section#news article figcaption h1,
  main#news section#list article figcaption h1 {
    color: #221815;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  main#index section#news article a .news_list_btn,
  main#news section#list article a .news_list_btn {
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(50%, -50%);
    border: 3px #221815 solid;
    border-radius: 50px;
    transition: all 0.3s;
  }

  main#index section#news article a .news_list_btn::after,
  main#news section#list article a .news_list_btn::after {
    content: "";
    background: url(../img/common/icon_arrow_footer.svg) no-repeat center /
      contain;
    width: 5px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.4s;
  }

  main#index section#news article a:hover .news_list_btn,
  main#news section#list article a:hover .news_list_btn {
    width: 20px;
    height: 20px;
    border: 1px solid #221815;
  }

  main#index section#news article a:hover .news_list_btn::after,
  main#news section#list article a:hover .news_list_btn::after {
    transform: translate(-50%, -50%) scale(1);
  }

  main#index section#news .btn {
    width: 100%;
    margin: 20px auto 0;
  }

  main#news section#mainvisual {
    background: url(../img/news/title_bg.jpg?date=20250114) no-repeat center center;
    background-size: cover;
  }

  main#news section#detail {
  }

  main#news section#detail .inner {
    background: #fff;
  }

  main#news section#detail h1 {
    color: #1e905a;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  main#news section#detail time {
    color: #9fa0a0;
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
  }

  main#news section#detail figure {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  main#news section#detail figure img {
  }

  main#news section#detail figcaption {
    line-height: 2;
    font-family: "Times New Roman", "Noto Serif JP", "游明朝", "Yu Mincho",
      YuMincho, "Hiragino Mincho Pro", serif;
    margin-top: 20px;
    overflow: hidden;
  }

  main#news section#detail figcaption p {
    line-height: 2;
  }

  main#news section#detail figcaption figure {
    margin: 20px 0;
  }

  /* Index */
  /* ------------------------------------------------------------ */

  /* Mainvisual */
  main#index #swiper-wrap {
    max-width: 100vw;
    position: relative;
    overflow: hidden;
  }

  @keyframes zoom-in {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.2);
    }
  }

  main#index #swiper-wrap .swiper-slide-active .slide-img,
  main#index #swiper-wrap .swiper-slide-duplicate-active .slide-img,
  main#index #swiper-wrap .swiper-slide-prev .slide-img {
    animation: zoom-in 10s linear 0s 1 normal both;
    overflow: hidden;
  }

  main#index #swiper-wrap .slide-img img {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
  }

  main#index #swiper-wrap .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: calc(50% - 20%);
    left: 4vw;
    z-index: 1;
  }

  main#index #swiper-wrap .inner h2 {
    font-size: min(4.3vw, 28px);
    line-height: 1.5;
    text-shadow: 1px 1px 3px #fff, 1px -1px 3px #fff, -1px 1px 3px #fff,
      -1px -1px 3px #fff;
  }

  main#index #swiper-wrap .inner h2 span {
    font-size: min(10.3vw, 86px);
    line-height: 1.5;
    font-weight: 500;
    display: inline-block;
    border-bottom: 2px #1e905a solid;
  }

  main#index #swiper-wrap .inner h2 span:nth-of-type(2) {
    margin-bottom: 40px;
  }

  main#index #swiper-wrap .inner p.btn {
    width: 250px;
    margin-top: 40px;
  }

  /* Business */
  main#index section#business {
    background: url(../img/index/business_bg.jpg?date=20250114) no-repeat center top;
    background-size: 1200px auto;
    padding-bottom: 40px;
  }

  main#index section#business .inner {
    padding: 40px 4vw 0;
  }

  main#index section#business .inner > h3 {
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
  }

  main#index section#business .inner > p.comment {
    text-align: left;
    line-height: 1.8;
    margin: 20px 0;
  }

  main#index section#business .inner > div {
    background: #1e905a;
    padding: 20px 4vw;
  }

  main#index section#business .inner > div h4 {
    color: #fff;
    text-align: center;
    font-size: 20px;
  }

  main#index section#business .inner > div > div {
    margin-top: 20px;
    display: block;
  }

  main#index section#business .inner > div > div > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  main#index section#business .inner > div > div > div:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  main#index section#business .inner > div > div > div figure {
    border-radius: 150px;
    width: 75%;
    max-width: 300px;
    overflow: hidden;
  }

  main#index section#business .inner > div > div > div figcaption {
    text-align: center;
    color: #fff;
    margin-top: 10px;
  }

  main#index section#business .btn {
    width: 100%;
    margin: 20px auto 0;
  }

  /* YouTube */
  main#index section#youtube {
    background: #e8f4ee;
  }

  main#index section#youtube .inner > div:nth-child(1) {
    display: block;
  }

  main#index section#youtube .inner > div:nth-child(1) h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main#index section#youtube .youtube {
    box-sizing: border-box;
    position: relative;
    background: #090e0a;
    width: 100%;
    aspect-ratio: 16/9;
    margin: 20px auto;
    display: flex;
  }

  main#index section#youtube .youtube::before,
  main#index section#youtube .youtube::after {
    content: "";
    background: url(../img/index/frame.png) center top;
    background-size: 25px 18px;
    background-repeat: round;
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
  }

  main#index section#youtube .youtube::before {
    left: 0;
  }

  main#index section#youtube .youtube::after {
    right: 0;
  }

  main#index section#youtube .youtube iframe {
    position: absolute;
    top: 10px;
    left: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 20px);
  }

  /* Profile */
  main#index section#profile {
    background: #e8f4ee;
  }

  main#index section#profile .inner > div {
    display: block;
  }

  main#index section#profile .inner > div h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main#index section#profile .inner > div p.comment {
  }

  main#index section#profile .inner > ul {
    margin-top: 20px;
    display: block;
  }

  main#index section#profile .inner > ul li {
    width: 100%;
    margin: 0 auto;
  }

  main#index section#profile .inner > ul li a {
    color: #fff;
    width: 100%;
    height: 46vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  main#index section#profile .inner > ul li:nth-of-type(1) a {
    background: url(../img/index/profile_img1.jpg) no-repeat center center;
    background-size: cover;
  }

  main#index section#profile .inner > ul li:nth-of-type(2) a {
    background: url(../img/index/profile_img2.jpg) no-repeat center center;
    background-size: cover;
  }

  main#index section#profile .inner > ul li a h4 {
    text-align: center;
  }

  main#index section#profile .inner > ul li a h4 span {
    font-size: 24px;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.75);
    display: block;
    margin-bottom: 10px;
  }

  main#index section#profile .btn {
    width: 100%;
    margin: 20px auto 0;
  }

  /* Works */
  main#index section#works {
  }

  main#index section#works .inner {
    width: 100%;
  }

  main#index section#works .inner > div {
    display: block;
  }

  main#index section#works .inner > div h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main#index section#works .inner > div p.comment {
  }

  main#index section#works figure {
    background: url(../img/index/works_bg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 46vw;
    margin-top: 20px;
  }

  main#index section#works .btn {
    width: 100%;
    margin: 20px auto 0;
  }

  /* Recruit */
  main#index section#recruit {
    background: #e8f4ee;
  }

  main#index section#recruit .inner {
    display: block;
  }

  main#index section#recruit .inner > div {
    width: 100%;
  }

  main#index section#recruit .inner > div h3 {
    font-size: 24px;
  }

  main#index section#recruit .inner > div p.comment {
    margin: 20px 0;
  }

  main#index section#recruit .inner > figure {
    width: 100%;
  }

  main#index section#recruit .inner > div .btn {
    width: 100%;
    margin-top: 20px;
  }

  /* Online */
  main#index section#online .inner {
    width: 100%;
    padding: 0;
  }

  main#index section#online .inner a {
    background: url(../img/index/online_bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    width: 100%;
    height: 47vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  main#index section#online .inner a h3 {
    text-align: center;
  }

  main#index section#online .inner a h3 span {
    font-size: 24px;
    display: block;
    margin-top: 10px;
  }

  /* Profile */
  /* ------------------------------------------------------------ */

  main#profile section#mainvisual {
    background: url(../img/profile/title_bg.jpg?date=20250114) no-repeat center center;
    background-size: cover;
  }

  main#profile section#message .inner,
  main#profile section#overview .inner,
  main#profile section#history .inner {
    padding: 40px 4vw 0;
  }

  main#profile section#img .inner {
    padding: 40px 0 0;
  }

  main#profile section#message .inner > div {
    background: url(../img/profile/message_bg.jpg?date=20250114) no-repeat center center;
    background-size: cover;
    width: 100%;
    max-width: 1100px;
    height: 33.636vw;
    margin: 20px auto;
    display: flex;
    align-items: center;
  }

  main#profile section#message .inner > div h4 {
    font-size: min(4vw, 28px);
    line-height: 2;
    padding: 0 4vw;
    text-shadow: 1px 1px 3px #fff, 1px -1px 3px #fff, -1px 1px 3px #fff,
      -1px -1px 3px #fff;
  }

  main#profile section#message .inner > p.comment {
    margin: 20px 0;
  }

  main#profile section#message .inner > p.sign {
    text-align: right;
    margin-top: 20px;
  }

  main#profile section#overview .dllist,
  main#profile section#history .dllist {
    margin-top: 20px;
  }

  main#profile section#overview .dllist .dlbox,
  main#profile section#history .dllist .dlbox {
  }

  main#profile section#overview .dllist .dlbox .dtbox,
  main#profile section#history .dllist .dlbox .dtbox {
    box-sizing: border-box;
    background: #efefef;
    width: 100%;
    border-left: 1px #221815 solid;
    border-right: 1px #221815 solid;
    display: block;
  }

  main#profile section#overview .dllist .dlbox .ddbox,
  main#profile section#history .dllist .dlbox .ddbox {
    background: #fff;
    padding: 20px;
    border-left: 1px #221815 solid;
    border-right: 1px #221815 solid;
  }

  main#profile section#overview .dllist .dlbox .dtbox .wrap,
  main#profile section#history .dllist .dlbox .dtbox .wrap {
    justify-content: center;
  }

  main#profile section#overview .dllist .dlbox .ddbox dl,
  main#profile section#history .dllist .dlbox .ddbox dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  main#profile section#overview .dllist .dlbox .ddbox dl dt,
  main#profile section#history .dllist .dlbox .ddbox dl dt {
    width: 8.8em;
    display: block;
  }

  main#profile section#overview .dllist .dlbox .ddbox dl dd,
  main#profile section#history .dllist .dlbox .ddbox dl dd {
    display: block;
  }

  main#profile section#img .inner {
    width: 100%;
  }

  main#profile section#img figure {
    background: url(../img/profile/drone_photo.jpg?date=20220411) no-repeat
      center center;
    background-size: cover;
    width: 100%;
    height: 47.272vw;
  }

  /* Business */
  /* ------------------------------------------------------------ */

  main#business section#mainvisual {
    background: url(../img/business/title_bg.jpg?date=20250123) no-repeat center center;
    background-size: cover;
  }

  main#business section#link .inner {
    padding: 40px 0 0;
  }

  main#business section#link ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  main#business section#link ul li:nth-of-type(n + 2) {
    border-left: 1px #221815 solid;
  }

  main#business section#link ul li a {
    padding: 2vw 4vw;
    display: block;
  }

  main#business section#link ul li a span {
    text-align: center;
    line-height: 1.2;
    display: block;
    position: relative;
  }

  main#business section#link ul li a span::after {
    content: "";
    vertical-align: middle;
    margin: auto;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -1.7vw;
    width: 10px;
    height: 10px;
    border-bottom: 1px #1e905a solid;
    border-right: 1px #1e905a solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  main#business section#business2 .inner,
  main#business section#business3 .inner,
  main#business section#business4 .inner {
    border-top: 1px #221815 solid;
  }

  main#business section#business1 .inner > div,
  main#business section#business2 .inner > div,
  main#business section#business3 .inner > div,
  main#business section#business4 .inner > div {
    display: block;
  }

  main#business section#business1 .inner > div figcaption,
  main#business section#business2 .inner > div figcaption,
  main#business section#business3 .inner > div figcaption,
  main#business section#business4 .inner > div figcaption {
    width: 100%;
  }

  main#business section#business1 .inner > div figcaption p.definition,
  main#business section#business2 .inner > div figcaption p.definition,
  main#business section#business3 .inner > div figcaption p.definition,
  main#business section#business4 .inner > div figcaption p.definition {
    color: #1e905a;
    margin-bottom: 10px;
  }

  main#business section#business1 .inner > div figcaption p.definition dfn,
  main#business section#business2 .inner > div figcaption p.definition dfn,
  main#business section#business3 .inner > div figcaption p.definition dfn,
  main#business section#business4 .inner > div figcaption p.definition dfn {
    box-sizing: border-box;
    border: 1px #1e905a solid;
    color: #1e905a;
    font-style: normal;
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  main#business section#business1 .inner > div figure,
  main#business section#business2 .inner > div figure,
  main#business section#business3 .inner > div figure,
  main#business section#business4 .inner > div figure {
    width: 100%;
    max-width: 420px;
    margin: 20px auto 0;
    position: relative;
  }

  main#business section#business1 .inner > div figure::before,
  main#business section#business2 .inner > div figure::before,
  main#business section#business3 .inner > div figure::before,
  main#business section#business4 .inner > div figure::before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  main#business section#business1 .inner > div figure img,
  main#business section#business2 .inner > div figure img,
  main#business section#business3 .inner > div figure img,
  main#business section#business4 .inner > div figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  main#business section#business1 .inner > aside,
  main#business section#business2 .inner > aside,
  main#business section#business3 .inner > aside,
  main#business section#business4 .inner > aside {
    box-sizing: border-box;
    border: 1px #1e905a solid;
    width: 100%;
    max-width: 1100px;
    margin: 40px auto 0;
    padding: 4vw;
    display: block;
  }

  main#business section#business1 .inner > aside figcaption,
  main#business section#business2 .inner > aside figcaption,
  main#business section#business3 .inner > aside figcaption,
  main#business section#business4 .inner > aside figcaption {
    width: 100%;
  }

  main#business section#business1 .inner > aside figcaption h4,
  main#business section#business2 .inner > aside figcaption h4,
  main#business section#business3 .inner > aside figcaption h4,
  main#business section#business4 .inner > aside figcaption h4 {
    color: #1e905a;
    font-size: 18px;
    width: 100%;
    display: block;
    border-bottom: 1px #1e905a solid;
    margin-bottom: 10px;
  }

  main#business section#business1 .inner > aside figcaption h4 dfn,
  main#business section#business2 .inner > aside figcaption h4 dfn,
  main#business section#business3 .inner > aside figcaption h4 dfn,
  main#business section#business4 .inner > aside figcaption h4 dfn {
    background: #1e905a;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    width: 70px;
    height: 30px;
    display: block;
    margin-bottom: 10px;
  }

  main#business
    section#business1
    .inner
    > aside
    figcaption
    h4
    span:nth-of-type(2),
  main#business
    section#business2
    .inner
    > aside
    figcaption
    h4
    span:nth-of-type(2),
  main#business
    section#business3
    .inner
    > aside
    figcaption
    h4
    span:nth-of-type(2),
  main#business
    section#business4
    .inner
    > aside
    figcaption
    h4
    span:nth-of-type(2) {
    font-size: 12px;
    margin: 10px 0;
    display: block;
  }

  main#business section#business1 .inner > aside figure,
  main#business section#business2 .inner > aside figure,
  main#business section#business3 .inner > aside figure,
  main#business section#business4 .inner > aside figure {
    width: 100%;
    max-width: 230px;
    position: relative;
    margin: 10px auto 0;
  }

  main#business section#business1 .inner > aside figure::before,
  main#business section#business2 .inner > aside figure::before,
  main#business section#business3 .inner > aside figure::before,
  main#business section#business4 .inner > aside figure::before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  main#business section#business1 .inner > aside figure img,
  main#business section#business2 .inner > aside figure img,
  main#business section#business3 .inner > aside figure img,
  main#business section#business4 .inner > aside figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  /* Works */
  /* ------------------------------------------------------------ */

  main#works section#mainvisual {
    background: url(../img/works/title_bg.jpg?date=20250114) no-repeat center center;
    background-size: cover;
  }

  main#works section#list .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  main#works section#list .inner article {
    width: 100%;
  }

  main#works section#list .inner article:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  main#works section#list article figure {
    width: 100%;
    position: relative;
  }

  main#works section#list article figure::before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  main#works section#list article figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  main#works section#list article h1 {
    color: #1e905a;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  main#works section#detail {
    margin-top: 0px;
  }

  main#works section#detail .inner {
    background: #fff;
  }

  main#works section#detail .inner h1 {
    color: #1e905a;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  main#works section#detail .inner > figure {
    width: 100%;
    margin: 20px 0 0 !important;
  }

  main#works section#detail figcaption dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }

  main#works section#detail figcaption dl:nth-of-type(1) {
    margin-top: 20px;
  }

  main#works section#detail figcaption dl dt {
    line-height: 2;
    width: 3.15em;
    flex-shrink: 0;
  }

  main#works section#detail figcaption dl dd {
    line-height: 2;
  }

  main#works section#detail figcaption dl dd:nth-of-type(2) {
    flex-wrap: wrap;
  }

  main#works section#detail figcaption p {
    line-height: 2;
  }

  main#works section#detail figcaption p.overview {
    margin-top: 20px;
  }

  ul.pagination {
    padding: 0 4vw 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  ul.pagination li span {
    letter-spacing: 0;
  }

  ul.pagination li.prev {
    margin-right: 30px;
    width: 2em;
  }

  ul.pagination li.next {
    margin-left: 30px;
    width: 2em;
  }

  ul.pagination li .page-numbers {
    background: #fff;
    color: #221815;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  ul.pagination li .page-numbers.current {
    background: #1e905a;
    color: #fff;
  }

  ul.pagination li a {
    color: #221815;
  }

  /* Recruit */
  /* ------------------------------------------------------------ */

  main#recruit section#mainvisual {
    background: url(../img/recruit/title_bg.jpg?date=20250114) no-repeat center center;
    background-size: cover;
  }

  main#recruit section#mainvisual .inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  main#recruit section#mainvisual h2 {
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.75);
  }

  main#recruit section#message .inner,
  main#recruit section#requirements .inner {
    padding: 40px 4vw 0;
  }

  main#recruit section#message .inner > p.comment {
    margin: 20px 0;
  }

  main#recruit section#message .inner > p.sign {
    text-align: right;
    margin-top: 20px;
  }

  main#recruit section#requirements .dllist {
    margin-top: 20px;
  }

  main#recruit section#requirements .dllist .dlbox {
  }

  main#recruit section#requirements .dllist .dlbox .dtbox {
    box-sizing: border-box;
    background: #e8f4ee;
    width: 100%;
    border-left: 1px #221815 solid;
    border-right: 1px #221815 solid;
    display: block;
  }

  main#recruit section#requirements .dllist .dlbox .ddbox {
    background: #f7f7f7;
    padding: 20px;
    border-left: 1px #221815 solid;
    border-right: 1px #221815 solid;
  }

  main#recruit section#requirements .dllist .dlbox .dtbox .wrap {
    justify-content: center;
  }

  main#recruit section#requirements .dllist .dlbox .ddbox .wrap {
    flex-wrap: wrap;
  }

  main#recruit section#requirements .dllist .dlbox .ddbox dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  main#recruit section#requirements .dllist .dlbox .ddbox dl dt {
    width: 8.8em;
    display: block;
  }

  main#recruit section#requirements .dllist .dlbox .ddbox dl dd {
    display: block;
  }

  main#recruit section#requirements .dllist .dlbox .ddbox div.BOX02412 {
    display: block;
  }

  main#recruit section#requirements .dllist .dlbox .ddbox div.BOX02412 img {
    width: 100%;
    margin-top: 10px;
  }

  main#recruit section#requirements .dllist .dlbox .ddbox p.btn {
    margin-top: 20px;
    width: 100%;
  }

  main#recruit section#contact ul {
    margin-top: 20px;
    display: block;
  }

  main#recruit section#contact ul li {
    font-weight: 600;
  }

  main#recruit section#contact ul li:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  main#recruit section#contact ul li img {
    width: 24px;
    height: auto;
    margin-right: 10px;
  }

  /* Dormitory */
  /* ------------------------------------------------------------ */

  main#dormitory section#mainvisual {
    background: url(../img/profile/title_bg.jpg) no-repeat center center;
    background-size: cover;
  }

  main#dormitory section#photos > div.inner {
    width: 100%;
    padding: 20px 2vw;
    overflow: hidden;
  }

  main#dormitory section#photos > div.inner > div {
    width: 100%;
    overflow: hidden;
  }

  main#dormitory section#photos figure {
    box-sizing: border-box;
    position: relative;
    width: 46%;
    margin: 2%;
  }

  main#dormitory section#photos figure::before {
    content: "";
    display: block;
    padding-top: 75%;
  }

  main#dormitory section#photos figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  main#dormitory section#photos figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.5s ease;
  }

  main#dormitory section#photos figure:hover figcaption {
    opacity: 1;
  }

  main#dormitory section#photos figure figcaption p {
    color: #fff;
    font-size: 12px;
  }

  /* Online */
  /* ------------------------------------------------------------ */

  main#online section#mainvisual {
    background: url(../img/online/title_bg.jpg) no-repeat center center;
    background-size: cover;
  }

  main#online section .inner > h3 {
    text-align: left;
  }

  main#online section .inner > p.comment {
    text-align: left;
  }

  main#online section#flow .inner > ul li {
    box-sizing: border-box;
    border: 1px #1e905a solid;
    width: 100%;
    margin: 20px auto 0;
    padding: 4vw;
    display: block;
    position: relative;
  }

  main#online section#flow .inner > ul li:nth-of-type(n + 2)::before {
    content: "";
    vertical-align: middle;
    margin: auto;
    position: absolute;
    left: calc(50% - 5px);
    top: -20px;
    width: 10px;
    height: 10px;
    border-bottom: 1px #1e905a solid;
    border-right: 1px #1e905a solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  main#online section#flow .inner > ul li figure {
    width: 60px;
    margin: 0 auto;
  }

  main#online section#flow .inner > ul li figcaption {
    width: 100%;
  }

  main#online section#flow .inner > ul li figcaption h4 {
    color: #1e905a;
    font-size: 18px;
    width: 100%;
    display: block;
    border-bottom: 1px #1e905a solid;
    padding-bottom: 10px;
    margin: 10px 0;
  }

  main#online section#flow .inner > ul li figcaption h4 dfn {
    background: #1e905a;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    width: 70px;
    height: 30px;
    display: block;
    margin-bottom: 10px;
  }

  main#online section#form {
    background: #e8f4ee;
  }

  main#online section#form .dllist {
    margin-top: 20px;
  }

  main#online section#form .dllist .dlbox .dtbox {
    width: 100%;
    padding: 20px 0 0;
  }

  main#online section#form .dllist .dlbox .dtbox .wrap {
    justify-content: space-between;
  }

  main#online section#form .dllist .dlbox .ddbox .wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  /* Contact */
  /* ------------------------------------------------------------ */

  main#contact section#mainvisual {
    background: url(../img/contact/title_bg.jpg) no-repeat center center;
    background-size: cover;
  }

  main#contact section .inner > h3 {
    text-align: left;
  }

  main#contact section .inner > p.comment {
    text-align: left;
  }

  main#contact section#tel .inner > div {
    box-sizing: border-box;
    border: 1px #1e905a solid;
    text-align: center;
    width: 100%;
    height: 150px;
    margin: 20px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  main#contact section#tel .inner > div .tel_num {
    background: url(../img/contact/icon_tel.svg) no-repeat 0 0;
    background-size: 20px;
    line-height: 20px;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    padding: 0 0 0 30px;
    display: inline-block;
  }

  main#contact section#tel .inner > div a {
    color: #1e905a;
  }

  main#contact section#tel .inner > div hr {
    width: 80%;
    height: 1px;
    margin: 10px auto;
    padding: 0;
    display: block;
    border: 0;
    border-top: 1px #221815 solid;
  }

  main#contact section#tel .inner > div p.businesshours {
    line-height: 1.8;
  }

  main#contact section#form .inner {
    border-top: 1px #221815 solid;
  }

  main#contact section#form .dllist {
    margin-top: 20px;
  }

  main#contact section#form .dllist .dlbox .dtbox {
    width: 100%;
    padding: 20px 0 0;
  }

  main#contact section#form .dllist .dlbox .dtbox .wrap {
    justify-content: space-between;
  }

  main#contact section#form .dllist .dlbox .ddbox .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
