@charset "utf-8";

/*  +++++++++++++++++++++++++ common +++++++++++++++++++++++++ */

html {
  font-size: 100%;
  height: 100%;
}

body {
  color: #424242;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}

/*.en{
font-family: 'Assistant', sans-serif;
font-weight: 700 !important;
}*/
.pc {
  display: block;
}

.sp {
  display: none;
}

a:hover {
  opacity: .8;
  text-decoration: none;
}

a[href^="tel:"]:hover {
  opacity: 1.0;
}

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
}

.svgParts {
  display: none;
}

svg {
  fill: #000000;
}

a:link {
  color: #000000;
  text-decoration: underline;
}

a:visited {
  color: #000000;
  text-decoration: underline;
}

.clear {
  clear: both;
}

.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.ind {
  display: block;
  padding-left: 1.0em !important;
  text-indent: 1.0em !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pctL {
  float: left;
  margin-bottom: 30px !important;
  margin-right: 30px !important;
}

.pctR {
  float: right;
  margin-bottom: 30px !important;
  margin-left: 30px !important;
}

.aRight {
  text-align: right;
}

.aCenter {
  text-align: center;
}

.centered {
  overflow: hidden;
  position: relative;
}

.centered ul {
  float: left;
  left: 50%;
  position: relative;
}

.centered ul li {
  float: left;
  left: -50%;
  position: relative;
}

.scroll {
  margin: 0 0 30px;
  padding: 0;
}

.scroll table {
  margin: 0 !important;
}

#btnTop {
  bottom: 20px;
  display: none;
  position: fixed;
  right: 20px;
}

#wrapper {
  height: 100%;
  margin: 0;
  padding: 0;
}




/*  +++++++++++++++++++++++++ btnBox +++++++++++++++++++++++++ */

ul.btnBox {
  font-size: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.btnBox li {
  background: #008bd0 !important;
  border-radius: 200px !important;
  box-sizing: border-box !important;
  display: inline-block !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.0 !important;
  margin: 0 20px 10px 0 !important;
  padding: 0 !important;
  text-align: center !important;
  transition: all .3s ease 0s;
}

ul.btnBox li:last-child {
  margin-right: 0 !important;
}

ul.btnBox li a {
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 15px 80px;
  position: relative;
  text-decoration: none;
}

ul.btnBox li a:before {
  background: url("../images/common/arrow_right.png") no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

ul.btnBox li:before {
  content: none !important;
}





/*  +++++++++++++++++++++++++ btnTxtBox +++++++++++++++++++++++++ */

ul.btnTxtBox {
  font-size: 0;
  margin: 0;
  padding: 0;
}

ul.btnTxtBox li {
  border-radius: 200px;
  display: inline-block;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.0;
  margin: 0 30px 0 0;
  padding: 0;
  transition: all .3s ease 0s;
}

ul.btnTxtBox li:last-child {
  margin-right: 0;
}

ul.btnTxtBox li a {
  color: #008bd0;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}

ul.btnTxtBox li a span:after {
  background: url("../images/common/point_01.png") no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 18px;
}






/*  +++++++++++++++++++++++++ cvBtnBox +++++++++++++++++++++++++ */

ul.cvBtnBox {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 320px;
}

ul.cvBtnBox li {
  border-radius: 5px;
  box-sizing: border-box;
  font-size: .85rem;
  line-height: 1.0;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 46.8%;
}

ul.cvBtnBox li a {
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 10px 0;
  text-decoration: none;
}

ul.cvBtnBox li span:before {
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 20px;
}

ul.cvBtnBox li.access {
  background: #ffa91e;
}

ul.cvBtnBox li.access span:before {
  background: url("../images/common/ico_access.png") no-repeat center center;
  background-size: contain;
}

ul.cvBtnBox li.contact {
  background: #ff7f00;
}

ul.cvBtnBox li.contact span:before {
  background: url("../images/common/ico_contact.png") no-repeat center center;
  background-size: contain;
}



/*  +++++++++++++++++++++++++ header +++++++++++++++++++++++++ */

#header {
  margin: 0;
  padding: 0;
}

#header:before {
  background-image: -moz-linear-gradient(0deg, rgb(0, 176, 227) 28%, rgb(0, 139, 208) 49%, rgb(0, 113, 208) 75%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 176, 227) 28%, rgb(0, 139, 208) 49%, rgb(0, 113, 208) 75%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 176, 227) 28%, rgb(0, 139, 208) 49%, rgb(0, 113, 208) 75%);
  content: "";
  display: block;
  height: 20px;
  margin: 0;
  padding: 0;
  width: 100%;
}

