@charset "UTF-8";

/* 共通 */

body {
  background-color: #fff;
  font-family: 'noto-sans-cjk-jp', 'Lato', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  line-height: 1.8;
}

body a:link {
  color: #fff;
  text-decoration: none;
}

body a:visited {
  color: #fff;
}

body a:hover,
a:focus {
  color: #fff;
}

body a:active {
  color: #fff;
}

.light {
  font-weight: 300;
}

.bold {
  font-weight: 700;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

#dividearrow-sp {
  display: none;
}



/* ナビゲーションバー (common.cssより該当部分)*/

/* --------------------------------

Header

-------------------------------- */

header {
  background: #fff;
  box-shadow: 0 3px 7px 0 #d3c588;
  position: fixed;
  width: 100%;
  min-height: 70px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}

header:has(.active) {
  flex-direction: column;
}

header:after {
  clear: both;
}

header .wrap {
  padding: 0;
}

@media (min-width: 1200px) {
  header {}
}

@media (min-width: 1200px) and (min-width: 1400px) {}

header .logo {
  display: inline-block;
  padding: 20px 0 0px 10px;
  max-width: 220px;
  position: relative;
}

header .anivIcon {
  margin-left: 6px;
}

header .anivIcon img {
  width: 71px;
  vertical-align: bottom;
}

header .logo img {
  width: 100%;
  height: auto;
}

header #nav_btn {
  color: white;
  font-size: 1.8rem;
  text-decoration: none;
  padding: 25px 10px 0 0;
  margin-left: auto;
  display: inline-block;
}

@media (min-width: 1200px) {
  header #nav_btn {
    display: none !important;
  }
}

header #nav_btn #nav_icon {
  display: inline-block;
  width: 17px;
  height: 1.2rem;
  position: relative;
  margin: 0;
  cursor: pointer;
  transform: rotate(0deg);
  transition: 0.25s, ease-in-out;
}

header #nav_btn #nav_icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -1px;
  left: 0;
}

header #nav_btn #nav_icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

header #nav_btn #nav_icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 11px;
  left: 0;
}

header #nav_btn #nav_icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #56a57d;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s, ease-in-out;
}

header #nav_btn #nav_icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

header #nav_btn #nav_icon span:nth-child(2) {
  top: 5px;
  transform-origin: left center;
}

header #nav_btn #nav_icon span:nth-child(3) {
  top: 10px;
  transform-origin: left center;
}

header nav[role="navigation"] {
  width: 100%;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  background: #fff;
}

@media (min-width: 1200px) {
  header nav[role="navigation"] {
    display: flex !important;
    align-items: center;
    gap: 16px;
    position: static;
  }
}

