
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
/*----------------------------------------------------
	ページ
----------------------------------------------------*/
/*index*/
#mainimg {
  position: relative;
  width: 100%;
  height: 740px;
}
#mainimg .wrap {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#mainimg .wrap .bg {
  background: url(../image/mainimg.jpg) repeat-x left top;
  animation: slide 80s linear infinite;
  height: 100%;
}
#mainimg h2 {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 270px;
  z-index: 200;
}

/*
@keyframes slide{
	0%{
		transform: translate3d(0, 0, 0);
	}
	50%{
		transform: translate3d(-1920px, 0, 0);
	}
	100%{
		transform: translate3d(0, 0, 0);
	}
}
*/
@keyframes slide {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: calc(-1920px + 100vw) 0;
  }
  0% {
    background-position: 0 0;
  }
}
#mainimg_full {
  position: relative;
  width: 100%;
  height: 100vh;
}
/* 手机端样式 */
@media (max-width: 768px) {
  #mainimg_full {
    height: auto; /* 或使用固定高度如 50vh，取决于你的需求 */
    min-height: 300px; /* 可选：设置最小高度 */
    aspect-ratio: 1/1; /* 可选：如果需要保持特定比例 */
  }
}
#mainimg_full .wrap {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#mainimg_full .wrap .bg {
  /*background: url(../image/mainimg_r.jpg) repeat-x left top;*/
  /*background-size: contain;*/
  /*animation: slide_full 180s linear infinite;*/
  /*height: 100%;*/
  /*width: calc(100vh * 10.378);*/
}
#mainimg_full h2 {
  text-align: center;
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  z-index: 200;
}

@keyframes slide_full {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(100vh * -5.189), 0, 0);
  }
}
#main {
  padding: 90px 0 60px;
}
#main #news h2 {
  text-align: center;
  margin-bottom: 16px;
}
#main #news .flex .pic {

}
#main #news .flex .newslist {
  width: 38%;
  background: url(../image/line_grade.png) no-repeat left top;
}
#main #news .flex .newslist .inner {
  padding: 44px 1em 10px;
}
#main #news .flex .newslist .inner dl {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-right: 29%;
  margin-bottom: 40px;
}
#main #news .flex .newslist .inner dl dt {
  color: #2a7383;
  margin-bottom: 2px;
}
#main #news .flex .newslist .inner dl dd {
  color: #2a7383;
  margin-bottom: 20px;
}
#main #news .flex .newslist .inner ul {
  overflow-y: auto;
  height: 350px;
}
#main #news .flex .newslist .inner .pageListTitle {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-right: 15%;
  /*margin-bottom: 40px;*/
}
#main #news .flex .newslist .inner .pageListTitle span.pageListDate {
  display: block;
  color: #2a7383;
  margin-bottom: 2px;
}
#main #news .flex .newslist .inner .pageListTitle a {
  display: block;
  color: #2a7383;
  margin-bottom: 20px;
  text-decoration: none;
}
#main #news .flex .newslist .viewall {
  background: url(../image/line_grade.png) no-repeat left bottom;
  padding: 0 1em 10px;
}
#main #news .flex .newslist .viewall a {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  font-size: 16px;
  padding: 5px 0.5em;
  text-decoration: none;
}
#main #news .container p {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2a7383;
}

/*propertylist*/
#propertylist .col3_cam {
  margin-top: -20px;
}
#propertylist .col3_cam li {
  width: 31%;
}
#propertylist .col3_cam li .pic {
  margin-bottom: 10px;
}
#propertylist .col3_cam li .desc_mincho {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2a7380;
}
#propertylist .property_item {
  margin-bottom: 80px;
}
#propertylist .property_item h4 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 24px;
  color: #2a7380;
  border-bottom: 1px solid #2a7380;
  margin-bottom: 20px;
}
#propertylist .property_item .gaiyo {
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
#propertylist .property_item .gaiyo .txt {
  width: 68%;
}
#propertylist .property_item .gaiyo .btn {
  width: 30%;
}
#propertylist .property_item .detail h5 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  margin-bottom: 14px;
  color: #2a7380;
  letter-spacing: -0.05em;
}
#propertylist .property_item .detail .desc {
  margin-bottom: 20px;
}
#propertylist .property_item .detail .desc p {
  margin-bottom: 10px;
}
#propertylist .property_item .detail01 .pic {
  width: 48%;
}
#propertylist .property_item .detail01 .info {
  width: 50%;
}
#propertylist .property_item .detail02 li {
  width: 48%;
}
#propertylist .property_item .detail02 li h5 {
  margin-bottom: 10px;
}
#propertylist .property_item .detail03 li {
  width: 31%;
  margin-bottom: 40px;
}
#propertylist .property_item .detail03 li h5 {
  margin-bottom: 10px;
}
#propertylist .property_item .detail03 li .desc {
  font-size: 13px;
  letter-spacing: -0.05em;
}
#propertylist .property_item .detail03 li .desc .brownbox {
  font-size: 11px;
}
#propertylist .property_item .detail03 li:nth-child(2), #propertylist .property_item .detail03 li:nth-child(5) {
  margin: 0 3.5% 40px;
}
#propertylist #catch {
  padding: 0 0 270px;
  margin-bottom: 60px;
}
#propertylist #catch .bg_w {
  background: RGBa(255, 255, 255, 0.7);
  padding: 50px 0 40px;
}
#propertylist #catch .bg_w h4 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2a7380;
  text-align: center;
  font-size: 22px;
}
#propertylist #catch.cf {
  background: url(../image/cf_catch.png) no-repeat center center;
  background-size: cover;
}
#propertylist #catch.office {
  background: url(../image/office_catch.png) no-repeat center center;
  background-size: cover;
}
#propertylist #catch.medical {
  background: url(../image/medical_catch.png) no-repeat center center;
  background-size: cover;
}
#propertylist #catch.service_long {
  background: url(https://www.goou50.com/contents/images/service_long_catch.png) no-repeat center center;
  background-size: cover;
}
#propertylist #catch.service_short {
  background: url(https://www.goou50.com/contents/images/service_short_catch.png) no-repeat center center;
  background-size: cover;
}
#propertylist #catch.service_com {
  background: url(https://www.goou50.com/contents/images/service_com_catch.png) no-repeat center center;
  background-size: cover;
}
#propertylist #catch.mansion {
  background: url(../image/mansion_catch.png) no-repeat center center;
  background-size: cover;
}
#propertylist #catch.student {
  background: url(https://www.goou50.com/contents/images/student_catch.png) no-repeat center center;
  background-size: cover;
}
#propertylist .tokucho .tit_ja {
  margin-bottom: 20px;
}
#propertylist .tokucho .desc {
  text-align: center;
  margin-bottom: 60px;
}
#propertylist .tokucho ul,
#propertylist .tokucho .flex {
  margin-bottom: 60px;
}
#propertylist .tokucho ul li,
#propertylist .tokucho ul .item,
#propertylist .tokucho .flex li,
#propertylist .tokucho .flex .item {
  width: 49%;
  background: #f7e6d5;
  padding: 14px 0.6em 30px;
  margin-bottom: 20px;
}
#propertylist .tokucho ul li h5,
#propertylist .tokucho ul .item h5,
#propertylist .tokucho .flex li h5,
#propertylist .tokucho .flex .item h5 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  color: #2a7380;
  font-size: 18px;
  padding-bottom: 2px;
  border-bottom: 1px solid #2a7380;
  margin-bottom: 10px;
}
#propertylist .tokucho ul li .pic,
#propertylist .tokucho ul .item .pic,
#propertylist .tokucho .flex li .pic,
#propertylist .tokucho .flex .item .pic {
  padding-top: 8px;
  text-align: center;
}
#propertylist .tokucho ul.col03 li,
#propertylist .tokucho ul.col03 .item, #propertylist .tokucho ul.mcol03 li,
#propertylist .tokucho ul.mcol03 .item,
#propertylist .tokucho .flex.col03 li,
#propertylist .tokucho .flex.col03 .item,
#propertylist .tokucho .flex.mcol03 li,
#propertylist .tokucho .flex.mcol03 .item {
  width: 32%;
}