#header>.inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 30px 0;
  width: 1200px;
}

#header p.logo {
  margin: 0;
  padding: 0;
  width: 586px;
  text-align: left;
}

#header #headerContents {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 40px 0 0;
  padding: 0;
  width: 540px;
}

#header #headerContents ul.langBox {
  border: solid 1px #d1d1d1;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
  width: 200px;
}

#header #headerContents ul.langBox li {
  background: #ffffff;
  box-sizing: border-box;
  font-size: .85rem;
  line-height: 1.0;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 50%;
}

#header #headerContents ul.langBox li:nth-of-type(1) {
  border-radius: 5px 0 0 5px;
  border-right: solid 1px #d1d1d1;
}

#header #headerContents ul.langBox li:nth-of-type(2) {
  border-radius: 0 5px 5px 0;
}

#header #headerContents ul.langBox li a {
  color: #4a4a4a;
  display: block;
  margin: 0;
  padding: 10px 0;
  text-decoration: none;
}

#header #headerContents ul.langBox li.current {
  background: #f0f0f0;
}

#header #headerContents ul.langBox li.current a {
  color: #9d9d9d;
}



/*  +++++++++++++++++++++++++ navi +++++++++++++++++++++++++ */

#navi {
  margin: 0;
  padding: 0;
}

#navi ul.menu {
  display: flex;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1200px;
}

#navi ul.menu li {
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
  position: relative;
  width: 16.6%;
}

#navi ul.menu:before,
#navi ul.menu li:before {
  background: #d1d1d1;
  content: "";
  display: inline-block;
  height: 34px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

#navi ul.menu:before {
  left: 0;
  right: auto;
}

#navi ul.menu li a {
  display: block;
  margin: 0;
  padding: 30px 0;
  text-decoration: none;
}

#navi ul.menu li ul.sub-menu {
  bottom: 0;
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  transform: translateY(calc(100% + 1px));
  z-index: 500;
}

#navi ul.menu li ul.sub-menu li {
  background: #235167;
  border-top: solid 1px #173d4f;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.0;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  white-space: nowrap;
  width: auto;
}

#navi ul.menu li ul.sub-menu li ul.sub-menu {
  left: 100%;
  transform: translateY(-1px);
  top: 0;
  bottom: unset;
}

#navi ul.menu li ul.sub-menu li ul.sub-menu li {
  background: #008bd0;
  border-top: solid 1px #235167;
}

#navi ul.menu li ul.sub-menu li:before {
  content: none;
}

#navi ul.menu li ul.sub-menu li a {
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 15px 20px;
  position: relative;
  text-decoration: none;
}

#navi ul.menu li ul.sub-menu li a:before {
  content: none !important;
}

.toggle-btn {
  display: none;
}



/*  +++++++++++++++++++++++++ searchBox +++++++++++++++++++++++++ */

#searchWrap {
  margin: 0 auto;
  padding: 0;
  width: 1200px;
  position: relative;
}

#searchWrap .ico {
  width: 26px;
  height: auto;
  position: absolute;
  right: 0;
  top: -70px;
}

#searchWrap #searchBox {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  position: absolute;
  top: -20px;
  right: 0;
  width: 450px;
  z-index: 501;
  border-radius: 6px;
  box-shadow: 0.707px 0.707px 6.72px 0.28px rgba(0, 0, 0, 0.14);
}

#searchWrap #searchBox>.inner {
  margin: 0;
  padding: 15px;
  height: auto;
}

form.gsc-search-box {
  font-size: 13px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0 !important;
  margin-left: 0;
  width: 100%;
}


/*  +++++++++++++++++++++++++ main +++++++++++++++++++++++++ */

#mainPC {
  margin: 0;
  padding: 0;
  width: 100%;
}




/*  +++++++++++++++++++++++++ mainCommon +++++++++++++++++++++++++ */

#mainCommon {
  background: url("../images/common/main_bg.jpg") no-repeat center center;
  background-size: cover;
  margin: 0;
  padding: 0;
}

#mainCommon>.inner {
  margin: 0;
  padding: 100px 0;
}

#mainCommon h1 {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-align: center;
}

#mainCommon h1 .ss {
  font-size: 2rem;
}


/*  +++++++++++++++++++++++++ newsBox +++++++++++++++++++++++++ */

#newsBox {
  background: #f4f4f4;
  margin: 0;
  padding: 0;
}

