body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 30px;
  }
}

.fnt-c {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fnt-z {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.elementor-widget-wrap {
  padding: 0 !important;
}

#wrapper {
  padding-top: 80px;
}

#header {
  height: 80px;
  box-sizing: border-box;
  background: #FFF;
	transition: 0.3s all ease;
}
#header .header-h1 {
  display: none;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
	margin-left: 57px;
}
#header .header-h1 h1{
	display: inline;
}

#header .logo {
  position: absolute;
  z-index: 1;
  max-width: 208px;
  transition: all 0.2s ease;
  top: 15px;
  left: 25px;
}

.page-id-43 #header{
	background: transparent;
	height: 120px;
	color: #fff;
	padding-top: 23px;
}
.page-id-43 #header .header-h1{
	display: block;
}
.page-id-43 #header .logo{
	max-width: 267px;
	left: 57px;
	top: 46px;
}
.page-id-43 #header .logo img{
	filter: brightness(0) invert(1);
}
.page-id-43 #header .header_menu .g_nav .dis-flex-pc li{
	padding: 67px 0 0;
	transition: 0.2s all ease;
}
.page-id-43 #header .header_menu .g_nav .dis-flex-pc li a,
.page-id-43 #header .header_menu .g_nav .dis-flex-pc li span{
	color: #fff;
}
.page-id-43.has-nav #header{
	height: 80px;
	background: #fff;
}
.page-id-43.has-nav #header .header-h1{
	opacity: 0;
}
.page-id-43.has-nav #header .logo{
	max-width: 208px;
	top: 15px;
	left: 25px;
}
.page-id-43.has-nav #header .logo img{
	filter: unset;
}
.page-id-43.has-nav #header .header_menu .g_nav .dis-flex-pc li{
	padding: 27px 0 0;
}
.page-id-43.has-nav #header .header_menu .g_nav .dis-flex-pc li a,
.page-id-43.has-nav #header .header_menu .g_nav .dis-flex-pc li span{
	color: #3a3a3a;
}

.page-id-43.has-nav #header .header_menu .g_nav .dis-flex-pc li dl{
	top: 66px;
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  #header .logo {
    max-width: 208px;
    top: 16px;
    left: 10px;
  }
}
@media screen and (max-width: 1180px){
	#header .header-h1{
		margin-left: 20px;
	}
	.page-id-43 #header .logo{
		left: 20px;
	}
	.page-id-43 #header .header_menu .g_nav .dis-flex-pc li{
		margin-right: 21px;
	}
}
@media screen and (max-width: 1080px){
	.page-id-43 #header .logo{
		max-width: 257px;
	}
}
@media screen and (max-width: 980px){
	#header .header-h1{
		margin-left: 10px;
		font-size: 10px;
	}
	.page-id-43 #header .logo{
		max-width: 222px;
		left: 10px;
	}
	.page-id-43 #header .header_menu .g_nav .dis-flex-pc li{
		margin-right: 12px;
	}
	.page-id-43.has-nav #header .logo{
		left: 10px;
	}
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 66px;
  }
  .navOpen #header {
    position: fixed;
  }
  #header {
    height: 66px;
  }
  #header .logo {
    width: 200px;
    top: 11px;
    left: 14px;
  }
	.page-id-43 #header{
		height: 66px;
		padding-top: 0;
	}
	.page-id-43 #header .header-h1{
		display: none;
	}
	.page-id-43 #header .logo{
		max-width: 200px;
		left: 14px;
		top: 11px;
	}
	.page-id-43.has-nav #header{
		height: 66px;
	}
	.page-id-43.has-nav #header .logo{
		max-width: 200px;
		left: 14px;
		top: 11px;
	}
	.page-id-43 #header .header_menu .g_nav .dis-flex-pc li{
		margin-right: 0;
		padding: 0;
	}
	.page-id-43.has-nav #header .header_menu .g_nav .dis-flex-pc li a,
	.page-id-43.has-nav #header .header_menu .g_nav .dis-flex-pc li span{
		color: #fff;
	}
	.page-id-43.has-nav #header .header_menu .g_nav .dis-flex-pc li{
		padding: 0;
	}
	.page-id-43.has-nav #header .header_menu .g_nav .dis-flex-pc li dl{
		top: auto;
	}
}