/*page_detail*/
#page_detail .bukken_tit {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  color: #2a7380;
}
#page_detail #catch {
  min-height: 600px;
  margin-bottom: 100px;
}
#page_detail #catch .container {
  padding-top: 130px;
}
#page_detail #catch .container .txt {
  color: #fff;
}
#page_detail #catch .container .txt h3 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  margin-bottom: 16px;
  line-height: 1.3;
}
#page_detail #catch .container .txt .desc01 {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 8px;
}
#page_detail #catch .container .txt .desc02 {
  font-size: 15px;
  line-height: 2;
}
#page_detail #catch .container .txt.txt_right {
  padding-left: 46%;
}
#page_detail #catch .container .txt.txt_left {
  padding-right: 46%;
}
#page_detail #catch.shinmachi_c {
  background: url(../image/shinmachi_c_catch.png) no-repeat center center;
  background-size: cover;
}
#page_detail #catch.yotsubashi_c {
  background: url(../image/yotsubashi_c_catch.png) no-repeat center center;
  background-size: cover;
}
#page_detail #catch.cor {
  background: url(../image/cor_catch.png) no-repeat center center;
  background-size: cover;
}
#page_detail #catch.horie_n {
  background: url(../image/horie_n_catch.png) no-repeat center center;
  background-size: cover;
}
#page_detail #catch.ishibashi01_n {
  background: url(../image/ishibashi01_n_catch.png) no-repeat center center;
  background-size: cover;
}
#page_detail #catch.kyomachibori_n {
  background: url(../image/kyomachibori_n_catch.png) no-repeat center center;
  background-size: cover;
}
#page_detail #catch.machinomori {
  background: url(../image/machinomori_catch.png) no-repeat center center;
  background-size: cover;
}
#page_detail #catch.okazakibashi_med {
  background: url(../image/okazakibashi_med_catch.png) no-repeat center center;
  background-size: cover;
}
#page_detail #catch.onohara01_n {
  background: url(../image/onohara01_n_catch.png) no-repeat center center;
  background-size: cover;
}
#page_detail #catch.onohara02_n {
  background: url(../image/onohara02_n_catch.png) no-repeat center center;
  background-size: cover;
}
#page_detail #catch.onohara03_n {
  background: url(../image/onohara03_n_catch.png) no-repeat center center;
  background-size: cover;
}
#page_detail #catch.onohara04_n {
  background: url(../image/onohara04_n_catch.png) no-repeat center center;
  background-size: cover;
}
#page_detail #catch.otomeyamapark_bc {
  background: url(../image/otomeyamapark_bc_catch.png) no-repeat center center;
  background-size: cover;
}
#page_detail #reason .reason_box div {
  width: 32.4% !important;
  float: none !important;
  background: #fff;
  margin-bottom: 16px;
}
#page_detail #reason .reason_box div h5 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #2a7380;
  color: #fff;
  padding: 4px 1em;
  font-size: 17px;
  text-align: center;
}
#page_detail #reason .reason_box div p {
  padding: 16px 1em;
}
#page_detail #reason .reason_box hr {
  display: none;
}
#page_detail #reason ul li {
  width: 32.4%;
  background: #fff;
  margin-bottom: 16px;
}
#page_detail #reason ul li h5 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #2a7380;
  color: #fff;
  padding: 4px 1em;
  font-size: 17px;
  text-align: center;
}
#page_detail #reason ul li p {
  padding: 16px 1em;
}
#page_detail #gaiyo .flex .pic {
  width: 58% !important;
}
#page_detail #gaiyo .flex .info {
  width: 40% !important;
}
#page_detail #gaiyo .flex .info table {
  width: 100%;
  border-top: 1px solid #2a7380;
}
#page_detail #gaiyo .flex .info table tr th {
  padding: 6px 0.5em;
  min-width: 7em;
  border-bottom: 1px solid #2a7380;
}
#page_detail #gaiyo .flex .info table tr td {
  padding: 6px 0.5em;
  border-bottom: 1px solid #2a7380;
}
#page_detail #facility .tit_ja {
  margin-bottom: 30px;
}
#page_detail #facility .desc {
  text-align: center;
  margin-bottom: 30px;
}
#page_detail #facility h4 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  color: #2a7380;
}
#page_detail #facility .setsubi_t {
  width: 100%;
  border-top: 1px solid #2a7380;
}
#page_detail #facility .setsubi_t tr th {
  padding: 6px 0.5em;
  border-bottom: 1px solid #2a7380;
}
#page_detail #facility .setsubi_t tr td {
  padding: 6px 0.5em;
  border-bottom: 1px solid #2a7380;
}
#page_detail #facility .facility04 .item,
#page_detail #facility .facility03 .item,
#page_detail #facility .facility02 .item {
  float: none !important;
}
#page_detail #facility .facility04 .item .imageLeft,
#page_detail #facility .facility03 .item .imageLeft,
#page_detail #facility .facility02 .item .imageLeft {
  display: inline;
  text-align: center;
}
#page_detail #facility .facility04 .item img,
#page_detail #facility .facility03 .item img,
#page_detail #facility .facility02 .item img {
  width: 100%;
}
#page_detail #facility .facility04 .item h5,
#page_detail #facility .facility03 .item h5,
#page_detail #facility .facility02 .item h5 {
  background: #2a7380;
  padding: 4px 1em;
  text-align: center;
  color: #fff;
  font-size: 17px;
}
#page_detail #facility .facility04 hr,
#page_detail #facility .facility03 hr,
#page_detail #facility .facility02 hr {
  display: none;
}
#page_detail #facility .facility04 .item {
  width: 24% !important;
}
#page_detail #facility .facility03 .item {
  width: 32% !important;
}
#page_detail #facility .facility02 .item {
  width: 48% !important;
}
#page_detail .tokucho .tit_ja {
  margin-bottom: 20px;
}
#page_detail .tokucho .desc {
  text-align: center;
  margin-bottom: 60px;
}
#page_detail .tokucho ul li,
#page_detail .tokucho ul .item,
#page_detail .tokucho .flex li,
#page_detail .tokucho .flex .item {
  width: 49%;
  background: #f7e6d5;
  padding: 14px 0.6em 30px;
  margin-bottom: 20px;
}
#page_detail .tokucho ul li h5,
#page_detail .tokucho ul .item h5,
#page_detail .tokucho .flex li h5,
#page_detail .tokucho .flex .item h5 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  color: #2a7380;
  font-size: 18px;
  padding-bottom: 2px;
  border-bottom: 1px solid #2a7380;
  margin-bottom: 10px;
}
#page_detail .tokucho ul li .pic,
#page_detail .tokucho ul .item .pic,
#page_detail .tokucho .flex li .pic,
#page_detail .tokucho .flex .item .pic {
  padding-top: 8px;
  text-align: center;
}
#page_detail .tokucho ul.col03 li,
#page_detail .tokucho ul.col03 .item, #page_detail .tokucho ul.mcol03 li,
#page_detail .tokucho ul.mcol03 .item,
#page_detail .tokucho .flex.col03 li,
#page_detail .tokucho .flex.col03 .item,
#page_detail .tokucho .flex.mcol03 li,
#page_detail .tokucho .flex.mcol03 .item {
  width: 32%;
}
#page_detail #access .desc {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 50px;
}
#page_detail #access .flex {
  -webkit-align-items: center;
  align-items: center;
}
#page_detail #access .flex div {
  padding: 10px 0.5em;
  float: none !important;
}
#page_detail #access .flex div .imageLeft {
  display: inline;
  text-align: center;
}
#page_detail #access .flex div img.icon {
  width: auto !important;
}
#page_detail #access .flex div center {
  margin-bottom: 20px;
}
#page_detail #access .flex div p {
  margin-bottom: 20px;
}
#page_detail #access .googlemap {
  margin-top: 40px;
}
#page_detail #guide .desc {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 40px;
}
#page_detail #guide .flex div {
  width: 33%;
  float: none !important;
}
#page_detail #guide .flex div .imageLeft {
  display: inline;
  text-align: center;
  margin-bottom: 6px;
}
#page_detail #guide .flex div .pic {
  margin-bottom: 6px;
}
#page_detail #guide .flex hr {
  display: none;
}
#page_detail #guide .flex li {
  width: 33%;
}
#page_detail #guide .flex li .pic {
  margin-bottom: 6px;
}
#page_detail #zumen .desc {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 50px;
}
#page_detail #zumen .flex li .pic {
  margin-bottom: 12px;
}
#page_detail #aki .desc {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 50px;
}
#page_detail #aki .mcol02 .item h5 {
  text-align: center;
  color: #2a7380;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#page_detail #aki .mcol02 .item dl dt {
  width: 7em;
  float: left;
}
#page_detail #aki .mcol02 .item dl dd {
  *zoom: 1;
  padding: 0 0 0 7em;
  margin-bottom: 8px;
}
#page_detail #aki .mcol02 .item dl dd:before, #page_detail #aki .mcol02 .item dl dd:after {
  content: "";
  display: table;
}
#page_detail #aki .mcol02 .item dl dd:after {
  clear: both;
}
#page_detail #tenant .desc {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 30px;
}
#page_detail #tenant .mcol04 .item {
  float: none !important;
  margin-right: 1.3%;
}
#page_detail #tenant .mcol04 .item .imageLeft {
  display: inline;
  text-align: center;
  margin-bottom: 6px;
}
#page_detail #tenant .mcol04 .item img {
  margin-bottom: 6px;
  width: 100%;
}
#page_detail #tenant .mcol04 .item h5 {
  background: #2a7380;
  padding: 4px 1em;
  text-align: center;
  color: #fff;
  font-size: 17px;
  margin-bottom: 10px;
}
#page_detail #tenant .mcol04 .item h5 a {
  color: #fff;
  text-decoration: none;
}
#page_detail #tenant .mcol04 .item h5 a:hover {
  text-decoration: underline;
}
#page_detail #tenant .mcol04 .item:nth-child(4) {
  margin-right: 0;
}
#page_detail #media .desc {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 30px;
}
#page_detail .brownbox .mokuteki li {
  width: 31%;
}
#page_detail .brownbox .mokuteki li .tit {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-bottom: 10px;
}
#page_detail .brownbox .mokuteki li .tit a {
  display: block;
  background: RGBa(255, 255, 255, 0.7);
  padding: 10px 0.5em;
  color: #2a7380;
  font-size: 18px;
}
#page_detail .brownbox .mokuteki li .tit a:hover {
  background: RGBa(255, 255, 255, 1);
}
#page_detail .brownbox .mokuteki li.active .tit a {
  background: RGBa(255, 255, 255, 1);
}