header nav[role="navigation"] ul {
  border-top: 1px solid #999999;
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  header nav[role="navigation"] ul {
    border: 0;
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  header nav[role="navigation"] ul li {
    display: inline-block;
    vertical-align: middle;
  }
}

header nav[role="navigation"] ul a {
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #999999;
  text-decoration: none;
  padding: 10px;
  display: block;
  font-size: 0.812rem;
}

header nav[role="navigation"] ul a:hover {
  color: #fb744a;
}

header nav[role="navigation"] ul li i {
  font-size: 1rem;
  vertical-align: middle;
}

header nav[role="navigation"] ul li.action a {
  color: #56a57d;
  font-size: 1.125rem;
  text-align: left;
  padding: 10px;
}

header nav[role="navigation"] ul li.action span {
  color: #777;
  font-size: 0.875rem;
  font-weight: normal;
}

header nav[role="navigation"] ul li.btn-line {
  display: block;
  padding: 10px;
}

@media (min-width: 1200px) {
  header nav[role="navigation"] ul a {
    background: none;
    border: 0;
    font-size: 0.875rem;
  }

  header nav[role="navigation"] ul li.action {
    padding: 0 0 5px;
  }

  header nav[role="navigation"] ul li.action span {
    display: block;
  }

  header nav[role="navigation"] ul li.btn-line {
    display: inline-block;
    padding: 5px 0 5px;
  }

  header nav[role="navigation"] ul li.action a {
    padding: 0 5px 0 0;
  }

  header nav[role="navigation"] ul li.on a {
    color: #fb744a;
  }
}

header nav[role="navigation"] ul a:hover {
  background-color: #f7f3df;
}

@media screen and (1200px <=width <=1280px) {
  .btn.small {
    font-size: 0.8rem;
  }

  header nav[role="navigation"] ul a {
    font-size: 0.8rem;
  }

  header nav[role="navigation"] ul li.action a {
    font-size: 1.1rem;
  }

  header nav[role="navigation"] ul li.action span {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  header nav[role="navigation"] ul a:hover {
    background: none;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 400px) {
  header .anivIcon {
    display: none;
  }
}

.header-logo {
  display: flex;
  align-items: center;
  width: 100%;
}

@media (min-width: 1200px) {
  .header-logo {
    width: auto;
  }

  .header-navigation-main {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
  }

  .header-navigation-top {
    display: flex;
  }
}


.header-navigation-btn {
  display: flex;
  align-items: center;
}

.header-navigation-btn>div {
  flex-grow: 1;
}

.telephone-number {
  color: #56A57D;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-right: 8px;
}

.telephone-number i {
  vertical-align: middle;
}

.btn-webcontact a {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: linear-gradient(#ff8400, #fb744a);
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
}

.btn-webcontact a:hover {
  background: linear-gradient(#fb744a, #e74a19);
}

.btn-demo a {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  background: linear-gradient(#90c075, #56a57d);
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
}

.btn-demo a:hover {
  background: linear-gradient(#56a57d, #71aa53);
}

.btn-demo a img {
  height: 32px;
}

/* --------------------------------

Header

-------------------------------- */

.header-above-bg {
  min-height: 28px;
  background: #f2f2f2;
  width: 100%;
  display: none;
}

.header-above-contents {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 8px;
  flex-wrap: wrap;
}

.header-above-contents a:link {
  color: #707070;
  font-size: 0.875rem;
  position: relative;
  padding-left: 12px;
  font-size: 12px;
}

.header-above-contents a:visited {
  color: #707070;
}

.header-above-contents a:hover,
a:focus {
  color: #000000;
}

.header-above-contents a:active {
  color: #707070;
}

.header-above-contents a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #707070;
  width: 0;
  height: 0;
  margin-top: 0;
  content: "";
  color: #707070;
}

.header-above-contents a:has(.telephone-number)::before {
  display: none;
}

.header-above-contents a:hover::before {
  color: #000000;
}

.header-above-contents a:focus::before {
  color: #000000;
}

.only-hamburger {
  display: flex;
  justify-content: center;
}

.only-hamburger a::before {
  position: absolute;
  left: 0;
  top: 16px;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #707070;
  width: 0;
  height: 0;
  margin-top: 0;
  content: "";
  color: #707070;
}

@media (min-width: 1200px) {
  .header-above-bg {
    display: block;
  }

  .only-hamburger {
    display: none;
  }

  header .header-above {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
  }
}

@media (min-width: 1200px) and (min-width: 1400px) {
  header .header-above {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

header nav[role="navigation"] ul .only-hamburger a {
  border-bottom: none;
  padding-right: 0;
  padding-left: 12px;
  margin: 0 8px;
  position: relative;
}

header nav[role="navigation"] ul .only-hamburger a:hover {
  background: none;
}

header nav[role="navigation"] ul .only-hamburger a:hover::before {
  border-left: 7px solid #fb744a;
  color: #fb744a;
}

/* --------------------------------

まえらー対応

-------------------------------- */
.ctaarea {
  display: flex;
  padding: 2px 16px;
  justify-content: center;
  align-items: center;
  gap: 0;
  border-radius: 2.8125rem;
  border: 2px solid #7D762D;
  background: #FFF;
  color: #EF801B;
  font-size: 11px;
  font-weight: 600;
}

.checkpoint {
  display: flex;
  padding: 24px 24px 60px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 16px;
  border: 1px solid #7D762D;
  background: #FFFCF7;
  box-shadow: 0 8px 4px 0 rgba(125, 118, 45, 0.12);
  max-width: fit-content;
  margin: 0 auto;
}

.checkpoint p {
  color: #7D762D;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.checkpoint p span {
  color: #56A57D;
  text-align: center;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  background: linear-gradient(transparent 60%, #FFDD3A90 60%);
}

.checkpoint p span b {
  font-size: 1.4em;
  font-weight: 800;
}

.checkpoint p img {
  width: 32px;
  vertical-align: middle;
  margin-right: 8px;
}

@media screen and (max-width: 1200px) {
  .checkpoint {
    padding: 24px 24px 56px 24px;
  }

  .checkpoint p {
    font-size: 18px;
  }

  .checkpoint p img {
    width: 24px;
  }
}

@media screen and (max-width: 960px) {
  .checkpoint {
    gap: 4px;
  }

  .checkpoint p {
    font-size: 16px;
  }
}

@media screen and (max-width: 860px) {
  .checkpoint {
    gap: 4px;
  }

  .checkpoint p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .checkpoint {
    max-width: 80%;
  }

  .checkpoint p {
    font-size: 20px;
  }
}

@media screen and (max-width: 440px) {
  .checkpoint {
    max-width: 96%;
    padding: 16px 12px 48px 12px;
    gap: 0;
  }

  .checkpoint p {
    font-size: 14px;
  }

  .checkpoint p img {
    width: 16px;
    margin-right: 4px;
  }
}

.ctaarea.second-level {
  max-width: fit-content;
  margin: 0 auto -12px;
  z-index: 8;
  position: relative;
  font-size: 14px;
}

.ctaarea.second-level+.btn {
  width: 100%;
  margin: 0;
  font-size: 1.6em;
  height: 80px;
  line-height: 82px;
}

@media screen and (max-width: 440px) {
  .ctaarea.second-level {
    font-size: 12px;
  }

  .ctaarea.second-level+.btn {
    height: auto;
    line-height: normal;
    padding: 1em .4em;
    font-size: 18px;
  }
}


/* --------------------------------

トップ部分

-------------------------------- */

.smallheader {
  display: none;
}

.topcontent {
  height: 480px;
  background-image: url(../images/seminar_images/header_bg.png);
  background-size: cover;
  box-shadow: 0px 0px 8px rgb(240, 240, 240);
}

.headercontents-wrapper {
  display: flex;
  align-items: flex-end;
  width: 1024px;
  height: 480px;
  margin: 0 auto;
  position: relative;
}

#headerimg1,
#headerimg2 {
  width: 160px;
}

#headerimg1 {
  position: absolute;
  left: 24px;
  bottom: 16px;
  z-index: 3;
  -webkit-filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.08));
  -moz-filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.08));
  -ms-filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.08));
}


#headerimg2 {
  position: absolute;
  right: 332px;
  bottom: 16px;
  -webkit-filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.08));
  -moz-filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.08));
  -ms-filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.08));
}


