#wrapper,
header,
#main-content,
footer {
  width: 100%;
  margin: auto;
}

.header-top,
nav,
.main-information,
.main-service,
.footer-contact {
  width: 1140px;
  margin: auto;
}
ol{margin-left: 30px;}
ol li{margin-bottom: 10px;}
h2.title {
  position: relative;
  display: inline;
  padding: 0 100px;
  font-size: 26px;
}
h2.title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 33px;
  content: "";
  background: url("../img/h2-bg-left.png") no-repeat top left;
}
h2.title::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 33px;
  content: "";
  background: url("../img/h2-bg-right.png") no-repeat top right;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

/*b {
  font-size: 18px;
  color: #ee3b3b;
}*/

em {
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
}
.catch {
  font-size: 18px;
  font-weight: bold;
 color: #ee3b3b;
}

.fb{font-weight: bold;}
#back-to-top {
  position: fixed;
  right: 100px;
  bottom: 100px;
  display: none;
}
#back-to-top img {
  width: 100%;
  height: auto;
}

button, #back-to-top {
  cursor: pointer;
}
a {
  color: #007CB0;
}
p{font-size: 18px;}

.tel a{color: #ee3b3b;}


.txtR {
  text-align: right !important;
}

.dl_default dt {
	font-size: 18px;
  color: #ee3b3b;
  font-weight: bold;
}
.dl_default dd {
  margin-bottom: 10px;
  padding: 5px 10px;
  line-height: 1.4;
}
.dl_default ul li {
  line-height: 1.8em;
  list-style: disc;
  margin-left: 1em;
}
.box_main {
  margin-bottom: 20px;
  padding: 10px;
}
.photo_base {
  margin: 0 15px 20px 15px;
}
.flex_2col {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-around;
  width: 100%;
}
.flex_2col li {
  flex-basis: 48%;
  /*border: 1px solid #ff0;*/
  max-height: 48vw; /* 画像の高さの最大値を設定 */
  /* display: flex;*/
  text-align: center;
  padding: 10px 0;
}
.flex_2col li img {
  max-height: 48vw; /* 画像の高さの最大値を設定 */
  margin-bottom: 10px;
  object-fit: contain; /* 縦横比を保ちながら画像を収める */
}
.flex_2col li p {
  width: 90%; /* 画像の高さの最大値を設定 */
  margin-bottom: 10px;
  text-align: center; /* 縦横比を保ちながら画像を収める */
}
.blogUl {
  padding: 30px 50px 30px 30px;
  background: #cfedfb url("../img/bubble.png") no-repeat 89% 32%;
  border-radius: 35% 26% 26% 20%/30% 31% 29% 26%;
  box-shadow: -5px -18px 0 8px rgba(207, 237, 251, 0.314), inset -15px -21px 0 0 rgb(240, 249, 254);
  text-align: left;
  margin: 0px auto;
  display: inline-block;
  min-height: 150px;
}.blogUl li {
  list-style: none;
  text-align: left;
}
.tesuu td{text-align: center!important;	
}
.tesuu td span{
	font-size: 200%;
}


















@media (841px <= width <= 1217px) {
  .header-top,nav,
  .main-information,
  .main-service,
  .footer-contact {
    width: 90%;
    margin: auto;
  }
  .main-service-info {
    width: 100%;
    margin: auto;
	  flex-wrap: wrap;
  }
}
@media (width <= 840px) {
  h2.title {
    padding: 0 86px;
  }
  .header-top,
  nav,
  .main-information,
  .main-service,
  .footer-contact {
    width: 90%;
    margin: auto;
  }
  .main-service-info {
    display: block !important;
  }
  .main-service-info .service-info-box {
    width: 100% !important;
    margin: 50px 0;
  }
  .main-info {
    width: 100%;
    margin: auto;
  }
  #back-to-top {
    right: -80px;
  }
  #back-to-top img {
    width: 50%;
  }
}
header {
  background: url("../img/pc-header-bg.png") repeat-x top left;
}
header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 120px;
}
header .header-top .logo a{
  font-size: 36px;
  font-weight: bold;
  color: #ee3b3b;
}
header .header-top .tel {
  position: relative;
  padding: 0 10px;
  color: #ee3b3b;
  background: #fff;
  border-radius: 5px;
	font-size: 1.5rem;
	font-weight: bold;
}
header .header-top .tel::after {
  position: absolute;
  top: -40px;
  left: 20px;
  width: 1px;
  height: 40px;
  content: "";
  background: #ee3b3b;
}
header .header-top .tel::before {
  position: absolute;
  top: -40px;
  right: 20px;
  width: 1px;
  height: 40px;
  content: "";
  background: #ee3b3b;
}