/*kodawari*/
#kodawari .tit_ja_s {
  text-align: center;
  font-size: 20px;
  color: #2a7380;
  margin-top: -20px;
  margin-bottom: 50px;
}
#kodawari .desc_slim {
  max-width: 600px;
  margin: 0 auto 60px;
}
.kodawari_list li {
  padding: 50px 0;
  border-top: 1px solid #2a7380;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.kodawari_list li .pic {
  width: 48%;
}
.kodawari_list li .info {
  width: 49%;
}
.kodawari_list li .info h5 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 25px;
  margin-bottom: 20px;
  color: #2a7380;
}
.kodawari_list li:nth-child(even) .pic {
  -webkit-order: 2;
  order: 2;
}
#kodawari .waku {
  border: 1px solid #2a7380;
  padding: 40px 6%;
}

/*company*/
#company .tit_ja {
  color: #182980;
  font-size: 30px;
}
#company .inner_slim {
  max-width: 750px;
  margin: 0 auto 40px;
  background: #f7f7f7;
}
#company .com_table {
  width: 100%;
  border-left: 1px solid #2a7380;
  line-height: 3;
  margin-bottom: 60px;
  background: #f7f7f7;
}
#company .com_table tr th {
  padding: 0 1.5em 0 3em;
  vertical-align: top;
  min-width: 10em;
}
#company .com_table tr td {
  padding: 0 1.5em;
}
#company .greet {
  max-width: 800px;
  margin: 0 auto 80px;
}
#company .greet .txt {
  width: 60%;
  line-height: 2;
}
#company .greet .person {
  width: 34%;
}
#company .greet .person .pic {
  margin-bottom: 20px;
}
#company .greet .person .name {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2a7380;
  font-size: 18px;
}
#company .tit_ja {
  color: #182980;
  font-size: 30px;
}
#company h3 {
  margin-bottom: 20px;
}
#company h3 .tit_s {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2a7380;
  text-align: center;
  font-size: 18px;
}
#company h3 .tit_l {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2a7380;
  text-align: center;
  font-size: 28px;
  border-bottom: 1px solid #2a7380;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
