@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular');
}

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local('YuGothic-Bold'), local('Yu Gothic');
}

* {
  box-sizing: border-box;
}

before,
after {
  box-sizing: inherit;
}

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  line-height: 1;
  font-size: 62.5%;
  font-feature-settings: 'palt'1;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: scrollbar;
  font-family: 'Helvetica Neue', Arial, MyYuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}

body,
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

main,
section,
details {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
  white-space: pre-wrap;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  outline: none;
  color: inherit;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

rt {
  font-size: 50%;
  text-align: start;
  line-height: normal;
  -webkit-text-emphasis: none;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.pc-br {
  display: none;
}

.pc-hide {
  display: none;
}

.grecaptcha-badge {
  bottom: 120px !important;
}

footer {
  position: relative;
  padding: 36px 0 56px;
  width: 100%;
  background: url('../images/footer-back.jpg') center no-repeat;
  background-size: cover;
}

.footer-title {
  text-align: center;
  color: #fff;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
  letter-spacing: .5em;
  font-size: 24px;
}

.footer-name {
  display: block;
  margin: 20px auto 0;
  width: 215px;
  height: auto;
}

.footer-info {
  display: block;
  margin: 28px auto 0;
  width: 424px;
  height: auto;
}

.footer-contact {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 28px auto 0;
  width: 278px;
  height: 65px;
  color: #fff;
  letter-spacing: .2em;
  font-size: 17px;
  font-weight: bold;
  background: url('../images/button-right.svg') right 20px center no-repeat;
  background-size: 4px auto;
  border: solid 1px #fff;
}

.footer-contact:before {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, .15);
  transition: .3s ease;
}

.footer-contact:hover:before {
  width: 100%;
}

.footer-address {
  margin-top: 56px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  letter-spacing: .075em;
  font-size: 16px;
}

.footer-address>span {
  display: inline-block;
  width: 4px;
  background: url('../images/address-arrow.svg') center no-repeat;
  background-size: 4px auto;
}

.footer-copy {
  position: absolute;
  white-space: nowrap;
  width: calc((100% - 1000px) / 2 + 100px);
  right: 0;
  bottom: 56px;
  color: #fff;
  letter-spacing: .075em;
  font-size: 16px;
}

.pagetop {
  display: flex;
  position: fixed;
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  right: calc((100% - 1000px) / 2 - 25px);
  bottom: -80px;
  font-size: 24px;
  background: #fff url('../images/up-arrow.svg') center no-repeat;
  background-size: 23px auto;
  border-radius: 25px;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, .05);
  opacity: .8;
  transition: .3s ease;
}

.pagetop:hover {
  opacity: 1;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, .075);
}

.pagetop.is-view {
  bottom: 40px;
}

header {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 130px;
  background-color: #fff;
}

.header-group {
  position: relative;
  margin: 0 auto;
  height: 130px;
  width: 1000px;
}

.site-name {
  display: block;
  position: absolute;
  width: 80px;
  height: auto;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.site-title {
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
  letter-spacing: .5em;
  font-size: 24px;
  transform: translate(-50%, -50%);
}

.header-info {
  position: absolute;
  width: calc((100% - 1000px) / 2 + 180px);
  height: 130px;
  right: 0;
  top: 0;
  background-color: #80ccf1;
}

.office-info {
  display: block;
  position: absolute;
  width: calc(100% - 80px);
  height: auto;
  max-width: 312px;
  left: 40px;
  top: 50%;
  transform: translate(0, -50%);
}

.smart-nav {
  display: none;
}

.burger-icon {
  width: 26px;
  height: auto;
  pointer-events: none;
}

nav {
  background-color: #80ccf1;
  transition: .4s ease;
}

.main-nav {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1000px;
}

.main-item {
  position: relative;
  width: 20%;
}

.main-item:after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 18px;
  left: 0;
  top: 50%;
  border-left: solid 1px #43a4e0;
  transform: translate(0, -50%);
}

.main-link {
  display: block;
  margin: 0 -1px;
  padding: 30px 0;
  width: calc(100% + 3px);
  text-align: center;
  color: #fff;
  letter-spacing: .2em;
  font-size: 17px;
  font-weight: bold;
  transition: .4s ease;
}

.main-link:hover {
  background-color: #43a4e0;
}

.main-static {
  display: block;
  margin: 0 -1px;
  padding: 30px 0;
  width: calc(100% + 3px);
  height: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: .2em;
  font-size: 17px;
  font-weight: bold;
  background-color: #43a4e0;
}

.left-border {
  padding-left: 1px;
}

.left-border:after {
  display: block;
  position: absolute;
  content: '';
  height: 18px;
  left: 0;
  right: 0;
  top: 50%;
  border-left: solid 1px #43a4e0;
  transform: translate(0, -50%);
  pointer-events: none;
}

.last-border {
  padding-left: 1px;
}

.last-border:after {
  display: block;
  position: absolute;
  content: '';
  height: 18px;
  left: 0;
  right: 0;
  top: 50%;
  border-left: solid 1px #43a4e0;
  border-right: solid 1px #43a4e0;
  transform: translate(0, -50%);
  pointer-events: none;
}

.content-nav {
  background-color: #f8f6ee;
}

.about-nav,
.cost-nav {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.about-nav {
  width: 540px;
}

.cost-nav {
  width: 360px;
}

.sub-item {
  position: relative;
  width: 50%;
}

.sub-item:after {
  display: block;
  position: absolute;
  content: '';
  width: 10px;
  height: 4px;
  left: 50%;
  bottom: 16px;
  background: url('../images/down-arrow.svg') center no-repeat;
  background-size: cover;
  transform: translate(-50%, 0);
}

.sub-link {
  display: block;
  margin: 0 -1px;
  padding: 26px 0;
  width: calc(100% + 3px);
  height: 100%;
  text-align: center;
  color: #80ccf1;
  letter-spacing: .2em;
  font-size: 17px;
  font-weight: bold;
  transition: .4s ease;
}

.sub-link:hover {
  background-color: #fffefa;
}

.case {
  margin-top: 90px;
  padding: 46px 0 68px;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
  background-color: #f8f6ee;
}

.case-head {
  text-align: center;
  color: #80ccf1;
  letter-spacing: .3em;
  font-size: 28px;
}

.case-block1 {
  margin-top: 40px;
  background: url('../images/case-back.png') left top 60px repeat-x;
}

.case-block2,
.case-block3 {
  margin-top: 50px;
  background: url('../images/case-back.png') left top 60px repeat-x;
}

.case-item {
  margin: 0 auto;
  padding: 20px 0 55px;
  width: 1000px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 2px rgba(89, 84, 67, .09);
}

.case-title1,
.case-title2,
.case-title3 {
  padding: 24px 0;
  text-align: center;
  color: #fff;
  letter-spacing: .1em;
  font-size: 20px;
}

.case-title1 {
  background-color: #80ccf1;
}

.case-title2 {
  background-color: #81c2c2;
}

.case-title3 {
  background-color: #c9cf82;
}

.case-num {
  display: inline-block;
  position: relative;
  top: -.1em;
  font-size: 40px;
  vertical-align: middle;
}

.case-arrow {
  display: inline-block;
  position: relative;
  top: .05em;
  width: 5px;
  background: url('../images/address-arrow.svg') center no-repeat;
  background-size: 5px auto;
}

.case-question {
  position: relative;
  margin: 40px 100px 0;
  padding: 40px;
  line-height: 1.75;
  letter-spacing: .05em;
  font-size: 16px;
  background-color: #f3f0e4;
  border-radius: 10px;
}

.case-question:after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  right: 220px;
  bottom: -30px;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #f3f0e4 transparent transparent transparent;
}

