/*
Theme Name: title
Theme URI: http://
Description: A theme by <a href=""http://www"">title</a>.
Version: 1
Author: BOICE INC.
Author URI: http://www
*/
a {
  text-decoration: inherit;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "M PLUS 1p", sans-serif;
}

.mb-5 {
  margin-bottom: 30px;
}

#bread {
  max-width: 1100px;
  margin: 0 auto;
  color: #444444;
  font-size: 12px;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .mb {
    display: none;
  }

  .pc {
    display: block;
  }
}
@media (max-width: 600px) {
  #bread {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .pc {
    display: none;
  }

  .mb {
    display: block;
  }
}
header {
  background: #1B1464;
  color: #fff;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header h1 img {
  width: 320px;
}
header nav button {
  background: none;
  border: none;
}
header nav button span {
  height: 2px;
  width: 33px;
  margin-bottom: 9px;
  display: block;
  background: black;
}
header nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header nav ul li {
  margin-right: 20px;
}

div.mainvisual {
  margin-bottom: 80px;
  width: 100%;
}
div.mainvisual img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
div.mainvisual img.main {
  height: 500px;
}
div.mainvisual .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.mainvisual .content .item {
  background-color: #1B1464;
  padding: 50px 0;
  width: 50%;
}
div.mainvisual .content .item:nth-child(1) {
  border-right: 1px solid #fff;
}

section#section01 {
  margin-bottom: 50px;
}
section#section01 .box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
section#section01 .box h2 {
  color: #1B1464;
  font-size: 32px;
  letter-spacing: 3px;
}
section#section01 .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section#section01 .box .content .discription {
  font-size: 21px;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section#section02 {
  margin-bottom: 60px;
}
section#section02 .box {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section#section02 .box h2 {
  font-size: 32px;
  letter-spacing: 3px;
  color: #1B1464;
}
section#section02 .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
section#section02 .box .content img {
  width: 65%;
}
section#section02 .box .content .discription {
  width: 35%;
  background: #DDDDDD;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section#section02 .box .content .discription h5 {
  font-size: 24px;
  color: #1B1464;
}
section#section02 .box .content .discription p {
  margin-bottom: 40px;
}
section#section02 .box .content .discription .item {
  width: 100%;
  margin-bottom: 40px;
}
section#section02 .box .content .discription .btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: bottom;
      -ms-flex-align: bottom;
          align-items: bottom;
}
section#section02 .box .content .discription .btn a {
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#1B1464), to(#6699FF));
  background: linear-gradient(to right, #1B1464, #6699FF);
  border: none;
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
}
section#section03 {
  margin-bottom: 60px;
}
section#section03 h2 {
  text-align: center;
}
section#section03 p {
  text-align: center;
}
section#section03 .content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section#section03 .content a {
  width: 25%;
}
section#section03 .content a .item {
  width: 100%;
}
section#section03 .content a .item .img {
  margin-bottom: 10px;
}
section#section03 .content a .item .img img {
  width: 100%;
  height: 188px;
  -o-object-fit: cover;
     object-fit: cover;
}
section#section03 .content a .item .title {
  text-align: center;
  color: #fff;
  width: 100px;
  margin: 0 auto;
  padding: 5px 10px;
  margin-bottom: 10px;
}
section#section03 .content a .item .title.news {
  background: #C1272D;
}
section#section03 .content a .item .title.topics {
  background: #2E3192;
}
section#section03 .content a .item .title.hashimoto {
  background: #006837;
}
section#section03 .content a .item .title.adachi {
  background: #F15A24;
}
section#section03 .content a .item .title.voice {
  background: #42210b;
}
section#section03 .content a .item .title.seminar {
  background: #662D91;
}
section#section03 .content a .item .title.estate {
  background: #42210B;
}
section#section03 .content a .item .date {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section#section03 .content a .item .date p {
  margin: 0;
  text-align: left;
}
section#section03 .content a .item .date p.dates {
  font-size: 12px;
}
section#section03 .btn {
  text-align: center;
}
section#section03 .btn a {
  margin: 0 auto 40px;
  background: #fff;
  border: 1px solid black;
  padding: 10px 60px;
  display: block;
  width: 300px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section#section03 .btn a:hover {
  background: black;
  color: #fff;
}