#company h4 {
  margin-bottom: 100px;
}
#company h4 .tit_s {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2a7380;
  text-align: center;
  font-size: 13px;
}
#company h4 .tit_l {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2a7380;
  text-align: center;
  font-size: 28px;
}
#company #catch {
  margin-top: -20px;
}
#company .bg {
  background: url(https://www.goou50.com/contents/images/about_bg.png) no-repeat right 100px;
}
#company .yurai {
  padding: 10px 0 30px;
  border-bottom: 1px solid #2a7380;
}
#company .yurai .pic {
  margin-right: 2em;
}
#company .yurai .txt {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2a7380;
  font-size: 17px;
}
#company .history {
  margin-bottom: 60px;
}
#company .history li {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  padding: 30px 2%;
}
#company .history li .pic {
  margin-bottom: 20px;
}
#company .history li .txt {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2a7380;
}
#company .history li:nth-child(2) {
  border-left: 1px solid #2a7380;
  border-right: 1px solid #2a7380;
}


/* CSR追加 */
/* 管理画面への影響補正 */
[class*="cms"] {
    box-sizing: content-box;
}
#company .company_csr {
    
}
#company .company_csr .h_style_02 {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    color: #182980;
    margin: 50px 0 30px;
    border-bottom: 1px solid #182980;
}
#company .company_csr .h_style_03 {
    font-size: 20px;
    font-weight: 600;
    color: #182980;
    line-height: 1.1;
    margin: 0 0 1.5em;
    padding: 0 0 0 10px;
    border-left: 6px solid #ccc;
}
#company .company_csr .company_csr_col {
    max-width: 100%;
    margin: 0 auto 60px;
    padding: 20px 20px 15px;
    background-color: #f7f7f7;
}
#company .company_csr .company_csr_col_l {
    width: 34%;
    
}
#company .company_csr .company_csr_col_r {
    width: 60%;
}
@media screen and (max-width: 480px) {
    #company .company_csr .company_csr_col_l,
    #company .company_csr .company_csr_col_r {
        width: 100%;
        float: none;
    }
}
#company .company_csr .company_csr_col2 {
    max-width: 800px;
    margin: 20px auto 40px;
    padding: 0px 0px;
}
#company .company_csr .company_csr_col2 hr {
    display: none;
}
#company .company_csr .company_csr_col2_l,
#company .company_csr .company_csr_col2_r {
    width: 46%;
    background-color: #f7f7f7;
    padding: 26px 20px 10px;
}
#company .company_csr .company_csr_col2_l img,
#company .company_csr .company_csr_col2_r img {
    margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
    #company .company_csr .company_csr_col2_l,
    #company .company_csr .company_csr_col2_r {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}