#header .header_menu .g_nav li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  #header .header_menu .g_nav {
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    background: url('../img/menu_bg.jpg') no-repeat center;
		background-size: cover;
    padding: 93px 0px 0px;
    top: 0;
    left: 0px;
    position: fixed;
    display: none;
    padding-bottom: 0;
  }
  .toggleMenu {
    width: 66px;
    height: 66px;
    box-sizing: border-box;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    background: transparent;
    transition: 0.7s all ease-in-out;
  }
  .toggleMenu.is-active img {
    opacity: 0;
  }
  .toggleMenu.is-active .menu-trigger {
    background: url(../img/ham_cl.png) no-repeat center rgba(217,217,217,0.4) !important;
    background-size: 66px 66px !important;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    background: none;
    border: none;
  }
  .menu-trigger {
    position: relative;
    width: 66px;
    height: 66px;
    margin: 0;
    padding: 0;
    background: #059DD4;
  }
  #key-visual {
    position: relative;
  }
  .navOpen #header .header_menu .g_nav {
    display: block;
  }
	.page-id-43 .menu-trigger{
		background: rgba(217,217,217,0.4);
	}
	.page-id-43.has-nav .menu-trigger{
		background: #059DD4;
	}

	.navOpen #header .logo img{
		filter: brightness(0) invert(1);
	}
	.page-id-43.has-nav.navOpen #header .logo img{
		filter: brightness(0) invert(1);
	}
}

#content-top .elementor-container {
  max-width: 100% !important;
}

@media screen and (min-width: 768px) {
  .pc-txt {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
}

@media screen and (min-width: 768px) {
  .txt-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-pc .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    letter-spacing: .25em;
  }
}

.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

.txt-vertical .int {
  writing-mode: lr-tb;
  -o-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  -moz-writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
}

.txt-normal .int {
  height: 1.1em;
}

.txt-vertical-x > * {
  writing-mode: rl-tb;
  -o-writing-mode: vertical-tb;
  -ms-writing-mode: vertical-tb;
  -ms-writing-mode: rl-tb;
  -moz-writing-mode: vertical-tb;
  -webkit-writing-mode: vertical-tb;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: inline-block;
  white-space: nowrap;
  word-wrap: break-word;
  width: 1px;
  line-height: 1;
}

.txt-vertical .txt-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
  letter-spacing: .25em;
}

.cl {
  color: #533E2E;
}

.cl1 {
  color: #958D84;
}

.cl2 {
  color: #81664A;
}

#about-box {
  position: relative;
  padding: 125px 20px 150px;
}

.info-common .inner {
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
}

.info-common .col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-top: 10px;
}

.info-common .box-table1 {
  max-width: 500px;
  width: 48%;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
}

.info-common .box-table1 table.timetable1 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.info-common .box-table1 table.timetable1 tr:nth-child(2) th,
.info-common .box-table1 table.timetable1 tr:nth-child(2) td {
  border-top: 1px solid #CAD5D9;
}

.info-common .box-table1 table.timetable1 tbody th {
  text-align: left;
  padding: 12px 0;
}

.info-common .box-table1 .timetable1 td {
  padding: 12px 5px;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border-left: 1px solid #CAD5D9;
}

.info-common .box-table1 .timetable1 thead th {
  padding: 0 5px 10px;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #CAD5D9;
  font-size: 16px;
  border-left: 1px solid #CAD5D9;
}

.info-common .box-table1 .timetable1 thead th:first-child {
  width: 28%;
  padding: 0 0 10px;
  text-align: left;
  font-size: 18px;
  border-left: none;
}

.info-common .txt-table {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
}

.info-common .vcards {
  max-width: 500px;
  width: 48%;
}

.info-common .vcards dl {
  display: flex;
  position: relative;
  font-size: 18px;
  line-height: 22px;
}

.info-common .vcards dl + dl {
  margin-top: 26px;
}

.info-common .vcards dl dt {
  width: 120px;
}

.info-common .vcards dl dd {
  width: calc(100% - 120px);
}

.info-common .gmap {
  width: 100%;
  height: 340px;
}