#newsBox>.inner {
  margin: 0 auto;
  padding: 100px 0;
  text-align: left;
  width: 1200px;
}

@media screen and (max-width:1200px) {
  #newsBox>.inner {
    width: 96%;
  }
}

#newsBox h2 {
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 30px;
  padding: 0;
}

#newsList {
  background: #ffffff;
  box-sizing: border-box;
  margin: 0 0 50px;
  padding: 30px 50px;
  text-align: left;
  width: 100%;
}

#newsList .entry {
  border-top: solid 1px #e0e0e0;
  margin: 0;
  padding: 0;
}

#newsList .entry:first-child {
  border-top: 0;
}

/*#newsList .entry:last-child {
border-bottom: solid 1px #e0e0e0;
}*/

#newsList .entry a {
  align-items: center;
  color: #222222;
  display: flex;
  margin: 0;
  padding: 15px 0;
  text-decoration: none;
}

#newsList .entry p.date,
#detailPage .date {
  align-items: center;
  display: flex;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#detailPage .date {
  display: block;
  text-align: right;
}

#newsList .entry p.date .category,
#detailPage .date .category {
  background: #3b3b3b;
  color: #ffffff;
  display: inline-block;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.6;
  margin: 0 0 0 15px;
  padding: 2px 0;
  text-align: center;
  vertical-align: middle;
  width: 170px;
}

#newsList .entry p.title {
  font-size: 1.0rem;
  line-height: 1.6;
  margin: 0;
  padding: 0 0 0 20px;
}

.page #newsList {
  background: transparent;
  padding: 0;
}

.page #newsList .entry {
  margin: 0;
  padding: 0;
}

.page #newsList .entry:first-child {
  padding: 0;
}

.page #newsList .entry:last-child {
  margin-bottom: 0;
  padding: 0;
}

.page #newsList .entry a {
  display: block;
  padding: 20px 0;
}

.page #newsList .entry p.date {
  margin: 0 0 10px;
}

.page #newsList .entry p.title {
  padding: 0;
}




/*  +++++++++++++++++++++++++ aboutBox +++++++++++++++++++++++++ */

#aboutBox {
  margin: 0;
  padding: 0;
}

#aboutBox>.inner {
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
  text-align: left;
  width: 1200px;
}

#aboutBox>.inner>.index_about_con {
  width: 100%;
  margin-bottom: 1em;
}

#aboutBox>.inner>.index_about_con>p {
  width: calc(50% - 10px);
  margin-bottom: 1em;
}

#aboutBox>.inner>.index_about_con>img {
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#aboutBox>.inner>*:last-child {
  margin-bottom: 0;
}

@media screen and (max-width:1200px) {
  #aboutBox>.inner {
    width: 96%;
  }
}

#aboutBox h2 {
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 30px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

#aboutBox p {
  font-size: 1.125rem;
  line-height: 2.0;
  margin: 0 0 30px;
  padding: 0;
  width: calc(100% - 400px);
}

#aboutBox p.logo {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 380px;
}

#aboutBox p.logo img {
  height: auto;
  width: 100%;
}



/*  +++++++++++++++++++++++++ guideBox +++++++++++++++++++++++++ */

#guideBox {
  border-top: solid 1px #e7e7e7;
  margin: 0;
  padding: 0;
}

#guideBox>.inner {
  margin: 0 auto;
  padding: 100px 0;
  text-align: left;
  width: 1200px;
}

#guideBox>.inner>*:last-child {
  margin-bottom: 0;
}

#guideBox>.inner>.usage_guide {
  padding: 50px 30px 1px;
  background: rgb(244 244 244);
  margin-bottom: 30px;
  border-radius: 20px;
}

#guideBox>.inner>.usage_guide>.usage_guide_inner {
  padding: 30px 20px 1px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
}

#guideBox>.inner>.usage_guide>*:last-child {
  margin-bottom: 0;
}

@media screen and (max-width:1200px) {
  #guideBox>.inner {
    width: 96%;
  }
}

#guideBox h2 {
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
}

#guideBox h3 {
  font-size: 1.7rem;
  font-weight: 400;
}

#guideBox #guideList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 0;
}

#guideBox #guideList .box {
  background: #008bd0;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  width: 100%;
}

#guideBox #guideList .box a {
  align-items: center;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0;
  padding: 40px 30px;
  text-decoration: none;
  width: 100%;
}

#guideBox #guideList .box:nth-child(n+3) {
  margin-top: 2%;
  width: 32%;
}