#company .company_csr .company_csr_col2 .h_style_03 {
    margin: 0 0 0.8em;
}
    
    
#company .company_csr .company_csr_nav {
    text-align: center;
    margin: 0 0 50px;
}
#company .company_csr .company_csr_nav li {
    display: inline-block;
}
#company .company_csr .company_csr_nav li a {
    width: 250px;
    display: inline-block;
    padding: 6px 0 4px;
    text-align: center;
    color: #182980;
    text-decoration: none;
    border: 1px solid #182980;
}
#company .company_csr .company_csr_nav li a:hover {
  border: 1px solid #ad0012;
}
@media screen and (max-width: 480px) {
    #company .company_csr .company_csr_nav li {
      display: block;
      text-align: center;
      margin-bottom: 5px;
    }
}


/*service*/
#service .tit_waku {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  color: #2a7380;
  border: 1px solid #2a7380;
  padding: 6px 1em;
  font-size: 20px;
  margin-bottom: 20px;
}
#service .tab2 li {
  margin-bottom: 10px;
}
#service .brownbox .mokuteki li {
  width: 31%;
}
#service .brownbox .mokuteki li .tit {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-bottom: 10px;
}
#service .brownbox .mokuteki li .tit a {
  display: block;
  background: RGBa(255, 255, 255, 0.7);
  padding: 10px 0.5em;
  color: #2a7380;
  font-size: 18px;
}
#service .brownbox .mokuteki li .tit a:hover {
  background: RGBa(255, 255, 255, 1);
}
#service .brownbox .mokuteki li.active .tit a {
  background: RGBa(255, 255, 255, 1);
}
#service h3 {
  margin-bottom: 20px;
}
#service h3 .tit_s {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2a7380;
  text-align: center;
  font-size: 18px;
}
#service h3 .tit_l {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2a7380;
  text-align: center;
  font-size: 25px;
  border-bottom: 1px solid #2a7380;
  margin-bottom: 6px;
}
#service .image {
  margin-bottom: 20px;
}
#service #catch {
  margin-bottom: 60px;
}
#service #catch .bg_w {
  background: RGBa(255, 255, 255, 0.7);
  padding: 50px 0 40px;
}
#service #catch .bg_w h4 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2a7380;
  text-align: center;
  font-size: 22px;
}
#service #catch.service_index {
  padding: 0 0 270px;
  background: url(../image/service_index_catch.png) no-repeat center center;
  background-size: cover;
}
#service #catch.student_index {
  padding: 0 0 270px;
  background: url(../image/student_index_catch.png) no-repeat center center;
  background-size: cover;
}
#service .inner_slim {
  max-width: 700px;
  margin: 0 auto 80px;
}
#service #merit_index .mcol02 .item {
  margin-bottom: 20px;
}
#service #merit_index .mcol02 .item h5 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2a7380;
  text-align: center;
  font-size: 17px;
  margin-bottom: 6px;
}
#service #merit_index .mcol02 .item .img {
  margin-bottom: 10px;
}
#service .merit li {
  width: 30%;
  position: relative;
}
#service .merit li .tit {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #e2cab2;
  color: #2a7380;
  text-align: center;
  padding: 6px 0.5em;
  font-size: 16px;
  margin-bottom: 10px;
}
#service .merit li .desc {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2a7380;
  text-align: center;
  margin-bottom: 12px;
  font-size: 16px;
}
#service .merit li .pic img {
  width: 100%;
  vertical-align: bottom;
}
#service .merit li:nth-child(2):before {
  content: '';
  position: absolute;
  left: -8.5%;
  top: 0;
  height: 100%;
  width: 1px;
  background: #2a7380;
}
#service .merit li:nth-child(2):after {
  content: '';
  position: absolute;
  right: -8.5%;
  top: 0;
  height: 100%;
  width: 1px;
  background: #2a7380;
}
#service .voice_list {
  padding-top: 20px;
}
#service .voice_list li {
  width: 50%;
  padding: 20px 3%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