.case-note {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  z-index: 1;
  margin: 14px auto 0;
  width: 90px;
  height: 90px;
  font-family: 'Helvetica Neue', Arial, MyYuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: .1em;
  font-size: 20px;
  font-weight: bold;
  background-color: #ffe25f;
  border-radius: 45px;
}

.case-answer1,
.case-answer2,
.case-answer3 {
  position: relative;
  margin: -26px 100px 0;
  padding: 40px;
  color: #fff;
  line-height: 1.75;
  letter-spacing: .05em;
  font-size: 16px;
  border-radius: 10px;
}

.case-answer1:before,
.case-answer2:before,
.case-answer3:before {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 220px;
  top: -30px;
  border-style: solid;
  border-width: 0 0 30px 30px;
}

.case-answer1 {
  background-color: #80ccf1;
}

.case-answer1:before {
  border-color: transparent transparent #80ccf1 transparent;
}

.case-answer2 {
  background-color: #81c2c2;
}

.case-answer2:before {
  border-color: transparent transparent #81c2c2 transparent;
}

.case-answer3 {
  background-color: #c9cf82;
}

.case-answer3:before {
  border-color: transparent transparent #c9cf82 transparent;
}

.case-explanation {
  margin-top: 60px;
  text-align: center;
  color: #231815;
  font-family: 'Helvetica Neue', Arial, MyYuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.67;
  letter-spacing: .075em;
  font-size: 18px;
}

.index-hero {
  position: relative;
  z-index: 1;
  height: 600px;
  background: url('../images/index-hero.jpg') center no-repeat;
  background-size: cover;
}

.index-hero>h2 {
  position: absolute;
  width: 1000px;
  left: 50%;
  top: 442px;
  font-weight: bold;
  transform: translate(-50%, 0);
}

.index-hero>h2>span {
  display: inline-block;
  margin-bottom: 13px;
  padding: 7px;
  color: #666;
  letter-spacing: .2em;
  font-size: 16px;
  background-color: #fff;
}

main {
  width: 100%;
}

.notice {
  margin: 0 auto;
  width: 1000px;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
}

.notice-head {
  margin-top: 68px;
  text-align: center;
  color: #80ccf1;
  letter-spacing: .3em;
  font-size: 28px;
}

.notice-list {
  margin-top: 38px;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
}

.notice-item {
  border-top: solid 1px #e3e3e3;
}

.notice-item:last-child {
  border-bottom: solid 1px #e3e3e3;
}

.notice-link {
  display: flex;
  align-items: center;
  padding: 20px 0;
  transition: .8s ease;
}

.notice-link:hover {
  background-color: rgba(128, 204, 241, .1);
}

.notice-link:hover .news-category {
  background-color: #43a4e0;
}

.notice-link:hover .notice-title {
  -webkit-text-decoration: underline rgba(128, 204, 241, .25);
  text-decoration: underline rgba(128, 204, 241, .25);
}

.notice-category {
  display: block;
  padding: 5px 0;
  width: 110px;
  text-align: center;
  color: #fff;
  letter-spacing: .1em;
  font-size: 15px;
  background-color: #80ccf1;
  transition: .8s ease;
}

.notice-date {
  display: block;
  width: 168px;
  text-align: center;
  color: #808080;
  letter-spacing: .1em;
  font-size: 15px;
}

.notice-title {
  display: block;
  width: 722px;
  line-height: 1.6;
  letter-spacing: .1em;
  font-size: 15px;
  -webkit-text-decoration: none rgba(128, 204, 241, .25);
  text-decoration: none rgba(128, 204, 241, .25);
  transition: .8s ease;
}

.notice-summary {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 46px auto 0;
  width: 278px;
  height: 65px;
  color: #fff;
  font-family: 'Helvetica Neue', Arial, MyYuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: .2em;
  font-size: 17px;
  font-weight: bold;
  background: #80ccf1 url('../images/button-right.svg') right 20px center no-repeat;
  background-size: 4px auto;
  transition: .4s ease;
}

.notice-summary:hover {
  background-color: #43a4e0;
}

.news-hero {
  position: relative;
  z-index: 1;
  height: 300px;
  background: url('../images/news-hero.jpg') center no-repeat;
  background-size: cover;
}

.news-hero>h2 {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 170px;
  left: 0;
  bottom: 0;
  color: #fff;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
  letter-spacing: .3em;
  font-size: 28px;
  text-shadow: 0 0 12px rgba(0, 0, 0, .75);
}

.news-main {
  padding-bottom: 64px;
}

.single-main {
  padding-top: 58px;
  padding-bottom: 128px;
}

.news {
  margin: 0 auto;
  width: 1000px;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
}

.news-head {
  margin-top: 54px;
  text-align: center;
  color: #80ccf1;
  letter-spacing: .3em;
  font-size: 28px;
}

.news-list {
  margin-top: 38px;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
}

.news-item {
  border-top: solid 1px #e3e3e3;
}

.news-item:last-child {
  border-bottom: solid 1px #e3e3e3;
}

.news-link {
  display: flex;
  align-items: center;
  padding: 20px 0;
  transition: .8s ease;
}

.news-link:hover {
  background-color: rgba(128, 204, 241, .1);
}

.news-link:hover .news-category {
  background-color: #43a4e0;
}

.news-link:hover .news-title {
  -webkit-text-decoration: underline rgba(128, 204, 241, .25);
  text-decoration: underline rgba(128, 204, 241, .25);
}

.news-category {
  display: block;
  padding: 5px 0;
  width: 110px;
  text-align: center;
  color: #fff;
  letter-spacing: .1em;
  font-size: 15px;
  background-color: #80ccf1;
  transition: .8s ease;
}

.news-date {
  display: block;
  width: 168px;
  text-align: center;
  color: #808080;
  letter-spacing: .1em;
  font-size: 15px;
}

.news-title {
  display: block;
  width: 722px;
  line-height: 1.6;
  letter-spacing: .1em;
  font-size: 15px;
  -webkit-text-decoration: none rgba(128, 204, 241, .25);
  text-decoration: none rgba(128, 204, 241, .25);
  transition: .8s ease;
}