section#section04 {
  background-image: url(image/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 15px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center;
  color: #fff;
  text-align: center;
  position: relative;
}
section#section04::before {
  content: "";
  background: black;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section#section04 .discription {
  z-index: 2;
  position: relative;
}
section#section04 .discription h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
section#section04 .discription p {
  font-size: 18px;
  margin-top: 0;
}
section#section04 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#section04 .content .phone {
  width: 50%;
}
section#section04 .content .phone p {
  font-size: 42px;
  font-weight: bold;
}
section#section04 .content .btn {
  width: 50%;
}
section#section04 .content .btn a {
  padding: 10px 20px;
  border: none;
  font-size: 17px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#1B1464), to(#6699FF));
  background: linear-gradient(to right, #1B1464, #6699FF);
  color: #fff;
  padding: 15px 60px;
}

footer {
  background: #1B1464;
  color: #fff;
  padding: 60px 15px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
}
footer .img {
  text-align: center;
}
footer .img img {
  width: 150px;
  margin: 0 auto;
}
footer h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 80px;
}
footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
footer .content nav {
  width: 19%;
  border-left: 1px #fff solid;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .content nav ul {
  margin: 0;
  list-style: none;
  padding-left: 25px;
}
footer .content nav ul li {
  margin-bottom: 10px;
}
footer .content .item {
  width: 45%;
  padding-left: 10px;
}
footer .content .item p {
  margin-top: 0;
}

div.footer {
  background: #fff;
  text-align: center;
  padding: 10px 0;
}

#archive {
  padding: 0px 15px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#archive .box {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
#archive .box h2 {
  font-size: 24px;
  margin-bottom: 60px;
  color: #1B1464;
}
#archive .box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid black;
  padding-bottom: 20px;
}
#archive .box .item p {
  margin-right: 20px;
}
#archive .box .item h4 {
  margin-right: 20px;
}
#archive .box .item img {
  width: 100px;
  margin-right: 20px;
}
#archive .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#archive .box .content a {
  width: 25%;
}
#archive .box .content .item {
  display: block;
  margin: 0 auto 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: none;
  padding-bottom: 20px;
}
#archive .box .content .item h4 {
  margin-right: 20px;
  text-align: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#archive .box .content .item img {
  width: 100%;
  height: 188px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}

#postlist {
  padding: 0 15px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#postlist .box {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
#postlist .box h2 {
  color: #1B1464;
  margin-bottom: 30px;
  font-size: 24px;
}
#postlist .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#postlist .box .content a {
  width: 25%;
}
#postlist .box .content a .item {
  width: 100%;
  margin-bottom: 15px;
}
#postlist .box .content a .item .img {
  margin-bottom: 10px;
}
#postlist .box .content a .item .img img {
  width: 100%;
  height: 188px;
  -o-object-fit: cover;
     object-fit: cover;
}
#postlist .box .content a .item .title {
  text-align: center;
  color: #fff;
  width: 100px;
  margin: 0 auto;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#postlist .box .content a .item .title.news {
  background: #C1272D;
}
#postlist .box .content a .item .title.topics {
  background: #2E3192;
}
#postlist .box .content a .item .title.hashimoto {
  background: #006837;
}
#postlist .box .content a .item .title.adachi {
  background: #F15A24;
}
#postlist .box .content a .item .title.voice {
  background: #42210b;
}
#postlist .box .content a .item .title.seminar {
  background: #662D91;
}
#postlist .box .content a .item .title.estate {
  background: #42210B;
}
#postlist .box .content a .item .date {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#postlist .box .content a .item .date p {
  margin: 0;
  text-align: left;
}
#postlist .box .content a .item .date p.dates {
  font-size: 12px;
}

#single {
  padding: 0px 15px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#single .box {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
#single .box h2 {
  color: #1B1464;
  margin-bottom: 10px;
}
#npo {
  padding: 0px 15px 60px;
}
#npo .box {
  max-width: 900px;
  margin: 0 auto 60px;
}
#npo .box h2 {
  color: #1B1464;
  margin-bottom: 40px;
}
#npo .box p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}
#npo .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#npo .box .content .img {
  width: 32%;
}
#npo .box .content .img img {
  width: 100%;
}
#npo .box .content .description {
  width: 68%;
  padding-left: 20px;
}
#npo .box .content .description p {
  margin: 0;
}

#give {
  padding: 0px 15px 60px;
}
#give .box {
  max-width: 900px;
  margin: 0 auto 60px;
}
#give .box h2 {
  color: #1B1464;
  margin-bottom: 40px;
}
#give .box p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}
#give .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#give .box .content .img {
  width: 32%;
}
#give .box .content .img img {
  width: 100%;
}
#give .box .content .description {
  width: 68%;
  padding-left: 20px;
}
#give .box .content .description p {
  margin: 0;
}