.headerleft {
  margin: 0 80px 96px 120px;
  background-image: linear-gradient(55deg, #5F7EA5 0%, #1B3174 100%);
  border-radius: 36px;
  padding: 24px 64px 80px 64px;
  text-align: center;
  position: relative;
  box-shadow: 0px 0px 16px #8ca9ce;
}

.twowords {
  display: none;
}

.fourwords p {
  padding: 8px 10px 12px 10px;
  background-color: #FFF;
  margin: 0 6px;
  font-size: 20px;
  font-weight: 500;
}

.fourwords p:after {
  /* position: absolute; */
  content: " ";
  display: block;
  border-bottom: solid 2px #5F81AB;
  bottom: -3px;
  width: 100%;
}

.fourwords {
  display: flex;
}

.line-deco {
  font-size: 28px;
  font-weight: 500;
  margin-top: 20px;
  color: #fff;
}

.orangeunderline {
  border-bottom: 4px solid #FDA84C;
  padding-bottom: 4px;
  font-weight: 500;
}

.orangedot {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  height: 48px;
  padding-bottom: 32px;
  position: absolute;
  bottom: 40px;
  left: 92px;
}

.orangedot span {
  position: relative;
  font-weight: 500;
}

.orangedot span::before {
  content: "・";
  color: #FDA84C;
  position: absolute;
  top: -1em;
  left: 0;
}

.headerright {
  height: 313px;
}

.headerright img {
  width: 220px;
  height: 313px;
  margin-left: 40px;
}

/* ファーストビュー */
.firstview {
  text-align: center;
  margin-top: 72px;
}

.firstview p {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 500;
}

.fv-title {
  display: flex;
  justify-content: center;
}

.fv-title span {
  color: #FDA84C;
  font-weight: bold;
  font-size: 28px;
}

.fv-title img {
  padding: 0 32px;
  display: inline;
}

.logo-wrapper {
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  max-width: 952px;
  width: 85%;
}

.logos img {
  padding: 0 12px;
  padding-top: 16px;
  height: 36px;
  width: auto;
}

#fvline {
  width: 952px;
  padding-top: 48px;
}