.news-number {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}

.number-item {
  padding: 0 14px;
}

.number-link {
  color: #b1b1b1;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
  font-size: 18px;
  transition: .3s ease;
}

.number-link:hover {
  color: #231815;
}

.news-back {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 58px auto 0;
  width: 260px;
  height: 65px;
  color: #fff;
  font-family: 'Helvetica Neue', Arial, MyYuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: .2em;
  font-size: 17px;
  font-weight: bold;
  background: #80ccf1 url('../images/button-left.svg') 20px center no-repeat;
  background-size: 4px auto;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, .075);
  transition: .4s ease;
}

.news-back:hover {
  background-color: #43a4e0;
}

.single-header {
  margin: 0 auto;
  padding: 50px 0;
  width: 800px;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
  border-top: solid 1px #80ccf1;
  border-bottom: solid 1px #80ccf1;
}

.single-header {
  position: relative;
  line-height: 1.5;
  font-size: 24px;
}

.single-info {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.single-category {
  display: block;
  padding: 5px 0;
  width: 110px;
  text-align: center;
  color: #fff;
  letter-spacing: .1em;
  font-size: 15px;
  background-color: #80ccf1;
}

.single-date {
  display: block;
  padding-left: 24px;
  color: #808080;
  letter-spacing: .1em;
  font-size: 15px;
}

.single-article {
  margin: 0 auto;
  padding-top: 14px;
  width: 800px;
}

.single-article img {
  display: block;
  margin-top: 44px;
  max-width: 100%;
  height: auto;
}

.single-back {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 62px auto 0;
  width: 260px;
  height: 65px;
  color: #fff;
  font-family: 'Helvetica Neue', Arial, MyYuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: .2em;
  font-size: 17px;
  font-weight: bold;
  background: #80ccf1 url('../images/button-left.svg') 20px center no-repeat;
  background-size: 4px auto;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, .075);
  transition: .4s ease;
}

.single-back:hover {
  background-color: #43a4e0;
}

.single-article h1 {
  margin-top: 44px;
  line-height: 1.19;
  font-size: 32px;
  border-bottom: solid 1px #cfcfcf;
}

.single-article h2 {
  margin-top: 44px;
  line-height: 1.21;
  font-size: 28px;
}

.single-article h3 {
  margin-top: 44px;
  line-height: 1.17;
  font-size: 24px;
}

.single-article h4 {
  margin-top: 44px;
  line-height: 1.2;
  font-size: 20px;
}

.single-article h5 {
  margin-top: 44px;
  line-height: 1.25;
  font-size: 16px;
}

.single-article h6 {
  margin-top: 44px;
  line-height: 1.33;
  font-size: 12px;
  font-weight: bold;
}

.single-article p {
  margin-top: 44px;
  line-height: 2;
  font-size: 16px;
}

.single-article ul {
  list-style: disc;
  margin-left: 1em;
  line-height: 2;
  font-size: 16px;
}

.single-article ol {
  list-style: decimal;
  margin-left: 1em;
  line-height: 2;
  font-size: 16px;
}

.single-article blockquote {
  display: block;
  position: relative;
  padding-left: 10px;
  border-left: solid 3px #cfcfcf;
}

.single-article a {
  color: #43a4e0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  transition: .35s ease;
}

.single-article a:hover {
  color: #80ccf1;
}

.books {
  margin: 0 auto;
  padding: 62px 0 88px;
  width: 800px;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
}

.books-head {
  text-align: center;
  letter-spacing: .3em;
  font-size: 28px;
}

.book-row {
  margin-top: 54px;
}

.book-year {
  position: relative;
  color: #80ccf1;
  letter-spacing: .1em;
  font-size: 14px;
}

.book-year:after {
  display: block;
  position: absolute;
  content: '';
  width: 745px;
  height: 1px;
  right: 0;
  top: calc(50% - 1px);
  background-color: #80ccf1;
}

.book-single,
.book-double {
  margin-top: 20px;
}

.book-double {
  display: flex;
}

.book-left {
  width: 430px;
}

.book-right {
  width: 370px;
}

.book-detail {
  display: flex;
}

.book-photo {
  display: block;
  width: 150px;
  height: 213px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

.book-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 24px;
}

.book-title {
  display: block;
  line-height: 1.3;
  letter-spacing: .1em;
  font-size: 20px;
}

.book-note {
  display: block;
  line-height: 1.5;
  letter-spacing: .1em;
  font-size: 14px;
}

.book-publisher {
  letter-spacing: .1em;
  font-size: 14px;
}

.greeting {
  margin: 70px auto 0;
  padding-top: 60px;
  width: 900px;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
}

.greeting-read {
  display: flex;
}

.greeting-title {
  padding-left: 100px;
  width: 300px;
  color: #80ccf1;
  letter-spacing: .3em;
  font-size: 28px;
}

.greeting-text {
  width: 600px;
  line-height: 1.88;
  letter-spacing: .1em;
  font-size: 16px;
}

.greeting-text>p {
  margin-top: 28px;
}

.greeting-text>p:first-child {
  margin-top: 0;
}

.kojima-taeko {
  display: flex;
  position: relative;
  margin-top: 70px;
}

.kojima-taeko:before {
  display: block;
  position: absolute;
  z-index: -1;
  content: '';
  width: calc(100vw / 2);
  height: 74px;
  top: 0;
  right: 50%;
  background-color: #f8f6ee;
}

.kojima-portrait {
  width: 300px;
}

.kojima-photo {
  margin-top: -38px;
  width: 256px;
  height: auto;
}

.kojima-profile {
  width: 600px;
}

.kojima-name {
  display: flex;
  align-items: center;
  height: 74px;
  letter-spacing: .1em;
  font-size: 30px;
  background-color: #f8f6ee;
  border-radius: 10px;
}

.kojima-name>span {
  margin-left: 26px;
  color: #80ccf1;
  letter-spacing: .1em;
  font-size: 14px;
}

.kojima-list {
  margin-top: 24px;
  height: 102px;
  letter-spacing: .1em;
  font-size: 14px;
}

.kojima-career {
  padding-top: 18px;
}

.participating-info {
  display: flex;
  justify-content: space-between;
  margin: 52px auto 0;
  width: 580px;
}

.participating-link {
  text-align: center;
  width: 260px;
}

.link-banner {
  width: 260px;
  height: auto;
}

.banner-info {
  line-height: 1.36;
  letter-spacing: .1em;
  font-size: 14px;
}

.about-hero {
  position: relative;
  z-index: 1;
  height: 300px;
  background: url('../images/about-hero.jpg') center no-repeat;
  background-size: cover;
}

.about-hero>h2 {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 170px;
  left: 0;
  bottom: 0;
  color: #fff;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
  letter-spacing: .3em;
  font-size: 28px;
  text-shadow: 0 0 12px rgba(0, 0, 0, .75);
}

.introduction {
  margin-top: 58px;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
}