#guideBox #guideList .box:nth-child(n+3) a {
  padding: 25px 30px;
}

#guideBox #guideList .box .txtBox {
  margin: 0;
  padding: 0;
  width: calc(100% - 60px);
}

#guideBox #guideList .box .txtBox h3 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

#guideBox #guideList .box .txtBox h3.ss {
  font-size: 1.2rem;
}

#guideBox #guideList .box .txtBox h3 .ss {
  font-size: .61em;
}

#guideBox #guideList .box .txtBox p {
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 5px 0 0;
  padding: 0;
}

#guideBox #guideList .box .icoBox {
  margin: 0;
  padding: 0;
  width: 55px;
}

#guideBox #guideList .box .icoBox img {
  height: auto;
  width: 100%;
}

#guideBox #guideList_03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 0;
}

#guideBox #guideList_03 .box {
  background: #008bd0;
  border-radius: 3px;
  margin-top: 2%;
  width: 32%;
  padding: 0;
}

#guideBox #guideList_03 .box a {
  align-items: center;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0;
  padding: 25px 30px;
  text-decoration: none;
  width: 100%;
}

#guideBox #guideList_03 .box .txtBox {
  margin: 0;
  padding: 0;
  width: calc(100% - 60px);
}

#guideBox #guideList_03 .box .txtBox h3 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

#guideBox #guideList_03 .box .txtBox h3.ss {
  font-size: 1.2rem;
}

#guideBox #guideList_03 .box .txtBox h3 .ss {
  font-size: .61em;
}

#guideBox #guideList_03 .box .txtBox p {
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 5px 0 0;
  padding: 0;
}

#guideBox #guideList_03 .box .icoBox {
  margin: 0;
  padding: 0;
  width: 55px;
}

#guideBox #guideList_03 .box .icoBox img {
  height: auto;
  width: 100%;
}

#guideBox ul.bnrTxt {
  margin: 0;
  padding: 0;
}

#guideBox ul.bnrTxt li {
  border: solid 3px #cf4270;
  border-radius: 3px;
  font-size: 1.375rem;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}

#guideBox ul.bnrTxt li:last-child {
  margin-bottom: 0;
}

#guideBox ul.bnrTxt li a {
  color: #cf4270;
  display: block;
  margin: 0;
  padding: 20px 0;
  text-decoration: none;
}


/*  +++++++++++++++++++++++++ introductionBox +++++++++++++++++++++++++ */

#introductionBox {
  background-image: -moz-linear-gradient(0deg, rgb(0, 176, 227) 28%, rgb(0, 139, 208) 49%, rgb(0, 113, 208) 75%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 176, 227) 28%, rgb(0, 139, 208) 49%, rgb(0, 113, 208) 75%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 176, 227) 28%, rgb(0, 139, 208) 49%, rgb(0, 113, 208) 75%);
  margin: 0;
  padding: 0;
}

#introductionBox>.inner {
  margin: 0 auto;
  padding: 100px 0;
  text-align: left;
  width: 1200px;
}

#introductionBox>.inner>*:last-child {
  margin-bottom: 0;
}

@media screen and (max-width:1200px) {
  #introductionBox>.inner {
    width: 96%;
  }
}

#introductionBox h2 {
  color: #ffffff;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 30px;
  padding: 0;
}

#introductionBox h3 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0;
}

#introductionBox ul#introductionList {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}

#introductionBox ul#introductionList li {
  background: #ffffff;
  border-radius: 3px;
  font-size: 1.0rem;
  line-height: 1.4;
  margin: 0 2% 0 0;
  padding: 0;
  width: 32%;
}

#introductionBox ul#introductionList li:nth-child(3n) {
  margin-right: 0;
}

#introductionBox ul#introductionList li:nth-child(n+4) {
  margin-top: 2%;
}

#introductionBox ul#introductionList li a {
  align-items: center;
  box-sizing: border-box;
  color: #008bd0;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  padding: 15px;
  text-decoration: none;
  width: 100%;
}

#introductionBox ul#introductionList li a span.photo {
  width: 40%;
}

#introductionBox ul#introductionList li a span.txt {
  width: 60%;
  box-sizing: border-box;
  padding: 0 20px;
}

#introductionBox .introductionAobayama {
  background: #fff;
  padding: 50px 30px;
  border-radius: 20px;
  margin-bottom: 50px;
}

#introductionBox .introductionAobayama h3 {
    color: #7ac6ab;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

#introductionBox .introductionAobayama h4 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0;
}

