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

	SWC
	Index

==============================================*/
/*------------------------
	Font
------------------------*/
/*==============================================

	SWC (PC)
	Index

==============================================*/
@media screen and (min-width: 835px) {
  /*================================
  	Layout, Elements
  ================================*/
  main h1, main h2 {
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 3.5rem;
    letter-spacing: .1em;
    color: #232C67;
  }
  main h1 em, main h2 em {
    display: block;
    margin-bottom: 5rem;
    font-family: 'EB Garamond', serif;
    line-height: 1;
    letter-spacing: .1em;
    font-size: 1.4rem;
  }
  main .moviecont {
    width: 100%;
    height: 1000px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  main .moviecont video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  main::before {
    content: "";
    display: block;
    width: 100%;
    height: 1000px;
    background: linear-gradient(rgba(3, 100, 134, 0.3), #fff);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  main .concept {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
    padding-top: 45px;
    position: relative;
    z-index: 3;
  }
  main .concept h1 {
    margin: 245px 5%;
    font-family: 'EB Garamond', serif;
    line-height: 1;
    letter-spacing: .1em;
    font-size: 4rem;
    color: #fff;
  }
  main .concept .photo {
    text-align: right;
  }
  main .concept .photo img {
    width: 465px;
  }
  main .concept h2 {
    margin-top: 30px;
    text-align: center;
  }
  main .concept .note {
    margin-top: 50px;
  }
  main .concept .note p {
    line-height: 2.3;
  }
  main .concept .note p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  main .concept .note p {
    text-align: center;
    font-size: 1.8rem;
  }
  main .concept .more {
    margin: 70px;
  }
  main .concept .more a {
    display: block;
    max-width: 12.5rem;
    padding: 1rem 0;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Noto Sans Japanese','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #262626;
    position: relative;
    margin: 0 auto;
  }
  main .concept .more a::before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #262626;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  main .concept .more a::after {
    content: "";
    display: block;
    height: 1rem;
    border-right: 1px solid #262626;
    position: absolute;
    right: 2px;
    bottom: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  main .service {
    background: #fff url(../img/service_bg.jpg) center top/100% no-repeat;
    padding-top: 230px;
  }
  main .service > .note {
    margin-top: 50px;
  }
  main .service > .note p {
    line-height: 2.3;
  }
  main .service > .note p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  main .service > .note p {
    text-align: center;
    font-size: 1.8rem;
  }
  main .service .solutions {
    width: 90%;
    max-width: 1260px;
    margin: 60px auto 0;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main .service .solutions section {
    width: 31%;
    padding-bottom: 7rem;
  }
  main .service .solutions section h3 {
    margin-top: 2.5rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.8rem;
    color: #232C67;
  }
  main .service .solutions section .note {
    margin-top: 1.5rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #232C67;
  }
  main .service .solutions section .more a {
    display: block;
    max-width: 12.5rem;
    padding: 1rem 0;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Noto Sans Japanese','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #262626;
    position: relative;
  }
  main .service .solutions section .more a::before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #262626;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  main .service .solutions section .more a::after {
    content: "";
    display: block;
    height: 1rem;
    border-right: 1px solid #262626;
    position: absolute;
    right: 2px;
    bottom: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  main .news {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
  }
  main .news .newslist {
    margin-top: 60px;
    overflow: hidden;
  }
  main .news .newslist dt, main .news .newslist dd {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  main .news .newslist dt {
    float: left;
    width: 200px;
    padding-left: 3rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    letter-spacing: .1em;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
  }
  main .news .newslist dd {
    border-bottom: 1px solid #262626;
    padding-left: 200px;
    font-size: 1.8rem;
  }
  main .comfortable {
    width: 90%;
    max-width: 635px;
    margin: 50px auto 0;
  }
}
/*------------------------
	Font
------------------------*/
/*==============================================

	SWC (SP)
	Index

==============================================*/
@media screen and (max-width: 834px) {
  /*================================
  	Layout, Elements
  ================================*/
  main .moviecont,
  main .moviecont video {
    display: none;
  }
  main h1, main h2 {
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 3rem;
    line-height: 1.4;
    color: #232C67;
  }
  main h1 em, main h2 em {
    display: block;
    margin-bottom: 3rem;
    font-family: 'EB Garamond', serif;
    line-height: 1;
    letter-spacing: .1em;
    font-size: 1.4rem;
  }
  main .concept {
    background: url(../img/main_bg_sp.jpg) center bottom/cover no-repeat;
    margin-top: -5rem;
    padding: 150px 7% 50px;
    position: relative;
    z-index: 3;
  }
  main .concept h1 {
    font-family: 'EB Garamond', serif;
    line-height: 1;
    letter-spacing: .1em;
    font-size: 3.3rem;
    line-height: 1.3;
    color: #fff;
  }
  main .concept h2 {
    margin-top: 70px;
    text-align: center;
  }
  main .concept .note {
    margin-top: 40px;
  }
  main .concept .note p {
    line-height: 2.3;
  }
  main .concept .note p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  main .concept .note p {
    font-size: 1.5rem;
  }
  main .concept .more {
    margin-top: 50px;
  }
  main .concept .more a {
    display: block;
    max-width: 12.5rem;
    padding: 1rem 0;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Noto Sans Japanese','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #262626;
    position: relative;
    margin: 0 auto;
  }
  main .concept .more a::before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #262626;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  main .concept .more a::after {
    content: "";
    display: block;
    height: 1rem;
    border-right: 1px solid #262626;
    position: absolute;
    right: 2px;
    bottom: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  main .service {
    background: #fff url(../img/service_bg_sp.jpg) center top/100% no-repeat;
    padding-top: 170px;
    position: relative;
    z-index: 4;
  }
  main .service > .note {
    margin-top: 40px;
  }
  main .service > .note p {
    line-height: 2.3;
  }
  main .service > .note p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  main .service > .note p {
    padding: 0 7%;
    font-size: 1.5rem;
  }
  main .service .solutions {
    width: 90%;
    margin: 50px auto 0;
  }
  main .service .solutions section:not(:last-of-type) {
    padding-bottom: 4rem;
  }
  main .service .solutions section h3 {
    margin-top: 2.5rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.8rem;
    color: #232C67;
  }
  main .service .solutions section .note {
    margin-top: 1.5rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #232C67;
  }
  main .service .solutions section .more {
    margin-top: 2rem;
  }
  main .service .solutions section .more a {
    display: block;
    max-width: 12.5rem;
    padding: 1rem 0;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Noto Sans Japanese','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #262626;
    position: relative;
    margin-left: auto;
    margin-right: 0;
  }
  main .service .solutions section .more a::before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #262626;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  main .service .solutions section .more a::after {
    content: "";
    display: block;
    height: 1rem;
    border-right: 1px solid #262626;
    position: absolute;
    right: 2px;
    bottom: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  main .comfortable {
    width: 90%;
    max-width: 635px;
    margin: 70px auto 0;
  }
  main .news {
    width: 90%;
    margin: 0 auto;
    padding-top: 70px;
  }
  main .news .newslist {
    border-top: 1px solid #262626;
    margin-top: 40px;
    overflow: hidden;
  }
  main .news .newslist dt {
    padding-top: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    letter-spacing: .1em;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2;
  }
  main .news .newslist dd {
    border-bottom: 1px solid #262626;
    padding: 1rem 0;
  }
}