.introduction-inner {
  position: relative;
  margin: 0 auto;
  padding: 50px 100px 65px;
  width: 1000px;
  background-color: #f8f6ee;
  border-radius: 10px;
}

.introduction-inner:before {
  display: block;
  position: absolute;
  z-index: -1;
  content: '';
  width: calc(100vw / 2);
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #f8f6ee;
}

.introduction-title {
  position: relative;
  height: 48px;
  text-align: center;
  letter-spacing: .3em;
  font-size: 28px;
  border-bottom: solid 1px #80ccf1;
}

.introduction-title:after {
  display: block;
  position: absolute;
  content: '';
  width: calc(100vw / 2);
  height: 1px;
  right: 50%;
  bottom: -1px;
  background-color: #80ccf1;
}

.lawyer-introduction,
.lawyer-introductions2 {
  display: flex;
  margin-top: 68px;
  width: 800px;
  padding-bottom: 68px;
  border-bottom: solid 1px #80ccf1;
}

.lawyer-introductions2 {
  position: relative;
}

.lawyer-introductions2:after {
  display: block;
  position: absolute;
  content: '';
  width: calc(100vw / 2);
  height: 1px;
  left: 50%;
  bottom: -1px;
  background-color: #80ccf1;
}

.lawyer-name {
  width: 260px;
}

.lawyer-info {
  width: 540px;
}

.lawyer-name {
  letter-spacing: .1em;
  font-size: 30px;
}

.lawyer-name>span {
  display: block;
  margin-top: 16px;
  color: #80ccf1;
  letter-spacing: .3em;
  font-size: 14px;
}

.lawyer-list {
  letter-spacing: .1em;
  font-size: 14px;
}

.lawyer-career {
  padding-top: 18px;
}

.lawyer-career:first-child {
  padding-top: 0;
}

.lawyer-field {
  margin-top: 48px;
  padding-bottom: 18px;
  letter-spacing: .1em;
  font-size: 14px;
}

.access-info {
  margin: 56px auto 0;
  width: 1000px;
  text-align: center;
}

.access-title {
  color: #80ccf1;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
  letter-spacing: .2em;
  font-size: 28px;
}

.access-time {
  margin-top: 32px;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
  line-height: 1.5;
  letter-spacing: .1em;
  font-size: 20px;
}

.access-address {
  margin-top: 24px;
  line-height: 1.5;
  letter-spacing: .075em;
  font-size: 16px;
}

.access-address>span {
  display: inline-block;
  width: 4px;
  background: url('../images/address-arrow2.svg') center no-repeat;
  background-size: 4px auto;
}

.access-map {
  position: relative;
  padding: 36px 0;
  min-height: 580px;
}

.access-map:after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 350px;
  left: 0;
  top: 86px;
  background-color: #f8f6ee;
}

.map-line {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 10px;
  width: 1000px;
  height: 450px;
  background-color: #fff;
  border: solid 1px #80ccf1;
}

.map-line>iframe {
  width: 100%;
  height: 100%;
}

.access-hero {
  position: relative;
  z-index: 1;
  height: 300px;
  background: url('../images/access-hero.jpg') center no-repeat;
  background-size: cover;
}

.access-hero>h2 {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 170px;
  left: 0;
  bottom: 0;
  color: #fff;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
  letter-spacing: .3em;
  font-size: 28px;
  text-shadow: 0 0 12px rgba(0, 0, 0, .75);
}

.contact-form {
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
  padding-bottom: 74px;
}

.contact-title {
  margin-top: 56px;
  text-align: center;
  color: #80ccf1;
  letter-spacing: .3em;
  font-size: 28px;
}

.contact-read {
  margin-top: 42px;
  text-align: center;
  line-height: 1.88;
  letter-spacing: .05em;
  font-size: 16px;
}

.contact-table {
  display: table;
  table-layout: fixed;
  margin: 22px auto 0;
  width: 800px;
}

.contact-row {
  display: table-row;
}

.contact-head {
  padding: 25px 0;
  display: table-cell;
  width: 260px;
  vertical-align: top;
  letter-spacing: .05em;
  font-size: 16px;
}

.contact-name {
  display: flex;
  align-items: center;
  height: 50px;
}

.contact-name>span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  width: 84px;
  height: 28px;
  color: #fff;
  background-color: #f1a3ab;
}

.contact-item {
  padding: 25px 0;
  display: table-cell;
  width: 540px;
  vertical-align: middle;
  letter-spacing: .05em;
  font-size: 14px;
}

input[type='text'],
input[type='email'],
input[type='tel'] {
  padding: 0 10px;
  width: 100%;
  height: 50px;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
  letter-spacing: .05em;
  font-size: 14px;
  background-color: #f2f3f3;
  border: none;
}

input[type='radio'] {
  margin: 0;
  margin-right: 4px;
  width: 13px;
  height: 13px;
}

textarea {
  padding: 15px 10px;
  width: 100%;
  height: 240px;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
  letter-spacing: .05em;
  font-size: 14px;
  background-color: #f2f3f3;
  border: none;
}

.cell-space {
  margin-left: 8px;
}

.contact-radio {
  display: flex;
  align-items: center;
}

.radio-group {
  display: block;
  width: 50%;
}

.cell-note {
  display: flex;
  justify-content: center;
  width: 50%;
  text-align: right;
}

.inputo-conf {
  display: flex;
  align-items: center;
  padding: 10px;
  width: 100%;
  min-height: 50px;
  line-height: 1.5;
  letter-spacing: .05em;
  font-size: 16px;
  background-color: #fff;
}

.submit-group {
  display: flex;
  justify-content: space-between;
  margin: 62px auto;
  width: 600px;
}

.submit-button,
.send-button,
.back-button,
.top-button {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 65px;
  color: #fff;
  font-family: 'Helvetica Neue', Arial, MyYuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  letter-spacing: .2em;
  font-size: 17px;
  font-weight: bold;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, .075);
  border: none;
  cursor: pointer;
  transition: .4s ease;
}

.submit-button,
.send-button {
  background: #80ccf1 url('../images/button-right.svg') right 20px center no-repeat;
  background-size: 4px auto;
}

.submit-button:hover,
.send-button:hover {
  background-color: #43a4e0;
}

.submit-button {
  margin: 62px auto 0;
}

.back-button {
  background: #ccc url('../images/button-left.svg') 20px center no-repeat;
  background-size: 4px auto;
}

.back-button:hover {
  background-color: #999;
}

.top-button {
  margin: 62px auto 0;
  background: #80ccf1 url('../images/button-left.svg') 20px center no-repeat;
  background-size: 4px auto;
}

.top-button:hover {
  background-color: #43a4e0;
}

.error-message {
  margin: 40px auto;
  padding: 20px;
  width: 800px;
  color: #df007f;
  line-height: 1.5;
  letter-spacing: .05em;
  font-size: 16px;
  border: solid 1px #df007f;
}