#tax {
  padding: 0px 15px 60px;
}
#tax .box {
  max-width: 900px;
  margin: 0 auto 60px;
}
#tax .box h2 {
  color: #1B1464;
  margin-bottom: 40px;
}
#tax .box p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}
#tax .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#tax .box .content .img {
  width: 32%;
}
#tax .box .content .img img {
  width: 100%;
}
#tax .box .content .description {
  width: 68%;
  padding-left: 20px;
}
#tax .box .content .description p {
  margin: 0;
}

#employ {
  padding: 0px 15px 60px;
}
#employ .box {
  max-width: 900px;
  margin: 0 auto 60px;
}
#employ .box table {
  border-collapse: collapse;
  width: 100%;
}
#employ .box table, #employ .box td, #employ .box th {
  border: 1px solid black;
}
#employ th {
  background: #1B1464;
  color: #fff;
}
#employ th, #employ td {
  padding: 15px 5px;
}
#employ th {
  width: 30%;
}
#employ td {
  width: 70%;
  padding-left: 20px;
}

#archive {
  padding: 0px 15px 60px;
}
#archive .box {
  margin: 0 auto;
}
#archive .box img {
  height: auto;
}

#guide {
  padding: 0px 15px 60px;
}
#guide .box {
  max-width: 900px;
  margin: 0 auto 60px;
}
#guide .box .container {
  margin-bottom: 70px;
}
#guide .box .mb-5 {
  margin-bottom: 40px;
}
#guide .box h2 {
  color: #070799;
  margin-bottom: 40px;
}
#guide .box p {
  margin-bottom: 20px;
}
#guide .box h5 {
  color: #070799;
  font-size: 20px;
  margin-bottom: 0px;
}
#guide .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
#guide .box .content .discription {
  width: 50%;
}
#guide .box .content .map {
  width: 50%;
}

#staf {
  padding: 0 15px;
}
#staf .box {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
#staf .box h2 {
  color: #070799;
}
#staf .box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
#staf .box .content .img {
  width: 35%;
}
#staf .box .content .img img {
  width: 100%;
}
#staf .box .content .discription {
  width: 70%;
  padding-left: 40px;
}
#staf .box .content .discription h5 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 22px;
}
#staf .box .content .discription table tr td.td-left {
  width: 15%;
}
#staf .box .content .discription table tr td p {
  margin-top: 0;
}
#staf .box .content .discription table tr td ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#staf .box .content .discription p a.black {
  color: black;
}
#staf .box .content .discription a {
  color: #fff;
  margin: 0 auto;
  padding: 5px 30px;
  margin-bottom: 10px;
}
#staf .box .content .discription a.icon {
  padding: 0 10px;
}
#staf .box .content .discription a.icon img {
  width: 30px;
}
#staf .box .content .discription a.news {
  background: #C1272D;
}
#staf .box .content .discription a.topics {
  background: #2E3192;
}
#staf .box .content .discription a.hashimoto {
  background: #006837;
}
#staf .box .content .discription a.adachi {
  background: #F15A24;
}
#staf .box .content .discription a.seminar {
  background: #662D91;
}
#staf .box .content .discription a.estate {
  background: #42210B;
}

section#contact {
  padding: 0 15px 70px;
}
section#contact .box {
  max-width: 900px;
  margin: 0 auto;
}
section#contact .box h2 {
  margin-bottom: 20px;
  color: #070799;
}
section#contact .box .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #808080;
  margin-bottom: 50px;
}
section#contact .box .form .title {
  width: 30%;
  padding: 25px 20px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1B1464;
  color: #fff;
  border-bottom: 1px solid #fff;
}
section#contact .box .form .content {
  width: 70%;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #fff;
  background: #DDDDDD;
}
section#contact .box .form .content.select input {
  width: auto;
  height: auto;
}
section#contact .box .form .content.select span {
  width: auto;
}
section#contact .box .form .content textarea {
  width: 100%;
}
section#contact .box .form .content span {
  width: 100%;
}
section#contact .box .form .content input {
  height: 22px;
  width: 100%;
}
section#contact .box .form .content select {
  font-size: 18px;
  height: 30px;
}
section#contact .box .form .content .wpcf7-list-item {
  margin-left: 0;
  margin-right: 25px;
  font-size: 18px;
}
section#contact .box #submit {
  background: #C1272D;
  margin: 40px auto 0;
  font-size: 20px;
  display: block;
  padding: 15px 120px;
  border: none;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section#contact .box #submit:hover {
  background: #fff;
  color: #C1272D;
  border: 2px solid #C1272D;
}