#service .voice_list li .pic {
  width: 40%;
}
#service .voice_list li .txt {
  width: 54%;
}
#service .voice_list li:nth-child(1), #service .voice_list li:nth-child(2) {
  border-bottom: 1px solid #2a7380;
}
#service .voice_list li:nth-child(1), #service .voice_list li:nth-child(3) {
  border-right: 1px solid #2a7380;
}
#service .bukken_list li {
  width: 48%;
}
#service .bukken_list li h4 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2a7380;
  margin-bottom: 10px;
  font-size: 17px;
  letter-spacing: -0.05em;
}
#service .bukken_list li .pic {
  margin-bottom: 24px;
}
#service .bukken_list li .tit {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  color: #2a7380;
  font-size: 16px;
  margin-bottom: 14px;
}
#service .bukken_list li .desc {
  font-size: 12px;
  margin-bottom: 12px;
}
#service .bukken_list li .desc.mb30 {
  margin-bottom: 30px;
}
#service .bukken_list li .icons {
  text-align: center;
}
#service .bukken_list li .waku {
  background: #f7e6d5;
  padding: 20px 1em;
  font-size: 13px;
}
#service .bukken_list li .links {
  padding-top: 20px;
}
#service .bukken_list li .links div {
  margin-bottom: 8px;
}
#service .bukken_list li .links a {
  display: block;
  border: 1px solid #2a7380;
  padding: 4px 0.5em;
  color: #2a7380;
  text-decoration: none;
  text-align: center;
}
#service .bukken_list li .links a:hover {
  background: #2a7380;
  color: #fff;
}
#service .std_col04 li {
  width: 23%;
  margin-bottom: 10px;
}
#service .std_col04 li small {
  display: block;
}
#service .std_col03 li {
  width: 31%;
  margin-bottom: 10px;
}
#service .std_col03 li small {
  display: block;
}
#service .student_tel .waku {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #2a7380;
  padding: 16px 5%;
}
#service .student_tel .waku .txt {
  padding: 0 1em;
}
#service .student_tel .waku .txt h4 {
  color: #2a7380;
  font-weight: bold;
}
#service .student_tel .waku .txt p {
  font-size: 11px;
}
#service .student_tel .waku .txt p span {
  display: inline-block;
  border: 1px solid #2a7380;
  color: #2a7380;
  margin-right: 0.5em;
  font-size: 10px;
  padding: 0 2px;
}
#service .student_tel .waku .telnum {
  padding: 0 1em;
}
#service .student_tel .waku center {
  color: #2a7380;
}
#service .flow_list li {
  width: 20%;
}
#service #tokucho ul li,
#service #tokucho ul .item,
#service #tokucho .flex li,
#service #tokucho .flex .item {
  width: 49%;
  background: #f7e6d5;
  padding: 14px 0.6em 30px;
  margin-bottom: 20px;
}
#service #tokucho ul li h5,
#service #tokucho ul .item h5,
#service #tokucho .flex li h5,
#service #tokucho .flex .item h5 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  color: #2a7380;
  font-size: 18px;
  padding-bottom: 2px;
  border-bottom: 1px solid #2a7380;
  margin-bottom: 10px;
}
#service #tokucho ul li .pic,
#service #tokucho ul .item .pic,
#service #tokucho .flex li .pic,
#service #tokucho .flex .item .pic {
  padding-top: 8px;
  text-align: center;
}
#service #tokucho ul.col03 li,
#service #tokucho ul.col03 .item, #service #tokucho ul.mcol03 li,
#service #tokucho ul.mcol03 .item,
#service #tokucho .flex.col03 li,
#service #tokucho .flex.col03 .item,
#service #tokucho .flex.mcol03 li,
#service #tokucho .flex.mcol03 .item {
  width: 32%;
}

/*フォーム*/
#main form.mailForm {
  border: none;
  background: #f7f7f7;
}
#main fieldset.formBlock {
  padding: 10px 8px 8px;
  font-size: 1em;
  color: #7b7a7b;
}
#main fieldset div.content label {
  display: inline-block;
  margin-right: 1em;
}
#main .btnSend input {
  width: auto;
  min-width: 40%;
  padding: 12px 2em;
  font-size: 1em;
}

/*サイトマップ*/
#main .sitemap ul li {
  margin-bottom: 4px;
}
#main .sitemap ul li a {
  display: block;
  background: #f7f7f7;
  padding: 4px 1em;
  font-weight: bold;
  font-size: 16px;
}
#main .sitemap ul li ul {
  padding-left: 1em;
}
#main .sitemap ul li ul li a {
  background: none;
  font-size: 14px;
}

/*その他*/
#main .rec_t {
  width: 100%;
}
#main .rec_t tr th {
  border: 1px solid #ddd;
  padding: 4px 1em;
}
#main .rec_t tr td {
  border: 1px solid #ddd;
  padding: 4px 1em;
}

/*ブログ*/
#main .pageListItemBlock {
  display: -webkit-flex;
  display: flex;
}
#main .pageListItemBlock .pageListItemBlock-type01 {
  width: 100%;
}
#main .pageListItemBlock .pageListItemBlock-type01 li.pageListItemList {
  margin: 0 0 10px;
} 
#main .pageListItemBlock .pageListItemBlock-type03 {
  width: 32% !important;
  height: auto !important;
  margin: 0 1% 20px 0;
}
#main p.pageListTitle {
  margin-bottom: 10px;
}
#main p.pageListTitle a {
  text-decoration: none;
}
#main #blog_detail .pagenavi {
  padding-top: 80px;
  text-align: center;
}
#main #blog_detail .pagenavi a {
  display: inline-block;
  padding: 6px 1.5em;
  border: 1px solid #2a7380;
  color: #2a7380;
  margin: 0 10px;
  text-decoration: none;
}
#main #blog_detail .pagenavi a:hover {
  background: #2a7380;
  color: #fff;
}

/*アフターサービス*/
#maincontents .h_title_main {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #2a7380;
  padding-left: 1em;
  border-left: 4px solid #2a7380;
}
#maincontents .h_title_sub {
  font-size: 17px;
  padding: 4px 1em;
  background: #f7f7f7;
  margin-bottom: 20px;
}
#maincontents caption {
  font-weight: bold;
  margin-bottom: 4px;
  color: #2a7380;
}
#maincontents table {
  width: 100%;
  margin-bottom: 50px;
}
#maincontents table tr th, #maincontents table tr td {
  padding: 6px 1em;
  border: 1px solid #eee;
}
#maincontents #contact {
  background: #2a7380;
  color: #fff;
  padding: 6px 1em;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
#maincontents .contact h4 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
}
#maincontents .contact dl {
  margin-bottom: 20px;
}
#maincontents .contact p a {
  display: inline-block;
  min-width: 40%;
  padding: 10px 2em;
  color: #2a7380;
  text-decoration: none;
  border: 1px solid #2a7380;
  text-align: center;
}
#maincontents .contact p a:hover {
  background: #2a7380;
  color: #fff;
}

/*　事業内容　下層　*/
#main #business_sub h4.obi {
  background: #2a7380;
  color: #fff;
  padding: 6px 2em;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