.error-message>span {
  display: block;
}

.error-message:empty {
  display: none;
}

.contact-hero {
  position: relative;
  z-index: 1;
  height: 300px;
  background: url('../images/contact-hero.jpg') center no-repeat;
  background-size: cover;
}

.contact-hero>h2 {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 170px;
  left: 0;
  bottom: 0;
  color: #fff;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
  letter-spacing: .3em;
  font-size: 28px;
  text-shadow: 0 0 12px rgba(0, 0, 0, .75);
}

.fee {
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
}

.fee-head {
  padding-top: 48px;
  text-align: center;
}

.fee-title {
  color: #80ccf1;
  letter-spacing: .3em;
  font-size: 28px;
}

.fee-info {
  margin-top: 36px;
  line-height: 1.88;
  letter-spacing: .1em;
  font-size: 16px;
}

.consultation {
  margin-top: 44px;
}

.fee-subtitle {
  padding: 12px;
  background-color: #f8f6ee;
  text-align: center;
  letter-spacing: .3em;
  font-size: 28px;
}

.consultation-info {
  margin: 0 auto;
  padding: 22px 0;
  width: 800px;
  text-align: center;
  letter-spacing: .1em;
  font-size: 24px;
  border-bottom: solid 1px #80ccf1;
}

.startmoney {
  margin-top: 64px;
}

.startmoney-info {
  margin-top: 24px;
  text-align: center;
  letter-spacing: .1em;
  font-size: 16px;
}

.startmoney-list {
  display: table;
  table-layout: fixed;
  margin: 24px auto 0;
  width: 800px;
  border-top: solid 1px #80ccf1;
}

.startmoney-item {
  display: table-row;
  border-bottom: solid 1px #80ccf1;
}

.startmoney-left {
  display: table-cell;
  position: relative;
  padding: 24px 0;
  width: 675px;
  border-bottom: solid 1px #80ccf1;
}

.startmoney-left:after {
  display: block;
  position: absolute;
  content: '';
  width: 12px;
  height: 100%;
  right: 30px;
  top: 0;
  background: url('../images/note-arrow.svg') center no-repeat;
  background-size: contain;
}

.startmoney-left>h5 {
  display: block;
  letter-spacing: .1em;
  font-size: 24px;
}

.startmoney-left>h5>span {
  color: #80ccf1;
}

.startmoney-left>aside {
  display: block;
  margin-top: 20px;
  padding-left: 36px;
  line-height: 1.57;
  letter-spacing: .1em;
  font-size: 14px;
}

.startmoney-right {
  display: table-cell;
  padding: 24px 0;
  width: 125px;
  vertical-align: middle;
  border-bottom: solid 1px #80ccf1;
  letter-spacing: .1em;
  font-size: 24px;
}

.reward {
  margin-top: 64px;
}

.reward-info {
  margin-top: 24px;
  text-align: center;
  letter-spacing: .1em;
  font-size: 16px;
}

.reward-head {
  margin-top: 24px;
  text-align: center;
  letter-spacing: .1em;
  font-size: 16px;
}

.price-list {
  display: table;
  table-layout: fixed;
  margin: 20px auto 0;
  width: 800px;
}

.price-head,
.price-row {
  display: table-row;
}

.head-cell {
  display: table-cell;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: .1em;
  font-size: 18px;
  background-color: #f8f6ee;
  border-bottom: solid 1px #80ccf1;
}

.head-cell:first-child {
  width: 385px;
  border-right: dashed 1px #c9c9c9;
}

.head-cell:nth-child(2) {
  width: 210px;
  border-right: dashed 1px #c9c9c9;
}

.head-cell:last-child {
  width: 205px;
}

.profits-cell,
.startmoney-cell,
.fee-cell {
  display: table-cell;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: .1em;
  font-size: 24px;
  border-bottom: solid 1px #80ccf1;
}

.profits-cell,
.startmoney-cell {
  border-right: dashed 1px #c9c9c9;
}

.reward-note {
  margin-top: 18px;
  text-align: center;
  line-height: 1.57;
  letter-spacing: .1em;
  font-size: 14px;
}

.note-mid {
  font-size: 19px;
}

.note-min {
  font-size: 14px;
}

.note-sp {
  font-size: 19px;
}

.note-arrow {
  margin: 0 20px;
  width: 13px;
  height: 24px;
  background: url('../images/note-arrow.svg') center no-repeat;
  background-size: contain;
  font-size: inherit;
}

.cost-hero {
  position: relative;
  z-index: 1;
  height: 300px;
  background: url('../images/cost-hero.jpg') center no-repeat;
  background-size: cover;
}

.cost-hero>h2 {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 170px;
  left: 0;
  bottom: 0;
  color: #fff;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
  letter-spacing: .3em;
  font-size: 28px;
  text-shadow: 0 0 12px rgba(0, 0, 0, .75);
}

.process {
  position: relative;
  overflow: hidden;
  margin: 64px 0 0;
  padding-bottom: 92px;
  font-family: '游明朝', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'Noto Serif JP', 'ＭＳ 明朝', serif;
}

.process-inner {
  position: relative;
  margin: 0 auto;
  padding: 50px 100px 80px;
  width: 1000px;
  background-color: #80ccf1;
  border-radius: 10px;
}

.process-inner:before {
  display: block;
  position: absolute;
  z-index: -1;
  content: '';
  width: calc(100vw / 2);
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #80ccf1;
}

.process-inner:after {
  display: block;
  position: absolute;
  z-index: -1;
  content: '';
  width: 900px;
  height: 1px;
  top: 97px;
  right: 50%;
  background-color: #80ccf1;
}

.process-title {
  position: relative;
  height: 48px;
  text-align: center;
  letter-spacing: .3em;
  font-size: 28px;
}

.process-title:after {
  display: block;
  position: absolute;
  content: '';
  width: 900px;
  height: 1px;
  bottom: 0;
  left: -100px;
  background-color: #fff;
}

.process-group {
  margin-top: 42px;
}