.info-common .gmap iframe {
  width: 100%;
  height: 100%;
  border: none !important;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .box-table1 .timetable1 th, .box-table1 .timetable1 td {
    font-size: 13px !important;
  }
  .info-common .box-table1 table.timetable1 tbody th {
    padding: 8px 0;
  }
  .info-common .txt-table {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .info-common .txt-table span {
    font-size: 15px;
  }
  .info-common .box-table1 .timetable1 thead th {
    padding: 0 2px 10px;
  }
  .info-common .vcards dl {
    font-size: 14px;
  }
  .info-common .vcards dl dt {
    width: 95px;
  }
  .info-common .vcards dl dd {
    width: calc(100% - 95px);
  }
}

@media screen and (max-width: 767px) {
  #about-box {
    position: relative;
    padding: 55px 25px 40px;
  }
  .info-common .col {
    display: block;
    margin-bottom: 35px;
    padding-top: 10px;
  }
  .info-common .box-table1 {
    max-width: 100%;
    width: 100%;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
  }
  .info-common .box-table1 table.timetable1 {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .info-common .box-table1 table.timetable1 tr:nth-child(2) th,
  .info-common .box-table1 table.timetable1 tr:nth-child(2) td {
    border-top: 1px solid #CAD5D9;
  }
  .info-common .box-table1 table.timetable1 tbody th {
    text-align: left;
    padding: 12px 0;
  }
  .info-common .box-table1 .timetable1 td {
    padding: 12px 5px;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    border-left: 1px solid #CAD5D9;
  }
  .info-common .box-table1 .timetable1 thead th {
    padding: 0 0px 10px;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
  }
  .info-common .box-table1 .timetable1 thead th:first-child {
    width: 28%;
    padding: 0 0 10px;
    text-align: left;
    font-size: 14px;
    border-left: none;
  }
  .info-common .txt-table {
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 22px;
  }
  .info-common .vcards {
    max-width: 100%;
    width: 100%;
  }
  .info-common .vcards dl {
    display: flex;
    position: relative;
    font-size: 15px;
    line-height: 22px;
  }
  .info-common .vcards dl + dl {
    margin-top: 16px;
  }
  .info-common .vcards dl dt {
    width: 85px;
  }
  .info-common .vcards dl dd {
    width: calc(100% - 85px);
  }
  .info-common .gmap {
    width: 100%;
    height: 340px;
  }
  .info-common .gmap iframe {
    width: 100%;
    height: 100%;
    border: none !important;
  }
}

#fea-box {
  position: relative;
  padding: 10px 20px 20px;
}

#fea-box h2 {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}

#fea-box .inner {
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
}

#fea-box .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#fea-box .list .item {
  margin-bottom: 55px;
  max-width: 248px;
  position: relative;
  width: 24%;
}

#fea-box .list .item h3 {
  position: absolute;
  top: 50%;
  left: 0;
  color: #FFF;
  transform: translate3d(0, -50%, 0);
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0;
}

#fea-box .list .item .num {
  position: absolute;
  width: 50px;
  background: #C8B062;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -25px;
  z-index: 2;
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #fea-box .list .item h3 {
    font-size: 15px;
    line-height: 25px;
  }
  #fea-box .list .item .num {
    width: 45px;
    line-height: 45px;
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -22px;
    z-index: 2;
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  #fea-box {
    position: relative;
    padding: 20px 25px 30px;
  }
  #fea-box h2 {
    margin-bottom: 20px;
  }
  #fea-box .list {
    display: block;
  }
  #fea-box .list .item {
    margin-bottom: 5px;
    max-width: 100%;
    position: relative;
    width: 100%;
  }
  #fea-box .list .item h3 {
    font-size: 17px;
    line-height: 23px;
  }
  #fea-box .list .item .num {
    width: 50px;
    line-height: 32px;
    top: 50%;
    left: 0;
    margin-left: 0;
    z-index: 2;
    font-size: 22px;
    margin-top: -16px;
  }
}

#ort-box {
  position: relative;
  z-index: 1;
  padding: 0 20px 160px;
}

#ort-box .inner {
  position: relative;
  z-index: 2;
  max-width: 1366px;
  margin: 0 auto;
  padding-top: 150px;
}