#main #business_sub .bg_gray, #main #business_sub .textbox03 {
  padding: 18px 1.5em;
  background: #f5f5f5;
  margin-top: 1em;
  font-size: 14px;
}
#main #business_sub p {
  font-size: 16px;
}
#main #business_sub #bizsub_catch {
  position: relative;
}
#main #business_sub #bizsub_catch .pic {
  width: 68%;
}
#main #business_sub #bizsub_catch .pic img {
  width: 100%;
}
#main #business_sub #bizsub_catch .txt {
  position: absolute;
  right: 0;
  top: 100px;
  width: 40%;
  font-size: 16px;
  line-height: 2;
  background: RGBa(245, 245, 245, 0.9);
  padding: 40px 2.5em;
}
#main #business_sub #bizsub_catch .txt h5 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  margin-bottom: 20px;
  color: #2a7380;
}
#main #business_sub .bizsub_sec01 .flex .txt {
  width: 39%;
  font-size: 16px;
  line-height: 2;
}
#main #business_sub .bizsub_sec01 .flex .txt p {
  line-height: 2;
}
#main #business_sub .bizsub_sec01 .flex .pic {
  width: 58%;
}
#main #business_sub .bizsub_sec01 .flex .pic img {
  width: 100%;
}
#main #business_sub .bizsub_sec01 .mcol03, #main #business_sub .bizsub_sec01 .mcol02 {
  padding: 0;
}
#main #business_sub .bizsub_sec01 .mcol03 .item, #main #business_sub .bizsub_sec01 .mcol02 .item {
  width: 32%;
}
#main #business_sub .bizsub_sec01 .mcol03 .item h5, #main #business_sub .bizsub_sec01 .mcol02 .item h5 {
  text-align: center;
  color: #2a7380;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  background: #eee;
}
#main #business_sub .bizsub_sec01 .mcol03 .item h4.obi, #main #business_sub .bizsub_sec01 .mcol02 .item h4.obi {
  margin-bottom: 14px;
}
#main #business_sub .bizsub_sec01 .mcol03.photo03 .item, #main #business_sub .bizsub_sec01 .mcol02.photo03 .item {
  width: 32% !important;
}
#main #business_sub .bizsub_sec02 .flex .txt {
  width: 49%;
  font-size: 16px;
  line-height: 2;
}
#main #business_sub .bizsub_sec02 .flex .txt p {
  line-height: 2;
}
#main #business_sub .bizsub_sec02 .flex .txt .jirei {
  padding: 18px 1.5em;
  background: #f5f5f5;
  margin-top: 1em;
  font-size: 14px;
}
#main #business_sub .bizsub_sec02 .flex .pic {
  width: 48%;
}
#main #business_sub .bizsub_sec02 .flex .pic p {
  margin-bottom: 16px;
}


/* recruit */
.recruit_table {
  width: 100%;
  border-left: 1px solid #2a7380;
  line-height: 2;
  margin-bottom: 60px;
  background: #f7f7f7;
}
.recruit_table tr th {
  padding: 2em 1.5em 2em 1.5em;
  vertical-align: top;
  min-width: 14em;
  border-bottom: 1px dotted #999;
}
.recruit_table tr td {
  padding: 2em 1.5em;
  border-bottom: 1px dotted #999;
}
@media all and (max-width: 767px) {
    .recruit_table {
      width: 100%;
      border-left: none;
      line-height: 2;
      margin-bottom: 40px;
      background: #f7f7f7;
    }
    .recruit_table tr th {
      display: block;
      padding: 2em 0em 0em 1em;
      vertical-align: top;
      min-width: 14em;
      border-bottom: none;
      font-weight: 700;
    }
    .recruit_table tr td {
      display: block;
      padding: 0em 1em 2em;
      border-bottom: 1px dotted #999;
    }
}

/* flow */
#main .flow {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
#main .l_inner-base {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 990px;
    padding: 0 30px;
    margin: 0 auto;
}
#main .flow01{
	margin-top: 100px;
	padding-bottom: 60px;
}
#main .flow01{
	position: relative;
}
#main .flow01:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 14px;
	height: 100%;
	margin-left: -7px;
	background: #2A7380;
}
#main .flow .txt-start{
	position: absolute;
	top: -99px;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	text-align: center;
}
#main .flow .txt-start:before{
	-webkit-border-radius: 50%;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #2A7380;
}
#main .flow .txt-start span{
	position: relative;
	display: block;
	z-index: 1;
	margin: 20px 0;
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
	line-height: 1.4;
 }
#main .flow .item{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 44%;
	margin-top: 150px;
	padding: 10px;
	background: url(../image/bg_border_white.png) #2A7380;
}
#main .flow01 .item:before {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	width: 20px;
	height: 40px;
	background: url(../image/bg_border_white.png) 0 -4px #2A7380;
}
#main .flow01 .item:after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	width: 20px;
	height: 40px;
	background: url(../image/bg_triangle_white.png) no-repeat;
	background-size: 20px auto;
}
#main .flow .item._left:before,
#main .flow .item._left:after{
	right: -20px;
}
#main .flow .item._right:before,
#main .flow .item._right:after{
	left: -20px;
}
#main .flow .item._right:before{
	background-position: 0 2px;
}
.flow .item._right:after{
	-webkit-transform: rotate(180deg);	
	transform: rotate(180deg);
}
#main .flow .item > div{
	position: relative;
	z-index: 1;
	padding: 30px;
	background: #FFF;
}
#main .flow .item._left{
	float: left;	
	clear: left;
	margin-right: 4%;
}
#main .flow .item._right{
	float: right;
	clear: right;
	margin-left: 4%;
}
#main .flow02{
	background: #C9EAED;
	padding: 60px 30px;
}
#main .flow02 .item{
	width: 48%;
	margin-top: 40px;
}
#main .flow02 .item07{
	margin-top: 150px;
}
#main .flow02 .item._left{
	margin-right: 0;
}
#main .flow02 .item._right{
	margin-left: 0;
}
#main .flow .item h3{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #2A7380;
}
#main .flow .item .img{
	margin-top: 15px;
}
#main .flow .item .img img{
	width: 100%;
	height: auto;
}
#main .flow .item .txt{
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.4;
}