.process-single,
.process-single2 {
  position: relative;
  margin-bottom: 64px;
  padding: 32px 0;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.process-single:after {
  display: block;
  position: absolute;
  z-index: 1;
  content: '';
  width: 40px;
  height: 20px;
  left: 50%;
  bottom: -40px;
  background: url('../images/down-arrow2.svg') center no-repeat;
  background-size: contain;
  transform: translate(-50%, 0);
}

.process-single2:before,
.process-single2:after {
  display: block;
  position: absolute;
  z-index: 1;
  content: '';
  width: 40px;
  height: 20px;
  bottom: -40px;
  background: url('../images/down-arrow2.svg') center no-repeat;
  background-size: contain;
}

.process-single2:before {
  left: 168px;
}

.process-single2:after {
  right: 168px;
}

.process-name,
.process-sin {
  letter-spacing: .3em;
  font-size: 28px;
}

.process-note {
  margin-top: 20px;
  letter-spacing: .1em;
  font-size: 16px;
}

.process-double {
  display: flex;
  justify-content: space-between;
}

.process-finish {
  margin-bottom: 64px;
  padding: 32px 0;
  width: 375px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0, 0, 8px, 4px, rgba(0, 0, 0, .3);
}

@media only screen and (max-width: 750px) {
  .pc-br {
    display: inline;
  }

  .sp-hide {
    display: none;
  }

  .pc-hide {
    display: inline;
  }

  footer {
    padding: 28px 25px 15px;
  }

  .footer-title {
    font-size: 18px;
  }

  .footer-name {
    margin: 15px auto 0;
    width: 161px;
  }

  .footer-info {
    margin: 20px auto 0;
    width: 325px;
  }

  .footer-contact {
    width: 100%;
    height: 48px;
    font-size: 13px;
    background-size: 3px auto;
  }

  .footer-address {
    margin-top: 16px;
    line-height: 1.42;
    font-size: 12px;
  }

  .footer-copy {
    margin-top: 16px;
    position: relative;
    width: 100%;
    text-align: center;
    right: inherit;
    bottom: inherit;
    font-size: 12px;
  }

  .pagetop {
    right: 20px;
    opacity: 1;
  }

  .pagetop.is-view {
    bottom: 30px;
  }

  header {
    z-index: 10;
    height: 75px;
  }

  .header-group {
    padding-top: 22px;
    width: 100%;
    height: 75px;
  }

  .site-name {
    width: 167px;
    left: 50%;
    top: 45px;
    transform: translate(-50%, 0);
  }

  .site-title {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    text-align: center;
    font-size: 15px;
    transform: none;
  }

  .header-info {
    display: none;
  }

  .smart-nav {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    right: 17px;
    top: 50%;
    background-color: #80ccf1;
    transform: translate(0, -50%);
  }

  nav {
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 0;
    top: -500px;
    padding: 100px 0 30px;
  }

  nav.is-open {
    top: 0;
  }

  .main-nav {
    display: block;
    width: 100%;
  }

  .main-item {
    margin: 0 auto;
    width: calc(100% - 25px);
  }

  .main-item:after {
    border: none;
  }

  .main-item:first-child {
    border-top: solid 1px #fff;
  }

  .main-link {
    margin: 0 auto;
    padding: 21px 0;
    width: 100%;
    font-size: 19px;
    border-bottom: solid 1px #fff;
  }

  .main-static {
    margin: 0 auto;
    padding: 21px 0;
    width: 100%;
    font-size: 19px;
    border-bottom: solid 1px #fff;
  }

  .left-border {
    border-left: none;
  }

  .last-border {
    border-left: none;
    border-right: none;
  }

  .about-nav {
    width: 325px;
  }

  .cost-nav {
    width: 260px;
  }

  .sub-item:after {
    bottom: 11px;
  }

  .sub-link {
    padding: 18px 0;
    font-size: 13px;
  }

  .case {
    margin-top: 27px;
    padding: 27px 0 34px;
  }

  .case-head {
    font-size: 21px;
  }

  .case-block1 {
    margin-top: 26px;
    background-position: left top 45px;
    background-size: auto 300px;
  }

  .case-block2,
  .case-block3 {
    margin-top: 25px;
    background-position: left top 45px;
    background-size: auto 300px;
  }

  .case-item {
    padding: 15px 0 25px;
    width: calc(100% - 50px);
  }

  .case-title1,
  .case-title2,
  .case-title3 {
    padding: 16px 0;
    font-size: 15px;
  }

  .case-num {
    font-size: 30px;
  }

  .case-question {
    position: relative;
    margin: 15px 22px 0;
    padding: 25px 22px;
    line-height: 2;
    font-size: 12px;
  }

  .case-question:after {
    right: 54px;
    bottom: -24px;
    border-width: 24px 24px 0 0;
  }

  .case-note {
    margin: 12px auto 0;
    width: 68px;
    height: 68px;
    font-size: 15px;
    border-radius: 34px;
  }

  .case-answer1,
  .case-answer2,
  .case-answer3 {
    position: relative;
    margin: -14px 22px 0;
    padding: 25px 22px;
    line-height: 2;
    font-size: 12px;
  }

  .case-answer1:before,
  .case-answer2:before,
  .case-answer3:before {
    left: 54px;
    top: -24px;
    border-width: 0 0 24px 24px;
  }

  .case-explanation {
    margin-top: 24px;
    line-height: 1.69;
    font-size: 13px;
  }

  .index-hero {
    width: 100%;
    height: 430px;
  }

  .index-hero>h2 {
    width: calc(100% - 50px);
    left: 25px;
    top: 102px;
    bottom: inherit;
    font-size: 12px;
    transform: none;
  }

  .index-hero>h2>span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px;
    color: #666;
    letter-spacing: .2em;
    font-size: 12px;
    background-color: #fff;
  }

  .notice {
    width: 100%;
  }

  .notice-head {
    margin-top: 32px;
    font-size: 21px;
  }

  .notice-list {
    margin: 21px auto 0;
    padding: 0 25px;
  }

  .notice-link {
    display: block;
    padding: 15px 0;
  }

  .notice-category {
    display: inline-block;
    padding: 3px 0;
    width: 82px;
    font-size: 11px;
  }

  .notice-date {
    display: inline-block;
    padding: 3px 0 3px 15px;
    text-align: left;
    width: 200px;
    font-size: 11px;
  }

  .notice-title {
    margin-top: 10px;
    width: 100%;
    line-height: 1.64;
    font-size: 11px;
  }

  .notice-summary {
    margin: 24px auto 0;
    width: 325px;
    height: 38px;
    font-size: 13px;
  }

  .news-hero {
    height: 150px;
    background-size: auto 300px;
    background-position: center -40px;
  }

  .news-hero>h2 {
    height: 75px;
    font-size: 21px;
  }

  .news-main {
    padding-bottom: 45px;
  }

  .single-main {
    padding-top: 25px;
    padding-bottom: 45px;
  }

  .news {
    width: 100%;
  }

  .news-head {
    margin-top: 30px;
    font-size: 21px;
  }

  .news-list {
    margin: 21px auto 0;
    padding: 0 25px;
  }

  .news-link {
    display: block;
    padding: 15px 0;
  }

  .news-category {
    display: inline-block;
    padding: 3px 0;
    width: 82px;
    font-size: 11px;
  }

  .news-date {
    display: inline-block;
    padding: 3px 0 3px 15px;
    text-align: left;
    width: 200px;
    font-size: 11px;
  }

  .news-title {
    margin-top: 10px;
    width: 100%;
    line-height: 1.64;
    font-size: 11px;
  }

  .news-number {
    margin-top: 32px;
  }

  .number-link {
    font-size: 11px;
  }

  .news-back {
    margin: 24px auto 0;
    width: 325px;
    height: 38px;
    font-size: 13px;
  }

  .single-header {
    padding: 42px 0 14px;
    width: calc(100% - 50px);
  }

  .single-header {
    line-height: 1.64;
    font-size: 11px;
  }

  .single-info {
    position: absolute;
    margin-top: 0;
    top: 14px;
    left: 0;
  }

  .single-category {
    padding: 3px 0;
    width: 82px;
    font-size: 11px;
  }

  .single-date {
    padding: 3px 0 3px 15px;
    text-align: left;
    width: 200px;
    font-size: 11px;
  }

  .single-article {
    padding: 0 25px;
    width: 100%;
  }

  .single-article>img {
    display: block;
    margin-top: 25px;
  }

  .single-back {
    margin: 24px auto 0;
    width: 325px;
    height: 38px;
    font-size: 13px;
  }

  .single-article h1 {
    margin-top: 25px;
    line-height: 1.21;
    font-size: 28px;
    border-bottom: solid 1px #cfcfcf;
  }

  .single-article h2 {
    margin-top: 25px;
    line-height: 1.17;
    font-size: 24px;
  }

  .single-article h3 {
    margin-top: 25px;
    line-height: 1.2;
    font-size: 20px;
  }

  .single-article h4 {
    margin-top: 25px;
    line-height: 1.25;
    font-size: 16px;
  }

  .single-article h5 {
    margin-top: 25px;
    line-height: 1.33;
    font-size: 12px;
  }

  .single-article h6 {
    margin-top: 25px;
    line-height: 1.33;
    font-size: 9px;
    font-weight: bold;
  }

  .single-article p {
    margin-top: 25px;
    line-height: 1.75;
    font-size: 12px;
  }

  .single-article ul {
    line-height: 1.75;
    font-size: 12px;
  }

  .single-article ol {
    line-height: 1.75;
    font-size: 12px;
  }

  .single-article blockquote {
    line-height: 1.75;
    font-size: 12px;
  }

  .books {
    padding: 44px 25px 44px;
    width: 100%;
  }

  .books-head {
    font-size: 21px;
  }

  .book-row {
    margin-top: 40px;
  }

  .book-row:first-of-type {
    margin-top: 32px;
  }

  .book-year {
    font-size: 11px;
  }

  .book-year:after {
    width: calc(100% - 50px);
  }

  .book-single,
  .book-double {
    margin-top: 20px;
  }

  .book-double {
    display: block;
  }

  .book-left {
    width: 100%;
  }

  .book-right {
    margin-top: 30px;
    width: 100%;
  }

  .book-photo {
    width: 112px;
    height: 150px;
  }

  .book-info {
    padding-left: 18px;
  }

  .book-title {
    line-height: 1.27;
    font-size: 15px;
  }

  .book-note {
    line-height: 1.4;
    font-size: 10px;
  }

  .book-publisher {
    font-size: 10px;
  }

  .greeting {
    margin: 0 auto;
    padding-top: 23px;
    width: 100%;
  }

  .greeting-read {
    display: block;
  }

  .greeting-title {
    padding-left: 0;
    width: 100%;
    text-align: center;
    font-size: 21px;
  }

  .greeting-text {
    margin: 0 auto;
    width: calc(100% - 50px);
    line-height: 2.09;
    font-size: 11px;
  }

  .greeting-text>p {
    margin-top: 30px;
  }

  .greeting-text>p:first-child {
    margin-top: 28px;
  }

  .kojima-taeko {
    display: block;
    margin-top: 62px;
  }

  .kojima-taeko:before {
    display: block;
    position: absolute;
    z-index: -1;
    content: '';
    width: 100%;
    height: 103px;
    top: 0;
    right: 0;
    background-color: #f8f6ee;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .kojima-portrait {
    position: absolute;
    width: 256px;
    left: 25px;
    top: -28px;
  }

  .kojima-photo {
    margin-top: 0;
    width: 190px;
  }

  .kojima-profile {
    margin: 0 auto;
    width: calc(100% - 50px);
  }

  .kojima-name {
    flex-direction: column;
    justify-content: center;
    padding-left: 190px;
    height: 103px;
    font-size: 21px;
  }

  .kojima-name>span {
    margin: 5px 0 0;
    font-size: 12px;
  }

  .kojima-list {
    margin-top: 146px;
    height: inherit;
    line-height: 2.18;
    font-size: 11px;
  }

  .kojima-career {
    padding-top: 0;
  }

  .participating-info {
    justify-content: space-around;
    margin: 28px auto 0;
    padding: 0 25px;
    width: 100%;
  }

  .participating-link {
    width: 50%;
  }

  .link-banner {
    width: 126px;
  }

  .banner-info {
    line-height: 1.4;
    font-size: 10px;
  }

  .about-hero {
    height: 150px;
    background-size: auto 160px;
    background-position: center 20px;
  }

  .about-hero>h2 {
    height: 75px;
    font-size: 21px;
  }

  .introduction {
    margin-top: 38px;
  }

  .introduction-inner {
    padding: 38px 25px 50px;
    width: calc(100% - 50px);
  }

  .introduction-title {
    height: 35px;
    font-size: 21px;
  }

  .lawyer-introduction,
  .lawyer-introductions2 {
    display: block;
    margin-top: 51px;
    padding-bottom: 51px;
    width: 100%;
  }

  .lawyer-name {
    width: 100%;
  }

  .lawyer-info {
    width: 100%;
  }

  .lawyer-name {
    font-size: 22px;
  }

  .lawyer-name>span {
    margin-top: 13px;
    font-size: 11px;
  }

  .lawyer-list {
    margin-top: 27px;
    line-height: 2.18;
    font-size: 11px;
  }

  .lawyer-career {
    padding-top: 0;
  }

  .lawyer-field {
    margin-top: 38px;
    margin-bottom: -20px;
    padding-bottom: 0;
    font-size: 11px;
  }

  .access-info {
    margin: 30px auto 0;
    width: 100%;
  }

  .access-title {
    font-size: 21px;
  }

  .access-time {
    margin-top: 48px;
    line-height: 1.47;
    font-size: 15px;
  }

  .access-address {
    margin-top: 19px;
    line-height: 1.42;
    font-size: 12px;
  }

  .access-map {
    padding: 28px 25px 36px;
    min-height: inherit;
  }

  .access-map:after {
    height: 300px;
    top: 48px;
  }

  .map-line {
    padding: 7px;
    width: 100%;
    height: 340px;
  }

  .access-hero {
    height: 150px;
    background-size: auto 300px;
  }

  .access-hero>h2 {
    height: 75px;
    font-size: 21px;
  }

  .contact-form {
    padding-bottom: 45px;
  }

  .contact-title {
    margin-top: 30px;
    font-size: 21px;
  }

  .contact-read {
    margin-top: 40px;
    line-height: 1.83;
    font-size: 12px;
  }

  .contact-table {
    display: block;
    margin: 0 auto;
    width: calc(100% - 50px);
  }

  .contact-row {
    display: block;
  }

  .contact-head {
    display: block;
    padding: 42px 0 0;
    width: 100%;
    font-size: 12px;
  }

  .contact-name {
    height: inherit;
  }

  .contact-name>span {
    padding: 3px 0;
    margin-right: 16px;
    width: 62px;
  }

  .contact-item {
    display: block;
    padding: 13px 0 0;
    width: 100%;
    font-size: 12px;
  }

  input[type='text'],
  input[type='email'],
  input[type='tel'] {
    height: 38px;
    font-size: 12px;
  }

  textarea {
    height: 150px;
    font-size: 12px;
  }

  .contact-radio {
    display: block;
  }

  .radio-group {
    padding-left: 60px;
    width: 100%;
  }

  .cell-note {
    display: block;
    padding: 12px 0 0 66px;
    text-align: left;
    width: 100%;
  }

  .inputo-conf {
    padding: 5px 0 0;
    min-height: inherit;
    font-size: 14px;
  }

  .submit-group {
    margin: 40px auto 0;
    width: calc(100% - 50px);
  }

  .submit-button,
  .send-button,
  .back-button,
  .top-button {
    margin: 24px auto 0;
    width: 325px;
    height: 38px;
    font-size: 13px;
  }

  .error-message {
    padding: 12px;
    width: calc(100% - 50px);
    line-height: 1.91;
    font-size: 11px;
  }

  .contact-hero {
    height: 150px;
  }

  .fee-head {
    padding-top: 24px;
  }

  .fee-title {
    font-size: 21px;
  }

  .fee-info {
    margin-top: 28px;
    line-height: 1.92;
    font-size: 12px;
  }

  .consultation {
    margin-top: 32px;
  }

  .fee-subtitle {
    padding: 8px;
    font-size: 21px;
  }

  .consultation-info {
    padding: 20px 0;
    width: calc(100% - 50px);
    font-size: 18px;
  }

  .startmoney {
    margin-top: 48px;
  }

  .startmoney-info {
    margin-top: 18px;
    font-size: 12px;
  }

  .startmoney-list {
    display: block;
    width: calc(100% - 50px);
  }

  .startmoney-item {
    display: block;
  }

  .startmoney-left {
    display: block;
    width: 100%;
    border: none;
  }

  .startmoney-left:after {
    display: none;
  }

  .startmoney-left>h5 {
    font-size: 18px;
  }

  .startmoney-left>aside {
    margin-top: 16px;
    padding-left: 28px;
    line-height: 1.55;
    letter-spacing: .1em;
    font-size: 11px;
  }

  .startmoney-right {
    display: block;
    position: relative;
    padding: 0 0 20px calc(50% - 20px);
    width: 100%;
    border: none;
  }

  .startmoney-right:after {
    display: block;
    position: absolute;
    content: '';
    width: 9px;
    height: 24px;
    left: calc(50% - 50px);
    top: 0;
    background: url('../images/note-arrow.svg') center no-repeat;
    background-size: contain;
  }

  .reward {
    margin-top: 46px;
  }

  .reward-info {
    margin-top: 18px;
    font-size: 12px;
  }

  .reward-head {
    margin-top: 21px;
    font-size: 13px;
  }

  .price-list {
    margin: 18px auto 0;
    width: calc(100% - 50px);
  }

  .head-cell {
    height: 20px;
    font-size: 7px;
  }

  .head-cell:first-child {
    width: 48%;
  }

  .head-cell:nth-child(2) {
    width: 26%;
  }

  .head-cell:last-child {
    width: 26%;
  }

  .profits-cell,
  .startmoney-cell,
  .fee-cell {
    height: 32px;
    font-size: 10px;
  }

  .reward-note {
    line-height: 1.45;
    font-size: 11px;
  }

  .note-mid {
    font-size: 14px;
  }

  .note-min {
    font-size: 11px;
  }

  .note-sp {
    font-size: 8px;
  }

  .cost-hero {
    height: 150px;
  }

  .cost-hero>h2 {
    height: 75px;
    font-size: 21px;
  }

  .process {
    margin: 30px 0 0;
    padding-bottom: 50px;
  }

  .process-inner {
    margin: 0 auto;
    padding: 35px 25px 25px;
    width: calc(100% - 50px);
  }

  .process-inner:after {
    top: 69px;
  }

  .process-title {
    height: 35px;
    font-size: 21px;
  }

  .process-title:after {
    width: calc(100% + 75px);
    left: -25px;
  }

  .process-group {
    margin-top: 37px;
  }

  .process-single,
  .process-single2 {
    margin-bottom: 48px;
    padding: 22px 0;
  }

  .process-single:after {
    width: 30px;
    height: 15px;
    bottom: -31px;
  }

  .process-single2:before,
  .process-single2:after {
    width: 30px;
    height: 15px;
    bottom: -31px;
  }

  .process-single2:before {
    left: 50px;
  }

  .process-single2:after {
    right: 50px;
  }

  .process-name,
  .process-sin {
    font-size: 20px;
  }

  .process-sin {
    font-size: 19px;
    letter-spacing: 0;
  }

  .process-note {
    margin-top: 15px;
    font-size: 12px;
  }

  .process-finish {
    width: calc(50% - 15px);
  }
}