.fvbtn-wrapper {
  margin-top: 80px;
  margin-bottom: 64px;
}

.fvbtn-wrapper p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 20px;
}

.btn-gradient-fv {
  font-family: 'Lato', 'Noto Sans JP';
  margin-top: 24px;
  display: inline-block;
  padding: 20px 40px;
  border-radius: 64px;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
  /* background-image: linear-gradient(55deg, #FFB012 0%, #FAA330 33%, #FF885F 100%);
    border-bottom: solid 4px #e4e4e4; */
  background: linear-gradient(#ff8400, #fb744a);
  box-shadow: 0 3px 7px 0 #ff8400;
}

.btn-gradient-fv:hover {
  color: #fff;
  background: #e74a19;
  background: linear-gradient(#fb744a, #e74a19);
}

/* --------------------------------

お悩み

-------------------------------- */

.worry {
  background-image: url(../images/seminar_images/worry_bg.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 666px;
  position: relative;
  overflow: visible;
}

#dividearrow {
  margin: auto;
  height: 40px;
  position: absolute;
  display: block;
  top: 666px;
  left: 0;
  right: 0;
  z-index: 3;
}

.worry-title {
  text-align: center;
}

.worry h3 {
  margin-top: 104px;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  border: solid 3px #000;
  padding: 16px 54px;
  background-color: #fff;
}

.worrytitleunderline {
  border-bottom: 3px solid #0350A6;
  padding-bottom: 4px;
  font-weight: 500;
}

.worry-contents-wrapper {
  margin: 40px auto 0px auto;
  max-width: 1060px;
  height: 444px;
  background-image: url(../images/seminar_images/worry_clipboard_cut_light2.png);
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}

.worry-text-wrapper-large {
  padding-top: 112px;
}

.worry-text-wrapper {
  display: flex;
  text-align: left;
  align-items: center;
  padding: 16px;
  padding-left: 32px;
  margin-left: 260px;
  width: 480px;
}

.test-wrap img {
  flex-shrink: 0;
  height: 30px;
  margin-right: 16px;
  width: 32px;
}

.worry-text-wrapper p {
  font-weight: 500;
}

#doctor {
  position: absolute;
  width: 160px;
  left: 12px;
  bottom: 0;
  z-index: 3;
}

/* 紹介 */


.introduction {
  background: linear-gradient(to bottom, #FFF, #FFF7C8 50%, #FED4BC);
  padding-bottom: 80px;
  position: relative;
  text-align: center;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top: solid 2px #D8E8F9;

}

#bg1,
#bg2,
#bg3 {
  position: absolute;
  z-index: 1;
}

#bg1 {
  width: 180px;
  top: 260px;
  left: 1100px;
  right: 0px;
  margin: auto;
}

#bg2 {
  width: 280px;
  top: 720px;
  left: 0px;
  right: 1100px;
  margin: auto;
}

#bg3 {
  width: 480px;
  /* bottom: 0; */
  top: 1222px;
  left: 960px;
  right: 0;
  margin: auto;
}


