/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  overflow-x: hidden;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg, img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td {
  vertical-align: top;
  padding: 0;
}

th {
  vertical-align: top;
  padding: 0;
  text-align: left;
  font-weight: bold;
}

/*
Base
==============================================*/
* {
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.6;
}

body {
  background-color: #FFF;
  position: relative;
}

section {
  width: 100%;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}
@media screen and (max-width: 768px) {
  .container {
    width: 98%;
  }
}

a:hover {
  opacity: 0.5;
  transition: 0.5s ease-in-out;
}

.pc {
  display: inherit;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: inherit;
  }
}

@media screen and (max-width: 768px) {
  * {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.pagebody p {
  margin-bottom: 0;
}

section {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  section {
    width: 100vw;
    margin-bottom: 24px;
  }
}
section h2 {
  text-align: center;
}
section h2 img {
  width: 15%;
}
@media screen and (max-width: 768px) {
  section h2 img {
    width: 36%;
  }
}
section p.align_center {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #topImg {
    height: auto;
  }
}
#visual {
  padding:0;
}
@media screen and (max-width: 768px) {
  #visual {
    padding: 20px 0;
  }
}
#visual .visual_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #visual .visual_inner {
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column-reverse;
  }
}
#visual .visual_inner .visual_text {
  width: 50%;
  padding: 24px;
  background-color: #FFF;
  transform: translateX(10%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 768px) {
  #visual .visual_inner .visual_text {
    width: 100%;
    filter: none;
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  #visual .visual_inner .visual_text dl {
    width: 100%;
  }
}
#visual .visual_inner .visual_text dl dt {
  margin-bottom: 20px;
  text-align: center;
}
#visual .visual_inner .visual_text dl dt img {
  width: 30%;
}
#visual .visual_inner .visual_text dl dd {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #visual .visual_inner .visual_text dl dd {
    font-size: 21px;
  }
}
#visual .visual_inner .visual_text dl dd p {
  font-size: 16px;
  margin-top: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#visual .visual_inner .visual_image {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #visual .visual_inner .visual_image {
    width: 100%;
  }
}

#detail {
  background-color: #f8f8f8;
  padding: 60px 0;
}
#detail .detail_inner {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  #detail .detail_inner {
    flex-wrap: wrap;
  }
}
#detail .detail_inner .detail_image {
  width: 59%;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  #detail .detail_inner .detail_image {
    width: 100%;
  }
}
#detail .detail_inner .detail_text {
  width: 39%;
  display: flex;
  align-items: center;
  background-color: #FFF;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  #detail .detail_inner .detail_text {
    width: 100%;
  }
}
#detail .detail_inner .detail_text dl dt {
  font-size: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #detail .detail_inner .detail_text dl dt {
    font-size: 21px;
  }
}
#detail .detail_inner .detail_text dl dd li {
  margin-bottom: 16px;
}
#detail .detail_inner .detail_text dl dd li p {
  padding-left: 1em;
}

#ossp .old ul {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 64px;
}
#ossp .old ul li {
  width: 32.6666666667%;
  padding: 24px;
  border: solid 1px #ccc;
  text-align: center;
  font-size: 24px;
}
#ossp .old p {
  margin-top: 24px;
}
#ossp .new ul {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 28px;
  margin-top: 64px;
}
#ossp .new ul li {
  width: 22.5%;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ossp .new ul li {
    width: 45%;
  }
}
#ossp .new ul li p {
  margin-top: 1.6rem;
}
#ossp .new ul li::after {
  content: "";
  width: 4rem;
  height: 4rem;
  background-color: #315190;
  color: #FFF;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  transform: translate(-2rem, -2rem);
  border-radius: 100%;
  text-align: center;
  padding-top: 0.7rem;
}
#ossp .new ul li:nth-child(1)::after {
  content: "1";
}
#ossp .new ul li:nth-child(2)::after {
  content: "2";
}
#ossp .new ul li:nth-child(3)::after {
  content: "3";
}
#ossp .new ul li:nth-child(4)::after {
  content: "4";
}
#ossp .new ul li:nth-child(5)::after {
  content: "5";
}
#ossp .new ul li:nth-child(6)::after {
  content: "6";
}
#ossp .new ul li:nth-child(7)::after {
  content: "7";
}
#ossp .new ul li:nth-child(8)::after {
  content: "8";
}
#ossp .arrow_under {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  #ossp .arrow_under {
    overflow-x: hidden;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #ossp .arrow_under img {
    width: 200%;
    max-width: 200%;
    transform: translateX(-25%);
  }
}

@media screen and (max-width: 768px) {
  #voice {
    margin-top: 64px;
  }
}
#voice .voice_inner {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  #voice .voice_inner {
    flex-wrap: wrap;
  }
}
#voice .voice_inner .voice_youtube {
  width: 60%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #voice .voice_inner .voice_youtube {
    width: 100%;
  }
}
#voice .voice_inner .voice_youtube iframe {
  width: 100%;
  min-height: 405px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 768px) {
  #voice .voice_inner .voice_youtube iframe {
    min-height: 215px;
  }
}
#voice .voice_inner .voice_text {
  width: 40%;
  padding: 2.4rem;
}
@media screen and (max-width: 768px) {
  #voice .voice_inner .voice_text {
    width: 100%;
  }
}
#voice .voice_inner .voice_text h4 {
  width: 100%;
  font-size: 18px;
  padding: 1.6rem;
  background-color: #315190;
  color: #FFF;
  margin-bottom: 2.4rem;
}
#voice .voice_inner .voice_text dl {
  width: 100%;
}
#voice .voice_inner .voice_text dl dt {
  font-size: 36px;
  color: #315190;
}
@media screen and (max-width: 768px) {
  #voice .voice_inner .voice_text dl dt {
    font-size: 24px;
  }
}
#voice .voice_inner .voice_text dl dd {
  margin-top: 1.6rem;
}

#case ul {
  width: 1200px;
}
#case ul li {
  width: 393.3333333333px;
  display: inline-block;
  margin-bottom: 24px;
}

#tec {
  margin-bottom: 0;
}
#tec p.detail {
  margin-bottom: 36px;
}
#tec ol {
  width: 1200px;
}
@media screen and (max-width: 768px) {
  #tec ol {
    width: 100%;
  }
}
#tec ol li {
  width: 393.3333333333px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #tec ol li {
    width: 100%;
    margin-bottom: 24px;
  }
}
#tec ol button {
  width: 90%;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#tec ol button a {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  color: #315190;
  border: solid 3px #315190;
  border-radius: 50px;
  display: block;
}

.inline-wrapper {
  background-color: #FFF;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  max-height: 80vh;
  overflow-y: scroll;
  padding: 2rem;
}

.inline-wrapper h4 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.point {
  background-color: #ffddce;
  padding: 1rem;
  margin: 2rem 0;
}

.point_title {
  font-size: 2rem;
  color: red;
}

.popup_detail {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

.popup_detail p {
  font-size: 2rem;
  opacity: 0.7;
  text-align: center;
}

.popup_detail dl {
  width: 45%;
}

.arrow {
  background: url(https://www.takahasi-k.co.jp/images/ossp/vector_bg.png) no-repeat center center;
  width: 60%;
  height: 80px;
  position: absolute;
  background-size: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
}/*# sourceMappingURL=common.css.map */