#ort-box .photo {
  max-width: 292px;
  position: absolute;
  top: 0;
  left: 0;
}

#ort-box .photo1 {
  max-width: 634px;
  position: absolute;
  top: 325px;
  right: 0;
  width: 49%;
}

#ort-box h2 {
  position: relative;
  z-index: 1;
  margin-left: 135px;
}

#ort-box .item {
  max-width: 490px;
  margin-left: 135px;
  width: 37%;
}

#ort-box .item ul {
  margin-top: 50px;
}

.btn-lk a {
  display: block;
  border-bottom: 1px solid #CAD5D9;
  font-weight: 500;
  font-size: 20px;
  padding: 15px 0;
  color: #3A4043;
  background: url(../img/vector.png) no-repeat center right;
  background-size: 26px auto;
  transition: all 0.3s ease;
}

.btn-lk a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1179px) and (min-width: 768px) {
  #ort-box h2 {
    margin-left: 55px;
  }
  #ort-box .item {
    margin-left: 55px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #ort-box .inner {
    padding-top: 130px;
  }
  #ort-box .photo {
    max-width: 222px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #ort-box .photo1 {
    max-width: 634px;
    position: absolute;
    top: 295px;
    right: 0;
    width: 49%;
  }
  #ort-box h2 {
    position: relative;
    z-index: 1;
    margin-left: 20px;
  }
  #ort-box h2 span {
    font-size: 90px;
  }
  #ort-box .item {
    max-width: 490px;
    margin-left: 20px;
    width: 44%;
  }
  #ort-box .item .txt {
    font-size: 16px;
  }
  #ort-box .item ul {
    margin-top: 35px;
  }
  .btn-lk a {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #ort-box {
    position: relative;
    z-index: 1;
    padding: 0 25px 40px;
    overflow: hidden;
  }
  #ort-box .inner {
    position: relative;
    z-index: 2;
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 61vw;
  }
  #ort-box .photo {
    max-width: 50%;
    width: 40%;
    position: absolute;
    top: 0;
    left: -26px;
    z-index: 1;
  }
  #ort-box .photo1 {
    max-width: 634px;
    position: absolute;
    top: 12vw;
    right: -26px;
    width: 93%;
  }
  #ort-box h2 {
    position: relative;
    z-index: 1;
    margin-left: 0;
  }
  #ort-box h2 span {
    line-height: 44px;
  }
  #ort-box .item {
    max-width: 490px;
    margin-left: 0;
    width: 100%;
  }
  #ort-box .item ul {
    margin-top: 30px;
  }
  .btn-lk a {
    font-size: 16px;
    padding: 14px 0;
    color: #3A4043;
    background: url(../img/vector.png) no-repeat center right;
    background-size: 22px auto;
    transition: all 0.3s ease;
  }
  .btn-lk a:hover {
    opacity: 0.7;
  }
}

#type-box {
  position: relative;
  padding: 0 20px 135px;
}

#type-box .inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#type-box .inner .photo {
  max-width: 492px;
  order: 1;
  width: 48%;
}

#type-box .inner .item {
  max-width: 492px;
  order: 2;
  width: 48%;
}

#type-box h2 {
  text-align: center;
  margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
  #type-box {
    position: relative;
    padding: 20px 25px 55px;
  }
  #type-box .inner {
    display: block;
  }
  #type-box .inner .item {
    max-width: 100%;
    width: 100%;
  }
  #type-box h2 {
    text-align: center;
    margin-bottom: 20px;
  }
}

#doc-box {
  padding: 0 20px 130px;
  position: relative;
}

#doc-box .inner {
  max-width: 1080px;
  margin: 0 auto;
}

#doc-box .inner .block {
  display: flex;
  justify-content: space-between;
}

#doc-box .inner .photo {
  max-width: 513px;
  order: 2;
  width: 49%;
}

#doc-box .inner .text {
  max-width: 494px;
  width: 46%;
  padding-top: 25px;
}

#doc-box .inner .text h3 {
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 22px;
}

#doc-box .inner .text .txt {
  margin-bottom: 35px;
}

.title-common {
  font-size: 22px;
  line-height: 44px;
  letter-spacing: 0.1em;
  position: relative;
  color: #3A4043;
  margin-bottom: 30px;
  font-weight: 500;
}

