@charset "UTF-8";
/* ---------------------------------------------------------------------------
 * RESET STYLE
--------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}
article, aside, dialog, figcaption, figure, footer, header, main, menu, nav, section, svg {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  vertical-align: middle;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  cursor: pointer;
}
strong {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
}
caption, th {
  font-weight: bold;
  text-align: left;
}
label {
  cursor: pointer;
}
label span {
  vertical-align: middle;
}
input, textarea, select {
  padding: 4px 8px;
  border-radius: 0;
  vertical-align: middle;
}
input:not([type="radio"]):not([type="checkbox"]), textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="radio"], input[type="checkbox"], input[type="submit"] {
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
a, area, button, input, label, select, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
article {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* ---------------------------------------------------------------------------
 * COMMON
--------------------------------------------------------------------------- */
body {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "serif";
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
a {
  color: #162c52;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  color: #203e73;
}
a img {
  -webkit-transition: 0.3s;
}
@media screen and (max-width:767px) {
  .onlyPC {
    display: none !important;
  }
  .onlySP {
    display: block;
  }
}
@media screen and (min-width:768px) {
  .onlyPC {
    display: block;
  }
  .onlySP {
    display: none !important;
  }
}
/* ---------------------------------------------------------------------------
 * アニメーション
--------------------------------------------------------------------------- */
.sa {
  opacity: 0;
  transition: all .3s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translate(0, 100px);
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--scaleUp {
  transform: scale(.5);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}
.sa {
  opacity: 0;
  transition: all .5s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translate(0, 100px);
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--scaleUp {
  transform: scale(.5);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ---------------------------------------------------------------------------
 * header
--------------------------------------------------------------------------- */
header {
  width: 100%;
  height: 85px;
  margin: 0;
  padding: 0 3%;
  text-align: left;
  position: fixed;
  z-index: 100;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #f5f4f2;
}
header.index {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: none;
}
header #head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
header #head .logo a {
  display: inline-block;
  margin-top: 8px;
}
/* nav */
header #head .gnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header #head .gnav ul li a {
  font-size: 16px;
  margin: 0 1.5em;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  color: #162c52;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
header.index #head .gnav ul li a {
  color: #fff;
}
header #head .gnav ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #162c52;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
header.index #head .gnav ul li a::after {
  background: #fff;
}
header #head .gnav ul li a:hover::after {
  transform: scale(1, 1);
}
header #head .gnav ul li a.active {
  color: #0c419b !important;
}
header #head .gnav ul li.g-nav__item--blank a::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/icon_blank.svg) no-repeat center/contain;
  top: 3px;
  right: -20px;
  width: 14px;
  height: 14px;
}
header.index #head .gnav ul li.g-nav__item--blank a::before {
  background: url(../img/icon_blank_top.svg) no-repeat center/contain;
}
@media screen and (max-width:999px) {
  header {
    height: 70px;
  }
  header .logo {
    width: 130px;
  }
  header .logo img {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  header {
    padding: 0 12px;
  }
}
.wrap_nav {
  font-size: 0;
  text-align: right;
  top: 0;
  right: 3.5%;
  position: absolute;
  z-index: 1000;
  position: fixed;
}
.nav_inner {
  position: relative;
  z-index: 10;
  display: inline-block;
  font-size: 18px;
}
.wrap_nav_menu {
  width: 0px;
  height: 0px;
  min-width: 0px;
  min-height: 0px;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -3.5vw;
  transition: all .1s;
}
.wrap_nav_menu div {
  display: none;
}
.wrap_nav_menu ul {
  width: 300px;
  margin: 70px 0 40px;
  padding: 0 40px;
  display: block;
}
.wrap_nav_menu ul li {
  margin-bottom: 1.5em;
}
.wrap_nav_menu ul li a {
  padding: 0 60px;
  display: block;
  position: relative;
  color: #162c52;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}
/*開閉ボタン*/
header #nav_toggle {
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  transition: all .1s;
  cursor: pointer;
}
#nav_toggle div {
  width: 30px;
  height: 30px;
  position: relative;
  top: 0;
  display: inline-block;
  box-sizing: border-box;
  transition: all .4s;
}
#nav_toggle span {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #162c52;
  display: inline-block;
  box-sizing: border-box;
  transition: all .4s;
  overflow: hidden;
}
header.index #nav_toggle span {
  background-color: #fff;
}
#nav_toggle span:nth-of-type(1) {
  top: 20px;
}
#nav_toggle span:nth-of-type(2) {
  bottom: 20px;
}
.open .nav_inner {
  display: block;
}
.open .wrap_nav_menu {
  width: 295px;
  height: auto;
  background-color: #fff;
}
.open #nav_toggle span:nth-of-type(1) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}
.open #nav_toggle span:nth-of-type(2) {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
header.index .open #nav_toggle span:nth-of-type(1) {
  background-color: #162c52;
}
header.index .open #nav_toggle span:nth-of-type(2) {
  background-color: #162c52;
}
.top .nav_top {
  display: none !important;
}
.nav_inner:hover .wrap_nav_menu {
  background-color: #fff;
}
@media screen and (max-width:767px) {
  .wrap_nav {
    right: 12px;
  }
  .wrap_nav_menu {
    right: -12px;
  }
}
/* ---------------------------------------------------------------------------
 * index
--------------------------------------------------------------------------- */
#top_contents {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0;
}
#top_contents #mv {
  width: 100%;
  height: 60vw;
  position: relative;
  background-color: #000;
  animation-name: fade;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