#introductionBox .introductionAobayama #introductionList li a {
  align-items: center;
  box-sizing: border-box;
  color: #7ac6ab;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  padding: 15px;
  text-decoration: none;
  width: 100%;
  border: 2px solid #7ac6ab;
}

#introductionBox .introductionMikamine {
  background: #fff;
  padding: 50px 30px;
  border-radius: 20px;
}

#introductionBox .introductionMikamine h3 {
    color: #b19abe;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

#introductionBox .introductionMikamine h4 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0;
}

#introductionBox .introductionMikamine #introductionList li a {
  align-items: center;
  box-sizing: border-box;
  color: #b19abe;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  padding: 15px;
  text-decoration: none;
  width: 100%;
  border: 2px solid #b19abe;
}


/*  +++++++++++++++++++++++++ footerBnrBox +++++++++++++++++++++++++ */

#footerBnrBox {
  border-top: solid 1px #e7e7e7;
  margin: 0;
  padding: 0;
}

#footerBnrBox>.inner {
  margin: 0 auto;
  padding: 50px 0;
  text-align: left;
  width: 1200px;
}

@media screen and (max-width:1200px) {
  #footerBnrBox>.inner {
    width: 96%;
  }
}

#footerBnrBox ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

#footerBnrBox ul li {
  margin: 0 20px 20px 0;
  padding: 0;
  width: 285px;
}

/*
#footerBnrBox ul li {
margin: 0 20px 0 0;
padding: 0;
width: 285px;
}
*/
#footerBnrBox ul li:nth-child(4n) {
  margin-right: 0;
}

#footerBnrBox ul li:nth-child(n+5) {
  margin-top: 20px;
}




/*  +++++++++++++++++++++++++ footer +++++++++++++++++++++++++ */

#footer {
  border-top: solid 3px #008bd0;
  margin: 0;
  padding: 0;
}

#footer>.inner {
  margin: 0 auto;
  padding: 50px 0;
  text-align: left;
  width: 1200px;
}

@media screen and (max-width:1200px) {
  #footer>.inner {
    width: 96%;
  }
}

#footer p#copy {
  background-image: -moz-linear-gradient(0deg, rgb(0, 176, 227) 28%, rgb(0, 139, 208) 49%, rgb(0, 113, 208) 75%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 176, 227) 28%, rgb(0, 139, 208) 49%, rgb(0, 113, 208) 75%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 176, 227) 28%, rgb(0, 139, 208) 49%, rgb(0, 113, 208) 75%);
  color: #ffffff;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}

#footer p {
  font-size: 1.0rem;
  line-height: 2.0;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}

#footer ul.cvBtnBox {
  margin: 0 auto;
}





/*  +++++++++++++++++++++++++ co +++++++++++++++++++++++++ */

#co {
  margin: 0;
  padding: 0;
}

#co>.inner {
  margin: 0 auto;
  padding: 30px 0 100px;
  text-align: left;
  width: 1200px;
}

@media screen and (max-width:1200px) {
  #co>.inner {
    width: 96%;
  }
}

#co>.inner>*:last-child {
  margin-bottom: 0;
}



/*  +++++++++++++++++++++++++ page +++++++++++++++++++++++++ */

.page {
  margin: 0;
  padding: 0;
}

.page>*:last-child {
  margin-bottom: 0 !important;
}

.page a[href$=".pdf"]:after {
  background: url(../images/common/ico_pdf.png) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 0 0 5px;
  position: relative;
  top: 3px;
  width: 16px;
}

.page a[href$=".xlsx"]:after,
.page a[href$=".xls"]:after {
  background: url(../images/common/ico_exel.png) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 0 0 8px;
  position: relative;
  top: 3px;
  width: 16px;
}

.page a[href$=".doc"]:after,
.page a[href$=".docx"]:after {
  background: url(../images/common/ico_word.png) no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 0 0 8px;
  position: relative;
  top: 3px;
  width: 16px;
}

.page a[href$=".pdf"].noIco:after,
.page a[href$=".xlsx"].noIco:after,
.page a[href$=".xls"].noIco:after,
.page a[href$=".doc"].noIco:after,
.page a[href$=".docx"].noIco:after {
  content: none;
}

.page p {
  font-size: 1.0rem;
  line-height: 2.0;
  margin: 0 0 30px;
  padding: 0;
}

.page p.research-d_01 {
  color: #35b185;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 30px 0 30px;
  padding: 30px 0 0;
}