.title-common span {
  letter-spacing: 0em;
  text-transform: uppercase;
  font-size: 120px;
  color: #69787E;
  line-height: 120px;
  display: block;
}

.btn-common {
  display: flex;
}

.btn-common a {
  line-height: 58px;
  font-size: 18px;
  font-weight: 500;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #FFF;
  transition: all 0.3s ease;
  text-align: left;
  box-sizing: border-box;
  padding: 0 40px 0 20px;
  background: url(../img/arr_btn.png) no-repeat center right 20px #F39702;
  background-size: 20px;
  width: 310px;
  height: 60px;
  border-radius: 5px;
}

.btn-common a:hover {
  opacity: 0.8;
}

.blog-rss {
  position: relative;
  box-sizing: border-box;
  padding: 100px 20px 1px;
}

.blog-rss .elementor-container {
  max-width: 1080px !important;
}

.blog-rss .post-box {
  position: relative;
}

.blog-rss h2 {
  text-align: center;
}

.blog-rss h2 span {
  font-size: 90px;
  line-height: 90px;
}

.blog-rss a.post-box__summary-link {
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s ease;
  font-size: 18px;
  position: absolute;
  top: 95px;
  right: 0;
  color: #3A4043;
}

.blog-rss a.post-box__summary-link:hover {
  opacity: 0.7;
}

.blog-rss dl {
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #CAD5D9;
  display: flex;
}

.blog-rss dl dt {
  color: #8A959A;
  width: 180px;
}

.blog-rss dl dt .new-label {
  display: none;
  min-width: 48px;
  height: 20px;
  padding: 0 5px;
  box-sizing: border-box;
  line-height: 20px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  background: #00A3DF;
  position: relative;
  text-align: center;
  margin-left: 10px;
  border-radius: 10px;
  display: none;
}

.blog-rss dl dd {
  width: calc(100% - 180px);
}

.blog-rss dl dd a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #doc-box .inner .photo {
    max-width: 513px;
    order: 2;
    width: 49%;
  }
  #doc-box .inner .text {
    max-width: 494px;
    width: 46%;
    padding-top: 5px;
  }
  #doc-box .inner .text h3 {
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 0.08em;
    font-weight: 500;
    margin-bottom: 22px;
  }
  #doc-box .inner .text .txt {
    margin-bottom: 35px;
    font-size: 16px;
  }
  .title-common {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .title-common span {
    font-size: 100px;
    line-height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .title-common {
    font-size: 18px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  .title-common span {
    letter-spacing: 0em;
    font-size: 58px;
    line-height: 58px;
  }
  #doc-box {
    padding: 15px 25px 50px;
    position: relative;
  }
  #doc-box .inner .block {
    display: block;
  }
  #doc-box .inner .photo {
    max-width: 100%;
    order: 2;
    width: 100%;
  }
  #doc-box .inner .text {
    max-width: 100%;
    width: 100%;
    padding-top: 25px;
  }
  #doc-box .inner .text h3 {
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 18px;
  }
  #doc-box .inner .text .txt {
    margin-bottom: 20px;
  }
  .blog-rss {
    position: relative;
    box-sizing: border-box;
    padding: 60px 25px 1px;
  }
  .blog-rss .post-box {
    position: relative;
  }
  .blog-rss h2 {
    text-align: center;
  }
  .blog-rss h2 span {
    font-size: 50px;
    line-height: 50px;
  }
  .blog-rss a.post-box__summary-link {
    font-weight: 500;
    font-style: normal;
    transition: all 0.3s ease;
    font-size: 15px;
    position: relative;
    top: 0;
    right: 0;
    color: #3A4043;
    display: block;
    padding-top: 20px;
    text-align: center;
  }
  .blog-rss dl {
    font-weight: 500;
    padding: 12px 0;
    border-bottom: 1px solid #CAD5D9;
    display: block;
    font-size: 15px;
  }
  .blog-rss dl dt {
    color: #8A959A;
    width: 100%;
  }
  .blog-rss dl dt .new-label {
    display: none;
    min-width: 48px;
    height: 20px;
    padding: 0 5px;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    background: #00A3DF;
    position: relative;
    text-align: center;
    margin-left: 10px;
    border-radius: 10px;
    display: none;
  }
  .blog-rss dl dd {
    width: 100%;
  }
  .blog-rss dl dd a:hover {
    text-decoration: underline;
  }
}