header .nav-bar ul {
  display: flex;
/*  gap: 50px;*/
  align-items: center;
  justify-content: space-between;
}
header .nav-bar ul li > a {
  padding: 5px 0 10px 35px;
  font-size: 18px;
  color: #111;
  background: url("../img/nav-icon.png") no-repeat left top;
}
header .nav-bar li .sub-menu {
  position: absolute;
  z-index: 9;
  display: none;
  width: 160px;
  text-align: center;
  padding: 15px 12px;
  background: linear-gradient(to top, #fcfcfc 0%, #fedfe1 100%);
  border-radius: 47% 43% 80% 80%/50% 50% 58% 58%;
  box-shadow: 0px 0px 0 4px rgba(207, 237, 251, 0.314);
}
header .nav-bar li .sub-menu a {
  display: inline-block;
  padding: 5px 0;
  font-size: 16px;
  color: #545454;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3137254902);
}
header .nav-bar li:hover .sub-menu {
  display: block;
}

.wap-menu {
  display: none;
}

.wap-home-hav {
  display: none;
}


/*@media (width <= 1217px) {*/
@media (width <= 959px) {
	 /* wap-menu open 追加*/
  details summary {
    list-style: none;
  }

  details summary::-webkit-details-marker {
    display: none;
  }

  summary {
    cursor: pointer;
  }

  /* カスタムアイコン */
  .toggle_button {
    position: relative;
    top: -10px;
    right: -200px;
    transform: translateY(-50%);
  }

  .toggle_button span {
    display: block;
    position: relative;
    width: 20px;
    margin-left: 8px;
    flex-shrink: 0;
    transform-origin: center 45%;
    transition: transform 0.75s;
  }

  .toggle_button span::before,
  .toggle_button span::after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 2px;
    background-color: #575757;
  }

  .toggle_button span::before {
    left: 0;
    transform: rotate(45deg);
  }

  .toggle_button span::after {
    right: 0;
    transform: rotate(-45deg);
  }

  /* アイコン切り替え */
  details[open] .toggle_button span {
    transform: rotate(180deg);
  }
	 /* wap-menu open 追加ここまで↑↑*/

  .wap-home-hav {
    display: block;
  }
  .nav-bar {
    display: none;
  }
  .header-top .tel {
    display: none;
  }
  header {
    position: relative;
    height: 73px;
    background: url("../img/wap-header-bg.png") repeat-x top left;
  }
  header .header-top {
    padding: 10px 0 20px;
  }
  header .header-top .logo {
    font-size: 20px;
  }
  header .wap-home-hav {
    position: absolute;
    top: 30px;
    right: 5%;
    width: 48px;
    height: 48px;
    background: url("../img/wap-menu.png") no-repeat center;
    border: none;
  }
  header .wap-home-hav .icon-list {
    font-size: 24px;
    color: #fff;
  }
  .wap-menu {
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 999;
    display: block;
    width: 320px;

    background: linear-gradient(to top, #fcfcfc 0%, #fedfe1 100%);
    transition: left 0.3s ease;
	   height: 100vh;            /* 画面いっぱい */
  overflow-y: auto; 
	    overflow-x: hidden;

  }
  .wap-menu::after {
    position: absolute;
    content: "";
    width: 89px;
    height: 172px;
    opacity: 0.5;
    bottom: 0;
    right: 0;
    background: url("../img/bubble.png") no-repeat right bottom;
  }
  .wap-menu::before {
    position: absolute;
    content: "";
    width: 89px;
    height: 172px;
    opacity: 0.5;
    bottom: 100px;
    right: 0;
    background: url("../img/bubble.png") no-repeat right bottom;
  }
  .wap-menu h3 {
    padding: 30px 0 30px 30px;
    font-size: 24px;
    color: #545454;
  }
  .wap-menu .wap-close-icon .icon-close {
    position: absolute;
    top: 25px;
    right: 10px;
    margin: 10px;
    font-size: 18px;
    color: #545454;
    cursor: pointer;
  }
  .wap-menu .menu-list {
    border-top: 1px solid #fff;
  }
  .wap-menu .menu-list ul {
    width: 100%;
    padding: 30px 0;
    margin: auto;
    list-style-type: none;
  }
  .wap-menu .menu-list ul li a {
    display: inline-block;
    width: 70%;
    padding: 20px 0;
    margin: 0 45px;
    font-size: 18px;
    color: #545454;
    border-bottom: 1px dashed #fff;
  }
  .wap-menu .menu-list ul li .nav-service-offerings {
    position: relative;
  }
  .wap-menu .menu-list ul li .nav-service-offerings .icon-Aarrow-down {
    position: absolute;
    top: 25px;
    right: 0;
    font-size: 16px;
    color: #545454;
  }
  .wap-menu .menu-list ul li .sub-menu {
    margin-top: 10px;
  }
  .wap-menu .menu-list ul li .sub-menu a {
    position: relative;
    display: inline-block;
    width: 70%;
    padding: 20px;
    margin: 0 45px;
    font-size: 18px;
    color: #545454;
    border-bottom: 1px dashed #fff;
  }
  .wap-menu-open {
    left: 0;
  }
}
#banner-container {
  position: relative;
  width: 100%;
  margin: 30px auto 0;
}
#banner-container::after {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 95px;
  content: "";
  background: url("../img/main-bg.png") repeat bottom left;
}
#banner-container .banner-container-img img {
  z-index: -5;
  display: none;
  width: 100%;
  height: auto;
}
#banner-container .banner-container-img img.active {
  display: block;
}
#banner-container .dots-container {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 99;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}
#banner-container .dot {
  display: inline-block;
  width: 20px;
  height: 8px;
  cursor: pointer;
  background-color: #fedfe1;
  border-radius: 5px;
}
#banner-container .dot.active {
  background-color: #ee3b3b;
}