#top_contents #mv .mainimg {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/main.jpg")no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#top_contents #mv .maintxt_wrap {
  position: absolute;
  bottom: 13%;
  left: 6%;
  text-align: left;
  color: #fff;
}
#top_contents #mv .maintxt_wrap p {
  font-size: 3vw;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
#top_mainwrap {
  width: 100%;
}
@media screen and (max-width:767px) {
  #top_contents #mv {
    height: 100vw;
  }
  #top_contents #mv .mainimg {
    background: url("../img/main_sp.jpg")no-repeat;
    background-size: cover;
  }
  #top_contents #mv .maintxt_wrap p {
    font-size: 6.5vw;
  }
}
/*事業内容*/
#top_mainwrap .business_wrap .inner {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 0 13% 0;
}
#top_mainwrap .business_wrap .inner .ditailwrap {
  width: 68%;
  background-color: #f5f4f2;
  padding: 170px 0 170px 20%;
  text-align: left;
}
#top_mainwrap .business_wrap .inner .ditailwrap h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.2vw;
  margin-bottom: 50px;
  color: #162c52;
  font-weight: 400;
  line-height: 1.3;
}
#top_mainwrap .business_wrap .inner .ditailwrap p {
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 10%;
}
#top_mainwrap .business_wrap .inner .ditailwrap .btnwrap a {
  width: 260px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #162c52;
  color: #162c5;
  font-family: 'Cormorant Garamond', serif;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 55px;
  padding: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#top_mainwrap .business_wrap .inner .ditailwrap .btnwrap a:hover {
  position: relative;
  width: 260px;
  height: 60px;
  background-color: #162c52;
  border: 1px solid #162c52;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 55px;
  padding: 0;
}
#top_mainwrap .business_wrap .inner .imgwrap {
  width: 45%;
  position: absolute;
  left: 3%;
  top: 170px;
}
#top_mainwrap .business_wrap .inner .imgwrap img {
  width: 100%;
}
@media screen and (max-width:1400px) {

#top_mainwrap .business_wrap .inner .ditailwrap {
        width: 55%;
    padding: 10% 0 20vw 8%;
  }