#footer {
  z-index: 9;
  background: #FFF;
}

#footer .contact-common {
  position: relative;
  box-sizing: border-box;
  padding: 75px 20px;
  z-index: 1;
  background-image: url('../img/contact_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

#footer .contact-common h2 {
  text-align: center;
}

#footer .contact-common .block {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .contact-common .text {
  max-width: 440px;
  width: 38%;
}

#footer .contact-common h2 {
  font-size: 24px;
  line-height: 60px;
  color: #FFF !important;
  text-align: left;
  margin-bottom: 30px;
}

#footer .contact-common h2 span {
  display: block;
  font-size: 70px;
  line-height: 70px;
  color: #FFF !important;
  font-weight: 300;
}

#footer .contact-common .txt {
  font-size: 15px;
  line-height: 190%;
}

#footer .contact-common nav {
  display: flex;
  justify-content: space-between;
  max-width: 610px;
  width: 60%;
}

#footer .contact-common nav a {
  max-width: 300px;
  width: 49.5%;
}

#footer .footer-content {
  padding: 58px 0 0px;
}

#footer .footer-content .block-bottom {
	padding: 0 104px;
  font-size: 13px;
  line-height: 1.2;
	letter-spacing: 0;
	margin-bottom: 33px;
}

#footer .footer-content .block-bottom .logo-ft {
  max-width: 287px;
  margin: 0 0 0px -35px;
}

#footer .footer-content .block-bottom .sitemap {
 	margin: 16px 0 37px;
}
#footer .footer-content .block-bottom .sitemap a:hover{
	text-decoration: underline;
}
#footer .footer-content .block-bottom .ft-navi{
	display: flex;
	font-size: 10px;
	line-height: 12px;
	font-weight: 300;
	letter-spacing: 0;
}
#footer .footer-content .block-bottom .ft-navi li + li{
	margin-left: 28px;
	position: relative;
}
#footer .footer-content .block-bottom .ft-navi li + li:before{
	content: '';
	width: 1px;
	height: 12px;
	background: #060606;
	position: absolute;
	left: -14px;
	top: 0;
}
#footer .footer-content .block-bottom .ft-navi li a{
	color: #060606;
}
#footer .footer-content .block-bottom .ft-navi li a:hover{
	text-decoration: underline;
}
#footer .footer-content address{
	background: #274768;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0;
	padding: 13px 80px 12px;
}

#link-banner {
  padding: 51px 30px 97px;
	position: relative;
	z-index: 0;
}
#link-banner:before{
	content: '';
	width: calc(50% - 167px);
	height: 219px;
	background: linear-gradient(140deg,rgba(5, 157, 212, 1) 0%, rgba(180, 206, 249, 1) 100%);
	opacity: 0.2;
	clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#link-banner:after{
	content: '';
	width: calc(50% - 167px);
	height: 219px;
	background: linear-gradient(320deg,rgba(5, 157, 212, 1) 0%, rgba(180, 206, 249, 1) 100%);
	opacity: 0.2;
	clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

#link-banner .inner {
  max-width: 1080px;
  margin: 0 auto;
}

#link-banner .h2-common{
	margin-bottom: 36px;
}