.intro-title-wrapper {
  text-align: center;
  margin-top: 72px;
  margin-bottom: 32px;
}

.intro-title-wrapper img {
  width: 104px;
}

.intro-titletext-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-titletext-wrapper p {
  font-size: 28px;
  font-weight: 500;
  padding-left: 8px;
}

.intro-titletext-wrapper img {
  width: 240px;
  height: auto;
}

.intro-contents {
  position: relative;
  z-index: 2;
  text-align: left;
  margin: 0 auto;
  padding: 40px 0 40px 0;
  max-width: 1000px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 12px rgb(230, 230, 230);
}

.intro-contents-text-wrapper {
  display: flex;
  margin-left: 14px;
  align-items: center;
}

.intro-contents-text-wrapper img {
  width: 28px;
  margin: 16px;
  height: auto;
}

.intro-contents-text-wrapper p {
  font-size: 20px;
  font-weight: 500;
}

.orange {
  font-size: 26px;
  font-weight: 500;
  color: #FC9125;
}

.contents_to_example {
  text-align: center;
  margin-top: 64px;
}

.contents_to_example img {
  width: 88px;
  height: auto;
}

.contents_to_example p {
  font-weight: 500;
  font-size: 24px;
  margin-top: 48px;
  margin-bottom: 16px;
}

.intro-example {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 1000px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 12px rgb(230, 230, 230);
}

.example-wrapper-large {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 0;
}

.example-wrapper-large img {
  width: 24px;
  height: auto;
}

.example-wrapper-small h4 {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  border: solid 1px #000;
  padding: 6px;
}

.example-wrapper-small p {
  font-size: 24px;
  font-weight: 500;
}

.example-icon img {
  width: 200px;
  height: 200px;
  padding: 16px 16px 8px 16px;
}

.example-sum {
  text-align: center;
  padding-bottom: 48px;
}

.example-sum img {
  width: 32px;
}

.example-sum p {
  font-size: 24px;
  font-weight: 500;
}