#top_mainwrap .business_wrap .inner .ditailwrap h2 {
    font-size: 4.5vw;
    margin-bottom: 6%;
}
#top_mainwrap .business_wrap .inner .ditailwrap p {
    font-size: 1.3vw;
    margin-bottom: 10%;
}
#top_mainwrap .business_wrap .inner .imgwrap {
    width: 58%;
	top: inherit;
        bottom: -3.5vw;
  }
	#top_mainwrap .business_wrap .inner .ditailwrap .btnwrap a {
    margin-left: 33%;
}
}
@media screen and (max-width:999px) {


#top_mainwrap .business_wrap .inner .ditailwrap h2 {
    font-size: 5.5vw;
}
#top_mainwrap .business_wrap .inner .ditailwrap p {
    font-size: 1.6vw;
}
		#top_mainwrap .business_wrap .inner .ditailwrap .btnwrap a {
    margin-left: 30%;
}
	#top_mainwrap .business_wrap .inner .ditailwrap .btnwrap a {
    width: 230px;
}
}
@media screen and (max-width:767px) {
  #top_mainwrap .business_wrap .inner {
    margin: 0 0 95vw 0;
  }
  #top_mainwrap .business_wrap .inner .ditailwrap {
    width: 100%;
    padding: 15% 0 30vw 3%;
  }
  #top_mainwrap .business_wrap .inner .ditailwrap h2 {
    font-size: 10vw;
    margin-bottom: 5%;
  }
  #top_mainwrap .business_wrap .inner .ditailwrap p {
    font-size: 3.5vw;
    margin-bottom: 6%;
  }
  #top_mainwrap .business_wrap .inner .imgwrap {
    width: 100%;
    left: 0;
    top: inherit;
    bottom: -80vw;
  }
	

}
/*会社情報*/
#top_mainwrap .company_wrap .inner {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 13% 0;
}
#top_mainwrap .company_wrap .inner .ditailwrap {
  width: 68%;
  background-color: #162c52;
  padding: 170px 0 170px 12%;
  text-align: left;
}
#top_mainwrap .company_wrap .inner .ditailwrap h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.2vw;
  margin-bottom: 50px;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
}
#top_mainwrap .company_wrap .inner .ditailwrap p {
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 10%;
}
#top_mainwrap .company_wrap .inner .ditailwrap .btnwrap a {
  width: 260px;
  height: 60px;
  background-color: #162c52;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 55px;
  padding: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#top_mainwrap .company_wrap .inner .ditailwrap .btnwrap a:hover {
  position: relative;
  width: 260px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #162c52;
  font-family: 'Cormorant Garamond', serif;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 55px;
  padding: 0;
}
#top_mainwrap .company_wrap .inner .imgwrap {
  width: 45%;
  position: absolute;
  right: 3%;
  top: 170px;
}
#top_mainwrap .company_wrap .inner .imgwrap img {
  width: 100%;
}
@media screen and (max-width:1400px) {

#top_mainwrap .company_wrap .inner .ditailwrap {
        width: 55%;
    padding: 10% 0 20vw 4%;
  }