#link-banner ul {
  display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
  #footer .contact-common h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #footer .contact-common {
    padding: 70px 20px 70px;
  }
  #link-banner ul li img {
    width: 100%;
    height: auto;
  }
  #footer .contact-common nav {
    width: 56%;
  }
  #footer .contact-common h2 {
    font-size: 17px;
    line-height: 46px;
    color: #FFF !important;
    text-align: left;
    margin-bottom: 20px;
  }
  #footer .contact-common h2 span {
    display: block;
    font-size: 62px;
  }
  #footer .contact-common .txt {
    font-size: 13px;
    line-height: 190%;
  }
}
@media screen and (max-width: 1080px){
	#footer .footer-content .block-bottom{
		padding: 0 50px;
	}
	#footer .footer-content address{
		padding: 13px 30px 12px;
	}
}
@media screen and (max-width: 980px){
	#link-banner ul{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 767px) {
  #footer .contact-common {
    position: relative;
    box-sizing: border-box;
    padding: 7.5vw 8vw 7.7vw;
    z-index: 1;
		background-image: url('../img/contact_bg_sp.jpg');
  }
  #footer .contact-common .text {
    max-width: 100%;
    width: 100%;
  }
  #footer .contact-common h2 {
    text-align: center;
    font-size: 5.1vw;
		line-height: 1.6;
    margin-bottom: 5.9vw;
  }
  #footer .contact-common h2 span {
    font-size: 11.7vw;
    line-height: 16.5vw;
		letter-spacing: 0.1em;
  }
  #footer .contact-common .block {
    max-width: 890px;
    margin: 0 auto;
    position: relative;
    display: block;
  }
  #footer .contact-common .txt {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 7.7vw;
		text-align: center;
  }
  #footer .contact-common nav {
    width: 100%;
    max-width: 100%;
		display: block;
  }
  #footer .contact-common nav a {
		display: block;
    max-width: none;
    width: 100%;
  }
	#footer .contact-common nav a + a{
		margin-top: 1.9vw;
	}
  #footer .footer-content {
    padding: 9.3vw 0px 0px;
  }
	#footer .footer-content .block-bottom{
		padding: 0;
		margin-bottom: 52px;
		text-align: center;
	}
	#footer .footer-content .block-bottom .logo-ft{
		max-width: 238px;
		margin: 0 auto 15px;
	}
	#footer .footer-content address{
		padding: 14px 10px 22vw;
		text-align: center;
	}
  #link-banner {
    padding: 9.1vw 8vw 10.9vw;
  }
	#link-banner:before,
	#link-banner:after{
		width: 54.7vw;
		height: 41.1vw;
	}
	#link-banner .h2-common{
		margin-bottom: 8.5vw;
	}
	#link-banner ul{
		display: block;
		width: 69.3vw;
		margin: 0 auto;
	}
	#link-banner ul li + li{
		margin-top: 2.7vw;
	}
}

.fixed-banner__pc {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.p-top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  width: 502px;
}

.p-top li {
  display: flex;
}

.ai-btn button {
  padding: 0;
  margin: 0;
  border: none !important;
}

@media screen and (max-width: 767px) {
  .navOpen .p-top li:last-child {
    display: none;
  }
  .fixed-banner__pc {
    position: fixed;
    bottom: 0;
    right: 0;
  }
  .p-top {
    position: fixed;
    bottom: 0;
    transition: all 0.3s ease;
    width: 100%;
  }
  .p-fix .p-top {
    position: fixed;
    bottom: 0;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.fixed-box{
	max-width: 764px;
	width: 100%;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9999;
}
.fixed-box ul{
	display: flex;
	justify-content: flex-end;
	column-gap: 1px;
}
.fixed-box ul #pagetop,
.fixed-box ul .btn-ai{
	cursor: pointer;
	transition: 0.3s all ease;
}
.fixed-box ul #pagetop:hover,
.fixed-box ul .btn-ai:hover{
	opacity: 0.8;
}
@media screen and (max-width: 1080px){
	.fixed-box{
		max-width: 714px;
	}
}
@media screen and (max-width: 980px){
	.fixed-box{
		max-width: 500px;
	}
}
@media screen and (max-width: 767px){
	.fixed-box{
		max-width: none;
	}
	.fixed-box ul #pagetop{
		width: 44px;
		position: fixed;
		right: 12px;
		bottom: 20vw;
		z-index: 9;
	}
	.navOpen .fixed-box ul #pagetop{
		opacity: 0;
		visibility: hidden;
	}
}
@media screen and (max-width: 370px){
	.fixed-box ul #pagetop{
		width: 38px;
		right: 5px;
	}
}


.h2-common {
  font-family: "Zen Old Mincho", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.h2-common small {
  display: block;
  color: #059DD4;
  font-family: "Cormorant", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .h2-common {
    font-size: 6.1vw;
  }
  .h2-common small {
    font-size: 2.9vw;
  }
}