.strong {
  font-weight: 700;
  font-size: 48px;
  background: linear-gradient(transparent 60%, #FFEA8A 20%);
}

/* --------------------------------

コンタクト

-------------------------------- */

.contact {
  text-align: center;
  padding: 64px 0;
}

.contact p {
  font-size: 20px;
  font-weight: 500;
}

.contactcontents-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

.contactcontents-wrapper img {
  width: 220px;
  position: absolute;
  top: 32px;
  left: 0;
}

/* --------------------------------

【レスポンシブ】タブレット

-------------------------------- */

@media screen and (max-width: 1023px) {

  #dividearrow-sp {
    display: none;
  }

  /* ヘッダー(タブレット) */

  .topcontent {
    height: 341px;
    padding-top: 132px;
    text-align: center;
  }

  .headercontents-wrapper {
    display: none;
  }

  .smallheader {
    display: block;
    width: 520px;
    margin: 0 auto;
    position: relative;
  }

  .smallheader-textarea {
    margin: 0 24px 24px 24px;
    width: 416px;
    background-image: linear-gradient(55deg, #5F7EA5 0%, #1B3174 100%);
    border-radius: 36px;
    padding: 24px 32px 80px 32px;
    position: relative;
    box-shadow: 0px 0px 16px #8ca9ce;
  }

  .fourwords {
    justify-content: center;
  }

  #headerimg-a {
    display: none;
  }

  #headerimg-b {
    width: 138px;
    position: absolute;
    left: -16px;
    top: 180px;
    z-index: 3;
    -webkit-filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.08));
    -moz-filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.08));
    -ms-filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.08));
  }

  #headerimg-c {
    width: 144px;
    position: absolute;
    right: -16px;
    top: 136px;
  }

  .orangedot {
    bottom: 36px;
    left: 80px;
  }


  /* ファーストビュー(タブレット) */

  #fvline {
    width: 90vw;
    padding-top: 48px;
  }

  .fv-title img {
    display: none;
  }

  .firstview p {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: 500;
  }

  .fvbtn-wrapper {
    margin-top: 40px;
  }

  .fvbtn-wrapper p {
    font-size: 16px;
    font-family: noto-sans-cjk-jp, sans-serif;
    width: 480px;
    margin: 0 auto;
  }

  .btn-gradient-fv {
    font-family: 'Lato', 'Noto Sans JP';
    padding: 16px 24px;
    border-radius: 36px;
    font-size: 20px;
    /* border-bottom: solid 2px #e4e4e4; */
  }

  /* お悩み(タブレット) */

  .worry {
    height: 586px;
  }

  #dividearrow {
    width: 120px;
    position: absolute;
    top: 586px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
  }

  .worry h3 {
    margin-top: 24px;
    font-size: 20px;
    padding: 12px 40px;
  }

  .worry-contents-wrapper {
    margin: 40px auto 0px auto;
    max-width: 558px;
    height: 420px;
    background-image: url(../images/seminar_images/worry_clipboard_new.png);
    background-size: contain;
    position: relative;
  }

  .worry-text-wrapper-large {
    padding-top: 64px;
  }

  .worry-text-wrapper {
    padding: 12px 16px 12px 40px;
    margin: 0 auto;
    width: 384px;
  }

  .worry-text-wrapper img {
    flex-shrink: 0;
    max-width: 28px;
    margin-right: 12px;
  }

  .worry-text-wrapper p {
    font-size: 16px;
  }

  #doctor {
    position: absolute;
    width: 148px;
    left: 260px;
    bottom: -38px;
    transform: scale(-1, 1);
  }

  /* 紹介(タブレット) */


  .intro-title-wrapper img {
    width: 88px;
  }


  .intro-titletext-wrapper p {
    font-size: 24px;
  }

  .intro-titletext-wrapper img {
    width: 184px;
  }

  .intro-contents {
    padding: 20px 20px 32px;
    width: 87vw;
  }

  .intro-contents-text-wrapper {
    margin-left: 0;
    margin-top: 12px;
    align-items: center;
  }

  .intro-contents-text-wrapper img {
    flex-shrink: 0;
    margin: 12px;
    width: 24px;
  }

  .intro-contents-text-wrapper p {
    font-size: 16px;
  }


  .orange {
    font-size: 20px;
  }

  .contents_to_example p {
    margin-top: 24px;
  }

  .intro-example {
    margin: 0 auto;
    width: 92vw;
  }

  .example-wrapper-large {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 48px 0;
  }

  .example-wrapper-large img {
    width: 16px;
    height: auto;
  }

  .example-wrapper-small h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border: solid 1px #000;
    padding: 6px;
  }

  .example-wrapper-small p {
    font-size: 20px;
    font-weight: 500;
  }

  .example-icon img {
    width: 18vw;
    height: 18vw;
    /*IE対応*/
  }

  #bg1,
  #bg2,
  #bg3 {
    display: none;
  }


  /* コンタクト(タブレット) */

  .contact p {
    margin-top: 24px;
  }

  .contactcontents-wrapper {
    position: static;
  }

  .contactcontents-wrapper img {
    position: static;
  }

}

@media screen and (max-width: 767px) {
  .topcontent {
    padding-top: 104px;
  }
}

/* --------------------------------

【レスポンシブ】スマホ

-------------------------------- */