/*@media (width <=1217px) {*/
@media (width <=959px) {
  #banner-container {
    z-index: -1;
    margin: -20px auto 0;
  }
  #banner-container::after {
    bottom: -10px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 22px;
    content: "";
    background: url("../img/wap-main-top.png") repeat bottom left;
  }
  #banner-container .dots-container {
    bottom: 20px;
  }
}


#main-content {
  position: relative;
}
#main-content::before {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1523px;
  content: "";
  background: url("../img/main-bg-left.png") no-repeat top left;
}
#main-content::after {
  position: absolute;
  top: 59px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1543px;
  content: "";
  background: url("../img/main-bg-right.png") no-repeat top right;
}
#main-content .main-information {
  padding-top: 50px;
  text-align: center;
}
/*#main-content .main-information .wap-h3 {
  display: none;
}*/
  #main-content .main-information .wap-h3 {
    position: relative;
    display: block;
    padding: 80px 0 120px;
    font-size: 20px;
  }
  #main-content .main-information .wap-h3::before {
    position: absolute;
    top: 60px;
    left: 10%;
    z-index: -1;
    width: 90%;
    content: "";
    border-top: 1px dashed #fedfe1;
  }
  #main-content .main-information .wap-h3::after {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    border-top: 1px dashed #fedfe1;
  }
#main-content .main-information h3 {
  height: 79px;
  padding: 80px 0 50px;
  background: url("../img/h3.png") no-repeat 0 28px;
}
#main-content .main-information p {
  line-height: 30px;
}
#main-content .main-service {
  margin: 80px auto;
  text-align: center;
}
#main-content .main-service .main-service-info {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin: 50px 0;
	flex-wrap: wrap;
}
#main-content .main-service .main-service-info .service-info-box {
  position: relative;
  width: 260px;
  min-height: 260px;
  padding: 30px 50px 30px 30px;
  text-align: left;
  background: #fedfe1 url("../img/bubble.png") no-repeat 89% 32%;
  border-radius: 35% 26% 26% 20%/30% 31% 29% 26%;
  box-shadow: -5px -18px 0 8px rgba(253, 226, 226, 0.5019607843), inset -15px -21px 0 0 #fef0f0;
}
.service-info-box a{color:#B00067;}
#main-content .main-service .main-service-info .service-info-box h4 {
  padding: 10px 0;
  font-size: 22px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
#main-content .main-service .main-service-info .service-info-box p {
  padding: 10px 0;
  line-height: 28px;
}
#main-content .main-service .main-info .info-item {
  padding: 15px 50px;
  margin: 30px;
  text-align: left;
  background: #fedfe1;
  border-radius: 30px;
}
#main-content .main-service .main-info .time {
  margin-right: 30px;
  font-size: 18px;
  color: #b6333c;
}
#main-content .main-service .main-info .notice {
  display: inline-block;
  width: 140px;
  padding: 5px 0;
  margin-right: 30px;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  background: #44b5ae;
}
#main-content .main-service .main-info .new {
  display: inline-block;
  width: 140px;
  padding: 5px 0;
  margin-right: 30px;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  background: #ee3b3b;
}