.page p.research-d_02 {
  border-top: solid 1px #e6e6e6;
  color: #a98cba;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 60px 0 30px;
  padding: 80px 0 0;
}

.page ul#pan {
  margin: 0 0 30px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.page ul#pan li {
  margin: 0;
  padding: 0;
  font-size: 0.81rem;
  line-height: 1.6;
  text-indent: 0;
}

.page ul#pan li:before {
  margin: 0 15px 0 6px;
  padding: 0;
  content: "＞";
  border: 0;
  top: auto;
  vertical-align: top;
}

.page ul#pan li:first-child:before {
  content: none;
}

.page h2 {
  border-top: solid 1px #e6e6e6;
  color: #008bd0;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 30px;
  padding: 30px 0 0;
}

.page h3 {
  background: #f4f4f4;
  border-radius: 5px;
  color: #434343;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 30px;
  padding: 12px 30px;
}

.page h4 {
  border-left: solid 3px #008bd0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px;
  padding: 0 0 0 10px;
}

.page h5 {
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 0 0 15px;
  padding: 0;
}

.page h6 {
  font-size: 2.0rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

.page *+h2 {
  margin-top: 60px;
}

.page #pan+h2 {
  margin-top: 0;
}

.page *+h3,
.page *+h4,
.page *+h5,
.page *+h6 {
  margin-top: 40px;
}

.page h2+h3,
.page h3+h4,
.page h4+h5,
.page h5+h6 {
  margin-top: 0;
}

.page ul,
#detailPage #CoL ul {
  margin: 0 0 30px;
  padding: 0;
}

.page ul li,
#detailPage #CoL ul li {
  font-size: 1.0rem;
  line-height: 1.8;
  margin: 0 0 5px;
  padding: 0 0 0 1.0em;
  text-indent: -1.0em;
}

.page ul li::before,
#detailPage #CoL ul li::before {
  border-color: transparent transparent transparent #008bd0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: 6px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 0;
}

.page ol {
  margin: 0 0 30px 20px;
  padding: 0;
}

.page ol li {
  font-size: 1.0rem;
  line-height: 1.6;
  margin: 0 0 5px 0;
  padding: 0;
}

.page table,
#detailPage table {
  clear: both;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
  border: 0 !important;
  border-bottom: solid 1px #e1e1e1 !important;
}

.page table tr,
#detailPage table tr {
  border-top: solid 1px #e1e1e1;
}

.page table th,
.page table td,
#detailPage table th,
#detailPage table td {
  box-sizing: border-box;
  font-size: 1.0rem;
  line-height: 2.0;
  margin: 0;
  padding: 20px 0;
  width: 73%;
}

.page table th,
#detailPage table th {
  width: 15%;
}

.page table th>*:last-child,
.page table td>*:last-child,
#detailPage table th>*:last-child,
#detailPage table td>*:last-child {
  margin-bottom: 0;
}

.page table.tblNormal {
  border-bottom: solid 1px #e1e1e1;
  clear: both;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}

.page table.tblNormal th,
.page table.tblNormal td {
  border: solid 1px #e1e1e1;
  box-sizing: border-box;
  font-size: 1.0rem;
  line-height: 2.0;
  margin: 0;
  padding: 20px;
  width: 25%;
}

.page table.tblNormal td.second {
  width: 50%;
}

.page table.tblNormal th {
  background: #008bd0;
  color: #ffffff;
}

.page table.tblNormal th.ico {
  width: 25%;
}

.page table.tblNormal th.second {
  background: transparent;
  color: #424242;
}

.page table.tblNormal tr:nth-child(odd) {
  background: #fafafa;
}

.page #secondBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
}

.page #secondBox .box {
  border: solid 3px #008bd0;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 49%;
}

.page #secondBox .box:nth-child(n+3) {
  margin-top: 2%;
}

.page #secondBox h2 {
  border-top: 0;
  color: #008bd0;
  font-size: 1.375rem;
  line-height: 1.8;
  margin: 0 0 10px;
  padding: 0;
  text-decoration: underline;
}

.page #secondBox p {
  color: #424242;
  font-size: .85rem;
}

.page #secondBox a {
  display: block;
  margin: 0;
  padding: 30px;
  text-decoration: none;
}

.page #secondBox a>*:last-child {
  margin-bottom: 0;
}

.page #secondBox p.photo {
  float: right;
  margin: 0 0 0 20px;
  padding: 0;
  width: 200px;
}

.page #secondBox p.photo img {
  border-radius: 5px;
  height: auto;
  width: 100%;
}