@media screen and (max-width: 559px) {

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  #dividearrow-sp {
    display: inline;
  }

  #dividearrow {
    display: none;
  }


  /* ヘッダー(sp) */

  /*   nav img {
    display: none;
  } */

  .btn-gradient-header {
    display: none;
  }

  .headercontents-wrapper {
    display: none;
  }

  .topcontent {
    height: 463px;
    padding-top: 104px;
    text-align: center;
  }

  .smallheader {
    display: block;
    width: 100%;
  }

  .smallheader-textarea {
    margin: 0 auto;
    width: 240px;
    background-image: linear-gradient(55deg, #5F7EA5 0%, #1B3174 100%);
    border-radius: 36px;
    padding: 24px 32px 160px 32px;
    position: relative;
  }

  .fourwords {
    display: none;
  }

  .twowords {
    display: flex;
    justify-content: center;
  }

  .twowords p {
    padding: 8px 10px 12px 10px;
    background-color: #FFF;
    margin: 6px 4px;
    font-size: 20px;
    font-weight: 500;
  }

  .twowords p:after {
    /* position: absolute; */
    content: " ";
    display: block;
    border-bottom: solid 2px #5F81AB;
    bottom: -3px;
    width: 100%;
  }

  #headerimg-a {
    display: none;
  }

  #headerimg-b {
    display: inline;
    width: 144px;
    position: absolute;
    top: 320px;
    bottom: 0;
    left: 0;
    right: 140px;
    margin: auto;
    z-index: 3;
  }

  #headerimg-c {
    width: 144px;
    position: absolute;
    right: 0;
    top: 340px;
    bottom: 0;
    left: 160px;
    margin: auto;
    z-index: 3;
  }

  .line-deco {
    font-size: 20px;
    margin-top: 20px;
  }

  .orangedot {
    font-size: 20px;
    height: 48px;
    padding-bottom: 32px;
    position: absolute;
    bottom: 108px;
    left: 40px;
  }

  /* ファーストビュー(sp) */

  .firstview p {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: 500;
    width: 310px;

  }

  .fvbtn-wrapper {
    margin-top: 40px;
  }

  .fvbtn-wrapper p {
    font-size: 16px;
    width: 312px;
    margin: 0 auto;
    font-family: noto-sans-cjk-jp, sans-serif;
  }

  .btn-gradient-fv {
    margin-top: 16px;
    padding: 16px 20px;
    font-size: 18px;
  }

  #fvline {
    width: 256px;
    padding-top: 0px;
  }

  .logo-wrapper {
    width: 100%;
  }

  .logos img {
    padding: 0 4px;
    padding-top: 16px;
  }

  /* お悩み(sp) */

  .worry {
    height: auto;
  }

  #dividearrow-sp {
    width: 106px;
    position: absolute;
    bottom: -36px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
  }

  .worry h3 {
    margin-top: 0;
    font-size: 18px;
    padding: 12px 16px;
    border: solid 2px #000;
  }

  .worry-contents-wrapper {
    margin-top: 40px;
    width: 100%;
    height: auto;
    background-image: none;
    position: static;
    text-align: center;
  }

  .worry-text-wrapper {
    padding: 16px 8px;
    margin: 0 auto;
    width: 92vw;
    background-color: rgba(255, 255, 255, .7);
  }

  .worry-text-wrapper-large {
    margin: 0 auto 16px;
    padding: 0;
  }


  #doctor {
    position: static;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
  }


  #divideline {
    display: none;
  }

  /* 紹介(sp) */

  .introduction {
    padding-bottom: 64px;
  }

  .intro-title-wrapper {
    margin-top: 64px;
  }

  .intro-title-wrapper img {
    width: 88px;
  }

  .intro-titletext-wrapper p {
    font-size: 20px;
    padding-left: 2px;
  }

  .intro-titletext-wrapper img {
    width: 128px;
    height: auto;
  }

  .intro-contents {
    padding: 12px 12px 32px 0;
    width: 87vw;
  }

  .intro-contents-text-wrapper {
    margin-top: 20px;
  }

  .contents_to_example {
    margin-top: 24px;
  }

  .contents_to_example img {
    width: 20vw;
  }

  .intro-example {
    width: 80vw;
  }

  .example-wrapper-large {
    display: block;
  }

  .example-wrapper-large img {
    width: 24px;
    height: auto;
    margin: 32px 0;
  }

  .example-icon img {
    width: 45vw;
    margin: 0;
  }

  .example-wrapper-small h4 {
    display: inline-block;
    font-size: 18px;
    padding: 6px;
  }

  .example-sum p {
    font-size: 20px;
  }

  .strong {
    font-size: 32px;
  }

  /* コンタクト(sp) */
  .contact p {
    font-size: 18px;
    font-weight: 400;
  }


}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  #dividearrow-sp {
    display: none;
  }
}