@media (431px <= width <= 1217px) {
  #main-content::before {
    top: 300px;
    width: 100%;
    height: 1697px;
    background: url("../img/wap-main-left.png") no-repeat top left;
  }
  #main-content::after {
    top: 300px;
    width: 100%;
    height: 1697px;
    background: url("../img/wap-main-right.png") no-repeat top right;
  }
  #main-content .main-information {
    padding-top: 0;
  }
  #main-content .main-information .pc-h3 {
    display: none;
  }

  #main-content .main-info .info-item {
    /*display: flex;*/
    align-items: center;
    justify-content: flex-end;
    padding: 15px !important;
    margin: 30px 0 !important;
  }
  #main-content .main-info .info-item .time {
    flex: 1;
    margin-right: 10px;
    text-align: center;
    white-space: nowrap;
  }
  #main-content .main-info .info-item .notice,
  #main-content .main-info .info-item .new {
    flex: 1;
    padding: 5px 10px;
    margin-right: 10px;
    white-space: nowrap;
  }
  /*#main-content .main-info .info-item .text {
    flex: 5;
    overflow: hidden;
    text-overflow: ellipsis;
   /* white-space: nowrap;
  }*/

}

@media (width <= 480px) {
  #main-content::before {
    top: 300px;
    width: 100%;
    height: 1697px;
    background: url("../img/wap-main-left.png") no-repeat top left;
  }
  #main-content::after {
    top: 300px;
    width: 100%;
    height: 1697px;
    background: url("../img/wap-main-right.png") no-repeat top right;
  }
  #main-content .main-information {
    padding-top: 0;
  }
  #main-content .main-information .pc-h3 {
    display: none;
  }
  #main-content .main-information .wap-h3 {
    position: relative;
    display: block;
    padding: 100px 0 120px;
    font-size: 18px;
  }
  #main-content .main-information .wap-h3::before {
    position: absolute;
    top: 80px;
    left: 27%;
    z-index: -1;
    width: 70%;
    content: "";
    border-top: 1px dashed #fedfe1;
  }
  #main-content .main-information .wap-h3::after {
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    border-top: 1px dashed #fedfe1;
  }
  #main-content .main-info .info-item {
    /*display: flex;*/
    align-items: center;
    justify-content: flex-end;
    padding: 15px !important;
    margin: 30px 0 !important;
  }
  #main-content .main-info .info-item .time {
    flex: 1;
    margin-right: 10px;
    white-space: nowrap;
  }
  #main-content .main-info .item .notice,
  #main-content .main-info .item .new {
    flex: 1;
    margin-right: 10px;
    white-space: nowrap;
  }
  /*#main-content .main-job-info .job-info-item .job-text {
    flex: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }*/