.page #staffBox {
  margin: 0;
  padding: 0;
}

.page #staffBox .box {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
}

.page #staffBox .box+.box {
  border-top: solid 1px #e6e6e6;
  margin-top: 50px;
  padding-top: 50px;
}

.page #staffBox .box .photo {
  margin: 0;
  padding: 0;
  width: 150px;
}

.page #staffBox .box .photo p {
  margin: 0;
  padding: 0;
}

.page #staffBox .box .txtBox {
  margin: 0;
  padding: 0;
  width: calc(100% - 180px);
}

.page #staffBox .box .txtBox>*:last-child {
  margin-bottom: 0;
}

.page #staffBox .box .txtBox *+h5 {
  margin-top: 30px;
}

.page .youtubeBox {
  background-image: -moz-linear-gradient(0deg, rgb(0, 176, 227, .05) 28%, rgb(0, 139, 208, .05) 49%, rgb(0, 113, 208, .05) 75%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 176, 227, .05) 28%, rgb(0, 139, 208, .05) 49%, rgb(0, 113, 208, .05) 75%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 176, 227, .05) 28%, rgb(0, 139, 208, .05) 49%, rgb(0, 113, 208, .05) 75%);
  box-sizing: border-box;
  margin: 0 auto 30px auto;
  padding: 50px;
  width: 100%;
}

.page .photoBox {
  display: flex;
  justify-content: space-between;
}

.page .photoBox.clearfix {
  display: block;
}

.page .photoBox.clearfix .photo {
  width: 450px;
}

.page .photoBox img {
  border-radius: 5px;
  height: auto;
  width: 100%;
}

.page .photoBox.photoBox_mikamine img {
  width: 280px;
  margin: auto;
}

/*写真側*/
.page .photoBox .photoBoxInner:first-child,
.page .photoBox.reverse .photoBoxInner:first-child {
  width: 40%;
}

/*テキスト側*/
.page .photoBox .photoBoxInner:last-child,
.page .photoBox.reverse .photoBoxInner:last-child {
  width: 56%;
}

.page .photoBox.reverse {
  flex-direction: row-reverse;
}

.page .secondMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.page .secondMenu::after {
  content: "";
  display: block;
  width: 32%;
}

.page .secondMenu li {
  border: solid 3px #008bd0;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 32%;
  font-size: 1.625rem;
  color: #008bd0;
  line-height: 1.6;
  text-indent: 0;
}

.page .secondMenu li:before {
  content: none;
}

.page .secondMenu li:nth-child(n+4) {
  margin-top: 2%;
}

.page .secondMenu.b02 li {
  width: 49%;
  min-height: 160px;
}

.page .secondMenu.b02 li:nth-child(n+3) {
  margin-top: 2%;
}

.page .secondMenu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 20px;
  text-decoration: underline;
  color: #008bd0;
  box-sizing: border-box;
  height: 100%;
  flex-direction: row-reverse;
}

.page .secondMenu li a:not(:has(.photo))>span.txt {
  width: 100%;
  text-align: center;
  padding: 0;
}

.page .secondMenu li a span.txt {
  width: 70%;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}

.page .secondMenu li a span.photo {
  width: 30%;
}

.page .secondMenu li a span.photo img {
  width: 100%;
  height: auto;
}

.page .secondMenu li.noImg a span.txt {
  width: 100%;
  padding: 0;
}

.page .secondMenu.v02 li {
  background: #008bd0;
  font-size: 1.125rem;
  border-radius: 0;
}

.page .secondMenu.v02 li a {
  background: #008bd0;
  border-radius: 0;
  color: #ffffff;
  padding: 30px 20px;
  text-decoration: none;
  position: relative;
  display: block;
}

.page .secondMenu.v02 li a:after {
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  content: "";
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: .3s;
  width: 8px;
}

.page .pagination {
  margin: 40px 0 0;
}

.page .nav-links {
  display: flex;
  justify-content: center;
}

.page .pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 6px 10px;
  color: #000;
  border-radius: 3px;
  background: #fff;
  font-size: 0.91rem;
  text-decoration: none;
}

.page .pagination .current {
  padding: 15x;
  background: #008bd0;
  color: #fff;
}

.screen-reader-text {
  display: none !important;
}

.page .pagination .prev,
.page .pagination .next {
  background: transparent;
  box-shadow: none;
  color: #000;
}

.page .pagination .dots {
  background: transparent;
  box-shadow: none;
}



/*  +++++++++++++++++++++++++ guidepage +++++++++++++++++++++++++ */