/* 個別 */
#main .flow .item01{
	margin-top: 0px;
}
#main .flow .item02{
	margin-top: 100px;
}
#main .flow .pop{
	position: absolute;
	width: 100%;
	text-align: center;
}
#main .flow .pop01{
	top: -280px;
	left: 0;
}
#main .flow .pop01 img{
	width: 250px;
}
#main .flow .pop02{
	top: -410px;
	left: 0;
}
#main .flow .pop02 img{
	width: 280px;
}
#main .flow .pop03{
	top: 220px;
	right: -490px;
}
#main .flow .pop03 img{
	width: 340px;
}
#main .flow .pop04{
	top: 0;
	right: -490px;
}
#main .flow .pop04 img{
	width: 270px
}
#main .flow .pop img{
	height: auto;
}


/* @SP */
@media all and (max-width: 767px) {
	#main .flow{
		padding: 30px 15px 0;
	}
	#main .flow:before{
		left: 50%;
		width: 4px;
		margin-left: -2px;
	}
 	#main .flow01{
		margin-top: 0;
		padding-top: 80px;
	}
	#main .flow01:before{
		top: 0;
		height: 100%;
	}
	#main .flow .txt-start{
		top: 0;
		left: 50%;
		width: 60px;
		height: 60px;
		margin-left: -30px;
	}
	#main .flow .txt-start span{
		margin: 7px 0;
		font-size: 15px;
	}
	#main .flow .item{
		width: 100%;
		margin-top: 230px;
		padding: 5px;
		background-size: 15px 15px;
	}
	#main .flow .item > div{
		padding: 15px;
	}
	#main .flow .item{
		float: none;	
		clear: none;
		margin: 30px 0 0;
	}
	#main .flow02 .item,
	#main .flow02 .item:nth-child(odd){
		margin-top: 20px;
	}
	#main .flow .item._right:before,
	#main .flow .item._right:after{
		background-position: 0 0;
	}
	#main .flow .item:before,
	#main .flow .item:after{
		content: none;
	}
	#main .flow .item h3{
		font-size: 17px;
	}
	#main .flow .item .txt{
		font-size: 13px;
	}
	#main .flow .pop{
		display: none;	
	}

	/* flow02 */
	#main .flow02{
		margin-top: 0;
	}
	#main .flow02:before{
		top: 20px;
		height: calc(100% - 20px);
	}
	#main .flow02 .ttl h3{
		width: auto;
		font-size: 17px;
	}
	#main .flow02 .end{
		position: relative;
		float: left;
		z-index: 1;
		margin: 30px 0 -2px;
	}
	#main .flow02 .end p{
		width: auto;
		font-size: 17px;
	}
}


#main .point-wrap .point {
    margin: 0px 0 50px;
    border: solid 5px #2A7380;
    padding: 45px;
    position: relative;
}
#main .point-wrap .point h3{
	font-size: 24px;
	margin: 0 0 15px;
	font-weight: bold;
	text-align: center;
	color: #2A7380;
}
@media (max-width: 1200px) {
    #main .l_inner-base {
      width: 100%;
    }
}
@media all and (max-width: 767px) {
	#main .point-wrap{
		margin-top: 70px;
	}
	#main .point-wrap h2 img{
		width: 156px;
		height: auto;
	}
	#main .point-wrap .point:before{
		top: -41px;
		left: 54%;
		width: 70px;
		height: 52px;
		background-size: 70px auto;
	}
	#main .point-wrap .point:nth-child(odd):before{
		left: auto;
		right: 7%;
	}
	#main .point-wrap .point{
		margin-top: 45px;
		padding: 15px;
	}
	#main .point-wrap h2{
		left: 15px;
	}
	#main .point-wrap .point .imgs .img{
		margin: 3px 0;
		padding: 0;
		width: 100%;
	}
	#main .point-wrap .point .img img{
		width: 100%;
		height: auto;
	}
	#main .point-wrap .point h3{
		font-size: 18px;
	}
	#main .point-wrap .point p{
		margin-top: 10px;
	}
}

/* 求人追加 */
#page_detail #reason ul li p.recruit_job_photo,
#main #business_sub p.recruit_job_photo {
    padding: 0;
    background-size: cover;
}
#page_detail #reason ul li p.recruit_job_photo img,
#main #business_sub p.recruit_job_photo img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
}
#page_detail #reason ul li p.recruit_job_photo:hover img,
#main #business_sub p.recruit_job_photo:hover img {
	opacity: 0;
}

/* 会社概要 組織図 */
.company-outline-table-title {
    padding: 0 1.5em 0 1.5em;
    vertical-align: top;
    min-width: 10em;
}
@media all and (max-width: 768px) {
  .company-outline-table-title {
    font-weight: bold;
    text-decoration: underline;
    padding: 0 1.5em 0 0em;
  }
}
.company-outline-table-body {
    padding: 0 1.5em 10px 1.5em;
    vertical-align: top;
    min-width: 10em;
}
@media all and (max-width: 768px) {
  .company-organization-chart-pc {
     display: none;
  }
}
@media all and (min-width: 768px) {
  .company-organization-chart-sp {
    display: none;
  }
}

/* 採用情報 */
.recruit_tit{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-size: 30px;
    color: #182980;
    margin-bottom: 20px;
}
#recruit_list ul li {
  width: 32.4%;
  background: #fff;
  margin-bottom: 16px;
}
#recruit_list ul li h5 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #2a7380;
  color: #fff;
  padding: 4px 1em;
  font-size: 17px;
  text-align: center;
}
#recruit_list ul li p {
  padding: 16px 1em;
}
#recruit_list .col3.col3_txt li h3.obi {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background: #2a7380;
    color: #fff;
    padding: 4px 1em;
    font-size: 17px;
    text-align: center;
    margin-bottom: 0;
}
#recruit_list .col3 li .biz_list {
    min-height: 10em;
}
@media (max-width: 767px){
    #recruit_list ul li {
        width: 48%;
    }
}
@media (max-width: 480px){
    #recruit_list ul li {
        width: 100%;
        margin-bottom: 10px;
    }
}