.tc_U520 { text-align: center !important; }
.photo_base{
	margin:0 auto 15px;
	clear:both;
	width:100%;
	text-align:center;
}

}
footer {
  position: relative;
  padding: 80px 0;
  margin-top: 230px;
  background: #fedfe1 url("../img/footer-bg.png") no-repeat 20% 100%;
}
footer::before {
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
  height: 132px;
  content: "";
  background: url("../img/footer.png") repeat-x top left;
}
footer .footer-contact {
  display: flex;
  gap: 50px;
  justify-content: center;
}
footer .footer-contact .footer-logo h1 {
  font-size: 32px;
}
footer .footer-contact .footer-logo .btn-contact-us {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 240px;
  padding: 10px 20px;
margin-bottom: 10px;
  font-size: 20px;
  color: #ee3b3b;
  background: #fff;
  border: 0;
	font-weight: bold;
}
.btn-contact-us a{color: #ee3b3b; font-weight: bold;display: block;}
footer .footer-contact .footer-logo .btn-contact-us span {
  font-size: 40px;
  border: 1px solid #ee3b3b;
  border-radius: 50%;

}
footer .footer-contact .footer-address {
  padding: 10px 0;
}
footer .footer-contact .footer-address p {
  line-height: 30px;
}
footer .footer-contact .footer-address p .tel {
  margin-right: 15px;
}
/*footer .footer-contact .footer-address p .tel::before {
  margin-right: 5px;
  font-family: icomoon !important;
  font-size: 14px;
  content: "\e905";
}
footer .footer-contact .footer-address p .fax::before {
  margin-right: 5px;
  font-family: icomoon !important;
  font-size: 14px;
  content: "\e904";
}*/
footer .footer-nav {
  margin: 50px 0;
  text-align: center;
}
footer .footer-nav a {
  display: inline-block;
  padding: 0 15px;
  font-size: 1em;
  line-height: 1;
  color: #111;
  border-right: 1px solid #111;
}
footer .footer-nav a:last-child {
  border-right: none;
}

@media (width <= 1060px) {
  footer {
    background: #fedfe1 url("../img/wap-footer-bg.png") no-repeat 5px 38%;
  }
  footer::before {
    top: -50px;
    right: 0;
    width: 100%;
    height: 60px;
    background: url("../img/wap-footer-top.png") repeat-x top left;
  }
  footer .footer-contact {
    display: grid;
    gap: 0;
    align-items: center;
  }
  footer .footer-contact .footer-logo .btn-contact-us {
    margin: 0px auto 10px;
  }
  footer .footer-contact img {
    margin: auto;
    text-align: center;
  }
  footer .footer-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    overflow: hidden;
  }
  footer .footer-nav a {
    flex: 1;
    white-space: nowrap;
  }
}
#information-content {
  width: 1140px;
  margin: 100px auto;
  text-align: center;
}
#information-content h1 {/*変更　h3⇒h1*/
  position: relative;
  color: #ee3b3b;
  font-weight: bold;
	font-size: 1.75em;
}
#information-content h1::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 25px;
  top: -25px;
  left: 49%;
  background: url("../img/water-drop.png") no-repeat center center;
}
#information-content .information-main {
  position: relative;
  background: rgba(255, 241, 242, 0.2705882353) url("../img/office-bg.png") no-repeat 130% 194%;
  padding: 80px 200px;
  margin: 50px 0;
  border-radius: 30%;
}
#information-content .information-main .outline {
  position: absolute;
  top: -30px;
  left: 200px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  color: #666;
  background: #fedfe1;
  border-radius: 20% 50% 20% 50%/50% 10% 50% 10%;
  width: 120px;
}
#information-content .information-main .contact-us {
  position: absolute;
  top: -30px;
  left: 200px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  color: #666;
  background: #fedfe1;
  border-radius: 20% 50% 20% 50%/50% 10% 50% 10%;
  width: 240px;
}
#information-content .information-main dl {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  padding: 20px;
}
#information-content .information-main dl dt {
  width: 150px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
#information-content .information-main dl dd {
  font-size: 18px;
	text-align: left;
}
#information-content .information-main dl dd span{
	font-weight: bold;
}
#information-content .information-main dl dd a {
  color: #ee3b3b;
}
#information-content .information-main p {
  margin: 30px 0;
}
#information-content .information-main dl dd p{
	margin: 0 0 20px 0;
}
#information-content .information-main .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
#information-content .information-main .office-info-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #fedfe1;
}
#information-content .information-main .office-info-table tr:nth-child(even) {
  background-color: #f4f4f4;
}
#information-content .information-main .office-info-table th {
  background-color: #f596aa;
  color: #fff;
  border: 1px solid #fff !important;
  padding: 15px;
  text-align: center;
  font-size: 1.2em;
}
#information-content .information-main .office-info-table td {
  padding: 15px;
  font-size: 1.2em;
  text-align: left;
  border-right: 1px solid #fedfe1;
}
#information-content .information-main .office-info-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #fedfe1;
}
.data1 tr:nth-child(even) {
  background-color: #f4f4f4;
}
.data1 th {
  background-color: #ee3b3b;
  color: #fff;
  border: 1px solid #fff !important;
  padding: 15px;
  text-align: center;
  font-size: 1.2em;
}
.data1 td {
  padding: 15px;
  font-size: 1.2em;
  text-align: left;
  border-right: 1px solid #ee3b3b;
}
#information-content .information-main .map-info {
  margin: auto;
}
#information-content .information-main .map-info .map-img {
  width: 100%;
  border-radius: 40px;
}
#information-content .information-main .map-info p {
  margin: 20px 0;
  text-align: left;
}