.page #secondBox.guide {
  margin-bottom: 50px;
}

.page #secondBox.guide a {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.page #secondBox.guide .box {
  margin: 2% 0 0 !important;
  width: 100%;
}

.page #secondBox.guide .txtBox {
  width: calc(100% - 140px);
}

.page #secondBox.guide .txtBox h2 .ss {
  font-size: .75em;
}

.page #secondBox.guide .txtBox p {
  margin: 0 !important;
}

.page #secondBox.guide p.photo {
  margin: 0 !important;
  width: 110px;
}

.page #secondBox.guide p.photo img {
  filter: invert(48%) sepia(87%) saturate(4204%) hue-rotate(175deg) brightness(91%) contrast(103%);
}

.page .contactBoxArea {
  background-color: #fafafb;
}

.page .contactBoxArea {
  background-color: #fafafb;
}

.page .contactBoxArea h3 {
  margin: 0;
}

.page .contactBoxArea .contactBoxAreaInner {
  padding: 30px;
}

.page .contactBoxArea .contactBoxAreaInner p {
  margin: 0 0 10px 0 !important;
}

.page .contactBoxArea .contactBoxAreaInner p:last-child {
  margin: 0 !important;
}


/*  +++++++++++++++++++++++++ newspage +++++++++++++++++++++++++ */


.page #newsBox {
  background: transparent;
  margin: 0;
  padding: 0;
}

.page #newsBox>.inner {
  padding: 0;
  text-align: left;
  width: 100%;
}

.page #CoAll {
  display: flex;
  justify-content: space-between;
}

.page #CoAll #CoL {
  width: 910px;
}

.page #CoAll #CoR {
  width: 240px;
}

.page #CoAll #CoR {
  width: 240px;
}

.page #CoAll #CoR .sideBox {
  margin-bottom: 20px;
}

.page #CoAll #CoR .sideBox h3 {
  background: rgb(0, 113, 208);
  border-radius: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 15px 0;
  text-align: center;
}

.page #CoAll #CoR .sideBox .sideBoxInner {
  border: 2px solid #c21500;
  border-image: linear-gradient(0deg, rgb(0, 176, 227) 28%, rgb(0, 139, 208) 49%, rgb(0, 113, 208) 75%);
  border-image-slice: 1;
}

.page #CoAll #CoR .sideBox .sideBoxInner ul {
  margin: 0;
  padding: 0;
}

.page #CoAll #CoR .sideBox .sideBoxInner ul li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.page #CoAll #CoR .sideBox .sideBoxInner ul li:before {
  content: none;
}

.page #CoAll #CoR .sideBox .sideBoxInner ul li a {
  border-bottom: solid 1px #e0e0e0;
  display: block;
  font-size: .875rem;
  padding: 10px 15px;
  text-decoration: none;
}

.page .table_scroll {
  width: 100%;
  overflow-x: scroll;
}

.page .table_scroll table {
  width: 1200px;
}

.page .table_scroll table td,
.page .table_scroll table th {
  display: table-cell;
  padding-top: 1em;
}

.page .history_container {
  display: flex;
  gap: 20px;
  width: 100%;
}

.page .history_container img {
  width: calc(50% - 12px);
  border: 1px solid;
}

.page .arrow_container {
  display: flex;
  justify-content: space-around;
  width: 100%;
  gap: 20px;
  margin: 20px 0;
}

.page .member_table {
  text-align: center;
}

.page .member_table tbody tr th {
  width: 25%;
  line-height: 1.2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page .member_table tbody tr td {
  width: 25%;
  line-height: 1.2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page .member_table tbody tr td span {
  font-size: 0.7em;
}



.pager ul.pagination {
  margin: 0;
  padding: 0;
  text-align: center;
}

.pager .pagination li {
  background: #008bd0;
  display: inline;
  display: inline-block;
  height: 50px;
  margin: 0 2px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 50px;
}

.pager .pagination li a {
  color: #ffffff;
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 0;
  vertical-align: middle;
  width: 100%;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  background: #e4f6ff;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .pager .pagination li {
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next {
    display: inline-block;
    height: 50px;
    text-align: center;
    width: 40%;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a {
    text-align: center;
    width: 100%;
  }

  .pager .pagination li.pre span::after {
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before {
    content: "次の10件へ　";
  }
}






.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.wp-caption,
[class*='wp-image'] {
  display: block;
  max-width: 100% !important;
  margin-top: 0;
  text-align: center;
}

.wp-caption-text {
  margin-top: 0;
}