#top_mainwrap .company_wrap .inner .ditailwrap h2 {
    font-size: 4.5vw;
    margin-bottom: 6%;
}
#top_mainwrap .company_wrap .inner .ditailwrap p {
    font-size: 1.3vw;
    margin-bottom: 10%;
}
#top_mainwrap .company_wrap .inner .imgwrap {
    width: 58%;
	top: inherit;
        bottom: -3.5vw;
  }
}
@media screen and (max-width:999px) {


#top_mainwrap .company_wrap .inner .ditailwrap h2 {
    font-size: 5.5vw;
}
#top_mainwrap .company_wrap .inner .ditailwrap p {
    font-size: 1.6vw;
}

	#top_mainwrap .company_wrap .inner .ditailwrap .btnwrap a {
  width: 230px;
}
}
@media screen and (max-width:767px) {
  #top_mainwrap .company_wrap .inner {
    margin: 0 0 95vw 0;
  }
  #top_mainwrap .company_wrap .inner .ditailwrap {
    width: 100%;
    padding: 15% 3% 30vw;
  }
  #top_mainwrap .company_wrap .inner .ditailwrap h2 {
    font-size: 10vw;
    margin-bottom: 5%;
  }
  #top_mainwrap .company_wrap .inner .ditailwrap p {
    font-size: 3.5vw;
    margin-bottom: 6%;
  }
  #top_mainwrap .company_wrap .inner .imgwrap {
    width: 100%;
    left: 0;
    top: inherit;
    bottom: -80vw;
  }
	

}
/*news*/
#top_mainwrap .newswrap {
  width: 100%;
  background-color: #f5f4f2;
  padding: 11% 0;
}
#top_mainwrap .newswrap .inner {
  width: 94%;
  max-width: 870px;
  margin: 0 auto;
  text-align: center;
}
#top_mainwrap .newswrap .inner h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px;
  margin-bottom: 50px;
  color: #162c52;
  font-weight: 400;
  line-height: 1.3;
}
#top_mainwrap .newswrap .inner .newsList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#top_mainwrap .newswrap .inner .newsList li {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
#top_mainwrap .newswrap .inner .newsList li:first-child {
  border-top: 1px solid #ccc;
}
#top_mainwrap .newswrap .inner .newsList li dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
}
#top_mainwrap .newswrap .inner .newsList li dl dt {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  margin-bottom: 12px;
  color: #162c52;
  font-weight: 500;
  width: 100%;
}
#top_mainwrap .newswrap .inner .newsList li dl dd {
  font-size: 16px;
  line-height: 1.4;
  width: 100%;
}
@media screen and (max-width:999px) {
	#top_mainwrap .newswrap .inner h2 {
  font-size: 5.5vw;
}
}
@media screen and (max-width:767px) {
	#top_mainwrap .newswrap .inner h2 {
  font-size: 10vw;
		margin-bottom: 6%;
}
	#top_mainwrap .newswrap .inner .newsList li {
  padding: 1.2em 0;
}
	#top_mainwrap .newswrap .inner .newsList li dl dt {
  font-size: 20px;
  margin-bottom: 10px;
}
	#top_mainwrap .newswrap .inner .newsList li dl dd {
  font-size: 15px;
}
}
/* ---------------------------------------------------------------------------
 * フッター
--------------------------------------------------------------------------- */
footer {
  background-color: #fff;
  position: relative;
  z-index: 9;
}
/* ページトップへ */
.totop {
  display: block;
  width: 100%;
  height: 50px;
  position: relative;
  text-align: center;
  z-index: 0;
}
.totop img {
  margin-top: 18px;
}
.totop:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: 0.5s;
  background-color: #162c52;
}
.totop:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background-color: #203e73;
}
.totop:hover:before {
  opacity: 0;
}
.totop a {
  display: block;
  position: absolute !important;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .footer_wrap {
  width: 94%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer_wrap .fnav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
footer .footer_wrap .fnav_list li a {
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}
footer .footer_wrap .fnav_list li a:hover {
  text-decoration: underline;
}
footer .footer_wrap .footer_copy {
  font-size: 15px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  text-align: right;
  color: #000;
  letter-spacing: 0;
}
@media screen and (max-width:767px) {
  footer .footer_wrap {
    padding: 20px 0;
    justify-content: center;
  }
  footer .footer_wrap .fnav_list {
    width: 100%;
    justify-content: center;
  }
  footer .footer_wrap .footer_copy {
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
}
/* ---------------------------------------------------------------------------
 * 下層ページ共通
--------------------------------------------------------------------------- */
#contents {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 85px 0 0;
  margin: 0;
}
#contents .mainttl {
  width: 100%;
  height: 280px;
  background-color: #f5f4f2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#contents .mainttl h2 {
  color: #162c52;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.8;
  color: #162c52;
}
#contents .mainttl h2 span {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 24px;
  font-weight: 600;
  display: block;
  letter-spacing: 0;
}
#mainwrap {
  width: 100%;
}
@media screen and (max-width:999px) {
  #contents {
    padding: 70px 0 0;
  }
  #contents .mainttl {
    height: 220px;
  }
  #contents .mainttl h2 {
    font-size: 4.8vw;
    line-height: 1.6;
  }
  #contents .mainttl h2 span {
    font-size: 2.5vw;
  }
}
@media screen and (max-width:767px) {
  #contents .mainttl {
    height: 20vh;
  }
  #contents .mainttl h2 {
    font-size: 6.5vw;
  }
  #contents .mainttl h2 span {
    font-size: 4vw;
  }
}
/* ---------------------------------------------------------------------------
 * 事業内容
--------------------------------------------------------------------------- */
#business {
  width: 100%;
  padding: 120px 0 170px;
}
#business section {
  margin-bottom: 170px;
}
#business section:last-of-type {
  margin-bottom: 0;
}
#business section .inner h3 {
  font-size: 30px;
  font-weight: bold;
  color: #162c52;
  margin-bottom: 80px;
  letter-spacing: .26em;
}
#business section .inner h3 span {
  position: relative;
}
#business section .inner h3 span::before {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  content: "";
  background: #162c52;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -80px;
}
#business section .inner h3 span::after {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  content: "";
  background: #162c52;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -80px;
}
#business .estado {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#business .estado .imgwrap {
  width: 53%;
}
#business .estado .imgwrap img {
  width: 100%;
}
#business .estado .imgwrap img.wides {
  display: none;
}
#business .estado .ditailwrap {
  width: 47%;
  text-align: left;
  padding: 0 60px;
}
#business .estado .ditailwrap .estado_logo {
  width: 208px;
  margin-bottom: 28px;
}
#business .estado .ditailwrap .estado_logo img {
  width: 100%;
}
#business .estado .ditailwrap .cap {
  font-size: 30px;
  margin-bottom: 30px;
  color: #162c52;
  font-weight: bold;
}
#business .estado .ditailwrap .txt {
  font-size: 16px;
  margin-bottom: 65px;
  line-height: 1.8;
}
#business .estado .ditailwrap .txt span {
  font-size: 18px;
  font-weight: bold;
}
#business .estado .ditailwrap .wides {
  display: none;
}
#business .estado .ditailwrap .address {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.6;
}
#business .estado .ditailwrap .btnwrap a {
  position: relative;
  width: 260px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #162c52;
  color: #162c5;
  font-family: 'Cormorant Garamond', serif;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 60px;
  padding: 0 25px 0 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#business .estado .ditailwrap .btnwrap a::after {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/icon_blank.svg) no-repeat center/contain;
  top: 23px;
  right: 55px;
  width: 14px;
  height: 14px;
}
#business .estado .ditailwrap .btnwrap a:hover {
  position: relative;
  width: 260px;
  height: 60px;
  background-color: #162c52;
  border: 1px solid #162c52;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 60px;
  padding: 0 25px 0 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#business .estado .ditailwrap .btnwrap a:hover::after {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/icon_blank_top.svg) no-repeat center/contain;
  top: 23px;
  right: 60px;
  width: 14px;
  height: 14px;
}
#business section.etcwrap .inner {
  width: 94%;
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
}
#business .etc {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto -120px;
}
#business .etc .item {
  width: 48%;
  margin: 0 0 120px;
  text-align: left;
}
#business .etc::after {
  content: "";
  display: block;
  width: 48%;
}
#business .etc .item .etcttl {
  font-size: 24px;
  font-weight: bold;
  color: #162c52;
  margin-bottom: 15px;
}
#business .etc .item .etcimg {
  width: 100%;
  margin-bottom: 25px;
}
#business .etc .item .etcimg img {
  width: 100%;
}
#business .etc .item .etctxt {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width:1290px) {
  #business .estado .ditailwrap .widel {
    display: none;
  }
  #business .estado .ditailwrap .wides {
    display: block !important;
  }
  #business .estado .ditailwrap {
    padding: 0 3% 0 60px;
  }
}
@media screen and (max-width:999px) {
  #business {
    padding: 10% 0 13%;
  }
  #business section {
    margin-bottom: 13%;
  }
  #business section .inner h3 {
    margin-bottom: 6%;
  }
  #business .estado {
    flex-direction: column-reverse;
  }
  #business .estado .imgwrap {
    width: 100%;
  }
  #business .estado .imgwrap img.wides {
    display: block !important;
  }
  #business .estado .imgwrap img.widel {
    display: none;
  }
  #business .estado .ditailwrap {
    width: 100%;
    padding: 0 60px;
    text-align: center;
    margin: 0 auto 3%;
  }
  #business .estado .ditailwrap .estado_logo {
    margin: 0 auto 2%;
  }
  #business .etc .item {
    margin: 0 0 8%;
  }
  #business .estado .ditailwrap .txt {
    margin-bottom: 30px;
  }
  #business .etc .item .etcimg {
    margin-bottom: 15px;
  }
  #business .etc .item .etcttl {
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
@media screen and (max-width:767px) {
  #business {
    padding: 15% 0 18%;
  }
  #business section {
    margin-bottom: 18%;
  }
  #business section .inner h3 {
    font-size: 24px;
  }
  #business section .inner h3 span::before {
    width: 30px;
    left: -40px;
  }
  #business section .inner h3 span::after {
    width: 30px;
    right: -40px;
  }
  #business section:last-of-type {
    margin-bottom: 18%;
  }
  #business .estado .ditailwrap {
    padding: 0 3%;
    margin: 0 auto 6%;
  }
  #business .estado .ditailwrap .estado_logo {
    width: 150px;
    margin: 0 auto 3%;
  }
  #business .estado .ditailwrap .cap {
    font-size: 6vw;
    margin-bottom: 5%;
  }
  #business .estado .ditailwrap .txt {
    margin-bottom: 5%;
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
  }
  #business .estado .ditailwrap .address {
    font-size: 13px;
    margin-bottom: 3%;
    line-height: 1.6;
    text-align: left;
  }
  #business .etc .item {
    width: 100%;
  }
  #business .etc .item .etcttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #business .etc .item .etctxt {
    font-size: 15px;
    line-height: 1.5;
  }
}
/* ---------------------------------------------------------------------------
 * 会社情報
--------------------------------------------------------------------------- */
#company {
  width: 100%;
  padding: 120px 0 170px;
}
#company section {
  margin-bottom: 170px;
}
#company section:last-of-type {
  margin-bottom: 0;
}
#company section .inner {
  width: 94%;
  max-width: 1160px;
  margin: 0 auto;
  text-align: left;
}
#company section .inner h3 {
  font-size: 30px;
  font-weight: bold;
  color: #162c52;
  margin-bottom: 80px;
  letter-spacing: .26em;
}
#company section .inner h3 span {
  position: relative;
}
#company section .inner h3 span::before {
  position: absolute;
  top: 50%;
  width: 125px;
  height: 1px;
  content: "";
  background: #162c52;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -150px;
}
#company .layout-grid {
  width: 100%;
}
#company .layout-grid dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px #ccc solid;
  padding: 30px 0;
}
#company .layout-grid dl:first-of-type {
  border-top: 1px #ccc solid;
}
#company .layout-grid dl dt {
  width: 350px;
  font-size: 16px;
  color: #162c52;
  font-weight: bold;
  padding: 0 0 0 125px;
}
#company .layout-grid dl dd {
  width: calc(100% - 350px);
  font-weight: normal;
  padding: 0 20px;
}
#company .map-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#company .map-layout .address {
  width: 520px;
  padding: 0 0 0 125px;
  line-height: 2;
  font-weight: 400;
}
#company .map-layout .map {
  width: 640px;
  height: 390px;
}
#company .map-layout .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width:1251px) {
  #company .map-layout .address {
    width: calc(100% - 640px);
    padding: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:999px) {
  #company {
    padding: 10% 0 13%;
  }
  #company section {
    margin-bottom: 13%;
  }
  #company section .inner h3 {
    margin-bottom: 6%;
  }
  #company .layout-grid dl dt {
    width: 200px;
    padding: 0 0 0 20px;
  }
  #company .layout-grid dl dd {
    width: calc(100% - 200px);
  }
  #company .map-layout .address {
    width: 100%;
  }
  #company .map-layout .map {
    width: 100%;
    height: 55vh;
  }
}
@media screen and (max-width:767px) {
  #company {
    padding: 15% 0 18%;
  }
  #company section .inner h3 {
    font-size: 24px;
  }
  #company section .inner h3 span::before {
    width: 80px;
    right: -90px;
  }
  #company .layout-grid dl {
    padding: 1.2em 0;
  }
  #company .layout-grid dl dt {
    width: 100%;
    font-size: 18px;
    padding: 0 2%;
  }
  #company .layout-grid dl dd {
    width: 100%;
    font-size: 15px;
    padding: 0 2%;
  }
  #company .map-layout .address {
    font-size: 15px;
    line-height: 1.5;
  }
  #company .map-layout .map {
    height: 30vh;
  }
}
/* ---------------------------------------------------------------------------
 * 個人情報保護方針
--------------------------------------------------------------------------- */
#policy {
  width: 100%;
  padding: 120px 0 170px;
}
#policy .inner {
  width: 94%;
  max-width: 1160px;
  margin: 0 auto;
  text-align: left;
}
#policy .text-block {
  margin-bottom: 70px;
  font-weight: 400;
}
#policy .text-block:last-of-type {
  margin-bottom: 0;
}
#policy .text-block h3 {
  font-size: 20px;
  font-weight: bold;
  color: #162c52;
  margin-bottom: 20px;
}
#policy .text-block p + p {
  margin-top: 50px;
}
#policy .text-block ul + p {
  margin-top: 50px;
}
#policy .text-block ul {
  margin-top: 20px;
}
#policy .text-block ul li {
  margin-bottom: 15px;
  text-indent: -1em;
  padding-left: 1.5em;
  line-height: 1.3;
}
#policy .text-block ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:999px) {
  #policy {
    padding: 10% 0 13%;
  }
  #policy .text-block {
    margin-bottom: 8%;
  }
}
@media screen and (max-width:767px) {
  #policy {
    padding: 15% 0 18%;
  }
  #policy .text-block {
    font-size: 15px;
  }
}