@media (681px <= width <= 1217px) {
  #information-content {
    width: 100%;
    margin: 50px auto;
  }
  #information-content .information-main {
    padding: 80px 80px;
    border-radius: 170% 170% 170% 174%/50% 30% 40% 50%;
  }
  #information-content .information-main .grid {
    display: block;
  }
  #information-content .information-main .grid .office-info-table {
    margin: 40px 0;
    width: 100%;
  }
}
.service-main {
  background: rgba(255, 241, 242, 0.6) url(../img/office-bg.png) no-repeat 130% 194%;
  border-radius: 200px;
  padding: 50px 150px 100px 150px;
  width: 100%;
  text-align: left;
  margin: 50px auto;
}
.service-main h2 {
  font-size: 20px;
  position: relative;
  margin: 20px;
}
.service-main h2::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 20px;
  top: 0;
  left: -20px;
  background: #ee3b3b;
  border-left: 1px solid #ee3b3b;
  border-right: 1px solid #ee3b3b;
  border-radius: 50%;
  box-shadow: 4px 1px 0px 1px #b5ebff;
  transform: rotate(-45deg);
}
.service-main p {
  line-height: 1.8;
  /*padding: 0 50px; 変更*/
  text-align: left;
}
.service-main .flow {
  padding: 0 30px;
display: flex;
  flex-direction: column;  
  align-items: stretch;    
}
.service-main .flow div {

  background: #fedfe1;
  margin: 10px;
  border-radius: 20px;
/*  display: flex;*/
	align-items: center;
  padding: 10px 20px;
  box-shadow: 0px 0px 0 4px rgba(161, 162, 163, 0.31);
}
.service-main .flow div span {
  /*position: relative;*/
  display:block;
/*  height: 40px;*/
  line-height: 40px;

  font-size: 20px;


}
.service-main .flex {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.service-main .office-info-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #f596aa;
}
.service-main .office-info-table tr:nth-child(even) {
  background-color: #f4f4f4;
}
.service-main .office-info-table th {
  background-color: #f596aa;
  color: #fff;
  border: 1px solid #fff !important;
  padding: 15px;
  text-align: center;
/*  font-size: 1.2em;*/
	vertical-align: middle;
}
.service-main .office-info-table td {
  padding: 15px;
/*  font-size: 1.2em;*/
  text-align: left;
/*  border-right: 1px solid #f596aa;*/
}
@media (width <= 680px) {
	/*スマホ時header footerの会社名のサイズ調整*/
		header .header-top .logo a{
  font-size: clamp(25px, 5vw, 32px);
}
footer .footer-contact .footer-logo h1 {
  font-size: clamp(25px, 8vw, 40px);
}

  #information-content {
    width: 100%;
    margin: 50px auto;
  }
  #information-content .contact-us,
  #information-content .outline {
    left: 30px !important;
  }
  #information-content .information-main {
    padding: 80px 20px;
    border-radius: 170% 170% 170% 174%/50% 30% 40% 50%;
  }
  #information-content .information-main dl {
    gap: 10px;
  }
  #information-content .information-main dl dt {
    width: 127px;
    text-align: center;
  }
  #information-content .information-main dl dd {
    text-align: left;
  }
  #information-content .information-main .grid {
    display: block;
  }
  #information-content .information-main .grid .office-info-table {
    margin: 40px 0;
    width: 100%;
  }
	    .flex_2col li {
	      flex-basis: 100%;
	      max-height: 100vw; /* スクリーン幅に合わせて高さを変更 */
	      padding: 10px;
	    }
	    .flex_2col li img {
	      /*width: 90%;*/
	      max-height: 80vw; /* 画像の高さをスクリーン幅に合わせる */
	      object-fit: contain; /* 縦横比を保ちながら画像を収める */
	    }
	    .service-main .flow {
	      padding: 0;
	    }
}

@media (681px <= width <= 1217px) {
  .service-main {
    padding: 50px;
    border-radius: 10%;
  }
}
@media (width <= 680px) {
  .service-main {
    padding: 20px;
    border-radius: 10%;
  }
  .service-main p {
    padding: 10px;
  }
  .service-main .form p{padding: 0;}
  .service-main .flow div {
    padding: 20px;
  }
  .service-main .flow div span {
    top: -20px;
  }
}
@media (width <= 1217px) {
  .service-main .flex {
    display: block;
  }
  .service-main .flex .office-info-table {
    margin: 40px auto;
  }
}

.staff ul {margin: 20px 0 20px 30px;}
.staff ul li{list-style: disc!important;
margin-bottom: 10px;}

/*# sourceMappingURL=index.css.map */