@media (hover: none) {
  .footer-contact:hover:before {
    width: 0;
  }

  .pagetop {
    opacity: 1;
  }

  .pagetop:hover {
    opacity: 1;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, .075);
  }

  .main-link:hover {
    background-color: transparent;
  }

  .sub-link {
    transition: none;
  }

  .sub-link:hover {
    background-color: #f8f6ee;
  }

  .notice-summary {
    transition: none;
  }

  .notice-summary:hover {
    background-color: #80ccf1;
  }

  .news-back {
    transition: none;
  }

  .news-back:hover {
    background-color: #80ccf1;
  }

  .single-back {
    transition: none;
  }

  .single-back:hover {
    background-color: #80ccf1;
  }

  .single-article a {
    transition: none;
  }

  .single-article a:hover {
    color: #43a4e0;
  }

  .submit-button,
  .send-button {
    transition: none;
  }

  .submit-button:hover,
  .send-button:hover {
    background-color: #80ccf1;
  }

  .send-button {
    width: 170px;
  }

  .back-button {
    width: 100px;
    transition: none;
  }

  .back-button:hover {
    background-color: #ccc;
  }

  .top-button {
    transition: none;
  }

  .top-button:hover {
    background-color: #80ccf1;
  }
}

.pagination {
  width: max-content;
  margin: 30px auto;
}

.pagination span,
.pagination a {
  margin: 0 4px;
  font-size: 16px;
  font-weight: 400;
}

.pagination a {
  cursor: pointer;
  transition: all 0.5s ease-out;
}

.pagination a:hover {
  opacity: 0.75;
}

.pagination .current {
  color: #43a4e0;
  font-weight: 700;
}