@charset "UTF-8";
h2 {
  font-family: Georgia, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  min-width: 1200px;
  color: #3d3d3d;
  font-size: 16px;
  background-image: radial-gradient(rgba(240, 240, 240, 0.91) 30%, transparent 30%);
  background-size: 7px 7px;
}

main {
  width: 1100px;
  margin: 0 auto;
  background-color: #ffffff;
}

.clear {
  clear: both;
}

header {
  margin: 0 auto;
  border-bottom: 1px solid #0a0339;
  background: #ffffff;
  background: linear-gradient(to bottom, #fff 60%, #f3f3f3 90%, #e6e6e6 100%);
}
header .container {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 10px;
  height: 100px;
  background-size: cover;
  font-weight: bold;
}
header .header_left a {
  display: inline-block;
  vertical-align: top;
  margin: 11px 0 0 10px;
  color: #282828;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
header .header_left a p {
  font-size: 18px;
  margin-top: 6px;
}
header .header_left a span {
  font-size: 32px;
}
header .header_left a > img {
  width: 197px;
  height: 48px;
  margin-bottom: 3px;
}
header .header_right {
  margin-top: 10px;
  position: relative;
}
header .header_right nav ul {
  display: flex;
  justify-content: center;
  height: 50px;
}
header .header_right nav ul ::before {
  position: absolute;
  top: 12px;
  content: "";
  display: block;
  width: 1px;
  height: 27px;
  margin: 0;
  background: rgb(178, 178, 178);
}
header .header_right nav ul li {
  position: relative;
  width: 175px;
  text-align: center;
  font-size: 15px;
}
header .header_right nav ul li a {
  display: inline-block;
  width: 145px;
  line-height: 50px;
  color: #282828;
}
header .header_right nav ul li ::before {
  position: absolute;
  top: 12px;
  left: 175px;
  content: "";
  display: block;
  width: 1px;
  height: 27px;
  margin: 0;
  background: rgb(178, 178, 178);
}
header .header_right nav ul li ::after {
  position: absolute;
  left: 34px;
  top: 51px;
  content: "";
  width: 60%;
  height: 1.5px;
  background: #0b127e;
  bottom: -1px;
  visibility: hidden;
  opacity: 0;
}
header .header_right nav ul li a:hover::after {
  top: 38px;
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
}
header .header_right .select {
  display: inline-block;
  width: 175px;
  line-height: 50px;
  color: #000;
}
header .header_right .select::after {
  position: absolute;
  left: 34px;
  top: 38px;
  content: "";
  width: 60%;
  height: 1.5px;
  background: #0b127e;
  bottom: -1px;
}
header .header_right .after::before {
  position: absolute;
  top: 12px;
  left: 175px;
  content: "";
  display: block;
  width: 1px;
  height: 27px;
  margin: 0;
  background: rgb(178, 178, 178);
}
header .header_right .sub_menu {
  position: absolute;
  top: -25px;
  right: 37px;
  font-weight: normal;
}
header .header_right .sub_menu a {
  display: inline-block;
  margin: 0 8px;
  font-size: 15px;
}
header .header_right .sub_menu a span {
  background: #1734aa;
  color: #fff;
  margin-right: 2px;
  padding: 1px;
  font-size: 12px;
}
header .header_right .sub_menu :hover {
  opacity: 0.7;
  transition: 0.1s;
}

.top-area {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 40px;
  padding: 20px 0 0;
  text-align: center;
}
.top-area .top-img {
  width: 760px;
  height: 540px;
  background: #fff;
}

.top-access {
  width: 240px;
  background: #f6f6f6;
  margin-left: 15px;
  margin-bottom: 2px;
  padding: 0 15px;
}
.top-access .material-icons {
  display: inline-flex;
  font-size: 20px;
  vertical-align: -4px;
}
.top-access h3 {
  padding: 8px;
}
.top-access table {
  margin: 0px auto 5px;
  padding: 0 7px;
  border: 1px solid #e3e3e3;
  border-collapse: unset;
}
.top-access table td {
  padding: 5px 16px 2px 5px;
  font-size: 15px;
  text-align: center;
}
.top-access .tel {
  width: 180px;
  padding: 2px 0;
  margin: 10px auto;
  background: #00b22a;
  color: #fff;
  font-weight: bold;
  border: 1px solid #69d983;
  border-radius: 4px;
}

.top-border {
  height: 3px;
  background: #2d3178;
}

.sub-top-area {
  height: 15px;
  width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
  background: #2d3178;
  color: #fff;
}
.sub-top-area h2 {
  margin-left: 45px;
  font-size: 18px;
}

.border {
  width: 97%;
  margin: 0px auto 15px;
  border-bottom: 2px dotted #dfdfdf;
}

.vision {
  position: absolute;
  top: 26px;
  right: 15px;
}
.vision img {
  width: 150px;
}

.head {
  width: 100%;
  background: linear-gradient(to bottom, #fff 0%, #d7d7d7 100%);
  border-radius: 4px;
  border: 1px solid #dddddd;
}
.head h3 {
  font-size: 18px;
  padding: 10px 30px;
}

main > .head {
  margin-top: 50px;
}

.history {
  width: 100%;
  margin: 60px auto 0px;
  padding: 10px 0 50px 0;
}
.history .container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.history .container table {
  margin: 30px 10px 0 30px;
}
.history .container table td {
  padding: 8px 20px 8px 10px;
  font-size: 16px;
}
.history .container img {
  width: 350px;
  height: 100%;
  margin: 40px 0 0 10px;
}

.about {
  border-radius: 2px;
  text-align: center;
  padding-bottom: 60px;
}
.about .container {
  position: relative;
  width: 740px;
  height: 165px;
  margin: 10px auto;
  background-image: url(../img/green.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.9);
}
.about .container .description {
  float: left;
  color: #fff;
  line-height: 1.5rem;
  text-shadow: 0 1px #292929, 1px 2px #262626, 3px 4px 6px #000000;
  padding: 10px 0 30px 20px;
}
.about .container .img {
  width: 300px;
  margin-left: 20px;
}
.about .container .img img {
  width: 100%;
  box-shadow: 2px 2px 5px rgb(49, 49, 49);
}

.service-area {
  margin: 0 auto 0;
  padding: 1px;
}

.services {
  padding-bottom: 10px;
}
.services .container {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.services .detail {
  text-align: right;
  margin-right: 24px;
  transition: 0.3s;
}
.services .detail:hover {
  text-decoration: underline;
}

.cover-box {
  width: 300px;
  height: 150px;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 5px 20px;
  box-shadow: 2px 3px 5px #424242;
}

.dark-cover {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.3;
  transition: background-color 0.3s ease;
  pointer-events: none;
}

.item:hover + .dark-cover {
  background-color: black;
}

.item {
  position: relative;
  box-sizing: border-box;
  height: 150px;
}
.item img {
  width: 300px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.item h3 {
  width: 100%;
  z-index: 2;
  position: absolute;
  display: inline-block;
  top: 52px;
  left: 0;
  padding: 9px 0 9px;
  background: rgba(255, 255, 255, 0.8588235294);
  color: #2e2e2e;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5em;
  cursor: pointer;
}

.item a {
  transition: 0.3s;
}
.item a .button {
  width: 220px;
  height: 42px;
  margin: 5px 20px 10px 50px;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  background: linear-gradient(to bottom, #fff 0%, #d7d7d7 100%);
  border-radius: 4px;
  border: 1px solid #dddddd;
}
.item a .button p {
  display: inline-flex;
  vertical-align: middle;
}
.item a .button .icon {
  font-size: 38px;
  margin-right: 7px;
}
.item a .button .text {
  margin-top: 13px;
}
.item a.button:hover {
  opacity: 0.7;
}

.item:hover + img {
  transform: scale(1.6);
}

.news {
  min-width: 1100px;
  background: #d1d7dd;
}
.news .inner {
  padding: 50px;
}
.news .inner .container {
  width: 50%;
  min-width: 1100px;
  margin: 50px auto;
  padding: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}

.contents ul {
  width: 600px;
  margin: 0px auto;
  padding: 50px 0;
}
.contents ul li {
  padding-bottom: 17px;
  margin-bottom: 13px;
  position: relative;
  font-size: 12px;
  color: rgb(77, 77, 77);
  font-weight: normal;
  border-bottom: 1px solid rgb(173, 173, 173);
}
.contents ul li .category {
  position: absolute;
  top: -5px;
  left: 80px;
  background-color: rgb(69, 165, 125);
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  width: 110px;
}
.contents ul li .pr {
  background-color: rgb(85, 125, 211);
}
.contents ul li .ir {
  background-color: rgb(129, 129, 129);
}
.contents ul li a {
  position: absolute;
  top: 0;
  left: 230px;
  font-size: 14px;
  transition: 0.3s;
  color: rgb(48, 64, 156);
}
.contents ul li a:hover {
  opacity: 0.6;
}

.info {
  padding: 50px 0 60px 0;
}
.info .container {
  display: flex;
  justify-content: center;
}
.info .container .table-area table {
  margin-right: 40px;
}
.info .container .table-area table td {
  padding: 8px 0px 5px 10px;
  font-size: 14px;
  line-height: 1.2rem;
  border: 1px solid #e3e3e3;
}
.info .container .table-area table :nth-child(1) {
  width: 220px;
  background: #f5f5f5;
}
.info .container .table-area table :nth-child(2) {
  background: #ffffff;
  width: 400px;
}
.info .container img {
  width: 350px;
  height: 100%;
}

.about-us .description {
  width: 840px;
  margin: 40px auto 70px;
}
.about-us .description h2 {
  font-size: 20px;
}
.about-us .description p {
  margin: 0 10px 30px;
  font-size: 18px;
  line-height: 1.5em;
}
.about-us .description ol {
  margin: 40px 10px;
}
.about-us .description ol li {
  margin: 20px 0 0 30px;
  list-style-type: decimal;
  font-size: 18px;
  line-height: 1.3em;
}
.about-us .container {
  width: 540px;
  margin: 0px auto 80px;
}
.about-us .container p {
  margin-bottom: 10px;
}

.photo {
  margin: 20px 0 0 30px;
  padding: 8px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  /* IE */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=135, strength=3, enabled=true);
  /* IE5.5+ */
  background: #fff;
  /* 回転 */
  transform: rotate(5deg);
}

.service {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
}
.service h5 {
  color: #3a6198;
}
.service .service-main {
  width: 100%;
}
.service .service-main section {
  display: flex;
  justify-content: center;
  margin: 70px 0;
}
.service .service-main section .description {
  width: 700px;
  margin: 10px 0 40px;
}
.service .service-main section .description h5 {
  font-size: 20px;
}
.service .service-main section .description p {
  margin: 20px 0 0 10px;
  line-height: 1.2rem;
}
.service .service-main section .description ol li {
  list-style: circle;
  margin-left: 20px;
  margin-bottom: 30px;
  line-height: 1.2rem;
}
.service .service-main section .img {
  position: relative;
  width: 240px;
  height: 220px;
  display: inline-block;
  margin-left: 30px;
}
.service .service-main section .img img {
  width: 238px;
  height: 218px;
  border-radius: 40%;
  border: 1px solid #fff;
}
.service .service-main section .img::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0px 0px 15px 25px #fff;
  content: "";
  border-radius: 40%;
}
.service .top-access {
  text-align: center;
}

.document {
  text-align: center;
  padding-bottom: 50px;
  background: fff;
}
.document img {
  border: 1px solid rgb(229, 229, 229);
}

.process {
  width: 770px;
  margin: 0 auto;
  padding: 40px 0 100px;
  font-size: 18px;
}

.ritz .waffle a {
  color: inherit;
}

.ritz .waffle .s0 {
  background-color: #ffffff;
  text-align: left;
  color: #000000;
  font-family: "MS PGothic";
  font-size: 11pt;
  vertical-align: middle;
  white-space: nowrap;
  direction: ltr;
  padding: 0px 3px 0px 3px;
}

.ritz .waffle .s4 {
  border-bottom: 1px SOLID #000000;
  border-right: 1px SOLID #000000;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
  font-family: "MS PGothic";
  font-size: 10pt;
  vertical-align: middle;
  white-space: nowrap;
  direction: ltr;
  padding: 0px 3px 0px 3px;
}

.ritz .waffle .s9 {
  border-right: 1px SOLID #000000;
  background-color: #ffffff;
}

.ritz .waffle .s3 {
  border-right: 1px SOLID #000000;
  background-color: #ffffff;
  text-align: left;
  color: #000000;
  font-family: "MS PGothic";
  font-size: 10pt;
  vertical-align: middle;
  white-space: nowrap;
  direction: ltr;
  padding: 0px 3px 0px 3px;
}

.ritz .waffle .s6 {
  border-bottom: 1px SOLID #000000;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
  font-family: "MS PGothic";
  font-size: 10pt;
  vertical-align: middle;
  white-space: nowrap;
  direction: ltr;
  padding: 0px 3px 0px 3px;
}

.ritz .waffle .s7 {
  border-right: 1px SOLID #000000;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
  font-family: "MS PGothic";
  font-size: 10pt;
  vertical-align: middle;
  white-space: nowrap;
  direction: ltr;
  padding: 0px 3px 0px 3px;
}

.ritz .waffle .s5 {
  border-bottom: 1px SOLID #000000;
  border-right: 1px SOLID #000000;
  background-color: #ffffff;
  text-align: left;
  color: #000000;
  font-family: "MS PGothic";
  font-size: 8pt;
  vertical-align: middle;
  white-space: nowrap;
  direction: ltr;
  padding: 0px 3px 0px 3px;
}

.ritz .waffle .s1 {
  background-color: #ffffff;
  text-align: left;
  color: #000000;
  font-family: "MS PGothic";
  font-size: 8pt;
  vertical-align: middle;
  white-space: nowrap;
  direction: ltr;
  padding: 0px 3px 0px 3px;
}

.ritz .waffle .s2 {
  border-bottom: 1px SOLID #000000;
  background-color: #ffffff;
  text-align: left;
  color: #000000;
  font-family: "MS PGothic";
  font-size: 8pt;
  vertical-align: middle;
  white-space: nowrap;
  direction: ltr;
  padding: 0px 3px 0px 3px;
}

.ritz .waffle .s8 {
  border-bottom: 1px SOLID #000000;
  border-right: 1px SOLID #000000;
  background-color: #ffffff;
}

.side-area {
  width: 200px;
}
.side-area .document img {
  width: 250px;
}

.access {
  padding-top: 60px;
  padding-bottom: 120px;
}
.access h5 {
  margin-bottom: 30px;
  font-size: 22px;
}
.access h5 .map-icon {
  vertical-align: -4px !important;
}
.access .container {
  margin: 0px auto;
  width: 870px;
  background: #f3f0ed;
  padding: 20px 40px;
}
.access .container .map {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.3rem;
}
.access .container .map p {
  margin: 10px 0 0 0;
  line-height: 1.3rem;
}
.access .container .map .text {
  margin-left: 25px;
}
.access .container section {
  display: flex;
  justify-content: space-between;
}

.contact {
  width: 870px;
  height: 290px;
  margin: 60px auto;
  background: #f3f0ed;
  padding: 20px 40px;
}
.contact p {
  font-size: 18px;
  line-height: 1.5rem;
}
.contact p span {
  margin-left: 50px;
  color: #1f4765;
}
.contact img {
  position: relative;
  top: -150px;
  left: 550px;
  width: 200px;
}

.main {
  background: #fff;
  padding-bottom: 20px;
}

.sitemap {
  width: 700px;
  margin: 0px auto;
  background: #fff;
  padding: 40px 60px 60px;
}
.sitemap ul {
  padding: 10px;
}
.sitemap ul li {
  padding: 5px 0;
}
.sitemap ul li a {
  margin-left: -10px;
  border-bottom: 1px solid #000;
}
.sitemap .link-area {
  background: #f3f0ed;
  padding: 30px 80px;
  background-image: url(../img/cardboard.png);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: bottom right 50px;
}

footer {
  width: 1100px;
  color: #3c3c3c;
  margin: 0 auto 0;
}
footer .foot-menu {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-weight: bold;
  padding: 7px;
  font-size: 14px;
  border-radius: 4px;
  background: #ffffff;
  background: linear-gradient(to bottom, #fff 0%, #d7d7d7 100%);
  border: 1px solid #dddddd;
}
footer .foot-link ul,
footer .foot-nav ul:first-child {
  flex: 0 0 auto;
  display: flex;
}
footer .foot-link ul li,
footer .foot-nav ul:first-child li {
  margin: 2x 5px 3px;
}
footer .foot-link ul li a,
footer .foot-nav ul:first-child li a {
  display: inline-block;
  border-radius: 5px;
  color: #3c3c3c;
  padding: 5px 15px;
}
footer .foot-link ul li a:hover,
footer .foot-nav ul:first-child li a:hover {
  background: #cecece;
  color: #484848;
  transition: 0.3s;
}
footer .foot-link ul li .material-icons,
footer .foot-nav ul:first-child li .material-icons {
  margin: -10px;
  padding: 0;
  font-size: 20px;
}
footer .copyright {
  margin: 0 auto;
  text-align: right;
}
footer .copyright small {
  display: inline-block;
  padding: 10px 0 120px;
  font-size: 13px;
}

.animationTarget {
  opacity: 0;
  transform: translateY(0px);
  transition: 1s;
}

.animationTarget.show {
  opacity: 1;
  transform: none;
}