@media (max-width: 600px) {
  header {
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header h1 {
    margin: 0;
  }
  header h1 img {
    width: 200px;
  }
  header nav button {
    background: none;
    border: none;
    position: relative;
    z-index: 99;
  }
  header nav button span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 2px;
    width: 33px;
    margin-bottom: 9px;
    display: block;
    background: black;
  }
  header nav button.active span:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    background: #fff;
  }
  header nav button.active span:nth-child(2) {
    display: none;
  }
  header nav button.active span:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    background: #fff;
  }
  header nav ul {
    list-style: none;
    display: block;
    position: fixed;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    z-index: 9;
    margin: 0;
    padding: 50px 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    background: #1B1464;
    color: #fff;
  }
  header nav ul.active {
    -webkit-animation-name: kf-menu;
            animation-name: kf-menu;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  header nav ul.unactive {
    left: -100%;
    right: 100%;
    -webkit-animation-name: kf-menu-close;
            animation-name: kf-menu-close;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  @-webkit-keyframes kf-menu {
    0% {
      left: -100%;
      right: 100%;
      opacity: 0;
    }
    100% {
      opacity: 0.8;
      left: 0;
      right: 0;
    }
  }
  @keyframes kf-menu {
    0% {
      left: -100%;
      right: 100%;
      opacity: 0;
    }
    100% {
      opacity: 0.8;
      left: 0;
      right: 0;
    }
  }
  @-webkit-keyframes kf-menu-close {
    0% {
      opacity: 0.8;
      left: 0;
      right: 0;
    }
    100% {
      opacity: 0;
      left: -100%;
      right: 100%;
    }
  }
  @keyframes kf-menu-close {
    0% {
      opacity: 0.8;
      left: 0;
      right: 0;
    }
    100% {
      opacity: 0;
      left: -100%;
      right: 100%;
    }
  }
  header nav ul li {
    margin-right: 0;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    text-align: center;
  }

  div.mainvisual {
    margin-bottom: 80px;
  }
  div.mainvisual img {
    height: auto;
  }
  div.mainvisual .content .item {
    padding: 20px 0;
    width: 50%;
  }

  section#section01 {
    margin-bottom: 50px;
  }
  section#section01 .box {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
  }
  section#section01 .box h2 {
    font-size: 20px;
    text-align: center;
  }
  section#section01 .box .content {
    display: block;
  }
  section#section01 .box .content .discription {
    font-size: 17px;
    width: 100%;
    padding: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  section#section02 {
    margin-bottom: 60px;
  }
  section#section02 .box {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  section#section02 .box h2 {
    font-size: 20px;
    text-align: center;
  }
  section#section02 .box .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  section#section02 .box .content img {
    width: 100%;
  }
  section#section02 .box .content .discription {
    width: 100%;
    padding: 5px 10px 30px;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section#section02 .box .content .discription h5 {
    font-size: 22px;
    color: #1B1464;
  }
  section#section02 .box .content .discription p {
    margin-bottom: 40px;
  }
  section#section02 .box .content .discription .item {
    width: 100%;
    margin-bottom: 40px;
  }
  section#section02 .box .content .discription .btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: bottom;
        -ms-flex-align: bottom;
            align-items: bottom;
  }
  section#section02 .box .content .discription .btn a {
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, right top, from(#1B1464), to(#6699FF));
    background: linear-gradient(to right, #1B1464, #6699FF);
    border: none;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
  }
  section#section02 .box .content.content2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  section#section03 {
    margin-bottom: 60px;
  }
  section#section03 h2 {
    text-align: center;
    font-size: 20px;
  }
  section#section03 p {
    text-align: center;
    padding: 0 10px;
  }
  section#section03 .content {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 40px;
    display: block;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  section#section03 .content a {
    width: 100%;
  }
  section#section03 .content a .item {
    width: 100%;
    margin-bottom: 20px;
  }
  section#section03 .content a .item .img {
    margin-bottom: 20px;
  }
  section#section03 .content a .item .img img {
    width: 100%;
    height: auto;
  }
  section#section03 .content a .item .title {
    text-align: center;
    color: #fff;
    width: 100px;
    margin: 0 auto;
    padding: 5px 10px;
  }
  section#section03 .content a .item .title.news {
    background: red;
  }
  section#section03 .content a .item .title.topics {
    background: #1B1464;
  }
  section#section03 .content a .item .title.hashimoto {
    background: #005500;
  }
  section#section03 .content a .item .title.adachi {
    background: #FF6928;
  }
  section#section03 .content a .item .title.seminar {
    background: #662D91;
  }
  section#section03 .content a .item .title.estate {
    background: #42210B;
  }
  section#section03 .content a .item .date p {
    margin-top: 0;
    text-align: left;
  }
  section#section03 .btn {
    text-align: center;
  }
  section#section03 .btn a {
    margin: 0 auto 40px;
    background: #fff;
    border: 1px solid black;
    padding: 10px 60px;
    display: block;
    width: 150px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  section#section03 .btn a:hover {
    background: black;
    color: #fff;
  }

  section#section04 {
    padding: 40px 15px 60px;
  }
  section#section04 .discription h4 {
    font-size: 20px;
  }
  section#section04 .discription p {
    font-size: 16px;
  }
  section#section04 .discription .content {
    display: block;
    margin: 0 auto;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section#section04 .discription .content .phone {
    width: 100%;
  }
  section#section04 .discription .content .phone p {
    font-size: 22px;
  }
  section#section04 .discription .content .btn {
    width: 100%;
  }
  section#section04 .discription .content .btn a {
    padding: 10px 20px;
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(#1B1464), to(#6699FF));
    background: linear-gradient(to right, #1B1464, #6699FF);
    color: #fff;
  }

  footer {
    color: #fff;
    padding: 40px 15px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .img {
    text-align: center;
  }
  footer .img img {
    width: 100px;
    margin: 0 auto;
  }
  footer h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
  }
  footer .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  footer .content nav {
    width: 50%;
    border-left: none;
  }
  footer .content nav ul {
    padding-left: 10px;
    list-style: none;
  }
  footer .content .item {
    width: 100%;
    padding-left: 0;
  }

  #staf .box h2 {
    font-size: 20px;
  }
  #staf .box .content {
    display: block;
    margin-bottom: 80px;
  }
  #staf .box .content .img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #staf .box .content .img img {
    width: 50%;
    margin: 0 auto;
  }
  #staf .box .content .discription {
    width: 100%;
    padding-left: 0px;
  }
  #staf .box .content .discription h5 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
  }
  #staf .box .content .discription table tr td {
    display: block;
  }
  #staf .box .content .discription table tr td.td-left {
    width: 100%;
  }
  #staf .box .content .discription a {
    color: #fff;
    margin: 0 auto;
    padding: 5px 30px;
    margin-bottom: 10px;
  }
  #staf .box .content .discription a.news {
    background: #C1272D;
  }
  #staf .box .content .discription a.topics {
    background: #2E3192;
  }
  #staf .box .content .discription a.hashimoto {
    background: #006837;
  }
  #staf .box .content .discription a.adachi {
    background: #F15A24;
  }
  #staf .box .content .discription a.seminar {
    background: #662D91;
  }
  #staf .box .content .discription a.estate {
    background: #42210B;
  }

  #archive {
    padding: 0px 15px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #archive .box {
    width: 100%;
    margin: 0 auto;
  }
  #archive .box h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #archive .box .item {
    display: block;
    margin: 0 auto 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid black;
    padding-bottom: 20px;
  }
  #archive .box .item p {
    margin-right: 20px;
  }
  #archive .box .item h4 {
    margin: 10px 0 0;
  }
  #archive .box .item img {
    width: 100px;
    margin-right: 20px;
  }
  #archive .box .content {
    display: block;
  }
  #archive .box .content a {
    width: 100%;
  }
  #archive .box .content .item {
    display: block;
    margin: 0 auto 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: none;
    padding-bottom: 20px;
  }
  #archive .box .content .item h4 {
    margin-right: 20px;
    text-align: center;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #archive .box .content .item img {
    width: 100%;
    height: 188px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 0px;
  }

  #guide {
    padding: 0px 15px 20px;
  }
  #guide .box {
    margin: 0 auto 60px;
  }
  #guide .box .container {
    margin-bottom: 70px;
  }
  #guide .box h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  #guide .box p {
    margin-bottom: 20px;
  }
  #guide .box h5 {
    font-size: 20px;
    margin-bottom: 0px;
  }
  #guide .box .content {
    display: block;
    margin-bottom: 40px;
  }
  #guide .box .content .discription {
    width: 100%;
  }
  #guide .box .content .map {
    width: 100%;
  }

  #npo {
    padding: 0px 15px 20px;
  }
  #npo .box {
    max-width: 900px;
    margin: 0 auto 60px;
  }
  #npo .box h2 {
    color: #1B1464;
    font-size: 18px;
    margin-bottom: 20px;
  }
  #npo .box p {
    font-size: 15px;
  }
  #npo .box .content {
    display: block;
  }
  #npo .box .content .img {
    width: 100%;
    margin-bottom: 20px;
  }
  #npo .box .content .img img {
    width: 100%;
  }
  #npo .box .content .description {
    width: 100%;
    padding-left: 0px;
  }
  #npo .box .content .description p {
    margin: 0;
  }

  #tax {
    padding: 0px 15px 20px;
  }
  #tax .box {
    max-width: 900px;
    margin: 0 auto 60px;
  }
  #tax .box h2 {
    color: #1B1464;
    margin-bottom: 20px;
  }
  #tax .box p {
    font-size: 15px;
  }
  #tax .box .content {
    display: block;
  }
  #tax .box .content .img {
    width: 100%;
    margin-bottom: 20px;
  }
  #tax .box .content .img img {
    width: 100%;
  }
  #tax .box .content .description {
    width: 100%;
    padding-left: 0px;
  }
  #tax .box .content .description p {
    margin: 0;
  }

  #give {
    padding: 0px 15px 20px;
  }
  #give .box {
    max-width: 900px;
    margin: 0 auto 60px;
  }
  #give .box h2 {
    color: #1B1464;
    margin-bottom: 20px;
  }
  #give .box p {
    font-size: 15px;
  }
  #give .box .content {
    display: block;
  }
  #give .box .content .img {
    width: 100%;
    margin-bottom: 20px;
  }
  #give .box .content .img img {
    width: 100%;
  }
  #give .box .content .description {
    width: 100%;
    padding-left: 0px;
  }
  #give .box .content .description p {
    margin: 0;
  }

  #postlist .box h2 {
    color: #1B1464;
    margin-bottom: 30px;
    font-size: 20px;
  }
  #postlist .box .content {
    display: block;
  }
  #postlist .box .content a .item {
    margin-bottom: 20px;
  }
  #postlist .box .content a .item .img {
    margin-bottom: 10px;
  }
  #postlist .box .content a .item .img img {
    width: 100%;
    height: 188px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #postlist .box .content a .item .title {
    text-align: center;
    color: #fff;
    width: 100px;
    margin: 0 auto;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  #postlist .box .content a .item .title.news {
    background: #C1272D;
  }
  #postlist .box .content a .item .title.topics {
    background: #2E3192;
  }
  #postlist .box .content a .item .title.hashimoto {
    background: #006837;
  }
  #postlist .box .content a .item .title.adachi {
    background: #F15A24;
  }
  #postlist .box .content a .item .title.voice {
    background: #42210b;
  }
  #postlist .box .content a .item .title.seminar {
    background: #662D91;
  }
  #postlist .box .content a .item .title.estate {
    background: #42210B;
  }
  #postlist .box .content a .item .date {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #postlist .box .content a .item .date p {
    margin: 0;
    text-align: left;
  }
  #postlist .box .content a .item .date p.dates {
    font-size: 12px;
  }

  #employ {
    padding: 0px 15px 60px;
  }
  #employ .box {
    max-width: 900px;
    margin: 0 auto 60px;
  }
  #employ .box h2 {
    font-size: 20px;
  }
  #employ .box table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
  }
  #employ .box table, #employ .box td, #employ .box th {
    border: 1px solid black;
  }
  #employ th, #employ td {
    padding: 15px 5px;
  }
  #employ th {
    width: 30%;
  }
  #employ td {
    width: 70%;
  }

  section#contact {
    padding: 0 15px 70px;
  }
  section#contact .box h2 {
    margin-bottom: 20px;
  }
  section#contact .box .form {
    border: 1px solid black;
  }
  section#contact .box .form .title {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    border-bottom: 1px solid #fff;
  }
  section#contact .box .form .content {
    width: 100%;
    padding: 10px;
  }
  section#contact .box .form .content input {
    height: 22px;
  }
  section#contact .box .form .content select {
    font-size: 18px;
    height: 30px;
  }
  section#contact .box .form .content .wpcf7-list-item {
    margin-left: 0;
    margin-right: 25px;
    font-size: 18px;
  }
  section#contact .box #submit {
    margin-top: 20px;
    width: 100%;
    padding: 15px 0;
  }
}